section.m3_bild .m3_bild_main {
	height: calc(526px + 39px);
	cursor: url(/wp-content/uploads/2025/05/cursor_m3.png) 45 45, auto;
}

section.m3_bild .m3_bild_main .m3_bild_main_item:nth-child(even) {
	margin-top: 39px;
}

section.m3_bild .m3_bild_main .m3_bild_main_item:nth-child(odd) {
	margin-bottom: 39px;
}

section.m3_bild .mM_container {
	background: #f5f8fa;
	border-radius: 0 0 20px 20px;
	padding-bottom: 154px;
}

section.m3_bild .m3_bild_main_item {
	position: relative;
}

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

section.m3_bild .m3_bild_main .m3_bild_main_item {
	height: calc(100% - 39px);
}

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

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

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

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

section.m3_bild .m3_titel_untertitel_text_link_wrapper {
	display: flex;
	align-items: center;
}

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

section.m3_bild .m3_links_container {
	margin-top: 37px;
}

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

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

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

section.m3_bild .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_bild .m3_slider_placeholder_image_inner picture {
	width: 100%;
}

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

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

section.m3_bild .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_bild .m3_slider_galerie_item_inner picture {
	width: 100%;
}

section.m3_bild .m3_bild_main_item img {
	border-radius: 20px;
}

section.m3_bild .m3_bild_main_item .m3_bild_main_item_img_content {
	margin-right: 25px;
}

@media screen and (max-width: 1199px) {
	section.m3_bild .m3_bild_main {
		height: calc(366px + 39px);
	}
}

@media screen and (max-width: 991px) {
	section.m3_bild .m3_bild_main_item_text_content {
		position: relative;
		top: auto;
		left: auto;
	}
	
	section.m3_bild .mM_container {
		background: transparent;
		border-radius: 0;
		padding-bottom: 0;
	}
	
	section.m3_bild {
		background: #f5f8fa;
		border-radius: 0 0 20px 20px;
		padding-bottom: 82px;
	}
}

@media screen and (max-width: 575px) {
	section.m3_bild .mM_container {
		padding: 0;
	}
}

@media screen and (max-width: 400px) {
	section.m3_bild .m3_bild_main {
		height: calc(286px + 39px);
	}
}
