html { 		
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size:14px;
}
html, body { 		
	padding:0;   
	margin:0; 
	height:100%;
	overflow-x:hidden;
}
body { 	
	background:url(./images/bg.jpg);
	font-family:Verdana,Arial; 
	font-size:1em;
	line-height: 1.3em;
	color:rgba(255,255,255,0.7); 
	cursor:default;
	padding:0;
	overflow: hidden;
}
html.js body { 	
	background:transparent;
}
html.window body { 	
	background:url(./images/bg.jpg) !important;
}

#rwd{
	position:absolute;
	z-index:0;
}
h2.red{
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1.3em;
}
h3{
	font-weight:normal;
	margin:0;
	margin-top:-3px;
	padding:0;
	font-size:1em;
}
a.img {
	position:absolute;
	z-index:3;
	display:block;
	width:100%;
	height:90vh;
}
a { 
	text-decoration: none; 
	color:inherit; 
	cursor: pointer;
	}
	*>a 
	{ 
	cursor: pointer;
}
a.mail{
	position:relative;
	z-index:200;
	padding:10px;
}
a.img {
	position:absolute;
	z-index:3;
	display:block;
	width:100%;
	height:90vh;
}
a:hover, a:focus {
	outline: 0;
}
.spacing {
 	letter-spacing:1px;
}
span#mail{
	position:absolute;
	z-index:200;
	width:100%;
	left:0;
	display:block;
	text-align:center;	
	vertical-align:top;
}
span.ico{
	display:inline-block;
	width:20px;
	height:20px;
}
span.ico:after{
	position:absolute;
	z-index:20;
	margin-left:-8px;
	font-family:FontAwesome;
	content:"\f1fa";
	font-size:1.3em;
	line-height:1.8em;
}
html.firefox span.ico:after{
	margin-top:0.25em;
}
p.mail{
	position:absolute;
	display:block;
	width:100%;
	left:0;
	margin:0;
	padding:0;
	vertical-align:top;
}
div#control {
	position:relative;
	z-index:3;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
}
div#control i.fa {
	font-size:1em;
	padding: 15px !important;
	margin-top:-15px;
}
div#titel 
{
 	position:relative;
 	z-index:3;
 	margin:5px auto;
}
.nodisplay {
	display: none;
}
img{
	border: 0;
}
#strict {
	height:100%;
	padding:0;
	padding-bottom:0;
	text-align: center;
}
#image{
	position:relative;
	z-index:1;
	width:calc((100% - 40px));
	height:calc((100% - 40px));
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain';
	background: transparent;
}
#image2{
	position:absolute;
	z-index:0;
	width:calc((100% - 40px));
	height:calc((100% - 40px));
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain';
	background: transparent;
}
html.mail #image, html.mail #image2{
	margin-top:40px;
	height:calc((100% - 70px));
}
html.mail #strict{
	padding-top:11px;
}
html.mail.control #image, html.mail.control #image2{
	height:calc((100% - 110px));
}
html.mail.titel #image, html.mail.titel #image2{
	height:calc((100% - 110px));
}
html.titel.mail.control #image,html.titel.mail.control #image2{
	height:calc((100% - 150px));
}
html.titel.mail.control div#titel {
 	margin-bottom:0;
}
.uc {
 	text-transform:uppercase;
}
.lc {
 	text-transform:lowercase;
}
.red { 
	color: #FF833F; 
}
#preload {
	position: absolute;
	left: -100px;
	bottom: -100px;
	width: 1px;
	height: 1px;
}
/* # > animation 
*/
@-webkit-keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } }
   @-moz-keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } }
	 @-o-keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } }
		@keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } }

@-webkit-keyframes fadeout { 0% { opacity: 1; } 100% { opacity: 0; } }
   @-moz-keyframes fadeout { 0% { opacity: 1; } 100% { opacity: 0; } }
	 @-o-keyframes fadeout { 0% { opacity: 1; } 100% { opacity: 0; } }
		@keyframes fadeout { 0% { opacity: 1; } 100% { opacity: 0; } }

img.fin
{
	opacity:0;
	-webkit-animation-name:fadein;
	   -moz-animation-name:fadein;
		-ms-animation-name:fadein;
			animation-name:fadein;
	-webkit-animation-timing-function:ease-in;
	   -moz-animation-timing-function:ease-in;
		-ms-animation-timing-function:ease-in;
			animation-timing-function:ease-in;
	-webkit-animation-fill-mode:forwards;
	   -moz-animation-fill-mode:forwards;
		-ms-animation-fill-mode:forwards;
			animation-fill-mode:forwards;
	-webkit-animation-duration:20s;
	   -moz-animation-duration:20s;
		-ms-animation-duration:20s;
			animation-duration:20s;
}

img.fout
{
	opacity:1;
	-webkit-animation-name:fadeout;
	   -moz-animation-name:fadeout;
		-ms-animation-name:fadeout;
			animation-name:fadeout;
	-webkit-animation-timing-function:linear;
	   -moz-animation-timing-function:linear;
		-ms-animation-timing-function:linear;
			animation-timing-function:linear;
	-webkit-animation-fill-mode:forwards;
	   -moz-animation-fill-mode:forwards;
		-ms-animation-fill-mode:forwards;
			animation-fill-mode:forwards;
	-webkit-animation-duration:20s;
	   -moz-animation-duration:20s;
		-ms-animation-duration:20s;
			animation-duration:20s;
}

/* # > media 48em
*/
@media screen and (min-width: 48em) {
	#rwd {
		z-index:2;
	}
	.spacing {
		letter-spacing:4px;
	}
	html.mail.control #image{
		height:calc((100% - 100px));
	}
	html.mail.titel #image{
		height:calc((100% - 100px));
	}
	html.titel.mail.control #image{
		height:calc((100% - 122px));
	}
	/* # > firefox 
	*/
	html.js.firefox { 		
		overflow:hidden;
	}	
	html.firefox a:hover i.fa {
		opacity:1;
	}
	html.firefox a:hover { 
		color:#FFFFFF; 
	}
	html.firefox a:hover i.fa-play, a:hover i.fa-pause { 
		color:#FF833F; 
	}
	span.ico:after{
		margin-left:-10px;
	}
}
/* # > media hover
*/
@media screen and (hover: hover) {
	#rwd {
		z-index:3;
	}
	html.js { 		
		overflow:hidden;
	}	
	html.js body { 		
		background:transparent;
	}
	a:hover i.fa {
		opacity:1;
	}
	a:hover { 
		color:#FFFFFF; 
	}
	a:hover i.fa-play, a:hover i.fa-pause { 
		color:#FF833F; 
	}
}
