/* TM_MODELLBAHN_MOBILE_HEADER_HEIGHT_FIX_1_0_0
   Nur auf /modellbahn geladen.
   Stabilisiert die mobile Header-Höhenkette, ohne Navigation/Subnavigation umzubauen. */

@media (max-width: 1100px) {
  .tm21-header {
    height: auto !important;
    min-height: 0 !important;
  }

  .tm21-header .tm21-header__inner {
    height: auto !important;
    min-height: 0 !important;
  }
}

@media (max-width: 900px) {
  .tm21-header {
    height: auto !important;
    min-height: 78px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    box-sizing: border-box !important;
  }

  .tm21-header .tm21-header__inner {
    height: auto !important;
    min-height: 52px !important;
    align-items: center !important;
    align-content: center !important;
  }

  .tm21-header .tm21-brand,
  .tm21-header .tm21-menu {
    align-self: center !important;
  }
}
