/* ===========================================================================
   M5 — Ansprechpartner (WKN-Wohnbau Child)
   =========================================================================== */

/* --- Personen-Grid ------------------------------------------------------- */

section.m5_contact_persons .m5_persons_main {
	--gap: 40px;
	gap: 30px var(--gap);
	margin-top: 59px;
}

section.m5_contact_persons .m5_image {
	height: 430px;
}

section.m5_contact_persons .m5_image img {
	display: block;
}

section.m5_contact_persons .m5_title_stelle_container {
	margin-top: 26px;
}

section.m5_contact_persons .m5_title * {
	font-weight: 500;
	display: inline-block;
}

section.m5_contact_persons .m5_stelle {
	margin-top: 13px;
}

/* --- Responsive ----------------------------------------------------------- */

@media (max-width: 1399px) {
	section.m5_contact_persons .m5_image {
		height: 350px;
	}
}

@media (max-width: 1199px) {
	section.m5_contact_persons .m5_header {
		--gap: 40px;
	}

	section.m5_contact_persons .m5_image {
        height: 270px;
    }
}

@media (max-width: 991px) {
	section.m5_contact_persons .m5_image {
        height: 300px;
    }

	section.m5_contact_persons .m5_header_text {
		margin-bottom: 0;
	}

	section.m5_contact_persons .m5_title_stelle_container {
	    margin-top: 16px;
	}

	section.m5_contact_persons .m5_stelle {
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	section.m5_contact_persons .m5_image {
        height: 250px;
    }
}

@media (max-width: 575px) {
	section.m5_contact_persons .m5_image {
		height: auto;
    }

	section.m5_contact_persons .m5_image img {
		height: auto;
	}
}
