.home #zad-home-tariffs .zad-home-tariffs__heading-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px 24px;
}
.home #zad-home-tariffs .tarif_head { margin: 0; }
.home #zad-home-tariffs .zad-home-tariffs__switches {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	margin-left: auto;
}
.home #zad-home-tariffs .zad-home-tariffs__switch {
	background: #fff;
	border: 2px solid #31afd7;
	border-radius: 20px;
	box-shadow: none;
	color: #31afd7;
	font-family: "fs_untitled-medium", sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	margin: 0;
	min-height: 33px;
	padding: 3px 10px;
	text-transform: none;
	width: auto;
	cursor: pointer;
}
.home #zad-home-tariffs .zad-home-tariffs__switch[aria-pressed="true"] { background: #31afd7; color: #fff; }
.home #zad-home-tariffs .zad-home-tariffs__switch:focus-visible { outline: 2px solid #31afd7; outline-offset: 3px; }
.home #zad-home-tariffs [data-home-card][hidden] { display: none !important; }
.home #zad-home-tariffs .cont svg { width: 35.317px; height: 29.178px; flex-shrink: 0; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.home #zad-home-tariffs .telefonleitung svg { width: 32.586px; height: 32.586px; }
.home #zad-home-tariffs .tarif[data-home-business="true"] { container-type: inline-size; }
.home #zad-home-tariffs .tarif[data-home-business="true"] h4 { font-size: clamp(16px, 13cqw, 46px); }
.home #zad-home-tariffs .zad-home-tariffs__title-line { display: block; white-space: normal; overflow-wrap: anywhere; }
@media (max-width: 767px) {
	.home #zad-home-tariffs .cont svg { width: 20px; height: 20px; }
	.home #zad-home-tariffs .telefonleitung svg { width: 18px; height: 18px; }
	.home #zad-home-tariffs .tarif[data-home-business="false"] { height: auto; min-height: 210px; }
	.home #zad-home-tariffs .tarif[data-home-business="true"] { height: auto; min-height: 250px; }
	.home #zad-home-tariffs .tarif[data-home-business="true"] h4 { line-height: 1.15; }
	.home #zad-home-tariffs .tarif[data-home-business="true"] .stretcher { height: auto; margin-top: 10px; margin-bottom: 20px; flex: 1; }
	.home #zad-home-tariffs .tarif[data-home-business="true"] .stretcher .cont { flex: 0 0 auto; margin-bottom: 12px; }
}

/* Home intro and News follow the public reference layout. */
@media (min-width: 992px) {
	body.home .features-section h2.features-title,
	body.home .news > .row > .wrapper > h2 {
		font-size: 60px;
		line-height: 72px;
	}
}

@media (max-width: 767px) {
	body.home .features-section .features-buttons {
		flex-direction: row;
	}

	/* Anchor each mobile tooltip to its column's outer edge. */
	body.home .features-icons .col-6:nth-child(odd) .feature-tooltip {
		left: 0 !important;
		right: auto;
		transform: translateY(-50%);
	}

	body.home .features-icons .col-6:nth-child(even) .feature-tooltip {
		left: auto !important;
		right: 0;
		transform: translateY(-50%);
	}
}
