.elementor-1186 .elementor-element.elementor-element-be1dbb3{--display:flex;--margin-top:-130px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0bb456f *//* =========================================================
   Probetraining – eigenständig & Home-look
   ========================================================= */

.lsv-tryout{
  --bg: #141a1f;
  --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-tryout-inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 18px;
}

.lsv-tryout h1,
.lsv-tryout h2,
.lsv-tryout h3{
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lsv-tryout p{
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.lsv-tryout-hero{
  padding: clamp(28px, 4vw, 56px) 0 clamp(18px, 2.6vw, 32px);
}

.lsv-tryout-hero h1{
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.05;
  margin-bottom: 10px;
}

.lsv-tryout-hero p{
  font-size: clamp(15px, 1.4vw, 18px);
  max-width: 900px;
}

/* CTA */
.lsv-tryout-cta{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.lsv-tryout-cta--center{
  margin-top: 16px;
}

.lsv-tryout-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-tryout-btn:hover{ transform: translateY(-1px); opacity: 0.96; }
.lsv-tryout-btn:active{ transform: translateY(0px); opacity: 0.92; }

.lsv-tryout-btn--ghost{
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
}
.lsv-tryout-btn--ghost:hover{
  background: rgba(255,255,255,0.06);
}

/* Notes */
.lsv-tryout-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-tryout-note--compact{
  margin-top: 14px;
}

/* Section */
.lsv-tryout-section{
  padding: clamp(18px, 2.6vw, 32px) 0;
}

.lsv-tryout-head{
  margin-bottom: 16px;
}

.lsv-tryout-head h2{
  font-size: clamp(20px, 2.2vw, 30px);
  margin-bottom: 8px;
}

.lsv-tryout-head--onband p{
  color: rgba(255,255,255,0.90);
}

/* Quick cards */
.lsv-tryout-cards{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.lsv-tryout-card{
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 18px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.22);
}

.lsv-tryout-card h3{
  font-size: 14px;
  margin-bottom: 8px;
}

/* Full-width band */
.lsv-tryout-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;
}

/* Tiles */
.lsv-tryout-tiles{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.lsv-tryout-tile{
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--r);
  padding: 16px;
}

.lsv-tryout-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-tryout-tile-text{
  color: rgba(255,255,255,0.90);
  line-height: 1.6;
}

/* Two columns */
.lsv-tryout-two{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2vw, 20px);
  margin-top: 12px;
}

.lsv-tryout-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-tryout-panel h3{
  font-size: 16px;
  margin-bottom: 10px;
}

.lsv-tryout-panel--center{
  text-align: center;
}

/* Steps */
.lsv-tryout-steps{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.lsv-tryout-step{
  background: var(--tile);
  border: 1px solid var(--border2);
  border-radius: var(--r);
  padding: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.lsv-tryout-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;
}

/* List */
.lsv-tryout-list{
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}
.lsv-tryout-list li{ margin: 10px 0; }

/* Responsive */
@media (max-width: 980px){
  .lsv-tryout-two{ 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 */