.elementor-905 .elementor-element.elementor-element-39cb2f2{--display:flex;--margin-top:-130px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-905 .elementor-element.elementor-element-fd8c025{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-61b5a30 */.lsvt {
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.74);
  --muted2: rgba(255, 255, 255, 0.58);
  --line: rgba(255, 255, 255, 0.10);
  --line-soft: rgba(255, 255, 255, 0.07);
  --accent: #2d6b74;
  --panel: rgba(255, 255, 255, 0.04);
  --panel-soft: rgba(255, 255, 255, 0.035);
  --shadow: 0 10px 28px rgba(0, 0, 0, 0.16);

  color: var(--text);
  background: transparent;
  font-family: inherit;
  padding: 32px 0 56px;
}

.lsvt__inner {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* Header */
.lsvt__head {
  margin-bottom: 52px;
  text-align: center;
}

.lsvt__headline {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.4rem, 4.5vw, 4.5rem);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.lsvt__headlineAccent {
  color: var(--accent);
}

.lsvt__lead {
  margin: 0 auto;
  max-width: 760px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

/* Main grid */
.lsvt__mainGrid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: start;
}

/* Sections */
.lsvt__section {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  padding: 24px 22px 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
}

.lsvt__sectionHead {
  margin-bottom: 24px;
  text-align: center;
}

.lsvt__sectionTitle {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lsvt__sectionLead {
  margin: 0 auto;
  max-width: 620px;
  color: var(--muted2);
  font-size: 0.98rem;
  line-height: 1.7;
}

.lsvt__sectionBody {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Groups */
.lsvt__group {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: var(--panel-soft);
  padding: 18px 18px 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.lsvt__groupHead {
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.lsvt__groupTitle {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lsvt__groupSub {
  margin-top: 6px;
  color: var(--muted2);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Rows */
.lsvt__rows {
  display: grid;
}

.lsvt__row {
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
}

.lsvt__row:last-child {
  border-bottom: 0;
}

.lsvt__rowTop {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
}

.lsvt__rowBottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
  margin-top: 6px;
}

.lsvt__day {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.4;
  font-weight: 700;
}

.lsvt__time {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}

.lsvt__loc {
  min-width: 0;
  color: var(--muted2);
  font-size: 0.92rem;
  line-height: 1.5;
}

.lsvt__note {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: right;
}

.lsvt__note strong {
  color: var(--accent);
  font-weight: 700;
}

/* Erwachsene: korrigierte Layout-Logik */
.lsvt__row--adult {
  padding-bottom: 12px;
}

.lsvt__rowBottom--adult {
  grid-template-columns: minmax(165px, 220px) minmax(0, 1fr);
  align-items: center;
}

.lsvt__rowBottom--adult .lsvt__loc {
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.lsvt__slotLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 12px;
  min-width: 0;
}

.lsvt__slot {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  white-space: nowrap;
}

.lsvt__slotLabel {
  color: var(--accent);
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lsvt__slotTime {
  color: #fff;
  font-size: 0.84rem;
  line-height: 1.2;
  font-weight: 700;
}

.lsvt__slotInlineHint {
  flex: 0 0 100%;
  color: var(--muted2);
  font-size: 0.83rem;
  line-height: 1.42;
  text-align: right;
  margin-top: -2px;
}

/* Formats intro inside adults section */
.lsvt__formatsIntro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  padding: 16px 0 2px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lsvt__formatsIntroItem {
  min-width: 0;
}

.lsvt__formatsIntroItem strong {
  display: block;
  margin-bottom: 4px;
  color: var(--accent);
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lsvt__formatsIntroItem span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 980px) {
  .lsvt__mainGrid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lsvt__sectionLead {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .lsvt {
    padding: 24px 0 42px;
  }

  .lsvt__head {
    margin-bottom: 36px;
    text-align: left;
  }

  .lsvt__headline {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .lsvt__rowTop,
  .lsvt__rowBottom,
  .lsvt__rowBottom--adult {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .lsvt__time,
  .lsvt__note,
  .lsvt__slotInlineHint {
    text-align: left;
  }

  .lsvt__slotLine {
    justify-content: flex-start;
  }

  .lsvt__formatsIntro {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lsvt__sectionHead {
    text-align: left;
  }

  .lsvt__sectionLead {
    margin-left: 0;
    margin-right: 0;
  }

  .lsvt__section,
  .lsvt__group {
    padding-left: 16px;
    padding-right: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33cc20b */.lsv-locations {
  padding: 56px 0 80px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.lsv-locations__inner {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* Header */
.lsv-locations__head {
  text-align: center;
  margin-bottom: 40px;
}

.lsv-locations__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.lsv-locations__lead {
  margin: 0 auto;
  max-width: 640px;
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  line-height: 1.7;
}

/* Grid */
.lsv-locations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

/* Location Card */
.lsv-location {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Image */
.lsv-location__image {
  overflow: hidden;
}

.lsv-location__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* Content */
.lsv-location__content {
  padding-top: 6px;
}

.lsv-location__name {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 800;
}

.lsv-location__meta {
  margin: 0 0 8px;
  color: #2d6b74;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.lsv-location__address {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .lsv-locations__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lsv-location__image img {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .lsv-locations {
    padding: 42px 0 60px;
  }

  .lsv-locations__head {
    text-align: left;
  }

  .lsv-locations__lead {
    margin-left: 0;
  }

  .lsv-location__image img {
    height: 200px;
  }
}/* End custom CSS */
/* Start custom CSS *//* Hero hart begrenzen */
.entry-hero.page-hero-section{
  max-height: 170px !important;
  overflow: hidden !important;
}

/* Innencontainer auch begrenzen und Inhalt sauber zentrieren */
.entry-hero.page-hero-section .entry-hero-container-inner{
  max-height: 170px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
}

/* Spacer/Pseudo-Elemente killen (häufig der eigentliche Höhen-Treiber) */
.entry-hero.page-hero-section::before,
.entry-hero.page-hero-section::after,
.entry-hero.page-hero-section .entry-hero-container-inner::before,
.entry-hero.page-hero-section .entry-hero-container-inner::after{
  content: none !important;
  display: none !important;
}

/* Breadcrumbs (bei dir schon ok) */
#thewebs-breadcrumbs{
  display:none !important;
}/* End custom CSS */