section.m5_contact_persons a {
	font-size: 1rem;
}

/* --- Kopf: Kicker / Titel / Text ---------------------------- */
section.m5_contact_persons .m5_title_text_container {
	margin-bottom: 100px;
}

section.m5_contact_persons .m5_topline {
	display: block;
	margin-bottom: 3px;
	font-size: 1.0625rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #f48520;
}

section.m5_contact_persons .m5_titel {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-size: 45px;
	line-height: 50px;
	text-transform: uppercase;
	color: #271B11;
	max-width: 600px;
}

section.m5_contact_persons .m5_text_container {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #685A51;
}

section.m5_contact_persons .mM_row {
	--column_gap: 50px;
}

section.m5_contact_persons .m5_image {
	height: 409px;
}

section.m5_contact_persons .m5_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.m5_contact_persons .m5_title_stelle_container {
	padding-top: 30px;
}

/* Name */

section.m5_contact_persons .m5_title {
	margin-bottom: 15px;
	hyphens: auto;
}

section.m5_contact_persons .m5_title h3 {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
	color: #271B11;
}

/* Stelle + E-Mail */
section.m5_contact_persons .m5_stelle p,
section.m5_contact_persons .m5_email {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	color: #685A51;
}

section.m5_contact_persons .m5_email a {
	color: #685A51;
	text-decoration: none;
}

section.m5_contact_persons .m5_email a:hover {
	text-decoration: underline;
	color: #f48520;
}

@media all and (min-width: 992px) {
	section.m5_contact_persons .m5_title_text_container {
		max-width: 50%;
	}
}

@media all and (max-width: 1399px) {
	section.m5_contact_persons .m5_image {
		height: 349px;
	}
}

@media all and (max-width: 1199px) {
	section.m5_contact_persons .m5_image {
		height: 539px;
	}
}

@media all and (max-width: 991px) {
	section.m5_contact_persons .m5_image {
		height: 409px;
	}
}

@media all and (max-width: 767px) {
	section.m5_contact_persons .m5_title_text_container {
		margin-bottom: 50px;
	}
	
	section.m5_contact_persons .m5_image {
		height: 309px;
	}
}

@media all and (max-width: 399px) {
	section.m5_contact_persons .m5_image {
		height: auto;
	}
}