/* Der Name bleibt im mobilen Kopfbereich in einer Zeile. */
@media (max-width: 480px) {
  .header-main-inner .title-with-logo {
    align-items: center;
  }

  .header-main-inner .nv-title-tagline-wrap {
    width: auto;
    min-width: 0;
  }

  .header-main-inner .site-title {
    margin: 0;
    font-size: 20px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .header-main-inner .site-title {
    font-size: 18px !important;
  }

  .header-main-inner .title-with-logo {
    column-gap: 8px;
  }

  .header-main-inner .neve-site-logo {
    width: 28px !important;
    height: 28px !important;
  }
}
