.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 *//* =========================================================
   Mitgliedsbeitrag – eigenständig & Home-look
   ========================================================= */

.lsv-feespage{
  --panel: #1a2229;
  --tile: rgba(0,0,0,0.18);
  --accent: #1e5b66;
  --border: rgba(255,255,255,0.10);
  --border2: rgba(255,255,255,0.14);
  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.72);

  --max: 1200px;
  --r: 16px;

  color: var(--text);
}

.lsv-feespage-inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 18px;
}

.lsv-feespage h1,
.lsv-feespage h2,
.lsv-feespage h3{
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lsv-feespage p{
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

/* HERO */
.lsv-feespage-hero{
  padding: clamp(28px, 4vw, 56px) 0 clamp(18px, 2.6vw, 32px);
}

.lsv-feespage-hero h1{
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.05;
  margin-bottom: 10px;
}

.lsv-feespage-hero p{
  font-size: clamp(15px, 1.4vw, 18px);
  max-width: 900px;
}

/* SECTION + HEAD */
.lsv-feespage-section{
  padding: clamp(18px, 2.6vw, 32px) 0;
}

.lsv-feespage-head{
  margin-bottom: 16px;
}

.lsv-feespage-head h2{
  font-size: clamp(20px, 2.2vw, 30px);
  margin-bottom: 8px;
}

.lsv-feespage-head--onband p{
  color: rgba(255,255,255,0.90);
}

/* Pricing Cards */
.lsv-feespage-cards{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.lsv-feespage-card{
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: clamp(18px, 2.3vw, 24px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.22);
}

.lsv-feespage-card--highlight{
  border-color: rgba(30, 91, 102, 0.85);
  box-shadow: 0 18px 34px rgba(0,0,0,0.30);
}

.lsv-feespage-cardtop{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.lsv-feespage-cardtop h3{
  font-size: 14px;
}

.lsv-feespage-chip{
  font-size: 12px;
  font-weight: 800;
  color: rgba(255,255,255,0.88);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  white-space: nowrap;
}

.lsv-feespage-price{
  padding: 10px 0 6px;
}

.lsv-feespage-amount{
  font-size: clamp(34px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.lsv-feespage-period{
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
}

.lsv-feespage-split{
  margin: 14px 0 16px;
  padding: 12px;
  border-radius: var(--r);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
}

.lsv-feespage-row{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.14);
}
.lsv-feespage-row:last-child{ border-bottom: none; padding-bottom: 0; }
.lsv-feespage-row span{ color: var(--muted); }
.lsv-feespage-row strong{ white-space: nowrap; }

/* Buttons */
.lsv-feespage-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 800;
  letter-spacing: 0.02em;

  color: #fff;
  background: rgba(30, 91, 102, 0.92);
  border: 1px solid rgba(255,255,255,0.10);

  transition: transform 140ms ease, opacity 140ms ease, background 140ms ease;
}

.lsv-feespage-btn:hover{ transform: translateY(-1px); opacity: 0.96; }
.lsv-feespage-btn:active{ transform: translateY(0px); opacity: 0.92; }

.lsv-feespage-btn--ghost{
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
}
.lsv-feespage-btn--ghost:hover{
  background: rgba(255,255,255,0.06);
}

/* Notes / Hint */
.lsv-feespage-note{
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-left: 4px solid rgba(30, 91, 102, 0.95);
  color: var(--muted);
}

.lsv-feespage-hint{
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.92);
}

/* Full-width bands */
.lsv-feespage-band{
  margin: clamp(18px, 3vw, 34px) 0;
  background: rgba(30, 91, 102, 0.92);
  border-top: 1px solid rgba(255,255,255,0.10);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  padding: clamp(22px, 3vw, 34px) 0;
}
.lsv-feespage-band--alt{
  background: rgba(30, 91, 102, 0.72);
}

/* Tiles */
.lsv-feespage-tiles{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.lsv-feespage-tile{
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--r);
  padding: 16px;
}

.lsv-feespage-tile-title{
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.96);
}

.lsv-feespage-tile-text{
  color: rgba(255,255,255,0.90);
  line-height: 1.6;
}

.lsv-feespage-tile--wide{
  grid-column: 1 / -1;
}

/* Two panels */
.lsv-feespage-two{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2vw, 20px);
  margin-top: 12px;
}

.lsv-feespage-panel{
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: clamp(18px, 2.3vw, 26px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.22);
}

.lsv-feespage-panel--center{
  text-align: center;
}

.lsv-feespage-panel a{
  color: #fff;
  text-decoration: underline;
  font-weight: 800;
}

/* Cancellation */
.lsv-feespage-cancel{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2vw, 20px);
  margin-top: 12px;
}

.lsv-feespage-cancelcard{
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: clamp(18px, 2.3vw, 24px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.22);
}

.lsv-feespage-canceltitle{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.lsv-feespage-list{
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}
.lsv-feespage-list li{ margin: 10px 0; }

/* Steps */
.lsv-feespage-steps{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.lsv-feespage-step{
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--r);
  padding: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.lsv-feespage-step span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  margin-right: 10px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  font-weight: 900;
}

/* Downloads in band */
.lsv-feespage-downloads{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

/* Responsive */
@media (max-width: 980px){
  .lsv-feespage-two{ grid-template-columns: 1fr; }
  .lsv-feespage-cancel{ grid-template-columns: 1fr; }
}/* 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 */