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

section.m2_text_und_bild.weiss {
	background: #fff;
}

section.m2_text_und_bild.grau {
	background: #f5f8fa;
}

section.m2_text_und_bild .m2_content_wrapper {
	display: flex;
}

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_galerie_item img {
	border-radius: 20px;
}

section.m2_text_und_bild.bild_auto_breite .m2_galerie_item {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.m2_text_und_bild.bild_auto_breite .m2_galerie_item img {
	width: auto;
	height: auto;
}

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

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

section.m2_text_und_bild .m2_content_container {
	padding-top: 64px;
}

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

section.m2_text_und_bild .m2_text_container_inner p:not(:first-child) {
	margin-top: 32px;
}

section.m2_text_und_bild .m2_links_container.mM_links {
	margin-top: 70px;
	display: flex;
	gap: 12px;
}

section.m2_text_und_bild.more_padding_bottom {
	padding-bottom: 179px;
	border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 1599px) {
	section.m2_text_und_bild .mM_row {
		gap: 108px;
	}
	
	section.m2_text_und_bild .mM_col_50 {
		width: calc(50% - (108px / 2));
	}
	
	section.m2_text_und_bild .button {
		padding: 13px 22px 14px 23px;
	}
}

@media screen and (max-width: 991px) {
	section.m2_text_und_bild .m2_galerie_wrapper {
		margin-bottom: 40px;
	}
	
	section.m2_text_und_bild .mM_row {
		flex-direction: column-reverse;
		gap: 54px;
	}
	
	section.m2_text_und_bild .mM_col_50 {
		width: 100%;
	}
	
	section.m2_text_und_bild .m2_content_container {
		padding-top: 0;
	}
	
	section.m2_text_und_bild .m2_links_container.mM_links {
		margin-top: 35px;
	}
}

@media screen and (max-width: 767px) {
	section.m2_text_und_bild.more_padding_bottom {
		padding-bottom: 132px;
	}
}

@media screen and (max-width: 575px) {
	section.m2_text_und_bild .m2_links_container.mM_links {
		flex-direction: column;
	}
}