/* Satya Marchand – Jimdo Creator / Eigenes Layout
   Komplette bereinigte CSS-Version zum 1:1-Kopieren in den CSS-Tab.

   Erwartete Datei im Tab „Dateien“:
   - hero-ultrawide.jpg = fertiges Ultra-Wide-Hero-Bild inklusive Portrait
*/

#container.satya-site {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
}

.satya-site {
  --white: #ffffff;
  --milk: #fbfaf6;
  --linen: #f4efe7;
  --earth: #a77b58;
  --shirt-blue: #4f86b5;
  --shirt-blue-dark: #3f6f98;
  --shirt-blue-soft: rgba(79, 134, 181, 0.22);
  --ink: #27231f;
  --muted: #736b63;
  --soft: rgba(39, 35, 31, 0.10);
  --rule: rgba(39, 35, 31, 0.14);
  --rule-soft: rgba(39, 35, 31, 0.075);
  --hero-image: url("https://u.jimcdn.com/cms/o/sa4390a7fbcd5409a/userlayout/img/hero-ultrawide-darkened.jpg?t=1783250398");

  font-family: Inter, "Source Sans Pro", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.75;
  letter-spacing: -0.01em;
  scroll-behavior: smooth;
}

.satya-site,
.satya-site * {
  box-sizing: border-box;
}

.satya-site a {
  color: inherit;
  text-decoration: none;
}

.satya-site .container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.satya-site h1,
.satya-site h2,
.satya-site h3,
.satya-site blockquote,
.satya-site .serif {
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400;
  line-height: 1.08;
}

.satya-site p {
  font-family: Georgia, "Times New Roman", serif !important;
  color: #736b63;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

/* Header / Brand / Jimdo-Navigation */
.satya-site .satya-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(39, 35, 31, 0.08);
}

.satya-site .nav {
  width: min(1160px, calc(100% - 32px)) !important;
  max-width: 1160px !important;
  margin: 0 auto !important;
  gap: 20px !important;
}

@media (max-width: 1180px) {
  .satya-site .nav-links {
    font-size: 0.82rem !important;
  }

  .satya-site .nav-links ul,
  .satya-site .nav-links ol {
    gap: 16px !important;
  }

  .satya-site .nav-links li:last-child>a {
    padding: 9px 14px !important;
  }
}

.satya-site .brand {
  display: grid;
  gap: 1px;
  flex: 0 0 auto;
}

.satya-site .brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.satya-site .brand span {
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.satya-site .nav-links {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;

  color: var(--muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.2 !important;

  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
}

.satya-site .nav-links::-webkit-scrollbar {
  display: none !important;
}

.satya-site .nav-links ul,
.satya-site .nav-links ol {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;

  width: max-content !important;
  min-width: 100% !important;

  gap: 22px !important;
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
  white-space: nowrap !important;
}

.satya-site .nav-links li {
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
}

.satya-site .nav-links li::before,
.satya-site .nav-links li::after {
  content: none !important;
  display: none !important;
}

.satya-site .nav-links a,
.satya-site .nav-links a:link,
.satya-site .nav-links a:visited,
.satya-site .nav-links a:hover,
.satya-site .nav-links a:active,
.satya-site .nav-links span {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--muted) !important;
  font: inherit !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

.satya-site .nav-links a::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -7px !important;
  height: 1px !important;
  background: var(--earth) !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.25s ease !important;
}

.satya-site .nav-links a:hover::after,
.satya-site .nav-links .current>a::after,
.satya-site .nav-links .jmd-nav__list-item--current>a::after,
.satya-site .nav-links .cc-nav-current>a::after {
  transform: scaleX(1) !important;
}

.satya-site .nav-links li:last-child>a {
  border: 1px solid rgba(39, 35, 31, 0.16) !important;
  border-radius: 999px !important;
  padding: 11px 18px !important;
  color: var(--ink) !important;
  background: rgba(255, 255, 255, 0.48) !important;
}

.satya-site .nav-links li:last-child>a::after {
  display: none !important;
}

/* Hero: ein einziges Ultra-Wide-Bild, ohne Parallax
   Der gesamte Hero ist zentriert, ca. 2/3 breit und behält sein Seitenverhältnis.
   Das Bild wird vollständig angezeigt und nicht abgeschnitten. */
/* ---------------------------------------------------------
   Hero mit echter Bildhöhe
--------------------------------------------------------- */

/* ---------------------------------------------------------
   RESPONSIVER HERO MIT ECHTEM BILD
   Das Bild bestimmt immer exakt die Höhe des Hero-Containers.
--------------------------------------------------------- */

.satya-site .satya-wide-hero {
  position: relative !important;

  width: min(68vw, 1320px) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;

  margin: 0 auto !important;
  padding: 0 !important;

  display: block !important;
  overflow: hidden !important;

  background: none !important;
  line-height: 0 !important;
}

/* Das echte Bild bestimmt die Höhe */
.satya-site .satya-wide-hero-image {
  display: block !important;

  width: 100% !important;
  height: auto !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;

  object-fit: contain !important;
}

/* Dunkler Verlauf ausschließlich über dem Bild */
.satya-site .satya-wide-hero::after {
  content: "";
  position: absolute;
  inset: 0;

  z-index: 1;
  pointer-events: none;

  background:
    linear-gradient(90deg,
      rgba(20, 18, 16, 0.24) 0%,
      rgba(20, 18, 16, 0.10) 44%,
      rgba(20, 18, 16, 0.01) 75%,
      transparent 100%);
}

/* Schrift liegt innerhalb der Bildfläche */
.satya-site .satya-wide-hero .hero-content {
  position: absolute !important;
  z-index: 2 !important;

  left: 8% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  width: 54% !important;
  max-width: 720px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;
  line-height: normal !important;
}

.satya-site .satya-wide-hero .hero-kicker {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;

  margin: 0 0 22px !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.94) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(9px, 0.7vw, 12px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;
}

.satya-site .satya-wide-hero .hero-kicker::before {
  content: "";
  display: block;

  width: clamp(28px, 3vw, 48px);
  height: 1px;
  flex: 0 0 auto;

  background: currentColor;
}

.satya-site .satya-wide-hero h1 {
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(32px, 4.1vw, 78px) !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;

  text-shadow: 0 16px 50px rgba(20, 18, 16, 0.38) !important;
}

/* ---------------------------------------------------------
   Kleinere Desktop- und Laptopbreiten
--------------------------------------------------------- */

@media (max-width: 1180px) {
  .satya-site .satya-wide-hero {
    width: 86vw !important;
  }

  .satya-site .satya-wide-hero .hero-content {
    left: 5% !important;
    width: 56% !important;
  }

  .satya-site .satya-wide-hero h1 {
    font-size: clamp(30px, 4.8vw, 58px) !important;
  }
}

/* ---------------------------------------------------------
   Tablet
--------------------------------------------------------- */

@media (max-width: 900px) {
  .satya-site .satya-wide-hero {
    width: calc(100% - 30px) !important;
  }

  .satya-site .satya-wide-hero .hero-content {
    left: 3% !important;
    width: 58% !important;
  }

  .satya-site .satya-wide-hero .hero-kicker {
    gap: 10px !important;
    margin-bottom: 14px !important;
    font-size: 9px !important;
  }

  .satya-site .satya-wide-hero h1 {
    font-size: clamp(25px, 5.6vw, 46px) !important;
    line-height: 1.03 !important;
  }
}

/* ---------------------------------------------------------
   Smartphone
--------------------------------------------------------- */

@media (max-width: 640px) {
  .satya-site .satya-wide-hero {
    width: calc(100% - 20px) !important;
  }

  .satya-site .satya-wide-hero .hero-content {
    left: 3% !important;
    width: 59% !important;
  }

  .satya-site .satya-wide-hero .hero-kicker {
    gap: 8px !important;
    margin-bottom: 10px !important;
    font-size: 8px !important;
    letter-spacing: 0.16em !important;
  }

  .satya-site .satya-wide-hero .hero-kicker::before {
    width: 24px !important;
  }

  .satya-site .satya-wide-hero h1 {
    font-size: clamp(20px, 5.8vw, 34px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em !important;
  }

  /* Vorgegebene HTML-Zeilenumbrüche auf Mobile deaktivieren */
  .satya-site .satya-wide-hero h1 br {
    display: none !important;
  }
}

/* ---------------------------------------------------------
   Sehr kleine Smartphones
--------------------------------------------------------- */

@media (max-width: 430px) {
  .satya-site .satya-wide-hero {
    width: calc(100% - 12px) !important;
  }

  .satya-site .satya-wide-hero .hero-content {
    left: 3% !important;
    width: 60% !important;
  }

  .satya-site .satya-wide-hero h1 {
    font-size: clamp(18px, 5.7vw, 27px) !important;
  }
}

/* Editierbarer Jimdo-Content */
.satya-site .satya-editable-content,
.satya-site .satya-jimdo-content {
  position: relative;
  z-index: auto;
  display: block;
  min-height: 420px;
  padding: 80px 0;
  background: #ffffff;
  overflow: visible;
}

.satya-site .satya-editable-content h1,
.satya-site .satya-editable-content h2,
.satya-site .satya-editable-content h3 {
  color: var(--ink);
  text-shadow: none;
}

.satya-site .satya-editable-content p {
  color: var(--muted);
}

/* Footer */
.satya-site .satya-footer {
  padding: 42px 0;
  color: var(--muted);
  font-size: 0.9rem;
  border-top: 1px solid var(--soft);
  background: var(--white);
}

.satya-site .footer-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* Kleine Hilfsklasse */
.satya-site .contact-inline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(167, 123, 88, 0.82);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.satya-site .contact-inline::after {
  content: "→";
  color: var(--earth);
  font-size: 0.95rem;
  letter-spacing: 0;
}

.satya-site .contact-inline:hover {
  color: var(--earth);
  border-color: currentColor;
  transform: translateX(3px);
}

/* Jimdo-Editor-Fix */
.satya-site .j-module,
.satya-site .j-widget,
.satya-site .j-html,
.satya-site .j-text,
.satya-site .j-hgrid {
  position: relative;
}

.satya-site .j-module:hover,
.satya-site .j-module:focus-within,
.satya-site .j-widget:hover,
.satya-site .j-widget:focus-within,
.satya-site .j-html:hover,
.satya-site .j-html:focus-within {
  z-index: 1000;
}

/* Individuelle Content-Hintergründe aus deinem bisherigen Setup */
#cc-m-all-content-10382346950,
#cc-m-all-content-10288658750,
#cc-m-all-content-10288657550 {
  background-color: #fbfaf6;
}

/* ---------------------------------------------------------
   Zweispaltiger Jimdo-Inhaltsbereich unter dem Hero
   Nur zwei echte Spalten verwenden; Außenabstände kommen aus CSS.
--------------------------------------------------------- */

/* Der erste Jimdo-Spaltenblock unter dem Hero wird zentriert
   und erhält eine feste maximale Inhaltsbreite. */
.satya-site .satya-editable-content .j-hgrid:first-of-type {
  width: min(960px, calc(100% - 48px)) !important;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: clamp(64px, 7vw, 104px) !important;
  padding-bottom: clamp(64px, 7vw, 104px) !important;
}

/* Nur die tatsächlichen Jimdo-Spalten anfassen.
   Jimdos eigene Desktop-Spaltenlogik bleibt ansonsten erhalten. */
.satya-site .satya-editable-content .j-hgrid:first-of-type .j-hgrid__column,
.satya-site .satya-editable-content .j-hgrid:first-of-type .cc-m-hgrid-column {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

/* Etwas Innenabstand zwischen linker und rechter Spalte. */
.satya-site .satya-editable-content .j-hgrid:first-of-type .j-hgrid__column:first-child,
.satya-site .satya-editable-content .j-hgrid:first-of-type .cc-m-hgrid-column:first-child {
  padding-right: clamp(24px, 3.5vw, 54px) !important;
}

.satya-site .satya-editable-content .j-hgrid:first-of-type .j-hgrid__column:last-child,
.satya-site .satya-editable-content .j-hgrid:first-of-type .cc-m-hgrid-column:last-child {
  padding-left: clamp(24px, 3.5vw, 54px) !important;
}

/* Saubere Typografie ohne aggressive Wortumbrüche. */
.satya-site .satya-editable-content .j-hgrid:first-of-type h1,
.satya-site .satya-editable-content .j-hgrid:first-of-type h2,
.satya-site .satya-editable-content .j-hgrid:first-of-type h3,
.satya-site .satya-editable-content .j-hgrid:first-of-type p {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

/* Tablet und Smartphone:
   Die beiden Spalten werden untereinander gesetzt. */
@media (max-width: 820px) {
  .satya-site .satya-editable-content .j-hgrid:first-of-type {
    width: min(680px, calc(100% - 36px)) !important;
    max-width: 680px !important;
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .satya-site .satya-editable-content .j-hgrid:first-of-type .j-hgrid__column,
  .satya-site .satya-editable-content .j-hgrid:first-of-type .cc-m-hgrid-column {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .satya-site .satya-editable-content .j-hgrid:first-of-type .j-hgrid__column+.j-hgrid__column,
  .satya-site .satya-editable-content .j-hgrid:first-of-type .cc-m-hgrid-column+.cc-m-hgrid-column {
    margin-top: 38px !important;
  }
}

@media (max-width: 520px) {
  .satya-site .satya-editable-content .j-hgrid:first-of-type {
    width: calc(100% - 30px) !important;
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .satya-site .satya-editable-content .j-hgrid:first-of-type h1,
  .satya-site .satya-editable-content .j-hgrid:first-of-type h2,
  .satya-site .satya-editable-content .j-hgrid:first-of-type h3 {
    font-size: clamp(2.1rem, 10vw, 3.2rem) !important;
    line-height: 1.08 !important;
  }

  .satya-site .satya-editable-content .j-hgrid:first-of-type p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }
}

/* ---------------------------------------------------------
   Ende Zweispaltiger Jimdo-Inhaltsbereich unter dem Hero
--------------------------------------------------------- */
/* ---------------------------------------------------------
   Einzelne Elemente auf der Seite per ID ansteuern
--------------------------------------------------------- */
#cc-m-10382390650,
#cc-m-10288657550 {
  background-color: #fbfaf6 !important;
}

#cc-m-all-content-10382390650,
#cc-m-all-content-10382391150,
#cc-m-all-content-10382391050 {
  width: min(960px, calc(100% - 48px)) !important;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 820px) {
  #cc-m-all-content-10382390650 {
    width: min(680px, calc(100% - 36px)) !important;
    max-width: 680px !important;
  }
}

@media (max-width: 520px) {
  #cc-m-all-content-10382390650 {
    width: calc(100% - 30px) !important;
  }
}

/* ---------------------------------------------------------
   Generelle Text Definitionen für die gesamte Seite
--------------------------------------------------------- */
/* Einzelne Jimdo-Module außerhalb von Spalten zentrieren */

.satya-site .satya-editable-content>.j-module,
.satya-site .satya-editable-content>[id^="cc-m-"],
.satya-site .j-module,
.satya-site>[id^="cc-m-"] {
  width: min(960px, calc(100% - 48px)) !important;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Spaltenelement selbst ebenfalls zentrieren */
.satya-site .satya-editable-content>.j-hgrid,
.satya-site .satya-jimdo-content>.j-hgrid {
  width: min(960px, calc(100% - 48px)) !important;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Tablet */
@media (max-width: 820px) {

  .satya-site .j-module,
  .satya-site .satya-editable-content>[id^="cc-m-"],
  .satya-site .satya-editable-content>.j-hgrid,
  .satya-site .satya-jimdo-content>.j-module,
  .satya-site .satya-jimdo-content>[id^="cc-m-"],
  .satya-site .satya-jimdo-content>.j-hgrid {
    width: min(680px, calc(100% - 36px)) !important;
    max-width: 680px !important;
  }
}

/* Smartphone */
@media (max-width: 520px) {

  .satya-site .j-module,
  .satya-site .satya-editable-content>[id^="cc-m-"],
  .satya-site .satya-editable-content>.j-hgrid,
  .satya-site .satya-jimdo-content>.j-module,
  .satya-site .satya-jimdo-content>[id^="cc-m-"],
  .satya-site .satya-jimdo-content>.j-hgrid {
    width: calc(100% - 30px) !important;
    max-width: none !important;
  }
}

/* ---------------------------------------------------------
   Navigation 
--------------------------------------------------------- */

/* ---------------------------------------------------------
   Header: Home-Link und Navigation auf einer Höhe
--------------------------------------------------------- */

.satya-site .satya-header .nav {
  width: min(1160px, calc(100% - 32px)) !important;
  max-width: 1160px !important;
  min-height: 92px !important;

  margin: 0 auto !important;
  padding: 12px 0 !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px !important;
}

/* Logo/Home-Link links */
.satya-site .satya-header .brand {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;

  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Navigation rechts */
.satya-site .satya-header .nav-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  flex: 1 1 auto !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

.satya-site .satya-header .nav-links ul,
.satya-site .satya-header .nav-links ol {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;

  width: auto !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
  gap: 22px !important;
}

/* Sicherstellen, dass kein Jimdo-Modul im Header auf 960px begrenzt wird */
.satya-site .satya-header .j-module,
.satya-site .satya-header [id^="cc-m-"] {
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 980px) {
  .satya-site .satya-header .nav {
    gap: 20px !important;
  }

  .satya-site .satya-header .nav-links {
    font-size: 0.8rem !important;
  }

  .satya-site .satya-header .nav-links ul,
  .satya-site .satya-header .nav-links ol {
    gap: 14px !important;
  }
}

/* ---------------------------------------------------------
   Finale Navigation-Anpassungen nach Kundenfeedback
--------------------------------------------------------- */

/* Home-Link links oben in einem mittleren Blau */
.satya-site .satya-header .brand,
.satya-site .satya-header .brand:link,
.satya-site .satya-header .brand:visited,
.satya-site .satya-header .brand:hover,
.satya-site .satya-header .brand:active {
  color: var(--shirt-blue) !important;
  text-decoration: none !important;
}

.satya-site .satya-header .brand strong {
  display: inline-block !important;
  width: fit-content !important;
  padding-bottom: 2px !important;
  border-bottom: 1px solid var(--shirt-blue) !important;
  color: var(--shirt-blue) !important;
  font-size: 1.18rem !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.satya-site .satya-header .brand span {
  color: var(--shirt-blue-dark) !important;
  text-decoration: none !important;
}

/* Menüpunkte etwas größer */
.satya-site .satya-header .nav-links {
  font-size: 1rem !important;
}

.satya-site .satya-header .nav-links a,
.satya-site .satya-header .nav-links span {
  font-size: inherit !important;
}

/* Alle Menüpunkte gleich behandeln – keine ovale Sonderform */
.satya-site .satya-header .nav-links li:last-child>a {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: var(--muted) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.satya-site .satya-header .nav-links li:last-child>a::after {
  display: block !important;
}

/* Unterstreichungen in Shirt-Blau */
.satya-site .satya-header .nav-links a::after {
  background: var(--shirt-blue) !important;
}

/* Auf kleineren Breiten horizontal scrollbar */
@media (max-width: 1080px) {
  .satya-site .satya-header .nav {
    gap: 22px !important;
  }

  .satya-site .satya-header .nav-links {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 10px !important;

    scrollbar-width: thin !important;
    scrollbar-color: var(--shirt-blue) var(--shirt-blue-soft) !important;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .satya-site .satya-header .nav-links::-webkit-scrollbar {
    display: block !important;
    height: 7px !important;
  }

  .satya-site .satya-header .nav-links::-webkit-scrollbar-track {
    background: var(--shirt-blue-soft) !important;
    border-radius: 999px !important;
  }

  .satya-site .satya-header .nav-links::-webkit-scrollbar-thumb {
    background: var(--shirt-blue) !important;
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
    border-radius: 999px !important;
  }

  .satya-site .satya-header .nav-links::-webkit-scrollbar-thumb:hover {
    background: var(--shirt-blue-dark) !important;
  }

  .satya-site .satya-header .nav-links ul,
  .satya-site .satya-header .nav-links ol {
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: max-content !important;
    gap: 18px !important;
  }
}

/* Noch kompakter, aber weiterhin gut lesbar */
@media (max-width: 760px) {
  .satya-site .satya-header .nav {
    gap: 16px !important;
  }

  .satya-site .satya-header .nav-links {
    font-size: 0.94rem !important;
  }

  .satya-site .satya-header .nav-links ul,
  .satya-site .satya-header .nav-links ol {
    gap: 16px !important;
  }
}