/*  MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */

/* body { background-color: red; } */
#wrapper { display:block; width: 100%; margin:0 auto; }
	
		header {
			width: 100%; /* 450px / 480px */
		}


		#maincontent{
			width: 100%; /* 450px / 480px */
		}
		
	
		.maincontent{
			width: 100%; /* 450px / 480px */
		}
		
		
		footer {
			width: 93.75%; /* 450px / 480px */
		}
		
		
/*  verändert bauersmuehle */		
		
#ornament_links, #ornament_rechts { display:none; }
.adresse  { background: url('../../logo.png') no-repeat top right; background-size: 61px 84px; }
.inhalt img {width:100%;height:auto;}
.pikahomeslide .pika-stage {height:auto;}
.pikahomeslide .pika-stage img {width:100%;height:auto;}	
.footer ul li { float:none;}	
		

/*  GRID OF EIGHT TURNS INTO A GRID OF FOUR */

.span_8_of_8 {
	width: 100%; 
	margin-left: 0;
}

.span_7_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_6_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_5_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_4_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_3_of_8 {
	width: 74.2%;
	margin: 1% 0 1% 3.2%;
}

.span_2_of_8 {
	width: 48.4%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8 {
	width: 22.6%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8:nth-child(4n+1) { 
	clear: both;
	margin-left: 0;
}
		
/*  Except in the Example */

#example .maincontent .span_8_of_8 {
	width: 100%; 
	margin-left: 0;
}
#example .maincontent .span_7_of_8 {
	width: 100%; 
	margin-left: 0;
}
#example .maincontent .span_6_of_8 {
	width: 100%;
	margin-left: 0; 
}
#example .maincontent .span_5_of_8 {
	width: 100%; 
	margin-left: 0;
}
#example .maincontent .span_4_of_8 {
	width: 100%; 
	margin-left: 0;
}
#example .maincontent .span_3_of_8 {
	width: 100%;
	margin-left: 0; 
}
#example .maincontent .span_2_of_8 {
	width: 100%%; 
	margin-left: 0;
}
#example .maincontent .span_1_of_8 {
	width: 100%; 
	margin-left: 0;
}


div.slideshow-container {
	position: relative;
	width:100%;
}

div.slideshow img {
	width:auto;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 100%; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 100%; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

.inhalt .shopmenu ul, .inhalt .shopmenu ul li, .inhalt .shopmenu ul li a {
width:100%; float:none;
}