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

section.m33_text_und_bilder .m33_content_wrapper {
	display: flex;
}

/* section.m33_text_und_bilder .m33_galerie_wrapper {
	max-height: 700px;
} */

section.m33_text_und_bilder .m33_galerie_container,
section.m33_text_und_bilder .m33_galerie_item {
	height: 100%;
}

section.m33_text_und_bilder .m33_bild_elemente_left,
section.m33_text_und_bilder .m33_bild_elemente_right {
	width: 50%;
}

section.m33_text_und_bilder .m33_bild_elemente_left {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: flex-end;
}

section.m33_text_und_bilder .m33_galerie_container {
	display: flex;
	gap: 14px;
}

section.m33_text_und_bilder .m33_bild_item img {
	border-radius: 3px;
}

section.m33_text_und_bilder .m33_bild_item_2 {
	height: 100%;
}

section.m33_text_und_bilder .m33_bild_item_0,
section.m33_text_und_bilder .m33_bild_item_0 img {
	height: 205px;
	width: 100%;
}

section.m33_text_und_bilder .m33_bild_item_1,
section.m33_text_und_bilder .m33_bild_item_1 img {
	height: 158px;
	width: 184px;
}

section.m33_text_und_bilder .m33_text_container_inner li {
	display: flex;
	gap: 13px;
	line-height: 17px;
}

section.m33_text_und_bilder .m33_text_container_inner li:before {
	content: url('/wp-content/uploads/2025/04/check_green.svg');
	width: 17px;
	height: 17px;
	display: inline-block;
}

section.m33_text_und_bilder .m33_text_container_inner ul {
	margin-top: 37px;
}

section.m33_text_und_bilder .m33_text_container_inner ul li:not(:last-child) {
	margin-bottom: 16px;
}

section.m33_text_und_bilder .m33_links_container {
	margin-top: 43px;
}

section.m33_text_und_bilder .mM_row {
	gap: 143px;
}

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

@media screen and (max-width: 1199px) {
	section.m33_text_und_bilder .m33_bild_elemente_left,
	section.m33_text_und_bilder .m33_bild_elemente_right {
		width: 100%;
	}
	
	section.m33_text_und_bilder .m33_bild_elemente_right {
		order: 1;
	}
	
	section.m33_text_und_bilder .m33_bild_elemente_left {
		order: 2;
	}
	
	section.m33_text_und_bilder .m33_galerie_container {
		flex-direction: column;
	}
	
	section.m33_text_und_bilder .mM_row {
		gap: 80px;
	}
	
	section.m33_text_und_bilder .mM_col_50 {
		width: calc(50% - (80px / 2));
	}
}

@media screen and (max-width: 767px) {
	section.m33_text_und_bilder .mM_row {
		flex-direction: column-reverse;
		gap: 41px;
	}
	
	section.m33_text_und_bilder .mM_col_50 {
		width: 100%;
	}
	
	section.m33_text_und_bilder .m33_bild_item_2,
	section.m33_text_und_bilder .m33_bild_item_2 img {
		height: 302px;
	}
	
	section.m33_text_und_bilder .m33_bild_item_2 img {
		margin-left: 20px;
		width: calc(100% - 20px);
	}
	
	section.m33_text_und_bilder .m33_bild_item_0,
	section.m33_text_und_bilder .m33_bild_item_0 img {
		height: 144px;
		width: 251px;
	}
	
	section.m33_text_und_bilder .m33_bild_item_1,
	section.m33_text_und_bilder .m33_bild_item_1 img {
		height: 114px;
		width: 148px;
	}
	
	section.m33_text_und_bilder .m33_bild_item_1 {
		margin-left: 168px;
		margin-top: -24px;
	}
	
	section.m33_text_und_bilder .m33_bild_elemente_left {
		align-items: flex-start;
		gap: 0;
		margin-top: -67px;
	}
	
	section.m33_text_und_bilder .m33_galerie_container {
		gap: 0;
	}
	
	section.m33_text_und_bilder .m33_titel {
		margin-bottom: 12px;
	}
	
	section.m33_text_und_bilder .m33_text_container_inner li {
		font-size: .824rem;
	}
	
	section.m33_text_und_bilder .m33_text_container_inner ul {
		margin-top: 17px;
	}
	
	section.m33_text_und_bilder .m33_links_container {
		margin-top: 29px;
	}
	
	section.m33_text_und_bilder .m33_text_container_inner li:before {
		width: 15px;
		min-width: 15px;
		height: 15px;
	}
	
	section.m33_text_und_bilder .m33_text_container_inner ul li:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 400px) {
	section.m33_text_und_bilder .m33_bild_item_1 {
		margin-left: 115px;
	}
}

@media screen and (max-width: 325px) {
	section.m33_text_und_bilder .m33_bild_item_0,
	section.m33_text_und_bilder .m33_bild_item_0 img {
		width: 215px;
	}
	
	section.m33_text_und_bilder .m33_bild_item_1 {
		margin-left: 85px;
	}
}