/* cairo-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Cairo';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/cairo-v22-latin-300.eot'); /* IE9 Compat Modes */
	src: url('../fonts/cairo-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/cairo-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/cairo-v22-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/cairo-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/cairo-v22-latin-300.svg#Cairo') format('svg'); /* Legacy iOS */
  }
  /* cairo-regular - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Cairo';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/cairo-v22-latin-regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/cairo-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/cairo-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/cairo-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/cairo-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/cairo-v22-latin-regular.svg#Cairo') format('svg'); /* Legacy iOS */
  }
  /* cairo-600 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Cairo';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/cairo-v22-latin-600.eot'); /* IE9 Compat Modes */
	src: url('../fonts/cairo-v22-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/cairo-v22-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/cairo-v22-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/cairo-v22-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/cairo-v22-latin-600.svg#Cairo') format('svg'); /* Legacy iOS */
  }
  
  body {
	background-color: #1e87d2;
}
.mm-page {
  box-sizing: border-box;
  position: relative;
  padding: 5%;
}
@media only screen and (max-width: 850px) {
    .mm-page {
      padding: 0%;
    }
}

body.oekokarte_listing .mod_customcataloglist .gmap {
	height: 800px;
}
body.oekokarte_detail ul.tagslist li i.fa {
	display: none;
}
body.oekokarte_detail .ce_geolocation {
	margin-bottom: 75px;
}
.header div.inside div.logo a img {
	width: 100%;
	margin-top: 10px;
}
.stickyheader .header.cloned {
	line-height: 80px;
	opacity: 0.9;
}
body.oekokarte_detail div.ce_hyperlink a {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
body.oekokarte_detail .ce_gallery {
	margin-bottom: 50px;
}
body.oekokarte_detail .tl_oekokonten table.oekokonto_daten  {
	width: 100%;
	margin-bottom: 50px;
}
body.oekokarte_detail .tl_oekokonten table.oekokonto_daten tbody tr  {
	
}
body.oekokarte_detail .tl_oekokonten table.oekokonto_daten tbody tr td {
	padding: 5px;
	border-bottom: 1px dotted #c5c5c5;
	
}
body.oekokarte_detail .tl_oekokonten table.oekokonto_daten tbody tr td:first-child {
	font-weight: bold;
}
.mod_customcatalogreader.tl_oekokonten.block{
	overflow: auto;
	width: auto;
	height: auto!important;
}


.filterform.tableless{
	max-width: 20%;
	position: absolute;
	display: block;
	z-index: 100;
	top: 0px;
	padding: 10px;
	left: 0px;
	background-color: #699d7db0;
	height: 90vh;
}
.mod_customcatalogfilter{
	position: absolute;
}
.tl_oekokonten{
	width: 100vw;
	height: 90vh!important;
}
.gmap{
	width: 100vw!important;
	height: 90vh!important;
	position: absolute;

}
.ol-popup {
	position: absolute;
	background-color: white;
	padding: 30px 15px 0px 15px;
	border: 1px solid #ccc;
	bottom: 45px;
	left: -115px;
	min-width: 250px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	display: none; /* Verstecke das Popup standardmäßig */
}

.ol-popup:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border-width: 10px;
	border-style: solid;
	border-color: white transparent transparent transparent;
}

.ol-popup a.link{
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	transition: all 0.2s ease-out 0s;
	width: auto;
	background: rgb(30, 136, 210);
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	font-size: 0.8rem;
	min-width: 140px;
	text-align: center;
	position: relative;
	-webkit-appearance: none;
	margin-top: 10px;
}
.ol-popup .popup-close {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #fff;
	border: none;
	font-size: 18px;
	cursor: pointer;
	padding: 5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 17px;
}

.ol-popup .popup-close:hover {
	background: #ddd;
	border: 0px;
}
.mod_customcatalogfilter form fieldset legend {
	display: none;
}
table.oekokonto_daten td{
	vertical-align: top;
}
table.oekokonto_daten td:first-of-type{
	font-weight: 800;
	color: rgb(30, 136, 210);
	padding-right: 20px;

}
table.oekokonto_daten tbody tr td {
	padding: 5px;
	border-bottom: 1px dotted #c5c5c5;
}
.mainmenu ul li {
	margin-left: 0px; 
	margin-right: 0px; 
}
/*.mod_customcataloglist{
	margin: 0;
	padding: 0;
}
body.oekokarte_listing button {
	width: 32.33333333333333%;
	float: left;
	display: inline-block;
	margin: 0 1% 0 0;
}

div.widget.submit_container.submit,
div.widget.submit_container.clear_filters,
div.widget.submit_container.clear_all_filters {
	margin-bottom: 0;
	padding-bottom: 0;
}
body.oekokarte_listing .formbody {
	margin-top: 20px;
}
.widget.filter_range {
	width: 19%;
	float: left;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 0;
}
.widget.filter_tags.biotoptyp {
	width: 60%;
	margin-right: 00%;
	display: inline-block;
}
body.oekokarte_listing fieldset.checkbox_container, body.oekokarte_listing fieldset.range_container {
	height: 180px;
}
body.oekokarte_listing fieldset.range_container input{
	height: 50px;
	margin-bottom: 20px;
}
.widget.filter_tags.biotoptyp label.label {
	float: left;
	position: relative;
	left: 25px;
}
.widget.filter_tags.biotoptyp input {
	top: -30px;
	position: relative;
}
.widget.filter_tags.biotoptyp div.checkbox_container {
	height: 30px;
}
@media only screen and (max-width: 850px) {
    .widget.filter_range {
    	width: 100%;
    	float: left;
    	margin-right: 0%;
    	display: inline-block;
    	margin-bottom: 0;
    }
}*/