*{
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.header{
	position: absolute;
	width: 100%;
	height:150px;
	top: 0;
	box-shadow: 0 10px 10px RGBA(0,0,0,.3);
	z-index: 10;
}
.logo{
	position: absolute;
	height:100px;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.content{
	position: absolute;
	width: 100%;
	height: 810px;
	top: 150px;
	box-shadow: 0 10px 10px RGBA(0,0,0,.3);
	z-index: 5;
	background: #e50411;
}
.slider{
	width: 1920px;
	height: 810px;
}
.footer{
	position: absolute;
	width: 100%;
	height:120px;
	bottom: 0;
	box-shadow: 0 -10px 10px RGBA(0,0,0,.3);
	z-index: 10;
	background: #FFFFFF;
}
.wetter{
	position: absolute;
	padding: 50px;
	width: 975px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
