.elementor-227 .elementor-element.elementor-element-be1dbb3{--display:flex;--margin-top:-130px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-0bb456f */.lsv-fees {
  --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-strong: rgba(255, 255, 255, 0.06);
  --shadow: 0 10px 28px rgba(0, 0, 0, 0.16);

  color: var(--text);
  background: transparent;
  padding: 32px 0 64px;
}

.lsv-fees__inner {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* Header */
.lsv-fees__head {
  margin-bottom: 52px;
  text-align: center;
}

.lsv-fees__title {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.lsv-fees__lead {
  margin: 0 auto;
  max-width: 820px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

/* Sections */
.lsv-fees__section {
  margin-top: 14px;
  padding: 34px 0;
}

.lsv-fees__section + .lsv-fees__section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lsv-fees__sectionHead {
  margin-bottom: 24px;
  text-align: center;
}

.lsv-fees__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;
}

.lsv-fees__sectionLead {
  margin: 0 auto;
  max-width: 720px;
  color: var(--muted2);
  font-size: 0.98rem;
  line-height: 1.7;
}

.lsv-fees__sectionLead--center {
  text-align: center;
}

/* Pricing cards */
.lsv-fees__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.lsv-fees__card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-top: 2px solid var(--accent);
  background: var(--panel);
  padding: 20px 18px 18px;
  box-shadow: var(--shadow);
  min-height: 100%;
}

.lsv-fees__card--highlight {
  border-top-width: 3px;
  background: rgba(45, 107, 116, 0.14);
}

.lsv-fees__cardTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.lsv-fees__cardTitle {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lsv-fees__chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.lsv-fees__price {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.lsv-fees__amount {
  color: #fff;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.lsv-fees__period {
  margin-top: 8px;
  color: var(--muted2);
  font-size: 0.9rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lsv-fees__split {
  margin: 14px 0 18px;
  flex: 1 1 auto;
}

.lsv-fees__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
}

.lsv-fees__row span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.lsv-fees__row strong {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.5;
  white-space: nowrap;
}

/* Buttons */
.lsv-fees__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 12px 18px;
  background: var(--accent);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #fff;
  text-decoration: none;
  font-size: 0.94rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
  transition: transform 140ms ease, opacity 140ms ease, background 140ms ease, border-color 140ms ease;
}

.lsv-fees__btn:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.lsv-fees__btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
}

.lsv-fees__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.04);
}

/* Notes */
.lsv-fees__note {
  margin: 22px auto 0;
  max-width: 860px;
  padding: 14px 16px;
  border-left: 3px solid var(--accent);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* Included grid */
.lsv-fees__includedGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 28px;
}

.lsv-fees__includedItem {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  padding: 18px 16px;
  min-height: 100%;
}

.lsv-fees__includedItem--wide {
  grid-column: 1 / -1;
}

.lsv-fees__includedItem h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lsv-fees__includedItem p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* Main grid */
.lsv-fees__mainGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.lsv-fees__panel {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
  padding: 18px 18px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  min-height: 100%;
}

.lsv-fees__panelTitle {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lsv-fees__panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* Lists */
.lsv-fees__list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.lsv-fees__list li {
  margin: 0;
}

.lsv-fees__list li + li {
  margin-top: 10px;
}

/* Steps */
.lsv-fees__steps {
  display: grid;
  gap: 0;
  margin-top: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
}

.lsv-fees__step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.55;
  font-weight: 600;
}

.lsv-fees__step:last-child {
  border-bottom: 0;
}

.lsv-fees__step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
}

/* Downloads */
.lsv-fees__downloads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

/* Contact */
.lsv-fees__contactPanel {
  border-top: 2px solid var(--accent);
  padding-top: 18px;
  text-align: center;
}

.lsv-fees__contactPanel a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 980px) {
  .lsv-fees__cards,
  .lsv-fees__includedGrid,
  .lsv-fees__mainGrid,
  .lsv-fees__downloads {
    grid-template-columns: 1fr;
  }

  .lsv-fees__includedItem--wide {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .lsv-fees {
    padding: 24px 0 46px;
  }

  .lsv-fees__head,
  .lsv-fees__sectionHead {
    text-align: left;
  }

  .lsv-fees__lead,
  .lsv-fees__sectionLead {
    margin-left: 0;
    margin-right: 0;
  }

  .lsv-fees__contactPanel,
  .lsv-fees__sectionLead--center {
    text-align: left;
  }

  .lsv-fees__cardTop {
    flex-direction: column;
    align-items: flex-start;
  }

  .lsv-fees__title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .lsv-fees__card,
  .lsv-fees__includedItem,
  .lsv-fees__panel,
  .lsv-fees__steps {
    padding-left: 16px;
    padding-right: 16px;
  }
}/* 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 */