/******** ALLGEMEIN *******/

body{
	font-family: 'Hind', 'Arial', "sans-serif";
	font-size: 18px;
	color: #777;
	line-height: 25px;
	margin: 0px;
	background: #FFF;
}

h1{
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	padding-top: 20px;
}

h2{
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #804770;
}

h3, h4, h5{ color: #804770;}


main{
	max-width: 900px;
	margin: 40px auto 0 auto;
}



.content_leistungen{
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

.content_index, .content-ayurveda{
	max-width: 900px;
	margin: 0 auto 50px auto;
}


#wrap{
	margin: 40px auto 0 auto;
	position: relative; 
  	padding-bottom: 56.25%; /* ratio 16x9 */
  	height: 0; 
  	overflow: hidden; 
  	width: 100%;
  	height: auto;
}

#wrap iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

#wrap .ratio4x3 {
  padding-bottom: 75%;
}

#kur-link{
	color: #804770;
}




/****BANNER INDEX DARK****/
.banner{
	background: #804770;
	margin-top: 160px;
	width: 100%;
	height: 320px;
	background-image:url(images/logo_white.png);
	background-repeat: no-repeat;
	background-size: 213px;
	background-position: 50% 75%;
	}
	

/****BANNER ELEMENTE LIGHT****/

	.banner-home{
	background: #cc93bd;
	height: 160px;
	left: 0;
	width: 100%;
	padding-top: 10px;
	}
	
	.banner-home p{
	color: #FFF;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}

/****BANNER DOPPELT DARK****/
.banner-doppelt-dark{
	margin-top: 160px;
	background: #804770;
	height: 160px;
	width: 100%;
	left: 0;
	}

	
	
/****BANNER EINZEILIG DARK****/

.banner-einzeilig-dark_beh{
	margin-top: 160px;
	background: #804770;
	height: 160px;
	width: 100%;
	left: 0;
	}
	
.banner-einzeilig-dark_beh h1{
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	padding-top: 50px;
} 	
	
.banner-einzeilig-dark_pac{
	clear: both;
	background: #804770;
	height: 160px;
	width: 100%;
	}
	
.banner-einzeilig-dark_pac h2{
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	padding-top: 50px;
} 


.banner-einzeilig-dark_kuren{
	margin-top: 160px;
	background: #804770;
	height: 160px;
	width: 100%;
	left: 0;
	}
	
.banner-einzeilig-dark_kuren h1{
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	padding-top: 50px;
} 	




/******** NAV *******/



.topnav {
 	overflow: hidden;
 	background-color: #FFF; 
    width: 100%; 
	z-index: 99999;
	position: fixed;
	top: 0;
}

.topnav a {
 	float: left;
 	display: block;
color: #804770;
 	text-align: center;
	margin-top: 105px;
 	padding: 10px 20px 10px 20px;
 	text-decoration: none;
 	font-size: 20px;
	text-transform: uppercase;
}

.topnav a:nth-child(2){
	margin-top: 0;

}

.topnav a:hover {
	 	color: #89AB35;
	
}

.topnav .icon {
  display: none;
}



.topnav .logo{
    display: inline-block;
    vertical-align: top;
    width: 130px;
	float: left;
}



@media screen and (max-width:790px){
	.topnav a {margin-top: 0;}
	.topnav a .logo{display:none;}
	.topnav {top:0; position: relative;}
}

/************************************************ CONTENT ***********************************************/




/*____________HOME_________*/

/**********SLIDESHOW********/

#slideshow{
	margin-bottom: 50px;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.prev {
	left: 0;
	border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media screen and (max-width: 750px){
	.slideshow-container {
		max-width: 100%;}
}




@media screen and (max-width: 750px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
	
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	
}

#nodisplay{
	display: none;
}


/*_________AYURVEDA ALLGEMEIN__________*/



.ayurveda-allgemein #beibehandlung{
	width: 100%;
	margin: 0 0 30px 0;
}

.ayurveda-allgemein #clear{
	margin-top: 230px;
}

/*--elemente banner--*/

.banner-elemente{
	background: #cc93bd;
	min-height: 190px;
	left: 0;
	}
	
.banner-elemente #elemente{
	width: 900px;
	margin: 0 auto 0 auto;
	}
	
.banner-elemente .third{
	width: 33%;
	display: inline;
	float: left;
	margin: 30px auto 0 auto;
	}
	
.banner-elemente .fa{
	font-family: 'Hind';
	text-align: center;
	font-size: 50px;
	margin-bottom: 0;
	color: #FFF;
    width: 100%;
}
	
	
.banner-elemente p{
	color: #FFF;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
}




/*________LEISTUNGEN____________*/


.third-leistungen{
	width: 29%;
	display: inline;
	float: left;
	margin: 0 3% 0 3%;
	padding-top: 0;
}

.third-leistungen:first-child{
	margin: 0 3% 0 0;
}

.third-leistungen:last-child{
	margin: 0 0 0 3%;
}

.artikel_behandlungen p{
	font-size: 15px;
	line-height: 18px;
	margin-top: 3px;
}

h5{
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 5px;
}


.third-packages{
	width: 29%;
	display: inline;
	float: left;
	margin: 0 3% 0 3%;
}

.third-leistungen:first-child{
	margin: 0 3% 0 0;
	}
	
.third-packages:last-child{
	margin: 0 0 0 3%;
}	

.unterueberschrift{
	max-width: 1200px;
	margin: 0 auto 0 auto;
	border-bottom: solid 1px #804770;
	clear: both;
}

.unterueberschrift h5{
	text-transform: uppercase;
	font-size: 25px;
	
}





/*_____________KUREN__________*/

#kuren_resp{
	display: none;
}

#kuren{
	max-width: 100%;
	height: auto;
}



/*********ABOUT ME******/


#about .portrait{
	max-width: 500px;
	height: auto;
	margin: 0px 10px 0 0;
	float: left;
}


/***** FOOTER *****/

footer{
	max-width: 100%;
	height: 260px;
	background: #804770;
}



footer #article{
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

footer h3{
	color: #FFF;
	}


footer .leftarticle{
	margin-top: -20px;
	width: 50%;
	float: left;
	line-height: 20px;
	color: #FFF;
	margin-left: -39px;
}

footer .rightarticle{
	width: 50%;
	float: left;
	line-height: 20px;
	color: #FFF;
	margin-top: 40px;
}

footer .leftarticle ul li, footer .rightarticle ul li{
	list-style: none;
}

footer a{
	text-decoration: none;
	color: #FFF;
}
@media screen and (max-width: 900px){
	.banner-elemente{ height: 350px; background: #FFF;	margin: 5px 5% 5px 5%;}
	.banner-elemente #elemente{ height: 200px; width: 100%; margin: 0; padding-top: 20px;}
	.banner-elemente .third{ width: 100%; display: block; margin: 20px auto 20px auto; padding: 5px 0 5px 0;}
	.banner-elemente .fa{ font-size: 40px; color: #804770; margin: 0; padding: 0;}
	.banner-elemente p{ color: #804770; text-align: center; font-weight: bold; margin: 0; padding: 0;}
	p{ margin: 0 5% 0 5%; text-align:left;}
	ul{margin: 0 5% 0 5%; text-align: left;}
	h1, h2, h3, h4{margin-left: 5%; margin-right: 5%;}
}


@media screen and (max-width: 790px) {
	body{font-size: 18px; line-height: 25px; margin: 0;}
	main{width: 100%;	margin: 0; }
	p{ margin: 0 5% 0 5%; text-align:left;}
	ul{margin: 0 5% 0 5%; text-align: left;}
	
	h1{font-size: 30px; line-height: 32px; font-weight: 400; margin: 0; text-align: center; hyphens: auto;}
	h2{color: #804770; font-size: 18px;	font-weight: 400; line-height: 25px; padding: 0; margin: 0; text-align: left;}
	h3, h4{ color: #804770; margin: 5%;}
	h5 {margin-left: 5%;}


	.banner{margin-top: 0;  width: 100%;	height: 270px; background-image:url(images/logo_white.png);	background-repeat: no-repeat; background-size: 150px; background-position: 50% 75%;}
	.banner-home{height: auto; padding-top: 5px; padding-bottom: 5px;}
	.banner-home p{margin: 0; font-size: 18px; line-height: 25px;}
	.banner-einzeilig-dark, .banner-einzeilig-dark_beh, .banner-einzeilig-dark_pac, .banner-einzeilig-dark_kuren{margin-top: 0; height: auto; padding-top: 5px; padding-bottom: 5px;}
	.banner-einzeilig-dark h1, .banner-einzeilig-dark_beh h1, .banner-einzeilig-dark_pac h2, .banner-einzeilig-dark_kuren h1{padding-top: 5px; font-size: 30px; line-height: 32px;}
	.banner-doppelt-dark{margin-top: 0; height: auto; padding-top: 5px; padding-bottom: 5px;}
	.banner-doppelt-dark h1{padding-top: 5px; font-size: 30px; line-height: 32px;}
	
	
	#wrap{margin-bottom: 20px;}
	#nodisplay{	display: block; margin: 30px auto 0 auto;}
	.third-leistungen, .third-leistungen:first-child, .third-leistungen:last-child, .third-packages, .third-packages:first-child, .third-packages:last-child{ width: 100%; display: block; clear: both; margin: 0;}
	.third-leistungen p, .third-leistungen:first-child p, .third-leistungen:last-child p, .third-packages p, .third-packages:first-child p, .third-packages:last-child p {font-size: 18px; line-height: 25px; text-align: left;}
	.third-leistungen:last-child {margin-bottom: 20px;}
	
	.resp-abstand{margin-top: 20px;}
	
	#about .portrait{ width:100%; height: auto;	margin: 0 10px 20px 0; display: block;}
	
	#maps{width:100%; height:300px;}
	
	
	footer{width: 100%;	height: 400px; background: #804770; margin: 0;}
	footer #article{width: 100%; margin: 0; padding-top: 10px;}
	footer .leftarticle{ margin-top: 20px;	width: 100%; clear: both; 	margin-left: -39px;}
	footer .rightarticle{margin: 25px auto auto -39px; width: 100%; clear: both;}
	


}

	
@media screen and (max-width: 520px){
	#kuren{display: none;}
	#kuren_resp{display: block; width: 100%; height: auto; margin: 20px auto 20px auto;}
}


@media print {
	h1, h2, h3, h4, h5, p, a{color: #000;}
	.topnav{ display: none;}

}



	
