@media only screen and (max-width: 400px) {
	@-ms-viewport { width:device-width; zoom:1; }
	@-o-viewport { width:device-width; zoom:1; }
	@viewport { width:device-width; zoom:1; }
/* CSS für mobile Endgeräte*/

body {
	margin:0;
	padding:0;
	font-family: 'Titillium Web', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:20px;
}

html, body {
    height: 100%;
} 


#header{
	height:270px;
	width:100%;
	margin:0;
	padding:auto;
	background-image: url("Bilder/header_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
}

#header img {
	width: 210px;
	padding: 30px 0 20px 20px;
}
	
#hinweis{
	height:auto;
	width:100%;
	margin:auto;
	padding: 0 0 20px 0;
	text-align: center;
}	
	
#hinweis img {
	width: 90%;
}
	

.menu, .menu1 {
	padding: 0 0 0 20px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #000;
}


#sortiment, #sortiment2 {
	height:auto;
	width:100%;
	margin:auto;
	padding:auto;
}


.spalte3, .spalte4, .spalte5, .spalte6  {
	width: 80%;
	height: auto;
	margin: 0 0 0 55px;
}

#kontakt {
	width:100%;
	min-width:70%;
	height: auto;
	min-height:200px;
	margin:auto;
	background-image: url("Bilder/orange_bg.jpg");
}

	
.spalte7, .spalte8 {
	width: 80%;
	height: auto;
	margin: 15px 0 170px 55px;
}	

#footer {
	width:100%;
	min-width:70%;
	height:170px;
	margin:auto;
	background-image: url("Bilder/footer_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#footer_w {
	width:100%;
	min-width:70%;
	height:170px;
	margin:auto;
	background-image: url("Bilder/footer_bg_w.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position:absolute;
	bottom: 0;
}



#rechte {
	width: 80%;
	margin: 110px 0 0 55px;
}

#sub {
	width: 80%;
	float: left;
	margin: 5px 0 0 55px;
}


/* Submenu */

.submenu {
	float: left;
	margin: 0 30px 0 0;
}


}