.elementor-1097 .elementor-element.elementor-element-f6c0d2e{--display:flex;--margin-top:-62px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body.elementor-page-1097{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-60296c0 */.lsv-teams {
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.72);
  --muted2: rgba(255, 255, 255, 0.55);
  --line: rgba(255, 255, 255, 0.10);
  --accent: #2d6b74;

  padding: 56px 0 80px;
  color: var(--text);
}

.lsv-teams__inner {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* Header */
.lsv-teams__head {
  text-align: center;
  margin-bottom: 40px;
}

.lsv-teams__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-teams__lead {
  margin: 0 auto;
  max-width: 720px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* Grid */
.lsv-teams__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

/* Card */
.lsv-team {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lsv-team__image {
  overflow: hidden;
  background: rgba(255,255,255,0.04);
}

.lsv-team__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* Placeholder for no image */
.lsv-team__image--placeholder {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(45,107,116,0.22), rgba(255,255,255,0.04));
}

.lsv-team__image--placeholder span {
  color: var(--accent);
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Content */
.lsv-team__content {
  padding-top: 4px;
  border-top: 2px solid var(--accent);
  padding-top: 14px;
}

.lsv-team__name {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lsv-team__league {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.92rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lsv-team__meta {
  display: grid;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.lsv-team__metaRow {
  display: grid;
  gap: 3px;
}

.lsv-team__label {
  color: var(--muted2);
  font-size: 0.84rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.lsv-team__value {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1080px) {
  .lsv-teams__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .lsv-team__image img,
  .lsv-team__image--placeholder {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .lsv-teams {
    padding: 42px 0 60px;
  }

  .lsv-teams__head {
    text-align: left;
  }

  .lsv-teams__lead {
    margin-left: 0;
    margin-right: 0;
  }

  .lsv-teams__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lsv-team__image img,
  .lsv-team__image--placeholder {
    height: 200px;
  }
}

.lsv-teams__grid--youth {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 640px) {
  .lsv-teams__grid--youth {
    grid-template-columns: 1fr;
  }
}

img[src*="jugend_1.png"] {
  object-position: center 20%;
}/* 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 */