 
.mh_cc {
	position: fixed;
	max-height: 86vh;
	overflow-y: auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2147482000;
	background: #ffffff;
	border-top: 1px solid #ececec;
	box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.09);
	font-family: 'Sora', sans-serif;
	color: #16171a;
	transform: translateY(100%);
	transition: transform 420ms cubic-bezier(0.33, 1, 0.68, 1);
}

.mh_cc.ist-da {
	transform: translateY(0);
}

.mh_cc_inner {
	box-sizing: border-box;
	max-width: 1290px;
	margin: 0 auto;
	padding: 30px 75px 32px;
}

 
.mh_cc_titel {
	margin: 0 0 8px;
	font-size: var(--mh-t5, 17px);
	font-weight: 600;
	line-height: 1.35;
}

.mh_cc_text {
	margin: 0 0 22px;
	font-size: var(--mh-t6, 15px);
	line-height: 1.65;
	color: #55565a;
	max-width: 78ch;
}

.mh_cc_text a {
	color: #16171a;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.mh_cc_text a:hover {
	color: var(--mh-gruen, #70af69);
}

 
.mh_cc_rechtliches {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	padding-top: 18px;
	border-top: 1px solid #ececec;
	font-size: var(--mh-t7, 13px);
	color: #68696d;
}

 
.mh_cc_wahl {
	padding: 0;
	border: 0;
	background: none;
	font-family: inherit;
	font-size: inherit;
	cursor: pointer;
}

.mh_cc_rechtliches a,
.mh_cc_wahl {
	color: #55565a;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.mh_cc_rechtliches a:hover,
.mh_cc_wahl:hover {
	color: var(--mh-gruen, #70af69);
}

 
.mh_cc_knoepfe {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.mh_cc_knopf {
	box-sizing: border-box;
	min-height: 52px;
	padding: 13px 28px;
	border-radius: 999px;
	border: 1.5px solid var(--mh-gruen, #70af69);
	background: var(--mh-gruen, #70af69);
	color: #fff;
	font-family: inherit;
	font-size: var(--mh-t6, 15px);
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
	transition: background-color 240ms ease, border-color 240ms ease, color 240ms ease;
}

.mh_cc_knopf:hover {
	background: var(--mh-gruen-tief, #509C56);
	border-color: var(--mh-gruen-tief, #509C56);
}

 
.mh_cc_knopf--kontur {
	background: #16171a;
	color: #fff;
	border-color: #16171a;
}

.mh_cc_knopf--kontur:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

 
.mh_cc_mehr {
	margin-left: 4px;
	background: none;
	border: 0;
	padding: 8px 4px;
	font-family: inherit;
	font-size: var(--mh-t6, 15px);
	font-weight: 500;
	color: #55565a;
	text-decoration: underline;
	text-underline-offset: 4px;
	cursor: pointer;
}

.mh_cc_mehr:hover {
	color: var(--mh-gruen, #70af69);
}

 
.mh_cc_gruppen {
	margin: 4px 0 24px;
	border-top: 1px solid #ececec;
}

.mh_cc_gruppe {
	padding: 18px 0;
	border-bottom: 1px solid #ececec;
}

.mh_cc_gruppe_kopf {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

 
.mh_cc_klapp {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 0;
	border: 0;
	background: none;
	font-family: inherit;
	text-align: left;
	cursor: pointer;
}

.mh_cc_pfeil {
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	border-right: 1.5px solid #77787c;
	border-bottom: 1.5px solid #77787c;
	transform: rotate(45deg) translate(-2px, -2px);
	transition: transform 240ms cubic-bezier(0.33, 1, 0.68, 1);
}

.mh_cc_klapp[aria-expanded="true"] .mh_cc_pfeil {
	transform: rotate(225deg) translate(-2px, -2px);
}

.mh_cc_gruppe_name {
	font-size: var(--mh-t6, 15px);
	font-weight: 600;
	color: #16171a;
}

.mh_cc_zahl {
	min-width: 22px;
	padding: 2px 7px;
	border-radius: 999px;
	background: #f0f0f0;
	font-size: var(--mh-t7, 13px);
	line-height: 1.4;
	color: #55565a;
	text-align: center;
}

.mh_cc_gruppe_info {
	margin: 8px 0 0 19px;
	font-size: var(--mh-t7, 13px);
	line-height: 1.6;
	color: #77787c;
	max-width: 78ch;
}

 
.mh_cc_liste {
	margin: 16px 0 0 19px;
	border-top: 1px solid #f0f0f0;
}

 
.mh_cc_kopfzeile {
	display: grid;
	grid-template-columns: 150px 110px minmax(0, 1fr) 100px;
	gap: 18px;
	padding: 10px 0 8px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #68696d;
}

.mh_cc_eintrag {
	display: grid;
	grid-template-columns: 150px 110px minmax(0, 1fr) 100px;
	gap: 18px;
	padding: 11px 0;
	border-bottom: 1px solid #f5f5f5;
	font-size: var(--mh-t7, 13px);
	line-height: 1.5;
	color: #55565a;
}

.mh_cc_eintrag:last-child {
	border-bottom: 0;
}

.mh_cc_sp--name {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	color: #16171a;
	word-break: break-all;
}

.mh_cc_sp--dauer {
	white-space: nowrap;
}

 
.mh_cc_schalter {
	flex: 0 0 auto;
	position: relative;
	display: block;
	width: 46px;
	height: 26px;
	 
	padding: 10px;
	margin: -10px;
	box-sizing: content-box;
	cursor: pointer;
}

.mh_cc_schalter input {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

.mh_cc_schalter_flaeche {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 46px;
	height: 26px;
	border-radius: 999px;
	background: #d8d8d8;
	transition: background-color 240ms ease;
	pointer-events: none;
}

.mh_cc_schalter_flaeche::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	transition: transform 240ms cubic-bezier(0.33, 1, 0.68, 1);
}

.mh_cc_schalter input:checked ~ .mh_cc_schalter_flaeche {
	background: var(--mh-gruen, #70af69);
}

.mh_cc_schalter input:checked ~ .mh_cc_schalter_flaeche::after {
	transform: translateX(20px);
}

.mh_cc_schalter input:focus-visible ~ .mh_cc_schalter_flaeche {
	outline: 2px solid var(--mh-gruen, #70af69);
	outline-offset: 3px;
}

.mh_cc_schalter input:disabled {
	cursor: default;
}

.mh_cc_schalter input:disabled ~ .mh_cc_schalter_flaeche {
	background: var(--mh-gruen, #70af69);
	opacity: 0.45;
}

 
@media (max-width: 1024px) {
	.mh_cc_inner {
		padding: 26px 24px 28px;
	}
}

@media (max-width: 560px) {
	.mh_cc {
		max-height: 88vh;
		overflow-y: auto;
	}
	.mh_cc_knoepfe {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.mh_cc_knopf {
		width: 100%;
	}
	.mh_cc_mehr {
		margin-left: 0;
		justify-self: start;
	}
	.mh_cc_gruppe_kopf {
		gap: 12px;
	}
	 
	.mh_cc_kopfzeile {
		display: none;
	}
	.mh_cc_eintrag {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 2px 12px;
		padding: 13px 0;
	}
	.mh_cc_sp--name {
		grid-column: 1;
	}
	.mh_cc_sp--dauer {
		grid-column: 2;
		text-align: right;
		color: #68696d;
	}
	.mh_cc_sp--anbieter,
	.mh_cc_sp--zweck {
		grid-column: 1 / -1;
	}
	.mh_cc_sp--anbieter {
		color: #68696d;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mh_cc {
		transition: none;
	}
}
