/* C43: Gemeinsame Kopfleiste. Ausschliesslich markierte Kopfbereiche. */
html body [data-c43="header"] {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content max-content !important;
  align-items: center !important;
  justify-content: normal !important;
  gap: 12px !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 68px !important;
  padding: 12px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: visible !important;
  background: #0d0e12 !important;
  border-bottom: 1px solid rgba(201, 162, 63, .25) !important;
  color: #e8e4da !important;
  z-index: 1500 !important;
  pointer-events: auto !important;
}
html body [data-c43="header"] [data-c43="layout"] {
  display: contents !important;
}
/* Im Universum bleibt das vorhandene Startbild wie zuvor vor der Leiste. */
html body #stage > [data-c43="header"] {
  z-index: 20 !important;
}
html body #stage > [data-c43="header"]:has(.c43-open, details[open]) {
  z-index: 1500 !important;
}
html body [data-c43="header"] [data-c43="old-toggle"],
html body [data-c43="header"] [data-c43="old-separator"] {
  display: none !important;
}
html body [data-c43="header"] [data-c43="brand"] {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  justify-self: start !important;
  position: static !important;
  transform: none !important;
  color: #e8e4da !important;
}
html body [data-c43="header"] [data-c43="language"] {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  gap: 2px !important;
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  white-space: nowrap !important;
  color: #b6b1a4 !important;
}
html body [data-c43="header"] [data-c43="language"] button,
html body [data-c43="header"] [data-c43="language"] a {
  box-sizing: border-box !important;
  position: relative !important;
  min-width: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 6px 4px !important;
  font-size: 15px !important;
  letter-spacing: .02em !important;
  line-height: 1.25 !important;
}
html body [data-c43="header"] [data-c43="nav"] {
  display: block !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  position: static !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
  color: #e8e4da !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  text-align: left !important;
}
html body [data-c43="header"] [data-c43="brand"] .home-link {
  margin-left: 0 !important;
}
html body [data-c43="header"] :is(.atlas-chip, .k-chip) {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  justify-self: start !important;
  max-width: 100% !important;
}
html body [data-c43="header"] [data-c43="toggle"] {
  display: none !important;
  box-sizing: border-box !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 9px !important;
  border: 1px solid rgba(201, 162, 63, .5) !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #e8e4da !important;
  cursor: pointer !important;
}
html body [data-c43="header"] [data-c43="toggle"] svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  max-width: none !important;
  fill: none !important;
  stroke: currentColor !important;
}
html body [data-c43="header"] [data-c43="nav"] .c43-panel {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  position: static !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}
html body [data-c43="header"] [data-c43="nav"] .c43-panel > a,
html body [data-c43="header"] [data-c43="nav"] .c43-panel > details > summary {
  display: flex !important;
  box-sizing: border-box !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  gap: 5px !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 44px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  color: #e8e4da !important;
  background: transparent !important;
  font: inherit !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  list-style: none !important;
}
html body [data-c43="header"] [data-c43="nav"] .c43-panel > details {
  display: block !important;
  position: relative !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font: inherit !important;
}
html body [data-c43="header"] [data-c43="nav"] summary::-webkit-details-marker {
  display: none !important;
}
html body [data-c43="header"] [data-c43="nav"] summary::after {
  content: '\25be' !important;
  display: inline-block !important;
  position: static !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  color: #d8bd72 !important;
}
html body [data-c43="header"] [data-c43="nav"] details[open] > summary::after {
  content: '\25b4' !important;
}
html body [data-c43="header"] [data-c43="nav"] .c43-work-menu {
  display: block !important;
  box-sizing: border-box !important;
  position: absolute !important;
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  z-index: 1510 !important;
  width: 332px !important;
  min-width: 0 !important;
  max-width: calc(100vw - 24px) !important;
  max-height: min(72vh, 640px) !important;
  margin: 0 !important;
  padding: 8px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  border: 1px solid rgba(201, 162, 63, .35) !important;
  border-radius: 6px !important;
  background: #13151b !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .35) !important;
}
html body [data-c43="header"] [data-c43="nav"] details:not([open]) > .c43-work-menu {
  display: none !important;
}
html body [data-c43="header"] [data-c43="nav"] .c43-work-menu > a {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 11px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  color: #e8e4da !important;
  background: transparent !important;
  font: inherit !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
html body [data-c43="header"] [data-c43="nav"] .c43-work-menu > .nav-gruppe {
  display: block !important;
  padding: 15px 11px 5px !important;
  color: #b6b1a4 !important;
  font: inherit !important;
  font-size: 12px !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}
html body [data-c43="header"] [data-c43="nav"] .c43-work-menu > .nav-gruppe:first-child {
  padding-top: 5px !important;
}
html body [data-c43="header"] [data-c43="nav"] a[aria-current="page"] {
  color: #d8bd72 !important;
  border-color: rgba(201, 162, 63, .4) !important;
}
html body [data-c43="header"] [data-c43="nav"] a:hover,
html body [data-c43="header"] [data-c43="nav"] summary:hover {
  color: #d8bd72 !important;
  background: rgba(201, 162, 63, .09) !important;
}
html body [data-c43="header"] [data-c43="nav"] a:focus-visible,
html body [data-c43="header"] [data-c43="nav"] summary:focus-visible,
html body [data-c43="header"] [data-c43="toggle"]:focus-visible,
html body [data-c43="header"] [data-c43="language"] button:focus-visible,
html body [data-c43="header"] [data-c43="language"] a:focus-visible {
  outline: 2px solid #d8bd72 !important;
  outline-offset: 2px !important;
}
html body [data-c43="header"] [data-c43="nav"][data-c43-lang="de"] [data-en],
html body [data-c43="header"] [data-c43="nav"][data-c43-lang="en"] [data-de] {
  display: none !important;
}
html body [data-c43="header"] [data-c43="nav"][data-c43-lang="de"] [data-de],
html body [data-c43="header"] [data-c43="nav"][data-c43-lang="en"] [data-en] {
  display: inline !important;
}
/* Desktopbedarf: sechs Punkte ca. 480px + zwei Luecken 24px;
   bei 1024px bleiben nach 24px Rand und 100px Sprache ca. 396px Marke. */
@media (max-width: 899px) {
  html body [data-c43="header"] {
    grid-template-columns: minmax(0, 1fr) max-content 44px !important;
    gap: 8px !important;
    min-height: 64px !important;
    padding: 10px 8px !important;
  }
  html body [data-c43="header"] [data-c43="brand"] {
    font-size: 16px !important;
    letter-spacing: .02em !important;
    gap: 7px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
  html body [data-c43="header"] [data-c43="brand"]:not(:has(img)) { gap: 0 !important; }
  html body [data-c43="header"] [data-c43="brand"] .brand-name {
    font: inherit !important;
    letter-spacing: inherit !important;
  }
  html body [data-c43="header"] [data-c43="brand"] img {
    flex-shrink: 0 !important;
    max-width: 32px !important;
    max-height: 32px !important;
  }
  html body [data-c43="header"] [data-c43="language"] {
    grid-column: 2 !important;
  }
  html body [data-c43="header"] [data-c43="nav"] {
    display: contents !important;
  }
  html body [data-c43="header"] [data-c43="nav"].c43-ready > [data-c43="toggle"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
  }
  html body [data-c43="header"] [data-c43="nav"] > .c43-panel {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-height: calc(100dvh - 160px) !important;
    padding-top: 8px !important;
    padding-bottom: 4px !important;
    border-top: 1px solid rgba(201, 162, 63, .25) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }
  html body [data-c43="header"] [data-c43="nav"].c43-ready:not(.c43-open) > .c43-panel {
    display: none !important;
  }
  html body [data-c43="header"]:has(.atlas-chip, .k-chip) [data-c43="nav"] > .c43-panel {
    grid-row: 3 !important;
  }
  html body #stage > [data-c43="header"] [data-c43="nav"] > .c43-panel {
    max-height: calc(100dvh - 240px) !important;
  }
  html body [data-c43="header"] [data-c43="nav"] .c43-panel > a,
  html body [data-c43="header"] [data-c43="nav"] .c43-panel > details > summary {
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 16px !important;
  }
  html body [data-c43="header"] [data-c43="nav"] .c43-panel > details {
    width: 100% !important;
  }
  html body [data-c43="header"] [data-c43="nav"] .c43-work-menu {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    padding: 0 8px 8px !important;
    border-color: rgba(201, 162, 63, .18) !important;
    box-shadow: none !important;
    overflow: visible !important;
  }
}

/* 11.09.2026 20:25 (Fable): Das Feld darf NICHT davon abhaengen, dass das Skript am Dokumentende schon gelaufen ist
   (c43-ready) - sonst steht die Liste beim langsamen Laden ~220 px hoch ueber dem Hero und springt dann weg (CLS 0,27-0,42). */
@media (max-width: 899px) {
  html body [data-c43="header"] [data-c43="nav"]:not(.c43-open) > .c43-panel { display: none !important; }
  html body [data-c43="header"] [data-c43="nav"] > [data-c43="toggle"] { display: flex !important; align-items: center !important; justify-content: center !important; }
}
