/* Gemeinsamer VOSZ-Seitenheader – visuell identisch zur Startseite. */
.site-header,
.site-header *{box-sizing:border-box}
.site-header{
  --site-shell-max:1180px;
  position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);
  backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);
  border-bottom:1px solid #dfe7ed;
  color:#102b42;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
.site-header .header-in{
  width:min(calc(100% - 28px),var(--site-shell-max));min-height:66px;margin:auto;
  padding:0;display:flex;align-items:center;justify-content:flex-start;gap:18px;
}
.site-header .brand{
  display:inline-flex;align-items:center;gap:10px;text-decoration:none;flex:0 0 auto;
  color:inherit;background:transparent;border:0;padding:0;margin:0;
}
.site-header .brand img{display:block;width:auto;height:48px;max-width:155px;object-fit:contain;margin:0}
.site-header .brand-wordmark{display:inline-flex;align-items:baseline;gap:5px;white-space:nowrap;color:#173149;line-height:1}
.site-header .brand-wordmark strong{display:inline;font-size:16px;font-weight:950;letter-spacing:.02em;line-height:1;margin:0}
.site-header .brand-wordmark span{display:inline;font-size:13px;font-weight:750;color:#5f7486;line-height:1;margin:0}
.site-header .nav{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:2px;margin:0 0 0 auto;padding:0;background:transparent;border:0;width:auto;min-height:0;position:static}
.site-header .nav a{
  display:inline-block;text-decoration:none;color:#587185;padding:9px 10px;margin:0;border:0;border-radius:11px;
  background:transparent;font-size:12px;font-weight:820;line-height:1.2;white-space:nowrap;min-height:0;box-shadow:none;
}
.site-header .nav a:hover{background:#eef7fd;color:#0874cd}
.site-header .consult{
  margin:0 0 0 8px;min-height:40px;height:auto;display:inline-flex;align-items:center;justify-content:center;
  padding:0 14px;border-radius:999px;border:1px solid #b9d8ec;background:#fff;color:#0867b5;
  text-decoration:none;font-size:12px;font-weight:900;line-height:1.2;white-space:nowrap;box-shadow:none;
}
.site-header .menu-btn{
  appearance:none;-webkit-appearance:none;display:none;margin:0 0 0 auto;padding:0;width:44px;height:44px;min-width:44px;
  border-radius:50%;border:1px solid #bdd9e9;background:#fff;cursor:pointer;box-shadow:none;
}
.site-header .menu-btn i{display:block;width:19px;height:2px;margin:4px auto;background:#0877bc;border-radius:99px}
.site-header .mobile-menu{display:none;border-top:1px solid #e3ebf0;background:#fff;width:100%;margin:0;padding:0;position:static;box-shadow:none}
.site-header .mobile-menu.open{display:block}
.site-header .mobile-menu-in{width:calc(100% - 20px);margin:auto;padding:9px 0 13px;display:grid;grid-template-columns:1fr;gap:6px}
.site-header .mobile-menu a{
  min-height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;margin:0;
  border-radius:12px;border:1px solid #e0e8ee;background:#f8fafb;color:#37566d;
  text-decoration:none;font-size:12px;font-weight:850;line-height:1.2;box-shadow:none;
}
.site-header .mobile-menu a.primary{background:#0b78c9;color:#fff;border-color:#0b78c9}
.site-header .mobile-sep{height:1px;background:#e4ebf0;margin:3px 0;padding:0;border:0}

@media(max-width:860px){
  .site-header .nav,.site-header .consult{display:none}
  .site-header .menu-btn{display:block}
}
@media(max-width:680px){
  .site-header{position:relative}
  .site-header .header-in{width:calc(100% - 16px);min-height:68px;gap:7px}
  .site-header .brand{gap:6px}
  .site-header .brand img{height:42px;max-width:104px}
  .site-header .brand-wordmark{gap:4px}
  .site-header .brand-wordmark strong{font-size:13px}
  .site-header .brand-wordmark span{font-size:10.5px}
  .site-header .menu-btn{width:42px;height:42px;min-width:42px}
}
@media(max-width:380px){
  .site-header .brand{min-width:0;gap:5px}
  .site-header .brand img{height:39px;max-width:94px}
  .site-header .brand-wordmark{display:inline-flex!important;align-items:baseline;gap:3px;min-width:0;white-space:nowrap}
  .site-header .brand-wordmark strong{display:inline!important;font-size:12.5px!important;line-height:1!important}
  .site-header .brand-wordmark span{display:inline!important;font-size:9.5px!important;line-height:1!important}
}
@media(max-width:340px){
  .site-header .brand img{height:36px;max-width:84px}
  .site-header .brand-wordmark strong{font-size:11.5px!important}
  .site-header .brand-wordmark span{font-size:8.8px!important}
}
@media (orientation:landscape) and (max-height:500px) and (max-width:950px){
  .site-header{position:relative}
  .site-header .header-in{min-height:46px;height:46px;width:calc(100% - 12px);gap:6px}
  .site-header .brand{gap:5px}
  .site-header .brand img{height:31px;max-width:72px}
  .site-header .brand-wordmark{gap:3px}
  .site-header .brand-wordmark strong{font-size:11.5px;line-height:1}
  .site-header .brand-wordmark span{font-size:8.8px;line-height:1}
  .site-header .menu-btn{width:34px;height:34px;min-width:34px;margin-left:auto}
  .site-header .menu-btn i{width:15px;margin:3px auto}
  .site-header .mobile-menu-in{padding-top:6px}
}
