@charset "utf-8";
@font-face {
	font-family: '212 Leahlee Sans Regular';
	font-display: swap;
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/212 Leahlee Sans.woff');
}

#menu {
	padding-left: 150px;
}
#menu ul {
	text-align: center;																				   
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	background-color: #f3f3f3;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	color: #4e8a30;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:hover:not(.active) {
	background-color: #ddd;
}
#menu li a.active {
	color: white;
	background-color: #4CAF50;
}

body{
background-size: 100% 100%;
font-size: 16px;	
}

h1{
	font-family:'212 Leahlee Sans Regular';
	color: #4e8a30;
	text-align:center;
	font-size: 48px;

}
h2{
	font-family:'212 Leahlee Sans Regular';
	color: #4e8a30;
	text-align:center;
	font-size: 32px;

}
strong{
	color: #4e8a30;
}
	
.ue2{
	color: #4e8a30;
	text-align:center;
	font-size: 24px;
	text-align:left;
	font-weight:bold;	
	}
	
.ue3{
	color: #4e8a30;
	text-align:center;
	font-size: 20px;
	text-align:left;
	font-weight:bold;		
	}	
.gruen{
	color: #4e8a30;
}

#content{
	margin-left: auto;
	margin-right: auto;
	background-color: #f7f4e1;
	width: 933px; 
	margin-top: 2em;
}
#textcontent{
	padding-left: 5em;
	padding-right: 5em;
	padding-bottom: 2em;
	background-color: #f7f4e1;
	font-size: 18px;
}
#content_lang{
	display: none;
	 transition: height 2s;
}
#schriftzug{
	text-align: center;
}
#content_zutaten{
	display: none;
	 transition: height 2s;
}
#schriftzug{
	padding-top: 150px;
}
#footer{
	height: auto; /*cf20200427 136px;*/
	background-image: url(images/auenhof_footer.jpg) ;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align:center;
	font-size:14px;
	padding-bottom: 6em;
}
#impressum{
/*	width: 933px;
	margin-top: -550px;*/
	height: 500px;
	margin-left: auto;
	margin-right: auto;	
	padding-left: 5em;
	padding-right: 5em;
	background-color: #f7f4e1 !important;
	text-align: left;
	overflow: scroll;
	overflow-x: hidden;
}
.menubox{
	width: 20%;
	border: 1px;
	float: left;
	box-sizing: border-box;
	background-size: contain;
	height: 7em;
	position: relative;
	margin: 5px;
}
.menubox img{
	width:80%;
	padding:5px;
}
.menutext{
	width: 100%; 
	position: absolute;
	background-color: #E7E7E7; 
	color: #4e8a30; 
	bottom: 0px;
	opacity: 0.7;  
	text-align: center;
	font-weight: bold;
}
#footerbottom{
	margin-top: 20px;
}
#footermenu{
	display: flex;
align-content: center;
text-align: center;

}
.flex-box {
	display:flex;
	justify-content: space-around;
}
.flex-box > div {
	display: flex;
	flex-direction: column;
	align-items:center;
}
body, td, th {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
th{
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#header{
	background-image: url("/images/Header_.png");
	/*background-image: url("/images/Header-Biohof-NG.png");*/
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 221px;
}
.zoom{
	right: 50px;
	top: 50px;
	float: right;
	width: 100px;
	transform: rotate(20deg);
	transition: transform .5s;
}
.zoom:hover {
	transition: 1s;
	transform: scale(6); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	transform-origin: top right;
}