body,html {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 1em;
}

a {
	color: #00A19A;
}

a:hover {
	text-decoration: underline;
	color: #00A19A;
}

.container {
	padding: 0px;
}

.schritt_tabelle {
	padding-top: 20px;
	margin-bottom: 30px;
	border: none;
}

.schritt_tabelle tr {
	border: none;
}


.schritt_was {
	padding: 10px;
	border: none;
	vertical-align: top;
}

.schritt {
	padding: 10px;
	border: none;
	white-space: nowrap;
	vertical-align: top;
}



.schritt span {
	background-color: #A2A2A2;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 22px;
    border: 1px solid white;
}



.gr_filter {
   /*-webkit-filter: grayscale(100%);
   filter: grayscale(100%);
    opacity: 0.6;*/
}


.gr_filter:hover {
   /*filter: none;
  -webkit-filter: grayscale(0%);
    opacity: 1;*/
}


.gr_filter2 {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
}

.navbar-brand img {
	height: 82px;
}

.ue_partner {
    font-size: 16px;
    padding-bottom: 20px;
}

.bg-start {
	background-color: #00A19A;
}

.bg-unterseite {
	background-color: white;
}

.bg-gesundheitstage {
	background-color: transparent;
}

#gesundheitstage_bg {
	position: absolute;
	top: 0px;
	width: 1170px;
	background-image: url('../img/bg_gesundheitstag.svg');
	background-repeat: no-repeat;
	height: 560px;
	background-position: bottom center;
	background-size: cover;
}




.row {
	margin-left: 10px;
    margin-right: 10px;
}

.list-group-item.active {
    background-color: #00A19A;
    border-color: #00A19A;
}

.list-group {
	
    margin-top: 7px;
    margin-bottom: 10px;
    list-style-type: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

    /* Added the following two properties to display border */
    border: 1px solid #E3E3E3;
    background-color: white;

}

.navbar-start {
	position: absolute;
    z-index: 100;
}

.navbar {
	padding-left: 50px;
	padding-right: 50px;
	height: 140px;
	width: 100%;
	margin-bottom: 60px;
}


.nav-item {
	margin-left: 4px;
}

.bg-start .nav-item a {	
	color: white;
}

.bg-start .nav-link {
	display:table-cell;
    vertical-align: middle;	
	border: 1px solid white;
	border-radius: 14px;
	padding: 0px;
	text-align: center;
	height: 28px;
	font-size: 14px;
}


.bg-start .nav-link:hover {
    background-color: white;
    color:#00A19A;
	text-decoration: none;
}

.bg-unterseite .nav-item a {	
	color: #00A19A;
}

.bg-unterseite .nav-link {
	display:table-cell;
    vertical-align: middle;	
	border: 1px solid #00A19A;
	border-radius: 14px;
	padding: 0px;
	text-align: center;
	height: 28px;
	font-size: 14px;
}


.bg-unterseite .nav-link:hover {
    background-color: #00A19A;
    color:white;
	text-decoration: none;
}



.bg-gesundheitstage .nav-item a {	
	color: white;
}

.bg-gesundheitstage .nav-link {
	display:table-cell;
    vertical-align: middle;	
	border: 1px solid white;
	border-radius: 14px;
	padding: 0px;
	text-align: center;
	height: 28px;
	font-size: 14px;
}


.bg-gesundheitstage .nav-link:hover {
    background-color: white;
    color:#00A19A;
	text-decoration: none;
}


.aktiv {
    background-color: #00A19A;
}

.aktiv_bg {
    background-color: #ffffff;
}

.gt_titel {
	background-color: #EBEBEB;
    margin-top: 8px;
    padding: 8px;
	color: #00A19A;
	margin-bottom: 14px;
}

.gt_bg_left {
	background-color: #FAFAFA;
	text-align: center;
	border-right: 7px solid white;
}
.gt_bg_right {
	background-color: #FAFAFA;
	text-align: center;
	border-left: 7px solid white;
}
.gt_bg {
	background-color: #FAFAFA;
	text-align: center;
}

.gt_row {
	margin: 0px;
}

.gt_uhrzeit {
	color: #A2A2A2;
	text-align: right;
	padding: 10px;
	font-size: 14px;
}

.gt_ue {
	color: #00A19A;
	padding: 10px;
	font-size: 22px;
}

.gt_wer {
	
	color: black;
	font-size: 15px;
}

.gt_sub {
	
	color: #A2A2A2;
	font-size: 12px;
}

.gt_text {
	
	color: black;
	text-align: left;
	
}
.weiter_btn {	
	display:table-cell;
    vertical-align: middle;	
	border-radius: 1.75em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	height: 2em;
	font-size: 15px;
	color: white;
	background-color: #00A19A;
}

.weiter_btn:hover {	
	color: white;
	text-decoration: none;
}

.weiss_btn {	
	border-radius: 1.75em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 15px;
	color: #00A19A;
	background-color: white;
	border: solid white 1px;
}

.weiss_btn:hover {	
	color: white;
	text-decoration: none;	
	background-color: transparent;
	border: solid white 1px;
}

.gruen_btn {	
	border-radius: 1.75em;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 17px;
	color: white;
	background-color: #00A19A;
	border: solid white 1px;
}

.gruen_btn:hover {	
	color: #00A19A;
	text-decoration: none;	
	background-color: transparent;
	border: solid #00A19A 1px;
}

.online_btn {	
    vertical-align: middle;	
	border-radius: 1.75em;
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
	height: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
	font-size: 16px;
	color: #A2A2A2;
	background-color: white;
    border: 2px solid #A2A2A2;
	text-decoration: none;
}

.online_btn[class~="active"] {	
	color: white;
	text-decoration: none;
    border-color: #00A19A;
    background-color: #00A19A;
}

.online_btn[class~="active"]:hover {	
	color: white;
}


.online_btn:hover {	
	color: #00A19A;
	text-decoration: none;
    border-color: #00A19A;
}

.land_btn {	
    vertical-align: middle;	
	border-radius: 14px;
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
	height: 32px;
    padding-top: 2px;
    padding-bottom: 2px;
	font-size: 16px;
	color: #A2A2A2;
	background-color: white;
    border: 2px solid #A2A2A2;
}

.land_btn[class~="active"] {	
	color: white;
	text-decoration: none;
    border-color: #00A19A;
    background-color: #00A19A;
}

.land_btn[class~="active"]:hover {	
	color: white;
}

.land_aktiv {	
	color: white;
	text-decoration: none;
    border-color: #00A19A;
    background-color: #00A19A;
}

.land_btn:hover {	
	color: #00A19A;
	text-decoration: none;
    border-color: #00A19A;
}

.land_aktiv:hover {	
	color: white;
}

.arbeitsgruppe {
    border-radius: 2px;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.16);
    padding: 20px;
    margin: 15px;
}

.koordination_row {
    margin-left: 0;
    margin-right: 0;
}


.institution_row {
    margin-left: 0;
    margin-right: 0;
}


.institution_row img {
    margin-bottom: 20px;
}

.orga-personen {
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
}

.orga-personen p {
    padding-top: 15px;
}

.orga-personen h4 {
    font-size: 19px;
    color: #00A19A;
}

.nav-tabs {
    border:none;
    margin-top: 10px;
}

.nav-tabs .nav-link {
    color: #A2A2A2;
    font-size: 19px;
}

.nav-item-sub .nav-link {
    border: none;
    color: #A2A2A2;
    font-size: 15px;
}

.nav-tabs .nav-link.active {
    border:none;
    border-bottom: 2px solid #00A19A;
    color: #00A19A;
}

.nav-item-sub {
    margin-left: 18px;
}

.nav-item-sub .nav-link.active {
    border: none;
    color: #00A19A;
}

.nav-link {
    padding-left:0;
    padding-right:0;
    padding-bottom: 0px;
}

.partner-card {
    cursor: pointer;
}

.partner-card img {
    border: 1px solid #E3E3E3;
    border-radius: 7px;
}

.partner-card p {
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    padding-left: 2px;
}


.partner-hover {
    margin-bottom: 25px;
    border: 1px solid white;
    border-radius: 7px;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0);
}


.partner-hover p {
    margin-bottom: 0px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.partner-hover:hover {
    border: 1px solid white;
    border-radius: 2px;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.16);
}

.partner-hover:hover p {
    border-top: 1px solid #E3E3E3;
    margin-left:10px;
    margin-right: 10px;
    padding-top: 7px;
}


.partner-card:hover img {
    border: none;
}
   

.select_a {	
	display:table-cell;
    vertical-align: middle;	
	border-radius: 17px;
	padding-left: 40px;
	padding-right: 20px;
	text-align: center;
	height: 34px;
	font-size: 20px;
    border: 1px solid #E3E3E3;
	color: black;
	background-color: white;
}

.select_a:hover {	
	color: black;
	background-color: #E3E3E3;
	text-decoration: none;
}


.suche img {
	height: 28px;
}


.toast img {
	height: 40px;
}

.navbar-collapse ul {
    margin-top: 40px;
}

#carouselStart {
	background-color: #00A19A;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.carousel-indicators svg {
	padding-bottom: 10px;
}

@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(60px);
	}
}

svg #wheel {
	animation: scroll ease 2s infinite;
}

.section_ue {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 70px;
	color: #00A19A;
}


.section_ue span {
	color: black;
}


.section_ue2 {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 40px;
	color: #00A19A;
}


h1 {
	font-family: chennai, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 40px;
	color: #00A19A;
}



h3 {
	font-family: chennai, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	color: #00A19A;
}


h4 {
    font-family: chennai, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	color: #00A19A;
}

.h2_in {
    font-family: chennai, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	color: #00A19A;
    padding-top: 30px;
    padding-bottom: 15px;
}

.titlefont {
    font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #00A19A;
}

.c666 {
    color:#A2A2A2;
}

.aktuelles {
	text-align: center;
}

.aktuelles h2 {
    font-size: 18px;
    color: #00A19A;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.download_btn {	
	display:inline-block;
    vertical-align: middle;	
	border: 2px solid #00A19A;
	border-radius: 20px;
	padding: 0px;
	height: 37px;
	padding-right: 10px;
	color:black;
 }

.download_btn img {	
    margin-left: -1px;
    margin-top: -1px;
 }

.download_btn:hover {	
	color:#00A19A;
	text-decoration: none;
 }
 

.bg_grau {
	background-color: #FAFAFA;
}


.ort_collapse {
    background-color: #FAFAFA;
    margin-top: 8px;
    padding: 8px;
    text-transform: uppercase;
}

.c_padding {
    padding: 4px;
}

.kurse thead tr {
    background-color: #FAFAFA;
}

.table thead th {
    color: #00A19A;
    font-weight: normal;
}

.table thead th {
    border: none;
}

.table td, .table th {
   border: none; 
}

tbody tr {
    border-bottom: 1px solid #707070;
}

.pfeil_collapse {
    float:right;
}


.pfeil_collapse img {
    width:60%;
}

.pfeil_rauf {
    display:none;
}


.detail_anzeigen {
    width:22px;
    cursor: pointer;
}

.detail_schliessen {
    width:30px;
    cursor: pointer;
}

.kurs_detail {
    display: none;
    background-color: #FAFAFA;
    border:none;
    margin-top: 20px;
}

.kurs_detail tr {
    border:none;
}


.kurs_detail td {
    border:none;
}

.anmelden {
    clear: both;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.table_detail tr td:first-child {
    text-align: right;
}

.ort_collapse {
    cursor: pointer;
}

.ort_collapse strong {
    color:#e91e63;
}

.ort_collapse[aria-expanded=true] .pfeil_rauf {
    display: inline;
}

.ort_collapse[aria-expanded=true] .pfeil_runter {
    display: none;
}

.ort_collapse[aria-expanded=true]  {
    background-color: #00A19A;
    color: white;
}

.ort_collapse:hover {
    background-color: #EBEBEB;
}


.ort_collapse[aria-expanded=true]:hover {
    background-color: #00A19A;
    color: white;
}

.ort_collapse[aria-expanded=true] strong {
    color: white;
}


.h2ro {
   font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #00A19A;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

.h2pe {
	font-family: chennai, sans-serif;
	font-size: 40px;
	line-height: 40px;
	color: #00A19A;
}

.news h2 {
	font-family: chennai, sans-serif;
	font-size: 40px;
	color: #00A19A;
}


.news h3 {
	font-size: 19px;
}

.testimonial-name {
  width: auto;
  text-align: center;
  color: black;
}


.testimonial-funktion {
  width: auto;
  text-align: center;
  color: black;
  font-weight: normal;
    font-size: 14px;
}

#customers-testimonials .item {
  text-align: center;
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
  color: #00A19A;
  margin-bottom: 80px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .item p {
	display: none;
	font-weight: 300;
	font-size: 13px;
	line-height: 14px;
}


#customers-testimonials .owl-item.active.center .item p {
	display: block;
	margin: 5px;
}


#customers-testimonials .item .testimonial-name {
	display: none;
}

#customers-testimonials .item .testimonial-funktion {
	display: none;
}

#customers-testimonials .item div .testimonial-logo {
	display: block;
}


#customers-testimonials .owl-item.active.center .item .testimonial-logo {
	display: none;
}



#customers-testimonials .owl-item.active.center .item div {
	display: block;
	margin: 0;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  margin: 0 auto 10px;
}

.owl-carousel .owl-item img {
 padding-left: 20px;
 padding-right: 20px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

.footer {
	background-color: #EAEAEA;
	vertical-align: middle;
	width: 100%;
	padding-top: 34px;
	padding-left: 20px;
	padding-right: 20px;
    padding-bottom: 25px;
}


.footer a {
	color: #00A19A;
}

.footer span {
	padding-left: 20px;
	padding-right: 20px;
	color: #A2A2A2;
}

.footer p {
	float: right;
	color: #A2A2A2;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
    bottom: 0;
    right: 0;
  background-color: #00A19A; /* Black fallback color */
  overflow-x: hidden; /* Disable horizontal scroll */
 display:none;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 5%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}



/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  right: 45px;
  top: 30px;
}

.overlay .closebtn img {
  width: 30px;  
}


.overlay-btn {	
    background-color: #00A19A;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 20px;
    border-radius: 28px;
    border: 2px solid white;
}

.overlay-btn:hover {	
	color: #00A19A;
	text-decoration: none;
	background-color: white;
    border: 2px solid white;
}


.overlay-aktiv-btn {	
    
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 20px;
    border-radius: 28px;
    
	color: #00A19A;
	background-color: white;
    border: 2px solid white;
} 



@media (min-width: 992px) {
	
	.navbar-start {
		width: 980px;
		max-width: 100%;
	}

	.navbar {
		width: 980px;
		max-width: 100%;
	}
    
   
	
	.header {
		width: 980px;
		max-width: 100%;
		background-color: #00A19A;
	}
    
	
}



@media (min-width: 1200px) {
	.container {
		width: 1170px;
		max-width: 100%;
	}
	.navbar-start {
		width: 1170px;
		max-width: 100%;
	}
	
	

	.navbar {
		width: 1170px;
		max-width: 100%;
	}
	
	.header {
		width: 1170px;
		max-width: 100%;
		background-color: #00A19A;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .3rem;
		padding-left: .3rem;
	}
    
    
}

@media screen and (max-width: 1199px) {
  
	
	#gesundheitstage_bg {
	
		left: 0px;
	}
    
    
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  /*.overlay a {font-size: 20px}*/
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
    
    
}


@media (max-width: 992px)
{
   .navbar-start {
        left:10px;
        right:10px;
	}
	
	.gt_bg_left {
		border-right: none;
	}
    
	.gt_bg_right {
		border-left: none;
		border-top: 14px solid white;
		border-bottom: 7px solid white;
	}
	
}



@media (max-width: 450px)
{
   .navbar-brand img {
    height: 42px;
    }
    
    
    
    .footer a {
        display: block;
    }
	
	
	
}
	

@media (max-width: 320px)
{
   .navbar-brand img {
    height: 42px;
    }
    
    
    .footer a {
        display: block;
    }
}
	