/* WGRCMS Step 0100 - Header wirklich sticky/fixed */
:root{--wgr-blue:#015da8!important;--wgr-blue-dark:#015da8!important;}
html{scroll-padding-top:92px!important;}
body{padding-top:82px!important;}
.site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:2147483000!important;
  background:#015da8!important;
  background-color:#015da8!important;
  background-image:none!important;
  box-shadow:0 3px 14px rgba(0,45,90,.16)!important;
  transform:none!important;
  will-change:auto!important;
}
.site-header .header-inner{
  min-height:82px!important;
  height:82px!important;
  max-width:1420px!important;
  padding:8px 28px!important;
  gap:18px!important;
}
.site-header .brand{flex:0 0 350px!important;width:350px!important;max-width:350px!important;min-width:310px!important;background:transparent!important;box-shadow:none!important;}
.site-header .brand img{width:350px!important;max-width:350px!important;max-height:74px!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;box-shadow:none!important;border:0!important;}
.site-header .main-nav{gap:5px!important;justify-content:flex-end!important;flex:1 1 auto!important;min-width:0!important;}
.site-header .main-nav a{font-size:12.5px!important;font-weight:800!important;padding:10px 8px!important;border-radius:7px!important;white-space:nowrap!important;}
.site-header .main-nav a.active:not([aria-current="page"]){background:transparent!important;}
.site-header .main-nav a[aria-current="page"]{background:rgba(255,255,255,.11)!important;}
.site-header .header-contact{font-size:12px!important;gap:10px!important;flex:0 0 auto!important;}
.site-header .header-contact a,.site-header .header-contact span{font-size:12px!important;}
body.admin-body, body.login-body{padding-top:0!important;}
@media(max-width:1280px){
  body{padding-top:78px!important;}
  .site-header .header-inner{height:78px!important;min-height:78px!important;}
  .site-header .brand{flex-basis:300px!important;width:300px!important;min-width:260px!important;}
  .site-header .brand img{width:300px!important;max-height:68px!important;}
  .site-header .main-nav a{font-size:12px!important;padding-left:6px!important;padding-right:6px!important;}
  .site-header .header-contact a:last-child{display:none!important;}
}
@media(max-width:980px){
  body{padding-top:142px!important;}
  .site-header .header-inner{height:auto!important;min-height:82px!important;flex-wrap:wrap!important;}
  .site-header .brand{flex:0 0 100%!important;width:100%!important;max-width:340px!important;}
  .site-header .brand img{width:320px!important;}
  .site-header .main-nav{width:100%!important;justify-content:center!important;flex-wrap:wrap!important;}
}
