div.betrieb_form{
	padding: 20px;
	background: #D3D800;
	border-top: 20px solid #3D6214;
}

div.betrieb_form_cols{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
@media (max-width: 1000px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3000px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3000px) and (orientation:portrait)
 {
	div.betrieb_form_cols{
		position: relative;
		width: 100%;
		display: block;
		
	}
}
div.betrieb_form_ansprechpartner_button{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
div.betrieb_form_ansprechpartner_button a{
	display: block;
	padding: 10px 20px 10px 20px;
}

div.betrieb_form_col_klasse{
	position: relative;
	width: 260px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	line-height: normal;
	box-sizing: border-box;
}
@media (max-width: 1000px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3000px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3000px) and (orientation:portrait)
 {
	div.betrieb_form_col_klasse{
		position: relative;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		line-height: normal;
		box-sizing: border-box;
	}

}

div.betrieb_form_col_klasse div{
	width: 130px;
	box-sizing: border-box;
	padding: 4px;
}
div.betrieb_form_col_klasse strong{
	display: block;
	width: 130px;
	box-sizing: border-box;
	padding: 4px;
}

div.betrieb_form_search{
	position: relative;
	width: calc(100% - 260px);
	padding-right: 20px;
	box-sizing: border-box;
}
@media (max-width: 1000px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3000px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3000px) and (orientation:portrait)
 {
	div.betrieb_form_search{
		width: 100%;
	}

}
div.betrieb_form_search select, div.betrieb_form_search input[type=text]{
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #D3D800;
}
div.betrieb_form_checkbox_container{
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}
div.betrieb_form_checkbox_container label{
	padding-left: 20px;
}


input[type=submit] {
	margin:10px 0px 20px 0px;
	padding:6px 100px 6px 100px;
	cursor:pointer;
	background:-moz-linear-gradient(top, #fafafa 0%, #d4d4d4 100%);
	background:-webkit-linear-gradient(top, #fafafa 0%, #d4d4d4 100%);
	background:linear-gradient(to bottom, #fafafa 0%, #d4d4d4 100%);
	color:#777777;
	border:1px solid #cccccc;
 	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
input[type=submit]:hover {
	background:-moz-linear-gradient(top, #e4e4e4 0%, #fafafa 100%);
	background:-webkit-linear-gradient(top, #e4e4e4 0%, #fafafa 100%);
	background:linear-gradient(to bottom, #e4e4e4 0%, #fafafa 100%);
	color:#929292;
	border:1px solid #dddddd;
}





div.betrieb_gps_data{
	position: relative;
	width: 250px;
	padding: 15px;
	box-sizing: border-box;
	background: #B5C511;
	border: 2px solid black;
}
div.betrieb_gps_data a{
	display: block;
	text-align: center;
	background: #3D6214;
	color: white;
	padding: 5px;
}
div.betrieb_gps_data a:hover{
	background: #415b48;
}




a#gotomap_betriebe{
	display: block;
	text-align: center;
	background: #3D6214;
	color: white;
	padding: 30px;
	font-size: 18pt;
}
div.betriebe_overview{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
a.betriebe_overview_item{
	position: relative;
	display: block;
	width: 33.33%;
	border: 10px solid white;
	box-sizing: border-box;
	cursor: pointer;

}
@media (max-width: 1000px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3000px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3000px) and (orientation:portrait)
 {
	a.betriebe_overview_item{
		width: 50%;
	}
}

@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	a.betriebe_overview_item{
		width: 100%;
	}
}

a.betriebe_overview_item img{
	width: 100%;
	height: auto;
		 -webkit-filter: opacity(.8);
    	filter: opacity(.8);
}
div.betriebe_overview_item_txt{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 40;
	color: #3D6214;
	background: rgba(255, 255, 255, 0.1);
	font-size: 16pt;
	text-align: center;
	text-shadow: 1px 1px 1px black;
	font-family: 'Finger Paint';
	 -webkit-filter: opacity(1);
    	filter: opacity(1);
}

a.betriebe_overview_item:hover div.betriebe_overview_item_txt{
	background: rgba(255, 255, 255, 0.8);
	color: #D3D800;
}





div.betrieb_details{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
div.betrieb_contact{
	position: relative;
	width: 35%;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	div.betrieb_contact{
		width: 100%;
	}
}
div.betrieb_infos{
	position: relative;
	width: 65%;
	padding-right: 30px;
	box-sizing: border-box;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	div.betrieb_infos{
		width: 100%;
		padding-right: 0px;
	}
}

div.betrieb_infos_item{
	border-bottom: 1px solid black;
	font-weight: bold;
}
div.betrieb_infos_item_content{
	padding: 10px;
	margin: 10px;
	border-left: 5px solid #D7DA07;
}
div.betrieb_contact_logo{
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
div.betrieb_contact_logo img{
	max-width: 90%;
	height: auto;
}
div.betrieb_contact_pic{
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
div.betrieb_contact_pic img{
	max-width: 100%;
	height: auto;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	div.betrieb_contact_pic img{
		max-width: 100%;
	}
}
div.betrieb_infos_pics{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
div.betrieb_infos_pics > a{
	display: block;
	width: 48%;	
}
div.betrieb_infos_pics > a > img{
	width: 100%;
	height: auto;
}





table.betrieb_table{
	width: 100%;
	
	border: 2px solid #3D6214;
}
table.betrieb_table th, table.betrieb_table td{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid white;
}
table.betrieb_table th{
	font-weight: bold;	
	width: 40%;
}
table.betrieb_table td{
	width: 60%;
}

table.betrieb_table tr:nth-child(2n + 1) th{
	background: #e9f7c3;	
}
table.betrieb_table tr:nth-child(2n + 1) td{
	background: #e9f7c3;	
}

@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	table.betrieb_table, table.betrieb_table tbody, table.betrieb_table tr, table.betrieb_table td, table.betrieb_table th{
		display: block;
		width: 100%;
		border: none;
	}
}






div.betrieb_contact_box{
	position: relative;
	width: 100%;
	background: #3D6214;
	color: white;
	padding: 5px 5px 5px 20px;
	box-sizing: border-box;	
}
div.betrieb_contact_box2{
	position: relative;
	width: calc(100% - 20px);
	background: #e9f7c3;
	padding: 5px 5px 5px 10px;
	box-sizing: border-box;
	margin: 10px;
	border-left: 20px solid #D7DA07;
}
div.betrieb_contact_box2 strong{
	font-weight: normal;
	text-decoration: underline;
}
div.betrieb_contact_box2 a:not(.magictel){
	border-bottom: 1px dotted black;
}

div#betrieb_map{
	position: relative;
	width: 100%;
	height: 400px;
	z-index: 1;
	margin: 10px;
}


div#betrieb_navigation{
	position: relative;	
	width: 100%;
	display: flex;
	justify-content: space-around;
	border-top: 2px solid black;
	padding: 20px;
	margin-top: 20px;
	box-sizing: border-box;
}

	
div#result_nav{
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;	
	border-bottom: 2px solid #3D6214;
}	
div#result_nav > div{
	padding: 5px 10px 5px 10px;
	background: #3D6214;
	color: white;
	font-family: 'Finger Paint';
	margin-bottom: 2px;
	cursor: pointer;
}
div#result_nav > div:nth-child(2){
	margin-left: 2px;
}
div#result_nav > div.active, div#result_nav > div:hover{
	padding-top: 15px;
	background: #D3D800;
}

div#result_show_map{
	height: 1px;
	opacity: 1;
	overflow: hidden;
}
div.active_map{
	height: 400px !important;
	opacity: 0;
}