
@charset "utf-8";
@import url("https://use.typekit.net/dgs1kig.css");
/* CSS Document */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide)
{
	max-width:none!important;
	width:100%!important;
}

body 
{
	font-family: "mr-eaves-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-family:'mr-eaves-sans, sans-serif'; 
	font-size:12px;
	line-height:120%; 
}


#mapid { 
	width:100%; 
	height: 1000px; 
}


.contentmap
{
	padding-top:100px;
	background-color:white;
	padding-bottom:100px;
}



.contentmap h1 
{
	font-size:2.7em!important;
	font-family: "mr-eaves-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-top:0px!important;
}


.cblue 
{
	color:#7482BF;
}


.cred 
{
	color:#EF8265;
}



.bgred 
{
	background-color:#EF8265;
}


.tinput 
{
	width:100%; 
	box-sizing:border-box;
	float:left;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	border:1px solid #7482BF;
	font-size:2em;
	padding-top:7px!important;
	padding-bottom:7px!important;
}


.mybutton 
{
	width:100%; 
	box-sizing:border-box;
	padding:10px;
	float:left;
	text-align:center;
	font-size:18px;
	cursor:pointer;
	font-family:'mr-eaves-sans, sans-serif'!important; 	
}


.button-reset 
{
	border:1px solid #7482BF;
}



.filterbox 
{
	width:100%; 
	position:relative;
	float:left;
	box-sizing:border-box;
	padding:20px;
	border:1px solid #7482BF;
	border-right:none;

}


.filter-title 
{
	width:50%; 
	background-color:white;
	position:absolute;
	left:50%; 
	top:-34px;
	transform:translateX(-50%); 
	font-size:18px;
	color:#7482BF;
	padding:10px;
	padding-bottom:5px;
	border:1px solid #7482BF;
	border-bottom:none;
	text-align:center;
	font-family:'mr-eaves-sans, sans-serif'!important;
	font-style: normal;
	font-weight: 700; 	 	
}


.contentmap p
{
	font-size:18px;
	line-height:140%;
	font-family: "mr-eaves-sans",sans-serif;
	font-style: normal;
	font-weight: 700; 	
	margin-bottom:0px!important;
}


.contentmap p:hover 
{
	color:#EF8265;
	cursor:pointer;
}

.active 
{
	color:#EF8265;
}


.last-item 
{
	color:#c6c6c6;
}

.mt50 
{
	margin-top:50px;
}

.mt70 
{
	margin-top:70px;
}


img.button-extend {
    width: 140px;
	height: 40px;
    position: absolute;
    right: 0px;
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
	cursor:pointer;
	bottom:-10px;
}


.filters
{
	height:75px;
	overflow:hidden;
}


.leaflet-control-attribution 
{
	display:none;
}


.artotheken-group
{
	display:none;
	width:95%; 
	margin-left:5%; 
	float:left;
}


.hidden
{
	display:none;
}


.leaflet-popup-content-wrapper
{
	border-radius:0px;
}


.leaflet-popup-content-wrapper h2 
{
	color:#EF8265;
	font-size:22px;
	margin-top:0px!important;
	margin-bottom:10px!important;
}


.leaflet-popup-content p, .leaflet-popup-content a
{
	margin-top:0px;
	margin-bottom:5px;
	font-weight:bold;
	font-family:Arial!important;
	text-decoration:none;
	color:black;
	font-size:16px;
}


.leaflet-popup-content p:hover 
{
	color:black;
}


.leaflet-container a.leaflet-popup-close-button
{
	display:none;
}


.leaflet-popup-content {
    margin: 6px 10px;
}