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 [data-container="container_breit"] .m2_galerie_container {
	height: 490px;
}

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

section.m2_text_und_bild[data-hintergrundfarbe="black"] .m2_titel_container h2 {
	color: #fff;
}

section.m2_text_und_bild[data-hintergrundfarbe="black"] p {
	color: #a6a7a7;
}

section.m2_text_und_bild[data-hintergrundfarbe="lightgrey"] .m2_titel_container h2,
section.m2_text_und_bild[data-hintergrundfarbe="lightgrey"] p {
	color: #111516;
}

section.m2_text_und_bild .m2_text_container * {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
}

section.m2_text_und_bild .m2_links_container {
	margin-top: 0;
}

section.m2_text_und_bild .m2_titel_container {
	max-width: 500px;
}

/* section.m2_text_und_bild [data-ausrichtung="zentriert_ausfuellung_links"] .m2_content_wrapper {
	padding: 120px 0;
} */

@media screen and (min-width: 2200px) {
	section.m2_text_und_bild [data-container="container_breit"] .m2_galerie_container {
		height: 540px;
	}
}

@media screen and (min-width: 2400px) {
	section.m2_text_und_bild [data-container="container_breit"] .m2_galerie_container {
		height: 590px;
	}
}

@media screen and (max-width: 1399px) {
	section.m2_text_und_bild [data-ausrichtung="zentriert_ausfuellung_links"] .m2_galerie_wrapper {
		display: flex;
		align-items: end;
	}
	
	section.m2_text_und_bild [data-ausrichtung="zentriert_ausfuellung_links"] .m2_content_wrapper {
		padding: 50px 0;
	}
}

@media screen and (max-width: 991px) {
	section.m2_text_und_bild [data-container="container_breit"] .m2_galerie_container {
		height: 400px;
	}
	
	section.m2_text_und_bild .m2_content_wrapper {
		padding-right: 0 !important;
	}
	
	section.m2_text_und_bild [data-ausrichtung="zentriert_ausfuellung_links"] .mM_row {
		flex-direction: column-reverse;
		gap: 0 88px;
	}
	
	section.m2_text_und_bild [data-ausrichtung="zentriert_ausfuellung_links"] .m2_content_wrapper {
		padding: 55px 0 0;
	}
}

@media screen and (max-width: 767px) {
	section.m2_text_und_bild [data-container="container_breit"] .m2_galerie_container {
		height: 350px;
	}
}

@media screen and (max-width: 575px) {
	section.m2_text_und_bild .m2_titel_container h2 {
		font-size: 35px;
	}
	
	section.m2_text_und_bild [data-container="container_breit"] .m2_galerie_container {
		height: 300px;
	}
}

@media screen and (max-width: 575px) {
	section.m2_text_und_bild [data-container="container_breit"] .m2_galerie_container {
		height: 250px;
	}
}
