/* Responsive-Webseiten: MwSt-Banner, Traffic-Overlay, KI/SEO-Liquid */

.rw-mwst-banner,
.rw-traffic-overlay,
.rw-ki-seo {
	box-sizing: border-box;
}

.rw-mwst-banner *,
.rw-traffic-overlay *,
.rw-ki-seo * {
	box-sizing: border-box;
}

/* Full-bleed aus dem 1200px-Container */
.rw-mwst-banner,
.rw-ki-seo {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
}

.frame_2:has(.rw-mwst-banner),
.frame_2:has(.rw-traffic-overlay),
.frame_2:has(.rw-ki-seo) {
	width: 100%;
}

.frame_2:has(.rw-mwst-banner) + .distance,
.frame_2:has(.rw-ki-seo) + .distance {
	height: 0;
}

/* ========== 1) MwSt-Banner ========== */

.rw-mwst-banner {
	background: #0b0f0e;
	color: #fff;
	padding: 56px 24px;
	overflow: hidden;
}

.rw-mwst-banner::before {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	right: -80px;
	top: -140px;
	background: #10e4a9;
	opacity: 0.14;
	border-radius: 58% 42% 38% 62% / 42% 58% 42% 58%;
	pointer-events: none;
}

.rw-mwst-banner__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 48px;
	position: relative;
	z-index: 1;
}

.rw-mwst-banner__stamp {
	flex: 0 0 176px;
	width: 176px;
	height: 176px;
	border-radius: 50%;
	background: #10e4a9;
	color: #042d22;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 0 0 7px #0b0f0e, 0 0 0 2px #10e4a9;
}

.rw-mwst-banner__amount {
	display: flex;
	align-items: flex-start;
	line-height: 0.78;
}

.rw-mwst-banner__zero {
	font-size: 72px;
	font-weight: 700;
	letter-spacing: -0.07em;
	line-height: 0.78;
}

.rw-mwst-banner__percent {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1;
	margin-left: 1px;
	margin-top: 7px;
}

.rw-mwst-banner__stamp-label {
	margin-top: 8px;
	padding-top: 7px;
	border-top: 1px solid rgba(4, 45, 34, 0.28);
	font-size: 11px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	line-height: 1;
}

.rw-mwst-banner__copy {
	flex: 1 1 auto;
}

.rw-mwst-banner__eyebrow {
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 13px;
	color: #10e4a9;
}

.rw-mwst-banner__title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
	text-align: left;
}

.rw-mwst-banner__text {
	margin: 0 0 18px;
	max-width: 640px;
	color: #d7e8e2;
	font-size: 16px;
	line-height: 1.55;
}

.rw-mwst-banner__facts {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.rw-mwst-banner__facts li {
	position: relative;
	padding-left: 22px;
	color: #fff;
	font-size: 14px;
}

.rw-mwst-banner__facts li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #10e4a9;
}

.rw-mwst-banner__cta {
	display: inline-block;
	background: #10e4a9;
	color: #042d22 !important;
	text-decoration: none !important;
	padding: 12px 28px;
	border-radius: 999px;
	font-weight: 700;
	width: auto !important;
}

.rw-mwst-banner__cta:hover {
	background: #7dffe0;
}

/* ========== 2) Traffic-Bild: Ueberschrift darueber, Grafik begrenzt ========== */

.rw-traffic-overlay {
	position: relative;
	margin: 0 auto;
	max-width: 720px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rw-traffic-overlay img {
	width: 100%;
	max-width: 560px;
	height: auto;
	display: block;
}

.rw-traffic-overlay__caption {
	position: static;
	left: auto;
	right: auto;
	bottom: auto;
	order: -1;
	width: 100%;
	margin: 0 0 22px;
	padding: 0;
	background: none;
	text-align: center;
}

.rw-traffic-overlay__caption h3 {
	margin: 0;
	font-size: 26px;
	line-height: 1.35;
	color: #111;
}

/* ========== 3) KI / SEO Bereich ========== */

.rw-ki-seo {
	background: #fff;
	color: #111;
	padding: 88px 24px 96px;
	overflow: hidden;
}

.rw-ki-seo__inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: center;
}

.rw-ki-seo__eyebrow {
	margin: 0 0 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 13px;
	color: #0a8f6c;
}

.rw-ki-seo__title-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto 56px;
	max-width: 920px;
}

.rw-ki-seo__blob {
	position: absolute;
	width: 280px;
	height: 180px;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -140px;
	background: #10e4a9;
	opacity: 0.16;
	border-radius: 46% 54% 48% 52% / 52% 42% 58% 48%;
	animation: rw-liquid-blob 16s ease-in-out infinite;
	pointer-events: none;
	z-index: 0;
}

.rw-liquid-heading {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	background-image:
		linear-gradient(
			115deg,
			#10e4a9 0%,
			#7dffe0 14%,
			#ff5ca8 28%,
			#ffb347 42%,
			#7d6bff 56%,
			#10e4a9 70%,
			#ff7ad9 84%,
			#7dffe0 100%
		),
		url("/wp-content/uploads/2020/07/alex-perez-pEgsWN0kwbQ-unsplash-1-scaled-1-e1763051186717.jpg");
	background-size: 320% 100%, 200% auto;
	background-repeat: no-repeat;
	background-position: 0% 50%, 10% 35%;
	background-blend-mode: screen;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	filter: saturate(1.9) contrast(1.28) brightness(0.96);
	animation: rw-liquid-flow 32s ease-in-out infinite;
}

.rw-ki-seo__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	text-align: left;
}

.rw-ki-seo__card {
	background: #f5f7f6;
	color: #111;
	padding: 28px 22px 26px;
	min-height: 100%;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rw-ki-seo__card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.rw-ki-seo__card img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	margin-bottom: 16px;
}

.rw-ki-seo__card h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
	color: #111;
}

.rw-ki-seo__card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: #333;
}

@keyframes rw-liquid-flow {
	0% { background-position: 0% 50%, 0% 28%; }
	50% { background-position: 100% 50%, 100% 72%; }
	100% { background-position: 0% 50%, 0% 28%; }
}

@keyframes rw-liquid-blob {
	0%, 100% {
		border-radius: 46% 54% 48% 52% / 52% 42% 58% 48%;
		transform: translate(0, 0) scale(1);
	}
	50% {
		border-radius: 60% 40% 55% 45% / 40% 60% 40% 60%;
		transform: translate(18px, -10px) scale(1.12);
	}
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
	.rw-liquid-heading {
		color: #10e4a9;
		-webkit-text-fill-color: #10e4a9;
		background: none;
		animation: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rw-liquid-heading,
	.rw-ki-seo__blob,
	.rw-ki-seo__card {
		animation: none;
		transition: none;
	}
	.rw-liquid-heading {
		background-position: 40% 50%, 40% 45%;
	}
}

@media all and (max-width: 1024px) {
	.rw-mwst-banner__inner {
		gap: 28px;
	}
	.rw-mwst-banner__title {
		font-size: 28px;
	}
	.rw-liquid-heading {
		font-size: 30px;
	}
	.rw-ki-seo__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.rw-traffic-overlay__caption h3 {
		font-size: 20px;
	}
}

@media all and (max-width: 700px) {
	.rw-mwst-banner {
		padding: 40px 18px;
	}
	.rw-mwst-banner__inner {
		flex-direction: column;
		text-align: center;
	}
	.rw-mwst-banner__title {
		text-align: center;
		font-size: 24px;
	}
	.rw-mwst-banner__text {
		margin-left: auto;
		margin-right: auto;
	}
	.rw-mwst-banner__facts {
		justify-content: center;
	}
	.rw-mwst-banner__facts li {
		text-align: left;
	}
	.rw-ki-seo {
		padding: 64px 16px 72px;
	}
	.rw-ki-seo__grid {
		grid-template-columns: 1fr;
	}
	.rw-liquid-heading {
		font-size: 26px;
	}
	.rw-traffic-overlay__caption {
		left: auto;
		right: auto;
		bottom: auto;
		padding: 0;
		margin-bottom: 16px;
	}
	.rw-traffic-overlay__caption h3 {
		font-size: 16px;
	}
}

.cta-telefon-frame a.button {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
