@charset "utf-8";
@import url("kontakt.css");


/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	border: 0;
	font: inherit;
	vertical-align: baseline;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}body{line-height:1}ol,ul{
	list-style: none;
}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body{
	/*font-size: 62.5%;				1.0 em/rem = 10pt!*/
	font-size: 72%;				/*Text vergrößert*/
	}

#wrapper{
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow-x: hidden;
	}
	
#homelink a{
	position:fixed;
	display:block;
	width:230px;
	height:180px;
	z-index:2100;
	}
	
#logo-hintergrund{
	background-image: url(../image/Logo-mit-Hintergrund.png);
	background-repeat: no-repeat;
	position: fixed;
	z-index: 12;
	background-size: contain;
	width:400px;
	height: 100%;
	}
	
#oben {
	display:none;
	}
	
/*header*/
#header {
	width: 100vw;
	max-width: 1600px;
	display: block;
	background-position: right top;
	height: 180px;
	z-index: 8;
	background-image: url(../image/header-bild-1-frau-bluete_rapport.jpg);
	background-size: auto 100%;
	position: fixed;
}

#header-behandlungen {
	width: 100vw;
	max-width: 1600px;
	display: block;
	background-position: right top;
	height: 200px;
	z-index: 8;
	background-image:url(../image/header-bild-2-blueten-rose_rapport_02.jpg);
	background-size: auto 100%;
	position: fixed;
}

#header p {
	font-family: LibreBaskerville;
	display: inline-block;
	font-size: 1.8em;
	z-index: 10;
	color: #FFFFFF;
	text-align: right;
	margin-top: 30px;
	line-height: 140%;
	float: right;
	margin-right: 45px;
	text-shadow: 1px 1px 8px #815545;
}

#header-maennersache {
	width: 100vw;
	max-width: 1600px;
	display: block;
	background-position: right top;
	height: 200px;
	z-index: 8;
	background-image:url(../image/header-bild-2-mann_rapport.jpg);
	background-size: auto 100%;
	position: fixed;
}

#header-maennersache p {
	font-family: LibreBaskerville;
	display: inline-block;
	font-size: 2em;
	z-index: 10;
	color: #FFFFFF;
	text-align: right;
	margin-top: 30px;
	line-height: 150%;
	float: right;
	margin-right: 45px;
	text-shadow: 1px 1px 8px #815545;
}
	
	
/*Haupt-Navigation*/

#main-nav {
	font-family: Roboto;
	z-index: 20;
	background-color: rgba(255,255,255,1.00);
	position: fixed;
	font-size: 1.3em;
	width: 100%;
	-webkit-box-shadow: 0px 1px 5px #815545;
	box-shadow: 0px 1px 5px #815545;
	padding-top: 2px;
	font-style: normal;
	height: 35px;
	top: 180px;
}

#main-nav a{
	text-decoration: none;
	color: #DA007A;
	display: block;
	width: 100%;
	padding-left: 0%;
	height: 30px;
	line-height: 25px;
	text-align: left;
	
	}
#main-nav ul li {
	background-color: #FFFFFF;
	float: left;
	height: 28px;
	width: auto;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-top: 5px;
}
#main-nav ul {
	width: 100%;
}
#main-nav ul li:hover {
	background-color: rgba(244,208,199,0.80);
}

#main-nav ul li ul {
	display: none;
	width:100%;
}

#main-nav li ul li {
	width:auto;
	float: none;
	padding-left:10px;
	padding-right:10px;

}
#main-nav ul li:hover ul {
	display: block;
}	

.screen-ausblenden {
	display: none;
}


/*Side-Elemente links*/
#willkommen {
	display: block;
	width: 275px;
	height: 210px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #F3A714;
	/*opacity:0.9;*/
	z-index: 15;
	position: fixed;
	margin-top: 230px;
}

#willkommen p {
	font-family: Roboto;
	font-size:1.0em;
	text-align: left;
	line-height: 145%;
	float: left;
	margin-top: 5px;
	width: 55%;
	color:#000000;
}

#willkommen h1 {
	font-family: Roboto;
	font-size:1.4em;
	font-weight:bold;
	text-align: left;
	line-height: 120%;
	float: left;
	margin-top: 12px;
	width: 55%;
	color:#000000;
}

#willkommen img {
	width:85%;
	width:auto;
	margin-left: 10px;
	border-radius: 10px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

#Oeffnungszeiten {
	display: block;
	width: 275px;
	height: 65px;
	/*opacity:0.9;*/
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 15;
	position: fixed;
	margin-top: 365px;
}

#Oeffnungszeiten p {
	font-weight: normal;
	font-size: 1.2em;
	color: #000000;
	font-family: Roboto;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 4px;
}
#Oeffnungszeiten h4 {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 1.2em;
}

#Behandlungen{
	display: block;
	width: 275px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f4c1b4;
	/*opacity:0.8;*/
	z-index: 15;
	position: fixed;
	margin-top: 450px;
	font-family: Roboto;
	height: 195px;
	}
	
#Behandlungen ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	line-height: 190%;
	margin-left:20px;
}

#Behandlungen h1 {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom:10px;
	font-size: 1.3em;
}

#Extras-Liste{
	display: block;
	width: 275px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f4c1b4;
	/*opacity:0.8;*/
	z-index: 15;
	position: fixed;
	margin-top: 450px;
	font-family: Roboto;
	height: 125px;
	}
	
#Extras-Liste ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	line-height: 190%;
	margin-left:20px;
}

#Extras-Liste h1 {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom:10px;
	font-size: 1.3em;
}

#anfahrt{
	display: block;
	width: 275px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f4c1b4;
	z-index: 15;
	position: fixed;
	margin-top: 450px;
	font-family: Roboto;
	height: 110px;
	}
	
#anfahrt h4{
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 8px;
	margin-left: 10px;
	margin-top: 10px;
	}
	
#anfahrt p{
		font-size:1.0em;
		margin-left:10px;
		margin-right:10px;
		line-height:130%;
				}
				
#anfahrt a{
		font-size:1.0em;
		line-height:130%;
		text-decoration:none;
		color:white;
		font-weight:bold;
				}
				
#anfahrt-karte{
	width: 255px;
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	}

/*Side-Navigation*/
#side-nav a{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-left: 2px;
	height: 20px;
	line-height: 1.6em;
	text-align: left;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	float: left;
	font-size: 1em;
	margin-left: 10px;
	padding-right: 2px;
	}


/*Diashow*/
#Diashow {
	display: block;
	width: 275px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #815545;
	/*opacity:0.9;*/
	z-index: 15;
	position: fixed;
	margin-top: 450px;
	font-family: Rototo;
	background-repeat: no-repeat;
	background-position: 7% 0%;
	background-size: auto 100%;
	height: 195px;
	color: #623E2E;
}


#ergebnis {
	font-family: Roboto;
	font-size: 1em;
	padding-left: 10px;
	margin-top: -20px;
}
#Diashow a {
	width: 20px;
	height: 22px;
	background-color: #f3a714;
	text-decoration: none;
	display: block;
	font-size: 25px;
	text-align: center;
	top: 80px;
	line-height: 76%;
	color: #FFFFFF;
}
#Leinwand {
	border: 1px solid #623E2E;
	width: 260px;
	height: 172px;
	margin-top: 10px;
}
.vorwaerts {
	position: absolute;
	left: 261px;
	width: 26px;
	height: 26px;
	top: 80px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #FFFFFF;
	font-family: Roboto;
}

/*main-Elemente*/
#main {
	width: 100%;
	margin-top: 252px;
	z-index: 5;
	height: auto;
	float: left;
}

#main a {
	text-decoration:none;
	color:#f3a714;
	}

/*main-Elemente Seite Neuigkeiten/Aktuelles*/
#news .news-articel {
	width: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	display: block;
	padding-left: 330px;
}
#news .news-articel p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	padding-bottom: 10px;
}
#news .news-articel h1 {
	color: #000000;
	font-family: Roboto;
	font-weight: bold;
	font-style: normal;
	font-size: 1.5em;
	padding-bottom: 7px;
	padding-top: 2px;
}
#news .news-articel h2 {
	color: #f3a714;
	font-family: Roboto;
	font-style: italic;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:5px;
}
#news .news-articel h3 {
	color: #000000;
	font-family: Roboto;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:10px;
}

#news .news-articel h4 {
	font-family: Roboto;
	font-size: 0.9em;
	font-style: italic;
	padding-bottom: 20px;
}
.news-articel img {
	border-radius: 5px;
	border: 1px solid #815545;
	-webkit-box-shadow: 1px 1px 5px;
	box-shadow: 1px 1px 5px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	max-width: 100%;
}
#news .news-articel .news-text {
	width: 60%;
}
.floatnone {
	float: none;
}
.news-bilder   {
	width: 40%;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
.news-link {
	font-family: Roboto;
	font-size: 1em;
	font-style: italic;
	float: left;
	color: #623e2e;
	width: 8em;
	display: block;
	margin-top: 5px;
	text-align: left;
	list-style-type: none;
	line-height: 125%;
}
#main #news {
	float: left;
	width: 80%;
	margin-right: 2%;
	padding-bottom:50px;
}
.news-link img {
	margin-right: 500px;
	margin-bottom: 5px;
}

/*main-Elemente Seite Behandlungen*/
#behandlungen-section .behandlungen-articel {
	width: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	display: block;
	padding-left: 330px;
}
#behandlungen-section .behandlungen-articel p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	padding-bottom: 10px;
}
#behandlungen-section .behandlungen-articel h1 {
	color: #000000;
	font-family: Roboto;
	font-weight: bold;
	font-style: normal;
	font-size: 1.5em;
	padding-bottom: 7px;
	padding-top: 2px;
}
#behandlungen-section .behandlungen-articel h2 {
	color: #F3A714;
	font-family: Roboto;
	font-style: italic;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:5px;
}
#behandlungen-section .behandlungen-articel h4 {
	font-family: Roboto;
	font-size: 1.2em;
	font-style: italic;
	padding-bottom: 20px;
	line-height:150%;
}
.behandlungen-articel img {
	border-radius: 5px;
	border: 1px solid #815545;
	-webkit-box-shadow: 1px 1px 5px;
	box-shadow: 1px 1px 5px;
	margin-bottom: 10px;
	width: 80%;
	height: auto;
	max-width: 100%;
}
.behandlungen-text {
	width: 55%;
}

.behandlungen-bilder   {
	width: 45%;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.behandlungen-link {
	font-family: Roboto;
	font-size: 1em;
	font-style: italic;
	float: left;
	color: #623e2e;
	width: 12em;
	display: block;
	margin-top: 5px;
	text-align: left;
	list-style-type: none;
}
#main #behandlungen-section {
	float: left;
	width: 80%;
	margin-right: 2%;
	margin-bottom: 50px;
}
.behandlungen-link img {
	margin-right: 500px;
	margin-bottom: 5px;
}


/*main-Elemente für Seite über mich*/
#ueber-mich {
	width: 40%;
	margin-top: 10px;
	margin-bottom: 30px;
	display: block;
	padding-left: 330px;
}
#ueber-mich p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	padding-bottom: 10px;
}
#ueber-mich h1 {
	color: #000000;
	font-family: Roboto;
	font-weight: bold;
	font-style: normal;
	font-size: 1.7em;
	padding-bottom: 7px;
	padding-top: 2px;
}
#ueber-mich h2 {
	color: #000000;
	font-family: Roboto;
	font-style:italic;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:5px;
}
#ueber-mich h3 {
	color: #000000;
	font-family: Roboto;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:10px;
}


/*Gutschein-Anleitung - Seite Gutscheine*/
#Gutscheine{
	width: 40%;
	margin-top: 10px;
	margin-bottom: 30px;
	display: block;
	padding-left: 330px;
	}
	
#Gutscheine p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	padding-bottom: 10px;
}
#Gutscheine h1 {
	color: #000000;
	font-family: Roboto;
	font-weight: bold;
	font-style: normal;
	font-size: 1.7em;
	padding-bottom: 7px;
	padding-top: 2px;
}
#Gutscheine h2 {
	color: #000000;
	font-family: Roboto;
	font-style:italic;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:5px;
}
#Gutscheine h3 {
	color: #000000;
	font-family: Roboto;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:10px;
}

#anleitung-gutschein {
	width: 400px;
	margin-top: 20px;
	margin-right:60px;
	margin-bottom: 300px;
	display: block;
	padding-left: 0px;
	float:left;
}
#anleitung-gutschein p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	padding-bottom: 5px;
}

#anleitung-gutschein h1 {
	font-family:Roboto;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	color:#f3a714;
	padding-bottom:5px;
}
	

#anleitung-gutschein h2 {
	font-family:Roboto;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	padding-bottom:5px;
}

#gutschein-link{
	margin-top:55px;
	margin-bottom:20px;
	font-family:Roboto;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	color:#f3a714;
}

/*Buchungsbedingungen*/
#buchungsbedingungen {
	width: 25%;
	margin-left:0px;
	display: block;
	padding-left: 0px;
	float:left;
}
#buchungsbedingungen p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	padding-bottom: 5px;
}

#buchungsbedingungen h1 {
	font-family:Roboto;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	color:#f3a714;
	padding-bottom:5px;
}

/*Extras*/
#Extras{
	width: 50%;
	margin-top: 10px;
	margin-bottom: 150px;
	display: block;
	padding-left: 330px;
	}
	
#Extras p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	padding-bottom: 0px;
}
#Extras h1 {
	color: #000000;
	font-family: Roboto;
	font-weight: bold;
	font-style: normal;
	font-size: 1.7em;
	padding-bottom: 2px;
	padding-top: 17px;
}
#Extras h2 {
	color: #f3a714;
	font-family: Roboto;
	font-style:italic;
	font-size: 1.2em;
	padding-top:10px;
	padding-bottom:5px;
}
#Extras h3 {
	color: #000000;
	font-family: Roboto;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:0px;
}

#Extras h4 {
	font-family: Roboto;
	font-size: 1.2em;
	font-style: italic;
	line-height:150%;
}

#Extras ul {
	padding-top: 5px;
	padding-bottom: 5px;
	}


#Extras ul li {
	font-family: Roboto;
	font-size: 1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	padding-bottom: 0px;
	margin-left: 13px;
	list-style-type:disc;
}

/*Massagen*/
#Massagen{
	width: 50%;
	margin-top: 10px;
	margin-bottom: 100px;
	display: block;
	padding-left: 330px;
	}
	
#Massagen p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	padding-bottom: 0px;
}
#Massagen h1 {
	color: #000000;
	font-family: Roboto;
	font-weight: bold;
	font-style: normal;
	font-size: 1.7em;
	padding-bottom: 2px;
	padding-top: 17px;
}
#Massagen h2 {
	color: #f3a714;
	font-family: Roboto;
	font-style:italic;
	font-size: 1.2em;
	padding-top:10px;
	padding-bottom:5px;
}
#Massagen h3 {
	color: #000000;
	font-family: Roboto;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:0px;
}

#Massagen h4 {
	font-family: Roboto;
	font-size: 1.2em;
	font-style: italic;
	line-height:150%;
}

/*Dekorative Kosmetik*/
#Dekorative-Kosmetik{
	width: 50%;
	margin-top: 10px;
	margin-bottom: 250px;
	display: block;
	padding-left: 330px;
	}
	
#Dekorative-Kosmetik p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	padding-bottom: 0px;
}
#Dekorative-Kosmetik h1 {
	color: #000000;
	font-family: Roboto;
	font-weight: bold;
	font-style: normal;
	font-size: 1.7em;
	padding-bottom: 2px;
	padding-top: 17px;
}
#Dekorative-Kosmetik h2 {
	color: #f3a714;
	font-family: Roboto;
	font-style:italic;
	font-size: 1.2em;
	padding-top:10px;
	padding-bottom:5px;
}
#Dekorative-Kosmetik h3 {
	color: #000000;
	font-family: Roboto;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:0px;
}

#Dekorative-Kosmetik h4 {
	font-family: Roboto;
	font-size: 1.2em;
	font-style: italic;
	padding-bottom: 20px;
	line-height:150%;
}	

/*footer-Elemente*/

#footer {
	height: 12%;
	display: block;
	width: 100%;
	float:right;
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: right 20px;
	z-index: 11;
	padding-top: 0px;
	border-bottom: 1% solid #FFFFFF;
	background-image: url(../image/dr-hauschka-logo.png);
	background-color: #FFFFFF;
	max-width: 1600px;
}

#footer-text {
	margin-left: 55%;
	display: table;
	height: 50px;
	font-size: 0.9em;
	font-family: Roboto;
	width: 35%;
	font-style: normal;
	font-weight: 300;
	margin-top: 20px;
	line-height: 140%;
	color: #623E2E;
}
.footer-text-1 {
	display: table-cell;
	width: 30%;
	height: 35px;
	z-index: -9;
}
.footer-text-2 {
	display: table-cell;
	width: 35%;
	height: 45px;
}
.footer-text-3 {
	display: table-cell;
	width: 40%;
	height: 45px;
}

#footer-text a {
	color: #623E2E;
	text-decoration: none;
}




/*Bluete Keyframes-Animation*/

.bluete-stapeln {
	opacity: 0.3;
	float: right;
	position: absolute;
	left: 75vw;
	z-index: -20;
}


#bluete-bewegt {
	position: fixed;
	z-index: -20;
	opacity: 0.5;
	top: 65%;
	top: 50%;
}
#bluete-bewegt img {
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation: 5s;
	-webkit-animation-fill-mode: forwards;
	/*-webkit-animation-name:Name1Ani;*/
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation: 5s;
	animation-fill-mode: forwards;
}

#bluete-bewegt img:nth-of-type(1) {
	-webkit-animation-name: Name1Ani;
	animation-name: Name1Ani;
	}
	
#bluete-bewegt img:nth-of-type(2) {
	-webkit-animation-name: Name2Ani;
	animation-name: Name2Ani;
	}
	
#bluete-bewegt img:nth-of-type(3) {
	-webkit-animation-name: Name3Ani;
	animation-name: Name3Ani;
	}
	
#bluete-bewegt img:nth-of-type(4) {
	-webkit-animation-name: Name4Ani;
	animation-name: Name4Ani;
	}
	
#bluete-bewegt img:nth-of-type(5) {
	-webkit-animation-name: Name5Ani;
	animation-name: Name5Ani;
	}

@-webkit-keyframes Name1Ani {
	 0% {
    transform: rotate(0deg) ;
	  }
	
  100% {
	transform-origin:right center;
    transform: rotate(30deg);
	 }
	}
	
@keyframes Name1Ani {
	 0% {
    transform: rotate(0deg) ;
	  }
	
  100% {
	transform-origin:right center;
    transform: rotate(30deg);
	 }
	}
	
@-webkit-keyframes Name2Ani {
	 0% {
    transform: rotate(0deg) ;
	  }
	
  100% {
	transform-origin:right center;
    transform: rotate(60deg);
	 }
	}
	
@keyframes Name2Ani {
	 0% {
    transform: rotate(0deg) ;
	  }
	
  100% {
	transform-origin:right center;
    transform: rotate(60deg);
	 }
	}
	
@-webkit-keyframes Name3Ani {
	 0% {
    transform: rotate(0deg) ;
	  }
	
  100% {
	transform-origin:right center;
    transform: rotate(-30deg);
	 }
	}
	
@keyframes Name3Ani {
	 0% {
    transform: rotate(0deg) ;
	  }
	 
  100% {
	transform-origin:right center;
    transform: rotate(-30deg);
	 }
	}
	
@-webkit-keyframes Name4Ani {
	 0% {
    transform: rotate(0deg) ;
	  }
	
  100% {
	transform-origin:right center;
    transform: rotate(-60deg);
	 }
	}
	
@keyframes Name4Ani {
	 0% {
    transform: rotate(0deg) ;
	  }
	 
  100% {
	transform-origin:right center;
    transform: rotate(-60deg);
	 }
	}
	
#bluete-begrenzen {
	overflow-x: hidden;
	display: block;
	position: fixed;
	width: 1600px;
	overflow-y: hidden;
	height: 100%;
	z-index: -19;
}

/*Impressum*/
#Impressum {
	display: block;
	width: 40%;
	margin-top:10px;
	margin-left: 330px;
	margin-bottom: 100px;

	font-family: Roboto;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 125%;
}
#Impressum h1 {
	font-family: Roboto;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 4px;
}
#Impressum a {
	text-decoration: none;
	color: #DA007A;
}



@media screen and (min-width:569px) and (max-width:1024px){

.tablet-ausblenden {
	display: none !important;
}

.screen-ausblenden {
	display:block;
	}
		
/*Änderungen für Tablet-Hintergrund*/
#logo-hintergrund{
	position: fixed;
	}
	
/*Änderungen für Tablet-header*/
#header {
	/*width: 100vw;
	max-width: 1600px;
	display: block;
	background-position: right top;
	height: 200px;*/
	z-index: 8;
	/*background-image: url(../image/header-bild-1-frau-bluete_rapport.jpg);
	background-size: auto 100%;
	position: fixed;*/
}

#header p {
	font-size: 1.7em;
	z-index: 10;
	margin-top: 40px;
}

#header-maennersache {
}

#header-maennersache p {
	font-size: 1.7em;
	z-index: 10;
	margin-top: 40px;
}

/*Änderungen für Tablet-Haupt-Navigation*/


/*Änderungen für Tablet-Side-Elemente*/
#willkommen {
	width: 240px;
	height:240px;
}

#willkommen p {
	font-size:1.0em;
	line-height: 140%;
	width: 45%;
}

#willkommen h1 {
	width: 45%;
}


#Oeffnungszeiten {
	width: 240px;
	}
	
#Diashow {
	margin-top:478px;
	width: 240px;
}

#Leinwand {
	width: 227px;
	}
	
.vorwaerts {
	left: 229px;
}

#anfahrt{
	width: 240px;
	height:205px;
	margin-top:478px;
	}
	
#anfahrt p{
		font-size:1.0em;
		margin-right:30px;
				}
				
#anfahrt-karte{
	width: 220px;
	height: 90px;
	}
	
#Behandlungen{
	margin-top:478px;
	width: 240px;
	height:202px;
	}
	
#Behandlungen ul li a {
	margin-left:10px;
	font-size:1.0em;
	line-height:200%;
}

#Behandlungen h1 {
	margin-top:15px;
	margin-bottom:10px;
	font-size: 1.3em;
}

#Extras-Liste{
/*	display: block;
*/	width: 240px;
	/*border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f4c1b4;
	/*opacity:0.8;*/
	/*z-index: 15;
	position: fixed;*/
	margin-top:478px;
	/*font-family: Roboto;*/
	height: 125px;
	}
	
/*#Extras-Liste ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	line-height: 190%;
	margin-left:20px;
}

#Extras-Liste h1 {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom:10px;
	font-size: 1.3em;
}
*/
/*Änderungen für Tablet-main-Elemente*/
#main{
	width: 100vw;
	z-index:13;
	background-color:transparent;
	}
	
#main #news {
	width: 39vw;
	margin-left:290px;
	margin-right: 0%;
	float:left;
}

#news .news-articel {
	width: 38vw;
	max-width:300px;
	margin-bottom:0px;
	padding: 0;
	float: left;
}

#news .news-articel .news-text {
	width:38vw;
	float: left;
}

#news .news-bilder   {
	width: 38vw;
	float: left;
	margin-left: 0;
}

.news-link  {
	display:none;
}

/*Änderungen für Tablet-main-Elemente Seite behandlungen*/

#main #behandlungen-section {
	width: 39vw;
	margin-left:280px;
	margin-right: 0%;
	float:left;
}

#behandlungen-section .behandlungen-articel {
	width: 38vw;
	max-width:300px;
	padding: 0;
	float: left;
}


#behandlungen-section .behandlungen-articel .behandlungen-text {
	width:38vw;
	float: left;
}

#behandlungen-section .behandlungen-bilder   {
	width: 38vw;
	float: left;
	margin-left: 0;
}

.behandlungen-link  {
	width: 10vw;
	float: left;
	margin-top: 10px;
	margin-left:20px;
}

/*Änderungen für Tablet-Main - Seite über mich*/
#ueber-mich {
	padding-left:290px;
	width: 50%;
	}

/*Änderungen für Tablet-Footer*/
#footer {
	z-index: 20;
	}

#footer-text-tablet  {
	width: 33vw;
	margin-right: 115px;
	padding-top: 20px;
	float: right;
	height: auto;
	font-family: Roboto;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #000000;
	text-align: right;
}


/*Änderung für Tablet Seite Gutscheine*/
#Gutscheine{
	width: 50%;
	padding-left: 290px;
	}
	
/*#Gutscheine p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #623E2E;
	padding-bottom: 10px;
}*/

/*#Gutscheine h1 {
	color: #623E2E;
	font-family: Roboto;
	font-weight: bold;
	font-style: normal;
	font-size: 1.7em;
	padding-bottom: 7px;
	padding-top: 2px;
}*/

/*#Gutscheine h2 {
	color: #623e2e;
	font-family: Roboto;
	font-style:italic;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:5px;
}*/

/*#Gutscheine h3 {
	color: #000000;
	font-family: Roboto;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:10px;
}*/

#anleitung-gutschein {
}

/*#anleitung-gutschein p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #623E2E;
	padding-bottom: 5px;
}

#anleitung-gutschein h1 {
	font-family:Roboto;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	color:#f3a714;
	padding-bottom:5px;
}
	

#anleitung-gutschein h2 {
	font-family:Roboto;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	padding-bottom:5px;
}
*/
#gutschein-link{
	margin-top:35px;
	margin-bottom:50px;
	margin-left:320px;
	font-family:Roboto;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	color:#f3a714;
	float:none;
}

/*Änderungen für Tablet Buchungsbedingungen*/
#buchungsbedingungen {
	width: 40%;
	margin-left:320px;
	margin-bottom:200px;
	display: block;
	padding-left: 0px;
	float:none;
}
/*#buchungsbedingungen p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #623E2E;
	padding-bottom: 5px;
}

#buchungsbedingungen h1 {
	font-family:Roboto;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	color:#f3a714;
	padding-bottom:5px;
}*/

/*Änderung für Kontakt-Formular*/
#kontakt-form {
	margin-left: 280px;
	height:340px;
	z-index: 40;
	float:none;
		}
		
#kontakt-adresse {
	margin-left:290px;
/*	padding-bottom:10px;
	font-family:Roboto;
	font-size:1.3em;
	font-weight:bold;
	color:#623e2e;*/
	}

		
#Impressum {
/*	display: block;
	width: 40%;
	margin-top:10px;*/
	margin-left: 290px;
	z-index:14;
	/*margin-bottom: 100px;
	font-family: Roboto;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 125%;*/

}

/*Änderungen für Tablet Extras*/
#Extras{
	padding-left: 290px;
	padding-bottom:150px;
	}
	
/*Änderungen für Tablet Männersache*/
#Massagen{
	padding-left: 290px;
	}

/*Dekorative Kosmetik*/
#Dekorative-Kosmetik{
	width: 50%;
	margin-top: 10px;
	margin-bottom: 150px;
	display: block;
	padding-left: 290px;
	}

}


@media screen and (min-width:320px) and (max-width:568px){
	
.tablet-ausblenden {
	display: none !important;
}

.phone-ausblenden {
	display: none !important;
}

.screen-ausblenden {
	display:none !important;
	}
	
.phone-einblenden{
	display:block !important;
	}	
	
/*Änderungen für Phone-Hintergrund*/
#logo-hintergrund{
	display:none;
	}
	
/*Änderungen für Phone-Header*/
#header {				/*Logo*/
	width: 100vw;
	margin-top:10vh;
	/*	max-width: 1600px;
	display: block;*/
	background-position: center;
	height: 15vh;
	z-index: 20;
	background-image: url(../image/Logo_phone.png);
	/*background-size: auto 100%;*/
	position: absolute;
	background-repeat: no-repeat;
}

#header-behandlungen {
width: 100vw;
	margin-top:10vh;
	/*	max-width: 1600px;
	display: block;*/
	background-position: center;
	height: 15vh;
	z-index: 20;
	background-image: url(../image/Logo_phone.png);
	/*background-size: auto 100%;*/
	position: absolute;
	background-repeat: no-repeat;}

#header p {
	display:none;
}


#header-behandlungen p {
	display:none;
}

#header-maennersache {
width: 100vw;
	margin-top:10vh;
	/*	max-width: 1600px;
	display: block;*/
	background-position: center top;
	height: 15vh;
	z-index: 20;
	background-image: url(../image/Logo_phone.png);
	/*background-size: auto 100%;*/
	position: absolute;
	background-repeat: no-repeat;
}

#header-maennersache p {
	display:none;
}

#header-impressum {		/*Logo*/
	width: 100vw;
	display: block;
	height: 15vh;
	margin-top:9vh;
	margin-left:20px;
	z-index: 100;
	background-image: url(../image/Logo_phone_links.png);
	background-position:left;
	background-size:contain;
	position: absolute;
	background-repeat: no-repeat;
}

	
/*Änderungen für Phone-Haupt-Navigation*/
#main-nav {
	width:100vw;
	top: 0;
	left:0px;
	margin-right:0;
	position:fixed;
	height: auto;
	background-color:white;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	z-index:200;
}

#main-nav ul {
	font-size: 85%;
	padding-left:10px;
	margin-right:0;
	margin-top:2px;
	background-color:white;

}
	
#main-nav ul li {
	background-color: #white;
	font-size:120%;
}

#main-nav ul li:hover {
	background-color:#f4c1b4;
	margin-left:-12px;
	padding-left:10px;
}

#main-nav ul li ul {
	display: none;
	width:100%;
	margin-top:-2px;
	margin-left:-5px;
}

#main-nav li ul li {
	width:auto;
	float: none;
	padding-left:0px;
	padding-right:10px;
}


/*Änderungen für Phone-Side-Elemente*/
#willkommen {
	display:none;
}

#willkommen img {
	display:none;
}

#willkommen h1 {
	display:none;
}

#willkommen p {
	display:none;
}

#Behandlungen{
	width: 100vw;
	margin-top:27vh;
	position: absolute;
	height: 190px;
	text-align:center;
	}
	
#Behandlungen ul li a {
	margin-right:20px;
	font-size: 1.3em;
	line-height: 180%;
	margin-left:0px;
}

#Behandlungen h1 {
	margin-top: 15px;
	margin-right:20px;
	margin-left: 0px;
	font-size: 1.5em;
}

#Oeffnungszeiten {
	width: 100vw;
	height:13vh;
	min-height:70px;
	background-color: #f3a714;
	position: fixed;
	margin-top: 75vh;
	padding-left:2vw;
	padding-top:0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-size:100%;
	text-align: left;
	color: rgba(255,255,255,1.00);
	z-index:15;
	}
	
	
#side-nav a{
	width:auto;
	height:auto;
	margin-bottom:10px;
	margin: 0;
	padding-top: 0px;
	padding-bottom:35px;
	margin-left:10px;
	float:left;
	}
	
#anfahrt{
	display: block;
	width: 100vw;
	height:50vh;
	margin-top: 50vh;
	padding-right:5vw;
	padding-left:4vw;
	position:fixed;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	z-index:150;
	font-size:80%;
	background-color:#f3a714;
	}
	
#anfahrt h4{
	font-size: 1.7em;
	text-align:center;
	padding-right:5vw;
	margin-left:0;
	}
	
#anfahrt p{
	width:90vw;
	margin-left:0;
	padding-bottom:10px;
	font-size:1.3em;
	text-align:center;
	line-height:130%;
	}
				
#anfahrt-karte{
	width: 100vw;
	height: 50vh;
	left:0;
	margin:0;
	position:fixed;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	}


	

/*Änderungen für Phone-main-Elemente*/
#main{
	width: 100vw;
	margin-top:25vh;
	padding-left:0;
	padding-right:0;
	font-size:100%;
	background-color:transparent;
	z-index:0;
	}
	
/*#main-kontakt{
	width: 100vw;
	height:400px;
	margin-top:190px;
	margin:right:20px;
	padding-bottom:300px;
	z-index:-10;
	}*/
	
#main #news {
	width: 80vw;
	margin-left:30px;
	margin-right:25px;
	margin-top:0;
	margin-bottom:70px;
	float:none;
}

#news .news-articel {
	width: 80vw;
	max-width:80vw;
	padding: 0;
	float: none;
	}


#news .news-articel .news-text {
	width:80vw;
	float: none;
	text-align:center;
}

#news .news-bilder   {
	display:none;
}

.news-link  {
	display:none;
}

/*Änderung für main-Elemente Seite Behandlungen*/
#main #behandlungen-section {
	width: 100vw;
	margin-top:4vh;
	margin-right: 15px;
	margin-left:15px;;
	margin-bottom:200px;
	float:none;
}

#behandlungen-section .behandlungen-articel {
	width: 90%;
	max-width:none;
	padding: 0;
	float: none;
	text-align:center;
	margin-bottom:0;
	}


#behandlungen-section .behandlungen-articel .behandlungen-text {
	width:100%;
	float: none;
}

#behandlungen-section .behandlungen-bilder   {
	display:none;
}

.behandlungen-link  {
	display:none;
}

/*Änderungen phone main-Elemente für Seite über mich*/
#ueber-mich {
	width: 80vw;
	margin-left:13px;;
	padding-left: 15px;
	padding-bottom:150px;
	text-align:center;
}
#ueber-mich p {
	font-size:1.2em;
}

/*Änderung Phone Gutschein-Anleitung*/
#Gutscheine{
	width: 90vw;
	/*margin-top: 10px;*/
	margin-bottom: 0px;
	/*display: block;*/
	padding-left: 5vw;
	}
	
#Gutscheine p {
	text-align:center;
	margin-right:15px;
	/*font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #623E2E;
	padding-bottom: 10px;*/
}
#Gutscheine h1 {
	padding-right:5vw;
	text-align:center;
	/*color: #623E2E;
	font-family: Roboto;
	font-weight: bold;
	font-style: normal;
	font-size: 1.7em;
	padding-bottom: 7px;
	padding-top: 2px;*/
}
#Gutscheine h2 {
	padding-right:5vw;
	text-align:center;
	/*color: #623e2e;
	font-family: Roboto;
	font-style:italic;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:5px;*/
}
#Gutscheine h3 {
	padding-right:5vw;
	text-align:center;
	/*color: #000000;
	font-family: Roboto;
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom:10px;*/
}

#anleitung-gutschein {
	text-align:center;
	width: 90vw;
	margin-top:10px;
	margin-left:10px;
	/*margin-top: 20px;
	margin-right:30px;
	margin-bottom: 300px;
	display: block;
	padding-left: 0px;*/
	float:none;
}
#anleitung-gutschein p {
	padding-right:5vw;
	/*font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #623E2E;
	padding-bottom: 5px;*/
}

#anleitung-gutschein h1 {
	padding-right:10vw;
/*	font-family:Roboto;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	color:#f3a714;
	padding-bottom:5px;*/
}
	
#Gutscheine img {
	width:87vw;
	}

#anleitung-gutschein h2 {
	padding-right:5vw;
	font-family:Roboto;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	padding-bottom:5px;
}

#gutschein-link{
	margin-top:320px;;
	padding:0;
	font-family:Roboto;
	text-align:center;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	color:#f3a714;
	text-decoration:none;
}


/*Änderungen Phone Buchungsbedingungen*/
#buchungsbedingungen {
	width: 90vw;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:300px;
	padding-left: 0px;
	float:none;
	text-align:center;
}
/*#buchungsbedingungen p {
	font-family: Roboto;
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	line-height: 150%;
	color: #623E2E;
	padding-bottom: 5px;
}

#buchungsbedingungen h1 {
	font-family:Roboto;
	font-size:1.2em;
	line-height:125%;
	font-style:italic;
	color:#f3a714;
	padding-bottom:5px;
}*/



/*Änderungen für phone-Impressum*/
#Impressum {
/*	display: block;*/
	width: 75%;
	margin-top:0;
	margin-left: 25px;
	margin-right:25px;
	margin-bottom: 200px;
	z-index:1;
/*	font-family: Roboto;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 125%;*/
}


/*Änderungen für Phone-Kontaktformular*/

#main-kontakt {
	width: 80vw;
	margin-top: 70px;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right:35px;
	text-align:center;
	}

#kontakt-adresse {
	font-family: Roboto;
	margin-left: 0px;
	margin-top: 0px;
	font-size:1.0em;
	line-height:150%;
}


#kontakt-adresse p {
	padding-bottom:10px;
}


/*Änderung Phone Extras*/
#Extras{
	width: 80vw;
	margin-top: 10px;
	margin-bottom: 200px;
	padding-left: 30px;
	padding-right:35px;
	text-align:center;
	}
	
/*Änderungen für Phone Männersache*/
#Massagen{
	width: 80vw;
	margin-top: 10px;
	margin-bottom: 200px;
	padding-left: 30px;
	padding-right:35px;
	text-align:center;
	}
	
/*Dekorative Kosmetik*/
#Dekorative-Kosmetik{
	width: 80vw;
	margin-top: 10px;
	margin-bottom: 200px;
	padding-left: 30px;
	padding-right:35px;
	text-align:center;
	}
	

/*Änderungen für Phone-Footer*/
#footer {
	display: block;
	position: fixed;
	top: 88vh;
	z-index: 1000;
	height: 12vh;
	background-size: 15% auto;
	background-position: contain;
	background-color:#623e2e;
	}
	
#footer-text-phone  {
	width: 75vw;
	height: auto;
	font-family: Roboto;
	font-size: 0.9em;
	line-height:1.2em;
	padding-top:20px;
	padding-left:15px;
	color:white;
}



/*Änderungen für blüten-Animation*/
.bluete-stapeln {
	display:none;
}

#bluete-bewegt {
	display:none;
}

#bluete-bewegt img {
	display:none
}





}

@media print{
body{
	font-size: 100%;				/*1.0 em/rem = 14pt!*/
	}

#wrapper{
	width: 21cm;
	height: 29,7cm;
	position: relative;
	}
	
#logo-hintergrund{
	display:none;
	}
#header {
	display:none;
}

#header p {
	display:none;
}
	
	
/*Haupt-Navigation für Print*/

#main-nav {
	display:none;
}


/*Side-Elemente links für Print*/
#willkommen {
	display: block;
	width: 6cm;
	height: auto;
	background-color: #FFFFFF;
	margin-top:2cm;
	margin-left:14cm;
	padding:0.5cm;
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	border: 1pt solid #000000;
	}

#willkommen p {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style:italic;
	font-size: 14pt;
	text-align: left;
	line-height: 170%;
	float: none;
	margin-top: 0;
	padding:0;
	width: 100%;
}
#willkommen img {
	display:none;
}

#Oeffnungszeiten {
	display: block;
	width: 6cm;
	height: auto;
	margin-top:8cm;
	margin-left:14cm;
	padding:0.5cm;
	background-color: #FFFFFF;
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	position: fixed;
	border: 1pt solid #000000;
}

#Oeffnungszeiten p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: #000000;
	margin-left: 10px;
	margin-top: 5px;
}
#Oeffnungszeiten h4 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12pt;
}

#Behandlungen{
	display:none;
	}


/*Side-Navigation für Print*/
#side-nav a{
	display:none;
	}


/*Diashow für Print*/
#Diashow {
	display:none;
}


/*main-Elemente für Print*/
#main {
	width: 100%;
	margin-top: 1.75cm;
	margin-bottom:50px;
	z-index: 5;
	height: auto;
	float: left;
}

/*main-Elemente Seite Behandlungen für Print*/
#behandlungen-section .behandlungen-articel {
	width: 21cm;
	margin-top: 2,5cm;
	margin-bottom: 0px;
	float: none;
	display: inline;
	padding-left: 2cm;
}
#behandlungen-section .behandlungen-articel p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12pt;
	color: #000000;
}
#behandlungen-section .behandlungen-articel h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 18pt;
}
#behandlungen-section .behandlungen-articel h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12pt;
}
#behandlungen-section .behandlungen-articel h4 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
.behandlungen-articel img {
	box-shadow: none;
	width: 6cm;
	margin-left: -0.5cm;
	}
.behandlungen-text {
	width: 12cm;
}

.behandlungen-bilder   {
	width: 6cm;
	float: none;
}
.behandlungen-link {
	display:none;
}
#main #behandlungen-section {
	float: none;
	width: 100%;
}
.behandlungen-link img {
	display:none;
}


/*footer-Elemente*/

#footer {
	height: auto;
	width: auto;
	position:fixed;
	margin-top: -1cm;
	margin-left:18cm;
	background-image: none;
	background-color:#9F9F9F;
	max-width:none;
}

#footer-text {
	height: 5cm;
	font-size: 10pt;
	width: auto;
	margin-top: 1cm;
	margin-left: 0;
	text-align:right;
	line-height: 150%;
	color: #FFFFFF;
}
.footer-text-1 {
	display:inline;
	width: auto;
	height: 5cm;
}
.footer-text-2 {
	display:none;
}
.footer-text-3 {
	display:none;
}

#footer-text .footer-text-3 a {
	display:none;
}




/*Bluete Keyframes-Animation*/

.bluete-stapeln {
	display:none;
}


#bluete-bewegt {
	display:none;
}

#bluete-bewegt img {
		display:none;
}

#bluete-bewegt img:nth-of-type(1) {
		display:none;
	}
	
#bluete-bewegt img:nth-of-type(2) {
		display:none;
	}
	
#bluete-bewegt img:nth-of-type(3) {
		display:none;
	}
	
#bluete-bewegt img:nth-of-type(4) {
		display:none;
	}
	
#bluete-bewegt img:nth-of-type(5) {
	display:none;
	}
	
#bluete-begrenzen {
		display:none;
}

}
