/* Einheitlicher IMPREGO-Seitenkopf – 06.09.2026 */
.imp-global-header,
.imp-global-header *{box-sizing:border-box}
.imp-global-header{
  position:sticky;
  top:0;
  z-index:1000;
  width:100%;
  background:rgba(255,255,255,.97);
  border-top:3px solid #132b52;
  border-bottom:1px solid #dbe7ef;
  box-shadow:0 6px 22px rgba(16,47,71,.055);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
.imp-global-header__inner{
  width:min(calc(100% - 28px),1180px);
  min-height:82px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:20px;
}
.imp-global-brand{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:13px;
  color:#123d78!important;
  text-decoration:none!important;
  min-width:max-content;
}
.imp-global-brand__logo{
  width:64px!important;
  height:64px!important;
  max-width:64px!important;
  object-fit:contain!important;
  flex:0 0 64px;
  display:block;
}
.imp-global-brand__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:1.05;
  white-space:nowrap;
}
.imp-global-brand__name{
  display:block;
  color:#123d78;
  font-size:20px;
  font-weight:900;
  letter-spacing:-.025em;
}
.imp-global-brand__tagline{
  display:block;
  margin-top:5px;
  color:#5d7487;
  font-size:11.5px;
  font-weight:760;
  letter-spacing:.01em;
}
.imp-global-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:2px;
}
.imp-global-nav a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 10px;
  border-radius:11px;
  color:#536d81!important;
  text-decoration:none!important;
  font-size:11.5px;
  font-weight:820;
  white-space:nowrap;
}
.imp-global-nav a:hover,
.imp-global-nav a[aria-current="page"]{
  color:#0b70bf!important;
  background:#eef7fd;
}
.imp-global-contact{
  flex:0 0 auto;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  border:1px solid #bcd8ea;
  border-radius:999px;
  background:#fff;
  color:#0b68b4!important;
  text-decoration:none!important;
  font-size:11.5px;
  font-weight:900;
}
.imp-global-contact:hover{background:#f1f9fe}
.imp-global-menu-btn{
  display:none;
  margin-left:auto;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid #bfd9e9;
  border-radius:50%;
  background:#fff;
  cursor:pointer;
}
.imp-global-menu-btn span{
  display:block;
  width:18px;
  height:2px;
  margin:4px auto;
  border-radius:99px;
  background:#0877bc;
}
.imp-global-mobile{
  display:none;
  border-top:1px solid #e3ebf0;
  background:#fff;
}
.imp-global-mobile.is-open{display:block}
.imp-global-mobile__inner{
  width:min(calc(100% - 20px),1180px);
  margin:0 auto;
  padding:10px 0 14px;
  display:grid;
  gap:6px;
}
.imp-global-mobile a{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 13px;
  border:1px solid #e0e8ee;
  border-radius:12px;
  background:#f8fafb;
  color:#37566d!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:850;
}
.imp-global-mobile a[aria-current="page"]{border-color:#b9d9ed;background:#eef8ff;color:#0b70bf!important}
.imp-global-mobile a.imp-global-mobile__contact{background:#176fd1;color:#fff!important;border-color:#176fd1}
.imp-global-mobile__sep{height:1px;background:#e4ebf0;margin:3px 0}

/* Alte Navigationsköpfe auf Sonderseiten werden zu einer nachgeordneten Seitennavigation. */
body:has(.imp-global-header) .campaign{position:relative!important;top:auto!important;z-index:2!important}
body:has(.imp-global-header) .nav-shell{position:relative!important;top:auto!important;z-index:2!important;box-shadow:none!important}
body:has(.imp-global-header) .nav-shell .brand{display:none!important}
body:has(.imp-global-header) .nav-shell .nav{min-height:52px!important;justify-content:flex-end!important}
body:has(.imp-global-header) .nav-shell .menuBtn{display:none!important}

@media(max-width:980px){
  .imp-global-nav,.imp-global-contact{display:none}
  .imp-global-menu-btn{display:block}
  .imp-global-header__inner{min-height:76px}
}
@media(max-width:620px){
  .imp-global-header__inner{width:calc(100% - 18px);min-height:70px;gap:10px}
  .imp-global-brand{gap:10px}
  .imp-global-brand__logo{width:52px!important;height:52px!important;max-width:52px!important;flex-basis:52px}
  .imp-global-brand__name{font-size:17px}
  .imp-global-brand__tagline{margin-top:4px;font-size:9.5px}
  body:has(.imp-global-header) .nav-shell{display:none!important}
}
