@charset "UTF-8";
/* CSS Document */


#container { 
	width:860px; 
	min-height:100%; 
	height:auto; 
	margin:15px auto 0 auto;  
	background:url(../img/1.jpg); 
	background-repeat:repeat-y; 
	background-position:center; 
	background-color:#fff; 
	display:inline-block; 
	-webkit-border-radius:  14px; 
	border-radius: 14px; 
	background-color:#fff;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border:10px solid whitesmoke;
	}
	
.box { 
	height: 640px; 
	width:50%; 
	float:left;
	}
	
.inner { 
	display:table-cell;
	width:390px;
	padding:20px; 
	}
	
.bild {
	display: table-cell;
	vertical-align: middle;
	height:238px; 
	width:390px; 
	text-align:center;
	}
	
.bild img { 
	max-height:200px;
	max-width:280px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
	display:block;
 }

.text { 
	height:280px;
	font-family: 'Roboto', sans-serif; 
	font-weight:300; 
	color:#666; 
	width:390px; 
	margin:auto; 
	font-size:13px; 
	line-height:20px; 
	}
	
.text p {margin:0px;}

.getreide { 
	width:360px; 
	height:20px; 
	margin:20px; 
	padding:18px 0px; 
	background:url(../img/weizen.png); 
	background-position:center right; 
	background-repeat:no-repeat; 
	margin:auto; 
	display:table-cell; 
	vertical-align:middle;
	}
	
.line { 
	width:310px; 
	height:2px; 
	background-color:#d2b989; 
	margin:0px auto;
	}
	
/*VORÜBERGEHENDE ÄNDERUNGEN*/
#container {display:none;}
/*VORÜBERGEHENDE ÄNDERUNGEN ENDE*/

@media all and (max-width: 940px) {

#container { 
	width:560px; 
	min-height:100%; 
	height:auto; 
	margin:15px auto;  
	background:none; 
	background-color:#fff; 
	display:inline-block; 
	-webkit-border-radius: 14px;
	 border-radius: 14px; 
	 background-color:#fff;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border:10px solid whitesmoke; 
	}
	
.box { 
	height: auto;
	 min-height:100%; 
	 width:100%; 
	 float:left;
	 }

.inner { 
	width:500px;
	padding:25px; 
	}
	
.bild {
	display: table-cell;
	vertical-align: middle;
	height:360px; 
	width:520px; 
	text-align:center;
	}
	
.bild img { 
	max-height:340px;
	max-width:400px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
	display:block;
	}
	
	
.text { 
	font-family: 'Roboto', sans-serif; 
	font-weight:300; 
	color:#666; 
	width:420px; 
	margin:auto; 
	font-size:18px; 
	line-height:30px; 
	height:auto;
	}


.getreide { 
	width:489px; 
	height:20px; 
	margin:20px; 
	padding:18px 0px; 
	margin:auto; 
	display:table-cell; 
	vertical-align:middle;
	}
	
.line { 
	width:424px; 
	height:2px; 
	background-color:#d2b989; 
	margin:0px auto;
	}
	/*VORÜBERGEHENDE ÄNDERUNGEN*/
#container {display:none;}
/*VORÜBERGEHENDE ÄNDERUNGEN ENDE*/
	
}