@charset "utf-8";
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff');
}

body {
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4 {
	color:#00636B;
}
h1 {margin-bottom:1em;
}
.news h4,
.termine h4 {
	margin-top:0;
	margin-bottom:5px;
}
.opening_hours h3 {
	margin-top:1.5em;
	margin-bottom:5px;
}

ul.list-arrow {
	padding:0;
	margin-bottom:2em;
}
ul.list-arrow li {
	list-style:none;
	padding-left:32px;
	background:url(../images/li_arrow.png) 0 4px no-repeat;
}
header .container {
	background:#FFFFFF;
	border-bottom:10px solid #F78705;
	position:relative;
	padding:0;
}
header .container-fluid .row {
	margin:0;
	position:absolute; 
	right:0;
	bottom:0;
	width:33%;
}
.navbar > .container {
	position:relative;
}
.navbar-brand {
	position:absolute;
	z-index:100;
	left:15px;
	top:10px;
	max-width:120px;
	padding:0;
	margin-left:0;
}
.logo {
	width:100%;
	height:auto;
}
.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
	font-size:15px;
}
.navbar,
.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #222222;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff;
}
.dropdown-menu {
	padding:0;
	border:0;
}
.dropdown-menu > li > a {
    color: #FFF;
    padding: 7px 14px;
	font-size:15px;
}
.dropdown-menu li {
	background:#666;
	margin-bottom:2px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #FFF;
    background-color:#333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #00636b;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #FEEDDB;
}
.navbar-toggle {
	border-radius:1px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #00636b;
}
.navbar {
	margin-bottom:0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #00636b;
}

main {
	padding:50px 0;
}
.media.headl {
    margin-bottom: 2em;
}

.btn-block,
#accordion h3 {
    margin-bottom:1em;
}
.btn-block + .btn-block {
    margin-top: -0.75em;
}
.media.facebook {
	margin-bottom:2em;
}
.banner {
    margin-bottom: 2em;
	padding: 0;
}

.banner h2, .banner h3 {border-bottom: 8px solid #f78705; padding-bottom: 3px}
.banner h2, .banner h3 {color: #fff}
.banner p {padding: 0;margin:0}
.banner img {max-width: 100%;height: auto}
.termine .col-sm-12 {
	background:#D9E8EA;
	margin-bottom:1em;
	padding:5px 15px;
}
.news .col-sm-12 {
	background:#FEEDDB;
	margin-bottom:1em;
	padding:5px 15px;
}
.mr-2 {margin-right: 1rem}
.mt-2 {margin-top: 1rem}
object {margin-bottom: 3rem}
footer {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin-bottom:2px;
}
footer.address {
	border-bottom:none;
	margin-bottom:0;
	color:#777;
}
footer.address p {
	margin:5px 0;
}
footer .logos {
	margin-top:1.5em;
	margin-bottom:1em;
}
.thumbnail {
	float:left;
	width:16%;
	border:1px solid #FFF;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  -webkit-transition: padding .2s ease-in-out;
       -o-transition: padding .2s ease-in-out;
          transition: padding .2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  padding: 0;
}
.btn {
	border-radius:0;
}
.btn-info {
	text-align:left;
	background-color:#F78705;
	border-color:#EB8004;
	padding: 8px 12px;
	font-size:24px;
	font-weight:bold;
}
#accordion h3 {
  cursor: pointer;
  font-weight: normal;
  line-height: 1.42857;
  padding: 6px 12px;
  vertical-align: middle;
  white-space: nowrap;
  position:relative;
}
.ui-accordion-header span.ui-accordion-header-icon {
	position: absolute;
	right:20px;
	top:10px;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #FFFFFF;
}
.ui-accordion-header:hover span.ui-accordion-header-icon,
.ui-accordion-header.ui-accordion-header-active span.ui-accordion-header-icon {
	top:14px;
	border-top: 8px solid #FFFF;
	border-bottom: none;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.btn-primary {
	/*text-align:left;*/
	background-color:#00636B;
	border-color: #00585F;
	font-size:18px;
}
#accordion h3 {
	text-align:left;
	background-color:#00636B;
	border-color: #00585F;
	font-size:18px;
}
.btn-default,
#accordion h3 {
	background-color:#00636B;
	border-color: #00585F;
	color:#FFFFFF;
}
.btn-info:focus,
.btn-info.focus {
  background-color: #EB8004;
  border-color: #E27B02;
}
.btn-info:hover {
	background-color:#EB8004;
	border-color:#E97F03;
	text-decoration:none;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
#accordion h3:hover {
	background-color:#00585F;
	border-color:#004B51;
	color:#FFFFFF;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  background-color: #E97F03;
  border-color: #F78705;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus {
  background-color: #004B51;
  border-color: #003A3F;
  color:#FFFFFF;
}
.navbar-toggle {
    margin-bottom: 18px;
    margin-top: 18px;
}
.carousel-caption {
	left:60%;
	right:0;
	bottom:0;
	padding:20px 20px 20px 100px;
	background: url(../images/bg_caption.png) top center no-repeat;
	background-size:contain auto;
}
.carousel-caption h3 {
	color:#FFF;text-transform:uppercase;font-weight:bold;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-title {
	font-size:18px;
}
.panel-default {
  border-color: #00585F;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00636B;
}
.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-default > .panel-heading {
  background-color: #00636B;
  border-color: #00585F;
  font-size:18px;
  color: #FFFFFF;
}
.media-object.icon {
    height: auto;
    width: 50px;
}
.kurse .media-left {
	width:25%;
}
.media.kurse {
	margin-bottom:15px;
}
.amb img {
	max-width:200px;
	height:auto;
	margin-bottom:1.5em;
}
.newslist {
	border-bottom:1px solid #F78705;
	padding-bottom:10px;
}
.eventlist {
	border-bottom:1px solid #00636b;
	padding-bottom:10px;
}
.contestdesc {margin-left: 16.6667%;padding-left: 15px;margin-top: 20px;padding-right: 15px;text-align: right}
.contestdesc p a {background: #F78705;color:#FFFFFF;padding:5px 10px}
#qmentform table td {padding:2px 5px}
a {
	color:#00636B;
}
a:hover,
a:focus {
	color:#000000;
}
a.text-right {
	display:block;
}
.newslist a,
.newsitem h3 a
h1.newstitle {
	color:#F78705;
}

.panel-title a:hover,
.panel-title a:focus {
	color:#FFFFFF;
}
.news a p,
.termine a p {
	color:#333;
	margin:0;
}
.news a:hover p, .news a:focus p,
.termine a:hover p, .termine a:focus p {
	color:#00636B;
}
a.book:hover,
a.book:focus {
	text-decoration:none;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
p.img_title {
	font-size: 0.875em;
	margin-bottom: 2em;
}
.carousel.fade .item .carousel-caption {
  transition: opacity ease-out .7s;
  opacity: 0; /* hide all slides */
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 1; /* show first slide */
  position: relative;
}
.carousel.fade .item.active,
.carousel.fade .item.active .carousel-caption {
  opacity: 1;
}
.form-group .col-sm-10 {
	margin-bottom: 15px;
}
fieldset {
	margin-bottom:15px;
	border:2px dotted #00636B;
}
.loginform fieldset {
	border: none;
}
legend {
	font-size:16px;
	border-bottom:2px dotted #00636B;
	font-weight:bold;
	margin-bottom:24px;
}
.cke_contents.cke_reset {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.control-label.required {
  color: #00636b;
}
.required + .col-sm-10 > .form-control {
	background:#d9e8ea;
}
button#g_cm_bbundle_cform_submit,
button#g_cm_bbundle_gtform_submit {
	display:none;
}
table.organigram {
	width:100%;
	border:0;
	border-collapse: separate;
    border-spacing: 15px 0;
}
table.organigram td.vert {
	background: url(../images/vert.png) repeat-y top center;
	padding:0;
	text-align:center;
	height:30px;
}
table.organigram td.co {
	background-color:#F78705;
	padding:10px 5px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:top;
}
table.healthweek {
	width:100%;
	border:0;
	border-collapse: separate;
    border-spacing: 2px;
	margin-bottom:3rem;
}
table.healthweek h3 {margin-top: 0; font-weight: bold}
table.healthweek th {
	background-color:#F78705;
	padding:10px 5px;
	color:#FFFFFF;
	text-align:left;
	vertical-align:top;
	font-weight: bold;
	font-size: 120%;
}

table.healthweek td {
	background-color:#D9E8EA;
	padding:10px 5px;
	color:#00585F;
	text-align:left;
	vertical-align:top;
}
.table.healthweek > tbody > tr > td {border-top: 0}
table.healthweek td.bg-green, table.healthweek th.bg-green {background-color: #00585F; color: #FFFFFF; font-weight: bold}
table.healthweek td.bg-orange {background-color: #F78705; color: #FFFFFF; font-weight: bold}
table.healthweek td.bg-light {background-color: #FEEDDB;}

.delete div#form {
  text-align: right;
}
.delete div#form button {
  background: #800;
  border: 2px solid #000000;
  color:#FFFFFF;
  padding: 20px;
  font-weight:bold;
}
.delete div#form button:hover,
.delete div#form button:active {
  background: #C00;
}
.d-hidden {display: none}
#documents {position: relative; margin-bottom: 50px}
.add_document {
    position: absolute;
    right: 0;
    bottom: -40px;
    display: inline-block;
}
.del_document {
    position: absolute;
    right: 0;
}
#documents input.custom-file-input {
    opacity: 1;
}
#documents .custom-file-label {display: none}
i.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}
i.icon img {
    max-width: 100%;
    height: auto;
}
.del_form {border-top:1px solid #ffc107}

@media (max-width: 767px) {
	h1, h2 {
		font-size:24px;
		line-height:1.25;
	}
	.carousel-caption {
		position:static;
		width:100%;
		padding:10px 15px;
		background:#00636b;
	}
	.carousel-caption h3 {
		font-size:16px;
		margin:0;
		text-shadow:none;
		word-break:keep-all;
	}
	main {
		padding:30px 0;
	}
	.icon {
		width:75px;
		height:75px;
		float:left;
		margin:0 1em 1em 0;
	}
	.thumbnail {
		width:20%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	.icon {
		float:left;
		margin:0 1em 1em 0;
	}
	.nav.navbar-nav {
		width:100%;
	}
	.navbar-nav > li > a {
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.dropdown-menu {
  display: none;
}
.open > .dropdown-menu {
  display: block;
  position:static;
  float:none;
}
}

@media (max-width: 1199px) {
.main > .container .row .col-lg-3 {
	padding-top:50px;
}

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	left:15px;
	top: 10px;
	max-width:150px;
	padding:0;
	margin-left:0;
}
  .navbar-nav {
    float: none;
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
  }	
		.d-md-block {display: block}
	.d-md-hidden {display: none}
	 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	left:15px;
	top:30px;
	max-width:180px;
	padding:0;
	margin-left:0;
}
.media-object.icon {
    width: 120px;
}
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
.navbar-nav > li > a {
  padding: 10px;
}
.navbar {
	margin-bottom:20px;
}

 }

@media (min-width: 1100px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	left:15px;
	top:30px;
	max-width:150px;
	padding:0;
	margin-left:0;
}
.media-object.icon {
    width: 150px;
}
}
@media (min-width: 1200px) {
.navbar > .container .navbar-brand {
	left:15px;
	top:25px;
	max-width:180px;
	padding:0;
	margin-left:0;
}

}
@media (min-width: 1400px) {
.navbar > .container .navbar-brand {
	left:15px;
	top:15px;
	max-width:220px;
	padding:0;
	margin-left:0;
}
  .container {
    width: 1370px;
  }
}
@media (min-width: 1500px) {
.navbar > .container .navbar-brand {
	left:15px;
	top:15px;
	max-width:220px;
	padding:0;
	margin-left:0;
}
}