@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300|Roboto:400,700);

* {
	margin:				0;
	padding:			0;
}

body{
	background-color:	#1A171B;
	font-family: 		'Open Sans';
	overflow:			scroll;
	overflow-x:			none;
	-webkit-overflow-scrolling:touch;
	height: auto;
	-webkit-text-size-adjust: none ;
}

.clear{
	clear:				both;
}

#anzeigebereich {
	position:			realtive;
	margin:				auto;
	width:				1315px;
}

#kopf {
	position:			realtive;
	width:				100%;
	background:			#1A171B;
	text-align:			center;
}

#inhalt {
	position:			realtive;
	margin:				auto;
	width:				950px;
	text-align:			center;
}

#fuss {
	position:			absolute;
	bottom:				0px;
	left:				50%;
	margin-left:		-475px;
	width:				950px;
	background:			#E5C0BC;
	color:				#1A171B;
}

#fuss_ueberschrift{
	position:			relative;
	top:				10%;
	left:				10%;
	font-size:			24px;
	padding:			30px 0 20px 0;
}
#fuss_text{
	position:			relative;
	left:				10%;
	width:				80%;
}
#fuss_text1, #fuss_text2, #fuss_text2_1, #fuss_text2_2{
	position:			relative;
	font-size:			14px;
	float:				left;
}
#fuss_text1{
	margin:				0 15% 10% 0;
}
#fuss_text2_2{
	margin:				0 0 10% 0;
}

#header_pic{
	height:				600px;
}
#logo{
	width:				50%;
	margin:				60px 0px 140px 0px;
}
#kuerze{
	font-size:			32px;
	color:				#E5C0BC;
}
#zitat{
	font-size:			16px;
	color:				#fff;
	margin:				200px 0px 30px 0px;
	line-height:		150%;
}
#lagerfeld{
	font-size:			12px;
	color:				#fff;
	margin-bottom:		200px;
}

@media only screen and (max-width: 1315px) {

	body{
	}
	
	#anzeigebereich {
		width:			100%
	}
	
	#inhalt { 
	}

	#fuss{
	}
	
	#header_pic{
		width:			100%;
		height:			auto;
	}


}

@media only screen and (max-width: 950px) {

	body{
	}
	


	#anzeigebereich {
		width:			100%; 
	}

	#inhalt { 
		width:			90%; 
		margin:			auto;
	}

	#fuss{
		width:			100%; 
		position:		relative;
		margin:			auto;
		left:			auto;
	}

}

@media only screen and (max-width: 480px) {
	#logo{
		margin:			40px 0px 70px 0px;
		width:			75%;
	}

	#zitat{
		margin:			70px 0px 30px 0px;
	}
	#lagerfeld{
		margin-bottom:	100px;
	}


}



@media only screen and (max-height: 1725px) {

	#fuss{
		position:		relative;	
	}
	
}