
.wlm-site-header{
  position:relative;
  z-index:9990;
  width:100%;
  background:#fff;
  box-shadow:0 6px 22px rgba(7,31,77,.09);
  font-family:inherit;
}
.wlm-site-header-inner{
  width:min(1380px,calc(100% - 36px));
  margin:0 auto;
}
.wlm-site-header-metrics{
  background:#071f4d;
  color:#fff;
  font-size:11px;
}
.wlm-site-header-metrics .wlm-site-header-inner{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.wlm-site-header-public-data,
.wlm-site-header-user-data{
  display:flex;
  align-items:center;
  gap:8px 18px;
  flex-wrap:wrap;
}
.wlm-site-header-public-data span,
.wlm-site-header-user-data span,
.wlm-site-header-user-data a{
  color:rgba(255,255,255,.82);
  text-decoration:none;
  white-space:nowrap;
}
.wlm-site-header-public-data strong{
  color:#8de0aa;
  font-size:14px;
}
.wlm-site-header-user-data b{
  display:inline-grid;
  min-width:19px;
  height:19px;
  margin-left:4px;
  padding:0 5px;
  place-items:center;
  border-radius:999px;
  background:#169447;
  color:#fff;
  font-size:10px;
}
.wlm-site-header-main .wlm-site-header-inner{
  min-height:92px;
  display:flex;
  align-items:center;
  gap:18px;
}
.wlm-site-header-brand{
  flex:0 0 auto;
  max-width:290px;
}
.wlm-site-header-brand .custom-logo-link{
  display:flex;
  align-items:center;
}
.wlm-site-header-brand .custom-logo{
  width:auto;
  max-width:275px;
  max-height:72px;
  object-fit:contain;
}
.wlm-site-header-logo-fallback{
  display:flex;
  align-items:center;
  gap:10px;
  color:#071f4d;
  text-decoration:none;
}
.wlm-site-header-logo-fallback img{
  width:46px;
  height:46px;
  object-fit:contain;
}
.wlm-site-header-logo-fallback>span:last-child{
  display:flex;
  flex-direction:column;
}
.wlm-site-header-logo-fallback strong{
  font-size:24px;
  line-height:1;
}
.wlm-site-header-logo-fallback small{
  margin-top:4px;
  color:#64748b;
  font-size:10px;
}
.wlm-logo-mark{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#169447;
  color:#fff;
  font-size:23px;
  font-weight:900;
}
.wlm-site-navigation{
  flex:1 1 auto;
  min-width:0;
}
.wlm-site-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  margin:0;
  padding:0;
  list-style:none;
}
.wlm-site-menu>li{
  position:relative;
  margin:0;
}
.wlm-site-menu>li>a,
.wlm-site-submenu-toggle{
  min-height:42px;
  display:flex;
  align-items:center;
  gap:5px;
  padding:8px 10px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#182944;
  font:inherit;
  font-size:15px;
  font-weight:760;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
}
.wlm-site-menu>li>a:hover,
.wlm-site-submenu-toggle:hover,
.wlm-site-menu-item-has-children.is-open>.wlm-site-submenu-toggle{
  background:#edf8f1;
  color:#127b3a;
}
.wlm-site-submenu-toggle span{
  font-size:14px;
  transition:transform .16s ease;
}
.wlm-site-menu-item-has-children.is-open>.wlm-site-submenu-toggle span{
  transform:rotate(180deg);
}
.wlm-site-submenu{
  position:absolute;
  left:0;
  top:calc(100% + 7px);
  min-width:245px;
  margin:0;
  padding:8px;
  border:1px solid #dce4ef;
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 42px rgba(7,31,77,.16);
  list-style:none;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .15s ease,visibility .15s ease,transform .15s ease;
}
.wlm-site-menu-item-has-children:hover>.wlm-site-submenu,
.wlm-site-menu-item-has-children:focus-within>.wlm-site-submenu,
.wlm-site-menu-item-has-children.is-open>.wlm-site-submenu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.wlm-site-submenu li{
  margin:0;
}
.wlm-site-submenu a{
  display:block;
  padding:10px 11px;
  border-radius:8px;
  color:#334155;
  font-size:15px;
  font-weight:650;
  text-decoration:none;
}
.wlm-site-submenu a:hover{
  background:#f0f6fc;
  color:#127b3a;
}
.wlm-site-header-actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:8px;
}
.wlm-site-header-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 13px;
  border-radius:9px;
  font-size:14px;
  font-weight:820;
  text-decoration:none;
  white-space:nowrap;
}
.wlm-site-header-login,
.wlm-site-header-logout{
  border:1px solid #cbd5e1;
  color:#071f4d;
  background:#fff;
}
.wlm-site-header-register,
.wlm-site-header-dashboard{
  border:1px solid #169447;
  background:#169447;
  color:#fff;
}
.wlm-site-header-register:hover,
.wlm-site-header-dashboard:hover{
  background:#107735;
  color:#fff;
}
.wlm-site-header-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  width:48px;
  height:45px;
  padding:9px;
  border:1px solid #d7e0eb;
  border-radius:9px;
  background:#fff;
  cursor:pointer;
}
.wlm-site-header-toggle>span{
  width:22px;
  height:2px;
  display:block;
  margin:2px 0;
  background:#071f4d;
}
.wlm-site-header-toggle b{
  width:100%;
  margin-top:1px;
  color:#475569;
  font-size:8px;
  text-transform:uppercase;
}
@media(min-width:1181px){
  .wlm-site-header-main{
    position:sticky;
    top:0;
  }
}
@media(max-width:1180px){
  .wlm-site-header-main .wlm-site-header-inner{
    min-height:80px;
    flex-wrap:wrap;
  }
  .wlm-site-header-toggle{
    display:flex;
    margin-left:auto;
  }
  .wlm-site-navigation{
    order:4;
    flex:0 0 100%;
    display:none;
    padding-bottom:14px;
  }
  .wlm-site-header.is-menu-open .wlm-site-navigation{
    display:block;
  }
  .wlm-site-menu{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:start;
    gap:7px;
  }
  .wlm-site-menu>li>a,
  .wlm-site-submenu-toggle{
    width:100%;
    justify-content:space-between;
    border:1px solid #e1e7ef;
  }
  .wlm-site-submenu{
    position:static;
    display:none;
    min-width:0;
    margin-top:5px;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
  }
  .wlm-site-menu-item-has-children:hover>.wlm-site-submenu,
  .wlm-site-menu-item-has-children:focus-within>.wlm-site-submenu{
    display:none;
  }
  .wlm-site-menu-item-has-children.is-open>.wlm-site-submenu{
    display:block;
  }
}
@media(max-width:780px){
  .wlm-site-header-metrics .wlm-site-header-inner{
    padding:7px 0;
  }
  .wlm-site-header-public-data{
    gap:4px 11px;
  }
  .wlm-site-header-user-data{
    display:none;
  }
  .wlm-site-header-brand{
    max-width:190px;
  }
  .wlm-site-header-brand .custom-logo{
    max-width:180px;
    max-height:50px;
  }
  .wlm-site-header-actions{
    order:5;
    flex:0 0 100%;
    padding-bottom:12px;
  }
  .wlm-site-header-actions a{
    flex:1;
  }
}
@media(max-width:560px){
  .wlm-site-header-inner{
    width:min(100% - 22px,1380px);
  }
  .wlm-site-header-public-data span:nth-child(n+3){
    display:none;
  }
  .wlm-site-menu{
    grid-template-columns:1fr;
  }
}

/* 2.0.27 – größerer Header, Logo und Schrift */
.wlm-site-header-main .wlm-site-header-inner{
  min-height:92px;
}
.wlm-site-header-brand{
  max-width:290px;
}
.wlm-site-header-brand .custom-logo{
  max-width:275px;
  max-height:72px;
}
.wlm-site-header-logo-fallback img{
  width:58px;
  height:58px;
}
.wlm-site-header-logo-fallback strong{
  font-size:24px;
}
.wlm-site-header-logo-fallback small{
  font-size:12px;
}
.wlm-site-menu>li>a,
.wlm-site-submenu-toggle{
  min-height:46px;
  padding:10px 13px;
  font-size:15px;
}
.wlm-site-submenu a{
  padding:12px 13px;
  font-size:14px;
}
.wlm-site-header-actions a{
  min-height:44px;
  padding:10px 15px;
  font-size:14px;
}
.wlm-site-header-metrics{
  font-size:12px;
}
.wlm-site-header-public-data strong{
  font-size:14px;
}
@media(max-width:1180px){
  .wlm-site-header-main .wlm-site-header-inner{
    min-height:80px;
  }
}
@media(max-width:780px){
  .wlm-site-header-brand{
    max-width:230px;
  }
  .wlm-site-header-brand .custom-logo{
    max-width:220px;
    max-height:60px;
  }
}

/* 2.0.28 – nochmals größeres Logo und größere Header-Schriften */
.wlm-site-header-main .wlm-site-header-inner{
  min-height:108px;
}
.wlm-site-header-brand{
  max-width:350px;
}
.wlm-site-header-brand .custom-logo{
  max-width:335px;
  max-height:88px;
}
.wlm-site-header-logo-fallback img{
  width:68px;
  height:68px;
}
.wlm-site-header-logo-fallback strong{
  font-size:28px;
}
.wlm-site-header-logo-fallback small{
  font-size:13px;
}
.wlm-logo-mark{
  width:58px;
  height:58px;
  font-size:29px;
}
.wlm-site-menu>li>a,
.wlm-site-submenu-toggle{
  min-height:50px;
  padding:11px 15px;
  font-size:16px;
}
.wlm-site-submenu{
  min-width:270px;
}
.wlm-site-submenu a{
  padding:13px 14px;
  font-size:15px;
}
.wlm-site-header-actions a{
  min-height:48px;
  padding:11px 17px;
  font-size:15px;
}
.wlm-site-header-metrics{
  font-size:13px;
}
.wlm-site-header-public-data strong{
  font-size:15px;
}
.wlm-site-header-user-data b{
  min-width:22px;
  height:22px;
  font-size:11px;
}
@media(max-width:1180px){
  .wlm-site-header-main .wlm-site-header-inner{
    min-height:92px;
  }
  .wlm-site-header-brand{
    max-width:285px;
  }
  .wlm-site-header-brand .custom-logo{
    max-width:270px;
    max-height:72px;
  }
  .wlm-site-menu>li>a,
  .wlm-site-submenu-toggle{
    font-size:15px;
  }
}
@media(max-width:780px){
  .wlm-site-header-brand{
    max-width:250px;
  }
  .wlm-site-header-brand .custom-logo{
    max-width:235px;
    max-height:66px;
  }
  .wlm-site-header-logo-fallback strong{
    font-size:23px;
  }
}
@media(max-width:560px){
  .wlm-site-header-brand{
    max-width:205px;
  }
  .wlm-site-header-brand .custom-logo{
    max-width:195px;
    max-height:58px;
  }
}


/* 2.0.43 – App-Links im Plattform-Header */
.wlm-site-header-apps{
  display:flex;
  align-items:center;
  gap:9px;
  flex:0 0 auto;
}
.wlm-site-header-apps-title{
  color:#64748b;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}
.wlm-site-header-app-buttons{
  display:flex;
  align-items:center;
  gap:7px;
}
.wlm-site-app-button{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:46px;
  padding:7px 11px;
  border:1px solid #d6e0ec;
  border-radius:11px;
  background:#fff;
  color:#071f4d;
  text-decoration:none;
  box-shadow:0 5px 14px rgba(7,31,77,.08);
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.wlm-site-app-button:hover{
  transform:translateY(-1px);
  border-color:#169447;
  box-shadow:0 7px 18px rgba(7,31,77,.13);
}
.wlm-site-app-button.is-coming-soon{
  opacity:.72;
  cursor:default;
  box-shadow:none;
}
.wlm-site-app-button.is-coming-soon:hover{
  transform:none;
  border-color:#d6e0ec;
}
.wlm-site-app-icon{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:8px;
  background:#071f4d;
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.wlm-site-app-button.is-android .wlm-site-app-icon{
  background:#169447;
}
.wlm-site-app-copy small,
.wlm-site-app-copy strong{
  display:block;
  white-space:nowrap;
}
.wlm-site-app-copy small{
  color:#64748b;
  font-size:8px;
  line-height:1.1;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.wlm-site-app-copy strong{
  margin-top:2px;
  color:#071f4d;
  font-size:11px;
  line-height:1.1;
}
@media(max-width:1320px){
  .wlm-site-header-apps-title{display:none}
  .wlm-site-app-button{padding:7px 9px}
}
@media(max-width:1180px){
  .wlm-site-header-apps{
    order:4;
    width:100%;
    justify-content:flex-end;
    padding:0 0 10px;
  }
  .wlm-site-header-apps-title{display:inline}
}
@media(max-width:780px){
  .wlm-site-header-apps{
    order:4;
    align-items:flex-start;
    flex-direction:column;
    width:100%;
    padding:4px 0 10px;
  }
  .wlm-site-header-apps-title{display:block}
  .wlm-site-header-app-buttons{width:100%}
  .wlm-site-app-button{flex:1;justify-content:center;min-width:0}
}
@media(max-width:420px){
  .wlm-site-header-app-buttons{flex-direction:column}
  .wlm-site-app-button{width:100%}
}


/* 2.0.44 – zweizeiliger Header ohne Überschneidungen */
.wlm-site-header-main .wlm-site-header-inner{
  display:flex;
  flex-direction:column;
  width:min(100%,1480px);
  min-height:0;
  margin:0 auto;
  padding:0 24px;
}
.wlm-site-header-top-row{
  display:grid;
  grid-template-columns:minmax(250px,360px) minmax(0,1fr);
  align-items:center;
  gap:24px;
  width:100%;
  min-height:106px;
  padding:14px 0 12px;
}
.wlm-site-header-bottom-row{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:60px;
  padding:5px 0 11px;
  border-top:1px solid #e1e8f0;
}
.wlm-site-header-brand{
  min-width:0;
  max-width:360px;
}
.wlm-site-header-brand .custom-logo{
  display:block;
  width:auto;
  max-width:340px;
  max-height:84px;
  object-fit:contain;
}
.wlm-site-header-utility{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px 15px;
  min-width:0;
}
.wlm-site-header-apps{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  min-width:0;
}
.wlm-site-header-app-buttons,
.wlm-site-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:8px;
  min-width:0;
}
.wlm-site-app-button,
.wlm-site-header-actions a{
  flex:0 1 auto;
  min-width:0;
  max-width:100%;
  white-space:nowrap;
}
.wlm-site-navigation{
  width:100%;
  min-width:0;
}
.wlm-site-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:5px 8px;
  width:100%;
  margin:0;
  padding:0;
}
.wlm-site-menu>li{
  min-width:0;
}
.wlm-site-menu>li>a,
.wlm-site-submenu-toggle{
  min-height:46px;
  padding:10px 14px;
  white-space:nowrap;
  line-height:1.2;
}
.wlm-site-submenu{z-index:1003}
.wlm-site-header-toggle{flex:0 0 auto}

@media(max-width:1220px){
  .wlm-site-header-main .wlm-site-header-inner{padding:0 18px}
  .wlm-site-header-top-row{
    grid-template-columns:minmax(220px,300px) minmax(0,1fr);
    gap:18px;
    min-height:96px;
  }
  .wlm-site-header-brand .custom-logo{max-width:285px;max-height:72px}
  .wlm-site-header-utility{gap:8px 11px}
  .wlm-site-app-button,.wlm-site-header-actions a{padding:8px 11px}
  .wlm-site-menu>li>a,.wlm-site-submenu-toggle{padding:9px 11px;font-size:14px}
}

@media(max-width:980px){
  .wlm-site-header-top-row{
    grid-template-columns:1fr;
    justify-items:center;
    gap:12px;
    min-height:auto;
    padding:14px 0;
  }
  .wlm-site-header-brand{max-width:320px;text-align:center}
  .wlm-site-header-brand .custom-logo{margin:0 auto;max-width:300px;max-height:74px}
  .wlm-site-header-utility{justify-content:center;width:100%}
  .wlm-site-header-apps,.wlm-site-header-app-buttons,.wlm-site-header-actions{justify-content:center}
  .wlm-site-header-bottom-row{padding:8px 0 12px}
}

@media(max-width:780px){
  .wlm-site-header-main .wlm-site-header-inner{padding:0 12px}
  .wlm-site-header-top-row{display:flex;flex-direction:column}
  .wlm-site-header-brand{max-width:255px}
  .wlm-site-header-brand .custom-logo{max-width:240px;max-height:64px}
  .wlm-site-header-utility{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    gap:10px;
  }
  .wlm-site-header-apps{
    order:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
    padding:0;
  }
  .wlm-site-header-apps-title{display:block}
  .wlm-site-header-app-buttons{width:100%;justify-content:center}
  .wlm-site-app-button{flex:1 1 150px;justify-content:center;white-space:normal}
  .wlm-site-header-actions{order:2;width:100%;justify-content:center}
  .wlm-site-header-actions a{flex:1 1 140px;justify-content:center;white-space:normal;text-align:center}
  .wlm-site-header-toggle{order:3;margin:0 auto}
  .wlm-site-header-bottom-row{display:block;width:100%;padding:0;border-top:1px solid #e1e8f0}
  .wlm-site-navigation{width:100%}
  .wlm-site-navigation.is-open,.wlm-site-navigation[aria-hidden="false"]{padding:10px 0 12px}
  .wlm-site-menu{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    width:100%;
  }
  .wlm-site-menu>li{width:100%}
  .wlm-site-menu>li>a,.wlm-site-submenu-toggle{
    width:100%;
    justify-content:center;
    white-space:normal;
    text-align:center;
  }
}

@media(max-width:460px){
  .wlm-site-header-app-buttons{flex-direction:column}
  .wlm-site-app-button{width:100%;flex-basis:auto}
  .wlm-site-header-actions{flex-direction:column}
  .wlm-site-header-actions a{width:100%;flex-basis:auto}
  .wlm-site-menu{grid-template-columns:1fr}
}

/* 2.0.48 – Auditkorrekturen für Header, App-Buttons und Theme-Konflikte */
body.wlm-has-platform-header header#masthead,
body.wlm-has-platform-header .site-header:not(.wlm-site-header),
body.wlm-has-platform-header .kadence-header,
body.wlm-has-platform-header #kadence-header{
  display:none!important;
}
.wlm-site-header-brand .custom-logo-link{
  display:flex!important;
  align-items:center;
  min-width:0;
}
.wlm-site-header-brand .custom-logo-link + .site-title,
.wlm-site-header-brand .custom-logo-link + .site-branding{
  display:none!important;
}
.wlm-site-header-apps{
  gap:10px!important;
}
.wlm-site-header-apps-title{
  display:inline-flex;
  align-items:center;
  margin-right:4px;
  white-space:nowrap;
}
.wlm-site-header-app-buttons{
  display:flex;
  align-items:stretch;
  flex-wrap:wrap;
  gap:8px;
}
.wlm-site-app-button{
  gap:9px!important;
  overflow:hidden;
}
.wlm-site-app-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.wlm-site-app-copy small,
.wlm-site-app-copy strong{
  display:block;
  white-space:nowrap;
}
@media(max-width:680px){
  .wlm-site-header-apps-title{
    width:100%;
    justify-content:center;
    margin:0 0 2px;
  }
  .wlm-site-header-app-buttons{
    width:100%;
  }
  .wlm-site-app-button{
    flex:1 1 180px;
  }
}

/* 3.0.2 – doppelte Seitentitel/Branding vermeiden */
body.single-wlm_logo .entry-header,
body.single-wlm_adspace .entry-header,
body.single-wlm_logo .entry-title,
body.single-wlm_adspace .entry-title{
  display:none!important;
}
.wlm-site-header-brand .site-title,
.wlm-site-header-brand .site-description{
  display:none!important;
}

/* 3.0.2 – klare Trennung der App-Schaltflächen */
.wlm-site-app-button .wlm-site-app-copy{
  gap:2px;
}
.wlm-site-app-button small{
  margin-bottom:1px;
}
.wlm-site-app-button strong{
  margin-top:1px;
}
