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

/* ---------- ReGaWatt-Typo/Abstaende (Figma 14:416) ---------- */
/* Headline (injiziert als .m2_titel): Inter 800, #271b11 */
section.m2_text_and_image .m2_titel,
section.m2_text_and_image .m2_titel * {
	font-weight: 800;
	color: #271b11;
}
/* Fliesstext: #685a51, 17px wie alle anderen Module (gegen Elementor-Kit-20px) */
section.m2_text_and_image .m2_text_container,
section.m2_text_and_image .m2_text_container * {
	color: #685a51;
	font-size: 1.0625rem;   /* 17px */
	line-height: 1.47;
}
/* Abstand Headline -> Text */
section.m2_text_and_image .m2_titel_container {
	margin-bottom: 29px;
}
/* Abstand Text -> Button */
section.m2_text_and_image .m2_text_container {
	margin-bottom: 51px;
}
/* Mehr Abstand zwischen Bild (links) und Text (rechts): Spalten 44/44 + Gutter ~12% */
section.m2_text_and_image .m2_text_und_bild_main .mM_row {
	justify-content: space-between;
	align-items: center;   /* Text vertikal mittig zum Bild */
}
section.m2_text_and_image .m2_galerie_wrapper,
section.m2_text_and_image .m2_content_wrapper {
	flex: 0 0 44%;
	max-width: 44%;
	width: 44%;
}

/* Hintergrund-Panel links: fuehrt die BG-Farbe des Abschnitts darueber (#f4f5f2) fort.
   Liegt hinter dem Inhalt (z-index 0), Bild/Text darueber (Container z-index 1). */
section.m2_text_and_image.m2_bg_panel_left {
	position: relative;
}
section.m2_text_and_image.m2_bg_panel_left::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	background-color: #f4f5f2;
	z-index: 0;
	pointer-events: none;
}
section.m2_text_and_image.m2_bg_panel_left .mM_container {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 991px) {
	section.m2_text_and_image .m2_galerie_wrapper {
		margin-bottom: 40px;
	}
	/* Spalten gestapelt: volle Breite */
	section.m2_text_and_image .m2_galerie_wrapper,
	section.m2_text_and_image .m2_content_wrapper {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	/* Panel auf Mobil (gestapelt) ausblenden */
	section.m2_text_and_image.m2_bg_panel_left::before {
		display: none;
	}
}
