/* WGRCMS Step 0105 - Hero wieder links, Schrift kleiner, Logo etwas größer */
:root{
  --wgr-blue:#015da8!important;
  --wgr-header-h:82px!important;
}

/* Logo etwas größer, aber Header bleibt ruhig */
.site-header .header-inner,
.site-header.wgr-scrolled .header-inner,
body.scrolled .site-header .header-inner,
body.is-scrolled .site-header .header-inner{
  grid-template-columns:380px minmax(500px,1fr) auto!important;
  column-gap:22px!important;
}
.site-header .brand,
.site-header.wgr-scrolled .brand,
body.scrolled .site-header .brand,
body.is-scrolled .site-header .brand{
  width:380px!important;
  min-width:380px!important;
  max-width:380px!important;
  height:74px!important;
  min-height:74px!important;
  max-height:74px!important;
}
.site-header .brand img,
.site-header.wgr-scrolled .brand img,
body.scrolled .site-header .brand img,
body.is-scrolled .site-header .brand img{
  width:380px!important;
  min-width:380px!important;
  max-width:380px!important;
  height:74px!important;
  min-height:74px!important;
  max-height:74px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.site-header .main-nav a,
.site-header.wgr-scrolled .main-nav a,
body.scrolled .site-header .main-nav a,
body.is-scrolled .site-header .main-nav a{
  font-size:12.5px!important;
  padding-left:8px!important;
  padding-right:8px!important;
}
.site-header .main-nav,
.site-header.wgr-scrolled .main-nav,
body.scrolled .site-header .main-nav,
body.is-scrolled .site-header .main-nav{
  gap:4px!important;
}

/* Startseite: Hero wieder wie vorher links statt zentriert */
.wgr-home-hero{
  min-height:540px!important;
}
.wgr-home-hero-inner{
  max-width:1320px!important;
  margin:0 auto!important;
  padding:70px 34px 118px!important;
  text-align:left!important;
}
.wgr-home-hero .wgr-eyebrow{
  justify-content:flex-start!important;
  margin-left:0!important;
  margin-right:0!important;
  max-width:560px!important;
  text-align:left!important;
  font-size:13px!important;
  letter-spacing:.18em!important;
}
.wgr-home-hero h1,
body .wgr-home-hero h1,
main .wgr-home-hero h1{
  display:block!important;
  max-width:560px!important;
  margin:0 0 22px 0!important;
  text-align:left!important;
  font-size:clamp(42px,4.15vw,58px)!important;
  line-height:1.07!important;
  letter-spacing:-.03em!important;
  color:#015da8!important;
}
.wgr-home-hero-text,
.wgr-home-hero p,
body .wgr-home-hero p{
  max-width:560px!important;
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
  font-size:16px!important;
  line-height:1.58!important;
}
.wgr-hero-actions{
  justify-content:flex-start!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Kachelreihe nicht aufblasen */
.wgr-home-quick{margin-top:-68px!important;}
.wgr-quick-card{padding:26px 24px!important;min-height:142px!important;}
.wgr-quick-card h3{font-size:19px!important;line-height:1.18!important;}
.wgr-quick-card p{font-size:13.5px!important;line-height:1.45!important;}
.wgr-icon{width:52px!important;height:52px!important;font-size:25px!important;}

@media(max-width:1280px){
  .site-header .header-inner,.site-header.wgr-scrolled .header-inner{grid-template-columns:340px minmax(480px,1fr) auto!important;}
  .site-header .brand,.site-header.wgr-scrolled .brand{width:340px!important;min-width:340px!important;max-width:340px!important;}
  .site-header .brand img,.site-header.wgr-scrolled .brand img{width:340px!important;min-width:340px!important;max-width:340px!important;}
  .site-header .main-nav a,.site-header.wgr-scrolled .main-nav a{font-size:12px!important;padding-left:6px!important;padding-right:6px!important;}
}
@media(max-width:980px){
  .site-header .brand,.site-header.wgr-scrolled .brand{width:330px!important;min-width:0!important;max-width:330px!important;}
  .site-header .brand img,.site-header.wgr-scrolled .brand img{width:330px!important;min-width:0!important;max-width:330px!important;}
  .wgr-home-hero-inner{padding:52px 22px 106px!important;}
  .wgr-home-hero h1,body .wgr-home-hero h1,main .wgr-home-hero h1{font-size:clamp(36px,7vw,48px)!important;max-width:520px!important;}
}
