@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
}


#wrapper {
	background-image:url(../images/background_komplett.jpg);
	background-position: top center;
	background-repeat:no-repeat;	
	height: 6344px;
	position:relative;
	background-size:cover;
}


#header {
	height: 177px;
	width : 100%;
	background-image:url(../images/background_header.png);
	position:fixed;
	z-index: 1000;
	top: 0px;
	
}


#logo {
}

#navi{
}

ul {
	list-style:none;
}

li {
  display:inline;
  float:left;
  position:relative;
  padding-left: 15px;
  padding-right: 15px;
  font-family: MuseoSans-900;
  font-size:15px;
  text-transform:uppercase;
  text-align:center;
  color:#c50512;
  cursor:pointer;	  
}

#header_container{
	width: 900px;
	padding-top: 20px;
	text-align:center;
	margin-left:auto;
	margin-right: auto;
	position:relative;		
		
}

#container {
	padding-top: 156px; /* Höhe des Headers ohne Schatten */
	width: 900px;
	margin-left:auto;
	margin-right: auto;
	position:relative;
}

#content_box_1 {
	height: 506px;
	width: 900px;
	z-index: 500;
	position:relative;
	background: white;

}

#content_box_2 {
	width: 900px;
	height: 531px;

}

#content_box_3 {
	width: 900px;
	height:714px;
}

#content_box_4 {
	width: 900px;
	height:687px;
}

#content_box_5 {
	width: 900px;
	height:888px;
}

#content_box_6 {
	width: 900px;
	height:952px;
}

#zumgame {
	padding-left:280px;
	padding-top:260px;
	cursor:pointer;
}




.beschreibung {
	font-family: MuseoSans-900;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	color:#3b4548;
	padding-top:65px;
}

.titel {
	font-family: MuseoSans-300;	
	font-size: 30px;
	text-transform:uppercase;
	text-align:center;
	color:#c50512;	
	margin-top:0px;
}

.text {
	font-family: MuseoSans-300;		
	font-size: 15px;
	padding-left:75px;
	padding-right:75px;
	color:#3b4548;
	margin-top:40px;
	line-height: 26px;
}


@media only screen and (max-width: 1024px) {
	
#wrapper {
	background-image:url(../images/background_komplett_schmal.jpg);
}
	
}



