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 {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */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: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #e3e3e3;
	text-decoration: underline;
}
.wrapper {
	width: 100%;
	height: 100.1%;
	
	
}
.head { 
	width: 90%;
	height: 60px;
	display: block;
	margin: 0 auto;
}
.head-left {
	width: 100%;
	min-height: 60px;
	background: #041327 url("../img/trenner-weiss.gif") no-repeat right;
	float: left;
}
.linie {
	width: 97%;
	height: 1px;
/*	border-top: 1px solid #ffffff;
	padding-top: 35px; */
	float: right;
}
.linie2 {
	width: 43%;
	height: 1px;
	border-top: 1px solid #ffffff;
	position: absolute;
	left: 55%;
	bottom: 50px;
	margin-bottom: 50px;
}
.std-area .linie {
	margin-top: 0;
}
.content-right .linie {
	margin-top: 50px;
	float: left;
}
.exlink {
	background: transparent url("../img/exlink.png") no-repeat left center;
	padding-left: 20px;
	margin-left: 7px;
}

#startseite .head-right {
	background: #eaebeb url("../img/baum.jpg") no-repeat top right;
	background-size: 100%;
}
#Indikationen .head-right {
	background: #041327 url("../img/raum.jpg") no-repeat top right;
	background-size: 100%;
}
#verfahren .head-right {
	background: #041327 url("../img/indikation.jpg") no-repeat top right;
	background-size: 100%;
}
#person .head-right {
	background: #041327 url("../img/tobias.jpg") no-repeat top right;
	background-size: 100%;
}
#startseite .content {
	background: #fbfdfa url("../img/baum.jpg") no-repeat right -80px;
	background-size: 46%;
}
#Indikationen .content {
	background: #fbfdfa url("../img/raum.jpg") no-repeat right -80px;
	background-size: 46%;
}
#verfahren .content {
	background: #fbfdfa url("../img/indikation.jpg") no-repeat right -80px;
	background-size: 46%;
}
#person .content {
	background: #fbfdfa url("../img/tobias.jpg") no-repeat right -80px;
	background-size: 46%;
}
#verfahren .content {
	background: #977841 url("../img/indikation.jpg") no-repeat right -80px;
	background-size: 46%;
}
#verfahren .head-right {
	background: #eaebeb url("../img/indikation.jpg") no-repeat top right;
	background-size: 100%;
}
#kontakt .content {
	background: #d5d9df url("../img/indikation.jpg") no-repeat right -80px;
	background-size: 46%;
}
#kontakt .head-right {
	background: #d5d9df url("../img/indikation.jpg") no-repeat top right;
	background-size: 100%;
}

.head-right {
	width: 45%;
	min-height: 60px;
	
	float: right;
}
.subnav {
	margin-right: 20px;
	margin-top: 11px;
	display: block;
	float: right;
}
.subnav ul {
	list-style: none;
}
.subnav ul li {
	float: left;

}

.subnav a {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #041327;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	font-size: 17px;
}
.subnav a:hover {
	color: #ffffff;
	background: #041327;
}
.subnav-mob {
	display: none;
}
.nav {
	width: 100%;
	height: 120px;
	-webkit-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.51);
	box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.51);
	z-index: 10;
	display: block;
	float: left;
	position: relative;
}
.inner-nav {
	width: 90%;
	display: block;
	margin: 0 auto;
}
.logo {
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
.logo img {
	width: 270px;
}
.logo h1, .logo-mob h1 {
	font-size: 37px;
	letter-spacing: 6px;
}
.logo h2, .logo-mob h2 {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: 300;
	font-size: 22.5px;
	margin-top: 5px;
}

/************************ Hauptnavigation Desktop ******************/

.main-nav {
	display: inline-block;
	float: right;
	margin-right: 17px;
	margin-top: 55px;
	position: relative;
}
.main-nav ul {
	list-style: none;
	overflow: hidden;
}
.main-nav ul li {
	float: left;
}
.main-nav li a , .dropbtn {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #041327;
	padding: 10px 15px 30px 15px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
}
.main-nav li a:hover, .dropdown:hover .dropbtn {
	color: #ffffff;
	background: #041327;
}
li.dropdown {
	display: inline-block;
}
.dropdown-content {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	background: #041327;
	visibility: hidden;
	z-index: 99999;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.51);
	box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.51);
}
.dropdown-content li {
	clear: both;
	float: none;
	width: 100%;
}
.dropdown-content li a {
	color: #ffffff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content li a:hover {
	background-color: #f1f1f1;
	color: #041327;
}
.dropdown:hover .dropdown-content {
	display: block;
	visibility: visible;
	opacity: 1;
}
/************************ Hauptnavigation Desktop Ende ******************/



.content {
	width: 90%;
	height: auto;
	display: block;
	margin: 0 5%;
	float: left;
	
	z-index: 0;
	position: relative;
}
.content-left {
	width: 55%;
	height: auto;
	background: #041327 url("../img/trenner-weiss.gif") repeat-y right;
	float: left;
	display: block
}
.content-right {
	width: 45%;
	height: 100%;
	float: left;
	display: block;
}
.std-area {
	margin-top: 50px;
	margin-bottom: 50px;
}
.std-area h2 {
	padding: 10px 30px 50px 30px;
	color: #ffffff;
	line-height: 1.5;
	font-size: 24px;
	text-transform: uppercase;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.std-area p {
	padding: 10px 30px 30px 30px;
	color: #ffffff;
	line-height: 1.8;
}
.footer {
	float: left;
	width: 90%;
	height: 30px;
	margin: 5px 5% 20px 5%;
	background: #041327;
}
.footer-content p {
	margin: 9px 30px;
	color: #ffffff;
	font-size: 12px;
	float: right;
}

/************************ MOBILE ******************/
.start-head-mob {
	display: none;
}

.nav-mob {
	width: 20%;
	float: left;
	display: block;
}
.nav-mob img {

}
.logo-mob {
	width: auto;
	float: right;
	display: block;
}
.logo-mob img {
	width: 60%;
	float: right; 
	margin-right: 20px;
}
.auflistung {
	list-style: disc;
	padding: 10px 30px 30px 60px;
	color: #ffffff;
	line-height: 1.8;
}
#menu-icon {
	color: #041327;
	width: 42px;
	height: 52px;
	background: #ffffff url(../img/nav-mob2.png) no-repeat;
	padding: 8px 0 0 42px;
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 13px;
}
#nav2 {
	clear: both; 
	position: absolute;
	top: 90px;
	width: 200px;
	z-index: 10000;
	padding: 0px;
	background: #041327;
	border: solid 1px #ffffff;
	display: none;
}
#nav2 li a {
	display: block;
	padding: 15px 20px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
#nav3 {
	clear: both; 
	top: 90px;
	width: 200px;
	z-index: 10000;
	background: #f1f1f1;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	display: none;
}
#nav3 li a {
	display: block;
	padding: 15px 20px;
	color: #041327;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 30px;
}

@media screen and (min-width: 601px) {
	.header-mob {
		display: none;
	}
}

@media screen and (min-width: 601px) and (max-width: 1080px) {

	.subnav a {
		padding: 10px 8px;
		font-size: 14px;
	}
	.main-nav li a , .dropbtn {
		padding: 10px 8px 16px 8px;
		font-size: 18px;
	}
	.logo {
		margin-top: 20px;
	}
	.logo h1 {
		font-size: 25px;
	}
	.logo h2 {
		font-size: 16.8px;
	}
	.nav {
		height: 135px;
	}
	.main-nav {
		float: none;
		margin-left: 10px;
		margin-top: 6px;
		clear: both;
		width: 100%;
	}
	.std-area h2 {
		font-size: 21px;
		font-family: 'Open Sans Condensed', Arial, sans-serif;
	}
}

@media screen and (max-width: 1050px) {
	
	.header-mob {
		display: block;
		margin: 10px 2% 0 2%;
		height: 100px;
		border-bottom: 1px solid #041327;
	}
	.head, .nav {
		display: none;
	}
	.content-left {
		width: 100%;
	}
	.content-right {
		display: none;
	}
	.content {
		width: 100%;
		margin: 5px 0 0 0;
	}
	.footer {
		float: left;
		width: 100%;
		height: 30px;
		margin: 5px 0 0 0;
		background: #041327;
	}
	.subnav-mob {
		margin-left: 16px;
		margin-top: 11px;
		margin-bottom: 15px;
		display: block;
		float: left;
	}
	.subnav-mob ul {
		list-style: none;
	}
	.subnav-mob ul li {
		float: left;
	}
	.subnav-mob a {
		color: #ffffff;
		padding: 10px 15px;
		display: block;
		text-decoration: none;
		font-size: 17px;
	}
	.subnav-mob a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 430px) {
	.start-head-mob {
		display: block;
	}
	.start-head {
		display: none;
	}
	.logo-mob h1 {
		font-size: 25px;
		margin-top: 14px;
	}
	.logo-mob h2 {
		font-size: 16.8px;
	}
}