/* Sprachumschalter in der Hauptnavigation + Desktop-Fix fuer Mobile-Menue */
.nav-lang-switcher{display:flex;align-items:center;gap:4px;margin-left:0;padding-left:12px;border-left:1px solid #d7e2ef;white-space:nowrap}
.nav-lang-switcher a{display:inline-flex!important;align-items:center;justify-content:center;min-width:30px;padding:5px 7px!important;border-radius:999px;font-size:11px!important;font-weight:800!important;line-height:1!important;color:#2d4d74!important;text-decoration:none!important}
.nav-lang-switcher a:hover,.nav-lang-switcher a[aria-current="page"]{background:#edf5ff;color:#0865d3!important}
@media(max-width:980px){.nav-lang-switcher{width:100%;margin:8px 0 0!important;padding:14px 0 0!important;border-left:0;border-top:1px solid #dce7f3;gap:8px}.nav-lang-switcher a{min-width:42px;padding:9px 11px!important;background:#f4f8fd}.nav-lang-switcher a[aria-current="page"]{background:#e8f3ff}}
@media(min-width:981px){button.menu-toggle{display:none!important;visibility:hidden!important;pointer-events:none!important;position:absolute!important;width:0!important;height:0!important;overflow:hidden!important;border:0!important;padding:0!important;margin:0!important}}
