
section.m10_karte {
	margin-top: -200px;
	z-index: 1;
}

section.m10_karte:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
	background: linear-gradient(to bottom, #e5e5e5 0%, transparent 100%);
	z-index: 1;
}

section.m10_karte > .container {
	max-width: 100%;
	padding: 0;
}

section.m10_karte .m10_shortcode_karte_container{
	width:100%;
	min-height: 800px;
}

section.m10_karte .m10_shortcode_formular_container{
	width:100%;
	display:table;
}

section.m10_karte .BorlabsCookie,
section.m10_karte ._brlbs-content-blocker,
section.m10_karte ._brlbs-embed,
section.m10_karte ._brlbs-embed img {
	height: 100%;
	width: 100%;
	min-height: 800px;
	max-height: 800px;
}

section.m10_karte ._brlbs-embed img {
	object-fit: cover;
}

@media screen and (max-width: 991px) {
	section.m10_karte .m10_shortcode_karte_container{
		min-height: 600px;
	}
	
	section.m10_karte .wpgmza_map {
		height: 600px !important;
	}
	
	section.m10_karte .BorlabsCookie,
	section.m10_karte ._brlbs-content-blocker,
	section.m10_karte ._brlbs-embed,
	section.m10_karte ._brlbs-embed img {
		min-height: 600px;
		max-height: 600px;
	}
}