@charset "utf-8";


/* --- Allgemeine Definitionen -- */
html, body {
	min-height:100%;
	height: 100%;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	min-height:100%;
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	background-color: #000;
	color:#fff;
}
 /* e3e4e6 */

@media screen and (min-width: 1024px) {
	.width {
		width: 1100px;
		position: relative;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.width {
		width: auto;
	}
}

#main {
	min-height: 100%;
	position: relative;
}

#header {
    position: fixed !important;
	z-index: 4;
	height: 0px !important;
}

#Logo {
	position: absolute;
	top:55px;
	left: 55px;
	width: 10%;
}

#Logo img {
	width: 100%;
	height: auto;
}

#content {
	padding: 0px !important;
	margin: 0 !important;
	z-index: 1;
}

#content .CMS,
#content .textWrapper {
	margin:0 !important;
	padding: 0 !important;
}

@media only screen and (max-width: 700px) {
	.img { max-width: 100%; }
	.col_4 {  margin: 1% 0 1% 0%; }
	.col_1_4, .col_2_4, .col_3_4, .col_4_4 { width: 100%; }
	.backgroundImage { background-size:cover; background-position:center; background-attachment: inherit;}
	.width50 { width:95%; float:none; margin-right:1.8%;}
	.width25 { width:95%; margin-left:1.8%; float:none; text-align: center}
	.width33 { width:95%; margin-left:1.8%; float:none;}
	.width75 { width:95%; margin-left:1.8%; float:none;}
	#menuWrapper {z-index: 4;}
	
	
	#FooterWapper {
		right:0;
		left: 0;
		width: auto;
		padding: 5%;
	}
	
	#FooterWapper p.left {
		float: left;
		width: 50%;
		padding: 10px;
	}
}
