
#kontaktdaten {
	position: fixed;
	max-height: 70vh;
	margin-top: 15vh;
	width: auto;
	left: 50%;
	opacity: 0;
}

#background {
	height: 100vh;
	width: 100vw;
	left: 0;
	top: 0;
	position: fixed;
	opacity: 0;
	background: url(gfx/skypoint_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
