section.m2_text_und_bild {
	background: #f5f6f0;
}

section.m2_text_und_bild .flex_row_reverse {
	flex-direction: row-reverse;
}

/* section.m2_text_und_bild .m2_content_wrapper {
	display: flex;
	align-items: center;
} */

section.m2_text_und_bild .m2_galerie_wrapper {
	max-height: 700px;
}

section.m2_text_und_bild .m2_galerie_container,
section.m2_text_und_bild .m2_galerie_item {
	height: 100%;
}

section.m2_text_und_bild .m2_image {
	border-radius: 3px;
}

section.m2_text_und_bild .mM_row {
	gap: 144px;
}

section.m2_text_und_bild .mM_col_50 {
	width: calc(50% - (144px / 2));
}

section.m2_text_und_bild.bild_ragt_raus .m2_content_wrapper {
	padding: 20px 0;
}

section.m2_text_und_bild .m2_titel {
	margin-bottom: 25px;
}

section.m2_text_und_bild .m2_links_container {
	margin-top: 62px;
}

section.m2_text_und_bild.bild_ragt_raus .m2_galerie_wrapper {
	margin-bottom: -57px;
	z-index: 2;
}

section.m2_text_und_bild.bild_ragt_raus.bild_kleiner .flex_row_reverse .m2_content_container {
	padding-left: 130px;
}

section.m2_text_und_bild.bild_ragt_raus.bild_kleiner .m2_text_container {
	padding-top: 55px;
}

section.m2_text_und_bild.bild_ragt_raus.bild_kleiner .m2_image {
	object-fit: contain;
	max-height: 400px;
}

section.m2_text_und_bild .m2_text_container_inner li {
	display: flex;
	gap: 13px;
	line-height: 17px;
}

section.m2_text_und_bild .m2_text_container_inner li:before {
	content: url('/wp-content/uploads/2025/04/check_darkgreen.svg');
	width: 17px;
	height: 17px;
	display: inline-block;
	min-width: 17px;
}

section.m2_text_und_bild .m2_text_container_inner ul {
	margin-top: 37px;
}

section.m2_text_und_bild .m2_text_container_inner ul li:not(:last-child) {
	margin-bottom: 16px;
}

/* Variante 2 */

section.m2_text_und_bild.variante2 {
	background: #1a2e25;
	padding-bottom: 57px;
}

section.m2_text_und_bild.variante2 .m2_titel,
section.m2_text_und_bild.variante2 .m2_text_container_inner * {
	color: #fff;
}

section.m2_text_und_bild.variante2 .m2_galerie_wrapper {
	position: relative;
}

section.m2_text_und_bild.variante2 .m2_additional_image_container img {
	width: 370px;
	height: 226px;
	border-radius: 3px;
	object-fit: cover;
}

section.m2_text_und_bild.variante2 .m2_additional_image_container {
	position: absolute;
	z-index: 2;
	right: -129px;
	bottom: -122px;
}

/* Variante 2 Ende */

/* Variante 3 */

section.m2_text_und_bild.variante3 .m2_fakten_item_titel {
	font-weight: 700;
}

section.m2_text_und_bild.variante3 .m2_fakten_item_text {
	font-size: .822rem;
	line-height: 1;
}

section.m2_text_und_bild.variante3 .m2_fakten_container {
	display: flex;
	flex-wrap: wrap;
	gap: 58px 70px;
	margin-top: 64px;
}

section.m2_text_und_bild.variante3 .m2_fakten_item {
	width: calc(50% - (70px / 2));
}

section.m2_text_und_bild.variante3 .m2_content_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Variante 3 Ende */

@media screen and (max-width: 1199px) {
	section.m2_text_und_bild.bild_ragt_raus .m2_content_wrapper {
		padding: 0;
	}
	
	section.m2_text_und_bild .mM_row {
		flex-direction: column;
		gap: 41px;
	}
	
	section.m2_text_und_bild .mM_col_50 {
		width: 100%;
	}
	
	section.m2_text_und_bild .m2_galerie_wrapper {
		order: 2;
	}
	
	section.m2_text_und_bild .m2_content_wrapper {
		order: 1;
	}
	
	section.m2_text_und_bild .m2_titel {
		margin-bottom: 12px;
	}
	
	section.m2_text_und_bild .m2_links_container {
		margin-top: 23px;
	}
	
	section.m2_text_und_bild.bild_ragt_raus.bild_kleiner .m2_image {
		max-height: 100%;
	}
	
	section.m2_text_und_bild.bild_ragt_raus.bild_kleiner .m2_text_container {
		padding-top: 0;
	}
	
	section.m2_text_und_bild.variante2 .m2_additional_image_container {
		right: 46px;
	}
}

@media screen and (max-width: 991px) {
	section.m2_text_und_bild:not(.variante2) .m2_galerie_wrapper {
		margin-bottom: 40px;
	}
	
	section.m2_text_und_bild.bild_ragt_raus.bild_kleiner .flex_row_reverse .m2_content_container {
		padding-left: 0;
	}
}

@media screen and (max-width: 575px) {
	section.m2_text_und_bild.variante3 .m2_fakten_container {
		flex-direction: column;
		gap: 32px;
		margin-top: 32px;
	}
	
	section.m2_text_und_bild.variante3 .m2_fakten_item {
		width: 100%;
	}
	
	section.m2_text_und_bild.variante2 .m2_additional_image_container img {
		width: 270px;
		height: 156px;
	}
	
	section.m2_text_und_bild.variante2 .m2_additional_image_container {
		bottom: -106px;
		right: 26px;
		margin-left: 26px;
	}
}

@media screen and (max-width: 350px) {
	section.m2_text_und_bild.variante2 .m2_additional_image_container img {
		height: 116px;
	}
}