.openstreet-map-wrapper {
	background: #efefef;
	border-top: 1px solid rgba(222, 222, 222, 1.000);
	border-bottom: 1px solid rgba(222, 222, 222, 1.000);	
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.content .bhElement.openstreet-map-map {
	border: 1px solid #dedede;
	max-width: none !important;
	box-sizing: border-box;
	width: 100%;
}

.content .bhElement.openstreet-map {
	max-width: none !important;
}

.leaflet-left .leaflet-control,
.contact-map .leaflet-control-attribution {
	margin-left: 0px;
	margin-top: 0px;
	opacity: 0;
	transition: .4s ease all;
}

.contact-map:hover .leaflet-left .leaflet-control,
.contact-map:hover .leaflet-control-attribution {
	opacity: 1;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	border: 0px;
}

.leaflet-top  {
	z-index: 500;
}

.leaflet-bar a {
	border-radius: 0px !important;
}

.leaflet-bar a, .leaflet-bar a:hover {
	color: #009439;
}

.openstreet-map-points {
	margin-top: 20px;
	border: 3px dashed #cccccc;
	max-width: 960px;
	margin: 0 auto;
}

.openstreet-map-points:before {
	content: 'Punkte (im Frontend nicht sichtbar)';
	text-transform: uppercase;
	font-weight: bold;
	color: #61605f;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 10px;
}


.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large  {
	background-color: rgba(255,255,255,.6);
	}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
	background-color: rgba(139,168,32,1);
	color: #fff;
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	}
.marker-cluster span {
	line-height: 30px;
	}


[data-section="openstreet-map-points1"],
[data-section="openstreet-map-points2"],
[data-section="openstreet-map-points3"] {
	margin: 20px;
	margin-top: 10px;
	width: calc(33.3333% - 40px);
	float: left;
}

.openstreet-map-wrapper .cover {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 401;
}












