@charset "utf-8";
/* CSS Document */

/* =========================================================
Stylesheet 
Datei: bildschirm.css
Datum: 
Autor: Julian Grüner
Aufbau:
....
========================================================== */


/* =======================================
1. Kalibrierung
======================================= */
* {
	margin:0;
	padding:0;
	}


/* =======================================
2. Layout
======================================= */
html {
	background-color:#fffcf9;
	}

body {
	font-family: 'Raleway', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:0.8em;
	line-height:1.5em;
	color:#53483a;
	}

#navWrapper {
	position:fixed;
	width:100%;
	height:46px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	box-shadow:0 1px 3px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	z-index:1000;
	}

nav {
	position:relative;
	width:990px;
	height:46px;
	margin:0 auto;
	font-size:1.1em;
	box-sizing:border-box;
	padding-left:1px;
	/*background-color:#0066FF;*/
	}
	
#wrapperContainer {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	margin:0 auto;
	background-color:#fff;
	box-shadow:0 1px 3px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	/*background-color:#999;*/
	}
	
#wrapper {
	position:relative;
	width:990px;
	height:100%;
	min-height:200px;
	margin:0 auto;
	list-style-position:inside;
	text-align:justify;
	-webkit-hyphens: auto;
 	-moz-hyphens: auto;
 	-ms-hyphens: auto;
	 hyphens: auto;
	/*background-color:#999;*/
	}
	
header {
	position:relative;
	width:100%;
	height:auto;
	}

#logo {
	position:relative;
	width:354px;
	height:auto;
	margin:0 auto 50px auto;
	padding-top:100px;
	}

#image {
	position:relative;
	width:990px;
	height:350px;
	margin:0 auto;
	border:8px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-shadow:0 1px 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	margin-bottom:30px;
	}
#breadcrumb {
	position:relative;
	width:70%;
	height:auto;
	margin:0 0 30px 20px;
	/*background-color:#00CC00;*/
	}
#content {	
	position:relative;
	float:left;
	width:72%;
	height:100%;
	min-height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0 20px 0 20px;
	margin-bottom:60px;
	/*background-color:#000066;*/
	}
#contentLeft {
	position:relative;
	float:left;
	width:36%;
	height:100%;
	min-height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0 10px 0 20px;
	margin-bottom:60px;
	/*background-color:#000066;*/
	}

#contentRight {
	position:relative;
	float:left;
	width:36%;
	height:100%;
	min-height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:33px 20px 0 20px;
	margin-bottom:60px;
	/*background-color:#39F;*/
	}
#sidebar {
	position:relative;
	float:left;
	width:28%;
	height:100%;
	min-height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-left:1px solid #ededed;
	padding:0 20px 0 20px;
	margin-bottom:60px;
	/*background-color:#000066;*/
	}

#sidebarKlein{
	display:none;
	}

#shortinfos {
	position:relative;
	background-image:url(../images/sidebar-header.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:auto;
	margin:0px auto 30px auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:15px;
	box-shadow:0 1px 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	}
#kontaktInfobox {
	position:relative;
	background-image:url(../images/sidebar-header.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:auto;
	text-align:left;
	margin:0px auto 30px auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:15px;
	box-shadow:0 1px 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	}
#medipay {
	position:relative;
	background-image:url(../images/sidebar-header.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:auto;
	margin:30px auto 30px auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:15px;
	box-shadow:0 1px 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	}
footer  {
	background-image:url(../images/footer-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:254px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-top:140px;
	text-align:center;
	color:#fff;
	clear:both;
	}

#touchNav {
	visibility:hidden;
	}


/* =======================================
2. Allgemeine Styles
======================================= */
h1 {
	font-size:120%;
	font-weight:500;
	color:#e84b15;
	text-align:left;
	margin-bottom:15px;
	}
h2 {
	font-size:1em;
	font-weight:700;
	text-align:left;
	margin-bottom:20px;
	}
h3 {
	font-size:1.2em;
	font-weight:700;
	line-height:0.5em;
	text-transform:uppercase;
	letter-spacing:0.2em;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
	}
h4 {
	font-size:1em;
	font-weight:700;
	}
p {
	margin-bottom:20px;
	}
span {
	font-weight:700;
	display:block;
	margin-top:10px;
	}
.firstSpan {
	margin-top:0;
	}
.leftTextAlign {
	text-align:left;
	-webkit-hyphens: none;
 	-moz-hyphens: none;
 	-ms-hyphens: none;
	 hyphens: none;
	}
.samllText {
	font-size:0.7em;
	line-height:1.3em;
	}
table tr td{
	padding:3px;
	}
.tableLine {
	background-color:#FFF8F4;
	}
.imageSubline {
	text-align:center;
	font-style:italic;
	margin-bottom:20px;
	height:30px;
	}
.footerImpressum {
	list-style-type:none;
	}
label {
	display:inline-block;
	width:100%;
	}
.input {
	width:100%;
	}
.sendFail {
	color:#e84b15;

}

/*
img {
	width:100%;
	height:auto;
	}*/

.qrCode {
	width:118px;
	margin:0 auto;
		}

/* =======================================
4. Hyperlinks
======================================= */
a {
	font-size:100%;
	font-weight:normal;
}
a:link {
	text-decoration:underline;
	outline:none;
	color:#53483a;
}
a:visited {
	color:#53483a;
}
a:hover {
	color:#e84b15;
}
a:focus{
	color:#e84b15;
	}	
a:active {
	color:#e84b15;
}


.impressumLink:link,
.impressumLink:visited,
.impressumLink:focus,
.impressumLink:active
 {
	text-decoration:none;
	outline:none;
	color:#fff;
}

.impressumLink:hover {
	text-decoration:underline;
}


/* =======================================
6. Navigation
======================================= */

/*	Level 1	*/

nav ul.level1 {
	position:relative;
	float:left;
	list-style-type:none;
	width:auto;
	margin:0;
}
nav ul.level1 li {
	float:left;
	list-style-type:none;
	width: auto;
	/*background-color:#666666;*/
}
nav ul.level1 li a {
	display:block;
	color:#000;	
	padding:0 44px 0 44px;
	line-height:3.3em;
	text-decoration: none;
	border-right:1px solid #eeecea;
	/*background-color:#096;*/
}

nav ul.level1 li a.first {
	border-left:1px solid #eeecea;
}

.noLink {
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}

.noLink:hover,
.noLink:active,
.noLink:focus {
	background-image:none;
	background-color:none;
}


nav ul.level1 li a:hover,
nav ul.level1 li a:active, 
nav ul.level1 li a:focus {
	color:#e84b15;
	background-image:url(../images/active.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-color:#fff;
}

nav ul.level1 li a:visited {
	color:#737373;
}


nav ul.level1 li:hover ul.level2 {
	visibility:visible;
}



/*	Level 2	*/
nav ul.level2 {	
	position:absolute;
	background-color:#fff;
	/*background-image:url(../images/banner/test.jpg);
	background-repeat:no-repeat;
	background-position:100% 0%;*/
	width:400px;
	height:auto;
	min-height:216px;
	visibility:hidden;
	box-shadow:0 1px 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.05);
}


.banner{
	position:absolute;
	width:152px;
	height:216px;
	top:0;
	right:0;
	visibility:hidden;
}
#body-wrapping-wickelActive:hover + .banner,
#gesichtsmaskeActive:hover + .banner,
#metabolisches-abnehmenActive:hover + .banner,
#mythen-der-hautpflegeActive:hover + .banner,
#funktionsweiseHaarentfernungActive:hover + .banner,
#oftGefragtHaarentfernungActive:hover + .banner,
#behandlungspreiseActive:hover + .banner,
#tiefenmassageActive:hover + .banner,
#mythenDerLaserhaarentfernungActive:hover + .banner,
#einfuehrungeHaarentfernungActive:hover + .banner,
#dasSopranoXlActive:hover + .banner,
#philosophieActive:hover + .banner,
#qualifikationActive:hover + .banner,
#eigeneStudienActive:hover + .banner,
#finanzierungActive:hover + .banner
 {
	visibility:visible;
	}


nav ul.level2 li {
	float:left;
	list-style-type:none;
	width:auto;
	margin-right:20px;
	border:none;
}

nav ul.level2 li a {
	display:block;
	line-height:2em;
	width:233px;
	padding:6px 7px 8px 8px;
	border:none;
}
nav ul.level2 li a:hover {
	background-image:none;
	background-color:#F9F9F9;
	color:#e84b15;
}
nav ul.level2 li a:active {
	color:#e84b15;
}
nav ul.level2 li a:visited {
}

nav ul.level2 li a:focus {
	color:#e84b15;
}

nav ul.level2 ul {
	left:100%;
	top:0;
}
nav ul li:hover a, nav ul li:hover > ul li a  {
    background-color: #fff;
}



.breadcrumb {
	list-style-type:none;
	overflow:hidden;
	padding:0;
	margin:0;
	}
.breadcrumb li {
	display:inline-block;
	padding:0;
	margin:0;
	}
.breadcrumb li a {
	position:relative;
	color:#999;
	text-decoration:none;
	padding:10px 10px 0 0;
	}
.breadcrumb li a:after{
	content:">";
	padding-left:15px;
	}
.breadcrumb li a.lastBreadcrumb:after{
	content:"";
	}



/* =======================================
6. Active-States
======================================= */

#home #homeActive,
#kontakt #kontaktActive,
#behandlungspreise #preiseActive {
	color:#e84b15;
	background-image:url(../images/active.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-color:#fff;
	}


/*#philosophie #philosophieActive {
	background-color:#F9F9F9;
	color:#e84b15;
}*/



/* =======================================
iPAD
======================================= */

@media only screen and (max-width: 1010px) {

#wrapper {
	width:100%;
}

#image {
	width:95%;
	height:auto;
}


nav {
	visibility:hidden;
	}

#touchNav {
	visibility:visible;
	}
	
#touchNav ul li a:hover,
#touchNav ul li a:active, 
#touchNav ul li a:focus {
	color:#e84b15;
	background-color:transparent;
}

#home #homeActive,
#kontakt #kontaktActive {
	background-image:none;
	}
	
#touchNav ul li a.noLink:hover,
#touchNav ul li a.noLink:active,
#touchNav ul li a.noLink:focus {
	color:#e84b15;
	background-color:transparent;
	cursor:pointer;
}

#body-wrapping-wickelActive:hover + .banner,
#gesichtsmaskeActive:hover + .banner,
#metabolisches-abnehmenActive:hover + .banner,
#mythen-der-hautpflegeActive:hover + .banner,
#funktionsweiseHaarentfernungActive:hover + .banner,
#oftGefragtHaarentfernungActive:hover + .banner,
#behandlungspreiseActive:hover + .banner,
#tiefenmassageActive:hover + .banner,
#mythenDerLaserhaarentfernungActive:hover + .banner,
#einfuehrungeHaarentfernungActive:hover + .banner,
#dasSopranoXlActive:hover + .banner,
#philosophieActive:hover + .banner,
#qualifikationActive:hover + .banner,
#bildergalerieActive:hover + .banner,
#finanzierungActive:hover + .banner
 {
	visibility:hidden;
	}




pre
{
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}


#header,
.header,
#footer
{

	line-height: 40px;
	height: 40px;
	padding: 0 50px;
}
#header a,
.header a
{
	background-image:url(../images/menue.png);
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
#header a.friends,
.header a.friends
{
	background-image:url(../images/menue.png);
}
#header a.right,
.header a.right
{
	left: auto;
	right: 10px;
}

}


@media only screen and (max-width: 840px) {

#sidebar {
	display:none;
	}

#contentLeft {
	width:50%;
	}

#contentRight {
	width:50%;
	}

}








@media only screen and (max-width: 480px) {

#image {
	width:95%;
	height:auto;
	display:none;
}

#logo {
	width:87%;
	height:auto;
	}
	
#content {	
	width:95%;
	padding:0;
	margin-bottom:0px;
	}
	
#contentLeft {
	width:100%;
	margin-bottom:0px;
	padding:0 20px 0 20px;
	}

#contentRight {
	width:100%;
	margin-bottom:0px;
	padding:20px 20px 0 20px;
	}

#breadcrumb {
	width:95%;
	margin:0 0 30px 20px;
	}
}