.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 */.lsv-probe {
  --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;
  padding: 32px 0 64px;
}

.lsv-probe__inner {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* Header */
.lsv-probe__head {
  margin-bottom: 52px;
  text-align: center;
}

.lsv-probe__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-probe__lead {
  margin: 0 auto;
  max-width: 760px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

/* CTA */
.lsv-probe__cta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.lsv-probe__cta--center {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.lsv-probe__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  transition: transform 140ms ease, opacity 140ms ease, background 140ms ease, border-color 140ms ease;
}

.lsv-probe__btn:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.lsv-probe__btn--ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.18);
}

.lsv-probe__btn--ghost:hover {
  background: rgba(255,255,255,0.04);
}

/* Notes */
.lsv-probe__note {
  margin: 18px 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;
  text-align: left;
}

.lsv-probe__note--compact {
  margin-top: 18px;
  max-width: none;
}

/* Sections */
.lsv-probe__section {
  margin-top: 14px;
  padding: 34px 0;
}

.lsv-probe__section + .lsv-probe__section {
  border-top: 1px solid rgba(255,255,255,0.08);
}

.lsv-probe__sectionHead {
  margin-bottom: 24px;
  text-align: center;
}

.lsv-probe__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-probe__sectionLead {
  margin: 0 auto;
  max-width: 700px;
  color: var(--muted2);
  font-size: 0.98rem;
  line-height: 1.7;
}

.lsv-probe__sectionLead--center {
  text-align: center;
}

/* Quick facts */
.lsv-probe__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lsv-probe__fact {
  border: 1px solid rgba(255,255,255,0.08);
  background: var(--panel-soft);
  padding: 18px 16px;
  min-height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.lsv-probe__fact 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-probe__fact p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* FAQ */
.lsv-probe__faqGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}

.lsv-probe__faq {
  border: 1px solid rgba(255,255,255,0.08);
  background: var(--panel-soft);
  padding: 18px 16px;
  min-height: 100%;
}

.lsv-probe__faq h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lsv-probe__faq p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* Main grid */
.lsv-probe__mainGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.lsv-probe__panel {
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.09);
  background: var(--panel-soft);
  padding: 18px 18px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  min-height: 100%;
}

.lsv-probe__panelTitle {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Steps */
.lsv-probe__steps {
  display: grid;
  gap: 0;
  padding: 2px 0 0;
}

.lsv-probe__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-probe__step:last-child {
  border-bottom: 0;
}

.lsv-probe__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;
}

/* List */
.lsv-probe__list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.lsv-probe__list li {
  margin: 0;
}

.lsv-probe__list li + li {
  margin-top: 10px;
}

/* CTA Panel */
.lsv-probe__ctaPanel {
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255, 255, 255, 0.03);
  padding: 24px 22px 22px;
  box-shadow: var(--shadow);
  text-align: center;
}

/* Responsive */
@media (max-width: 980px) {
  .lsv-probe__cta,
  .lsv-probe__facts,
  .lsv-probe__mainGrid,
  .lsv-probe__faqGrid {
    grid-template-columns: 1fr;
  }

  .lsv-probe__cta {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .lsv-probe {
    padding: 24px 0 46px;
  }

  .lsv-probe__head,
  .lsv-probe__sectionHead {
    text-align: left;
  }

  .lsv-probe__lead,
  .lsv-probe__sectionLead {
    margin-left: 0;
    margin-right: 0;
  }

  .lsv-probe__note {
    margin-left: 0;
    margin-right: 0;
  }

  .lsv-probe__title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .lsv-probe__sectionLead--center,
  .lsv-probe__ctaPanel {
    text-align: left;
  }

  .lsv-probe__fact,
  .lsv-probe__faq,
  .lsv-probe__panel,
  .lsv-probe__ctaPanel {
    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 */