html {
	/*background: #f5f5f5;*/
	background: #ffcf12;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	min-width: 1280px;
}

#wrap{
	width: 100%;
	height: 6000px;
	position: relative;
	overflow: visible;
	z-index: 0;
}

.powertower{
	width: 648px;
	height: 4702px;
	background: url(../img/powertower2.png);
	position: absolute;
	z-index: 50;
	bottom: 0px;
	left: 20px;
}

.kapellenturm{
	width: 244px;
	height: 1402px;
	background: url(../img/kapellenturm2.png);
	position: absolute;
	z-index: 60;
	bottom: -2px;
	left: 480px;
}

.hochturm{
	width: 180px;
	height: 1082px;
	background: url(../img/hochturm2.png);
	position: absolute;
	z-index: 70;
	bottom: -2px;
	left: 680px;
}

.wasserturm{
	width: 438px;
	height: 942px;
	background: url(../img/wasserturm2.png);
	position: absolute;
	z-index: 80;
	bottom: -2px;
	left: 760px;
}

.wasserturmfixed{
	width: 575px;
	height: 1240px;
	background: url(../img/wasserturm3.png);
	position: absolute;
	z-index: 40;
	bottom: -2px;
	left: 760px;
}

.ground{
	width: 100%;
	background: black;
	height: 440px;
	position: absolute;
	bottom: -438px;
}

/*.height{
	width: 160px;
	height: 160px;
	background: url(../img/heightbutton.png);
	position: fixed;
	z-index: 999;
	left: 50%;
	margin-left: -80px;
	bottom: 500px;
	box-sizing: border-box;
	padding-top: 40px;
	padding-left: -8px;
	text-align: center;
}*/

.height{
	width: 160px;
	height: 160px;
	background: url(../img/heightbutton.png);
	position: fixed;
	z-index: 999;
	right: 80px;
	top: 150px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 40px;
	padding-left: -8px;
	text-align: center;
}

span.number{
	font-size: 70px;
}

.line{
	width: 00%;
	height: 5px;
	background: url(../img/line_2x.png) right;
	position: fixed;
	z-index: 889;
	right: 0px;
	top: 227px;
}

.description{
	margin-top: 50px;
	margin-left: 30px;
	width: 700px;
	font-size: 14px;
	position: absolute;
	z-index: 10;
}

.description p{
	line-height: 22px;
}

h1{
	font-size: 70px;
	font-weight: 600;
	margin-bottom: 80px;
}

.maus{
	position: absolute;
	left: 760px;
	width: 72px;
	height: 416px;
	background: url(../img/maus_cable.png) bottom;
	top: 0px;
	z-index: 10;
}

.rwwappen{
	position: absolute;
	left: 880px;
	width: 110px;
	height: 118px;
	background: url(../img/rwwappen.png) bottom;
	top: 60px;
	z-index: 10;
}

.letsscroll{
	position: absolute;
	width: 630px;
	height: 260px;
	left: 30px;
	top: 600px;
	z-index: 11;
	background: url(../img/letsscroll630.png);
}

.footer{
	width: 1280px; 
	border: 0px solid red;
	height: 80%;
	position: absolute;
	margin: 30px;
	color: white;
}

.tag{
	height: 29px;
	position: fixed;
	z-index: 999;
	display: none;
}

.hochturmtag{
	background: url(../img/hochturm_tag.png);
	width: 111px;
	left: 770px;
	top: 300px;
}

.powertowertag{
	background: url(../img/powertower_tag.png);
	width: 135px;
	left: 344px;
	top: 300px;
}

.kapellenturmtag{
	background: url(../img/kapellenturm_tag.png);
	width: 135px;
	left: 602px;
	top: 300px;
}

.wasserturmtag{
	background: url(../img/wasserturm_tag.png);
	width: 128px;
	left: 1050px;/*979px;*/
	top: 300px;
}

span.high{
	font-weight: 700;
	color: #3d3d3d;
}

.cell h3{
	font-size: 20px;
	color: #ffcf12
}

.cell{
	float: left;
	width: 280px;
	height: 100%; 
	margin-left: 5px;
	border: 0px solid gray;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 12px;
	line-height: 22px;
	color: #c9c9c9;
}

.cell:first-child{
	margin-left: 50px;
}

.cell h4{
	font-size: 35px;
	margin-bottom: 20px;
	margin-top: 5px;
}

div.fbbutton{
	position: absolute;
	top: 10px;
	right: -40px;}
	
.maxwohlleber{
	position: absolute;
	right: 0px;
	top: -41px;
	color: black;
	font-size: 13px;
}