.mh_contact {
	background: #fafafa;
}

.mh_contact_grid {
	display: grid;
	 
	grid-template-columns: 0.85fr 1.15fr;
	gap: 60px;
	align-items: start;
}

.mh_contact_side h2 {
	font-size: var(--mh-t2);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 40px;
}

.mh_contact_card {
	background: #16171a;
	color: #fff;
	border-radius: 18px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 360px;
}

.mh_contact_card_row {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: var(--mh-t6);
}

.mh_contact_card_row a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.mh_contact_card_row a:hover {
	opacity: 0.7;
}

.mh_contact_card_label {
	font-size: var(--mh-t7);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.45);
}

.mh_contact_card_socials {
	display: flex;
	gap: 10px;
	margin-top: 6px;
}

.mh_contact_card_socials a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	transition: background 0.2s ease;
}

.mh_contact_card_socials a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.mh_contact_form_wrap {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 20px;
	padding: 40px;
}

.mh_contact_form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.mh_form_row {
	display: flex;
	gap: 16px;
}

.mh_form_row label {
	flex: 1;
}

 
@media (min-width: 561px) {
	.mh_form_row .mh_field {
		flex: 0 0 150px;
	}
}

.mh_contact_form label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: var(--mh-t7);
	color: #777;
}

.mh_contact_form input,
.mh_contact_form textarea,
.mh_contact_form select {
	background: #f5f5f5;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 13px 15px;
	color: #111;
	font-size: var(--mh-t6);
	font-family: inherit;
	resize: vertical;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.mh_contact_form input:focus,
.mh_contact_form textarea:focus,
.mh_contact_form select:focus {
	outline: none;
	background: #fff;
	border-color: #111;
}

 
 
.mh_contact_form .mh_form_submit,
.mh_form_submit {
	align-self: flex-start;
	border-radius: 999px;
	padding: 15px 32px;
	font-weight: 600;
	font-size: var(--mh-t6);
	cursor: pointer;
}

@media (max-width: 900px) {
	.mh_contact_grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.mh_contact_card {
		max-width: none;
	}
	.mh_contact_form_wrap {
		padding: 28px;
	}
}

@media (max-width: 560px) {
	.mh_form_row {
		flex-direction: column;
	}
}

 
.mh_contact_form .mh_feld_text {
	display: block;
}

.mh_contact_form .mh_pflicht {
	color: var(--mh-gruen, #70af69);
	font-weight: 600;
}

.mh_contact_form .mh_feld_zusatz {
	color: #68696d;
}

.mh_contact_form .mh_form_hinweis {
	margin: -4px 0 0;
	font-size: var(--mh-t7);
	color: #68696d;
}

 
.mh_contact_form .mh_select.ist-fehlend .mh_select_trigger {
	border-color: #c0392b !important;
}

.mh_contact_form .mh_select_fehler {
	margin: 0;
	font-size: var(--mh-t7);
	color: #c0392b;
}

 

 
.mh_contact_form .mh_form_consent {
	flex-direction: row;
	align-items: flex-start;
	gap: 11px;
	font-size: var(--mh-t7);
	line-height: 1.55;
	color: #777;
	cursor: pointer;
	margin-top: 2px;
}

 
.mh_contact_form .mh_haken_feld {
	flex: 0 0 auto;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	 
	margin-top: 1px;
	-webkit-tap-highlight-color: transparent;
}

 
.mh_contact_form .mh_haken_feld::before {
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(112, 175, 105, 0.1);
	opacity: 0;
	transition: opacity 200ms ease;
	pointer-events: none;
}

.mh_contact_form .mh_form_consent:hover .mh_haken_feld::before {
	opacity: 1;
}

.mh_contact_form .mh_haken_feld input[type="checkbox"] {
	display: block;
	box-sizing: border-box;
	 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	 
	z-index: 2;
}

.mh_contact_form .mh_haken_svg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 18px;
	height: 18px;
	fill: none;
	 
	stroke: #c8c8c8;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: stroke 200ms ease;
	pointer-events: none;
}

.mh_contact_form .mh_haken_kasten {
	stroke-dasharray: 60;
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 300ms linear;
}

.mh_contact_form .mh_haken_strich {
	stroke-dasharray: 22;
	stroke-dashoffset: 66;
	transition: stroke-dashoffset 200ms linear;
}

.mh_contact_form .mh_form_consent:hover .mh_haken_svg {
	stroke: var(--mh-gruen, #70af69);
}

.mh_contact_form .mh_haken_feld input[type="checkbox"]:checked ~ .mh_haken_svg {
	stroke: var(--mh-gruen, #70af69);
}

.mh_contact_form .mh_haken_feld input[type="checkbox"]:checked ~ .mh_haken_svg .mh_haken_kasten {
	stroke-dashoffset: 60;
}

.mh_contact_form .mh_haken_feld input[type="checkbox"]:checked ~ .mh_haken_svg .mh_haken_strich {
	stroke-dashoffset: 42;
	transition-delay: 150ms;
}

 
.mh_contact_form .mh_haken_feld:has(input[type="checkbox"]:focus-visible) {
	outline: 2px solid var(--mh-gruen, #70af69);
	outline-offset: 4px;
	border-radius: 4px;
}

 
@media (prefers-reduced-motion: reduce) {
	.mh_contact_form .mh_haken_svg,
	.mh_contact_form .mh_haken_kasten,
	.mh_contact_form .mh_haken_strich,
	.mh_contact_form .mh_haken_feld::before {
		transition: none;
	}
}

.mh_contact_form .mh_form_consent a {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mh_contact_form .mh_form_consent a:hover {
	opacity: 0.65;
}

 
.mh_contact_side h1 {
	font-size: var(--mh-t2);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 40px;
}

 
.mh_contact_card_muted {
	color: rgba(255, 255, 255, 0.45);
}

 
.mh_field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mh_field_label {
	font-size: var(--mh-t7);
	color: #777;
}

.mh_select {
	position: relative;
}

 
.mh_contact_form .mh_select .mh_select_trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #f5f5f5;
	 
	border: 1px solid transparent !important;
	border-radius: 10px;
	padding: 13px 15px;
	font-family: inherit;
	font-size: var(--mh-t6);
	color: #111;
	text-align: left;
	 
	line-height: 1.5;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.mh_contact_form .mh_select .mh_select_trigger:hover {
	border-color: #d8d8d8 !important;
}

.mh_contact_form .mh_select.is-open .mh_select_trigger,
.mh_contact_form .mh_select .mh_select_trigger:focus-visible {
	outline: none;
	background: #fff;
	border-color: #111 !important;
}

 
 
.mh_select_value {
	line-height: 1.5;
}

.mh_select:not(.has-value) .mh_select_value {
	color: #68696d;
}

.mh_select_arrow {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	border-right: 1.6px solid #777;
	border-bottom: 1.6px solid #777;
	transform: rotate(45deg) translate(-2px, -2px);
	transition: transform 0.25s ease;
}

.mh_select.is-open .mh_select_arrow {
	transform: rotate(-135deg) translate(-3px, -3px);
}

 
.mh_select_list {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 20;
	margin: 0;
	padding: 6px;
	list-style: none;
	background: #16171a;
	border-radius: 12px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
	max-height: 260px;
	overflow-y: auto;
}

.mh_select_option {
	padding: 11px 14px;
	border-radius: 8px;
	font-size: var(--mh-t6);
	color: rgba(255, 255, 255, 0.72);
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

 
.mh_select_option.is-focus {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.mh_select_option.is-selected {
	color: #fff;
	font-weight: 600;
}

.mh_select_option.is-selected::after {
	content: "";
	float: right;
	width: 6px;
	height: 10px;
	margin-top: 4px;
	border-right: 2px solid var(--mh-gruen, #70af69);
	border-bottom: 2px solid var(--mh-gruen, #70af69);
	transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
	.mh_select_arrow,
	.mh_select_option,
	.mh_select_trigger {
		transition: none;
	}
}

 
body.mh-seite-kontakt header.top_panel .mh_header_cta {
	display: none !important;
}

 
body.mh-seite-kontakt .mh_contact {
	padding-top: 150px;
}

@media (max-width: 900px) {
	body.mh-seite-kontakt .mh_contact {
		padding-top: 110px;
	}
}

 
.mh_ansprechpartner {
	display: flex;
	flex-direction: column;
	 
	flex: 0 0 auto;
	margin-bottom: 0;
}

.mh_ansprechpartner_bild {
	width: 100%;
	 
	 
	flex: 0 0 auto;
	max-width: 380px;
	aspect-ratio: 4 / 5;
	height: auto;
	object-fit: contain;
	display: block;
	border-radius: 20px;
	background: #f0f0f0;
	margin-bottom: 24px;
}

.mh_ansprechpartner_text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 30px;
}

 
.mh_ansprechpartner_label {
	display: block;
	font-size: var(--mh-t7);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #68696d;
	margin-bottom: 14px;
}

.mh_ansprechpartner_name {
	font-size: var(--mh-t4);
	font-weight: 600;
	color: #16171a;
	line-height: 1.3;
}

.mh_ansprechpartner_rolle {
	font-size: var(--mh-t5);
	color: #68696d;
	line-height: 1.45;
	margin-top: 3px;
}

.mh_ansprechpartner_zeile {
	 
	display: inline-flex;
	margin-top: 20px;
	font-size: var(--mh-t5);
	color: #16171a;
	text-decoration: none !important;
	 
}

 
.mh_status {
	 
	margin: 22px 0 30px;
}

.mh_status_zeile {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.mh_status_punkt {
	flex: 0 0 9px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #b9babd;
}

.mh_status.is-offen .mh_status_punkt {
	background: #3ecf8e;
	 
	box-shadow: 0 0 0 0 rgba(62, 207, 142, 0.55);
	animation: mh_puls 2.2s ease-out infinite;
}

.mh_status.is-geschlossen .mh_status_punkt {
	background: #c9cacd;
}

@keyframes mh_puls {
	70% { box-shadow: 0 0 0 9px rgba(62, 207, 142, 0); }
	100% { box-shadow: 0 0 0 0 rgba(62, 207, 142, 0); }
}

@media (prefers-reduced-motion: reduce) {
	.mh_status.is-offen .mh_status_punkt { animation: none; }
}

.mh_status_titel {
	font-size: var(--mh-t5);
	font-weight: 600;
	color: #16171a;
	line-height: 1.4;
}

.mh_status_zusatz {
	margin: 8px 0 0;
	font-size: var(--mh-t6);
	line-height: 1.55;
	color: #6a6b70;
}

.mh_status_aktionen {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	margin-top: 22px;
}

.mh_status_aktion {
	display: inline-flex;
	font-size: var(--mh-t5);
	color: #16171a;
	text-decoration: none !important;
	 
}

@media (max-width: 900px) {
	.mh_status {
		max-width: none;
	}
}

 
.mh_contact_header {
	margin-bottom: 48px;
}

.mh_contact_header .mh_eyebrow {
	display: block;
	margin-bottom: 14px;
}

 
.mh_contact_header h1 {
	font-size: var(--mh-t1);
	font-weight: 700;
	line-height: 1.12;
	margin: 0;
	 
	max-width: none;
}

.mh_contact_header h2 {
	font-size: var(--mh-t2);
	font-weight: 700;
	line-height: 1.12;
	margin: 0;
	max-width: none;
}

@media (max-width: 900px) {
	.mh_contact_header {
		margin-bottom: 34px;
	}
}

 
@media (max-width: 900px) {
	.mh_ansprechpartner_bild {
		flex: 0 0 auto;
		aspect-ratio: 4 / 5;
		min-height: 0;
	}
}

 

 
@media (max-width: 900px) {
	.mh_ansprechpartner_bild {
		flex: 0 0 auto;
		aspect-ratio: 4 / 5;
		min-height: 0;
	}
}

 
.mh_contact_mitte {
	display: flex;
	flex-direction: column;
	 
	justify-content: flex-end;
	padding-bottom: 40px;
}

.mh_contact_mitte .mh_status {
	margin-top: 0;
}

 
@media (max-width: 1200px) {
	.mh_contact_grid {
		grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
		gap: 48px;
	}
	.mh_contact_side {
		grid-column: 1;
		grid-row: 1;
	}
	.mh_contact_mitte {
		grid-column: 1;
		grid-row: 2;
		justify-content: flex-start;
		margin-top: 30px;
	}
	.mh_contact_form_wrap {
		grid-column: 2;
		grid-row: 1 / span 2;
	}
}

 
@media (max-width: 900px) {
	.mh_contact_grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.mh_contact_side,
	.mh_contact_mitte,
	.mh_contact_form_wrap {
		grid-column: auto;
		grid-row: auto;
	}
	.mh_contact_mitte {
		margin-top: 0;
	}
}

 
.mh_contact--person .mh_contact_grid {
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 60px;
	align-items: stretch;
}

.mh_contact--person .mh_contact_side {
	display: flex;
	flex-direction: column;
}

.mh_contact--person .mh_contact_form_wrap {
	display: flex;
	flex-direction: column;
}

.mh_contact--person .mh_contact_form {
	 
	flex: 1 1 auto;
	justify-content: space-between;
}

@media (max-width: 900px) {
	.mh_contact--person .mh_contact_grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

 
.mh_hq {
	display: grid;
	 
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 0 60px;
	 
	align-items: stretch;
	margin-top: 96px;
	padding-top: 64px;
	border-top: 1px solid #ececec;
}

.mh_hq_bild {
	 
	position: relative;
	min-height: 240px;
	overflow: hidden;
	border-radius: 20px;
	background: #f0f0f0;
}

.mh_hq_bild img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	 
	object-position: 50% 50%;
	display: block;
}

.mh_hq_info h2 {
	font-size: var(--mh-t2);
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 26px;
}

.mh_hq_info address {
	font-style: normal;
	font-size: var(--mh-t5);
	line-height: 1.65;
	color: #68696d;
	margin: 0;
}

 
.mh_hq_firma {
	display: block;
	color: #16171a;
	font-weight: 600;
}

.mh_hq_wege {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.mh_hq_wege a {
	 
	display: inline-flex;
	font-size: var(--mh-t5);
	color: #16171a;
	text-decoration: none !important;
	 
}

@media (max-width: 1024px) {
	.mh_hq {
		gap: 0 40px;
	}
}

@media (max-width: 700px) {
	.mh_hq {
		grid-template-columns: 1fr;
		gap: 34px;
		margin-top: 64px;
		padding-top: 44px;
	}
	.mh_hq_bild {
		 
		aspect-ratio: 16 / 9;
		min-height: 0;
	}
}

 
@media (max-width: 900px) {
	.mh_contact--person .mh_section_inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: 20px;
		row-gap: 0;
		align-items: start;
	}

	.mh_contact--person .mh_contact_grid,
	.mh_contact--person .mh_contact_side,
	.mh_contact--person .mh_ansprechpartner {
		display: contents;
	}

	 
	.mh_contact--person .mh_ansprechpartner_bild {
		grid-column: 1;
		grid-row: 1 / span 2;
		align-self: stretch;
		width: 100%;
		max-width: none;
		aspect-ratio: auto;
		height: 100%;
		min-height: 0;
		object-fit: cover;
		object-position: 50% 22%;
		margin-bottom: 0;
	}

	.mh_contact--person .mh_contact_header {
		grid-column: 2;
		grid-row: 1;
		margin-bottom: 18px;
	}

	 
	.mh_contact--person .mh_contact_header h1,
	.mh_contact--person .mh_contact_header h2 {
		font-size: var(--mh-t3) !important;
		line-height: 1.2;
		 
		-webkit-hyphens: manual;
		hyphens: manual;
	}

	 
	.mh_contact--person .mh_contact_header .mh_eyebrow,
	.mh_contact--person .mh_ansprechpartner_label {
		display: none;
	}

	.mh_contact--person .mh_ansprechpartner_text {
		grid-column: 2;
		grid-row: 2;
		padding-bottom: 0;
	}

	.mh_contact--person .mh_ansprechpartner_rolle {
		font-size: var(--mh-t6);
	}

	 
	.mh_contact--person .mh_contact_form_wrap {
		grid-column: 1 / -1;
		grid-row: 3;
		margin-top: 40px;
	}
}

 
.mh_form_fehler {
	margin: 0 0 4px;
	padding: 14px 16px;
	border-radius: 12px;
	background: #fdeceb;
	border: 1px solid #f0c3bf;
	font-size: var(--mh-t7);
	line-height: 1.55;
	color: #8c2f26;
}

 
.mh_danke {
	padding: 150px 0 120px;
}

.mh_danke_block {
	max-width: 44ch;
}

.mh_danke h1 {
	margin: 10px 0 18px;
	font-size: var(--mh-t1);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.mh_danke_lead {
	margin: 0 0 30px;
	font-size: var(--mh-t5);
	line-height: 1.7;
	color: #55565a;
}

.mh_danke_wege {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 36px;
}

.mh_danke_zeile {
	font-size: var(--mh-t5);
	font-weight: 600;
	color: #16171a;
	text-decoration: none;
}

.mh_danke_knoepfe {
	display: flex;
	align-items: center;
	gap: 26px;
	flex-wrap: wrap;
}

@media (max-width: 900px) {
	.mh_danke {
		padding: 120px 0 80px;
	}
}

.mh_danke_h2 {
	margin: 0 0 14px;
	font-size: var(--mh-t4);
	font-weight: 600;
	line-height: 1.3;
}
