/* WeserFirmen – responsive Basisschutz */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
picture,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

.flex > *,
.grid > * {
    min-width: 0;
}

/* Lange Bezeichnungen/URLs dürfen den Viewport nicht verbreitern. */
.wf-break,
.wf-price-title {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

/* Einheitlicher, wirklich schmaler Mobil-Header. */
@media (max-width: 639px) {
    .wf-site-header {
        padding-left: 12px !important;
        padding-right: 12px !important;
        gap: 2px !important;
    }

    .wf-site-logo img {
        height: 24px !important;
        width: auto !important;
        max-width: 118px !important;
    }

    .wf-mobile-head-link {
        min-height: 40px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 12px !important;
        line-height: 1.1 !important;
        white-space: nowrap;
    }

    .wf-mobile-head-menu {
        width: 40px !important;
        height: 40px !important;
        flex: 0 0 40px !important;
    }

    .wf-mobile-breadcrumb {
        flex-wrap: wrap !important;
        white-space: normal !important;
        overflow-x: visible !important;
        row-gap: 4px !important;
    }

    .wf-mobile-breadcrumb > * {
        min-width: 0;
    }

    .wf-price-title {
        line-height: 1.12;
    }
}

/* Sehr schmale Geräte: noch etwas mehr Reserve. */
@media (max-width: 359px) {
    .wf-site-header {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .wf-site-logo img {
        height: 22px !important;
        max-width: 108px !important;
    }

    .wf-mobile-head-link {
        padding-left: 4px !important;
        padding-right: 4px !important;
        font-size: 11px !important;
    }

    .wf-mobile-head-menu {
        width: 38px !important;
        height: 38px !important;
        flex-basis: 38px !important;
    }
}

/* WeserFirmen compact full-width footer bar */
.wf-footer-bar{
  width:100%;
  background:#0f172a;
  color:#94a3b8;
  border-top:1px solid rgba(148,163,184,.18);
  padding:12px clamp(16px,3vw,48px);
}
.wf-footer-bar-in{
  width:100%;
  display:flex;
  align-items:center;
  gap:20px;
  min-height:44px;
}
.wf-footer-brand{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
}
.wf-footer-brand img{
  display:block;
  height:28px;
  width:auto;
}
.wf-footer-meta{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  font-size:11px;
  white-space:nowrap;
}
.wf-footer-meta a,
.wf-footer-links a{
  color:#94a3b8;
  text-decoration:none;
  transition:color .16s ease,border-color .16s ease,background .16s ease;
}
.wf-footer-meta a:hover,
.wf-footer-links a:hover{color:#2dd4bf}
.wf-footer-links{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  flex-wrap:wrap;
  font-size:11px;
  font-weight:700;
}
.wf-footer-links .wf-footer-withdraw{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 13px;
  border:1px solid rgba(45,212,191,.55);
  border-radius:9px;
  color:#5eead4;
  background:rgba(20,184,166,.07);
}
.wf-footer-links .wf-footer-withdraw:hover{
  color:#0f172a;
  background:#2dd4bf;
  border-color:#2dd4bf;
}
@media(max-width:900px){
  .wf-footer-bar-in{flex-wrap:wrap;gap:10px 16px}
  .wf-footer-links{width:100%;margin-left:0;justify-content:flex-start;gap:12px 16px}
}
@media(max-width:640px){
  .wf-footer-bar{padding:14px 16px 16px}
  .wf-footer-bar-in{align-items:flex-start}
  .wf-footer-brand img{height:26px}
  .wf-footer-meta{flex:1;flex-direction:column;align-items:flex-start;gap:2px;white-space:normal;font-size:10px}
  .wf-footer-links{gap:10px 14px;font-size:10.5px}
  .wf-footer-links .wf-footer-withdraw{min-height:32px;padding:0 11px}
}

/* Header/Footer content aligned to the same 1280px stage as the main page */
.wf-site-header{
  display:block !important;
  width:100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.wf-site-header-in{
  width:min(calc(100% - 32px),1280px);
  margin:0 auto;
  min-height:inherit;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.wf-site-header-in > nav{
  margin-left:auto;
}
.wf-footer-bar{
  padding-left:0 !important;
  padding-right:0 !important;
}
.wf-footer-bar-in{
  width:min(calc(100% - 32px),1280px) !important;
  margin:0 auto !important;
}
@media(max-width:639px){
  .wf-site-header{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .wf-site-header-in,
  .wf-footer-bar-in{
    width:calc(100% - 20px) !important;
  }
  .wf-site-header-in{gap:2px !important;}
}
@media(max-width:359px){
  .wf-site-header-in,
  .wf-footer-bar-in{
    width:calc(100% - 16px) !important;
  }
}

/* 2026-09-26: Header/Footer bars end on the same visual frame as the Vivi stage */
html,
body{
  min-height:100%;
  background:#eef3f7;
}
body{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
body > main{
  flex:1 0 auto;
}

.wf-site-header{
  width:min(calc(100% - 32px),1280px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.wf-site-header-in{
  width:100% !important;
  padding-left:16px;
  padding-right:16px;
}

.wf-footer-bar{
  width:min(calc(100% - 32px),1280px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  margin-bottom:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  flex:0 0 auto;
}
.wf-footer-bar-in{
  width:100% !important;
  padding-left:16px;
  padding-right:16px;
}

@media(max-width:639px){
  .wf-site-header,
  .wf-footer-bar{
    width:calc(100% - 20px) !important;
  }
  .wf-site-header-in,
  .wf-footer-bar-in{
    width:100% !important;
    padding-left:10px;
    padding-right:10px;
  }
}
@media(max-width:359px){
  .wf-site-header,
  .wf-footer-bar{
    width:calc(100% - 16px) !important;
  }
}

/* 2026-09-26: softer WeserFirmen chrome palette */
.wf-site-header{
  background:linear-gradient(90deg,#18344b 0%,#1b3b53 52%,#18344b 100%) !important;
  color:rgba(255,255,255,.94) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 8px 22px rgba(31,55,75,.10) !important;
}
.wf-site-header a,
.wf-site-header button{
  color:rgba(255,255,255,.92);
}
.wf-site-header a:hover,
.wf-site-header button:hover,
.wf-site-header a:focus-visible,
.wf-site-header button:focus-visible{
  color:#67e8dc;
}
.wf-site-header a[href="/preise"]{
  color:#102a3a !important;
}

.wf-footer-bar{
  background:linear-gradient(90deg,#173149 0%,#1a3850 52%,#173149 100%) !important;
  color:#c4d3df !important;
  border-top:1px solid rgba(255,255,255,.09) !important;
}
.wf-footer-meta,
.wf-footer-meta a,
.wf-footer-links a{
  color:#c4d3df !important;
}
.wf-footer-meta a:hover,
.wf-footer-links a:hover,
.wf-footer-meta a:focus-visible,
.wf-footer-links a:focus-visible{
  color:#67e8dc !important;
}
.wf-footer-links .wf-footer-withdraw{
  color:#9ff7ee !important;
  border-color:rgba(103,232,220,.58) !important;
  background:rgba(20,184,166,.10) !important;
}
.wf-footer-links .wf-footer-withdraw:hover,
.wf-footer-links .wf-footer-withdraw:focus-visible{
  color:#102a3a !important;
  background:#67e8dc !important;
  border-color:#67e8dc !important;
}


/* 2026-09-26: refined neutral chrome + clearer hierarchy */
.wf-site-header,
.wf-footer-bar{
  background:#1b2731 !important;
}
.wf-site-header{
  color:#f7fafc !important;
  border-bottom:1px solid rgba(255,255,255,.07) !important;
  box-shadow:0 7px 18px rgba(20,31,41,.10) !important;
}
.wf-site-header a,
.wf-site-header button{
  color:rgba(255,255,255,.94) !important;
}
.wf-site-header a:hover,
.wf-site-header button:hover,
.wf-site-header a:focus-visible,
.wf-site-header button:focus-visible{
  color:#55d7ce !important;
}
/* Only the actual Preis button gets dark text; the other /preise navigation link stays light. */
.wf-site-header a[href="/preise"].bg-weser-teal{
  color:#10232c !important;
  background:#2fc8bd !important;
}
.wf-site-header a[href="/preise"].bg-weser-teal:hover,
.wf-site-header a[href="/preise"].bg-weser-teal:focus-visible{
  color:#10232c !important;
  background:#66ddd5 !important;
}
.wf-footer-bar{
  color:#d8e0e5 !important;
  border-top:1px solid rgba(255,255,255,.07) !important;
}
.wf-footer-bar-in{
  gap:16px !important;
}
.wf-footer-meta{
  color:#aebbc4 !important;
  font-size:10.5px !important;
  font-weight:600;
}
.wf-footer-links{
  gap:15px !important;
  color:#d8e0e5 !important;
}
.wf-footer-links a{
  color:#d8e0e5 !important;
  font-weight:650 !important;
}
.wf-footer-links a:hover,
.wf-footer-links a:focus-visible{
  color:#55d7ce !important;
}
.wf-footer-links a[href="https://voszit.de"]{
  color:#b9c5cd !important;
}
.wf-footer-links .wf-footer-withdraw{
  color:#8be7e0 !important;
  border-color:rgba(85,215,206,.55) !important;
  background:rgba(47,200,189,.07) !important;
}
.wf-footer-links .wf-footer-withdraw:hover,
.wf-footer-links .wf-footer-withdraw:focus-visible{
  color:#10232c !important;
  background:#55d7ce !important;
  border-color:#55d7ce !important;
}
@media(max-width:900px){
  .wf-footer-meta{order:2}
  .wf-footer-links{order:3}
}

/* 2026-09-26: Apple-inspired light chrome test */
html,
body{
  background:#f5f5f7 !important;
}

.wf-site-header{
  background:rgba(255,255,255,.94) !important;
  color:#1d1d1f !important;
  border:1px solid rgba(0,0,0,.055) !important;
  border-top:0 !important;
  box-shadow:0 5px 18px rgba(15,23,42,.075) !important;
  backdrop-filter:saturate(180%) blur(18px);
  -webkit-backdrop-filter:saturate(180%) blur(18px);
}
.wf-site-header a,
.wf-site-header button{
  color:#1d1d1f !important;
  text-shadow:0 1px 0 rgba(255,255,255,.72);
}
.wf-site-header a:hover,
.wf-site-header button:hover,
.wf-site-header a:focus-visible,
.wf-site-header button:focus-visible{
  color:#0b8f85 !important;
}
.wf-site-header a[href="/preise"].bg-weser-teal{
  color:#10232c !important;
  background:#32cbbf !important;
  box-shadow:none !important;
}
.wf-site-header a[href="/preise"].bg-weser-teal:hover,
.wf-site-header a[href="/preise"].bg-weser-teal:focus-visible{
  background:#55d7ce !important;
}
.wf-site-header .wf-site-logo img{
  filter:none !important;
}

.wf-footer-bar{
  background:#f5f5f7 !important;
  color:#424245 !important;
  border:0 !important;
  border-top:1px solid #d2d2d7 !important;
  box-shadow:none !important;
  min-height:68px !important;
}
.wf-footer-bar-in{
  min-height:68px !important;
  padding-top:11px !important;
  padding-bottom:11px !important;
  gap:24px !important;
  align-items:center !important;
}
.wf-footer-brand{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
}
.wf-footer-brand img{
  width:38px !important;
  height:38px !important;
  object-fit:contain !important;
  display:block !important;
}
.wf-footer-meta{
  display:none !important;
}
.wf-footer-links{
  margin-left:auto !important;
  width:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:18px !important;
  flex-wrap:wrap !important;
  color:#424245 !important;
  font-size:11px !important;
}
.wf-footer-links a,
.wf-footer-copyright{
  color:#424245 !important;
  font-weight:500 !important;
  line-height:1.2 !important;
  text-decoration:none !important;
  text-shadow:0 1px 0 rgba(255,255,255,.75);
}
.wf-footer-copyright{
  color:#6e6e73 !important;
}
.wf-footer-links a:hover,
.wf-footer-links a:focus-visible{
  color:#0b8f85 !important;
}
.wf-footer-links a[href="https://voszit.de"]{
  color:#424245 !important;
}
.wf-footer-links .wf-footer-withdraw{
  min-height:30px !important;
  padding:0 11px !important;
  display:inline-flex !important;
  align-items:center !important;
  border:1px solid #b8dcd8 !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#087e76 !important;
  font-weight:700 !important;
}
.wf-footer-links .wf-footer-withdraw:hover,
.wf-footer-links .wf-footer-withdraw:focus-visible{
  background:#14b8a6 !important;
  border-color:#14b8a6 !important;
  color:#fff !important;
}

@media(max-width:900px){
  .wf-footer-bar-in{
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:10px 18px !important;
  }
  .wf-footer-links{
    margin-left:0 !important;
    justify-content:center !important;
    width:100% !important;
    gap:12px 15px !important;
  }
}
@media(max-width:639px){
  .wf-site-header{
    border-radius:0 !important;
  }
  .wf-footer-bar{
    min-height:auto !important;
  }
  .wf-footer-bar-in{
    padding-top:14px !important;
    padding-bottom:14px !important;
  }
  .wf-footer-brand img{
    width:34px !important;
    height:34px !important;
  }
  .wf-footer-links{
    font-size:10px !important;
    gap:10px 12px !important;
  }
}


/* 2026-09-26: Footer ohne Markenicon; Kontakt nur in Hauptnavigation */
.wf-footer-bar-in{display:flex!important;align-items:center!important;}
.wf-footer-links{width:100%!important;margin-left:0!important;justify-content:flex-end!important;}
.wf-footer-copyright{margin-right:auto!important;}
.vivi-actionbar:not(:has(.vivi-action-btn:not(.hidden))){display:none!important;}
.vivi-page-actions:not(:has(.vivi-page-action:not(.hidden))){display:none!important;}
@media(max-width:900px){
  .wf-footer-links{width:100%!important;justify-content:center!important;}
  .wf-footer-copyright{margin-right:0!important;}
}

/* 2026-09-26: Header nahtlos mit Seitenhintergrund verschmelzen */
.wf-site-header{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
.wf-site-header-in{
  background:transparent !important;
  box-shadow:none !important;
}
.wf-site-header a,
.wf-site-header button{
  text-shadow:none !important;
}


/* 2026-09-26: WeserFirmen Header erhält Scroll-Schutz erst beim Scrollen */
.wf-site-header{
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease, -webkit-backdrop-filter .22s ease;
}
.wf-site-header.wf-header-scrolled{
  background:rgba(245,245,247,.88) !important;
  border-bottom:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 10px 26px rgba(15,23,42,.08) !important;
  backdrop-filter:saturate(180%) blur(18px) !important;
  -webkit-backdrop-filter:saturate(180%) blur(18px) !important;
}
.wf-site-header.wf-header-scrolled .wf-site-header-in{
  background:transparent !important;
  box-shadow:none !important;
}
.wf-site-header.wf-header-scrolled a,
.wf-site-header.wf-header-scrolled button{
  color:#1d1d1f !important;
  text-shadow:0 1px 0 rgba(255,255,255,.72);
}
.wf-site-header.wf-header-scrolled a:hover,
.wf-site-header.wf-header-scrolled button:hover,
.wf-site-header.wf-header-scrolled a:focus-visible,
.wf-site-header.wf-header-scrolled button:focus-visible{
  color:#0b8f85 !important;
}
.wf-site-header.wf-header-scrolled a[href="/preise"].bg-weser-teal{
  color:#10232c !important;
  background:#32cbbf !important;
}
.wf-site-header.wf-header-scrolled a[href="/preise"].bg-weser-teal:hover,
.wf-site-header.wf-header-scrolled a[href="/preise"].bg-weser-teal:focus-visible{
  background:#55d7ce !important;
}

/* 2026-09-26: Header-Inhalt exakt an die breite Seitenachse koppeln */
.wf-site-header{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.wf-site-header-in{
  width:min(calc(100% - 48px),80rem) !important;
  max-width:80rem !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
@media(max-width:639px){
  .wf-site-header-in{
    width:calc(100% - 24px) !important;
    max-width:none !important;
  }
}
@media(max-width:359px){
  .wf-site-header-in{
    width:calc(100% - 16px) !important;
  }
}
