/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-family: 'Maven Pro', sans-serif;
	font-weight:400;
	font-size:10px;
	}
div, img, a, li {
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
.upperhalf {
	position:absolute;
	top:0;
	height:50%;
	width:100%;
	background-color:#666;
	z-index:1;
	background-image:url('img/bg_haustuerencenter-klein.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:table;
	}
.lowerhalf {
	position:absolute;
	top:50%;
	height:50%;
	width:100%;
	background-color:#999;
	z-index:1;
	border-top:1px solid #FFF;
	background-image:url('img/bg_ck-moebelmanufaktur.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:table;
	}
.logo {
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:100%;
	background-image:url('img/klein-haustueren-moebel-gruenstadt.png');
	background-repeat:no-repeat;
	background-position:center center;
	z-index:2;
	}
.herzschlag {
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:100%;
	background-image:url('img/herzschlag.png');
	background-repeat:no-repeat;
	background-position:center center;
	z-index:13;
	}
.impressum {
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	z-index:99;
	background-color:#333;
	padding:10px;
	}
.impressum a{
	color:#CCC;
	text-decoration:none;
}
.schwerpunkt {
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	color:#FFF;
	text-shadow: 1px 2px 3px #000;
	height:100%;
	padding-left:15%;
	}
.schwerpunkt h1{
	font-size:4.6em;
	font-weight:400;
	margin:0;
	display:block;
	height:180px;
	float:left;
}
.arrow {
	background-image:url('img/pfeil.png');
	background-repeat:no-repeat;
	display:block;
	width:70px;
	height:180px;
	position:relative;
	left:450px;
	opacity:0;
	}

.banderole{
	display:block;
	height:70px;
	position:absolute;
	top:50%;
	margin: -35px 0 0 7%;
	background-color:#FFF;
	font-size:2.5em;
	color:#79b51c;
	z-index:14;
	padding: 18px;
	}
a.mainselect_1 {
	position:absolute;
	top:12.5%;
	height:25%;
	width:100%;
	z-index:15;
	display:block;
	outline: 0;
	}
a.mainselect_2 {
	position:absolute;
	top:62.5%;
	height:25%;
	width:100%;
	z-index:15;
	display:block;
	outline: 0;
	}
.abdecker1{
	background-color:rgba(0,0,0,0.65);
	position:absolute;
	top:0;
	height:50%;
	width:100%;
	z-index:10;
	display:block;
	opacity:0;
	}
.abdecker2{
	background-color:rgba(0,0,0,0.65);
	position:absolute;
	top:50%;
	height:50%;
	width:100%;
	z-index:10;
	display:block;
	opacity:0;
	}
