/* Wohnkabinenforum Werbepreise – scoped Joomla CSS
   Version: 2026-06-20-v3
   Wichtig: Diese Datei ERSETZT die alte wkf-werbepreise.css komplett.
   Alle Regeln sind auf .wkf-page begrenzt, damit Kunena/Joomla nicht verändert wird. */

.wkf-page {
--wkf-navy: #163d57;
      --wkf-navy-dark: #102f44;
      --wkf-blue: #2f82b3;
      --wkf-blue-soft: #eaf3f8;
      --wkf-gold: #f0ad32;
      --wkf-olive: #71834c;
      --wkf-sand: #f4f0e8;
      --wkf-ink: #22313b;
      --wkf-muted: #687782;
      --wkf-line: #d9e2e8;
      --wkf-white: #ffffff;
      --wkf-shadow: 0 20px 50px rgba(16, 47, 68, .16);
      --wkf-radius-lg: 26px;
      --wkf-radius-md: 18px;
      --wkf-radius-sm: 12px;
      --wkf-max: 1180px;
}

.wkf-page,
.wkf-page * {
box-sizing: border-box;
}

.wkf-page {
scroll-behavior: smooth;
}

.wkf-page {
margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      color: var(--wkf-ink);
      background: #f7fafc;
      line-height: 1.55;
}

.wkf-page a {
color: inherit;
}

.wkf-page {
overflow: hidden;
      background:
        radial-gradient(circle at top right, rgba(47,130,179,.18), transparent 32rem),
        linear-gradient(180deg, #f8fbfd 0%, #ffffff 36%, #f5f8fa 100%);
}

.wkf-page .wkf-topbar {
position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(22, 61, 87, .96);
      color: #fff;
      border-bottom: 1px solid rgba(255,255,255,.12);
      backdrop-filter: blur(10px);
}

.wkf-page .wkf-topbar-inner {
max-width: var(--wkf-max);
      margin: 0 auto;
      padding: 14px 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
}

.wkf-page .wkf-logo {
display: inline-flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      font-weight: 800;
      letter-spacing: .01em;
      line-height: 1.05;
      white-space: nowrap;
}

.wkf-page .wkf-logo svg {
width: 58px; height: auto; display: block;
}

.wkf-page .wkf-logo small {
display: block; color: var(--wkf-gold); font-weight: 800;
}

.wkf-page .wkf-nav {
display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px 18px;
      font-size: 14px;
      color: rgba(255,255,255,.84);
}

.wkf-page .wkf-nav a {
text-decoration: none;
      border-bottom: 1px solid transparent;
}

.wkf-page .wkf-nav a:hover {
color: #fff; border-bottom-color: var(--wkf-gold);
}

.wkf-page .wkf-hero {
background:
        linear-gradient(148deg, rgba(16,47,68,.98) 0%, rgba(22,61,87,.98) 55%, rgba(47,130,179,.92) 100%);
      color: #fff;
      position: relative;
      isolation: isolate;
}

.wkf-page .wkf-hero::before,
.wkf-page .wkf-hero::after {
content: "";
      position: absolute;
      inset: auto -10% 10% -10%;
      height: 190px;
      background: rgba(255,255,255,.06);
      transform: rotate(-12deg);
      z-index: -1;
}

.wkf-page .wkf-hero::after {
inset: 18% -10% auto -10%;
      background: rgba(255,255,255,.045);
      transform: rotate(-14deg);
}

.wkf-page .wkf-hero-inner {
max-width: var(--wkf-max);
      margin: 0 auto;
      padding: 82px 22px 76px;
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
      gap: 42px;
      align-items: center;
}

.wkf-page .wkf-eyebrow {
display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 7px 13px;
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 999px;
      color: rgba(255,255,255,.86);
      font-size: 14px;
      margin-bottom: 18px;
      background: rgba(255,255,255,.08);
}

.wkf-page .wkf-eyebrow::before {
content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--wkf-gold);
      box-shadow: 0 0 0 5px rgba(240,173,50,.18);
}

.wkf-page h1,
.wkf-page h2,
.wkf-page h3 {
line-height: 1.12; margin: 0; color: var(--wkf-navy);
}

.wkf-page .wkf-hero h1 {
color: #fff;
      font-size: clamp(42px, 7vw, 78px);
      letter-spacing: -.05em;
      margin-bottom: 18px;
}

.wkf-page .wkf-hero h1 span {
color: var(--wkf-gold); display: block;
}

.wkf-page .wkf-hero p {
max-width: 760px;
      color: rgba(255,255,255,.84);
      font-size: clamp(17px, 2vw, 21px);
      margin: 0 0 26px;
}

.wkf-page .wkf-hero-actions {
display: flex; flex-wrap: wrap; gap: 12px;
}

.wkf-page .wkf-button {
display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 19px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 800;
      border: 1px solid transparent;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.wkf-page .wkf-button:hover {
transform: translateY(-1px);
}

.wkf-page .wkf-button-primary {
background: var(--wkf-gold); color: #1f2b33; box-shadow: 0 12px 26px rgba(240,173,50,.23);
}

.wkf-page .wkf-button-secondary {
background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.22);
}

.wkf-page .wkf-button-outline {
color: var(--wkf-navy); border-color: var(--wkf-line); background: #fff;
}

.wkf-page .wkf-hero-card {
background: rgba(255,255,255,.11);
      border: 1px solid rgba(255,255,255,.18);
      border-radius: var(--wkf-radius-lg);
      padding: 24px;
      box-shadow: 0 30px 70px rgba(0,0,0,.16);
      backdrop-filter: blur(10px);
}

.wkf-page .wkf-hero-card h2 {
color: #fff;
      font-size: 23px;
      margin-bottom: 18px;
}

.wkf-page .wkf-stats {
display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 13px;
}

.wkf-page .wkf-stat {
border-radius: 18px;
      padding: 18px;
      background: rgba(255,255,255,.12);
      min-height: 116px;
}

.wkf-page .wkf-stat:nth-child(1) {
background: var(--wkf-gold); color: #fff;
}

.wkf-page .wkf-stat:nth-child(2),
.wkf-page .wkf-stat:nth-child(4) {
background: var(--wkf-blue); color: #fff;
}

.wkf-page .wkf-stat:nth-child(3) {
background: var(--wkf-olive); color: #fff;
}

.wkf-page .wkf-stat strong {
display: block;
      font-size: clamp(27px, 4vw, 36px);
      line-height: 1;
      letter-spacing: -.03em;
      margin-bottom: 7px;
}

.wkf-page .wkf-stat span {
display: block; font-weight: 800;
}

.wkf-page .wkf-stat small {
display: block; opacity: .85; margin-top: 3px;
}

.wkf-page .wkf-section {
max-width: var(--wkf-max);
      margin: 0 auto;
      padding: 78px 22px;
}

.wkf-page .wkf-section + .wkf-section {
padding-top: 24px;
}

.wkf-page .wkf-section-head {
display: grid;
      grid-template-columns: minmax(0, .8fr) minmax(280px, .45fr);
      gap: 30px;
      align-items: end;
      margin-bottom: 30px;
}

.wkf-page .wkf-kicker {
color: var(--wkf-blue);
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .09em;
      margin-bottom: 10px;
}

.wkf-page .wkf-section h2 {
font-size: clamp(31px, 4vw, 48px);
      letter-spacing: -.035em;
}

.wkf-page .wkf-section-intro {
color: var(--wkf-muted);
      font-size: 17px;
      margin: 10px 0 0;
      max-width: 760px;
}

.wkf-page .wkf-note {
padding: 18px 20px;
      border-radius: var(--wkf-radius-md);
      background: var(--wkf-blue-soft);
      border: 1px solid var(--wkf-line);
      color: #334650;
      font-size: 15px;
}

.wkf-page .wkf-grid-4 {
display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
}

.wkf-page .wkf-grid-3 {
display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
}

.wkf-page .wkf-grid-2 {
display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
}

.wkf-page .wkf-card {
background: #fff;
      border: 1px solid var(--wkf-line);
      border-radius: var(--wkf-radius-lg);
      padding: 24px;
      box-shadow: 0 14px 32px rgba(16,47,68,.06);
}

.wkf-page .wkf-card-soft {
background: #f8fbfd;
}

.wkf-page .wkf-card-sand {
background: var(--wkf-sand);
}

.wkf-page .wkf-card h3 {
font-size: 22px;
      margin-bottom: 8px;
}

.wkf-page .wkf-card p {
color: var(--wkf-muted); margin: 0 0 18px;
}

.wkf-page .wkf-price {
display: flex;
      align-items: baseline;
      gap: 7px;
      color: var(--wkf-navy);
      margin: 12px 0 16px;
}

.wkf-page .wkf-price strong {
font-size: 42px;
      line-height: 1;
      letter-spacing: -.04em;
}

.wkf-page .wkf-price span {
color: var(--wkf-muted); font-weight: 700;
}

.wkf-page .wkf-badge {
display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 6px 11px;
      background: rgba(47,130,179,.10);
      color: var(--wkf-blue);
      font-size: 13px;
      font-weight: 900;
      margin-bottom: 15px;
}

.wkf-page .wkf-badge-gold {
background: rgba(240,173,50,.16); color: #9b6503;
}

.wkf-page .wkf-badge-olive {
background: rgba(113,131,76,.16); color: #526438;
}

.wkf-page .wkf-list {
list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 10px;
}

.wkf-page .wkf-list li {
position: relative;
      padding-left: 24px;
      color: #394b55;
}

.wkf-page .wkf-list li::before {
content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--wkf-gold);
      position: absolute;
      left: 0;
      top: .62em;
}

.wkf-page .wkf-feature-card {
min-height: 100%;
      border-top: 5px solid var(--wkf-blue);
}

.wkf-page .wkf-feature-card:nth-child(2) {
border-top-color: var(--wkf-gold);
}

.wkf-page .wkf-feature-card:nth-child(3) {
border-top-color: var(--wkf-olive);
}

.wkf-page .wkf-feature-card:nth-child(4) {
border-top-color: var(--wkf-blue);
}

.wkf-page .wkf-highlight {
background: var(--wkf-navy);
      color: #fff;
      position: relative;
      overflow: hidden;
}

.wkf-page .wkf-highlight::after {
content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      right: -100px;
      top: -100px;
      background: rgba(240,173,50,.18);
      border-radius: 50%;
}

.wkf-page .wkf-highlight h3,
.wkf-page .wkf-highlight .wkf-price,
.wkf-page .wkf-highlight .wkf-price span {
color: #fff;
}

.wkf-page .wkf-highlight p,
.wkf-page .wkf-highlight .wkf-list li {
color: rgba(255,255,255,.82);
}

.wkf-page .wkf-highlight .wkf-list li::before {
background: var(--wkf-gold);
}

.wkf-page .wkf-table-wrap {
overflow-x: auto;
      border-radius: var(--wkf-radius-lg);
      border: 1px solid var(--wkf-line);
      background: #fff;
      box-shadow: 0 14px 32px rgba(16,47,68,.06);
}

.wkf-page table {
width: 100%;
      border-collapse: collapse;
      min-width: 760px;
      background: #fff;
}

.wkf-page th,
.wkf-page td {
text-align: left;
      padding: 18px 20px;
      border-bottom: 1px solid var(--wkf-line);
      vertical-align: top;
}

.wkf-page th {
background: var(--wkf-navy);
      color: #fff;
      font-size: 14px;
      letter-spacing: .04em;
      text-transform: uppercase;
}

.wkf-page tr:last-child td {
border-bottom: 0;
}

.wkf-page td:last-child {
font-weight: 900; color: var(--wkf-navy); white-space: nowrap;
}

.wkf-page td small {
display: block; color: var(--wkf-muted); font-weight: 500; margin-top: 4px;
}

.wkf-page .wkf-pricing-row {
display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
}

.wkf-page .wkf-pricing-card {
position: relative;
      padding: 25px;
      border-radius: var(--wkf-radius-lg);
      background: #fff;
      border: 1px solid var(--wkf-line);
      box-shadow: 0 14px 32px rgba(16,47,68,.06);
      min-height: 100%;
}

.wkf-page .wkf-pricing-card.is-popular {
transform: translateY(-8px);
      border-color: rgba(240,173,50,.55);
      box-shadow: var(--wkf-shadow);
}

.wkf-page .wkf-popular-label {
position: absolute;
      right: 18px;
      top: 18px;
      background: var(--wkf-gold);
      color: #1c2d38;
      font-weight: 900;
      font-size: 12px;
      border-radius: 999px;
      padding: 5px 9px;
}

.wkf-page .wkf-newsletter {
background:
        linear-gradient(135deg, rgba(22,61,87,.94), rgba(47,130,179,.88)),
        linear-gradient(90deg, #163d57, #2f82b3);
      color: #fff;
      margin-top: 38px;
      border-radius: var(--wkf-radius-lg);
      padding: 30px;
      position: relative;
      overflow: hidden;
      box-shadow: var(--wkf-shadow);
}

.wkf-page .wkf-newsletter::before {
content: "";
      position: absolute;
      right: -100px;
      bottom: -120px;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      background: rgba(255,255,255,.08);
}

.wkf-page .wkf-newsletter h3 {
color: #fff; font-size: 30px; margin-bottom: 8px;
}

.wkf-page .wkf-newsletter p {
color: rgba(255,255,255,.84); margin: 0 0 20px; max-width: 760px;
}

.wkf-page .wkf-newsletter-grid {
display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 13px;
}

.wkf-page .wkf-news-item {
background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 18px;
      padding: 18px;
      backdrop-filter: blur(6px);
}

.wkf-page .wkf-news-item strong {
display: block; font-size: 27px; line-height: 1; margin: 9px 0;
}

.wkf-page .wkf-news-item span {
color: rgba(255,255,255,.78); font-size: 14px;
}

.wkf-page .wkf-process {
counter-reset: step;
}

.wkf-page .wkf-process .wkf-card {
position: relative;
      padding-top: 56px;
}

.wkf-page .wkf-process .wkf-card::before {
counter-increment: step;
      content: counter(step);
      position: absolute;
      top: 20px;
      left: 22px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: var(--wkf-gold);
      color: #1f2b33;
      font-weight: 900;
      display: grid;
      place-items: center;
}

.wkf-page .wkf-cta {
max-width: var(--wkf-max);
      margin: 40px auto 80px;
      padding: 0 22px;
}

.wkf-page .wkf-cta-inner {
border-radius: 34px;
      background:
        linear-gradient(145deg, rgba(16,47,68,.98), rgba(22,61,87,.96) 62%, rgba(113,131,76,.94));
      color: #fff;
      padding: 44px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 30px;
      align-items: center;
      box-shadow: var(--wkf-shadow);
      position: relative;
      overflow: hidden;
}

.wkf-page .wkf-cta-inner::after {
content: "";
      position: absolute;
      inset: auto -10% -24% 22%;
      height: 120px;
      transform: rotate(-8deg);
      background: rgba(255,255,255,.08);
}

.wkf-page .wkf-cta h2 {
color: #fff; font-size: clamp(30px, 4vw, 48px); margin-bottom: 10px;
}

.wkf-page .wkf-cta p {
color: rgba(255,255,255,.82); margin: 0; font-size: 17px;
}

.wkf-page .wkf-contact-box {
display: flex; flex-wrap: wrap; gap: 12px; position: relative; z-index: 2;
}

.wkf-page .wkf-footer {
background: var(--wkf-navy-dark);
      color: rgba(255,255,255,.78);
      padding: 32px 22px;
}

.wkf-page .wkf-footer-inner {
max-width: var(--wkf-max);
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 22px;
      align-items: center;
      flex-wrap: wrap;
      font-size: 14px;
}

.wkf-page .wkf-footer strong {
color: #fff;
}

.wkf-page .wkf-footer a {
color: #fff; text-decoration-color: rgba(240,173,50,.7);
}

.wkf-page .wkf-smallprint {
font-size: 14px;
      color: var(--wkf-muted);
      margin-top: 18px;
}

.wkf-page .wkf-seal-row {
display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
}

.wkf-page .wkf-seal {
display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      border: 1px solid var(--wkf-line);
      background: #fff;
      color: #394b55;
      padding: 9px 12px;
      font-size: 14px;
      font-weight: 700;
}

.wkf-page .wkf-seal::before {
content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--wkf-olive);
}

@media (max-width: 1040px) {
.wkf-page .wkf-hero-inner {
grid-template-columns: 1fr;
}

.wkf-page .wkf-section-head {
grid-template-columns: 1fr;
}

.wkf-page .wkf-grid-4,
.wkf-page .wkf-pricing-row {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wkf-page .wkf-newsletter-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wkf-page .wkf-newsletter-grid .wkf-news-item:last-child {
grid-column: span 2;
}
}

@media (max-width: 760px) {
.wkf-page .wkf-topbar-inner {
align-items: flex-start; flex-direction: column;
}

.wkf-page .wkf-nav {
justify-content: flex-start;
}

.wkf-page .wkf-hero-inner {
padding: 54px 18px 56px;
}

.wkf-page .wkf-section {
padding: 52px 18px;
}

.wkf-page .wkf-grid-4,
.wkf-page .wkf-grid-3,
.wkf-page .wkf-grid-2,
.wkf-page .wkf-pricing-row,
.wkf-page .wkf-stats {
grid-template-columns: 1fr;
}

.wkf-page .wkf-pricing-card.is-popular {
transform: none;
}

.wkf-page .wkf-newsletter {
padding: 22px;
}

.wkf-page .wkf-newsletter-grid {
grid-template-columns: 1fr;
}

.wkf-page .wkf-newsletter-grid .wkf-news-item:last-child {
grid-column: auto;
}

.wkf-page .wkf-cta-inner {
grid-template-columns: 1fr; padding: 30px 22px;
}

.wkf-page .wkf-button {
width: 100%;
}
}

@media print {
.wkf-page .wkf-topbar {
position: static;
}

.wkf-page .wkf-button {
border: 1px solid #999;
}

.wkf-page {
background: #fff;
}

.wkf-page .wkf-hero,
.wkf-page .wkf-cta-inner,
.wkf-page .wkf-footer {
-webkit-print-color-adjust: exact; print-color-adjust: exact;
}

.wkf-page {
background: #fff;
}
}

.wkf-page .wkf-pricing-card.wkf-highlight {
background: var(--wkf-navy);
  border-color: rgba(240,173,50,.32);
  color: #fff;
}

.wkf-page .wkf-pricing-card.wkf-highlight > * {
position: relative;
  z-index: 1;
}

.wkf-page .wkf-pricing-card.wkf-highlight h3,
.wkf-page .wkf-pricing-card.wkf-highlight .wkf-price,
.wkf-page .wkf-pricing-card.wkf-highlight .wkf-price strong,
.wkf-page .wkf-pricing-card.wkf-highlight .wkf-price span {
color: #fff;
}

.wkf-page .wkf-pricing-card.wkf-highlight p,
.wkf-page .wkf-pricing-card.wkf-highlight .wkf-list li {
color: rgba(255,255,255,.86);
}

/* Kapselung und Umbruch-Sicherheit */
.wkf-page,
.wkf-page * {
  box-sizing: border-box;
}

.wkf-page a,
.wkf-page strong,
.wkf-page span {
  overflow-wrap: anywhere;
}
