/* Arena: Raster und Typo der Schulsite-Vorlage, Akzent Rot statt Gelb. */
html.theme-arena {
  background: #252525;
  scroll-behavior: auto;
  --headline: "Abel", "Open Sans", sans-serif;
}

.theme-arena body {
  background: #252525;
  color: #212121;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.theme-arena .ns-inlinks { display: none !important; }

.theme-arena .ns-wrap {
  width: min(1200px, calc(100% - 80px));
  max-width: 1200px;
}

.theme-arena .ar-rule {
  display: block;
  width: 42px;
  height: 3px;
  margin: 12px 0 18px;
  background: var(--ns-green);
}

.theme-arena .ns-section-head .ar-rule,
.theme-arena .ar-rule--onred,
.theme-arena .ar-rule--oncard {
  margin-left: auto;
  margin-right: auto;
}

.theme-arena .ar-rule--onred { background: #252525; }
.theme-arena .ar-rule--oncard { background: #fff; width: 28px; height: 2px; margin: 10px auto 14px; }

.theme-arena .ar-cloud {
  width: 100%;
  aspect-ratio: 1600 / 178;
  height: auto;
  margin: -1px 0 0;
  background: #fff url("../img/Trenner.jpg") center / 100% 100% no-repeat;
}

.theme-arena .ar-cloud--dark { background-color: #252525; }

.theme-arena .ns-section-head {
  max-width: 36rem;
  margin: 0 auto 36px;
  text-align: center;
}

.theme-arena h1,
.theme-arena h2,
.theme-arena h3,
.theme-arena .ns-h2,
.theme-arena .ns-hero-title,
.theme-arena .ns-h3,
.theme-arena .ns-footer-title,
.theme-arena .ns-faq-q,
.theme-arena .ns-logo-title,
.theme-arena .ar-map-title,
.theme-arena .ns-metric-value,
.theme-arena .ns-reason-num {
  font-family: "Abel", "Open Sans", sans-serif !important;
  font-style: normal;
  font-weight: 400;
}

.theme-arena .ns-h2 {
  font-size: 42px;
  line-height: 54.6px;
  letter-spacing: 0;
  margin: 0;
  color: #212121;
}

.theme-arena .ns-h3 {
  font-size: 29px;
  line-height: 40.6px;
  margin: 0 0 0.2rem;
  color: #212121;
}

.theme-arena .ns-kicker:empty { display: none; }

.theme-arena .ns-lead,
.theme-arena .ns-hero-sub {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 28.8px;
  font-weight: 700;
  color: #555;
  margin: 0 0 1rem;
}

.theme-arena .ns-copy,
.theme-arena .hp-copy {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 400;
  color: #555;
  margin: 0 0 1rem;
}

.theme-arena .ns-btn {
  border-radius: 2px;
  min-height: 53px;
  padding: 18px 26px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16.5px;
  line-height: 16.5px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  transform: none;
}

.theme-arena .ns-btn:hover { transform: none; }

.theme-arena .ns-btn-small {
  min-height: 47px;
  padding: 16px 25px;
  font-size: 15px;
  line-height: 15px;
}

.theme-arena .ns-btn-accent {
  background: var(--ns-green);
  color: #fff !important;
  border: 0;
}

.theme-arena .ns-btn-ghost {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff;
}

.theme-arena .ns-btn-ghost:hover { background: #fff; color: #111 !important; }

.theme-arena .ns-btn-dark {
  background: #2a2929;
  color: #fff !important;
  border: 0;
  border-radius: 2px;
}

.theme-arena .ns-btn-light {
  background: #fff;
  color: #111 !important;
  border: 0;
  border-radius: 2px;
}

.theme-arena .ar-vh {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.theme-arena .ar-ph,
.theme-arena .hp-image-placeholder.ar-ph {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background:
    linear-gradient(135deg, rgba(226,3,17,.18) 0 18%, transparent 18% 100%),
    linear-gradient(160deg, #2a2a2a, #141414);
}

.theme-arena .ns-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100px;
  height: 100px;
  background: #252525;
  border: 0;
  box-shadow: none !important;
  color: #fff;
  z-index: 80;
}

body.is-editor .theme-arena .ns-header,
.theme-arena body.is-editor .ns-header { top: var(--hp-adminbar-h, 48px); }

.theme-arena .ns-header.is-scrolled,
.theme-arena .ns-header.is-open {
  background: #1f1f1f;
}

.theme-arena .ar-header-inner,
.theme-arena .ns-header-inner {
  min-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.theme-arena .ns-logo,
.theme-arena .ns-nav a,
.theme-arena .ns-logo-title { color: #fff; }

.theme-arena .ns-logo { display: flex; align-items: center; gap: 0.65rem; }
.theme-arena .ns-logo img {
  height: 52px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  border-radius: 0;
  flex-shrink: 0;
}
.theme-arena .ns-logo.has-mark .ns-logo-stack {
  display: flex;
}
.theme-arena .ns-logo-stack { display: flex; flex-direction: column; line-height: 1.05; }
.theme-arena .ns-logo-title {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
}
.theme-arena .ns-logo-tag { font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.65; }

.theme-arena .ns-nav {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  gap: 0 1.35rem;
}
.theme-arena .ns-nav a { color: #fff; font-weight: 600; }
.theme-arena .ns-nav a:hover { color: var(--ns-green); }
.theme-arena .ns-header-cta { display: none !important; }
.theme-arena .ns-nav-toggle span { background: #fff; }

.theme-arena .ar-hero,
.theme-arena .ns-hero.ar-hero {
  margin-top: 0;
  padding: 48px 0 80px;
  /* --ar-hero-h = Viewport minus Menü, einmalig per JS (kein Stretch bei Browserleisten) */
  min-height: var(--ar-hero-h, calc(100svh - var(--ns-header)));
  height: var(--ar-hero-h, calc(100svh - var(--ns-header)));
  max-height: var(--ar-hero-h, calc(100svh - var(--ns-header)));
  background: #252525;
  display: block;
  overflow: hidden;
  position: relative;
}

.theme-arena .ar-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #252525;
}

.theme-arena .ar-hero-media .hp-image-slot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.theme-arena .ar-hero-media .hp-image-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.theme-arena .ar-hero-media .hp-image-remove {
  z-index: 3;
}

.theme-arena .ar-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #252525 28%, rgba(37,37,37,.35) 62%, rgba(37,37,37,.08));
}

.theme-arena .ar-hero-media img,
.theme-arena .ar-hero-media .ar-ph,
.theme-arena .ar-hero-media .ns-hero-media,
.theme-arena .ar-hero-media .hp-image-btn,
.theme-arena .ar-hero-media .hp-image-btn img,
.theme-arena .ns-hero .hp-image-btn,
.theme-arena .ns-hero .ns-hero-media,
.theme-arena .ns-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center top;
  border-radius: 0 !important;
  aspect-ratio: auto !important;
}

.theme-arena .ar-hero-copy,
.theme-arena .ns-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 80px));
  max-width: 1200px;
  margin-inline: auto;
  color: #fff;
  padding: 0 0 1rem;
  display: block;
  text-align: left;
}

.theme-arena .ns-hero-title {
  font-size: 120px;
  line-height: 120px;
  text-transform: none;
  color: #fff;
  margin: 0 0 32px;
  text-shadow: 0 2px 12px rgba(0,0,0,.85), 0 0 28px rgba(0,0,0,.45);
}

.theme-arena .ns-hero-sub {
  color: #fff;
  max-width: 26rem;
  margin: 0 0 28px;
  text-shadow: 0 1px 8px rgba(0,0,0,.9), 0 0 18px rgba(0,0,0,.5);
}

.theme-arena .ns-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.theme-arena .ar-hero-ampel {
  --ar-ampel-scale: 0.78;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.85rem;
  margin: 0;
  padding: 0 0 0.35rem 0.75rem;
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  max-width: min(100%, 54rem);
  pointer-events: none;
}
.theme-arena .ar-ampel-sprite {
  display: block;
  position: relative;
  flex: 0 0 auto;
  width: min(calc(543px * var(--ar-ampel-scale)), 72vw, 18.5rem);
  aspect-ratio: 543 / 724;
  height: auto;
  overflow: hidden;
  background: transparent;
}
.theme-arena .ar-ampel-sprite img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none !important;
  max-height: none !important;
  min-height: 0 !important;
  object-fit: fill;
  transform: translateX(0);
  border-radius: 0 !important;
  aspect-ratio: auto !important;
}
.theme-arena .ar-ampel-sprite-on {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
}
/* Sprite: 0 aus | 1 grün | 2 gelb | 3 rot */
.theme-arena .ar-ampel--green .ar-ampel-sprite-on {
  transform: translateX(-25%);
  animation: ar-ampel-blink 1.6s ease-in-out infinite;
}
.theme-arena .ar-ampel--yellow .ar-ampel-sprite-on {
  transform: translateX(-50%);
  animation: ar-ampel-blink 1.6s ease-in-out infinite;
}
.theme-arena .ar-ampel--red .ar-ampel-sprite-on {
  transform: translateX(-75%);
  animation: ar-ampel-blink 1.6s ease-in-out infinite;
}
@keyframes ar-ampel-blink {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}
.theme-arena .ar-hero-ampel-copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 16rem;
  margin: 0 0 1.1rem;
  padding: 0.65rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: right;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.theme-arena .ar-hero-ampel-label {
  font-family: Abel, sans-serif;
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.theme-arena .ar-hero-ampel-meta {
  font-size: 0.8rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

@media (min-width: 900px) {
  .theme-arena .ar-hero-ampel {
    --ar-ampel-scale: 1.08;
  }
  .theme-arena .ar-ampel-sprite {
    width: min(calc(543px * var(--ar-ampel-scale)), 42vw, 24rem);
  }
  .theme-arena .ar-hero-ampel-copy {
    max-width: 17.5rem;
    margin-bottom: 1.35rem;
  }
}
@media (min-width: 1200px) {
  .theme-arena .ar-hero-ampel {
    --ar-ampel-scale: 1.18;
  }
  .theme-arena .ar-ampel-sprite {
    width: min(calc(543px * var(--ar-ampel-scale)), 38vw, 26rem);
  }
}
@media (max-width: 800px) {
  .theme-arena .ar-hero-ampel {
    --ar-ampel-scale: 0.68;
    max-width: 100%;
  }
  .theme-arena .ar-hero-ampel-copy {
    max-width: 11rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 520px) {
  .theme-arena .ar-hero-ampel {
    --ar-ampel-scale: 0.58;
    gap: 0.5rem;
    padding-left: 0.5rem;
  }
  .theme-arena .ar-hero-ampel-copy {
    max-width: 8.5rem;
    padding: 0.45rem 0.55rem;
  }
  .theme-arena .ar-hero-ampel-label {
    font-size: 0.95rem;
  }
}
@media (max-width: 460px) {
  .theme-arena .ar-hero-ampel {
    --ar-ampel-scale: 0.44;
    gap: 0.4rem;
    padding: 0 0 0.25rem 0.4rem;
  }
  .theme-arena .ar-hero-ampel-copy {
    max-width: 7.25rem;
    margin-bottom: 0.55rem;
    padding: 0.35rem 0.45rem;
  }
  .theme-arena .ar-hero-ampel-label {
    font-size: 0.85rem;
  }
  .theme-arena .ar-hero-ampel-meta {
    font-size: 0.72rem;
  }
}

.theme-arena .ar-stats,
.theme-arena .ns-stats-band.ar-stats {
  background: #252525;
  color: #fff;
  padding: 75px 0 60px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.theme-arena .ar-stats .ns-section-head { display: none; }
.theme-arena .is-editor .ar-stats .ns-section-head { display: block; color: #fff; }

.theme-arena .ns-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  text-align: center;
}

.theme-arena .ns-metric {
  border: 0;
  padding: 0;
  background: none;
}
.theme-arena .ns-metric-value {
  font-size: 120px;
  line-height: 120px;
  color: var(--ns-green);
  display: block;
}
.theme-arena .ns-metric-label {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.theme-arena .ar-partners,
.theme-arena .ns-partners.ar-partners {
  background: #252525;
  color: #fff;
  padding: 60px 0 70px;
}

.theme-arena .ar-partners-head { margin-bottom: 1.5rem; }
.theme-arena .ar-partners .ns-section-head { margin: 0; text-align: left; max-width: 36rem; }
.theme-arena .ar-partners .ns-h2 { color: #fff; }
.theme-arena .ar-partners .ns-lead { color: #fff; }

.theme-arena .ar-partners-carousel {
  --ar-slide-gap: 0.7rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
}

.theme-arena .ns-partner-rail {
  display: flex;
  gap: var(--ar-slide-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-arena .ar-partners-carousel .ns-partner {
  flex: 0 0 calc((100% - (3 * var(--ar-slide-gap))) / 4);
  background: #252525;
  min-height: 160px;
  padding: 28px 18px;
  justify-content: center;
  border: 0;
  display: flex;
  align-items: center;
}

.theme-arena .ns-partner-mark { flex-direction: column; text-align: center; width: 100%; }
.theme-arena .ns-partner .hp-image-slot,
.theme-arena .ns-partner .hp-image-btn {
  width: 100%;
  min-height: 90px;
}
.theme-arena .ns-partner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}
.theme-arena .ns-partner-swap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  width: 100%;
}
.theme-arena .ns-partner-logo,
.theme-arena .ns-partner img,
.theme-arena .ns-partner .ar-ph {
  height: 72px;
  width: auto;
  max-width: 160px;
  margin: 0 auto;
  object-fit: contain;
  filter: none;
}
.theme-arena .ns-partner-swap.has-hover .ns-partner-logo--color {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.theme-arena .ns-partner-swap.has-hover .ns-partner-logo--sw {
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.theme-arena .ns-partner-swap.is-filter-swap .ns-partner-logo--sw {
  filter: grayscale(1);
  opacity: 1;
}
.theme-arena .ns-partner-swap.is-filter-swap .ns-partner-logo--color {
  filter: none;
}
.theme-arena .ns-partner-link:hover .ns-partner-swap.has-hover .ns-partner-logo--sw,
.theme-arena .ns-partner:hover .ns-partner-swap.has-hover .ns-partner-logo--sw {
  opacity: 0;
}
.theme-arena .ns-partner-link:hover .ns-partner-swap.has-hover .ns-partner-logo--color,
.theme-arena .ns-partner:hover .ns-partner-swap.has-hover .ns-partner-logo--color {
  opacity: 1;
}
.theme-arena .ns-partner-hover-label {
  margin: 0.4rem 0 0;
  color: rgba(255,255,255,.45);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.theme-arena .ns-partner-name { color: #fff; letter-spacing: 0.08em; font-size: 0.72rem; text-transform: uppercase; }
.theme-arena a.ns-partner-name:hover { color: var(--ns-green); }

.theme-arena .ar-events {
  background: #fff;
  color: #212121;
  padding: 80px 0 90px;
}
.theme-arena .ar-events .ns-h2 { color: #212121; }
.theme-arena .ar-events .ns-lead { color: #555; }
.theme-arena .ar-events-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  max-width: 820px;
  margin-inline: auto;
}
.theme-arena .ar-events-item {
  display: grid;
  grid-template-columns: minmax(7rem, 9.5rem) minmax(0, 1fr);
  gap: 1rem 1.5rem;
  align-items: start;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(33, 33, 33, 0.12);
  position: relative;
}
.theme-arena .ar-events-item:last-child {
  border-bottom: 1px solid rgba(33, 33, 33, 0.12);
}
.theme-arena .ar-events-date-val {
  display: block;
  font-family: Abel, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--ns-green);
}
.theme-arena .ar-events-copy .ns-h3 {
  margin: 0 0 0.35rem;
  color: #212121;
}
.theme-arena .ar-events-copy .ns-copy {
  margin: 0;
  color: #555;
}
.theme-arena .ar-events .hp-add-item {
  margin-top: 1.25rem;
}
.is-editor .theme-arena .ar-events-item .hp-item-remove {
  position: absolute;
  top: 0.85rem;
  right: 0;
}

.theme-arena .ar-about,
.theme-arena .ns-about.ar-about {
  background: #252525;
  color: #fff;
  padding: 90px 0 110px;
}

.theme-arena .ar-about--bleed {
  padding: 0;
  overflow: hidden;
}

.theme-arena .ar-about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}

.theme-arena .ar-about-grid--single {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-right: max(40px, calc((100vw - 1200px) / 2));
}

.theme-arena .ar-about-visual {
  position: relative;
  min-height: 560px;
}

.theme-arena .ar-about-pic { position: relative; }
.theme-arena .ar-about-pic--a { width: 86%; }
.theme-arena .ar-about-pic--b { width: 58%; margin: -4.2rem 0 0 auto; }
.theme-arena .ar-about-visual--large {
  min-height: 0;
  height: auto;
  align-self: center;
}
.theme-arena .ar-about-pic--full {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
}

.theme-arena .ar-about--bleed .ns-split-copy {
  padding: 90px 0 110px;
  max-width: 34rem;
}

.theme-arena .ar-accent-tile {
  position: absolute;
  width: 72px;
  height: 72px;
  background: var(--ns-green);
  z-index: 2;
}
.theme-arena .ar-accent-tile--a { right: -16px; bottom: 22%; }
.theme-arena .ar-accent-tile--b { left: -16px; bottom: 10%; }

.theme-arena .ar-about .ns-photo,
.theme-arena .ar-about .ar-ph,
.theme-arena .ar-about .hp-image-btn,
.theme-arena .ar-about .hp-image-btn img,
.theme-arena .ns-about .ns-photo,
.theme-arena .ns-about .ns-split-media img,
.theme-arena .ns-about .ns-split-media .hp-image-btn,
.theme-arena .ns-about .ns-split-media .hp-image-btn img {
  width: 100%;
  height: auto;
  min-height: 230px;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 0 !important;
  display: block;
  box-shadow: none;
}

/* Strecke: maximal groß, vollständig sichtbar (kein Crop) */
.theme-arena .ar-about-visual--large .ns-photo,
.theme-arena .ar-about-visual--large .ar-ph,
.theme-arena .ar-about-visual--large .hp-image-btn,
.theme-arena .ar-about-visual--large .hp-image-btn img,
.theme-arena .ar-about-pic--full .ns-photo,
.theme-arena .ar-about-pic--full .ar-ph,
.theme-arena .ar-about-pic--full .hp-image-btn,
.theme-arena .ar-about-pic--full .hp-image-btn img,
.theme-arena .ar-about-pic--full .hp-image-slot {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: left center;
}

.theme-arena .ar-about .ns-split-copy { max-width: 34rem; color: #fff; }
.theme-arena .ar-about .ns-h2 { text-align: left; color: #fff; }
.theme-arena .ar-about .ns-lead,
.theme-arena .ar-about .ns-copy,
.theme-arena .ar-about .hp-copy,
.theme-arena .ar-about .ns-kicker {
  color: rgba(255, 255, 255, 0.88);
}
.theme-arena .ar-about .ar-rule { margin-left: 0; }
.theme-arena .ar-about-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.2rem; }
.theme-arena .ar-about .ns-btn-small,
.theme-arena .ar-about .ns-btn { min-height: 47px; padding: 16px 25px; font-size: 15px; }
.theme-arena .ar-about .ns-btn-ghost { color: #fff !important; border-color: rgba(255, 255, 255, 0.85); }
.theme-arena .ar-about .ns-btn-ghost:hover { background: #fff; color: #252525 !important; }

.theme-arena .ar-checks,
.theme-arena .ns-checks.ar-checks { list-style: none; padding: 0; margin: 1.1rem 0 0; }
.theme-arena .ar-checks li {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.7rem;
  margin: 0.35rem 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.84);
}
.theme-arena .ar-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0;
  background: var(--ns-green);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='black' d='M6.2 12.2 2.4 8.4l1.4-1.4 2.4 2.4 6-6 1.4 1.4z'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='black' d='M6.2 12.2 2.4 8.4l1.4-1.4 2.4 2.4 6-6 1.4 1.4z'/></svg>") center/contain no-repeat;
}

.theme-arena .ar-cta,
.theme-arena .ns-cta.ar-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: var(--ns-green);
}

.theme-arena .ar-cta::before,
.theme-arena .ns-cta-deco { display: none !important; }

.theme-arena .ar-cta--join {
  min-height: 687px;
  padding: 190px 1rem 170px;
}

.theme-arena .ar-cta-media {
  position: absolute;
  inset: 0 0 0 42%;
  background-color: transparent;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  overflow: hidden;
}
.theme-arena .ar-cta-media img,
.theme-arena .ar-cta-photo-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.theme-arena .ar-cta-media.is-empty {
  background-image: url("../img/hg_front.png");
}

.theme-arena .ar-cta--join .ar-cta-inner {
  position: relative;
  z-index: 1;
  max-width: none;
}

.theme-arena .ar-cta--join .ns-h2,
.theme-arena .ar-cta--join .ns-h2--join,
.theme-arena .ns-cta.ar-cta--join .ns-h2 {
  color: #212121;
  font-size: clamp(2.75rem, 12vw, 7.5rem);
  line-height: 0.95;
  text-transform: none;
  margin: 0 0 8px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.theme-arena .ar-cta--join .ns-lead,
.theme-arena .ar-cta--join .ns-lead--join,
.theme-arena .ns-cta.ar-cta--join .ns-lead {
  color: #2a2929;
  max-width: 28rem;
  margin: 0 auto 28px;
}

.theme-arena .ar-cta--join .ns-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.theme-arena .ar-cta--join .ns-btn { min-height: 47px; padding: 16px 25px; font-size: 15px; }
.theme-arena .ar-cta--join .ns-btn-ghost { border-color: #fff; color: #fff !important; }
.theme-arena .ar-cta--join .ns-btn-ghost:hover { background: #fff; color: #111 !important; }

.theme-arena .ar-cta--video {
  min-height: 630px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-arena .ar-cta--video .ar-cta-media {
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.55;
}
.theme-arena .ar-cta--video .ar-cta-media img,
.theme-arena .ar-cta--video .ar-cta-photo-bg {
  object-fit: cover;
  object-position: center;
}

.theme-arena .ar-play {
  position: relative;
  z-index: 1;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-arena .ar-play span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

.theme-arena .ar-team,
.theme-arena .ns-team.ar-team {
  background: #fff;
  padding: 0;
}

.theme-arena .ar-team-grid,
.theme-arena .ns-team-grid.ar-team-grid,
.theme-arena .ar-team .ar-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: none;
  margin: 0;
  width: 100%;
}

.theme-arena .ar-team .ns-team-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  align-items: stretch;
}

.theme-arena .ar-team .ns-team-photo {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-width: none;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0;
  background: #252525;
  align-self: stretch;
}

.theme-arena .ar-team .ns-team-photo img,
.theme-arena .ar-team .ns-team-photo .ar-ph,
.theme-arena .ar-team .hp-image-btn,
.theme-arena .ar-team .hp-image-btn img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 !important;
  box-shadow: none;
  margin: 0;
}

.theme-arena .ar-team .ns-team-copy {
  padding: 2.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.theme-arena .ar-team .ns-h3 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 29px;
  font-weight: 400;
  margin: 0;
}
.theme-arena .ar-team .ns-h3::before,
.theme-arena .ar-team .ns-h3::after {
  content: "";
  display: none;
  flex: 0 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.theme-arena .ar-team .ns-role {
  color: #666;
  margin: 0.15rem 0 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.theme-arena .ar-team .ar-rule { margin: 10px 0 14px; }
.theme-arena .ar-social { display: flex; gap: 0.45rem; margin-top: 1.1rem; }
.theme-arena .ar-social-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ns-green);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theme-arena .ar-courses,
.theme-arena .ns-services.ar-courses {
  background: #252525;
  color: #fff;
  padding: 80px 0 56px;
}

.theme-arena .ar-courses > .ns-wrap {
  margin-bottom: 1.5rem;
}

.theme-arena .ar-courses .ns-h2 { color: #fff; }
.theme-arena .ar-courses .ns-lead { color: #fff; }

.theme-arena .ar-course-grid,
.theme-arena .ar-courses .ns-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 12px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.theme-arena .ar-courses .ns-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}

.theme-arena .ar-courses .ns-card-media {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #1a1a1a;
  align-self: start;
}

.theme-arena .ar-courses .ns-card-media .ns-card-photo,
.theme-arena .ar-courses .ns-card-media .ar-ph,
.theme-arena .ar-courses .ns-card-media .hp-image-btn,
.theme-arena .ar-courses .ns-card-media .hp-image-btn img,
.theme-arena .ar-courses .ns-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
  display: block;
}

.theme-arena .ar-courses .ns-card-body {
  text-align: left;
  padding: 18px clamp(1rem, 4vw, 2rem) 28px;
}
.theme-arena .ar-courses .ns-h3 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.theme-arena .ar-courses .ns-copy { color: #c9c9c9; }

.theme-arena .ar-reasons,
.theme-arena .ns-reasons.ar-reasons {
  background: #fff;
  padding: 80px 0 70px;
}

.theme-arena .ar-reasons-carousel {
  --ar-slide-gap: 16px;
  position: relative;
  padding: 0 2.5rem;
}

.theme-arena .ns-reason-list {
  display: flex;
  gap: var(--ar-slide-gap);
  list-style: none;
  padding: 0;
  margin: 0;
}

.theme-arena .ar-reasons-carousel .ns-reason {
  flex: 0 0 calc((100% - (2 * var(--ar-slide-gap))) / 3);
  display: block;
  background: #252525;
  color: #fff;
  padding: 36px 22px 28px;
  border: 0;
  border-bottom: 0;
  min-height: 320px;
  text-align: center;
}

.theme-arena .ns-reason-num {
  display: block;
  font-size: 72px;
  line-height: 72px;
  color: var(--ns-green);
  margin-bottom: 18px;
}

.theme-arena .ar-reasons .ns-h3 { color: #fff; font-size: 20px; line-height: 28px; }
.theme-arena .ar-reasons .ns-copy { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.45; }

.theme-arena .ar-carousel {
  position: relative;
}
.theme-arena .ar-carousel-viewport {
  overflow: hidden;
}
.theme-arena .ar-carousel-track {
  transition: transform 0.45s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.theme-arena .ar-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: var(--ns-green);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.theme-arena .ar-carousel-prev { left: 0; }
.theme-arena .ar-carousel-next { right: 0; }
.theme-arena .ar-reasons-carousel .ar-carousel-prev { left: -8px; }
.theme-arena .ar-reasons-carousel .ar-carousel-next { right: -8px; }
.theme-arena .ar-carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.theme-arena .ar-gallery-carousel .ar-carousel-btn {
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0 0.15rem;
  background: transparent;
  color: #212121;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1;
  box-shadow: none;
}
.theme-arena .ar-gallery-carousel .ar-carousel-btn:hover,
.theme-arena .ar-gallery-carousel .ar-carousel-btn:focus-visible {
  background: transparent;
  color: #e20311;
}
.theme-arena .ar-gallery-carousel .ar-carousel-btn:disabled {
  opacity: 0.28;
  color: #212121;
}
.theme-arena .ar-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.25rem;
}
.theme-arena .ar-carousel-dots[hidden] { display: none; }
.theme-arena .ar-carousel-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  padding: 0;
  cursor: pointer;
}
.theme-arena .ar-reasons-carousel .ar-carousel-dot { background: #ccc; }
.theme-arena .ar-carousel-dot.is-active { background: var(--ns-green); }

.theme-arena .ar-schedule,
.theme-arena .ar-pricing { background: #252525; color: #fff; }
.theme-arena .ar-schedule { padding: 80px 0 36px; }
.theme-arena .ar-pricing { padding: 20px 0 80px; }
.theme-arena .ar-schedule .ns-h2,
.theme-arena .ar-pricing .ns-h2 { color: #fff; }
.theme-arena .ar-schedule .ns-lead,
.theme-arena .ar-pricing .ns-lead { color: #fff; }

.theme-arena .ar-schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.theme-arena .ar-schedule .ns-slot {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.2rem;
  padding: 28px 24px;
  background: #252525;
  border: 0;
  align-items: start;
}

.theme-arena .ar-schedule .ns-slot::before { display: none; }

.theme-arena .ar-slot-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #333;
  overflow: hidden;
}

.theme-arena .ar-slot-photo,
.theme-arena .ar-slot-avatar img,
.theme-arena .ar-slot-avatar .ar-ph,
.theme-arena .ar-slot-avatar .hp-image-btn,
.theme-arena .ar-slot-avatar .hp-image-btn img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.theme-arena .ar-schedule .ns-h3 { color: #fff; font-size: 29px; }
.theme-arena .ns-slot-time,
.theme-arena .ns-slot-days {
  color: #fff;
  font-family: "Signika", "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.theme-arena .ns-slot-time { color: var(--ns-green); }
.theme-arena .ar-schedule .ns-copy { color: #c9c9c9; margin-top: 0.6rem; }

.theme-arena .ns-price-list { display: grid; gap: 6px; }

.theme-arena .ns-price-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 0.65rem 0.9rem;
  align-items: center;
  background: #252525;
  border: 0;
  border-radius: 0;
  padding: 10px 16px;
  min-height: 0;
}

.theme-arena .ar-price-ico {
  width: 22px;
  height: 22px;
  background: rgba(255,255,255,.85);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M13.5 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 9l2.2 1.2L8.6 16H11l1.2-3.2L14 14v6h2v-7.2l-3.1-2.3L14.2 9H8zm-3.2 4.2 1.6-2.7 1.8 1L6.6 15H4z'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M13.5 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 9l2.2 1.2L8.6 16H11l1.2-3.2L14 14v6h2v-7.2l-3.1-2.3L14.2 9H8zm-3.2 4.2 1.6-2.7 1.8 1L6.6 15H4z'/></svg>") center/contain no-repeat;
}

.theme-arena .ar-price-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.65rem;
  min-width: 0;
}
.theme-arena .ar-pricing .ns-h3 { color: #fff; margin: 0; font-size: 17px; line-height: 1.25; font-weight: 400; }
.theme-arena .ns-price-sum { display: flex; align-items: baseline; gap: 0.4rem; justify-content: flex-end; white-space: nowrap; }
.theme-arena .ns-price-value {
  color: var(--ns-green);
  font-family: "Signika", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.theme-arena .ar-price-sep { width: 1px; height: 0.9rem; background: rgba(255,255,255,.45); display: inline-block; }
.theme-arena .ns-price-period { color: rgba(255,255,255,.65); font-size: 0.85rem; }
.theme-arena .ar-price-note {
  margin: 0;
  color: rgba(255,255,255,.45);
  font-size: 0.8rem;
  line-height: 1.2;
}
.theme-arena .ar-price-annual {
  margin-top: 0.85rem;
  padding: 10px 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
  align-items: baseline;
  background: transparent;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.theme-arena .ar-price-annual-label {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.theme-arena .ar-price-annual-text {
  margin: 0;
  color: #fff;
  font-family: "Signika", "Open Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
}

.theme-arena .ar-gallery,
.theme-arena .ns-works.ar-gallery {
  background: #fff;
  padding: 70px 0 80px;
}

.theme-arena .ns-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.theme-arena .ar-gallery-feature,
.theme-arena .ns-gallery.ar-gallery-feature,
.theme-arena .ar-gallery--duo .ns-gallery.ar-gallery-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0 0 16px;
  touch-action: pan-y;
}
.theme-arena .ar-gallery-feature > .ns-gallery-item {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.theme-arena .ar-gallery-feature .ns-gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  max-height: 615px;
  aspect-ratio: 16 / 9;
  background: #252525;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.theme-arena .ar-gallery-feature .ns-gallery-item.is-swiping {
  cursor: grabbing;
}
.theme-arena .ar-gallery-feature .ar-pswp {
  display: block;
  position: relative;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
}
.theme-arena .ar-gallery-stage-blur {
  position: absolute;
  inset: -24px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.theme-arena .ar-gallery-feature .ar-gallery-stage-blur-img,
.theme-arena .ar-gallery-feature .ns-gallery-item .ar-gallery-stage-blur-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  transform: scale(1.18);
  filter: blur(22px);
}
.theme-arena .ar-gallery-feature .ar-gallery-stage-fit,
.theme-arena .ar-gallery-feature .ns-gallery-item .ar-gallery-stage-fit,
.theme-arena .ar-gallery-feature .ns-gallery-item img.ar-gallery-stage-fit {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: transparent;
}
.theme-arena .ar-gallery-carousel {
  --ar-slide-gap: 16px;
  position: relative;
  padding: 0 3rem;
  margin: 0 0 20px;
}
.theme-arena .ar-gallery-swiper-wrap {
  --ar-slide-gap: 16px;
  position: relative;
  padding: 0 3rem;
  margin: 0 0 20px;
}
.theme-arena .ar-gallery-folders,
.theme-arena .ar-gallery-thumbs {
  padding-left: 3.55rem;
}
.theme-arena .ar-gallery-rail-label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #b8b8b8;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.theme-arena .ar-gallery-folders .ar-swiper-prev,
.theme-arena .ar-gallery-thumbs .ar-swiper-prev {
  left: 1.2rem;
}
.theme-arena .ar-gallery-feature-wrap {
  padding: 0;
  margin: 0 0 16px;
}
.theme-arena .ar-gallery-swiper {
  width: 100%;
  overflow: hidden;
}
.theme-arena .ar-gallery-swiper .swiper-slide {
  height: auto;
}
.theme-arena .ar-swiper-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: grid;
  place-items: center;
  width: 2.15rem;
  min-width: 2.15rem;
  height: 2.15rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #212121;
  cursor: pointer;
  box-shadow: none;
}
.theme-arena .ar-swiper-prev { left: 0; }
.theme-arena .ar-swiper-next { right: 0; }
.theme-arena .ar-swiper-arrow {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
.theme-arena .ar-swiper-nav:hover,
.theme-arena .ar-swiper-nav:focus-visible {
  background: transparent;
  color: #e20311;
}
.theme-arena .ar-swiper-nav.swiper-button-disabled,
.theme-arena .ar-swiper-nav.swiper-button-lock {
  opacity: 0.28;
  color: #212121;
  cursor: default;
}
.theme-arena .swiper.ar-gallery-feature,
.theme-arena .ar-gallery-feature.swiper {
  display: block !important;
  grid-template-columns: none !important;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  touch-action: pan-y;
}
.theme-arena .ar-gallery-thumbs .swiper-slide-thumb-active .ns-gallery-item {
  outline: 3px solid #e20311;
  outline-offset: -3px;
}
.theme-arena .ar-gallery-thumbs .swiper-slide {
  position: relative;
  height: auto !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.theme-arena .ar-gallery-thumbs .ns-gallery-item,
.theme-arena .ar-gallery-thumbs .ns-gallery-item:first-child,
.theme-arena .ar-gallery-thumbs .swiper-slide .ns-gallery-item {
  position: absolute;
  inset: 0;
  grid-column: auto;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto;
  overflow: hidden;
}
.theme-arena .ar-gallery-folders .ns-gallery-item:first-child {
  grid-column: auto;
}
.theme-arena .ar-gallery-thumbs .ar-gallery-pick {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.theme-arena .ar-gallery-thumbs .ns-gallery-item img,
.theme-arena .ar-gallery-thumbs .ns-gallery-item:first-child img,
.theme-arena .ar-gallery-thumbs .ns-gallery-item:first-child .ns-gallery-photo,
.theme-arena .ar-gallery-thumbs .ns-gallery-item:first-child .ar-ph,
.theme-arena .ar-gallery-thumbs .ns-gallery-item:first-child .hp-image-btn,
.theme-arena .ar-gallery-thumbs .ns-gallery-photo,
.theme-arena .ar-gallery-thumbs .ar-gallery-pick img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover;
  object-position: center;
}
@supports not (aspect-ratio: 1 / 1) {
  .theme-arena .ar-gallery-thumbs .swiper-slide {
    height: 0 !important;
    padding-bottom: 100%;
  }
}
.theme-arena .ar-gallery-thumbs .swiper-slide .ns-gallery-item {
  opacity: 0;
  animation: ar-thumb-in 1s ease forwards;
}
.theme-arena .ar-gallery-carousel.ar-gallery-thumbs {
  margin: 0 0 20px;
}
.theme-arena .ar-gallery-pick {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.theme-arena .ar-gallery-thumbs .ns-gallery-item.is-active {
  outline: 3px solid #e20311;
  outline-offset: -3px;
}
.theme-arena .ar-gallery-folder.is-active {
  outline: 3px solid #e20311;
  outline-offset: -3px;
}
.theme-arena .ar-gallery-folder::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.42);
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.theme-arena .ar-gallery-folder.is-active::after {
  opacity: 0;
}
.theme-arena .ar-gallery-thumbs .ar-carousel-slide {
  opacity: 0;
  animation: ar-thumb-in 1s ease forwards;
}
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(1) { animation-delay: 0s; }
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(2) { animation-delay: 0.22s; }
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(3) { animation-delay: 0.44s; }
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(4) { animation-delay: 0.66s; }
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(5) { animation-delay: 0.88s; }
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(6) { animation-delay: 1.1s; }
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(7) { animation-delay: 1.32s; }
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(8) { animation-delay: 1.54s; }
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(9) { animation-delay: 1.76s; }
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(10) { animation-delay: 1.98s; }
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(11) { animation-delay: 2.2s; }
.theme-arena .ar-gallery-thumbs .ar-carousel-slide:nth-child(12) { animation-delay: 2.42s; }
@keyframes ar-thumb-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.theme-arena .ar-gallery-stage-prev,
.theme-arena .ar-gallery-stage-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 0;
}
.theme-arena .ar-gallery-stage-prev .ar-swiper-arrow,
.theme-arena .ar-gallery-stage-next .ar-swiper-arrow {
  width: 1.35rem;
  height: 1.35rem;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.55));
}
.theme-arena .ar-gallery-stage-prev:hover,
.theme-arena .ar-gallery-stage-next:hover,
.theme-arena .ar-gallery-stage-prev:focus-visible,
.theme-arena .ar-gallery-stage-next:focus-visible {
  color: #e20311;
  background: transparent;
}
.theme-arena .ar-gallery-stage-prev { left: 0.75rem; }
.theme-arena .ar-gallery-stage-next { right: 0.75rem; }
.theme-arena .ar-gallery-pswp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.theme-arena button.ar-gallery-folder {
  width: 100%;
  padding: 0;
  border: 0;
  font: inherit;
  text-align: left;
  appearance: none;
}
.theme-arena .ar-gallery-feature .ar-pswp {
  cursor: pointer;
}
.theme-arena .ar-gallery-carousel .ar-carousel-track {
  display: flex;
  align-items: flex-start;
  gap: var(--ar-slide-gap);
}
.theme-arena .ar-gallery-carousel .ar-carousel-slide {
  flex: 0 0 calc((100% - (3 * var(--ar-slide-gap))) / 4);
  min-width: 0;
  width: auto;
  margin: 0;
}
.theme-arena .ar-gallery-carousel .ns-gallery-item:first-child {
  grid-column: auto;
}
.theme-arena .ar-gallery-carousel .ns-gallery-item img,
.theme-arena .ar-gallery-carousel .ns-gallery-item .ar-ph,
.theme-arena .ar-gallery-carousel .ns-gallery-item .ns-gallery-photo,
.theme-arena .ar-gallery-carousel .ns-gallery-item:first-child img,
.theme-arena .ar-gallery-carousel .ns-gallery-item:first-child .ar-ph,
.theme-arena .ar-gallery-carousel .ns-gallery-item:first-child .hp-image-btn,
.theme-arena .ar-gallery-carousel .ns-gallery-item:first-child .ns-gallery-photo,
.theme-arena .ar-gallery-carousel .ns-gallery-item:not(:first-child) img,
.theme-arena .ar-gallery-carousel .ns-gallery-item:not(:first-child) .ar-ph,
.theme-arena .ar-gallery-carousel .ns-gallery-item:not(:first-child) .hp-image-btn,
.theme-arena .ar-gallery-carousel .ar-gallery-folder-empty {
  min-height: 0;
  max-height: none;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.theme-arena .ar-gallery-folders .ns-gallery-item img,
.theme-arena .ar-gallery-folders .ns-gallery-item .ar-ph,
.theme-arena .ar-gallery-folders .ns-gallery-item .ns-gallery-photo,
.theme-arena .ar-gallery-folders .ns-gallery-item:first-child img,
.theme-arena .ar-gallery-folders .ns-gallery-item:first-child .ar-ph,
.theme-arena .ar-gallery-folders .ns-gallery-item:first-child .ns-gallery-photo,
.theme-arena .ar-gallery-folders .ns-gallery-item:not(:first-child) img,
.theme-arena .ar-gallery-folders .ns-gallery-item:not(:first-child) .ar-ph,
.theme-arena .ar-gallery-folders .ns-gallery-item:not(:first-child) .ns-gallery-photo,
.theme-arena .ar-gallery-folders .ar-gallery-folder-empty {
  aspect-ratio: 19 / 9;
  min-height: 0;
}
.theme-arena .ar-gallery-folder {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #fff !important;
  background: #252525;
  cursor: pointer;
}
.theme-arena .ar-gallery-folder img,
.theme-arena .ar-gallery-folder .ns-gallery-photo,
.theme-arena .ar-gallery-folder .ar-ph {
  display: block;
  width: 100%;
  object-fit: cover;
}
.theme-arena .ar-gallery-folder-empty {
  display: grid;
  place-items: center;
  min-height: 220px;
  aspect-ratio: 1 / 1;
  color: rgba(255,255,255,.85);
}
.theme-arena .ar-gallery-folder-count {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  min-width: 1.85rem;
  height: 1.85rem;
  padding: 0 0.3rem;
  background: #e20311;
  color: #fff !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0;
  pointer-events: none;
}
.theme-arena .ar-gallery-folder:not(.is-active) .ar-gallery-folder-count {
  background: #fff;
  color: #212121 !important;
}
.theme-arena .ar-gallery-folder-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 2.1rem 0.85rem 0.8rem;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.78));
  color: #fff;
  pointer-events: none;
}
.theme-arena .ar-gallery-folder-label strong {
  font-family: "Abel", "Open Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.theme-arena .ar-gallery-crumb {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.1rem;
}
.theme-arena .ar-gallery-back {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  flex: 0 0 auto;
  color: #212121 !important;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #212121;
}
.theme-arena .ar-gallery-back:hover {
  background: #e20311;
  border-color: #e20311;
  color: #fff !important;
}
.theme-arena .ar-gallery-crumb strong {
  font-family: "Abel", "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #212121;
}
.theme-arena .ar-gallery-empty {
  margin: 0;
  color: rgba(33,33,33,.7);
}

.theme-arena .ns-gallery-item:first-child { grid-column: 1 / -1; }
.theme-arena .ns-gallery-item,
.theme-arena .ns-gallery-photo,
.theme-arena .ns-gallery-item img,
.theme-arena .ns-gallery-item .ar-ph {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  object-fit: cover;
  background: #252525;
}

.theme-arena .ns-gallery-item:first-child img,
.theme-arena .ns-gallery-item:first-child .ar-ph,
.theme-arena .ns-gallery-item:first-child .hp-image-btn,
.theme-arena .ns-gallery-item:first-child .ns-gallery-photo {
  min-height: 520px;
  max-height: 615px;
  aspect-ratio: 16 / 9;
}
.theme-arena .ar-gallery-thumbs .ns-gallery-item:first-child img,
.theme-arena .ar-gallery-thumbs .ns-gallery-item:first-child .ns-gallery-photo,
.theme-arena .ar-gallery-thumbs .ns-gallery-item:not(:first-child) img,
.theme-arena .ar-gallery-thumbs .ns-gallery-item:not(:first-child) .ns-gallery-photo {
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
}

.theme-arena .ns-gallery-item:not(:first-child) img,
.theme-arena .ns-gallery-item:not(:first-child) .ar-ph,
.theme-arena .ns-gallery-item:not(:first-child) .hp-image-btn {
  min-height: 220px;
  aspect-ratio: 1 / 1;
  max-height: none;
}

.theme-arena .ns-gallery-item figcaption { display: none; }
.theme-arena .is-editor .ns-gallery-item figcaption { display: block; }

.theme-arena .ar-gallery--duo,
.theme-arena .ns-works.ar-gallery.ar-gallery--duo {
  background: #fff;
  color: #212121;
  padding: 70px 0 40px;
}
.theme-arena .ar-gallery--duo .ns-h2,
.theme-arena .ns-works.ar-gallery.ar-gallery--duo .ns-h2 {
  color: #212121;
}
.theme-arena .ar-gallery--duo .ns-lead,
.theme-arena .ns-works.ar-gallery.ar-gallery--duo .ns-lead {
  color: rgba(33, 33, 33, 0.72);
}
.theme-arena .ar-gallery--duo .ar-rule {
  background: var(--ns-green);
}
.theme-arena a.ar-pswp {
  display: block;
  cursor: zoom-in;
  text-decoration: none;
  color: inherit;
}
.theme-arena a.ar-pswp img {
  pointer-events: none;
}
.theme-arena .ar-gallery--duo .ns-gallery {
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  max-width: 1100px;
  margin-inline: auto;
}
.theme-arena .ar-gallery--duo .ns-gallery-item:first-child { grid-column: auto; }
.theme-arena .ar-gallery--duo .ns-gallery-item img,
.theme-arena .ar-gallery--duo .ns-gallery-item .ar-ph,
.theme-arena .ar-gallery--duo .ns-gallery-item .hp-image-btn,
.theme-arena .ar-gallery--duo .ns-gallery-item .ns-gallery-photo,
.theme-arena .ar-gallery--duo .ns-gallery-item:first-child img,
.theme-arena .ar-gallery--duo .ns-gallery-item:first-child .ar-ph,
.theme-arena .ar-gallery--duo .ns-gallery-item:first-child .hp-image-btn,
.theme-arena .ar-gallery--duo .ns-gallery-item:first-child .ns-gallery-photo,
.theme-arena .ar-gallery--duo .ns-gallery-item:not(:first-child) img,
.theme-arena .ar-gallery--duo .ns-gallery-item:not(:first-child) .ar-ph,
.theme-arena .ar-gallery--duo .ns-gallery-item:not(:first-child) .hp-image-btn {
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.theme-arena .ar-contact,
.theme-arena .ns-contact.ar-contact {
  background: var(--ns-green);
  color: #fff;
  padding: 0;
}

.theme-arena .ar-contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 1030px;
}

.theme-arena .ar-contact-form-wrap {
  background: #252525;
  padding: 72px 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.theme-arena .ar-contact .ns-section-head {
  margin: 0 auto 28px;
  text-align: center;
  max-width: 22rem;
}
.theme-arena .ar-contact .ns-h2 { color: #fff; }
.theme-arena .ar-contact .ns-lead { color: #fff; }

.theme-arena .ar-form { display: grid; gap: 14px; max-width: 372px; margin: 0 auto; width: 100%; }
.theme-arena .ar-form input,
.theme-arena .ar-form textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 16px 14px;
  background: #2a2a2a;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
}

.theme-arena .ar-form input::placeholder,
.theme-arena .ar-form textarea::placeholder { color: rgba(255,255,255,.45); }

.theme-arena .ar-form-submit {
  width: 100%;
  margin-top: 24px;
  min-height: 47px;
  padding: 16px 25px;
  font-size: 15px;
  color: #fff !important;
  border: 2px solid #fff;
  background: transparent;
}

.theme-arena .ar-form-submit:hover { background: #fff; color: #111 !important; }

.theme-arena .ar-contact-visual {
  position: relative;
  min-height: 520px;
  height: 100%;
  align-self: stretch;
  background: #252525;
}
.theme-arena .ar-osm-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 520px;
  z-index: 0;
  border: 0;
  background: #d8d8d8;
  overflow: hidden;
}
.theme-arena .ar-osm-map.leaflet-container {
  font: inherit;
}
.theme-arena .ar-osm-map .leaflet-tile-pane {
  /* Fast SW, etwas Farbe behalten */
  filter: grayscale(0.78) saturate(0.45) contrast(1.04) brightness(0.96);
}
.theme-arena .ar-osm-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  filter: grayscale(0.78) saturate(0.45) contrast(1.04) brightness(0.96);
}
.theme-arena .ar-osm-map.is-leaflet .ar-osm-fallback,
.theme-arena .ar-osm-map.is-leaflet .ar-osm-pin {
  display: none;
}
.theme-arena .ar-osm-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(33, 33, 33, 0.12);
}
.theme-arena .ar-osm-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 32px;
  height: 42px;
  transform: translate(-50%, -92%);
  pointer-events: none;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 40'><path fill='%23e20311' d='M14 0C6.3 0 0 6.3 0 14c0 10.5 14 26 14 26s14-15.5 14-26C28 6.3 21.7 0 14 0z'/><circle fill='%23ffffff' cx='14' cy='14' r='5.2'/></svg>") center / contain no-repeat;
}
.theme-arena .ar-leaflet-pin {
  background: transparent;
  border: 0;
}
.theme-arena .ar-leaflet-pin-mark {
  display: block;
  width: 32px;
  height: 42px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 40'><path fill='%23e20311' d='M14 0C6.3 0 0 6.3 0 14c0 10.5 14 26 14 26s14-15.5 14-26C28 6.3 21.7 0 14 0z'/><circle fill='%23ffffff' cx='14' cy='14' r='5.2'/></svg>") center / contain no-repeat;
}
.theme-arena .ar-contact-visual .leaflet-control-zoom {
  border: 0 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}
.theme-arena .ar-contact-visual .leaflet-control-zoom a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #111 !important;
  background: #fff;
  border: 0 !important;
}
.theme-arena .ar-contact-visual .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 10px;
}
.theme-arena .ar-osm-actions {
  position: absolute;
  z-index: 400;
  left: 12px;
  bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 24px);
}
.theme-arena .ar-osm-open {
  position: static;
  padding: 8px 12px;
  background: #252525;
  color: #fff !important;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.theme-arena .ar-osm-open:hover {
  background: #e20311;
  color: #fff !important;
}
.theme-arena .ar-contact-meta {
  margin-top: 1.5rem;
  text-align: center;
  color: rgba(255,255,255,.78);
}
.theme-arena .ar-contact-meta .ns-contact-name {
  display: block;
  color: #fff;
  margin-bottom: 0.35rem;
}
.theme-arena .ar-contact-meta a { color: #fff; }
.theme-arena .ar-contact-meta a:hover { color: var(--ns-green); }
.theme-arena .ar-contact-meta .ns-preline { white-space: pre-line; }
.theme-arena .ar-map-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
}
/* Alte Kontaktfotos ausblenden – Leaflet-Kacheln (.leaflet-tile) nicht treffen */
.theme-arena .ar-contact-photo,
.theme-arena .ar-contact-visual > .ar-ph,
.theme-arena .ar-contact-visual > img,
.theme-arena .ar-contact-visual .hp-image-btn {
  display: none;
}

.theme-arena .ar-contact-editor { margin-top: 1.4rem; opacity: 0.7; }

.theme-arena .ar-voices { background: #252525; color: #fff; padding: 80px 0 70px; }
.theme-arena .ar-voices .ns-h2 { color: #fff; }
.theme-arena .ar-voices .ns-lead { color: #fff; }

.theme-arena .ar-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.theme-arena .ar-voice {
  margin: 0;
  padding: 36px 22px 28px;
  background: #252525;
  text-align: center;
}

.theme-arena .ar-voice-mark {
  display: block;
  width: 28px;
  height: 18px;
  margin: 0 auto 18px;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 18'><path fill='black' d='M0 10c2-6 6-10 10-10 2 0 4 1 4 4S12 10 9 10c4 4 7 8 7 8H0s2-4 0-8zm18 0c2-6 6-10 10-10 2 0 4 1 4 4s-2 6-5 6c4 4 7 8 7 8H18s2-4 0-8z'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 18'><path fill='black' d='M0 10c2-6 6-10 10-10 2 0 4 1 4 4S12 10 9 10c4 4 7 8 7 8H0s2-4 0-8zm18 0c2-6 6-10 10-10 2 0 4 1 4 4s-2 6-5 6c4 4 7 8 7 8H18s2-4 0-8z'/></svg>") center/contain no-repeat;
}

.theme-arena .ar-voice-name {
  color: var(--ns-green);
  font-weight: 600;
  font-family: "Signika", "Open Sans", sans-serif;
  font-size: 18px;
}
.theme-arena .ar-voice-quote { margin: 0.85rem 0 1.1rem; font-size: 16px; color: rgba(255,255,255,.86); }
.theme-arena .ar-voice-role { color: rgba(255,255,255,.55); font-size: 14px; margin: 0; }

/* Historie */
.theme-arena .ar-timeline {
  background: #f4f4f4;
  color: #212121;
  padding: 80px 0 96px;
}
.theme-arena .ar-timeline .ns-h2 { color: #212121; }
.theme-arena .ar-timeline .ns-lead { color: #555; max-width: 36rem; margin-left: auto; margin-right: auto; }
.theme-arena .ar-timeline-eras {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  margin: 0.35rem auto 1.35rem;
  max-width: 52rem;
  padding: 0.35rem;
  background: #fff;
  border: 1px solid rgba(33, 33, 33, 0.1);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}
.theme-arena .ar-timeline-era {
  appearance: none;
  border: 0;
  background: transparent;
  color: #444;
  font: inherit;
  font-family: Abel, "Open Sans", sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  letter-spacing: 0.03em;
  padding: 0.7rem 1rem;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
  min-height: 2.75rem;
}
.theme-arena .ar-timeline-era:hover {
  color: var(--ns-green);
  background: rgba(200, 29, 37, 0.06);
}
.theme-arena .ar-timeline-era.is-active {
  background: var(--ns-green);
  color: #fff;
}
.theme-arena .ar-timeline-era:focus-visible,
.theme-arena .ar-timeline-year:focus-visible,
.theme-arena .ar-timeline-event-toggle:focus-visible {
  outline: 2px solid var(--ns-green);
  outline-offset: 2px;
}
.theme-arena .ar-timeline-panel[hidden] { display: none !important; }
.theme-arena .ar-timeline-years {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  margin: 0 auto 1.5rem;
  max-width: 42rem;
}
.theme-arena .ar-timeline-year {
  appearance: none;
  border: 1px solid rgba(33, 33, 33, 0.14);
  background: #fff;
  color: #666;
  font-family: Abel, sans-serif;
  font-size: 1.05rem;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.theme-arena .ar-timeline-year:hover {
  color: #212121;
  border-color: rgba(33, 33, 33, 0.35);
}
.theme-arena .ar-timeline-year.is-active {
  color: #fff;
  background: #212121;
  border-color: #212121;
}
.theme-arena .ar-timeline-track {
  list-style: none;
  margin: 0 auto;
  padding: 0.25rem 0 0;
  max-width: 760px;
  position: relative;
}
.theme-arena .ar-timeline-track::before {
  content: "";
  position: absolute;
  left: 1.05rem;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 2px;
  background: rgba(33, 33, 33, 0.12);
}
.theme-arena .ar-timeline-event {
  position: relative;
  padding: 0 0 0.7rem 0;
}
.theme-arena .ar-timeline-event:last-child { padding-bottom: 0; }
.theme-arena .ar-timeline-event-toggle {
  appearance: none;
  width: 100%;
  display: grid;
  grid-template-columns: 2.1rem minmax(3.4rem, auto) minmax(0, 1fr) 1.1rem;
  align-items: center;
  column-gap: 0.55rem;
  border: 1px solid transparent;
  background: #fff;
  text-align: left;
  padding: 0.85rem 0.9rem 0.85rem 0.55rem;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.theme-arena .ar-timeline-event-toggle:hover {
  border-color: rgba(33, 33, 33, 0.12);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}
.theme-arena .ar-timeline-event.is-open .ar-timeline-event-toggle {
  border-color: rgba(200, 29, 37, 0.28);
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}
.theme-arena .ar-timeline-dot {
  justify-self: center;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: #d0d0d0;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(33, 33, 33, 0.22);
  position: relative;
  z-index: 1;
}
.theme-arena .ar-timeline-event.is-open .ar-timeline-dot,
.theme-arena .ar-timeline-event-toggle:hover .ar-timeline-dot {
  background: var(--ns-green);
  box-shadow: 0 0 0 1px var(--ns-green);
}
.theme-arena .ar-timeline-event-year {
  font-family: Abel, sans-serif;
  font-size: 1.2rem;
  color: var(--ns-green);
}
.theme-arena .ar-timeline-event-title {
  font-family: Abel, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: #212121;
}
.theme-arena .ar-timeline-chevron {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  transition: transform 0.18s ease, border-color 0.18s ease;
  justify-self: end;
}
.theme-arena .ar-timeline-event.is-open .ar-timeline-chevron {
  transform: rotate(225deg);
  border-color: var(--ns-green);
}
.theme-arena .ar-timeline-event-body {
  display: none;
  padding: 0 1rem 1rem 2.65rem;
  background: #fff;
  border: 1px solid rgba(200, 29, 37, 0.28);
  border-top: 0;
  margin-top: -1px;
}
.theme-arena .ar-timeline-event.is-open .ar-timeline-event-body {
  display: block;
}
.theme-arena .ar-timeline-event-body .ns-copy {
  margin: 0;
  color: #555;
  line-height: 1.65;
}
.theme-arena .ar-timeline-editor {
  display: grid;
  gap: 1rem;
}
.theme-arena .ar-timeline-editor-row {
  display: grid;
  gap: 0.4rem;
  padding: 1rem;
  border: 1px solid rgba(33, 33, 33, 0.12);
  position: relative;
  background: #fff;
}

@media (max-width: 720px) {
  .theme-arena .ar-timeline-eras {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .theme-arena .ar-timeline-event-toggle {
    grid-template-columns: 1.7rem minmax(3rem, auto) minmax(0, 1fr) 1rem;
    padding-right: 0.7rem;
  }
  .theme-arena .ar-timeline-event-body {
    padding-left: 2.25rem;
  }
  .theme-arena .ar-timeline-track::before {
    left: 0.85rem;
  }
}

.theme-arena .ar-faq,
.theme-arena .ns-faq.ar-faq {
  background: #fff;
  padding: 70px 0 90px;
}
.theme-arena .ns-faq-inner { max-width: none; }

.theme-arena .ns-faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
}

.theme-arena .ns-faq-item { border: 0; margin: 0; }
.theme-arena .ns-faq-q {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 0.55rem;
  color: #212121;
}
.theme-arena .ns-faq-a { margin: 0; color: #555; font-size: 16px; line-height: 27.2px; }

.theme-arena .ar-footer {
  background: #252525;
  color: rgba(255, 255, 255, 0.78);
  padding: 1.35rem 0 1.15rem;
}
.theme-arena .ar-footer::after { display: none; }

.theme-arena .ar-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0 0 0.55rem;
}

.theme-arena .ar-footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 1.2rem;
  margin: 0;
}
.theme-arena .ar-footer-nav a {
  line-height: 1.3;
  padding: 0;
  margin: 0;
  color: #fff;
}
.theme-arena .ar-footer a,
.theme-arena .ar-footer .ns-logo-title,
.theme-arena .ar-footer .ns-footer-title {
  color: #fff;
}
.theme-arena .ar-footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.85rem;
  margin-top: 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1rem 1.5rem;
  align-items: start;
}
.theme-arena .ar-footer-col .ns-footer-title {
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0 0 0.35rem;
  color: #fff;
}
.theme-arena .ar-footer-col .ns-copy,
.theme-arena .ar-footer-col .ns-made,
.theme-arena .ar-footer-place {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
  white-space: pre-line;
}
.theme-arena .ar-footer-col--made {
  align-self: end;
}
.theme-arena .ar-footer .ar-anim,
.theme-arena .ar-footer-bar,
.theme-arena .ar-footer-copy {
  opacity: 1;
  transform: none;
}

.theme-arena .ns-has-deco::before,
.theme-arena .ns-has-deco::after { display: none; }
.theme-arena .ns-login-card h1 { color: var(--ns-green); }

@media (max-width: 1024px) {
  .theme-arena .ar-hero,
  .theme-arena .ns-hero.ar-hero {
    padding: 36px 0 60px;
    min-height: var(--ar-hero-h, calc(100svh - var(--ns-header)));
    height: var(--ar-hero-h, calc(100svh - var(--ns-header)));
    max-height: var(--ar-hero-h, calc(100svh - var(--ns-header)));
  }
  .theme-arena .ar-hero-media img,
  .theme-arena .ar-hero-media .ar-ph,
  .theme-arena .ar-hero-media .ns-hero-media,
  .theme-arena .ns-hero .hp-image-btn,
  .theme-arena .ns-hero .ns-hero-media {
    min-height: 100%;
    height: 100%;
    border-radius: 0 !important;
    aspect-ratio: auto !important;
  }
  .theme-arena .ns-hero-title { font-size: 72px; line-height: 72px; }
  .theme-arena .ar-hero-ampel {
    right: 0;
    bottom: 0;
  }
  .theme-arena .ns-metric-value,
  .theme-arena .ns-reason-num { font-size: 72px; line-height: 72px; }
  .theme-arena .ar-cta--join .ns-h2,
  .theme-arena .ar-cta--join .ns-h2--join,
  .theme-arena .ns-cta.ar-cta--join .ns-h2 {
    font-size: clamp(3.25rem, 11vw, 4.5rem);
    line-height: 0.95;
  }
}

/* Desktop: Zeilenwechsel Bild links/rechts + Pfeile */
@media (min-width: 981px) {
  .theme-arena .ar-team .ns-team-card:nth-child(4n+3) .ns-team-photo,
  .theme-arena .ar-team .ns-team-card:nth-child(4n+4) .ns-team-photo {
    order: 2;
  }
  .theme-arena .ar-team .ns-team-card .ns-h3::before {
    display: inline-block;
    border-width: 7px 11px 7px 0;
    border-color: transparent var(--ns-green) transparent transparent;
  }
  .theme-arena .ar-team .ns-team-card .ns-h3::after {
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent var(--ns-green);
  }
  .theme-arena .ar-team .ns-team-card:nth-child(4n+3) .ns-h3::before,
  .theme-arena .ar-team .ns-team-card:nth-child(4n+4) .ns-h3::before {
    display: none;
  }
  .theme-arena .ar-team .ns-team-card:nth-child(4n+3) .ns-h3::after,
  .theme-arena .ar-team .ns-team-card:nth-child(4n+4) .ns-h3::after {
    display: inline-block;
  }
}

@media (max-width: 980px) {
  .theme-arena .ns-header {
    height: auto;
    min-height: 100px;
    background: #1f1f1f;
  }
  .theme-arena .ns-header.is-open {
    background: #1a1a1a;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45) !important;
  }
  .theme-arena .ns-header.is-open .ns-header-inner,
  .theme-arena .ns-header.is-open .ar-header-inner {
    background: #1a1a1a;
  }
  .theme-arena .ns-header.is-open .ns-nav {
    background: #1a1a1a;
    padding: 0.35rem 0 1rem;
    gap: 0;
  }
  .theme-arena .ns-header.is-open .ns-nav a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .theme-arena .ns-wrap { width: calc(100% - 40px); }
  .theme-arena .ar-partners-grid,
  .theme-arena .ar-about-grid,
  .theme-arena .ar-team-grid,
  .theme-arena .ar-team .ns-team-card,
  .theme-arena .ar-course-grid,
  .theme-arena .ar-schedule-grid,
  .theme-arena .ar-voice-grid,
  .theme-arena .ar-contact-split,
  .theme-arena .ns-faq-list { grid-template-columns: 1fr; }

  .theme-arena .ar-about-grid--single {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
  .theme-arena .ar-about-visual--large {
    min-height: 0;
  }
  .theme-arena .ar-about-pic--full {
    position: relative;
    inset: auto;
  }
  .theme-arena .ar-about--bleed .ns-split-copy {
    padding: 2.5rem max(20px, 5vw) 4rem;
  }

  .theme-arena .ar-team .ns-team-card {
    min-height: 0 !important;
    width: 100%;
    grid-template-columns: 1fr !important;
    grid-template-rows: max-content max-content;
    align-items: start;
    align-content: start;
    justify-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
  }
  .theme-arena .ar-team .ns-team-card .ns-team-photo,
  .theme-arena .ar-team .ns-team-card:nth-child(4n+3) .ns-team-photo,
  .theme-arena .ar-team .ns-team-card:nth-child(4n+4) .ns-team-photo {
    order: 0 !important;
  }
  .theme-arena .ar-team .ns-team-card .ns-team-copy {
    order: 0 !important;
    width: 100%;
    justify-self: stretch;
    justify-content: flex-start !important;
    min-height: 0 !important;
    padding: 1.35rem 1.15rem 1.6rem;
  }
  /* Feste 4:3-Box – nicht stretchen, sonst entsteht Leerraum vor dem Namen */
  .theme-arena .ar-team .ns-team-photo {
    display: block !important;
    box-sizing: content-box !important;
    width: 100% !important;
    max-width: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 0 75% !important;
    aspect-ratio: unset !important;
    align-self: start !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    background: #252525;
  }
  .theme-arena .ar-team .ns-team-photo img,
  .theme-arena .ar-team .ns-team-photo .ar-ph,
  .theme-arena .ar-team .ns-team-photo .hp-image-btn,
  .theme-arena .ar-team .ns-team-photo .hp-image-btn img,
  .theme-arena .ar-team .ns-team-photo .hp-image-slot {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    aspect-ratio: unset !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .theme-arena .ar-team .ns-h3 {
    display: block;
    font-size: 24px;
    line-height: 1.25;
    margin: 0;
    padding: 0;
  }
  /* Mobil: kleiner Pfeil nach oben, inline – kein Flex-Umbruch */
  .theme-arena .ar-team .ns-team-card .ns-h3::before,
  .theme-arena .ar-team .ns-team-card:nth-child(4n+3) .ns-h3::before,
  .theme-arena .ar-team .ns-team-card:nth-child(4n+4) .ns-h3::before {
    content: "";
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 0.4rem 0 0;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent var(--ns-green) transparent;
  }
  .theme-arena .ar-team .ns-team-card .ns-h3::after,
  .theme-arena .ar-team .ns-team-card:nth-child(4n+3) .ns-h3::after,
  .theme-arena .ar-team .ns-team-card:nth-child(4n+4) .ns-h3::after {
    display: none !important;
    content: none !important;
  }

  .theme-arena .ar-schedule {
    padding: 48px 0 20px;
  }
  .theme-arena .ar-schedule .ns-section-head {
    margin-bottom: 0.75rem;
  }
  .theme-arena .ar-schedule .ar-rule {
    margin: 8px 0 12px;
  }
  .theme-arena .ar-schedule-grid {
    gap: 8px;
  }
  .theme-arena .ar-schedule .ns-slot {
    grid-template-columns: 120px 1fr;
    gap: 0.9rem;
    padding: 16px 0;
    align-items: center;
  }
  .theme-arena .ar-slot-avatar,
  .theme-arena .ar-slot-photo,
  .theme-arena .ar-slot-avatar img,
  .theme-arena .ar-slot-avatar .ar-ph,
  .theme-arena .ar-slot-avatar .hp-image-btn,
  .theme-arena .ar-slot-avatar .hp-image-btn img {
    width: 120px;
    height: 120px;
  }
  .theme-arena .ar-schedule .ns-h3 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
  }
  .theme-arena .ar-schedule .ns-slot-time,
  .theme-arena .ar-schedule .ns-slot-days {
    font-size: 16px;
    line-height: 1.35;
  }
  .theme-arena .ar-schedule .ns-copy {
    margin-top: 0.25rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .theme-arena .ar-courses .ns-card-body {
    padding: 1.1rem 1.25rem 1.75rem;
  }

  .theme-arena .ns-metrics,
  .theme-arena .ns-gallery { grid-template-columns: 1fr 1fr; }
  .theme-arena .ar-partners-carousel { padding: 0 2.5rem; }
  .theme-arena .ar-partners-carousel .ns-partner {
    flex-basis: calc((100% - var(--ar-slide-gap)) / 2);
  }
  .theme-arena .ar-gallery-carousel { padding: 0 2.5rem; }
  .theme-arena .ar-gallery-carousel .ar-carousel-slide {
    flex-basis: calc((100% - (2 * var(--ar-slide-gap))) / 3);
  }
  .theme-arena .ar-reasons-carousel .ns-reason {
    flex-basis: calc((100% - var(--ar-slide-gap)) / 2);
    min-height: 280px;
  }
  .theme-arena .ns-gallery-item:first-child { grid-column: 1 / -1; }
  .theme-arena .ns-price-row { grid-template-columns: 22px minmax(0, 1fr) auto; padding: 9px 12px; }
  .theme-arena .ns-price-sum { justify-content: flex-end; }
  .theme-arena .ar-price-annual { flex-direction: column; gap: 0.25rem; }
  .theme-arena .ar-cta--join {
    padding: 4.5rem 1rem 5rem;
    min-height: 0;
  }
  .theme-arena .ar-cta--join .ns-h2,
  .theme-arena .ar-cta--join .ns-h2--join,
  .theme-arena .ns-cta.ar-cta--join .ns-h2 {
    font-size: clamp(2.6rem, 14vw, 3.75rem);
    line-height: 0.95;
    margin-bottom: 0.55rem;
  }
  .theme-arena .ar-cta--join .ns-lead,
  .theme-arena .ar-cta--join .ns-lead--join,
  .theme-arena .ns-cta.ar-cta--join .ns-lead {
    max-width: 22rem;
    margin-bottom: 1.35rem;
    font-size: 1rem;
    line-height: 1.55;
  }
  .theme-arena .ar-cta-media {
    inset: 0;
    opacity: 0.28;
    background-position: 70% center;
    background-size: cover;
  }
  .theme-arena .ar-cta-media img,
  .theme-arena .ar-cta-photo-bg {
    object-fit: cover;
    object-position: 70% center;
  }
  .theme-arena .ar-header-cta,
  .theme-arena .ns-header-cta { display: none !important; }
  .theme-arena .ar-footer-bar { flex-direction: column; align-items: flex-start; }
  .theme-arena .ar-footer-copy { grid-template-columns: 1fr; gap: 0.85rem; }
  .theme-arena .ar-contact-split,
  .theme-arena .ar-contact-visual,
  .theme-arena .ar-osm-map { min-height: 420px; }
}

@media (max-width: 760px) {
  .theme-arena .ns-hero-title { font-size: 56px; line-height: 56px; }
  .theme-arena .ns-h2 { font-size: 32px; line-height: 40px; }
  .theme-arena .ar-cta--join {
    padding: 3.5rem 1rem 4rem;
  }
  .theme-arena .ar-cta--join .ns-h2,
  .theme-arena .ar-cta--join .ns-h2--join,
  .theme-arena .ns-cta.ar-cta--join .ns-h2 {
    font-size: clamp(2.35rem, 13vw, 3.1rem);
  }
  .theme-arena .ar-cta--join .ns-cta-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 18rem;
    margin: 0 auto;
  }
  .theme-arena .ar-cta--join .ns-btn {
    width: 100%;
    justify-content: center;
  }
  .theme-arena .ar-events-item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .theme-arena .ns-metrics { grid-template-columns: 1fr 1fr; }
  .theme-arena .ns-metric-value { font-size: 56px; line-height: 56px; }
  .theme-arena .ns-hero-actions { flex-direction: row; }
  .theme-arena .ns-hero-actions .ns-btn { width: auto; }
  .theme-arena .ar-partners-carousel .ns-partner,
  .theme-arena .ar-reasons-carousel .ns-reason {
    flex-basis: 100%;
  }
  .theme-arena .ar-partners-carousel,
  .theme-arena .ar-reasons-carousel {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
  .theme-arena .ar-gallery-carousel,
  .theme-arena .ar-gallery-swiper-wrap {
    --ar-slide-gap: 8px;
    padding: 0 2.5rem;
  }
  .theme-arena .ar-gallery-folders,
  .theme-arena .ar-gallery-thumbs {
    padding-left: 3.1rem;
  }
  .theme-arena .ar-gallery-folders .ar-swiper-prev,
  .theme-arena .ar-gallery-thumbs .ar-swiper-prev {
    left: 1.05rem;
  }
  .theme-arena .ar-gallery-feature-wrap {
    padding: 0;
  }
  .theme-arena .ar-gallery-carousel .ar-carousel-slide {
    flex-basis: calc((100% - (2 * var(--ar-slide-gap))) / 3);
  }
  .theme-arena .ar-gallery-carousel .ar-carousel-btn,
  .theme-arena .ar-swiper-nav {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    font-size: 0;
    background: transparent;
    color: #212121;
  }
  .theme-arena .ar-swiper-arrow {
    width: 1.05rem;
    height: 1.05rem;
  }
  .theme-arena .ar-gallery-folder-label {
    padding: 1.2rem 0.5rem 0.4rem;
  }
  .theme-arena .ar-gallery-folder-label strong {
    font-size: 0.78rem;
    line-height: 1.15;
  }
  .theme-arena .ar-gallery-feature .ns-gallery-item {
    min-height: 0;
    max-height: none;
  }
  .theme-arena .ar-gallery-feature .ar-gallery-stage-fit,
  .theme-arena .ar-gallery-feature .ns-gallery-item .ar-gallery-stage-fit,
  .theme-arena .ar-gallery-feature .ns-gallery-item img.ar-gallery-stage-fit {
    min-height: 0;
    max-height: none;
  }
  .theme-arena .ns-reason-num { font-size: 56px; line-height: 56px; }
}

html.js.theme-arena main > section,
html.js.theme-arena main > footer,
html.js.theme-arena main > section.ns-from-left:not(.is-in),
html.js.theme-arena main > section.ns-from-right:not(.is-in),
html.js.theme-arena main > section.ns-hero {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.theme-arena .ar-anim {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.theme-arena .ar-anim.is-in {
  opacity: 1;
  transform: none;
}

.theme-arena .ar-footer .ar-anim,
.theme-arena .ar-footer .ar-anim.is-in,
.theme-arena .ar-footer-bar,
.theme-arena .ar-footer-copy {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-arena .ar-anim {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .theme-arena .ar-ampel--green .ar-ampel-sprite-on,
  .theme-arena .ar-ampel--yellow .ar-ampel-sprite-on,
  .theme-arena .ar-ampel--red .ar-ampel-sprite-on {
    animation: none;
    opacity: 1;
  }
}
