/* NOVARIS CLEAN – ruhige, durchgehend horizontale Rechnernavigation.
   Ausschließlich für die nachweislich betroffene Laptopspanne. */
@media (min-width: 1100px) and (max-width: 1450px) {
  #root nav[data-loc="client/src/components/Navbar.tsx:33"] {
    min-height: 5.05rem !important;
  }

  #root nav[data-loc="client/src/components/Navbar.tsx:33"] > div[data-loc="client/src/components/Navbar.tsx:44"] {
    min-height: 5.05rem !important;
    gap: .72rem !important;
    padding-right: 1.35rem !important;
    padding-left: 1.35rem !important;
  }

  #root nav[data-loc="client/src/components/Navbar.tsx:33"] img {
    width: 8.9rem !important;
    max-width: 8.9rem !important;
    height: auto !important;
    flex: 0 0 auto !important;
  }

  #root nav[data-loc="client/src/components/Navbar.tsx:33"] [class~="hidden"][class~="lg:flex"] {
    display: flex !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: .68rem !important;
    white-space: nowrap !important;
  }

  #root nav[data-loc="client/src/components/Navbar.tsx:33"] [class~="hidden"][class~="lg:flex"] a {
    flex: 0 0 auto !important;
    font-size: .68rem !important;
    font-weight: 800 !important;
    letter-spacing: .03em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  #root nav[data-loc="client/src/components/Navbar.tsx:33"] button {
    flex: 0 0 auto !important;
    padding: .72rem .88rem !important;
    font-size: .68rem !important;
    font-weight: 800 !important;
    letter-spacing: .055em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

/* Enger Desktop / große Tablets: dieselbe horizontale Navigation, nur maßvoll verdichtet. */
@media (min-width: 1024px) and (max-width: 1099px) {
  #root nav[data-loc="client/src/components/Navbar.tsx:33"] {
    min-height: 4.8rem !important;
  }

  #root nav[data-loc="client/src/components/Navbar.tsx:33"] > div[data-loc="client/src/components/Navbar.tsx:44"] {
    min-height: 4.8rem !important;
    gap: .45rem !important;
    padding-right: .95rem !important;
    padding-left: .95rem !important;
  }

  #root nav[data-loc="client/src/components/Navbar.tsx:33"] img {
    width: 7.1rem !important;
    max-width: 7.1rem !important;
    height: auto !important;
    flex: 0 0 auto !important;
  }

  #root nav[data-loc="client/src/components/Navbar.tsx:33"] [class~="hidden"][class~="lg:flex"] {
    display: flex !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: .42rem !important;
    white-space: nowrap !important;
  }

  #root nav[data-loc="client/src/components/Navbar.tsx:33"] [class~="hidden"][class~="lg:flex"] a {
    flex: 0 0 auto !important;
    font-size: .58rem !important;
    font-weight: 800 !important;
    letter-spacing: .018em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  #root nav[data-loc="client/src/components/Navbar.tsx:33"] button {
    flex: 0 0 auto !important;
    padding: .6rem .65rem !important;
    font-size: .58rem !important;
    font-weight: 800 !important;
    letter-spacing: .035em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

/* In der schmalsten Desktopspanne hat die vollständige horizontale Hauptnavigation Vorrang vor einer zweiten Kontaktaufforderung; Kontakt bleibt als eigener Menüpunkt und im Seiteninhalt erreichbar. */
@media (min-width: 1024px) and (max-width: 1099px) {
  #root nav[data-loc="client/src/components/Navbar.tsx:33"] > div[data-loc="client/src/components/Navbar.tsx:44"] > a[class~="hidden"][class~="lg:flex"] {
    display: none !important;
  }
}
