section.m2_text_and_image {
	height: calc(100vh - 115px);
	position: relative;
}

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

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

section.m2_text_and_image .m2_galerie_item picture {
	width: 100%;
}

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_container,
section.m2_text_and_image .m2_text_und_bild_main {
	height: 100%;
}

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

section.m2_text_and_image .m2_galerie_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
}

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

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

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 picture {
	display: flex;
}

@media screen and (max-width: 1199px) {
	section.m2_text_and_image {
		height: calc(100vh - 80.5px);
	}
	
	section.m2_text_and_image .m2_content_wrapper {
		width: 100%;
	}
}

@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 {
		height: auto;
	}
	
	section.m2_text_and_image .m2_galerie_wrapper {
		position: relative;
	}
	
	section.m2_text_and_image .m2_galerie_wrapper img {
		height: auto;
	}
	
	section.m2_text_and_image .mM_col_50 {
		max-width: unset;
	}
	
	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: 0;
		padding-right: 0;
	}
	
	section.m2_text_and_image .m2_galerie_wrapper {
		height: auto;
	}
	
	section.m2_text_and_image {
		padding-bottom: 0;
	}
	
	section.m2_text_and_image .mM_row {
		gap: 7px;
	}
}

@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: 0;
		padding-right: 0;
	}
	
	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: 0;
		padding-right: 0;
	}
	
	section.m2_text_and_image .m2_galerie_wrapper {
		margin-left: -20px !important;
	}
}