/* ======================   Reset  ============================   */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

audio, canvas, video { display: inline-block; margin:0; padding: 0; }

audio:not([controls]) { display: none; }

[hidden] { display: none; } 

body, html, div, table, td, span, p, a, form, h1, h2, h3, h4, h5, img, ul, li, object, embed, ul, ol, li, input, textarea, button {
	padding: 0;
	margin: 0;
	border: none;
	-webkit-text-size-adjust: none;
}

html, body {
width:100%;
height:100%;
}

body, html, div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height: 150%;
	color: #878787;
	text-align: center;
	background-color: #ededed;
}


div {
	background-repeat: no-repeat;
	background-position: left top;
}

p {
	padding-bottom: 20px;
}

.abstandUnten {
	padding-bottom: 20px;
}


td {
text-align: left;
vertical-align: top;
}

a {
	outline: none;
	color: #750053;
}

a:hover {
	color: #750053;
}


a.linkWeiter{
	background-color: #66b2df;
	color: #fff;
	text-decoration:none;
	padding:5px;
}
a.linkWeiter:hover{
	background-color: #66b2df;
	color: #fff;
	text-decoration:none;
	padding:5px;
}

a.linkKlein{
	font-size: 11px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
	line-height: 150%;
	font-weight:400;
	color: #750053;
	padding-bottom:20px;
}


.textSup {
font-size:9px;
vertical-align:text-top;
line-height: normal;
}

.textLila{
	color: #750053 !important;
}

.textWeiss{
	color: #fff !important;
}


.textKlein {
font-size:10px;
}

.clearfloat { 
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}

strong, b {
	font-weight:400;
	color: #750053;
}

.hidden {
	display:none;
}



/* ---------- Liste ------------- */


ul.liste
{
margin-left: 0;
padding-left: 0;
margin-left: 20px;
margin-top: 5px;
list-style: none;
}

ul.liste li
{
padding-left: 20px;
padding-bottom: 5px;
background-image: url(../images/liste-quadrat.png);
background-repeat: no-repeat;
background-position: 0 5px;
}


ol.liste
{
	padding-left:20px;
}


ol.liste li
{
	padding-bottom:20px;
}





/* ---------- Haupt Divs ------------- */


#rahmen {
	width: 100%;
	height: 100%;
	padding: 2%;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
	line-height: 150%;
	font-weight:400;
	color: #878787;
	background-color: #ededed;
	position:relative;
} 


#spalteLinks{
 	width: 50%;
	height: 100%;
	float: left;
	position:relative;
	background-color:#fff;
}

#spalteRechts{
 	width: 50%;
	height: 100%;
	float: right;
	position:relative;
	background-color: #fff;
}

#headerFix{
 	width: 100%;
	background-color: #fff;
	position: absolute;
	left:0px;
	top: 0px;
	z-index: 100;
}
#headerScroll{
	display: none;
 	width: 100%;
	background-color: #fff;
	position: relative;
}


/* ---------- Logo ------------- */

#logoRahmen, #logoRahmen img{
	width: 100%;
}


/* ---------- Weitere ------------- */

#spalteRechtsScroll{
 	width: 100%;
	height: 100%;
    overflow: auto;
    position: relative;
}


#impressum{
	text-align: right;
	font-size:0.9rem;
	line-height: 16px;
	padding:5%;
	padding-right: 7%;
}
#impressum a{
	color: #878787;
	text-decoration: none;
}
#impressum a:hover{
	color: #750053;
}
#impressum a span{
	background-color: #750053;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.inhaltBlockStart{
	padding-top:50%;
}


.inhaltBlock{
	padding-left:35%;
	padding-bottom:10%;
	padding-right: 50px;
}


.fotoVorher, .fotoNachher{
	padding-bottom: 10px;
}
.fotoVorher img, .fotoNachher img{
	width:100%;
	height: auto;
}


@media only screen and (max-height: 760px) {
#headerFix{
	display: none;
}
#headerScroll{
	display: block;
}
.inhaltBlockStart{
	padding-top: 4%;
}
.inhaltBlock{
	padding-left:25%;
	padding-bottom:10%;
	padding-right: 40px;
}
	
}


@media only screen and (max-width: 959px) {
html, body {
	font-size: 15px;
}
}
@media only screen and (max-width: 689px) and (orientation: landscape) {
html, body {
	font-size: 15px;
} 	
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
.inhaltBlock{
	padding-left:25%;
	padding-bottom:10%;
	padding-right: 40px;
}
}


@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
.inhaltBlock{
	padding-left:10%;
	padding-bottom:10%;
	padding-right: 10%;
}
html, body {
	font-size: 13px;
}

}



@media only screen and (max-width: 768px) and (orientation: portrait)  {
#spalteLinks{
 	width: 100%;
	height: 550px;
	float: none;
}	
#spalteRechts{
 	width: 100%;
	height: auto;
	float: none;
}
.inhaltBlock{
	padding-left:25%;
	padding-bottom:10%;
	padding-right: 40px;
}
}



@media only screen and (max-width: 500px) and (orientation: portrait) {
html, body {
	font-size: 15px;
}
#spalteLinks{
	height: 400px;
}
.inhaltBlock{
	padding-left:7%;
	padding-bottom:10%;
	padding-right: 7%;
}	
}


@media only screen and (max-width: 400px) {
#spalteLinks{
 	width: 100%;
	float: none;
}	
#spalteRechts{
 	width: 100%;
	height: auto;
	float: none;
}

#spalteLinks{
	height: 300px;
}
.inhaltBlock{
	padding-left:7%;
	padding-bottom:10%;
	padding-right: 7%;
}	
}
