*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {height: 100%;}
body {
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}
.pagewrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	height: 100%;
}
.bg-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #363f40;
}
.top-img {display: none;}
#lottie {
	display:block;
	position: relative;	
	z-index: 100;
	overflow: hidden;
	left: -50%;
	width: 200%;
	max-width: 1920px;
	height:100%;
	background-color: transparent;
	transform: translate3d(0,0,0);
	text-align: center;
	opacity: 1;
}

a#skip {
	font-family: "Dax W01 Light", sans-serif;
	position: absolute;
	z-index: 666;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
	display: block;
	padding: 0 40px;
	height: 40px;
	border: 1px solid #999;
	border-radius: 8px;
	font-size: 100%;
	color: #999;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
	text-transform: lowercase;
	background: transparent;
}
a#skip:hover {color: #fff;border-color: #fff;background: rgba(255,255,255,.1);}

@media (min-width: 768px) {
	.bg-img {	
		background-image: url('../img/bg-startseite4.jpg');
		background-repeat: no-repeat;	
		background-position: right -100px top -500px;
		background-size: 200%;
	}
	.bg-img::after {
		content: '';
		display: block;
		width: 100%;
		height: 100vh;
		position: absolute;
		background: rgba(32,36,37,.8);
		z-index: 1;
	}
	#lottie {
		left: 0;
		width: 100%;
	}
}
@media (min-width: 940px) { 
	.bg-img {
		background-position: center -200px;
		background-size: 100% auto;
	} 
}
@media (min-width: 1367px) { 
	.bg-img {
		background-position: center top 378px;
		background-image: url('../img/bg-startseite3.jpg');
	} 
	.top-img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 378px;
		background-color: transparent;
		background-image: url('../img/bg-startseite-header3.jpg');
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;	
	}
}
