<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	/*
	background: url(../img/iPhone_BG2.png) top;
	height:100%;
	width:100%;
	position:fixed;
	overflow:auto;
	*/
	background: url(../img/iPhone_BG2.png);
	background-attachment: fixed !important;
	background-size: cover !important;
	width:100% !important;
	/*
	background:url(../img/iPhone_BG2.png) no-repeat fixed;
	background-position:top;
	*/
	-webkit-text-size-adjust: none;
	
	-moz-min-device-pixel-ratio: 2;
	-o-min-device-pixel-ratio: 2/1;
	-webkit-min-device-pixel-ratio: 2;
	min-device-pixel-ratio: 2;
	
}

section div.article, section div.articleleft{
	opacity:1;
}


section div.article, section div.articleleft{
	position:relative;
}


#menue{
	height:65px;
}
#menue ul{
	margin:7px 24px 0 0;
	
}
#menue li{
	font-size:16px;
	margin:10px 0 8px 40px;
}

div.logo span.icon-Logo:before, div.logo2 span.icon-Logo:before  {
    content: "\e600";
    background:#fff;
    position: absolute;
}
div.logo span.icon-Logo, div.logo2 span.icon-Logo{
    color:#333;
}
div div.logo, div.logo2 {
    font-size: 110px;/* entspricht Logo Width 255px, hier wird einfach die H gerechnet... */
    width: 255px;
    height: 110px;
    position: fixed;
    margin-top:450px;
}
/*
section.home div.logo, section.home div.logo2{
	position: realtive;
	background:url(../img/Logo_72px.png);
	width:255px;
	height:107px;
	margin-top:450px;
  	
}
*/
section.home{
	width:255px;
	margin:0 auto;
}

.container{
	/*margin:0 auto;*/
}
section div.article, div.articleleft{
	/*margin:0 auto;*/
	
	width:800px;
	margin:0 auto;
}
section div.article p, div.articleleft p{
	/*margin:0 auto;*/
	
	width:720px;

}
div.article p, div.articleleft p{
	max-width:800px;
}
section div.article div.expandable, section div.articleleft div.expandable{
	display:block !important;
}
div.more, div.dummymore{
	display:none;
}
.more{
	display:none;
}

.mobileSpacer_home{
	height:200px;
}
.mobileSpacer{
	height:20px;
}

video {display:none};

@media only screen and (max-device-width: 940px) and (-webkit-min-device-pixel-ratio: 2) { 
	body{
		
		
	}
    /*
	section.home div.logo, section.home div.logo2{
		background:url(../img/Logo_retina2.png);

	}
    */
}
</pre></body></html>