section.m2_text_and_image {
	border-bottom: 1px solid #d6d6d6;
}

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

section.m2_text_and_image .m2_content_wrapper {
	display: flex;
	align-items: center;
}

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

section.m2_text_and_image .m2_galerie_item picture {
	width: 100%;
	position: relative;
	z-index: 2;
}

section.m2_text_and_image .m2_galerie_item {
	display: flex;
}

section.m2_text_and_image .mM_row {
	gap: 81px;
}

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

section.m2_text_and_image .m2_titel {
	margin-bottom: 26px;
}

section.m2_text_and_image .m2_links_container {
	margin-top: 86px;
}

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

section.m2_text_and_image .m2_text_container_inner p span {
	font-size: .842rem;
}

section.m2_text_and_image .m2_text_container_inner p strong {
	margin-left: 16px;
}

section.m2_text_and_image .m2_elemente_container {
	margin-top: 33px;
}

section.m2_text_and_image .m2_elemente_item {
	display: flex;
	align-items: center;
	gap: 13px;
}

section.m2_text_and_image .m2_elemente_item:not(:last-child) {
	margin-bottom: 7px;
}

section.m2_text_and_image .m2_elemente_item .m2_icon {
	display: flex;
}

section.m2_text_and_image .m2_elemente_item .m2_text {
	width: calc(100% - 16px - 13px);
}

section.m2_text_and_image .m2_elemente_item svg {
	fill: #fff;
	width: 16px;
}

section.m2_text_and_image .mM_row:not(.flex_row_reverse) .m2_content_wrapper {
	padding-right: 93px;
}

section.m2_text_and_image .mM_row.flex_row_reverse .m2_content_wrapper {
	padding-left: 93px;
}

section.m2_text_and_image .m2_untertitel {
	color: #d6bc95;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.111rem;
	margin-bottom: 12px;
}

section.m2_text_and_image .m2_galerie_wrapper {
	height: calc(100% - (92px * 2));
}

@media screen and (max-width: 991px) {
	section.m2_text_and_image .mM_row:not(.flex_row_reverse) {
		flex-direction: column;
	}
	
	section.m2_text_and_image .mM_row.flex_row_reverse {
		flex-direction: column-reverse;
	}
	
	section.m2_text_and_image .mM_col_50 {
		width: 100%;
	}
	
	section.m2_text_and_image .mM_row:not(.flex_row_reverse) .m2_content_wrapper,
	section.m2_text_and_image .mM_row.flex_row_reverse .m2_content_wrapper {
		padding-left: 93px;
		padding-right: 93px;
	}
}

@media screen and (max-width: 767px) {
	section.m2_text_and_image .mM_row:not(.flex_row_reverse) .m2_content_wrapper,
	section.m2_text_and_image .mM_row.flex_row_reverse .m2_content_wrapper {
		padding-left: 33px;
		padding-right: 33px;
	}
	
	section.m2_text_and_image .m2_links_container {
		margin-top: 52px;
	}
}

@media screen and (max-width: 575px) {
	section.m2_text_and_image .mM_row:not(.flex_row_reverse) .m2_content_wrapper,
	section.m2_text_and_image .mM_row.flex_row_reverse .m2_content_wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}