.theme-1 {
  --noir-bg: #090c11;
  --noir-panel: #111;
  --noir-panel-soft: #181818;
  --noir-line: rgba(255, 255, 255, .12);
  --noir-red: #e4002b;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  background: var(--noir-bg);
}

.theme-1 :where(h1, h2, h3, h4, p, a, button, input, textarea, select, label, span, small, strong, b) {
  font-family: Manrope, Arial, Helvetica, sans-serif;
}

.theme-1 .rt-kicker {
  font-weight: 800;
  letter-spacing: .16em;
}

.theme-1 .rt-metrics span,
.theme-1 .rt-metrics small,
.theme-1 .rt-card span,
.theme-1 .rt-card b,
.theme-1 .rt-video-scroll-cue small {
  font-family: Manrope, Arial, Helvetica, sans-serif;
}

.theme-1 .rt-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, .08) 50%, transparent 50.1%),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 100% 100%, 7vw 7vw, 7vw 7vw;
  mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
}

.theme-1 .rt-logo-lockup--hero {
  filter: drop-shadow(0 32px 70px rgba(0, 0, 0, .75));
}

.theme-1 .rt-logo-theatre {
  position: relative;
  display: grid;
  width: clamp(230px, 30vw, 430px);
  aspect-ratio: 1;
  place-items: center;
  isolation: isolate;
}

.theme-1 .rt-logo-theatre::before,
.theme-1 .rt-logo-theatre::after {
  position: absolute;
  z-index: -2;
  content: "";
  border-radius: 50%;
}

.theme-1 .rt-logo-theatre::before {
  inset: 20%;
  background: rgba(228, 0, 43, .22);
  box-shadow: 0 0 90px 34px rgba(228, 0, 43, .18);
  animation: noirLogoCore 2.8s ease-in-out infinite;
}

.theme-1 .rt-logo-theatre::after {
  inset: 7%;
  border: 1px solid rgba(255, 255, 255, .1);
  background: repeating-conic-gradient(from 0deg, rgba(255, 255, 255, .24) 0 1deg, transparent 1deg 18deg);
  mask: radial-gradient(circle, transparent 67%, #000 68% 70%, transparent 71%);
  animation: noirLogoDial 18s linear infinite;
}

.theme-1 .rt-logo-theatre .rt-logo-3d {
  z-index: 3;
  width: 66%;
}

.theme-1 .rt-logo-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(10deg);
}

.theme-1 .rt-logo-orbit::before {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 18px 5px rgba(228, 0, 43, .8);
}

.theme-1 .rt-logo-orbit--outer {
  inset: 8%;
  animation: noirLogoOrbit 7s linear infinite;
}

.theme-1 .rt-logo-orbit--inner {
  inset: 19%;
  border-color: rgba(228, 0, 43, .55);
  transform: rotateX(72deg) rotateZ(-28deg);
  animation: noirLogoOrbitReverse 5.5s linear infinite;
}

.theme-1 .rt-logo-scan {
  position: absolute;
  z-index: 5;
  top: 14%;
  bottom: 14%;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(transparent, #fff 34%, #e4002b 50%, #fff 66%, transparent);
  box-shadow: 0 0 25px 5px rgba(228, 0, 43, .42);
  opacity: .7;
  animation: noirLogoScan 3.8s cubic-bezier(.65, 0, .35, 1) infinite;
}

.theme-1 .rt-logo-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  color: rgba(244, 242, 237, .6);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.theme-1 .rt-logo-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e4002b;
  box-shadow: 0 0 0 5px rgba(228, 0, 43, .13), 0 0 15px #e4002b;
  animation: noirStatus 1.6s ease-in-out infinite;
}

.theme-1 .rt-hero.is-video-finishing .rt-logo-theatre,
.theme-1 .rt-hero.is-video-complete .rt-logo-theatre {
  width: clamp(150px, 17vw, 215px);
  transition: width 1s cubic-bezier(.16, 1, .3, 1);
}

.theme-1 .rt-hero.is-video-finishing .rt-logo-theatre .rt-logo-3d,
.theme-1 .rt-hero.is-video-complete .rt-logo-theatre .rt-logo-3d {
  width: 66%;
}

.theme-1 .rt-hero.is-video-finishing .rt-logo-wordmark,
.theme-1 .rt-hero.is-video-complete .rt-logo-wordmark {
  width: clamp(150px, 16vw, 220px);
}

.theme-1 .rt-hero.is-video-finishing .rt-logo-status,
.theme-1 .rt-hero.is-video-complete .rt-logo-status {
  margin-top: 5px;
  transform: scale(.82);
}

.theme-1 .rt-intro-section--noir {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  gap: clamp(46px, 6vw, 96px);
  align-items: center;
  background:
    radial-gradient(circle at 12% 22%, rgba(228, 0, 43, .16), transparent 28%),
    var(--noir-bg);
  color: #fff;
}

.theme-1 .rt-intro-section__media {
  position: relative;
  min-height: clamp(420px, 50vw, 680px);
  overflow: hidden;
  border: 1px solid var(--noir-line);
  box-shadow: -28px 32px 80px rgba(0, 0, 0, .38);
  clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 0 100%);
}

.theme-1 .rt-intro-section__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(145deg, transparent 40%, rgba(5, 7, 10, .82)), linear-gradient(0deg, rgba(5, 7, 10, .62), transparent 45%);
}

.theme-1 .rt-intro-section__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(.75) contrast(1.08);
  transition: transform 1.2s cubic-bezier(.16, 1, .3, 1), filter .6s ease;
}

.theme-1 .rt-intro-section__media:hover img {
  filter: saturate(1) contrast(1.05);
  transform: scale(1.035);
}

.theme-1 .rt-intro-section__media > span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: grid;
  min-width: 220px;
  padding: 22px 28px;
  background: rgba(9, 12, 17, .9);
  border-top: 1px solid var(--noir-line);
  border-left: 3px solid var(--noir-red);
  backdrop-filter: blur(15px);
  color: rgba(244, 242, 237, .7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.theme-1 .rt-intro-section__media > span b {
  color: #fff;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.06em;
}

.theme-1 .rt-intro-section__copy .rt-title {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.theme-1 .rt-intro-section__copy .rt-lead {
  color: rgba(244, 242, 237, .7);
}

.theme-1 .rt-text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.theme-1 .rt-text-link span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  background: var(--noir-red);
  transition: transform .25s ease;
}

.theme-1 .rt-text-link:hover span { transform: translateX(5px); }

.theme-1 #leistungen {
  background: linear-gradient(145deg, #151515, #090c11);
}

.theme-1 .rt-card {
  border: 1px solid var(--noir-line);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .25);
}

.theme-1 .rt-card:nth-child(1) img { object-position: 52% center; }
.theme-1 .rt-card:nth-child(2) img { object-position: 64% center; }
.theme-1 .rt-card:nth-child(3) img { object-position: 56% center; }
.theme-1 .rt-card:nth-child(4) img { object-position: 50% center; }
.theme-1 .rt-card:nth-child(5) img { object-position: 56% center; }

.theme-1 .rt-process {
  gap: 12px;
  background: transparent;
}

.theme-1 .rt-process > div {
  position: relative;
  min-height: 210px;
  border-top: 2px solid var(--noir-red);
  background: linear-gradient(145deg, var(--noir-panel-soft), var(--noir-panel));
}

.theme-1 .rt-map-tech--noir {
  display: grid;
  grid-template-columns: minmax(430px, 1.05fr) minmax(0, .95fr);
  min-height: 760px;
  overflow: hidden;
  background: #090c11;
  color: #fff;
}

.theme-1 .rt-map-tech--noir .rt-map-tech__map {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: clamp(34px, 5vw, 76px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, rgba(228, 0, 43, .17), transparent 43%),
    #111;
  background-size: 58px 58px, 58px 58px, auto, auto;
}

.theme-1 .rt-map-tech--noir .rt-germany-module {
  --rt-red: #e4002b;
  --rt-red-dark: #e4002b;
  --rt-text: #090c11;
  --rt-muted: rgba(244, 242, 237, .68);
  max-width: 610px;
  padding: 0 !important;
  background: transparent !important;
}

.theme-1 .rt-map-tech--noir .rt-state-shape {
  fill: rgba(244, 242, 237, .72) !important;
  stroke: rgba(244, 242, 237, .42) !important;
}

.theme-1 .rt-map-tech--noir .rt-state:hover .rt-state-shape,
.theme-1 .rt-map-tech--noir .rt-state:focus .rt-state-shape,
.theme-1 .rt-map-tech--noir .rt-state:focus-visible .rt-state-shape {
  fill: #e4002b !important;
  stroke: #f4f2ed !important;
}

.theme-1 .rt-map-tech--noir .rt-map-header { display: none !important; }

.theme-1 .rt-map-tech--noir .rt-map-stage {
  width: min(100%, 535px) !important;
  margin: auto !important;
}

.theme-1 .rt-map-tech--noir .rt-map-tech__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 7vw, 110px);
  background: linear-gradient(145deg, #171717, #090c11 72%);
}

.theme-1 .rt-map-tech--noir .rt-map-tech__copy .rt-title {
  margin-bottom: 24px;
  font-size: clamp(38px, 4.5vw, 68px);
}

.theme-1 .rt-map-tech--noir .rt-map-tech__copy .rt-lead {
  color: rgba(244, 242, 237, .7);
}

.theme-1 .rt-equipment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
  padding: 0;
  list-style: none;
}

.theme-1 .rt-equipment-list li {
  position: relative;
  padding: 14px 15px 14px 29px;
  border: 1px solid var(--noir-line);
  background: rgba(244, 242, 237, .035);
  color: rgba(244, 242, 237, .78);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.theme-1 .rt-equipment-list li::before {
  position: absolute;
  top: 19px;
  left: 14px;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--noir-red);
  box-shadow: 0 0 10px rgba(228, 0, 43, .7);
}

@keyframes noirLogoCore {
  50% { opacity: .65; transform: scale(1.18); }
}

@keyframes noirLogoDial { to { transform: rotate(360deg); } }
@keyframes noirLogoOrbit { to { transform: rotateX(68deg) rotateZ(370deg); } }
@keyframes noirLogoOrbitReverse { to { transform: rotateX(72deg) rotateZ(-388deg); } }

@keyframes noirLogoScan {
  0%, 100% { opacity: 0; transform: translateX(-125px) scaleY(.65); }
  15%, 85% { opacity: .75; }
  50% { opacity: 1; transform: translateX(125px) scaleY(1); }
}

@keyframes noirStatus { 50% { opacity: .45; transform: scale(.75); } }

@media (max-width: 980px) {
  .theme-1 .rt-intro-section--noir,
  .theme-1 .rt-map-tech--noir { grid-template-columns: 1fr; }
  .theme-1 .rt-intro-section__media { min-height: 520px; }
  .theme-1 .rt-map-tech--noir .rt-map-tech__map { padding: 48px 24px; }
}

@media (max-width: 640px) {
  .theme-1 .rt-logo-theatre { width: min(78vw, 300px); }
  .theme-1 .rt-logo-status { font-size: 7px; letter-spacing: .11em; }
  .theme-1 .rt-hero.is-video-finishing .rt-logo-theatre,
  .theme-1 .rt-hero.is-video-complete .rt-logo-theatre { width: 142px; }
  .theme-1 .rt-hero.is-video-finishing .rt-logo-wordmark,
  .theme-1 .rt-hero.is-video-complete .rt-logo-wordmark { width: 158px; }
  .theme-1 .rt-hero.is-video-finishing .rt-logo-status,
  .theme-1 .rt-hero.is-video-complete .rt-logo-status { display: none; }
  .theme-1 .rt-intro-section--noir { gap: 38px; }
  .theme-1 .rt-intro-section__media { min-height: 390px; }
  .theme-1 .rt-intro-section__copy .rt-title { font-size: clamp(28px, 8vw, 34px); }
  .theme-1 .rt-map-tech--noir .rt-map-tech__copy .rt-title { font-size: 36px; }
  .theme-1 .rt-map-tech--noir { min-height: 0; }
  .theme-1 .rt-map-tech--noir .rt-map-tech__copy { padding: 54px 24px; }
  .theme-1 .rt-equipment-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .theme-1 .rt-logo-theatre::before,
  .theme-1 .rt-logo-theatre::after,
  .theme-1 .rt-logo-orbit,
  .theme-1 .rt-logo-scan,
  .theme-1 .rt-logo-status i { animation: none; }
}
