.openstreet-map-element {
	margin-bottom: 0px !important;
	padding-bottom: 20px;
	background: white;
	min-width: 100px;
	opacity: 1 !important;
	transform: scale(1) !important;
}
.bhContainer > .openstreet-map-element {
	margin-bottom: 20px !important;	
}


.openstreet-map-point .name {
	background: #8BA820;
	color: 	white;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 40px;
}
.openstreet-map-point .name p,
.openstreet-map-point .text p {
	margin-bottom: 0px;
	margin-top: 0px;
}

.openstreet-map-point {
	min-width: 280px;
}

.openstreet-map-point .text {
	background: white;
	padding: 20px;
	line-height: 18px;
	padding-bottom: 0px;
	font-size: 12px;	
}

.openstreet-map-point .bh-bodytext p {
	color: white;
	line-height: 50px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
}
.openstreet-map-point .text .bh-bodytext p {
	color: #484949;
	line-height: 22px;
	font-family: "minion-pro", serif;
	font-size: 16px;
	font-weight: 400;
}
.openstreet-map-point .text .bh-bodytext {
	margin-top: 0px;
}

.openstreet-map-point .bhBackgroundImage {
	height: 120px;
	background-size: cover;
}

.leaflet-popup {
	margin-bottom: 65px;
}

.leaflet-popup .bhBackgroundImage {
	height: 140px;
	background-size: cover;
	background-position: center center;
}

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

.leaflet-popup-content {
	margin: 0px;
}

/*** SPECIAL STYLES ****/

[data-category="skigebiet"] .name {
	background: #81c5ef;
}
[data-category="schwimmbad"] .name {
	background: #1c71c6;
}
[data-category="wanderung"] .name {
	background: #33aa41;
}
[data-category="kultur"] .name {
	background: #b7bf11;
}
[data-category="aussichtspunkt"] .name {
	background: #076935;
}
[data-category="supermarkt"] .name {
	background: #824b8c;
}
[data-category="restaurant"] .name {
	background: #824b8c;
}

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