@charset "UTF-8";
/* CSS Document */

/*GRUNDRASTER*/

body, html, *{
	margin:0;
	padding:0;
}

body, html {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

img {
	border: 0px;
}

.email {
	display: none;
}

.slide {
	display:block;
	width:100%;
	height:auto;
	overflow:auto;
	z-index:0;
	}

.header {
	display:block;
	width:100%;
	height:auto;
	overflow:auto;
	z-index:20;
	position: inherit;
	}
	
.stoerer {
	position: absolute;
	overflow: visible;
	z-index: 1000;
	top: 0;
	left: 20px;
}

.stoerersec {
	position: absolute;
	overflow: visible;
	z-index: 1002;
	top: 0;
	left: 220px;
}

.stoerermobile {
	display: none;
	position: absolute;
	overflow: visible;
	z-index: 1002;
	top: 0;
	left: 220px;
}

.stern {
	width: 265px;
	height: auto;
}

.lang {
	width:200px;;
	float: right;
	padding-right: 10px;
	font-size: 0.7em;
	text-align: right;
}
	
.wrap {
	width:920px;
	margin: 0 auto;
	padding: 0;
	overflow:auto;
}

.content {
	display: block;
	margin: 2em 0;
	overflow: auto;
	}
	
.logo {
	margin: 1em auto 0em auto;
	padding:0;
	display:block;
	width:auto !important;
	height:2em !important;
	border:0;
	clear:both;
	margin-top: 1em;
}

.pdf {
	border: 0px;
	padding: 10px 18px 15px 18px;
}

.gmaps {
	
	display: block;
	width: 100%;
	height: 430px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	}
	
.gmaps img {
	display: block;
	width: 100%;
	height: auto;
}

.shadow {
	background: url(../img/img_shadow.png) repeat-x bottom;
	z-index: 200;
}

.nur_mobile {
	display:none;
	}
	
.nur_desktop {
	display:block;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clearfix {
	clear: both;
	}
	
.scale {
	width: 100%;
	height: auto;
	}
	
.parallax_wrap {
	display: block;
	width: 100%;
	height: 25em;
	overflow: hidden;
	margin:0;
	padding: 0;
	position:relative;
	}
	
.parallax_bild {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index:-10;
}

.box_overlay {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 1em;
	margin: 4em 0;
	color: #fff;
	}

/*3 SPALTENSYSTEM*/

.col1, .col2, .col3 {
	overflow: auto;
	display: block;
	width: 32%;
	}
	
.col1, .col2 {
	float: left;
	margin-right: 2%;
	}
	
.col3 {
	float: right;
	}
	
/*2-1 SPALTENSYSTEM*/

.col1-2 {
	width: 66%;
	float: left;
	}
	
/*2-1 SPALTENSYSTEM*/

.col2-3 {
	overflow: auto;
	width: 66%;
	float: right;
	}
	
/*2-2 SPALTENSYSTEM*/

.col2-left {
	overflow: auto;
	width: 49%;
	float: left;
	}
	
.col2-right {
	overflow: auto;
	width: 49%;
	float: right;
	}
	
/*1 SPALTE*/
.col1-middle {
	overflow: auto;
	width: 70%;
	margin: 0 auto;
	}

	
/*MAPS*/
#map {
	width: 100%;
	height: 25em;
	z-index:0;
	}
	
.maps_info_window {
	display:block;
	width: 120px;
	}
	
/*BACKGROUNDS*/
.bg_weiss {
	background-color: #fff;
	}
	
.bg_paper {
	background-image:url(../img/papier.jpg);
	}
	
.bg_schwarz {
	background-color: #000;
	color: #fff;
	}

.bg_wood {
	background-image:url(../img/bg_wood.jpg);
	}
	
.bg_darkbrown {
	background-color: #9D9372;
	color: #fff;
	}
	
.bg_brown {
	background-color: #CEC7A0;
	color: #fff;
	}	
	
	
@media screen and (max-width: 960px) {
	
.wrap {
	width: 680px;
	}
	
.stern {
	width: 150px;
	height: auto;
}

}


@media screen and (max-width: 1100px) {
	
.stern {
	width: 200px;
	height: auto;
}

}

@media screen and (max-width: 870px) {
	
.stern {
	width: 140px;
	height: auto;
}

}


@media screen and (max-width: 700px) {
	
.wrap {
	width: 95%;
	}
	
.logo {
	width: 90%;
	height: auto;
}

	
.parallax_wrap {
	overflow: auto;
	position:inherit;
	height: auto;
	}
	
.parallax_bild {
	position: inherit;
}

/*PDF SPALTEN SYSTEM*/
.pdfcol {
	width: 240px;
}
	
/*3 SPALTENSYSTEM*/


.col1, .col2, .col3 {
	display: block;
	width: 95%;
	margin: 0 2.5% 1em 2.5%;
	}
	
.col1, .col2 {
	float: left;
	margin-right: 0;
	}
	
.col3 {
	float: left;
	}
	
/*2-1 SPALTENSYSTEM*/

.col1-2, .col2-3 {
	width: 95%;
	float: left;
	margin: 0 2.5% 1em 2.5%;
	}
	
/*1 SPALTE*/
.col1-middle {
	width: 95%;
	margin: 0 2.5% 1em 2.5%;
	}
	
/*MAPS*/
#map {
	width: 100%;
	height: 15em;
	z-index:0;
	}
	

.leftNL {
	padding-left: 3%;
	}
	
.rightNL {
	padding-right: 3%;
	}
	
.stoerer {
	left: 10px;
}

	
.stern {
	width: 150px;
	height: auto;
}


}


@media screen and (max-width: 560px) {
	
/*2-2 SPALTENSYSTEM*/

.col2-left, .col2-right {
	width: 95%;
	float: left;
	margin: 0 2.5% 1em 2.5%;
	}
	
.stoerer {
	left: 2px;
	margin-bottom: 10px;
}
	
.stern {
	width: 90px;
	height: auto;
}

}
	
