section.m3_image {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #d5d5d5;
	background: #efefef;
}

section.m3_image .m3_overlay {
	background: linear-gradient(0deg,rgba(239, 239, 239, 1) 20%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}

section.m3_image .m3_bild_main {
	height: 90dvh;
}

section.m3_image .m3_bild_main_item {
	position: relative;
}

section.m3_image .m3_bild_main_item,
section.m3_image .m3_bild_main_item_text_content > .mM_container,
section.m3_image .m3_titel_untertitel_text_link_wrapper,
section.m3_image .m3_bild_main_item_img_content {
	height: 100%;
}

section.m3_image.mM_img_parallax .m3_bild_main_item_img_content img {
	height: 110%;
}

section.m3_image .m3_bild_main_item_text_content {
	position: absolute;
	inset: 0;
	z-index: 10;
}

section.m3_image img[data-bild_position="oben"] {
	object-position: top;
}

section.m3_image img[data-bild_position="unten"] {
	object-position: bottom;
}

section.m3_image .m3_titel_untertitel_text_link_wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 225px;
}

section.m3_image .m3_titel_untertitel_text_link_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

section.m3_image .m3_untertitel_container {
	margin-bottom: 5px;
}

section.m3_image .m3_titel {
	margin-bottom: 0;
}

section.m3_image .m3_links_container {
	margin-top: 25px;
}

section.m3_image .m3_logos_container svg .cls-1 {
	fill: #037374;
}

section.m3_image .m3_logos_container svg .cls-2 {
	fill: #216274;
}

section.m3_image .m3_slider_placeholder_image_container {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	inset: 0%;
}

section.m3_image .m3_slider_placeholder_image_inner {
	z-index: 2;
	justify-content: flex-start;
	align-items: center;
	width: 100vw;
	height: 100%;
	display: flex;
	position: absolute;
	inset: 0%;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
	transform-style: preserve-3d;
}

section.m3_image .m3_slider_placeholder_image_inner picture {
	width: 100%;
}

section.m3_image .m3_slider_galerie_container {
	position: relative;
	height: 100%;
}

section.m3_image .m3_slider_galerie_item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 3;
	width: 100%;
	height: 100%;
}

section.m3_image .m3_slider_galerie_item_inner {
	
	justify-content: flex-start;
	align-items: center;
	width: 100vw;
	height: 100%;
	display: flex;
	position: absolute;
	inset: 0%;
	overflow: hidden;
}

section.m3_image .m3_slider_galerie_item_inner picture {
	width: 100%;
}

section.m3_image .button.secondary span.mM_beschriftung {
	border: none;
	background: #fff;
	color: #2f2f2f;
	transition: all .4s;
}

section.m3_image .button.secondary:hover span.mM_beschriftung {
	color: #fff;
	background: #d6bc95;
}

section.m3_image .button.secondary span.mM_icon {
	height: 59px;
	width: 59px;
	border: none;
	background: #d6bc95;
	transition: all .4s;
}

section.m3_image .button.secondary:hover span.mM_icon {
	background: #2f2f2f;
}

section.m3_image .button.secondary span.mM_icon svg {
	fill: #fff;
}

@media all and (max-width: 991px) {
	section.m3_image .m3_bild_main_item_img_content,
	section.m3_image .m3_slider_galerie_container,
	section.m3_image .m3_bild_main {
		height: 465px;
	}
	
	section.m3_image .m3_titel_untertitel_text_link_wrapper {
		padding-bottom: 25px;
	}
}

@media all and (max-width: 767px) {
	section.m3_image .m3_bild_main_item_img_content,
	section.m3_image .m3_slider_galerie_container,
	section.m3_image .m3_bild_main {
		height: 415px;
	}
}

@media all and (max-width: 575px) {
	section.m3_image .m3_bild_main_item_img_content,
	section.m3_image .m3_slider_galerie_container,
	section.m3_image .m3_bild_main {
		height: 365px;
	}
}

@media all and (max-width: 475px) {
	section.m3_image .m3_bild_main_item_img_content,
	section.m3_image .m3_slider_galerie_container,
	section.m3_image .m3_bild_main {
		height: 315px;
	}
}

@media all and (max-width: 375px) {
	section.m3_image .m3_bild_main_item_img_content,
	section.m3_image .m3_slider_galerie_container,
	section.m3_image .m3_bild_main {
		height: 265px;
	}
}