/* Fix-Familie Landing v2 – Klassen wie NKF, Farben über Theme. */
.nkf-v2 {
  --nk-navy: var(--wf-primary, #2f6b57);
  --nk-navy-deep: var(--wf-primary-deep, #1b3f34);
  --nk-text: #10231c;
  --fx-brand: var(--wf-primary, #2f6b57);
  font-family: "Plus Jakarta Sans", "Nunito Sans", system-ui, sans-serif;
  color: var(--nk-text);
}

.nkf-v2.wf-theme-wf,
.nkf-v2.fx-brand-wohnen {
  --wf-primary: #2f6b57;
  --wf-primary-deep: #1b3f34;
  --wf-primary-soft: #e7f3ee;
  --fx-brand: #2f6b57;
  background: #f8fafc;
}

.nkf-v2.wf-theme-lf {
  --wf-primary: #6d28d9;
  --wf-primary-deep: #2e1065;
  --wf-primary-soft: #f3e8ff;
}

.nkf-v2.wf-theme-lf:has(.lf-landing-root) {
  background: #fff;
}

.nkf-v2 .wf-landing-root,
.nkf-v2 .wf-theme-wohnen,
.nkf-v2 .page-main {
  font-family: "Plus Jakarta Sans", "Nunito Sans", system-ui, sans-serif;
}

.nkf-v2 .nkf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
}

.nkf-v2 .nkf-btn--primary {
  background: var(--wf-primary);
  color: #fff;
}

.nkf-v2 .nkf-btn--outline {
  background: transparent;
  color: var(--wf-primary);
  border-color: rgba(16, 35, 28, 0.18);
}

.nkf-v2.wf-theme-lf .nkf-btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.nkf-v2 {
  --nkf-cta-overlap: 110px;
  --nkf-cta-gap: 64px;
}

.nkf-cta-gap {
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: calc(var(--nkf-cta-overlap) + var(--nkf-cta-gap));
  min-height: calc(var(--nkf-cta-overlap) + var(--nkf-cta-gap));
  background: #fff;
  pointer-events: none;
}

.nkf-footer-stack {
  display: flow-root;
  width: 100%;
  background: var(--wf-primary-deep);
}

.nkf-close-cta {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 80% !important;
  max-width: 80% !important;
  /* Sitzt mittig auf der Footer-Oberkante: oben Weiß, unten Footer – wie NKF. */
  margin: calc(-1 * var(--nkf-cta-overlap)) auto 0 !important;
  padding: 48px 32px 40px;
  border-radius: 48px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(80% 80% at 15% 0%, rgba(255, 255, 255, 0.14), transparent 55%),
    radial-gradient(70% 70% at 90% 20%, rgba(255, 255, 255, 0.08), transparent 50%),
    linear-gradient(160deg, var(--wf-primary) 0%, var(--wf-primary-deep) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(16, 35, 28, 0.28);
}

.nkf-close-cta__kicker {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .nkf-close-cta__kicker {
    white-space: normal;
  }
}

.nkf-v2 .nkf-section-title {
  margin: 0 0 8px;
  font-size: clamp(1.75rem, 3.2vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.nkf-v2 .nkf-section-lead {
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.nkf-close-cta h2,
.nkf-close-cta .nkf-section-title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3.2vw, 2.25rem);
  line-height: 1.2;
  color: #fff !important;
}

.nkf-close-cta p,
.nkf-close-cta .nkf-section-lead {
  margin: 0 auto 22px;
  max-width: 40rem;
  width: 100%;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82) !important;
}

.nkf-close-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px 12px 22px;
  border-radius: 999px;
  background: #fff;
  color: var(--wf-primary-deep);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.nkf-close-cta__btn:hover {
  transform: translateY(-2px);
}

.nkf-close-cta__btn-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--wf-primary-deep);
  color: #fff;
}

.nkf-footer {
  width: 100% !important;
  max-width: none !important;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  padding: 48px clamp(24px, 5vw, 64px) 32px;
}

.nkf-footer a {
  color: inherit;
  text-decoration: none;
}

.nkf-footer a:hover {
  color: #fff;
}

.nkf-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.nkf-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
}

.nkf-footer__brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
}

.nkf-footer__eyebrow {
  margin: 14px 0 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nkf-footer__wordmark {
  margin: 6px 0 12px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.nkf-footer__wordmark span {
  color: #a7d4c3;
}

.nkf-v2.wf-theme-lf .nkf-footer__wordmark span {
  color: #c4b5fd;
}

.nkf-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
}

.nkf-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nkf-footer li + li {
  margin-top: 8px;
}

.nkf-footer__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
  margin: 36px 0 18px;
}

.nkf-footer__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nkf-footer__trust span {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.nkf-footer__social {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.nkf-footer__social a,
.nkf-footer__social span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--wf-primary-deep);
  font-size: 11px;
  font-weight: 800;
}

.nkf-footer__social span {
  opacity: 0.55;
  cursor: default;
}

.nkf-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.nkf-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.nkf-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 40;
  transform: translateX(-50%);
  width: min(720px, calc(100vw - 24px));
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(16, 35, 28, 0.18);
}

.nkf-sticky-cta[hidden],
.nkf-sticky-cta.is-hidden {
  display: none;
}

.nkf-sticky-cta p {
  margin: 0;
  flex: 1;
  font-size: 14px;
  font-weight: 700;
}

.nkf-familie {
  --familie-card-min-h: 196px;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #10231c;
  padding: 44px 20px 28px;
}

.nkf-familie__inner {
  max-width: 960px;
  margin: 0 auto;
}

.nkf-familie__head {
  max-width: 38rem;
  margin: 0 auto 22px;
  text-align: center;
}

.nkf-familie__kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--wf-primary) 12%, #fff);
  color: var(--wf-primary-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nkf-familie__head h2 {
  margin: 0 0 6px;
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--wf-primary);
}

.nkf-familie__head p {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #5b6b64;
}

.nkf-familie__title,
.nkf-familie__lead {
  font-family: "Nunito Sans", "Plus Jakarta Sans", system-ui, sans-serif;
}

.nkf-familie__title {
  font-weight: 800;
}

.nkf-familie__lead {
  font-weight: 600;
}

.nkf-familie__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.nkf-familie-card {
  min-height: var(--familie-card-min-h);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
}

.nkf-familie-card--feature {
  display: flex;
  flex-direction: column;
  padding: 22px 22px 18px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--wf-primary) 22%, #e8eef3);
  color: #10231c;
  box-shadow: 0 10px 28px rgba(16, 35, 28, 0.05);
}

.nkf-familie-card__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--wf-primary) 10%, #fff);
  color: var(--wf-primary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nkf-familie-card__logo {
  width: 44px;
  height: 44px;
  margin: 16px 0 12px;
  border-radius: 50%;
  background: #fff;
}

.nkf-familie-card--feature h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
}

.nkf-familie-card--feature p {
  margin: 0;
  flex: 1;
  color: #5b6b64;
  font-size: 0.92rem;
  line-height: 1.5;
}

.nkf-familie-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--wf-primary-deep);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.nkf-familie-card--photo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: var(--familie-card-min-h);
  padding: 0;
  color: #fff;
  font-family: "Nunito Sans", "Plus Jakarta Sans", system-ui, sans-serif;
}

.nkf-familie-card--photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nkf-familie-card--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 18, 32, 0.78), rgba(12, 18, 32, 0.12));
}

.nkf-familie-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  min-height: var(--familie-card-min-h);
  padding: 14px;
  margin-top: auto;
}

.nkf-familie-card--photo .nkf-familie-card__badge,
.nkf-familie-card--photo h3,
.nkf-familie-card--photo p {
  position: relative;
  z-index: 1;
}

.nkf-familie-card--photo .nkf-familie-card__badge {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.nkf-familie-card--photo h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

.nkf-familie-card--photo p {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

.nkf-familie-card--photo.is-current {
  outline: 2px solid color-mix(in srgb, var(--wf-primary) 55%, #fff);
  outline-offset: 2px;
}

.nkf-familie-card--photo:focus-visible {
  outline: 2px solid var(--wf-primary-deep);
  outline-offset: 3px;
}

/* Full-width bands + green world */
.nkf-v2 .wf-landing-root section,
.nkf-v2 .wf-landing-root .hero,
.nkf-v2 .wf-landing-root .wf-blog-section,
.nkf-v2 .wf-landing-root .wf-why-section,
.nkf-v2 .wf-landing-root .wf-usp-wrap,
.nkf-v2 .nkf-pricing-band {
  width: 100%;
}

.nkf-v2 .hero {
  background:
    radial-gradient(80% 80% at 10% 0%, rgba(47, 107, 87, 0.16), transparent 50%),
    #f4faf7;
}

.nkf-v2 .nav-anmelden,
.nkf-v2 .nkf-nav-login {
  border: 1px solid color-mix(in srgb, var(--wf-primary) 28%, transparent);
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--wf-primary);
  text-decoration: none;
  font-weight: 700;
}

.nkf-v2 .nav-registrieren,
.nkf-v2 .nkf-nav-primary {
  background: var(--wf-primary);
  color: #fff !important;
  border-radius: 999px;
  padding: 9px 16px;
  text-decoration: none;
  font-weight: 700;
}

.nkf-v2 .btn-primary,
.nkf-v2 .hero-ai-submit,
.nkf-v2 .wf-price-card__cta--primary,
.nkf-v2 .wf-sponsor-card__cta {
  background: var(--wf-primary) !important;
  border-color: var(--wf-primary) !important;
}

.nkf-v2 .hero-badge,
.nkf-v2 .section-label,
.nkf-v2 .wf-usp-kicker,
.nkf-v2 .wf-blog-kicker {
  color: var(--wf-primary);
}

.nkf-v2 .wf-usp-container,
.nkf-v2 .wf-why-flex-container,
.nkf-v2 .page-main .wf-usp-container,
.nkf-v2 .page-main .wf-why-flex-container,
.nkf-v2 .wf-theme-wohnen.page-main .wf-why-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 36px;
  align-items: center;
}

.nkf-v2 .wf-usp-image-side,
.nkf-v2 .page-main .wf-usp-image-side {
  order: -1 !important;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.nkf-v2 .wf-why-image-side,
.nkf-v2 .page-main .wf-why-image-side,
.nkf-v2 .wf-theme-wohnen.page-main .wf-why-image-side {
  flex: 1 1 58% !important;
  width: 58% !important;
  max-width: 58% !important;
  order: 2 !important;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.nkf-v2 .wf-why-content-side,
.nkf-v2 .page-main .wf-why-content-side {
  flex: 1 1 42% !important;
  order: 1 !important;
  min-width: 0;
}

.nkf-v2 .wf-benefits-grid,
.nkf-v2 .page-main .wf-benefits-grid,
.nkf-v2 .wf-theme-wohnen.page-main .wf-benefits-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  flex-direction: unset !important;
  gap: 16px 20px !important;
}

.nkf-v2 .wf-benefit-content span,
.nkf-v2 .page-main .wf-benefit-content span,
.nkf-v2 .wf-theme-wohnen.page-main .wf-benefit-content span {
  display: block !important;
}

.nkf-v2 .wf-why-image-side,
.nkf-v2 .wf-usp-image-side {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.nkf-v2 .wf-why-image-side::after,
.nkf-v2 .wf-usp-image-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, color-mix(in srgb, var(--wf-primary) 32%, transparent), transparent 70%);
  pointer-events: none;
}

.nkf-v2 .wf-why-image-side img,
.nkf-v2 .wf-usp-image-side img,
.nkf-v2 .wf-main-img,
.nkf-v2 .wf-side-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.nkf-pricing-band {
  background: #f4faf7;
  padding: 56px 24px 40px;
}

.nkf-pricing-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.nkf-v2 .wf-price-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px;
}

.nkf-v2 .wf-price-card {
  min-height: 0;
  padding: 12px 12px 14px;
  border-radius: 14px;
}

.nkf-v2 .wf-price-card h3 {
  font-size: 1.02rem;
}

.nkf-v2 .wf-price-card__desc {
  margin-bottom: 8px;
  min-height: 0;
  font-size: 0.78rem;
}

.nkf-v2 .wf-price-card__num {
  font-size: 1.35rem;
}

.nkf-v2 .wf-price-card__features {
  font-size: 12px;
  gap: 4px;
}

.nkf-v2 .wf-price-card__cta {
  min-height: 36px;
  padding: 8px 10px;
  font-size: 13px;
}

.nkf-v2.wf-theme-wf .wf-sponsor-pricing {
  margin-top: 18px;
  padding: 14px 12px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--wf-primary) 18%, #e8eef3);
}

.nkf-v2.wf-theme-wf .wf-sponsor-pricing__head {
  max-width: 42rem;
  margin: 0 auto 14px;
}

.nkf-v2.wf-theme-wf .wf-sponsor-pricing__head .section-title,
.nkf-v2.wf-theme-wf .wf-sponsor-pricing__head h3 {
  margin: 0 0 6px;
  color: var(--wf-primary) !important;
}

.nkf-v2.wf-theme-wf .wf-sponsor-pricing__head .section-sub,
.nkf-v2.wf-theme-wf .wf-sponsor-pricing__head p {
  color: #5b6b64;
}

.nkf-v2.wf-theme-wf .wf-sponsor-card {
  padding: 10px 12px 12px;
  border-radius: 12px;
  border-color: color-mix(in srgb, var(--wf-primary) 16%, #e8eef3);
}

.nkf-v2.wf-theme-wf .wf-sponsor-card h4 {
  font-size: 0.95rem;
}

.nkf-v2.wf-theme-wf .wf-sponsor-card__price span {
  font-size: 1.15rem;
}

.nkf-v2 .nkf-nav {
  width: 100%;
}

.nkf-v2.wf-theme-wf .nav.nkf-nav,
.nkf-v2.wf-theme-wf .wf-landing-root > .page-main:first-child .nav {
  background: rgba(8, 20, 16, 0.88) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
}

.nkf-v2.wf-theme-wf .nav.scrolled {
  background: rgba(8, 20, 16, 0.94) !important;
}

.nkf-v2.wf-theme-wf .nav-links a,
.nkf-v2.wf-theme-wf .fx-wordmark,
.nkf-v2.wf-theme-wf .fx-wordmark__prefix,
.nkf-v2.wf-theme-wf .nav-brand-text {
  color: #f4faf7 !important;
}

.nkf-v2.wf-theme-wf .fx-wordmark__fix {
  color: #9fe1c2 !important;
}

.nkf-v2.wf-theme-wf .nav-anmelden {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35);
}

.nkf-v2.wf-theme-wf .nav-search-quick {
  color: #fff;
}

.nkf-v2.wf-theme-wf .nav-toggle span {
  background: #f4faf7;
}

.nkf-v2.wf-theme-wf .nav-search-quick svg {
  stroke: #f4faf7;
}

.wf-hero {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  text-align: center !important;
}

.wf-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 20, 15, 0.62) 0%, rgba(6, 20, 15, 0.42) 45%, rgba(6, 20, 15, 0.78) 100%);
}

.wf-hero__inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: min(88rem, calc(100% - 32px));
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 56px 0 40px;
  color: #fff;
  text-align: center !important;
}

.wf-hero-eyebrow {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: none;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.wf-hero-search-wrap {
  width: 100%;
  margin-top: 28px;
}

.wf-hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  width: 100%;
  max-width: 40rem;
  margin: 12px auto 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.wf-hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.wf-hero-trust li span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9fe1c2;
}

.wf-hero h1,
.wf-hero p,
.wf-hero ul {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wf-hero-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease;
}

.wf-hero-cta:hover {
  transform: translateY(-1px);
}

.wf-hero-cta--primary {
  background: #fff !important;
  color: #1b3f34 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.wf-hero-cta--ghost {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
}

.nkf-v2.wf-theme-wf .nav-search-quick {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  box-shadow: none !important;
  color: #f4faf7 !important;
}

.wf-hero-search {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 18px 14px;
  background: #fff;
  color: #10231c;
  text-align: left;
  border-radius: 24px;
  box-shadow: 0 22px 48px rgba(8, 20, 16, 0.32);
}

.wf-hero-search__switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin: 0 0 10px;
  padding: 4px;
  border-radius: 999px;
  background: #eef8f3;
  position: relative;
  z-index: 6;
}

.wf-hero-search__opt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0;
  border-radius: 999px;
  color: #1b3f34;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.wf-hero-search__opt input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.wf-hero-search__opt:has(input:checked) {
  background: #fff;
  color: #2f6b57;
  box-shadow: 0 4px 12px rgba(16, 35, 28, 0.1);
}

.wf-hero-search:has(input[value="ki"]:checked) .wf-hero-search__row--classic,
.wf-hero-search:has(input[value="classic"]:checked) .wf-hero-search__row--ki,
.wf-hero-search:not(:has(input[value="ki"]:checked)) .wf-hero-search__row--ki {
  display: none;
}

.wf-hero-search form {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
}

.wf-hero-search__row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wf-hero-search__spark {
  color: #2f6b57;
  font-size: 15px;
  padding-left: 6px;
}

.wf-hero-search__row input[type="search"] {
  flex: 1;
  min-width: 0;
  min-height: 50px;
  border: 1px solid #d7eee4;
  border-radius: 12px;
  background: #f4faf7;
  padding: 0 14px;
  font-size: 15px;
  color: #10231c;
}

.wf-hero-search__row--classic {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 1fr auto;
  gap: 12px;
  align-items: end;
}

.wf-hero-search__row--classic label {
  display: flex !important;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b6b64;
}

.wf-hero-search__row--classic input,
.wf-hero-search__row--classic select {
  width: 100%;
  min-height: 50px;
  padding: 0 12px;
  border: 1px solid #d7eee4;
  border-radius: 12px;
  background: #f7fbf9;
  color: #10231c;
  font-size: 15px;
}

.wf-hero-search__go {
  flex-shrink: 0;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: #2f6b57;
  color: #fff !important;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.wf-hero-search__cities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.wf-hero-search__cities a {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #d7eee4;
  color: #1b3f34 !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
}

.wf-hero-search__cities a:hover {
  background: #eef8f3;
}

.wf-hero-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  width: min(28rem, 100%);
  margin: 12px auto 0;
}

.wf-hero-stats div {
  padding: 4px 6px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  backdrop-filter: blur(8px);
}

.wf-hero-stats dt {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.wf-hero-stats dd {
  margin: 1px 0 0;
  font-size: 10px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 860px) {
  .wf-hero-search__row,
  .wf-hero-search__row--classic {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wf-hero-search__go {
    width: 100%;
  }

  .wf-hero-stats {
    grid-template-columns: 1fr 1fr;
  }
}

.nkf-v2.wf-theme-wf:has([data-wf-react-hero]) .wf-trust-stats,
.nkf-v2.wf-theme-wf:has([data-wf-react-hero]) #wfHomeSearchBox,
.nkf-v2.wf-theme-wf:has([data-wf-react-hero]) header.hero {
  display: none;
}

.nkf-v2 .wf-sponsor-pricing {
  margin-top: 20px;
  padding: 16px 18px 18px;
  border-radius: 20px;
  background: #fff;
}

.nkf-v2 .wf-sponsor-card {
  padding: 14px 14px 16px;
  border-radius: 16px;
}

.nkf-v2 .wf-sponsor-pricing__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nkf-v2 .wf-blog-card-media {
  position: relative;
}

.nkf-v2 .wf-blog-card-media::after {
  display: none;
}

.nkf-v2 .wf-blog-card-overlay {
  display: none;
}

.nkf-v2 .wf-blog-card-body h3 {
  margin: 0;
  font-size: 1.15rem;
  color: #10231c;
}

@media (max-width: 980px) {
  .nkf-footer__grid,
  .nkf-v2 .wf-usp-container,
  .nkf-v2 .wf-why-flex-container,
  .nkf-v2 .wf-sponsor-pricing__grid,
  .nkf-familie__grid,
  .nkf-footer__meta {
    grid-template-columns: 1fr;
  }

  .nkf-v2 .wf-usp-container,
  .nkf-v2 .wf-why-flex-container,
  .nkf-v2 .page-main .wf-usp-container,
  .nkf-v2 .page-main .wf-why-flex-container,
  .nkf-v2 .wf-theme-wohnen.page-main .wf-why-flex-container {
    flex-direction: column !important;
  }

  .nkf-v2 .wf-usp-image-side,
  .nkf-v2 .wf-why-image-side,
  .nkf-v2 .page-main .wf-why-image-side,
  .nkf-v2 .wf-theme-wohnen.page-main .wf-why-image-side {
    width: 100% !important;
    max-width: none !important;
    order: -1 !important;
  }

  .nkf-v2 .wf-benefits-grid,
  .nkf-v2 .page-main .wf-benefits-grid,
  .nkf-v2 .wf-theme-wohnen.page-main .wf-benefits-grid {
    grid-template-columns: 1fr !important;
  }

  .nkf-v2 {
    --nkf-cta-overlap: 56px;
    --nkf-cta-gap: 48px;
  }

  .nkf-close-cta {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    border-radius: 32px;
    padding: 32px 20px;
  }

  .nkf-footer__social {
    justify-content: flex-start;
  }

  .nkf-sticky-cta p {
    display: none;
  }

  .nkf-sticky-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
  }
}

/* Ratgeber-Übersicht: Titel auf dem Foto, Verlauf oben nach unten */
.nkf-v2 .fix-mkt__ratgeber-card {
  position: relative;
}

.nkf-v2 .fix-mkt__ratgeber-media,
.nkf-v2 .wf-blog-card-media {
  position: relative;
  min-height: clamp(14rem, 26vw, 17.5rem);
  height: clamp(14rem, 26vw, 17.5rem);
  overflow: hidden;
}

.nkf-v2 .fix-mkt__ratgeber-media img,
.nkf-v2 .fix-mkt__ratgeber-cover,
.nkf-v2 .wf-blog-card-media img {
  width: 100%;
  height: clamp(14rem, 26vw, 17.5rem);
  object-fit: cover;
  display: block;
}

.nkf-v2.wf-theme-wf .fix-mkt__ratgeber-media::after,
.nkf-v2.wf-theme-wf .fix-mkt__ratgeber-overlay {
  display: none;
}

.nkf-v2 .wf-landing-root,
.nkf-v2 .lf-landing-root,
.nkf-v2 .page-main {
  width: 100%;
  max-width: none;
}

.nkf-v2 .footer-cta,
.nkf-v2 .wf-footer-wrap,
.nkf-v2 footer.site-footer,
.nkf-v2 .wf-trust-bar,
.nkf-v2 .wf-trust-bar--nk,
.nkf-v2 .wf-trust-bar--wohnen {
  display: none;
}

/* FAQ bleibt normal; Close-CTA überlappt die Fix-Familie-Sektion. */
.nkf-v2 .wf-faq-section,
.nkf-v2 .wf-faq-section.wf-faq--wh,
.nkf-v2 .wf-faq-section.wf-faq--nk {
  padding-bottom: 48px;
}

.nkf-v2 .lfh-faq {
  padding-bottom: 48px;
}

.nkf-v2 .page-main:has(> #faq),
.nkf-v2 .wf-landing-root,
.nkf-v2 .lf-landing-root {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.lf-hero-title {
  margin: 0 auto;
  max-width: min(72rem, 100%);
  font-size: clamp(30px, 4.35vw, 52px);
  font-weight: 500;
  line-height: 1.08;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.lf-hero-anlass {
  white-space: nowrap;
}

.lf-hero-lead,
.lf-hero-trust {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.lf-hero-trust {
  margin: 1.15rem auto 0;
  max-width: 40rem;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.nkf-v2 #vision.nkf-kulissen {
  background: var(--bg-subtle, #f8fafc);
  padding: 72px 0 88px;
}

.nkf-v2 .nkf-kulissen__head {
  max-width: 640px;
  margin: 0 auto 36px;
  text-align: center;
}

.nkf-v2 .nkf-kulissen__head .section-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e7f3ee;
  color: #1b3f34;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nkf-v2 .nkf-kulissen__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.nkf-v2 .nkf-kulissen__grid > template {
  display: none;
}

.nkf-v2 .nkf-kulissen-card {
  position: relative;
  min-height: 228px;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(16, 35, 28, 0.07);
  box-shadow: 0 12px 32px rgba(16, 35, 28, 0.05);
}

.nkf-v2 .nkf-kulissen-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: min(58%, 22rem);
  min-height: 228px;
  padding: 28px 8px 22px 28px;
}

.nkf-v2 .nkf-kulissen-copy h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  font-weight: 800;
  color: #10231c;
}

.nkf-v2 .nkf-kulissen-copy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5b6b64;
}

.nkf-v2 .nkf-kulissen-icon {
  margin-top: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e7f3ee;
  color: #2f6b57;
}

.nkf-v2 .nkf-kulissen-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nkf-v2 .nkf-kulissen-photo {
  position: absolute;
  inset: 0 0 0 36%;
}

.nkf-v2 .nkf-kulissen-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 22%;
}

.nkf-v2 .nkf-kulissen-photo img[data-pos="left"] {
  object-position: 28% 22%;
}

.nkf-v2 .nkf-kulissen-photo img[data-pos="center"] {
  object-position: 50% 50%;
}

.nkf-v2 .nkf-kulissen-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #fff 0%,
    rgba(255, 255, 255, 0.97) 10%,
    rgba(255, 255, 255, 0.72) 32%,
    rgba(255, 255, 255, 0.28) 52%,
    transparent 72%
  );
  pointer-events: none;
}

@media (max-width: 980px) {
  .nkf-v2 .nkf-kulissen__grid {
    grid-template-columns: 1fr;
  }

  .lf-hero-title {
    font-size: clamp(28px, 7.2vw, 40px);
  }
}

@media (max-width: 640px) {
  .nkf-v2 .nkf-kulissen-copy {
    width: 64%;
    padding: 22px 8px 18px 20px;
  }
}

/* NKF layout tokens on WF: page padding, section rhythm, H2, 4→2→1 prices. */
.nkf-v2.wf-theme-wf .wf-landing-root .page-main > section:not(.nav):not(#nav),
.nkf-v2.wf-theme-wf .wf-landing-root .fx-section,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-why-section,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-usp-wrap,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-blog-section,
.nkf-v2.wf-theme-wf .wf-landing-root .nkf-pricing-band,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-faq-section,
.nkf-v2.wf-theme-wf .wf-landing-root .nkf-kulissen,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-steps-section,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-market-preview {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  padding-left: clamp(1rem, 4vw, 4rem) !important;
  padding-right: clamp(1rem, 4vw, 4rem) !important;
}

/* Sektionen volle Breite wie NKF – nur Nav/Footer bleiben innen begrenzt. */
.nkf-v2.wf-theme-wf .wf-landing-root .container,
.nkf-v2.wf-theme-wf .wf-landing-root .fx-wrap,
.nkf-v2.wf-theme-wf .wf-landing-root .fx-wrap--wide,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-why-card,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-usp-section,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-usp-container,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-blog-inner,
.nkf-v2.wf-theme-wf .wf-landing-root .nkf-pricing-inner,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-steps-grid,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-market-preview,
.nkf-v2.wf-theme-wf .wf-landing-root .wf-market-preview__inner,
.nkf-v2.wf-theme-wf .nkf-familie__inner {
  width: 100% !important;
  max-width: none !important;
}

@media (min-width: 768px) {
  .nkf-v2.wf-theme-wf .wf-landing-root .page-main > section:not(.nav):not(#nav),
  .nkf-v2.wf-theme-wf .wf-landing-root .fx-section,
  .nkf-v2.wf-theme-wf .wf-landing-root .wf-why-section,
  .nkf-v2.wf-theme-wf .wf-landing-root .wf-usp-wrap,
  .nkf-v2.wf-theme-wf .wf-landing-root .wf-blog-section,
  .nkf-v2.wf-theme-wf .wf-landing-root .nkf-pricing-band,
  .nkf-v2.wf-theme-wf .wf-landing-root .wf-faq-section,
  .nkf-v2.wf-theme-wf .wf-landing-root .nkf-kulissen,
  .nkf-v2.wf-theme-wf .wf-landing-root .wf-steps-section,
  .nkf-v2.wf-theme-wf .wf-landing-root .wf-market-preview {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.nkf-v2.wf-theme-wf .wf-landing-root h2,
.nkf-v2.wf-theme-wf .page-main h2,
.nkf-v2.wf-theme-wf .section-title,
.nkf-v2.wf-theme-wf .wf-steps-heading,
.nkf-v2.wf-theme-wf .nkf-section-title {
  font-family: "Nunito Sans", "Plus Jakarta Sans", system-ui, sans-serif !important;
  font-size: clamp(1.75rem, 3.2vw, 2.25rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}

.nkf-v2.wf-theme-wf .wf-landing-root h2,
.nkf-v2.wf-theme-wf .page-main h2,
.nkf-v2.wf-theme-wf .section-title,
.nkf-v2.wf-theme-wf .wf-steps-heading,
.nkf-v2.wf-theme-wf .nkf-familie__head h2,
.nkf-v2.wf-theme-wf .nkf-familie .nkf-section-title {
  color: var(--wf-primary) !important;
}

.nkf-v2.wf-theme-wf .nkf-familie__head h2,
.nkf-v2.wf-theme-wf .nkf-close-cta h2,
.nkf-v2.wf-theme-wf .nkf-section-title {
  font-family: "Nunito Sans", "Plus Jakarta Sans", system-ui, sans-serif !important;
}

.nkf-v2.wf-theme-wf .page-main .section-sub,
.nkf-v2.wf-theme-wf .nkf-section-lead,
.nkf-v2.wf-theme-wf .nkf-familie__head p,
.nkf-v2.wf-theme-wf .nkf-close-cta p,
.nkf-v2.wf-theme-wf .wf-market-preview .section-sub {
  font-family: "Nunito Sans", "Plus Jakarta Sans", system-ui, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  max-width: 40rem !important;
}

.nkf-v2.wf-theme-wf .wf-market-preview__head {
  display: block;
  text-align: center;
  margin-bottom: 36px;
}

.nkf-v2.wf-theme-wf .wf-market-preview__head .section-title,
.nkf-v2.wf-theme-wf .wf-market-preview__head h2 {
  font-family: "Nunito Sans", "Plus Jakarta Sans", system-ui, sans-serif !important;
  font-size: clamp(1.75rem, 3.2vw, 2.25rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  color: var(--wf-primary) !important;
  margin: 0 auto 16px !important;
}

.nkf-v2.wf-theme-wf .wf-market-preview__head .section-sub {
  margin-left: auto !important;
  margin-right: auto !important;
}

.nkf-v2.wf-theme-wf .wf-market-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nkf-v2.wf-theme-wf .wf-market-preview__more {
  display: flex;
  justify-content: center;
  margin: 28px 0 0;
}

.nkf-v2.wf-theme-wf .wf-listing-badge--sponsored {
  background: #2f6b57;
  color: #fff;
}

@media (max-width: 980px) {
  .nkf-v2.wf-theme-wf .wf-market-preview__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .nkf-v2.wf-theme-wf .wf-market-preview__grid {
    grid-template-columns: 1fr;
  }
}

.nkf-v2.wf-theme-wf .nkf-close-cta h2,
.nkf-v2.wf-theme-wf .nkf-close-cta .nkf-section-title {
  color: #fff !important;
}

.nkf-v2.wf-theme-wf .wf-vision-kulissen__wash {
  display: none;
}

.nkf-v2 .nkf-fade-to-left,
.nkf-v2 .nkf-kulissen-photo.nkf-fade-to-left {
  position: relative;
}

.nkf-v2 .nkf-fade-to-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #fff 0%,
    rgba(255, 255, 255, 0.97) 10%,
    rgba(255, 255, 255, 0.72) 32%,
    rgba(255, 255, 255, 0.28) 52%,
    transparent 72%
  );
  pointer-events: none;
}

@media (max-width: 1100px) {
  .nkf-v2 .wf-price-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 560px) {
  .nkf-v2 .wf-price-grid {
    grid-template-columns: 1fr !important;
  }
}

.nkf-v2 .fx-promo-cols--wohnen .nkf-familie__grid,
.nkf-v2.wf-theme-wf .nkf-familie.fx-promo-cols--wohnen .nkf-familie__grid,
.nkf-v2.wf-theme-lf .nkf-familie.fx-promo-cols--location .nkf-familie__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Location-Fix: gleiche Textstruktur, aber Fraunces/Inter/Plex und Violett wie .lfd */
.nkf-v2.wf-theme-lf .nkf-familie,
.nkf-v2.wf-theme-lf .nkf-close-cta,
.nkf-v2.wf-theme-lf .nkf-footer,
.nkf-v2.wf-theme-lf .nkf-footer-stack,
.nkf-v2.wf-theme-lf .nkf-sticky-cta {
  font-family: Inter, system-ui, sans-serif;
}

.nkf-v2.wf-theme-lf .nkf-familie {
  background: #fff !important;
}

.nkf-v2.wf-theme-lf .nkf-footer-stack {
  background: var(--wf-primary-deep) !important;
}

.nkf-v2.wf-theme-lf .lf-landing-root.lfd {
  background-image: none;
}

.nkf-v2.wf-theme-lf .nkf-close-cta__kicker,
.nkf-v2.wf-theme-lf .nkf-footer__eyebrow {
  font-family: "IBM Plex Mono", ui-monospace, monospace !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
}

.nkf-v2.wf-theme-lf .nkf-familie__kicker {
  font-family: "Nunito Sans", "Plus Jakarta Sans", system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 6px 14px;
  background: color-mix(in srgb, var(--wf-primary) 12%, #fff);
  border-radius: 999px;
  color: var(--wf-primary-deep);
}

.nkf-v2.wf-theme-lf .nkf-familie__kicker::before {
  content: none;
}

.nkf-v2.wf-theme-lf .nkf-familie__title,
.nkf-v2.wf-theme-lf .nkf-familie .nkf-section-title.nkf-familie__title {
  color: #241c3f !important;
}

.nkf-v2.wf-theme-lf .nkf-close-cta h2,
.nkf-v2.wf-theme-lf .nkf-close-cta .nkf-section-title,
.nkf-v2.wf-theme-lf .nkf-footer__wordmark,
.nkf-v2.wf-theme-lf .nkf-footer h3 {
  font-family: Fraunces, Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em;
}

.nkf-v2.wf-theme-lf .nkf-close-cta h2,
.nkf-v2.wf-theme-lf .nkf-close-cta .nkf-section-title {
  font-size: clamp(26px, 3.4vw, 38px) !important;
  line-height: 1.15 !important;
}

.nkf-v2.wf-theme-lf .nkf-familie__head p,
.nkf-v2.wf-theme-lf .nkf-close-cta p,
.nkf-v2.wf-theme-lf .nkf-section-lead {
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  max-width: 42.5rem !important;
}

.nkf-v2.wf-theme-lf .nkf-close-cta h2,
.nkf-v2.wf-theme-lf .nkf-close-cta .nkf-section-title {
  color: #fff !important;
}

.nkf-v2.wf-theme-lf .nkf-familie__lead {
  color: #5b5277;
}

.nkf-v2.wf-theme-lf .nkf-familie-card--photo h3,
.nkf-v2.wf-theme-lf .nkf-familie-card--photo p,
.nkf-v2.wf-theme-lf .nkf-familie-card--photo .nkf-familie-card__badge {
  font-family: "Nunito Sans", "Plus Jakarta Sans", system-ui, sans-serif !important;
}

.nkf-v2.wf-theme-lf .nkf-close-cta__btn {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 500;
}

.nkf-v2.wf-theme-lf .nkf-footer__wordmark {
  font-size: 1.25rem;
}

/* Lila Foto-Highlight: oben fast frei, unten für den Text. */
.nkf-v2.wf-theme-lf {
  --lf-photo-wash: linear-gradient(
    180deg,
    rgba(109, 40, 217, 0) 0%,
    rgba(109, 40, 217, 0.04) 48%,
    rgba(91, 33, 182, 0.2) 78%,
    rgba(46, 16, 101, 0.42) 100%
  );
  --lf-photo-wash-caption: linear-gradient(
    180deg,
    rgba(46, 16, 101, 0) 0%,
    rgba(46, 16, 101, 0.06) 28%,
    rgba(46, 16, 101, 0.42) 48%,
    rgba(28, 21, 48, 0.82) 68%,
    rgba(16, 10, 36, 0.94) 100%
  );
}

.nkf-v2.wf-theme-lf .lf-photo-wash {
  position: relative;
  display: block;
  overflow: hidden;
}

.nkf-v2.wf-theme-lf .lf-photo-wash::after,
.nkf-v2.wf-theme-lf .fix-mkt__ratgeber-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--lf-photo-wash);
}

.nkf-v2.wf-theme-lf .lf-photo-wash img,
.nkf-v2.wf-theme-lf .lf-photo-wash .lf-photo-wash__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nkf-v2.wf-theme-lf .fix-mkt__ratgeber-overlay {
  display: block;
  position: absolute;
  inset: auto 14px 14px;
  z-index: 2;
  color: #fff;
}

.nkf-v2.wf-theme-lf .fix-mkt__ratgeber-overlay h3 {
  margin: 4px 0 0;
  color: #fff;
}

.nkf-v2.wf-theme-lf .lf-landing-root .lfh-cats .card::after,
.nkf-v2.wf-theme-lf .lf-landing-root .lfh-cities .card::after {
  background: var(--lf-photo-wash-caption) !important;
}

.nkf-v2.wf-theme-lf .lf-landing-root .lfh-cats .card .txt,
.nkf-v2.wf-theme-lf .lf-landing-root .lfh-cities .card .txt {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 16px rgba(16, 8, 36, 0.7);
}

.nkf-v2.wf-theme-lf .lf-landing-root .lfh-mag .card {
  position: relative;
}

.nkf-v2.wf-theme-lf .lf-landing-root .lfh-mag .card > .lf-photo-wash,
.nkf-v2.wf-theme-lf .lf-landing-root .lfh-mag .card > img {
  height: 180px;
}

.nkf-v2.wf-theme-lf .lf-landing-root .lfh-mag .card > img {
  position: relative;
}

.nkf-v2.wf-theme-lf .lf-landing-root .lfh-hero .overlay,
.nkf-v2.wf-theme-lf .lf-hero-wash {
  background: linear-gradient(
    180deg,
    rgba(109, 40, 217, 0.28) 0%,
    rgba(46, 16, 101, 0.42) 46%,
    rgba(14, 8, 32, 0.78) 100%
  ) !important;
}

.nkf-v2.wf-theme-lf .nkf-familie.fx-promo-cols--location .nkf-familie-card--photo::after {
  background: linear-gradient(to top, rgba(12, 18, 32, 0.78), rgba(12, 18, 32, 0.12));
}

/* Fix-Familie: kompakte Maße (WF/LF), Text & Design unverändert */
.nkf-v2.wf-theme-wf .nkf-familie__head h2,
.nkf-v2.wf-theme-wf .nkf-familie .nkf-section-title.nkf-familie__title {
  font-size: clamp(1.45rem, 2.6vw, 1.85rem) !important;
  line-height: 1.2 !important;
}

.nkf-v2.wf-theme-wf .nkf-familie__head p,
.nkf-v2.wf-theme-wf .nkf-familie .nkf-familie__lead {
  font-size: 15px !important;
  line-height: 1.5 !important;
  max-width: 36rem !important;
}

.nkf-v2.wf-theme-lf .nkf-familie__head h2,
.nkf-v2.wf-theme-lf .nkf-familie .nkf-section-title.nkf-familie__title {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem) !important;
  line-height: 1.2 !important;
}

.nkf-v2.wf-theme-lf .nkf-familie__head p,
.nkf-v2.wf-theme-lf .nkf-familie .nkf-familie__lead {
  font-size: 14px !important;
  line-height: 1.5 !important;
  max-width: 36rem !important;
}

.fix-mkt .nkf-familie {
  --familie-card-min-h: 188px;
  padding: 36px 16px 24px;
}

.fix-mkt .nkf-familie__inner {
  max-width: min(100%, 920px);
}

.nkf-v2.wf-theme-wf .nkf-familie .nkf-familie__inner,
.nkf-v2.wf-theme-lf .nkf-familie .nkf-familie__inner {
  max-width: min(100%, 960px) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
