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


body {
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #555;
	background: #fff;
}
#content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0px;
	background: #fff;
	z-index: 100;
}
#cover {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ccc;
	background-image:url('../img/sterne.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 101;
	background-blend-mode: multiply;
	pointer-events: none;
	
}
.fadeout {
	transition: linear opacity 7s;
	opacity: 0;
}
