body {
  margin: 0;
  background: #fff;
}

.hxt-page {
  --cyan: #00a9ce;
  --ink: #222;
  --header-background: #1a1a1a;
  --hxt-band-height: 1000px;
  width: 100%;
  margin: 0;
  background: #fff;
  color: var(--ink);
  font: 16px/1.55 Arial, Helvetica, sans-serif;
}

.hxt-page, .hxt-page * {
  box-sizing: border-box;
}

.hxt-page a {
  color: inherit;
}

.hxt-page a:focus-visible {
  outline: 3px solid #007d99;
  outline-offset: 5px;
}

.hxt-page .hxt-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 44px;
}

/* Header */

.hxt-page .hxt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 27px;
  padding-bottom: 27px;
  background: var(--header-background);
  box-shadow: 0 0 0 100vmax var(--header-background);
  clip-path: inset(0 -100vmax);
}

.hxt-page .hxt-logo {
  display: block;
  width: 300px;
  max-width: 65%;
  height: auto;
}

.hxt-page .hxt-header-note {
  color: #fff;
  font-size: 14px;
}

/* Bilderband */

.hxt-page .hxt-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 4px solid var(--cyan);
  background: #222;
  color: #fff;
}

.hxt-page .hxt-belt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  width: max-content;
  height: var(--hxt-band-height);
  pointer-events: none;
}

.hxt-page .hxt-belt-group {
  display: flex;
  flex: 0 0 auto;
  width: max-content;
  height: var(--hxt-band-height);
  gap: 0;
  margin: 0;
  padding: 0;
}

.hxt-page .hxt-belt-group img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: var(--hxt-band-height);
  min-width: 0;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: contain;
}

.hxt-page .hxt-main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(15,19,22,.96) 0%, rgba(15,19,22,.87) 32%, rgba(15,19,22,.42) 64%, rgba(15,19,22,.12) 100%);
}

/* Inhalt */

.hxt-page .hxt-hero {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: var(--hxt-band-height);
  padding-top: 48px;
  padding-bottom: 48px;
  pointer-events: none;
}

.hxt-page .hxt-hero > div {
  width: 540px;
  max-width: 100%;
}

.hxt-page .hxt-hero a {
  pointer-events: auto;
}

.hxt-page .hxt-kicker {
  margin: 0 0 17px;
  font-size: 14px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #5bd7ed;
}

.hxt-page h1 {
  margin: 0 0 21px;
  color: #fff;
  font: 700 clamp(34px, 3.9vw, 54px)/1.08 Arial, Helvetica, sans-serif;
  letter-spacing: -.045em;
}

.hxt-page .hxt-copy {
  max-width: 425px;
  margin: 0 0 25px;
  color: #eee;
  font-size: 17px;
}

.hxt-page .hxt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  min-height: 50px;
  padding: 14px 21px;
  background: var(--cyan);
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.hxt-page .hxt-button:hover {
  background: #4ed0e8;
}

.hxt-page .hxt-button:focus-visible {
  outline-color: #fff;
}

/* Richtungs- und Geschwindigkeitsregler */

.hxt-page .hxt-speed-control {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 3;
  width: 170px;
  max-width: calc(100% - 42px);
}

.hxt-page .hxt-speed-control[hidden] {
  display: none;
}

.hxt-page .hxt-speed-control::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42px;
  width: 1.5px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: #fff9;
  pointer-events: none;
}

.hxt-page .hxt-speed-range {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  touch-action: none;
  direction: ltr;
  accent-color: var(--cyan);
  appearance: none;
  -webkit-appearance: none;
}

.hxt-page .hxt-speed-range:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.hxt-page .hxt-speed-directions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  padding: 0 2px;
  color: rgba(255, 255, 255, .75);
  pointer-events: none;
}

/* Identische Pfeilgeometrie, unabhängig von Schrift und Betriebssystem. */
.hxt-page .hxt-speed-directions span {
  display: block;
  position: relative;
  width: 22px;
  height: 14px;
  font-size: 0;
  line-height: 0;
}

.hxt-page .hxt-speed-directions span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  clip-path: polygon(0 39%, 72% 39%, 53% 10%, 62% 0, 100% 50%, 62% 100%, 53% 90%, 72% 61%, 0 61%);
}

.hxt-page .hxt-speed-directions span:first-child::before {
  transform: rotate(180deg);
}

.hxt-page .hxt-speed-range::-webkit-slider-runnable-track {
  height: 4px;
  background: #b8b8b8;
  border-radius: 2px;
}

.hxt-page .hxt-speed-range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  border: 0;
  border-radius: 50%;
  background: var(--cyan);
}

.hxt-page .hxt-speed-range::-moz-range-track {
  height: 4px;
  background: #b8b8b8;
  border-radius: 2px;
}

.hxt-page .hxt-speed-range::-moz-range-progress {
  background: #b8b8b8;
}

.hxt-page .hxt-speed-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: var(--cyan);
}

/* Kontakt und Footer */

.hxt-page .hxt-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 27px;
  padding-bottom: 27px;
  background: #fff;
  color: #222;
}

.hxt-page .hxt-company {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 700;
}

.hxt-page address {
  color: #666;
  font-size: 14px;
  font-style: normal;
}

.hxt-page .hxt-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
}

.hxt-page .hxt-contact-links a {
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.hxt-page .hxt-contact-links a:hover {
  text-decoration: underline;
  text-decoration-color: var(--cyan);
  text-underline-offset: 5px;
}

.hxt-page .hxt-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 13px;
  padding-bottom: 17px;
  border-top: 1px solid #e4e4e4;
  background: #fff;
  color: #222;
  font-size: 13px;
}

.hxt-page .hxt-footer span {
  color: #666;
}

.hxt-page .hxt-footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hxt-page .hxt-footer a {
  font-size: 14px;
}

@media (min-width: 1500px) {
  .hxt-page .hxt-hero {
    padding-top: 54px;
    padding-bottom: 54px;
  }

}

@media (max-width: 850px) {
  .hxt-page .hxt-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hxt-page .hxt-contact-links {
    flex-direction: column;
    gap: 5px;
  }

}

@media (max-width: 600px) {
  .hxt-page {
    --hxt-band-height: 860px;
  }

  .hxt-page .hxt-wrap {
    padding-left: 21px;
    padding-right: 21px;
  }

  .hxt-page .hxt-header {
    gap: 12px;
    padding: 18px 16px;
  }

  .hxt-page .hxt-logo {
    width: 170px;
    max-width: 55%;
  }

  .hxt-page .hxt-header-note {
    flex: 1;
    min-width: 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: right;
  }

  .hxt-page .hxt-hero {
    padding-top: 30px;
    padding-bottom: 82px;
  }

  .hxt-page h1 {
    font-size: 34px;
  }

  .hxt-page h1 br {
    display: none;
  }

  .hxt-page .hxt-copy {
    margin-bottom: 21px;
    font-size: 16px;
  }

  .hxt-page .hxt-kicker {
    margin-bottom: 13px;
    font-size: 13px;
  }

  .hxt-page .hxt-button {
    width: 100%;
  }

  .hxt-page .hxt-main::after {
    background: rgba(15,19,22,.78);
  }

  .hxt-page .hxt-speed-control {
    right: 16px;
    bottom: 14px;
    width: 125px;
  }

  .hxt-page .hxt-speed-directions {
    height: 14px;
  }

  .hxt-page .hxt-speed-directions span {
    width: 18px;
    height: 12px;
  }

  .hxt-page .hxt-speed-range {
    height: 32px;
  }

  .hxt-page .hxt-speed-control::before {
    top: 30px;
    height: 16px;
  }

  .hxt-page .hxt-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .hxt-page .hxt-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

}

.hxt-page .hxt-speed-range:focus,

.hxt-page .hxt-speed-range:focus-visible {
  outline: none;
  box-shadow: none;
}

.hxt-page .hxt-speed-control::after {
  content: "";
  position: absolute;
  inset: -8px -12px;
  z-index: -1;
  background: rgba(20, 20, 20, 0.5);
  border-radius: 6px;
  pointer-events: none;
}

.hxt-page .hxt-speed-control {
  display: flex;
  flex-direction: column;
}

.hxt-page .hxt-speed-range {
  order: 1;
}

.hxt-page .hxt-speed-directions {
  order: 2;
}

/* Beide Pfeile 30 % kleiner */
.hxt-page .hxt-speed-directions span {
  transform: scale(0.7);
}

/* Mittelstrich weiterhin auf Höhe des Sliders */
.hxt-page .hxt-speed-control::before {
  top: 22px;
}

@media (max-width: 600px) {
  .hxt-page .hxt-speed-control::before {
    top: 16px;
  }
}