/* ============ WinWebDesign 2026 – Startseite (SIEGRASTER) ============ */

@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/montserrat-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 400; font-display: swap; src: url('fonts/montserrat-400-italic.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/montserrat-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/montserrat-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 800; font-display: swap; src: url('fonts/montserrat-800-normal.woff2') format('woff2'); }

:root {
  --navy: #081820;
  --navy-soft: #0E2730;
  --crimson: #A80028;
  --crimson-bright: #FA4D63;
  --offwhite: #F8F8F8;
  --hairline: rgba(8, 24, 32, 0.08);
  --hairline-light: rgba(248, 248, 248, 0.14);
  --gutter: clamp(20px, 4vw, 64px);
  --maxw: 1380px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body.wwd-home {
  font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
  font-size: 17px; line-height: 1.65; font-weight: 400;
  color: var(--navy); background: var(--offwhite);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wwd-home ::selection { background: var(--crimson); color: var(--offwhite); }
.wwd-home a { color: inherit; }
.wwd-home ul { list-style: none; }
.wwd-home img { display: block; max-width: 100%; height: auto; }
.wwd-home button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.wwd-home :focus-visible { outline: 2px solid var(--crimson); outline-offset: 3px; }
.wwd-dark :focus-visible { outline-color: var(--crimson-bright); }

.wwd-wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); position: relative; }
.wwd-home section { position: relative; scroll-margin-top: 80px; }

/* Sichtbares Raster */
.wwd-grid-overlay {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  display: grid; grid-template-columns: repeat(12, 1fr);
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter);
}
.wwd-grid-overlay span { border-left: 1px solid var(--hairline); }
.wwd-grid-overlay span:last-child { border-right: 1px solid var(--hairline); }
@media (max-width: 768px) {
  .wwd-grid-overlay { grid-template-columns: repeat(4, 1fr); }
  .wwd-grid-overlay span:nth-child(n+5) { display: none; }
}

/* Typo-Bausteine */
.wwd-eyebrow {
  font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  display: flex; align-items: center; gap: 14px;
}
.wwd-eyebrow .idx { color: var(--crimson); font-variant-numeric: tabular-nums; }
.wwd-eyebrow::after { content: ''; width: 56px; height: 1px; background: currentColor; opacity: 0.35; }
.wwd-dark .wwd-eyebrow .idx { color: var(--crimson-bright); }

.wwd-home h2 {
  font-weight: 800; font-size: clamp(1.9rem, 4.6vw, 3.4rem);
  line-height: 1.06; letter-spacing: -0.015em; margin: 18px 0 0;
}
.wwd-sec-head { padding-top: clamp(64px, 10vh, 110px); margin-bottom: clamp(30px, 5vw, 56px); }
.wwd-lead { margin-top: 18px; max-width: 62ch; font-size: clamp(16.5px, 1.35vw, 19px); }

.wwd-dot {
  display: inline-block; width: 0.13em; height: 0.13em; border-radius: 50%;
  background: var(--crimson); vertical-align: baseline; margin-left: 0.05em;
}

/* Buttons */
.wwd-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: 15.5px; text-decoration: none;
  padding: 0 32px; height: 58px; border-radius: 999px;
  transition: background-color 0.25s, color 0.25s, transform 0.15s;
  white-space: nowrap;
}
.wwd-btn:active { transform: scale(0.97); }
.wwd-btn-crimson { background: var(--crimson); color: var(--offwhite); }
.wwd-btn-crimson:hover { background: #8d0022; }
.wwd-btn-ghost { border: 1.5px solid var(--navy); color: var(--navy); }
.wwd-btn-ghost:hover { background: var(--navy); color: var(--offwhite); }
.wwd-btn-ghost-light { border: 1.5px solid var(--offwhite); color: var(--offwhite); }
.wwd-btn-ghost-light:hover { background: var(--offwhite); color: var(--navy); }
.wwd-micro-trust { margin-top: 12px; font-size: 13px; opacity: 0.66; }

/* Sterne-Zeile */
.wwd-stars {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14.5px; font-weight: 600;
}
.wwd-stars .s { color: var(--crimson); letter-spacing: 2px; }
.wwd-dark .wwd-stars .s { color: var(--crimson-bright); }
.wwd-stars a { text-decoration: none; border-bottom: 1px solid var(--hairline); }
.wwd-stars a:hover { color: var(--crimson); }

/* Header */
.wwd-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 80px; display: flex; align-items: center;
  transition: height 0.3s, background-color 0.3s, box-shadow 0.3s;
}
.wwd-header.scrolled {
  height: 62px;
  background: rgba(248, 248, 248, 0.92);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--hairline);
}
.wwd-header .wwd-wrap { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wwd-wordmark {
  font-weight: 800; font-size: 15px; letter-spacing: 0.13em; text-transform: uppercase;
  text-decoration: none; display: flex; align-items: center; gap: 10px;
}
.wwd-wordmark i { width: 10px; height: 10px; border-radius: 50%; background: var(--crimson); }
.wwd-nav { display: flex; gap: clamp(16px, 2.2vw, 36px); }
.wwd-nav a { font-size: 14px; font-weight: 600; text-decoration: none; letter-spacing: 0.03em; }
.wwd-nav a:hover { color: var(--crimson); }
.wwd-header .wwd-btn { height: 46px; padding: 0 24px; font-size: 14px; }
@media (max-width: 920px) { .wwd-nav { display: none; } }

/* Hero */
.wwd-hero {
  min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding-top: 110px; padding-bottom: 48px;
  overflow: hidden; z-index: 1;
}
.wwd-hero .churf {
  position: absolute; left: 0; right: 0; bottom: -4%;
  width: 100%; height: auto; z-index: -1;
  color: var(--navy); opacity: 0.5; pointer-events: none;
}
.wwd-hero-grid {
  display: grid; grid-template-columns: 7fr 5fr; gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.wwd-hero h1 {
  font-weight: 800; font-size: clamp(2.3rem, 5.4vw, 4.6rem);
  line-height: 1.04; letter-spacing: -0.02em;
}
.wwd-hero h1 em { font-style: normal; color: var(--crimson); }
.wwd-hero .sub { margin-top: 20px; font-size: clamp(16.5px, 1.4vw, 19.5px); max-width: 54ch; }
.wwd-hero .cta-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.wwd-trustbar {
  margin-top: clamp(28px, 5vh, 48px); padding-top: 22px;
  border-top: 1px solid var(--hairline);
  display: flex; flex-wrap: wrap; gap: 12px clamp(20px, 3vw, 44px);
  font-size: 13.5px; font-weight: 600;
}
.wwd-trustbar span { display: inline-flex; align-items: center; gap: 8px; }
.wwd-trustbar i { width: 6px; height: 6px; border-radius: 50%; background: var(--crimson); flex: none; }
.wwd-portrait {
  position: relative; max-width: 420px; margin-left: auto;
}
.wwd-portrait img {
  width: 100%; border-radius: 4px;
  box-shadow: 0 30px 60px -30px rgba(8, 24, 32, 0.45);
}
.wwd-portrait .badge {
  position: absolute; left: -14px; bottom: 22px;
  background: var(--navy); color: var(--offwhite);
  padding: 12px 18px; border-radius: 4px;
  font-size: 13px; line-height: 1.45;
  box-shadow: 0 14px 30px -14px rgba(8, 24, 32, 0.5);
}
.wwd-portrait .badge b { color: var(--crimson-bright); }
@media (max-width: 920px) {
  .wwd-hero-grid { grid-template-columns: 1fr; }
  .wwd-portrait { max-width: 320px; margin: 0 auto; order: -1; }
  .wwd-hero { text-align: left; }
  .wwd-hero .cta-row .wwd-btn { width: 100%; }
}

/* Problem / Lösung */
.wwd-problem { background: var(--navy); color: var(--offwhite); }
.wwd-problem .wwd-wrap { padding-bottom: clamp(64px, 10vh, 110px); }
.wwd-problem p { max-width: 68ch; margin-top: 16px; opacity: 0.92; }
.wwd-solution .wwd-wrap { padding-bottom: clamp(56px, 9vh, 100px); }
.wwd-solution p { max-width: 68ch; margin-top: 16px; }
.wwd-bullets { margin-top: 26px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.wwd-bullets li {
  background: #fff; border: 1px solid var(--hairline);
  padding: 20px 22px; font-size: 15px; line-height: 1.55;
  position: relative; padding-left: 44px;
}
.wwd-bullets li::before {
  content: ''; position: absolute; left: 20px; top: 26px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--crimson);
}
.wwd-bullets li b { display: block; margin-bottom: 4px; }

/* Geo-Karten */
.wwd-geo .wwd-wrap { padding-bottom: clamp(56px, 9vh, 100px); }
.wwd-geo-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.wwd-geo-card {
  display: block; text-decoration: none;
  background: var(--navy); color: var(--offwhite);
  padding: clamp(24px, 2.6vw, 36px);
  position: relative; overflow: hidden;
  transition: transform 0.3s var(--ease);
}
.wwd-geo-card:hover { transform: translateY(-5px); }
.wwd-geo-card .churf-mini {
  position: absolute; left: 0; right: 0; bottom: -8%;
  width: 100%; color: var(--offwhite); opacity: 0.1; pointer-events: none;
}
.wwd-geo-card h3 { font-size: 1.35rem; font-weight: 800; }
.wwd-geo-card p { margin-top: 10px; font-size: 14.5px; opacity: 0.82; }
.wwd-geo-card .lnk { display: inline-block; margin-top: 16px; font-weight: 700; font-size: 14px; color: var(--crimson-bright); }

/* Beweis / Reviews */
.wwd-proof { background: var(--navy); color: var(--offwhite); }
.wwd-proof .wwd-wrap { padding-bottom: clamp(56px, 9vh, 100px); }
.wwd-proof-stats { margin-top: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0; }
.wwd-proof-stats .stat { padding: 8px clamp(16px, 2.6vw, 40px); border-left: 1px solid var(--hairline-light); }
.wwd-proof-stats .stat:first-child { border-left: none; padding-left: 0; }
.wwd-proof-stats .v { font-size: clamp(2rem, 4.4vw, 3.4rem); font-weight: 800; line-height: 1.1; }
.wwd-proof-stats .v .s { color: var(--crimson-bright); }
.wwd-proof-stats .l { margin-top: 6px; font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; opacity: 0.65; }
.wwd-proof .gbp-link { margin-top: 26px; }
.wwd-proof .gbp-link a { color: var(--offwhite); font-weight: 600; border-bottom: 1.5px solid var(--hairline-light); text-decoration: none; padding-bottom: 2px; }
.wwd-proof .gbp-link a:hover { color: var(--crimson-bright); border-color: var(--crimson-bright); }
@media (max-width: 700px) {
  .wwd-proof-stats { grid-template-columns: 1fr; }
  .wwd-proof-stats .stat { border-left: none; padding: 14px 0; border-top: 1px solid var(--hairline-light); }
  .wwd-proof-stats .stat:first-child { border-top: none; }
}

/* Preis-Teaser */
.wwd-pricing .wwd-wrap { padding-bottom: clamp(56px, 9vh, 100px); }
.wwd-price-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; align-items: stretch; }
.wwd-price-card {
  background: #fff; border: 1px solid var(--hairline);
  padding: clamp(22px, 2.2vw, 32px); position: relative;
  display: flex; flex-direction: column;
}
.wwd-price-card.featured { background: var(--navy); color: var(--offwhite); border: 2px solid var(--crimson); }
.wwd-price-card .tier { font-size: 12.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.65; }
.wwd-price-card .preis { margin: 12px 0 4px; font-size: clamp(1.7rem, 2.4vw, 2.3rem); font-weight: 800; font-variant-numeric: tabular-nums; }
.wwd-price-card .fuer { font-size: 13.5px; opacity: 0.66; flex: 1; }
.wwd-price-card .badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--crimson); color: var(--offwhite);
  font-size: 11px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 999px; white-space: nowrap;
}
.wwd-price-note { margin-top: 20px; font-size: 13.5px; opacity: 0.72; max-width: 80ch; }
.wwd-price-cta { margin-top: 22px; }

/* Risk-Reversal */
.wwd-risk { background: var(--navy); color: var(--offwhite); }
.wwd-risk .wwd-wrap { padding-bottom: clamp(56px, 9vh, 100px); }
.wwd-risk-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.wwd-risk-card { border: 1px solid var(--hairline-light); padding: 22px; }
.wwd-risk-card b { display: block; font-size: 15.5px; margin-bottom: 8px; }
.wwd-risk-card b::before { content: '✓ '; color: var(--crimson-bright); }
.wwd-risk-card p { font-size: 14px; opacity: 0.8; }
.wwd-risk-meta { margin-top: 22px; font-size: 13px; opacity: 0.6; }

/* Inhaber */
.wwd-owner .wwd-wrap {
  padding-bottom: clamp(56px, 9vh, 100px);
  display: grid; grid-template-columns: 5fr 7fr; gap: clamp(28px, 4vw, 64px); align-items: center;
}
.wwd-owner img { width: 100%; max-width: 380px; border-radius: 4px; box-shadow: 0 24px 50px -26px rgba(8,24,32,0.4); }
.wwd-owner p { margin-top: 16px; max-width: 58ch; }
.wwd-owner .sig { margin-top: 18px; font-weight: 700; }
.wwd-owner .sig small { display: block; font-weight: 400; opacity: 0.65; }
@media (max-width: 880px) { .wwd-owner .wwd-wrap { grid-template-columns: 1fr; } .wwd-owner img { max-width: 300px; } }

/* FAQ */
.wwd-faq .wwd-wrap { padding-bottom: clamp(56px, 9vh, 100px); }
.wwd-faq-list { margin-top: 26px; max-width: 820px; }
.wwd-faq-item { border-bottom: 1px solid var(--hairline); }
.wwd-faq-item:first-child { border-top: 1px solid var(--hairline); }
.wwd-faq-q {
  width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding: 20px 4px; font-size: clamp(1.02rem, 1.4vw, 1.2rem); font-weight: 700;
}
.wwd-faq-q .ico {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  border: 1.5px solid var(--hairline); display: grid; place-items: center;
  transition: transform 0.3s, background-color 0.25s, border-color 0.25s;
  font-weight: 400; font-size: 18px; line-height: 1;
}
.wwd-faq-item.open .wwd-faq-q .ico { transform: rotate(45deg); background: var(--crimson); border-color: var(--crimson); color: #fff; }
.wwd-faq-a { display: grid; grid-template-rows: 0fr; visibility: hidden; transition: grid-template-rows 0.4s var(--ease), visibility 0s linear 0.4s; }
.wwd-faq-item.open .wwd-faq-a { grid-template-rows: 1fr; visibility: visible; transition: grid-template-rows 0.4s var(--ease), visibility 0s; }
.wwd-faq-a > div { overflow: hidden; }
.wwd-faq-a p { padding: 0 50px 20px 4px; font-size: 15.5px; opacity: 0.85; max-width: 70ch; }

/* Buchung */
.wwd-booking { background: var(--navy); color: var(--offwhite); }
.wwd-booking .wwd-wrap { padding-bottom: clamp(64px, 10vh, 120px); }
.wwd-booking .churf2 { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; color: var(--offwhite); opacity: 0.08; pointer-events: none; }
.wwd-book-box {
  margin-top: 30px; background: var(--navy-soft);
  border: 1px solid var(--hairline-light);
  padding: clamp(22px, 3vw, 40px); max-width: 860px;
  position: relative; z-index: 1;
}
.wwd-book-days { display: flex; gap: 8px; flex-wrap: wrap; }
.wwd-book-days button {
  padding: 10px 16px; border: 1.5px solid var(--hairline-light); border-radius: 999px;
  font-size: 14px; font-weight: 600; transition: background-color 0.2s, border-color 0.2s;
}
.wwd-book-days button[aria-pressed="true"] { background: var(--offwhite); color: var(--navy); border-color: var(--offwhite); }
.wwd-book-slots { margin-top: 18px; display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 8px; }
.wwd-book-slots button {
  padding: 12px 8px; border: 1.5px solid var(--hairline-light); border-radius: 4px;
  font-size: 14.5px; font-weight: 600; font-variant-numeric: tabular-nums;
  transition: background-color 0.2s, border-color 0.2s;
}
.wwd-book-slots button:hover { border-color: var(--offwhite); }
.wwd-book-slots button[aria-pressed="true"] { background: var(--crimson); border-color: var(--crimson); }
.wwd-book-form { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.wwd-book-form .full { grid-column: 1 / -1; }
.wwd-book-form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.wwd-book-form input[type="text"], .wwd-book-form input[type="email"], .wwd-book-form input[type="tel"], .wwd-book-form textarea {
  width: 100%; font: inherit; font-size: 15px;
  padding: 12px 14px; border: 1.5px solid var(--hairline-light); border-radius: 4px;
  background: rgba(248, 248, 248, 0.04); color: var(--offwhite);
}
.wwd-book-form input:focus, .wwd-book-form textarea:focus { outline: none; border-color: var(--crimson-bright); background: rgba(248,248,248,0.08); }
.wwd-book-form textarea { min-height: 84px; resize: vertical; }
.wwd-kanal { display: flex; gap: 10px; }
.wwd-kanal label {
  display: inline-flex; align-items: center; padding: 10px 18px; margin: 0;
  border: 1.5px solid var(--hairline-light); border-radius: 999px;
  font-size: 14px; font-weight: 600; cursor: pointer;
}
.wwd-kanal input { position: absolute; opacity: 0; }
.wwd-kanal label:has(input:checked) { background: var(--offwhite); color: var(--navy); border-color: var(--offwhite); }
.wwd-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; }
.wwd-consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--crimson); flex: none; }
.wwd-consent a { color: var(--crimson-bright); text-decoration: none; border-bottom: 1px solid currentColor; }
.wwd-book-status { margin-top: 14px; font-size: 14.5px; min-height: 22px; }
.wwd-book-status.err { color: var(--crimson-bright); font-weight: 600; }
.wwd-book-success { padding: 28px 8px; }
.wwd-book-success h3 { font-size: 1.4rem; font-weight: 800; }
.wwd-book-success p { margin-top: 10px; opacity: 0.85; max-width: 56ch; }
.wwd-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.wwd-alt-kontakt { margin-top: 22px; font-size: 14px; opacity: 0.75; }
.wwd-alt-kontakt a { font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--hairline-light); }
.wwd-alt-kontakt a:hover { color: var(--crimson-bright); }
@media (max-width: 640px) { .wwd-book-form { grid-template-columns: 1fr; } }

/* Footer */
.wwd-footer { background: var(--navy); color: var(--offwhite); border-top: 1px solid var(--hairline-light); }
.wwd-footer .wwd-wrap { padding: clamp(36px, 6vh, 60px) var(--gutter); display: flex; flex-wrap: wrap; gap: 24px 48px; justify-content: space-between; }
.wwd-footer address { font-style: normal; font-size: 14.5px; line-height: 1.9; opacity: 0.85; }
.wwd-footer nav { display: flex; flex-direction: column; gap: 8px; font-size: 14.5px; }
.wwd-footer a { text-decoration: none; opacity: 0.85; }
.wwd-footer a:hover { opacity: 1; color: var(--crimson-bright); }
.wwd-footer .legal { width: 100%; padding-top: 18px; border-top: 1px solid var(--hairline-light); font-size: 12.5px; opacity: 0.55; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }

/* Mobile Sticky-Bar */
.wwd-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  display: none; gap: 10px;
  padding: 10px max(12px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right));
  background: rgba(8, 24, 32, 0.94);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  transform: translateY(110%); transition: transform 0.35s var(--ease);
}
.wwd-sticky.visible { transform: translateY(0); }
.wwd-sticky .wwd-btn { flex: 1; height: 48px; font-size: 14px; padding: 0 14px; }
@media (max-width: 768px) { .wwd-sticky { display: flex; } }

/* Reveals (IntersectionObserver) */
.wwd-reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.wwd-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .wwd-reveal { opacity: 1; transform: none; transition: none; } }
.no-js .wwd-reveal { opacity: 1; transform: none; }

/* Bilder-Schutz (dezent) */
.wwd-home img { -webkit-user-drag: none; user-select: none; -webkit-user-select: none; }

/* Alt-Snippet <<E-Mail senden>>-Schwebebutton: auf der neuen Startseite ueberfluessig
 * (Sticky-Bar + Buchung + Footer decken den Weg ab) und ueberlappt das Layout. */
.wwd-home .email-contact-link, .wwd-home div[style*="position:fixed"][style*="bottom:80px"] { display: none !important; }
