/* Zentraler Footer */
.site-footer{margin-top:40px;border-top:1px solid #202b36;background:#090d12;color:#8395a7;font-size:13px}
.site-footer .site-wrap{width:min(1240px,calc(100% - 40px));margin:auto}
.site-footer .site-footer-inner{min-height:82px;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:24px}
.site-footer .footer-copyright{flex:0 0 auto;text-align:left;white-space:nowrap}
.site-footer .footer-links{flex:0 0 auto;margin-left:auto!important;display:flex!important;flex-direction:row!important;align-items:center;justify-content:flex-end!important;gap:8px;text-align:right!important;white-space:nowrap}
.site-footer a{color:#a9bfd3;text-decoration:none}.site-footer a:hover{color:#fff}
@media(max-width:700px){
 .site-footer .site-footer-inner{flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;padding:22px 0}
 .site-footer .footer-links{margin-left:0!important;white-space:normal;justify-content:flex-start!important}
}

/* ===== Zentraler Sam's VW World Header ===== */
.site-header{position:sticky;top:0;z-index:1000;width:100%;background:rgba(9,12,16,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.09)}
.site-header .site-wrap{width:min(1240px,calc(100% - 40px));margin:0 auto}
.site-header .site-head{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.site-header .site-brand{display:flex;align-items:center;gap:12px;color:#f5f7fa;text-decoration:none;min-width:0}
.site-header .site-logo{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border:1px solid #52616f;border-radius:11px;background:linear-gradient(180deg,#162331,#0d141b);color:#4ca6ff;font-size:21px;line-height:1;font-weight:800}
.site-header .site-brandtext{display:block;line-height:1.15;white-space:nowrap}
.site-header .site-brandtext strong{display:block;color:#f5f7fa;font-size:16px;font-weight:800}
.site-header .site-brandtext small{display:block;margin-top:4px;color:#aab5c2;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
.site-header .site-nav{display:flex;align-items:center;gap:22px;margin-left:auto}
.site-header .site-nav a{color:#dce4ec;text-decoration:none;font-size:14px;font-weight:600;transition:color .18s ease}
.site-header .site-nav a:hover{color:#8ac8ff}
@media(max-width:720px){
 .site-header .site-wrap{width:min(100% - 26px,1240px)}
 .site-header .site-head{min-height:68px;gap:14px;flex-wrap:wrap;padding:10px 0 12px}
 .site-header{position:relative!important;top:auto!important}
 .site-header .site-nav{position:static!important;left:auto!important;right:auto!important;top:auto!important;width:100%;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:14px 18px;flex-wrap:wrap;margin-left:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important}
 .site-header .site-nav a{font-size:13px}
}
@media(max-width:430px){
 .site-header .site-brandtext strong{font-size:15px}
 .site-header .site-brandtext small{font-size:9px;letter-spacing:.11em}
 .site-header .site-nav{gap:10px 14px}
}


/* ===== Besucherstatistik im Header ===== */
.header-counter{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px 18px;
  padding:5px 16px 7px;
  box-sizing:border-box;
  border-top:1px solid rgba(255,255,255,.035);
  color:#aeb8c4;
  font-size:9px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:1.65px;
  text-transform:uppercase;
}

.header-counter span{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
}

.header-counter span + span::before{
  content:"·";
  margin-right:18px;
  color:#4d6478;
}

@media(max-width:700px){
  .header-counter{
    gap:5px 10px;
    padding:6px 10px 8px;
    font-size:8px;
    letter-spacing:1.15px;
  }
  .header-counter span + span::before{
    margin-right:10px;
  }
}
