
/* German mobile navigation: all buttons visible without sideways scrolling. */
@media screen and (max-width: 760px) {
  html[lang="de"] .ge-nav-left,
  html[lang="de"] .ge-nav-right {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    overflow: visible !important;
  }
  html[lang="de"] .ge-nav-left .ge-tab,
  html[lang="de"] .ge-nav-right .ge-tier {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
}

/* German mobile page buttons: compact single-row layout. */
@media screen and (max-width: 760px) {
  html[lang="de"] .ge-nav-left {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  html[lang="de"] .ge-nav-left .ge-tab {
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    min-height: 30px !important;
    padding: 4px 6px !important;
    font-size: 10px !important;
    line-height: 14px !important;
    letter-spacing: normal !important;
    white-space: nowrap !important;
  }
}
