/* M31 — Kontakt-Disrupter (WKN-Wohnbau Child) */

section.m31_contact_disrupter {
	/* max-width: calc(100% - 80px);
	margin: 0 auto; */
}

section.m31_contact_disrupter.mM_modul_dark .mM_links * {
	color: #fff;
	fill: #fff;
}

section.m31_contact_disrupter .m31_main {
	position: relative;
	background-color: #1f222c;
}

section.m31_contact_disrupter .m31_bc_image {
	position: absolute;
	inset: 0;
	right: 65px;
	display: flex;
    align-items: end;
	overflow: hidden;
	opacity: 0.035;
	pointer-events: none;
    z-index: -1;
}

section.m31_contact_disrupter .m31_row {
	--gap: 90px;
	flex-wrap: wrap-reverse;
}
/* --- Left image column ---------------------------------------------------- */
section.m31_contact_disrupter .m31_image_wrapper {
	display: flex;
	justify-content: end;
	align-items: end;
}

section.m31_contact_disrupter .m31_image {
	margin-top: -45px;
	filter: drop-shadow(0 0 90px rgba(255, 255, 255, 0.1));
}

/* --- Right content column ------------------------------------------------- */
section.m31_contact_disrupter .m31_content_wrapper {
	padding: var(--section_padding) 0 125px;
}

section.m31_contact_disrupter .m31_titel {
}

section.m31_contact_disrupter .m31_text {
}

section.m31_contact_disrupter .m31_text p {
}

section.m31_contact_disrupter .m31_text p:last-child {
	margin-bottom: 0;
}

/* --- Responsive ----------------------------------------------------------- */
@media screen and (max-width: 1599px) {
	section.m31_contact_disrupter .m31_row {
		--gap: 60px;
	}

	section.m31_contact_disrupter .m31_content_wrapper {
		padding: 90px 0 65px;
	}
}

@media screen and (max-width: 1399px) {
	section.m31_contact_disrupter {
		padding: 0;
	}
		
	section.m31_contact_disrupter > .mM_container {
		max-width: none;
		padding: 0;
	}
	section.m31_contact_disrupter {
		/* max-width: calc(100% - 40px); */
	}
}

@media screen and (max-width: 991px) {
	section.m31_contact_disrupter .m31_bc_image {
		right: 40px;
	}
	
	section.m31_contact_disrupter .m31_image_wrapper {
		justify-content: center;
	}
	
	section.m31_contact_disrupter .m31_image_container {
		width: 75%;
	}
	
	section.m31_contact_disrupter .m31_image {
		margin-top: 0;
	}
	
	section.m31_contact_disrupter .m31_content_wrapper {
		padding: var(--section_padding) 0 50px;
	}
}

@media screen and (max-width: 767px) {
	section.m31_contact_disrupter {
        /* max-width: 100%; */
    }
}

@media screen and (max-width: 399px) {
	section.m31_contact_disrupter .m31_bc_image {
        right: 15px;
    }

	section.m31_contact_disrupter .m31_image_container {
        width: 100%;
    }
}