@media only screen and (max-width: 800px) {
	@-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%;
} 

#container{
	width:100%;
	min-width:70%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

#header{
	height:auto;
	width:100%;
	margin:0 0 100px 0;
	padding:auto;
	
}

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

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


#welcome, #bilder {
	height:auto;
	width:100%;
	margin:0 0 30px 0;
	padding:auto;
	background: rgba(255,255,255,0.5);
}

#welcome img {
	width: 190px;
	padding: 10px 0 0 20px;
}

p {
	margin:0;
	padding:0;
}

.spalte1, .spalte2, .txtbreit {
	width: 80%;
	height: auto;
	margin: 0 0 20px 55px;
}

#bilder {
	height:auto;
	width:100%x;
	margin:auto;
	padding:auto;
}

#alles img {
	height: 58px;
	padding: 0 0 0 25px;
}

#pics1, #pics2 {
	width:90%;
	height: auto;
	padding: 0 0 0 55px; 
}


.small, .breit {
	width: 80%;
	padding: 0 0 15px 0;
}


#container2 {
	width:100%;
	min-width:70%;
	height:auto;
	margin:auto;
}

#container2 img {
	width: 100%;
}

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

#sort img {
	height: 58px;
	padding: 10px 0 0 25px;
}

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

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


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

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

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

#footer_in {
	height:auto;
	width:100%;
	margin:auto;
	padding:auto;
	color: #FFF;
}

#rechte {
	width: 40%;
	float: left;
	margin: 70px 0 0 55px;
}

#sub {
	width: 40%;
	float: left;
	margin: 70px 0 0 50px;
}


/* Submenu */

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


/* Schriften */

.basteln {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	padding: 0 0 0 55px;
	width: 80%;
	height: auto;
}


}