/*
	Logo blau #005e96
	Logo grau #c5c6c8
*/
body {
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
/*	background-color: #eef;*/
	background-color:#fff;
	color: #fff;
	margin: 0px;
	overflow: hidden;
	font-size:1.0em;
}
#info {
	color: #fff;
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	z-index: 100;
	display:block;
}
#info a, .button {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer
}
.zusatzmenue {
	position:absolute;
	right:0px;
	margin-right:20px;
	margin-top:60px;
	color:#000;
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-size:1em;
}
.zusatzmenue label {
	display:block;
	clear:both;
	width:300px;
	text-align:right;
}
.zusatzmenue select, .zusatzmenue input {
	margin-left:10px;
}
.infobereich {
	display:none;
	position:absolute;
	border:solid 1px #666;
	background-color:#FFF;
	color:#000;
	padding:8px;
	opacity:0.8;
	width:50%;
	max-width:320px;
}
.infobereich .closeimage {
	float:right;
	margin-left:10px;
/*	margin-bottom:10px;*/
}
.explodebutton {
/*	position:absolute;*/
	cursor:pointer;
	right:0px;
	z-index:100;
	color:#F00;
	font-size:1em;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
}
.explodebutton .dropdowninfo {
	margin-left: 0 !important;
	display: block;
	float: left;
	width: auto;
	margin-top: 16px;
}
.explodebutton img  {
	float: right;
}
#slide-out {
	position:absolute;
/*	right:20px;*/
	right: 0;
	top:20px;
	display:block;
	width:220px;
	max-width:50%;
}
.navigation {
	display:block;
}
.navigation.einzelelemente {
/*	top:70px; */
	margin-top:12px;
}
.dropdowninfo {
/*	position:absolute;*/
	width:160px;
	display:block;
/*	margin-left:-218px;*/
	color:#000;
	margin-top:12px;
	font-weight: 700;
}
.Fensterwahl {
	position:absolute;
	margin-left:10%;
	margin-right:10%;
	margin-top:10%;
	display:block;
	width:80%;
	top:0px;
}
.Fensterwahl a {
	max-width:20%;
	margin-left:2.5%;
	margin-right:2.5%;
	float:left;
	text-align:center;
	color:#000;
}
.Fensterwahl a img {
	width:100%;
	margin-bottom:10px;
}
@media only screen and (max-width: 600px){
	.Fensterwahl {
		margin-top:15%;
	}
	.Fensterwahl a {
		max-width:40%;
		margin-left:5%;
		margin-right:5%;
		margin-bottom:5%;
		float:left;
		text-align:center;
		color:#000;
	}
	.mobilemenu {
		right:20px;
		position:fixed;
		top:20px;
	}
	#slide-out {
		padding:2%;
		width:280px;
		max-width:100%;
	}
	.dropdowninfo {
		position:static;
		margin-left:0px!important;
	}
	.explodebutton {
		position:static;
	}
	.explodebutton img {
		margin-top:10px;
	}
}