/*
 * OSSI PILLEN LEV – Elementor Pro Version 2
 * ------------------------------------------------------------
 * Dieser komplette Stil kann im WordPress-Backend unter
 * OSSI PILLEN LEV V2 > CSS & Effekte bearbeitet werden.
 */

:root {
  --opl-v2-rail-width: 216px;
  --opl-v2-red: #f01825;
  --opl-v2-red-bright: #ff3340;
  --opl-v2-red-dark: #8e0710;
  --opl-v2-black: #050506;
  --opl-v2-panel: rgba(12, 10, 11, 0.92);
  --opl-v2-panel-red: rgba(53, 4, 8, 0.78);
  --opl-v2-line: rgba(255, 38, 50, 0.42);
  --opl-v2-line-soft: rgba(255, 255, 255, 0.1);
  --opl-v2-white: #f5f2ef;
  --opl-v2-muted: #b6afb0;
  --opl-v2-display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue",
    Arial, sans-serif;
  --opl-v2-body: Inter, "Helvetica Neue", Arial, sans-serif;
  --opl-v2-shadow:
    0 0 1px rgba(255, 255, 255, 0.4),
    0 0 28px rgba(229, 10, 24, 0.16),
    0 28px 80px rgba(0, 0, 0, 0.38);
  --opl-v2-hero-dim: 0;
  --opl-v2-section-space: clamp(74px, 8vw, 138px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

body:has(.opl-v2-site),
body:has(.opl-v2-member-page) {
  margin: 0;
  overflow-x: hidden;
  background: var(--opl-v2-black);
}

.opl-v2-site,
.opl-v2-site *,
.opl-v2-member-page,
.opl-v2-member-page * {
  box-sizing: border-box;
}

.opl-v2-site,
.opl-v2-member-page {
  --e-global-color-primary: var(--opl-v2-red);
  color: var(--opl-v2-white);
  font-family: var(--opl-v2-body);
}

.opl-v2-site a,
.opl-v2-member-page a {
  color: inherit;
}

.opl-v2-site p,
.opl-v2-site h1,
.opl-v2-site h2,
.opl-v2-site h3,
.opl-v2-site h4,
.opl-v2-member-page p,
.opl-v2-member-page h1,
.opl-v2-member-page h2,
.opl-v2-member-page h3,
.opl-v2-member-page h4 {
  margin-block: 0;
}

.opl-v2-site .elementor-widget:not(:last-child),
.opl-v2-member-page .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.opl-v2-site {
  position: relative;
  display: block !important;
  width: 100%;
  min-height: 100vh;
  background: #050506;
}

.opl-v2-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ------------------------------------------------------------
   Feste Seitennavigation
   ------------------------------------------------------------ */

.opl-v2-rail {
  position: fixed !important;
  z-index: 70;
  inset: 0 auto 0 0;
  width: var(--opl-v2-rail-width) !important;
  min-height: 100dvh;
  padding: 25px 24px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  background:
    radial-gradient(circle at 45% 12%, rgba(197, 12, 23, 0.14), transparent 28%),
    linear-gradient(180deg, #080809 0%, #030304 100%);
  border-right: 1px solid rgba(255, 35, 48, 0.62);
  box-shadow: 18px 0 70px rgba(0, 0, 0, 0.55);
}

.opl-v2-rail::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 43, 54, 0.9) 24%,
    rgba(255, 43, 54, 0.28) 76%,
    transparent
  );
  filter: drop-shadow(0 0 7px rgba(255, 23, 36, 0.9));
}

.opl-v2-rail-logo {
  align-self: center;
  width: min(100%, 164px) !important;
  margin-bottom: 27px;
  isolation: isolate;
}

.opl-v2-rail-logo .elementor-widget-container {
  padding: 5px;
}

.opl-v2-rail-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent !important;
  filter:
    drop-shadow(0 10px 16px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 12px rgba(238, 20, 33, 0.32));
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.opl-v2-rail-logo a:hover img,
.opl-v2-rail-logo a:focus-visible img {
  transform: translateY(-2px) scale(1.018);
  filter:
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.78))
    drop-shadow(0 0 18px rgba(255, 29, 43, 0.5));
}

.opl-v2-rail-nav {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px;
  margin: auto 0;
}

.opl-v2-nav-link {
  width: 100%;
}

.opl-v2-nav-link .elementor-button {
  position: relative;
  width: 100%;
  justify-content: flex-start;
  padding: 9px 8px 9px 25px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #c9c5c5;
  font-family: var(--opl-v2-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
  transition:
    color 0.22s ease,
    transform 0.22s ease,
    background 0.22s ease;
}

.opl-v2-nav-link .elementor-button::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-50%);
  transition:
    width 0.25s ease,
    border-radius 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.opl-v2-nav-link:hover .elementor-button,
.opl-v2-nav-link.is-active .elementor-button {
  color: #fff;
  transform: translateX(3px);
  background: linear-gradient(90deg, rgba(255, 24, 37, 0.09), transparent);
}

.opl-v2-nav-link:hover .elementor-button::before,
.opl-v2-nav-link.is-active .elementor-button::before {
  width: 10px;
  border-radius: 5px;
  background: var(--opl-v2-red-bright);
  box-shadow: 0 0 11px rgba(255, 27, 41, 0.95);
}

.opl-v2-rail-signature {
  padding: 18px 8px 16px;
  border-top: 1px solid rgba(255, 42, 54, 0.44);
  border-bottom: 1px solid rgba(255, 42, 54, 0.2);
}

.opl-v2-rail-signature p {
  color: #a8a3a3;
  font-family: var(--opl-v2-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.75;
}

.opl-v2-rail-signature strong {
  color: var(--opl-v2-red-bright);
}

.opl-v2-socials {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  padding: 18px 7px 0;
}

.opl-v2-social-icon {
  width: 28px !important;
}

.opl-v2-social-icon .elementor-widget-container,
.opl-v2-social-icon a,
.opl-v2-social-icon img {
  background: transparent !important;
}

.opl-v2-social-icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  mix-blend-mode: screen;
  filter:
    drop-shadow(0 0 5px rgba(255, 255, 255, 0.25))
    drop-shadow(0 0 11px rgba(58, 144, 255, 0.55));
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

.opl-v2-social-icon:last-child img {
  filter:
    drop-shadow(0 0 5px rgba(255, 255, 255, 0.2))
    drop-shadow(0 0 12px rgba(255, 38, 139, 0.52));
}

.opl-v2-social-icon a:hover img,
.opl-v2-social-icon a:focus-visible img {
  transform: translateY(-2px) scale(1.1);
  filter:
    drop-shadow(0 0 7px rgba(255, 255, 255, 0.4))
    drop-shadow(0 0 17px rgba(255, 31, 68, 0.8));
}

/* ------------------------------------------------------------
   Hero – feststehend, ganzflächig, beim Scrollen dunkler
   ------------------------------------------------------------ */

.opl-v2-canvas {
  position: relative !important;
  z-index: 1;
  display: block !important;
  width: calc(100% - var(--opl-v2-rail-width)) !important;
  margin-left: var(--opl-v2-rail-width);
  background: transparent;
}

.opl-v2-hero {
  position: fixed !important;
  z-index: 0;
  inset: 0 0 0 var(--opl-v2-rail-width);
  width: calc(100vw - var(--opl-v2-rail-width)) !important;
  min-height: 100dvh !important;
  overflow: hidden;
  background-color: #030304;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.opl-v2-hero::before {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.opl-v2-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 58%, transparent 33%, rgba(0, 0, 0, 0.14) 70%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent 35%, rgba(0, 0, 0, 0.17));
}

.opl-v2-hero-ui {
  position: absolute !important;
  z-index: 5;
  inset: 0;
  width: 100% !important;
  pointer-events: none;
}

.opl-v2-hero-ui .elementor-widget-container {
  position: absolute;
  inset: 0;
}

.opl-v2-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, calc(0.06 + var(--opl-v2-hero-dim) * 0.42)),
      rgba(0, 0, 0, calc(0.08 + var(--opl-v2-hero-dim) * 0.7))
    );
  backdrop-filter: blur(calc(var(--opl-v2-hero-dim) * 4px));
  transition: background 0.05s linear;
}

.opl-v2-hero-next {
  position: absolute;
  left: 34%;
  right: 34%;
  bottom: 0;
  height: 18%;
  pointer-events: auto;
}

.opl-v2-hero-spacer {
  position: relative !important;
  z-index: -1;
  width: 100% !important;
  min-height: 100dvh !important;
  pointer-events: none;
}

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

.opl-v2-mobile-navigation {
  display: none;
}

.opl-v2-mobile-navigation .elementor-widget-container {
  position: relative;
}

.opl-v2-mobile-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.opl-v2-mobile-wordmark {
  font-family: var(--opl-v2-display);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration: none !important;
}

.opl-v2-mobile-wordmark strong {
  color: var(--opl-v2-red-bright);
}

.opl-v2-mobile-socials {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.opl-v2-mobile-social {
  display: grid;
  place-items: center;
  width: 34px;
  height: 42px;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}

.opl-v2-mobile-social img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  mix-blend-mode: screen;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.opl-v2-mobile-social-facebook img {
  filter:
    drop-shadow(0 0 4px rgba(255, 255, 255, 0.18))
    drop-shadow(0 0 8px rgba(58, 144, 255, 0.5));
}

.opl-v2-mobile-social-instagram img {
  filter:
    drop-shadow(0 0 4px rgba(255, 255, 255, 0.18))
    drop-shadow(0 0 8px rgba(255, 38, 139, 0.48));
}

.opl-v2-mobile-social:active img {
  transform: scale(0.92);
}

.opl-v2-mobile-social:focus-visible {
  border-radius: 4px;
  outline: 1px solid rgba(255, 51, 64, 0.75);
  outline-offset: 1px;
}

.opl-v2-mobile-socials + .opl-v2-mobile-toggle {
  margin-left: 8px;
}

.opl-v2-mobile-toggle {
  display: grid;
  place-items: center;
  gap: 6px;
  width: 44px;
  height: 42px;
  padding: 11px 9px;
  border: 1px solid rgba(255, 43, 55, 0.5);
  border-radius: 4px;
  background: rgba(18, 5, 7, 0.9);
}

.opl-v2-mobile-toggle i {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: transform 0.25s ease;
}

.opl-v2-mobile-toggle[aria-expanded="true"] i:first-child {
  transform: translateY(4px) rotate(45deg);
}

.opl-v2-mobile-toggle[aria-expanded="true"] i:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.opl-v2-mobile-menu {
  position: fixed;
  z-index: -1;
  inset: 68px 0 auto 0;
  display: grid;
  padding: 18px 22px 24px;
  background: rgba(5, 5, 6, 0.98);
  border-bottom: 1px solid rgba(255, 36, 49, 0.5);
  opacity: 0;
  transform: translateY(-14px);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.opl-v2-mobile-menu.is-open {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.opl-v2-mobile-menu a {
  padding: 11px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #e9e5e5;
  font-family: var(--opl-v2-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

/* ------------------------------------------------------------
   Inhaltsfläche und gemeinsames Sektionsraster
   ------------------------------------------------------------ */

.opl-v2-content {
  position: relative !important;
  z-index: 10;
  display: block !important;
  width: 100% !important;
  background:
    radial-gradient(circle at 76% 3%, rgba(154, 7, 17, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(4, 4, 5, 0.9), #060506 18%, #050506 100%);
  border-top: 1px solid rgba(255, 42, 54, 0.42);
  box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.46);
}

.opl-v2-section {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.72fr);
  gap: clamp(42px, 6vw, 96px);
  width: min(100%, 1540px) !important;
  min-height: min(900px, 100dvh);
  margin-inline: auto;
  padding: var(--opl-v2-section-space) clamp(34px, 6vw, 100px) !important;
  align-items: start;
  isolation: isolate;
  scroll-margin-top: 0;
}

.opl-v2-section::after {
  content: "";
  position: absolute;
  inset: auto clamp(34px, 6vw, 100px) 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 35, 47, 0.5) 20%,
    rgba(255, 255, 255, 0.08) 62%,
    transparent
  );
}

.opl-v2-section-intro,
.opl-v2-section-detail {
  min-width: 0;
}

.opl-v2-section-intro {
  position: sticky !important;
  top: 66px;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 21px;
  padding: 8px clamp(26px, 4vw, 62px) 10px 0 !important;
}

.opl-v2-section-intro::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: min(410px, 76vh);
  background: linear-gradient(
    180deg,
    rgba(255, 31, 44, 0.82),
    rgba(255, 31, 44, 0.1) 72%,
    transparent
  );
  box-shadow: 0 0 11px rgba(255, 23, 37, 0.22);
}

.opl-v2-section-detail {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px;
}

.opl-v2-kicker p,
.opl-v2-meta p,
.opl-v2-card-kicker p {
  color: var(--opl-v2-red-bright);
  font-family: var(--opl-v2-display);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.opl-v2-section-title .elementor-heading-title {
  color: var(--opl-v2-white);
  font-family: var(--opl-v2-display);
  font-size: clamp(42px, 4.1vw, 76px);
  font-stretch: condensed;
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 0.93;
  text-transform: uppercase;
  text-wrap: balance;
}

.opl-v2-section-title .elementor-heading-title span,
.opl-v2-member-page-title .elementor-heading-title span {
  color: var(--opl-v2-red-bright);
  text-shadow: 0 0 18px rgba(255, 34, 47, 0.24);
}

/* „Ehrenkodex“ bewusst etwas kleiner, damit es die Mittellinie nicht berührt. */
.opl-v2-section-clubregeln .opl-v2-section-title .elementor-heading-title span {
  display: inline-block;
  max-width: 100%;
  font-size: 0.75em;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.opl-v2-section-lead p,
.opl-v2-feature-copy p {
  max-width: 39rem;
  color: var(--opl-v2-muted);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.75;
}

.opl-v2-feature-title .elementor-heading-title {
  max-width: 990px;
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: clamp(34px, 4vw, 68px);
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}

.opl-v2-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  gap: 13px;
  min-width: 0;
  padding: clamp(22px, 2.5vw, 36px) !important;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 45%),
    linear-gradient(150deg, rgba(34, 7, 9, 0.94), rgba(8, 8, 9, 0.97));
  border: 1px solid rgba(255, 42, 54, 0.34);
  border-radius: 7px;
  box-shadow: var(--opl-v2-shadow);
  transition:
    border-color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.opl-v2-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(
    180deg,
    transparent,
    var(--opl-v2-red-bright),
    transparent
  );
  opacity: 0.78;
}

.opl-v2-card:hover {
  border-color: rgba(255, 53, 65, 0.68);
  transform: translateY(-3px);
  box-shadow:
    0 0 30px rgba(232, 14, 28, 0.13),
    0 30px 90px rgba(0, 0, 0, 0.5);
}

.opl-v2-card-title .elementor-heading-title {
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.opl-v2-card-copy p {
  color: #c9c3c3;
  font-size: 15px;
  line-height: 1.65;
}

.opl-v2-primary-button {
  align-self: flex-start;
}

.opl-v2-primary-button .elementor-button,
.opl-v2-contact-form .elementor-button {
  position: relative;
  min-height: 52px;
  padding: 16px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 95, 105, 0.88);
  border-radius: 2px;
  background: linear-gradient(180deg, #f52837, #af0712);
  color: #fff;
  box-shadow:
    inset 0 0 15px rgba(255, 255, 255, 0.12),
    0 0 24px rgba(236, 13, 27, 0.23);
  font-family: var(--opl-v2-display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.opl-v2-primary-button .elementor-button:hover,
.opl-v2-primary-button .elementor-button:focus-visible,
.opl-v2-contact-form .elementor-button:hover,
.opl-v2-contact-form .elementor-button:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 15px rgba(255, 255, 255, 0.18),
    0 0 35px rgba(255, 20, 35, 0.46);
}

/* ------------------------------------------------------------
   News
   ------------------------------------------------------------ */

.opl-v2-section-news {
  background:
    radial-gradient(circle at 80% 12%, rgba(152, 4, 15, 0.22), transparent 33%),
    linear-gradient(135deg, rgba(6, 6, 7, 0.95), rgba(16, 4, 6, 0.93));
}

.opl-v2-news-carousel {
  min-width: 0;
  gap: 18px !important;
}

.opl-v2-news-toolbar {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px;
  min-width: 0;
  padding: 0 2px 11px !important;
  border-bottom: 1px solid rgba(255, 49, 61, 0.34);
}

.opl-v2-news-toolbar > .elementor-element {
  width: auto !important;
  max-width: none !important;
}

.opl-v2-news-label p {
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: 950;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.opl-v2-news-label p::before {
  content: "+";
  margin-right: 9px;
  color: var(--opl-v2-red-bright);
  font-size: 1.22em;
}

.opl-v2-news-hint p {
  color: #9f999a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opl-v2-news-navigation {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px;
  width: auto !important;
}

.opl-v2-news-navigation > .elementor-element {
  width: auto !important;
}

.opl-v2-news-counter p {
  min-width: 64px;
  color: #8f898a;
  font-family: var(--opl-v2-display);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-align: center;
}

.opl-v2-news-current {
  color: #fff;
}

.opl-v2-news-arrow .elementor-button {
  display: grid;
  width: 44px;
  height: 42px;
  min-height: 0;
  padding: 0 !important;
  place-items: center;
  border: 1px solid rgba(255, 49, 61, 0.58);
  border-radius: 1px;
  background: rgba(7, 7, 8, 0.84);
  color: #fff;
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.025);
  font-size: 21px;
  line-height: 1;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.opl-v2-news-arrow .elementor-button:hover,
.opl-v2-news-arrow .elementor-button:focus-visible {
  border-color: rgba(255, 92, 101, 0.95);
  background: linear-gradient(180deg, #f52837, #ae0712);
  box-shadow: 0 0 22px rgba(238, 16, 31, 0.28);
}

.opl-v2-news-arrow .elementor-button[aria-disabled="true"] {
  cursor: default;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
  color: #5f5b5c;
  box-shadow: none;
}

.opl-v2-news-slider {
  position: relative;
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: minmax(500px, 82%);
  grid-template-rows: 1fr;
  gap: 18px;
  width: 100% !important;
  min-width: 0;
  padding: 3px 17% 18px 2px !important;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-padding-left: 2px;
  scroll-snap-type: x mandatory;
  touch-action: pan-x pan-y;
}

.opl-v2-news-slider::-webkit-scrollbar {
  display: none;
}

.opl-v2-news-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0;
  min-height: 580px;
  overflow: hidden;
  cursor: pointer;
  background: #030304;
  border: 1px solid rgba(255, 42, 54, 0.28);
  border-radius: 2px;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.42);
  outline: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.opl-v2-news-card::after {
  content: "ZUR GALERIE  →";
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: var(--opl-v2-red-bright);
  font-family: var(--opl-v2-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.opl-v2-news-card:hover,
.opl-v2-news-card:focus-visible,
.opl-v2-news-card.is-current {
  border-color: rgba(255, 54, 66, 0.64);
  box-shadow:
    0 0 30px rgba(232, 14, 28, 0.12),
    0 30px 90px rgba(0, 0, 0, 0.52);
}

.opl-v2-news-card:hover,
.opl-v2-news-card:focus-visible {
  transform: translateY(-3px);
}

.opl-v2-news-card:hover::after,
.opl-v2-news-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.opl-v2-news-card-image {
  width: 100% !important;
  flex: 0 0 auto;
  overflow: hidden;
  background: #111;
  border-bottom: 1px solid rgba(255, 42, 54, 0.36);
}

.opl-v2-news-card-image .elementor-widget-container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.opl-v2-news-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05) brightness(0.82);
  transform: scale(1.002);
  transition:
    filter 0.38s ease,
    transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.opl-v2-news-card:hover .opl-v2-news-card-image img,
.opl-v2-news-card:focus-visible .opl-v2-news-card-image img {
  filter: saturate(1.08) contrast(1.07) brightness(0.92);
  transform: scale(1.035);
}

.opl-v2-news-card-body {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column !important;
  gap: 23px;
  padding: clamp(23px, 3vw, 36px) clamp(24px, 3.4vw, 42px) 58px !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(145, 6, 17, 0.14), transparent 34%),
    #030304;
}

.opl-v2-news-card-meta {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px;
}

.opl-v2-news-card-meta > .elementor-element {
  width: auto !important;
}

.opl-v2-news-source p,
.opl-v2-news-date p {
  color: #eee9e7;
  font-size: clamp(13px, 1.25vw, 17px);
  line-height: 1.3;
}

.opl-v2-news-date p {
  color: #aaa4a4;
  text-align: right;
}

.opl-v2-news-card-title .elementor-heading-title {
  max-width: 100%;
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: clamp(28px, 2.55vw, 43px);
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-transform: none;
  text-wrap: balance;
}

/* Legacy fallback until the one-time Elementor migration has run. */
.opl-v2-news-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.opl-v2-news-grid .opl-v2-card {
  min-height: 190px;
}

body.elementor-editor-active .opl-v2-news-slider,
.elementor-editor-preview .opl-v2-news-slider,
html.opl-v2-editor .opl-v2-news-slider {
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: 1fr;
  padding: 0 !important;
  overflow: visible;
  scroll-snap-type: none;
}

body.elementor-editor-active .opl-v2-news-card,
.elementor-editor-preview .opl-v2-news-card,
html.opl-v2-editor .opl-v2-news-card {
  min-height: 0;
  cursor: default;
}

body.elementor-editor-active .opl-v2-news-navigation,
.elementor-editor-preview .opl-v2-news-navigation,
html.opl-v2-editor .opl-v2-news-navigation {
  display: none !important;
}

/* ------------------------------------------------------------
   Gründung
   ------------------------------------------------------------ */

.opl-v2-timeline {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px;
  padding-left: 30px !important;
}

.opl-v2-timeline::before {
  content: "";
  position: absolute;
  top: 23px;
  bottom: 23px;
  left: 5px;
  width: 1px;
  background: linear-gradient(
    180deg,
    var(--opl-v2-red-bright),
    rgba(255, 35, 48, 0.15)
  );
  box-shadow: 0 0 9px rgba(255, 23, 37, 0.6);
}

.opl-v2-timeline-card::after {
  content: "";
  position: absolute;
  top: 33px;
  left: -31px;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--opl-v2-red);
  box-shadow:
    0 0 0 5px rgba(255, 21, 35, 0.12),
    0 0 15px rgba(255, 21, 35, 0.8);
}

/* ------------------------------------------------------------
   Mitgliederkarte
   ------------------------------------------------------------ */

.opl-v2-total-card {
  display: grid !important;
  gap: 4px;
  width: min(100%, 270px) !important;
  padding: 23px 25px !important;
  background: linear-gradient(
    135deg,
    rgba(103, 6, 13, 0.55),
    rgba(10, 9, 10, 0.94)
  );
  border: 1px solid rgba(255, 40, 52, 0.42);
  border-radius: 5px;
  box-shadow: var(--opl-v2-shadow);
}

.opl-v2-total-label p,
.opl-v2-total-copy p {
  color: var(--opl-v2-muted);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.opl-v2-total-number .elementor-heading-title {
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: 76px;
  font-weight: 950;
  line-height: 0.95;
  text-shadow: 0 0 22px rgba(255, 27, 40, 0.4);
}

.opl-v2-map-widget {
  position: relative;
}

.opl-v2-map-wrap {
  position: relative;
  width: min(100%, 680px);
  min-height: 540px;
  margin-inline: auto;
  padding: 20px;
  background:
    radial-gradient(circle at 58% 42%, rgba(128, 7, 15, 0.23), transparent 48%),
    linear-gradient(145deg, rgba(27, 5, 7, 0.87), rgba(5, 5, 6, 0.95));
  border: 1px solid rgba(255, 42, 54, 0.4);
  border-radius: 7px;
  box-shadow: var(--opl-v2-shadow);
}

.opl-v2-map-svg {
  display: block;
  width: 100%;
  height: min(70vh, 690px);
}

.opl-v2-map-svg path {
  fill: url("#opl-v2-map-fill");
  stroke: rgba(255, 62, 73, 0.42);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
  cursor: default;
  transition:
    fill 0.22s ease,
    stroke 0.22s ease,
    filter 0.22s ease,
    transform 0.22s ease;
  transform-box: fill-box;
  transform-origin: center;
}

.opl-v2-map-svg path.has-members {
  cursor: pointer;
  fill: rgba(35, 8, 10, 0.94);
  stroke: rgba(255, 48, 60, 0.8);
}

.opl-v2-map-svg path.has-members:hover,
.opl-v2-map-svg path.has-members:focus,
.opl-v2-map-svg path.is-active {
  outline: none;
  fill: rgba(121, 5, 15, 0.78);
  stroke: #ff4a56;
  stroke-width: 2.2;
  filter: url("#opl-v2-map-glow");
  transform: scale(1.012);
}

.opl-v2-map-status {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  min-height: 43px;
  padding: 12px 16px;
  background: rgba(5, 5, 6, 0.84);
  border: 1px solid rgba(255, 47, 59, 0.38);
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.opl-v2-state-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.opl-v2-state-card {
  display: grid !important;
  gap: 6px;
  min-width: 0;
  padding: 15px 16px !important;
  border: 1px solid rgba(255, 45, 57, 0.24);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.opl-v2-state-card:hover,
.opl-v2-state-card.is-active {
  border-color: rgba(255, 57, 68, 0.75);
  background: rgba(119, 7, 15, 0.25);
  transform: translateY(-2px);
}

.opl-v2-state-name .elementor-heading-title {
  overflow-wrap: anywhere;
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.1;
}

.opl-v2-state-count p {
  color: #bdb7b7;
  font-size: 12px;
}

.opl-v2-state-count strong {
  color: var(--opl-v2-red-bright);
  font-size: 18px;
}

/* ------------------------------------------------------------
   Clubregeln
   ------------------------------------------------------------ */

.opl-v2-rules-seal {
  display: grid;
  place-items: center;
  width: 116px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 54, 65, 0.64);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 6, 13, 0.45), #080708 70%);
  box-shadow:
    inset 0 0 0 7px rgba(255, 255, 255, 0.02),
    0 0 24px rgba(255, 27, 40, 0.2);
}

.opl-v2-rules-seal strong {
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: 31px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.opl-v2-rules-seal span {
  margin-top: -30px;
  color: var(--opl-v2-red-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.opl-v2-rules-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.opl-v2-rule-card {
  min-height: 210px;
}

.opl-v2-rule-claim {
  padding: 20px 24px;
  border: 1px solid rgba(255, 40, 52, 0.28);
  background: rgba(62, 5, 9, 0.22);
  text-align: center;
}

.opl-v2-rule-claim p {
  color: #ddd8d8;
  font-family: var(--opl-v2-display);
  font-size: clamp(17px, 1.7vw, 24px);
  letter-spacing: 0.02em;
}

/* ------------------------------------------------------------
   Event-Galerien
   ------------------------------------------------------------ */

.opl-v2-section-gallery {
  display: flex !important;
  flex-direction: column !important;
  gap: 34px;
  width: min(100%, 1540px) !important;
  min-height: 100vh;
  margin-inline: auto;
  padding: var(--opl-v2-section-space) clamp(34px, 6vw, 100px) !important;
  scroll-margin-top: 0;
}

.opl-v2-gallery-heading {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.6fr);
  gap: clamp(42px, 6vw, 96px);
}

.opl-v2-gallery-heading .opl-v2-section-title,
.opl-v2-gallery-heading .opl-v2-section-lead {
  grid-column: 2;
}

.opl-v2-gallery-heading .opl-v2-kicker {
  grid-column: 1;
  grid-row: 1 / span 3;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 40, 52, 0.44);
}

.opl-v2-gallery-season {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px;
}

.opl-v2-gallery-season-current {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 46, 58, 0.32);
  border-radius: 7px;
  background:
    radial-gradient(circle at 88% 15%, rgba(204, 9, 23, 0.2), transparent 38%),
    linear-gradient(145deg, rgba(25, 18, 20, 0.96), rgba(7, 7, 8, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 20px 60px rgba(0, 0, 0, 0.24);
}

.opl-v2-gallery-season-head {
  display: grid !important;
  grid-template-columns: minmax(155px, 0.45fr) minmax(220px, 0.75fr) minmax(280px, 1fr);
  align-items: end;
  gap: 18px 30px;
}

.opl-v2-gallery-season-head .opl-v2-kicker {
  align-self: center;
}

.opl-v2-gallery-season-title .elementor-heading-title {
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: clamp(28px, 3.1vw, 48px);
  font-weight: 950;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-transform: uppercase;
}

.opl-v2-gallery-season-copy p {
  color: #b8b2b2;
  font-size: 14px;
  line-height: 1.65;
}

.opl-v2-gallery-empty {
  display: grid !important;
  gap: 11px;
  min-height: 210px;
  padding: clamp(28px, 5vw, 56px);
  place-content: center;
  border: 1px dashed rgba(255, 55, 67, 0.34);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.025), transparent 46%),
    rgba(0, 0, 0, 0.28);
  text-align: center;
}

.opl-v2-gallery-empty-title .elementor-heading-title {
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 920;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.opl-v2-gallery-empty-copy p {
  max-width: 720px;
  margin-inline: auto;
  color: #a9a3a3;
  font-size: 14px;
  line-height: 1.65;
}

.opl-v2-gallery-archive-toggle {
  width: min(100%, 560px) !important;
  margin-inline: auto;
}

.opl-v2-gallery-archive-toggle .elementor-button {
  width: 100%;
  min-height: 58px;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid rgba(255, 68, 80, 0.62);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(202, 11, 26, 0.94), rgba(104, 4, 12, 0.96));
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.07),
    0 0 24px rgba(255, 20, 34, 0.18);
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.opl-v2-gallery-archive-toggle .elementor-button::after {
  content: "↓";
  margin-left: 12px;
  font-size: 17px;
  line-height: 1;
  transition: transform 0.32s ease;
}

.opl-v2-gallery-archive-toggle:hover .elementor-button {
  border-color: rgba(255, 124, 132, 0.9);
  background: linear-gradient(180deg, #ed1a2a, #8c0610);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.1),
    0 0 32px rgba(255, 20, 34, 0.3);
  transform: translateY(-2px);
}

.opl-v2-gallery-archive-toggle.is-open .elementor-button::after {
  transform: rotate(180deg);
}

.opl-v2-gallery-archive {
  padding-top: 34px;
  border-top: 1px solid rgba(255, 42, 54, 0.28);
}

html.opl-v2-js:not(.opl-v2-editor) .opl-v2-gallery-archive {
  height: 0;
  padding-top: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(22px);
  pointer-events: none;
  transition:
    height 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    padding-top 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.42s ease,
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.72s;
}

html.opl-v2-js:not(.opl-v2-editor) .opl-v2-gallery-archive.is-open {
  padding-top: 34px;
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  transition:
    height 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    padding-top 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.48s ease 0.08s,
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

.opl-v2-gallery-tabs {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.opl-v2-gallery-tab {
  min-width: 0;
}

.opl-v2-gallery-tab .elementor-button,
.opl-v2-legal-tab .elementor-button {
  width: 100%;
  min-height: 58px;
  justify-content: center;
  padding: 13px 16px;
  border: 1px solid rgba(255, 48, 60, 0.32);
  border-radius: 2px;
  background: rgba(15, 11, 12, 0.82);
  color: #aaa4a4;
  font-family: var(--opl-v2-display);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.opl-v2-gallery-tab .elementor-button-content-wrapper,
.opl-v2-gallery-tab .elementor-button-text {
  min-width: 0;
  width: 100%;
}

.opl-v2-gallery-tab .elementor-button-text {
  overflow-wrap: anywhere;
  white-space: normal;
  text-align: center;
}

.opl-v2-gallery-tab:hover .elementor-button,
.opl-v2-gallery-tab.is-active .elementor-button,
.opl-v2-legal-tab:hover .elementor-button,
.opl-v2-legal-tab.is-active .elementor-button {
  border-color: rgba(255, 88, 98, 0.85);
  background: linear-gradient(180deg, #f12634, #990610);
  color: #fff;
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.1),
    0 0 22px rgba(255, 22, 36, 0.24);
}

.opl-v2-gallery-panels {
  display: block !important;
}

.opl-v2-gallery-panel {
  display: none !important;
  gap: 24px;
}

.opl-v2-gallery-panel.is-active {
  display: flex !important;
  flex-direction: column !important;
  animation: opl-v2-panel-in 0.45s ease both;
}

@keyframes opl-v2-panel-in {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.opl-v2-gallery-panel-head {
  display: grid !important;
  gap: 8px;
}

.opl-v2-gallery-event-title .elementor-heading-title {
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: clamp(27px, 3vw, 48px);
  font-weight: 950;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.opl-v2-gallery-note p {
  color: #aaa4a4;
  font-size: 13px;
}

/* Zweite Galerieebene fuer grosse Events mit mehreren Programmpunkten. */
.opl-v2-subgallery {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px;
  min-width: 0;
  margin-top: 4px;
  padding-top: clamp(20px, 2.8vw, 34px) !important;
  border-top: 1px solid rgba(255, 42, 54, 0.28);
}

.opl-v2-subgallery-head {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px 28px;
}

.opl-v2-subgallery-kicker p {
  color: var(--opl-v2-red-bright);
  font-family: var(--opl-v2-display);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.opl-v2-subgallery-copy p {
  color: #aaa4a4;
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.opl-v2-subgallery-tabs {
  --display: flex !important;
  --flex-direction: row !important;
  --flex-wrap: nowrap !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 9px !important;
  width: 100% !important;
  min-width: 0;
  padding: 2px 2px 9px !important;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  touch-action: pan-x pan-y;
}

.opl-v2-subgallery-tabs::-webkit-scrollbar {
  display: none;
}

.opl-v2-subgallery-tab {
  --width: auto !important;
  --flex-grow: 0 !important;
  --flex-shrink: 0 !important;
  --flex-basis: clamp(170px, 20vw, 250px) !important;
  flex: 0 0 clamp(170px, 20vw, 250px) !important;
  width: clamp(170px, 20vw, 250px) !important;
  min-width: clamp(170px, 20vw, 250px) !important;
  position: relative;
  padding-bottom: 0 !important;
  scroll-snap-align: start;
}

/*
 * Dauerhafte Wischanzeige wie bei einem Medienkarussell: Ein kurzer Strich je
 * Unterevent, der aktive Strich rot und alle weiteren Striche weiss.
 */
.opl-v2-subgallery-tab::after {
  content: none !important;
  display: none !important;
}

.opl-v2-subgallery-position {
  display: grid !important;
  grid-template-columns: repeat(
    var(--opl-v2-subgallery-indicator-count, 1),
    minmax(0, 1fr)
  );
  gap: 8px;
  width: auto !important;
  margin: 2px 2px 9px;
  pointer-events: none;
}

.opl-v2-subgallery-position-segment {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  opacity: 0.82;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.opl-v2-subgallery-position-segment.is-active {
  background: var(--opl-v2-red-bright);
  opacity: 1;
  box-shadow: 0 0 10px rgba(255, 28, 43, 0.72);
}

.opl-v2-subgallery-tab .elementor-button {
  width: 100%;
  min-height: 50px;
  justify-content: center;
  padding: 11px 14px;
  border: 1px solid rgba(255, 50, 62, 0.3);
  border-radius: 2px;
  background: rgba(8, 8, 9, 0.9);
  color: #aaa4a4;
  font-family: var(--opl-v2-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.opl-v2-subgallery-tab .elementor-button-content-wrapper,
.opl-v2-subgallery-tab .elementor-button-text {
  width: 100%;
  min-width: 0;
}

.opl-v2-subgallery-tab .elementor-button-text {
  overflow-wrap: anywhere;
  white-space: normal;
  text-align: center;
}

.opl-v2-subgallery-tab:hover .elementor-button,
.opl-v2-subgallery-tab.is-active .elementor-button {
  border-color: rgba(255, 93, 103, 0.88);
  background: linear-gradient(180deg, #ef2232, #8f0610);
  color: #fff;
  box-shadow:
    inset 0 0 16px rgba(255, 255, 255, 0.09),
    0 0 20px rgba(255, 22, 36, 0.2);
}

.opl-v2-subgallery-panels {
  display: block !important;
  min-width: 0;
}

.opl-v2-subgallery-panel {
  display: none !important;
  gap: 19px;
  min-width: 0;
}

.opl-v2-subgallery-panel.is-active {
  display: flex !important;
  flex-direction: column !important;
  animation: opl-v2-panel-in 0.4s ease both;
}

.opl-v2-subgallery-panel-head {
  display: grid !important;
  gap: 6px;
  padding: 3px 0 2px !important;
}

.opl-v2-subgallery-meta p {
  color: var(--opl-v2-red-bright);
  font-family: var(--opl-v2-display);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.opl-v2-subgallery-title .elementor-heading-title {
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.02;
  text-transform: uppercase;
}

.opl-v2-subgallery-note p {
  max-width: 760px;
  color: #a8a2a3;
  font-size: 13px;
  line-height: 1.55;
}

.opl-v2-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.opl-v2-gallery-image {
  overflow: hidden;
  border: 1px solid rgba(255, 44, 56, 0.38);
  background: #0b0a0b;
}

.opl-v2-gallery-image .elementor-widget-container,
.opl-v2-gallery-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.opl-v2-gallery-image img {
  display: block;
  width: 100%;
  height: clamp(190px, 19vw, 340px);
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.opl-v2-gallery-image:hover img {
  transform: scale(1.035);
  filter: saturate(1.1) contrast(1.06);
}

/* ------------------------------------------------------------
   Mitglied werden / Kontakt / Mitgliederzugang
   ------------------------------------------------------------ */

.opl-v2-section-mitglied-werden {
  background:
    radial-gradient(circle at 75% 45%, rgba(142, 6, 16, 0.23), transparent 38%),
    linear-gradient(135deg, #070707, #130406);
}

.opl-v2-join-card {
  min-height: 260px;
  justify-content: center;
}

.opl-v2-disabled-button {
  opacity: 0.38;
  pointer-events: none;
}

.opl-v2-disabled-button .elementor-button {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 53, 65, 0.3);
  border-radius: 2px;
  background: rgba(68, 7, 12, 0.42);
  color: #aaa;
  font-family: var(--opl-v2-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.opl-v2-contact-address {
  width: 100%;
  padding: 19px 0 0;
  border-top: 1px solid rgba(255, 39, 52, 0.32);
}

.opl-v2-contact-address p {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}

.opl-v2-contact-address small {
  color: var(--opl-v2-muted);
}

.opl-v2-contact-address strong {
  overflow-wrap: anywhere;
}

.opl-v2-form-privacy p {
  color: #989292;
  font-size: 13px;
  line-height: 1.6;
}

.opl-v2-form-privacy a {
  color: var(--opl-v2-red-bright);
}

.opl-v2-contact-form {
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 45%),
    rgba(10, 8, 9, 0.93);
  border: 1px solid rgba(255, 42, 54, 0.38);
  border-radius: 7px;
  box-shadow: var(--opl-v2-shadow);
}

.opl-v2-contact-form .elementor-field-group {
  margin-bottom: 16px;
}

.opl-v2-contact-form .elementor-field-label {
  margin-bottom: 7px;
  color: #dedada;
  font-family: var(--opl-v2-display);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.opl-v2-contact-form .elementor-field,
.opl-v2-contact-form input,
.opl-v2-contact-form select,
.opl-v2-contact-form textarea {
  min-height: 49px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 53, 65, 0.3) !important;
  border-radius: 2px !important;
  outline: none;
  background: rgba(2, 2, 3, 0.72) !important;
  color: #fff !important;
  box-shadow: none !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.opl-v2-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.opl-v2-contact-form .elementor-field:focus,
.opl-v2-contact-form input:focus,
.opl-v2-contact-form select:focus,
.opl-v2-contact-form textarea:focus {
  border-color: var(--opl-v2-red-bright) !important;
  box-shadow: 0 0 0 3px rgba(255, 29, 43, 0.1) !important;
}

.opl-v2-contact-form .elementor-field-type-acceptance {
  color: #aaa4a4;
  font-size: 12px;
  line-height: 1.55;
}

.opl-v2-contact-form .elementor-field-type-acceptance input {
  min-height: 0;
}

.opl-v2-member-note p {
  color: #938d8d;
  font-size: 13px;
  line-height: 1.65;
}

.opl-v2-member-card {
  min-height: 230px;
  justify-content: center;
}

/* ------------------------------------------------------------
   Inline-Mitgliederzugang auf der OnePage
   ------------------------------------------------------------ */

.opl-v2-member-access-widget,
.opl-v2-member-access-portal,
.opl-v2-member-access,
.opl-v2-member-login-panel,
.opl-v2-member-access-content {
  width: 100%;
}

.opl-v2-member-access-portal[hidden],
.opl-v2-member-login-panel[hidden],
.opl-v2-member-toggle[hidden] {
  display: none !important;
}

.opl-v2-member-login-panel {
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 50% 0%, rgba(199, 10, 24, 0.18), transparent 46%),
    rgba(8, 7, 8, 0.96);
  border: 1px solid rgba(255, 43, 55, 0.42);
  border-radius: 7px;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 28px rgba(240, 24, 37, 0.1);
}

.opl-v2-member-access.is-open .opl-v2-member-login-panel {
  animation: opl-v2-panel-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.opl-v2-member-login-kicker {
  margin-bottom: 9px !important;
  color: var(--opl-v2-red-bright);
  font-family: var(--opl-v2-display);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.opl-v2-member-login-panel h3 {
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 950;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.opl-v2-member-login-panel > p:not(.opl-v2-member-login-kicker) {
  margin-top: 13px !important;
  color: #aaa4a4;
  font-size: 14px;
  line-height: 1.65;
}

.opl-v2-member-login-form {
  margin-top: 24px;
}

.opl-v2-member-login-form label {
  display: block;
  margin-bottom: 8px;
  color: #d8d3d3;
  font-family: var(--opl-v2-display);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.opl-v2-member-login-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.opl-v2-member-login-row input {
  min-width: 0;
  min-height: 54px;
  padding: 13px 16px;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 48, 61, 0.42);
  border-radius: 3px;
  outline: none;
  color: #fff;
  font: inherit;
  letter-spacing: 0.08em;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.opl-v2-member-login-row input:focus {
  border-color: var(--opl-v2-red-bright);
  box-shadow: 0 0 0 3px rgba(240, 24, 37, 0.14);
}

.opl-v2-member-login-row button {
  min-height: 54px;
  padding: 13px 23px;
  background: linear-gradient(135deg, #ff2635, #a90612);
  border: 1px solid rgba(255, 109, 118, 0.72);
  border-radius: 3px;
  box-shadow:
    0 11px 28px rgba(192, 5, 18, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #fff;
  cursor: pointer;
  font-family: var(--opl-v2-display);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

.opl-v2-member-login-row button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 15px 34px rgba(220, 5, 20, 0.36),
    0 0 22px rgba(255, 35, 48, 0.16);
}

.opl-v2-member-login-row button:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.opl-v2-member-access-message {
  min-height: 22px;
  margin-top: 12px !important;
  color: #bab4b4;
  font-size: 13px;
  line-height: 1.55;
}

.opl-v2-member-access-message.is-error {
  color: #ff6d76;
}

.opl-v2-member-access-content {
  animation: opl-v2-panel-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.opl-v2-member-shop-fallback {
  width: 100%;
  min-height: 250px;
  justify-content: center;
}

.opl-v2-member-access-content
  > .opl-v2-member-shop-fallback:not(:first-child) {
  margin-top: 18px;
}

/*
 * Die separat in Elementor bearbeitete Mitgliederseite wird nach erfolgreicher
 * Prüfung als Inhalt in diese OnePage eingesetzt.
 */
.opl-v2-member-inline-content .opl-v2-member-page {
  min-height: 0;
  padding: clamp(30px, 5vw, 60px) clamp(18px, 4vw, 42px) !important;
  border: 1px solid rgba(255, 43, 55, 0.38);
  border-radius: 7px;
}

.opl-v2-member-inline-content .opl-v2-member-page-head {
  width: min(100%, 760px) !important;
}

.opl-v2-member-inline-content .opl-v2-member-logo {
  width: min(48vw, 170px) !important;
}

.opl-v2-member-inline-content .opl-v2-member-page-title .elementor-heading-title {
  font-size: clamp(35px, 6vw, 68px);
}

.opl-v2-member-inline-content .opl-v2-member-dashboard {
  grid-template-columns: 1fr;
  width: min(100%, 900px) !important;
}

.opl-v2-member-inline-content .opl-v2-member-dashboard-card {
  min-height: 0;
}

.opl-v2-member-inline-content
  .opl-v2-member-page
  > .opl-v2-primary-button:last-child {
  display: none;
}

/* ------------------------------------------------------------
   Rechtliches
   ------------------------------------------------------------ */

.opl-v2-legal-tabs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.opl-v2-legal-panel {
  display: none !important;
  padding: clamp(25px, 4vw, 50px) !important;
  background: rgba(10, 8, 9, 0.92);
  border: 1px solid rgba(255, 42, 54, 0.34);
  border-radius: 6px;
  box-shadow: var(--opl-v2-shadow);
}

.opl-v2-legal-panel.is-active {
  display: block !important;
  animation: opl-v2-panel-in 0.4s ease both;
}

.opl-v2-legal-copy {
  max-width: 850px;
}

.opl-v2-legal-copy h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 950;
  text-transform: uppercase;
}

.opl-v2-legal-copy h4 {
  margin: 30px 0 8px;
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: 19px;
  font-weight: 900;
}

.opl-v2-legal-copy p {
  margin: 0 0 15px;
  color: #bbb5b5;
  font-size: 14px;
  line-height: 1.75;
}

.opl-v2-legal-copy a {
  color: var(--opl-v2-red-bright);
  overflow-wrap: anywhere;
}

/* ------------------------------------------------------------
   Footer
   ------------------------------------------------------------ */

.opl-v2-footer {
  display: grid !important;
  place-items: center;
  gap: 17px;
  width: 100% !important;
  padding: 70px 30px 50px !important;
  background: #030304;
  border-top: 1px solid rgba(255, 41, 53, 0.36);
  text-align: center;
}

.opl-v2-footer-mark .elementor-heading-title {
  color: #e7e4e2;
  font-family: var(--opl-v2-display);
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 950;
  letter-spacing: -0.03em;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}

.opl-v2-footer-mark span {
  color: var(--opl-v2-red-bright);
}

.opl-v2-footer-claim p,
.opl-v2-copyright p {
  color: #938e8e;
  font-size: 13px;
}

.opl-v2-copyright p {
  margin: 0;
  line-height: 1.6;
}

.opl-v2-copyright .opl-v2-creator-credit {
  margin-top: 7px;
  color: #777273;
  font-size: clamp(11px, 0.9vw, 12px);
  letter-spacing: 0.015em;
}

.opl-v2-copyright .opl-v2-creator-name {
  color: var(--opl-v2-red-bright);
  font-weight: 700;
}

.opl-v2-footer-links {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.opl-v2-footer-link .elementor-button {
  padding: 9px 13px;
  border: 0;
  background: transparent;
  color: #bdb7b7;
  font-family: var(--opl-v2-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.opl-v2-footer-link .elementor-button:hover {
  color: var(--opl-v2-red-bright);
}

/* ------------------------------------------------------------
   Separate, mit PPWP Lite geschützte Mitgliederseite
   ------------------------------------------------------------ */

.opl-v2-member-page {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 54px;
  width: 100% !important;
  min-height: 100dvh;
  padding: clamp(45px, 8vw, 110px) clamp(22px, 6vw, 90px) !important;
  background:
    radial-gradient(circle at 50% 10%, rgba(151, 7, 17, 0.25), transparent 30%),
    linear-gradient(145deg, #060607, #170305 55%, #040405);
}

.opl-v2-member-page-head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 17px;
  width: min(100%, 890px) !important;
  text-align: center;
}

.opl-v2-member-logo {
  width: min(54vw, 230px) !important;
}

.opl-v2-member-logo img {
  width: 100%;
  background: transparent !important;
  filter:
    drop-shadow(0 15px 24px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 18px rgba(255, 26, 39, 0.3));
}

.opl-v2-member-page-title .elementor-heading-title {
  color: #fff;
  font-family: var(--opl-v2-display);
  font-size: clamp(42px, 7vw, 88px);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-transform: uppercase;
}

.opl-v2-member-page-lead p {
  color: #bcb6b6;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
}

.opl-v2-member-dashboard {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  width: min(100%, 1280px) !important;
}

.opl-v2-member-dashboard-card {
  min-height: 320px;
}

.opl-v2-poll-slot {
  padding: 12px;
  background: rgba(0, 0, 0, 0.24);
  border: 1px dashed rgba(255, 55, 67, 0.3);
}

/* ------------------------------------------------------------
   Weiche Scroll-Effekte
   ------------------------------------------------------------ */

html.opl-v2-js:not(.opl-v2-editor) .opl-v2-reveal {
  opacity: 0;
  transform: translate3d(0, 38px, 0);
  filter: blur(4px);
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.78s ease;
  will-change: opacity, transform;
}

html.opl-v2-js:not(.opl-v2-editor) .opl-v2-reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

/* Im Elementor-Editor bleibt alles sichtbar und direkt anklickbar. */
body.elementor-editor-active .opl-v2-reveal,
.elementor-editor-preview .opl-v2-reveal,
html.opl-v2-editor .opl-v2-reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

body.elementor-editor-active .opl-v2-gallery-panel,
body.elementor-editor-active .opl-v2-subgallery-panel,
body.elementor-editor-active .opl-v2-legal-panel,
.elementor-editor-preview .opl-v2-subgallery-panel,
html.opl-v2-editor .opl-v2-gallery-panel,
html.opl-v2-editor .opl-v2-subgallery-panel,
html.opl-v2-editor .opl-v2-legal-panel {
  display: flex !important;
  flex-direction: column !important;
  opacity: 1 !important;
}

body.elementor-editor-active .opl-v2-gallery-archive,
.elementor-editor-preview .opl-v2-gallery-archive,
html.opl-v2-editor .opl-v2-gallery-archive {
  height: auto !important;
  padding-top: 34px !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

body.elementor-editor-active .opl-v2-hero,
html.opl-v2-editor .opl-v2-hero {
  position: relative !important;
  inset: auto;
  width: 100% !important;
  min-height: 72vh !important;
}

body.elementor-editor-active .opl-v2-hero-spacer,
html.opl-v2-editor .opl-v2-hero-spacer {
  display: none !important;
}

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

@media (max-width: 1180px) {
  :root {
    --opl-v2-rail-width: 192px;
  }

  .opl-v2-rail {
    padding-inline: 18px !important;
  }

  .opl-v2-rail-logo {
    width: 145px !important;
  }

  .opl-v2-nav-link .elementor-button {
    padding-left: 22px;
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  .opl-v2-section {
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.5fr);
    gap: 44px;
    padding-inline: 42px !important;
  }

  .opl-v2-section-title .elementor-heading-title {
    font-size: clamp(38px, 5vw, 60px);
  }

  .opl-v2-state-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opl-v2-gallery-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opl-v2-gallery-season-head {
    grid-template-columns: minmax(155px, 0.45fr) minmax(0, 1fr);
  }

  .opl-v2-gallery-season-copy {
    grid-column: 1 / -1;
  }

  .opl-v2-member-dashboard {
    grid-template-columns: 1fr 1fr;
  }
}

/* ------------------------------------------------------------
   Mobile und iPad-Hochformat
   ------------------------------------------------------------ */

@media (max-width: 900px) {
  :root {
    --opl-v2-rail-width: 0px;
    --opl-v2-section-space: clamp(65px, 12vw, 100px);
  }

  .opl-v2-rail {
    display: none !important;
  }

  .opl-v2-mobile-navigation {
    position: fixed !important;
    z-index: 100;
    inset: 0 0 auto 0;
    display: block !important;
    width: 100% !important;
    height: 68px;
    padding: 12px 18px !important;
    background: rgba(4, 4, 5, 0.94);
    border-bottom: 1px solid rgba(255, 39, 51, 0.48);
    backdrop-filter: blur(14px);
  }

  .opl-v2-canvas {
    width: 100% !important;
    margin-left: 0;
  }

  .opl-v2-hero {
    inset: 0;
    width: 100vw !important;
    background-position: center center !important;
  }

  .opl-v2-section {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: auto;
    padding-inline: clamp(20px, 6vw, 48px) !important;
  }

  .opl-v2-section-intro {
    position: relative !important;
    top: auto;
    padding: 0 0 33px !important;
    border-bottom: 1px solid rgba(255, 38, 50, 0.34);
  }

  .opl-v2-section-intro::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 0;
    width: 94px;
    height: 2px;
  }

  .opl-v2-section-title .elementor-heading-title {
    max-width: 720px;
    font-size: clamp(39px, 9vw, 70px);
  }

  .opl-v2-news-slider {
    grid-auto-columns: minmax(0, 84%);
    padding-right: 15% !important;
  }

  .opl-v2-news-card {
    min-height: 520px;
  }

  .opl-v2-news-hint {
    margin-right: auto;
  }

  .opl-v2-section-clubregeln .opl-v2-section-title .elementor-heading-title span {
    font-size: 0.78em;
  }

  .opl-v2-gallery-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .opl-v2-gallery-heading .opl-v2-section-title,
  .opl-v2-gallery-heading .opl-v2-section-lead,
  .opl-v2-gallery-heading .opl-v2-kicker {
    grid-column: 1;
    grid-row: auto;
  }

  .opl-v2-gallery-heading .opl-v2-kicker {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 40, 52, 0.4);
  }

  .opl-v2-gallery-season-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .opl-v2-gallery-season-copy {
    grid-column: auto;
  }

  .opl-v2-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opl-v2-gallery-image img {
    height: clamp(175px, 36vw, 330px);
  }
}

@media (max-width: 640px) {
	.opl-v2-subgallery-head {
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.opl-v2-subgallery-copy p {
		text-align: left;
	}

	.opl-v2-subgallery-tabs {
		margin-right: -18px;
		padding-right: 18px !important;
	}

	.opl-v2-subgallery-tab {
		--flex-basis: min(72vw, 238px) !important;
		flex-basis: min(72vw, 238px) !important;
		width: min(72vw, 238px) !important;
		min-width: min(72vw, 238px) !important;
	}

	.opl-v2-subgallery-title .elementor-heading-title {
		font-size: clamp(24px, 8vw, 32px);
	}

	.opl-v2-news-toolbar {
		flex-wrap: wrap;
		gap: 12px;
	}

	.opl-v2-news-label {
		width: calc(100% - 126px) !important;
	}

	.opl-v2-news-hint {
		display: none;
	}

	.opl-v2-news-navigation {
		margin-left: auto;
	}

	.opl-v2-news-counter {
		display: none;
	}

	.opl-v2-news-arrow .elementor-button {
		width: 39px;
		height: 38px;
	}

	.opl-v2-news-slider {
		--display: flex !important;
		--flex-direction: row !important;
		--flex-wrap: nowrap !important;
		--justify-content: flex-start !important;
		--align-items: stretch !important;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		gap: 12px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding: 3px 10% 18px 2px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
	}

	/*
	 * Elementor containers are flex items on the public mobile page. Fixing
	 * flex-grow, flex-shrink and flex-basis prevents all News cards from being
	 * compressed into one row of narrow strips. The remaining 12 percent make
	 * the next card visible as a natural swipe cue.
	 */
	.elementor .opl-v2-news-slider.e-con > .opl-v2-news-card.e-con,
	.opl-v2-news-slider > .opl-v2-news-card {
		--width: 88% !important;
		--flex-grow: 0 !important;
		--flex-shrink: 0 !important;
		--flex-basis: 88% !important;
		flex: 0 0 88% !important;
		width: 88% !important;
		max-width: 88% !important;
		min-width: 88% !important;
		box-sizing: border-box;
	}

	/* Compatibility with Elementor layouts that emit an inner wrapper. */
	.opl-v2-news-slider > .e-con-inner {
		display: flex !important;
		flex-flow: row nowrap !important;
		align-items: stretch !important;
		gap: 12px !important;
		width: 100% !important;
		min-width: 100% !important;
	}

	.opl-v2-news-slider > .e-con-inner > .opl-v2-news-card {
		--width: 88% !important;
		--flex-grow: 0 !important;
		--flex-shrink: 0 !important;
		--flex-basis: 88% !important;
		flex: 0 0 88% !important;
		width: 88% !important;
		max-width: 88% !important;
		min-width: 88% !important;
	}

	.opl-v2-news-card {
		min-height: 455px;
	}

	.opl-v2-news-card-image .elementor-widget-container {
		aspect-ratio: 16 / 10;
	}

	.opl-v2-news-card-body {
		gap: 18px;
		padding: 20px 20px 50px !important;
	}

	.opl-v2-news-source p,
	.opl-v2-news-date p {
		font-size: 12px;
	}

	.opl-v2-news-card-title .elementor-heading-title {
		font-size: clamp(24px, 7vw, 34px);
		overflow-wrap: anywhere;
	}

  .opl-v2-news-grid,
  .opl-v2-rules-grid,
  .opl-v2-gallery-tabs,
  .opl-v2-legal-tabs,
  .opl-v2-member-dashboard {
    grid-template-columns: 1fr;
  }

  .opl-v2-member-login-row {
    grid-template-columns: 1fr;
  }

  .opl-v2-gallery-grid {
    grid-template-columns: 1fr;
  }

  .opl-v2-gallery-image img {
    height: min(74vw, 340px);
  }

  .opl-v2-state-list {
    grid-template-columns: 1fr 1fr;
  }

  .opl-v2-map-wrap {
    min-height: 430px;
    padding: 8px;
  }

  .opl-v2-map-svg {
    height: 520px;
  }

  .opl-v2-section-title .elementor-heading-title {
    overflow-wrap: anywhere;
    font-size: clamp(36px, 12vw, 58px);
  }

  .opl-v2-section-clubregeln .opl-v2-section-title .elementor-heading-title span {
    font-size: 0.69em;
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .opl-v2-mobile-navigation {
    padding-inline: 14px !important;
  }

  .opl-v2-mobile-wordmark {
    font-size: 17px;
    letter-spacing: 0.035em;
  }

  .opl-v2-mobile-socials {
    gap: 1px;
  }

  .opl-v2-mobile-social {
    width: 30px;
  }

  .opl-v2-mobile-social img {
    width: 22px;
    height: 22px;
  }

  .opl-v2-mobile-socials + .opl-v2-mobile-toggle {
    margin-left: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .opl-v2-site *,
  .opl-v2-member-page * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html.opl-v2-js .opl-v2-reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
