*{
	box-sizing: border-box;
}

A:ACTIVE, A:LINK, A:VISITED {color : #000000; text-decoration : none;}

A:HOVER {color : #000000; text-decoration : none;}

body {
	font-family: 'Oswald', arial;
	font-weight: 300;
	background-color:ffffff;
	height:100%;
	margin:0;
	padding:0;
}

#container_navi {
	position: fixed;
	top:0px;
	text-align: bottom;
	width: 100%;
	height:80px;
	padding: 12px;
	font-size: 12pt;
	color:#454545;
	z-index: 1;
	background-color:rgba(255,255,255,0.80);
}

#navi_left {
	float:left;
	width:28%;
	margin-top: -8px;
}

#navi_image {
	width:110px; 
	border:0px;
}

#navi_right {
	float:left;
	width:70%;
	padding:10px;
}
#navi_right:after {
	clear: both;
}

#navi_right a {
	cursor:pointer;
	padding-right: 30px;
}

#navi_mobile {
	display:none;
	list-style-type: none;
	width: 250px;
  	margin-top: 0px;
  	z-index: 999;
  	background-color:#585858;
  	opacity: 0.90;
  	overflow: hidden;
  	-webkit-padding-start: 0;
	position: fixed;
  	top: 80px;
  	left: calc(100% - 250px);
}

#navi_mobile li {
	padding: 0.8em;
	border-bottom-width:2px; 
	border-bottom-style:solid; 
	border-bottom-color:#F0F0F0;
	color: #ffffff;
	cursor: pointer;
}

#navi_mobile_icon {
	display:none;
	margin: 0px 20px;
	width: 30px;
	height: 30px;
	background-image: url('/images/menu_icon.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center; 
	cursor: pointer;
}

#navi_inside {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

#navi_buffer {
	height: 80px;
	width: 100%;
}


.content {
	display:none;
	width: 100%;
}

.content_inner {
	padding: 30px 20px 50px 20px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.content_header {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 35pt;
}

#registration_button {
	display:block;
	width:250px;
	padding:5px;
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	text-align: center;
	background-color:rgba(255,255,255,0.20);
}

#home {
	width:100%;
	display: inline-block;
	background-size: cover;
	background-position:center;
	position: relative;
	height: 600px;
}

#home_inner {
	color: #ffffff;
	width: 50%;
	min-width: 280px;
	max-width: 640px;
	padding: 20px;
	font-size: 16pt;
	z-index: 1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:8px;
	background-color:rgba(138,121,114,0.60);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.searchbar {
	width: 100%;
	height: 36px;
	margin-top: 8px;
}

.searchfield {
	width: calc(100% - 55px);
	height: 100%;
	padding-left: 0.3em;
	background-color:rgba(255,255,255,0.80);
	border:3px;
	font-size: 18pt;
}

.submit_button {
	width: 36px;
	height: 100%;
	position: relative;
	top: 5px;
	left: 8px;
	border: 0;
	background: url("/images/search_icon.png");
	background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

@-moz-document url-prefix() {
    .submit_button {
    	top: -5px;
	}
}

#centerbutton{
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	width:250px;
	padding:5px;
	background-color:rgba(255,255,255,0.20);
	cursor: pointer;
}

#foodsearch {
	display:none;
	width: 100%;
	color: #ffffff;
	background-color:rgba(138,121,114,0.90);
	font-size: 14pt;
}

#foodsearch_inner {
	padding-top: 20px;
	padding-bottom: 30px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#foodsearch_searchform_container {
	padding: 10px;
}

#foodsearch_result_container {
	display: flex;
	flex-direction: row;
}

#foodsearch_map {
	width: 100%;
	order: 2;
}

#map-canvas {
	height: 600px;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 5px;
}

#map-legende {
	width: 100%;
	padding-bottom: 10px;
	padding-right: 10px;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.legende_item {
	font-size: 14px;
	margin-right: 4px;
	display: flex;
	align-items: center;
}

.legende_item img {
	height: 22px;
	margin: 0px 4px;
}

#foodsearch_list {
	order: 1;
	width: 33%;
	min-width: 400px;
	padding: 0px 10px;
}

.foodsearch_item {
	margin-bottom: 20px;
	padding: 5px;
	cursor: pointer;
}

.foodsearch_item_img_container img {
	float: left;
	margin-right: 4px;
}

.foodsearch_item_img_container img {
	height: 30px;
}

.producer_details {
	display: none;
}

.producer_details a {
	color: #ffffff;
	text-decoration: underline;
	float: right;
}

.producer_details a:hover {
	color: #eeeeee;
}

.producer_fancybox {
	width: calc(100vw - 100px);
	max-width: 820px;
}

.producer_fancybox_section {
	margin-bottom: 20px;
}

.producer_fancybox_section h3 {
	margin-bottom: 8px;
}

.producer_details a:hover {
	color: #eeeeee;
}

.error_message {
	margin-left: 10px;
}

.link_underlined {
	text-decoration: underline !important;
	cursor: pointer;
}

.link_underlined:hover {
	color: #7ebe6c;
}

.link_not_underlined {
	text-decoration: none !important;
	cursor: pointer;
}

.link_not_underlined:hover {
	text-decoration: underline !important;
}

.suggests-cont{
	position: relative;
	width: 100%;
  }
  #suggests{
	border: none;
  }
  
  .suggests { 
	background-color:#ffffff;
	z-index: 3;
	border: none;
	position: absolute;
	top: 2px;
	left: 1.5%;
	width: 320px;
	text-align: left;
  }

	
  #suggest_item {
	height:25px;
	background-color:#ffffff;
	font-size:14px;
	color:#808080;
	padding: 2px 0px 0px 10px;
	cursor:pointer;	
  } 

  #suggest_item:hover {
	color: white;
	background-color: rgba(126, 190, 108, 0.8);
  }

footer li{
	cursor: pointer;
	text-align: center;
	list-style-type: none;
}
footer li:first-child{
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (max-width: 1080px) {

	#navi_mobile_icon {
		display:block;
	}

	#navi_desktop {
		display:none;
	}

	#navi_right {
		float: right;
		margin-right: 20px;
		width: 60px;
	}

	#foodsearch_inner {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#foodsearch_result_container {
		flex-direction: column;
	}

	#foodsearch_map {
		order: 1;
	}

	#map-canvas {
		height: 400px;
		width: 100%;
		margin-right: 0px;
	}

	#foodsearch_list {
		order: 2;
		width: 100%;
		min-width: 250px;
		padding: 0px;
	}

	#foodsearch_searchform_container {
		padding: 4px 10px;
	}

	#foodsearch_text {
		display: none;
	}

	#suggests{
		left: 1.5%;
		width: calc(100% - 55px);
	}

}

@media only screen and (max-width: 480px) {

	

	#navi_right {
		margin-right: 5px;
	}

	#navi_image {
		margin-top: -2px;
		width: 110px;
	}

	#foodsearch_map {
		order: 1;
	}

	#map-canvas {
		height: 260px;
		width: 100%;
		margin-right: 0px;
	}

	#suggests { 
		left: 3%;
		width: calc(100% - 55px);
	}

	

}


