section.prev_stands_out {
	padding-top: 200px;
}


/* section.m2_text_und_bild {
	overflow: hidden;
} */

section.next_stands_out {
	padding-bottom: 200px;
}

section:not(:has(+ section.gradient)).m2_text_und_bild {
	position: relative;
	z-index: 2;
}

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

section.m2_text_und_bild .mM_row {
	display: flex;
	align-items: center;
}

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

section.m2_text_und_bild[data-stand-out="top"] .mM_row {
	align-items: flex-end;
}

section.m2_text_und_bild[data-horizontal="top"] .mM_row {
	align-items: flex-start;
}

/* section.m2_text_und_bild[data-horizontal="top"] .m2_galerie_wrapper {
	align-self: flex-end;
} */

section.m2_text_und_bild[data-horizontal="bottom"] .mM_row {
	align-items: flex-end;
}

/* section.m2_text_und_bild[data-horizontal="bottom"] .m2_galerie_wrapper {
	align-self: flex-start;
} */

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

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

section.m2_text_und_bild.m2_list_with_background .m2_galerie_wrapper img {
	max-height: 712px;
}

section.m2_text_und_bild[data-stand-out="bottom"] .m2_galerie_wrapper {
	margin-bottom: -100px;
}

section.m2_text_und_bild[data-innerer-abstand="innerer_abstand_nur_unten"][data-stand-out="bottom"] .m2_galerie_wrapper,
section.m2_text_und_bild[data-innerer-abstand="innerer_abstand_oben_und_unten"][data-stand-out="bottom"] .m2_galerie_wrapper {
	margin-bottom: -200px;
}

section.m2_text_und_bild[data-stand-out="top"] .m2_galerie_wrapper {
	margin-top: -100px;
}

section.m2_text_und_bild[data-innerer-abstand="innerer_abstand_nur_oben"][data-stand-out="top"] .m2_galerie_wrapper,
section.m2_text_und_bild[data-innerer-abstand="innerer_abstand_oben_und_unten"][data-stand-out="top"] .m2_galerie_wrapper {
	margin-top: -100px;
}

section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_oben_und_unten"][data-stand-out="top"] {
	padding-top: 0;
	padding-bottom: 0;
}

section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_nur_oben"][data-stand-out="top"] {
	padding-top: 0;
}

section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_nur_unten"][data-stand-out="top"] {
	padding-bottom: 0;
}

section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_nur_oben"][data-stand-out="top"] .m2_content_wrapper {
	padding-top: 128px;
}

section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_nur_unten"][data-stand-out="top"] .m2_content_wrapper {
	padding-bottom: 128px;
}

section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_oben_und_unten"][data-stand-out="top"] .m2_content_wrapper {
	padding-top: 128px;
	padding-bottom: 128px;
}

section.m2_text_und_bild.less_padding_top_and_bottom {
	padding-bottom: 42px;
	padding-top: 42px;
}

section.m2_text_und_bild.less_padding_top_and_bottom .m2_image {
	max-height: 471px;
}

section.m2_text_und_bild.less_padding_top_and_bottom .m2_galerie_wrapper {
	margin-top: -60px;
}

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

section.m2_text_und_bild.img_no_cover .mM_row .m2_galerie_item {
	justify-content: flex-start;
}

section.m2_text_und_bild.img_no_cover .mM_row.flex_row_reverse .m2_galerie_item {
	justify-content: flex-end;
}

section.m2_text_und_bild .mM_row:not(.flex_row_reverse) .m2_content_wrapper {
	padding-left: 100px;
}

section.m2_text_und_bild .mM_row.flex_row_reverse .m2_content_wrapper {
	padding-right: 100px;
}

section.m2_text_und_bild.additional_padding_top {
	padding-top: calc(100px + 74px);
}

section.m2_text_und_bild .m2_subtitle {
	font-size: 1.375rem;
	color: #6baee6;
	font-weight: 600;
	margin-bottom: 23px;
}

section.m2_text_und_bild .m2_titel_container {
	max-width: 79%
}

section.m2_text_und_bild .m2_links_container {
	flex-wrap: wrap;
	gap: 10px 20px;
}

section.m2_text_und_bild .m2_text_container_inner *:not(:last-child) {
	margin-bottom: 25px;
}

section.m2_text_und_bild.img_no_cover .m2_image {
	object-fit: contain;
	height: 100%;
	width: auto;
}

section.m2_text_und_bild .m2_list_container {
	margin-top: 100px;
}

section.m2_text_und_bild .m2_list_hl {
	font-weight: 600;
	font-size: 1.375rem;
	margin-bottom: 8px;
}

section.m2_text_und_bild .m2_list_item {
	display: flex;
	align-items: center;
	gap: 0 14px;
}

section.m2_text_und_bild .m2_list_item:not(:last-child) {
	margin-bottom: 10px;
}

section.m2_text_und_bild .m2_list_item_icon {
	width: 18px;
	fill: #6baee6;
}

section.m2_text_und_bild.m2_list_with_background .m2_list_container {
	background: #fff;
	padding: 40px;
}

section.m2_text_und_bild .m2_list_item .m2_list_item_text {
	width: calc(100% - 18px - 14px);
}

section.m2_text_und_bild.darkblue .mM_button.primary {
	background-color: #fff;
}

section.m2_text_und_bild.darkblue .mM_button.primary .mM_button_text {
	color: #12335b;
}

section.m2_text_und_bild.darkblue .mM_button.secondary {
	border-color: rgba(255, 255, 255, .3);
}

section.m2_text_und_bild.darkblue .mM_button.secondary .mM_button_text {
	color: rgba(255, 255, 255, 1);
}

section.m2_text_und_bild.darkblue .mM_button.secondary .mM_button_icon svg {
	fill: rgba(255, 255, 255, 1);
}

section.m2_text_und_bild.darkblue .mM_button.secondary:hover .mM_button_text {
	color: #12335b;
}

section.m2_text_und_bild.darkblue .mM_button.secondary:hover .mM_button_icon svg {
	fill: #12335b;
}

section.m2_text_und_bild.without_mM_links_padding .mM_links {
	margin-top: 0;
}

section.m2_text_und_bild.max_height_unset .m2_galerie_wrapper img {
	max-height: unset;
}

@media screen and (min-width: 576px) {
	section.m2_text_und_bild .m2_mobile_image_container {
		display: none;
	}
}

@media screen and (max-width: 2199px) {
	section.m2_text_und_bild .m2_titel_container {
		max-width: 91%;
	}
}

@media screen and (max-width: 1920px) {
	section.m2_text_und_bild .m2_titel_container {
		max-width: 100%;
	}
	
	section.m2_text_und_bild .mM_row:not(.flex_row_reverse) .m2_content_wrapper {
		padding-left: 75px;
	}
	
	section.m2_text_und_bild .mM_row.flex_row_reverse .m2_content_wrapper {
		padding-right: 75px;
	}
}

@media screen and (max-width: 1599px) {
	section.m2_text_und_bild .mM_row:not(.flex_row_reverse) .m2_content_wrapper {
		padding-left: 50px;
	}
	
	section.m2_text_und_bild .mM_row.flex_row_reverse .m2_content_wrapper {
		padding-right: 50px;
	}
}

@media screen and (max-width: 1199px) {
	section.m2_text_und_bild .mM_row:not(.flex_row_reverse) .m2_content_wrapper {
		padding-left: 25px;
	}
	
	section.m2_text_und_bild .mM_row.flex_row_reverse .m2_content_wrapper {
		padding-right: 25px;
	}
	
	section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_nur_oben"][data-stand-out="top"] .m2_content_wrapper {
		padding-top: 100px;
	}
	
	section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_nur_unten"][data-stand-out="top"] .m2_content_wrapper {
		padding-bottom: 100px;
	}
	
	section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_oben_und_unten"][data-stand-out="top"] .m2_content_wrapper {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 991px) {
	section.m2_text_und_bild .m2_galerie_wrapper {
		margin-bottom: 80px;
	}
	
	section.m2_text_und_bild[data-innerer-abstand="innerer_abstand_nur_oben"][data-stand-out="top"] .m2_galerie_wrapper,
	section.m2_text_und_bild[data-innerer-abstand="innerer_abstand_oben_und_unten"][data-stand-out="top"] .m2_galerie_wrapper {
		margin-top: 0;
	}
	
	section.m2_text_und_bild.less_padding_top_and_bottom .m2_galerie_wrapper {
		margin-top: 80px;
	}
	
	section.m2_text_und_bild.less_padding_top_and_bottom {
		padding-bottom: 100px;
		padding-top: 100px;
	}
	
	section.next_stands_out {
		padding-bottom: 100px;
	}
	
	section.m2_text_und_bild[data-variant="v1"] .m2_galerie_wrapper {
		order: 2;
		margin-bottom: 0;
		margin-top: 58px;
	}
	
	section.m2_text_und_bild[data-variant="v1"] .m2_content_wrapper {
		order: 1;
	}
	
	section.m2_text_und_bild .m2_galerie_wrapper {
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
	
	section.m2_text_und_bild .mM_row:not(.flex_row_reverse) .m2_content_wrapper {
		padding-left: 0;
	}
	
	section.m2_text_und_bild .mM_row.flex_row_reverse .m2_content_wrapper {
		padding-right: 0;
	}
	
	section.m2_text_und_bild.add_mobile_padding .mM_row.flex_row_reverse .m2_content_wrapper {
		padding-top: 50px;
	}
	
	section.m2_text_und_bild .m2_galerie_wrapper {
		max-height: unset;
		height: auto;
	}
	
	section.m2_text_und_bild.img_no_cover .mM_row.flex_row_reverse .m2_galerie_item {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 767px) {
	section.m2_text_und_bild .m2_galerie_wrapper {
		margin-bottom: 58px;
	}
	
	section.m2_text_und_bild.m2_list_with_background .m2_list_container {
		padding: 20px;
		margin-top: 40px;
	}
	
	section.next_stands_out {
		padding-bottom: 50px;
	}
	
	section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_nur_oben"][data-stand-out="top"] .m2_content_wrapper {
		padding-top: 58px;
	}
	
	section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_nur_unten"][data-stand-out="top"] .m2_content_wrapper {
		padding-bottom: 58px;
	}
	
	section.m2_text_und_bild.darkblue[data-innerer-abstand="innerer_abstand_oben_und_unten"][data-stand-out="top"] .m2_content_wrapper {
		padding-top: 58px;
		padding-bottom: 58px;
	}
	
	section.m2_text_und_bild.less_padding_top_and_bottom {
		padding-top: 58px;
		padding-bottom: 58px;
	}
}

@media screen and (max-width: 575px) {
	section.m2_text_und_bild .m2_galerie_wrapper {
		width: calc(100% + 40px) !important;
	}
	
	section.m2_text_und_bild.img_no_cover .m2_image {
		object-fit: contain;
		object-position: right center;
		height: 100%;
		min-height: 250px;
	}
	
	/* section.m2_text_und_bild .m2_image {
		margin-top: 20px;
	} */
	
	section.m2_text_und_bild[data-variant="v1"]:not(.show_image_normal) .m2_galerie_wrapper {
		margin-top: 40px;
		width: 100vw !important;
		max-width: 100vw !important;
		margin-right: -20px !important;
	}
	
	section.m2_text_und_bild[data-stand-out="top"]:not(.show_image_normal) .m2_galerie_wrapper {
		margin-top: 20px;
	}
	
	section.m2_text_und_bild .m2_galerie_wrapper.with_mobile_image .m2_galerie_container {
		display: none;
	}
	
	section.m2_text_und_bild[data-innerer-abstand="innerer_abstand_oben_und_unten"] .m2_mobile_image_container,
	section.m2_text_und_bild[data-innerer-abstand="innerer_abstand_nur_unten"] .m2_mobile_image_container {
		margin-bottom: -90px;
	}
}
