#Content .bhElement.openstreet-map {
    max-width: 100% !important;
}

.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%;
}

.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 {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

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

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

	/* 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;
	}
.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 {
	position: relative;
}

.zoomIn,
.zoomOut {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
	z-index: 500;
	background: #0855A0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	border-radius: 50px;
	font-size: 20px;
	cursor: pointer;
}

.zoomOut { 
	top: 65px;	
}

.bh-femode .openstreet-map-points {
	display: none;
}

@media only screen and (max-width:400px) {
	.openstreet-map.bhElement .openstreet-map-map {
		height: calc(100vh - 200px) !important;
	}
}