:root {
  --tsv-green: #168c32;
  --tsv-green-dark: #0d6924;
  --tsv-black: #0b0d0c;
  --tsv-white: #ffffff;
  --tsv-light: #f5f6f5;
  --tsv-border: #dfe4df;
  --tsv-shadow: 0 10px 30px rgba(0,0,0,.10);
}

/* Alte Seitenüberschrift und The7-/WPBakery-Kopfbereiche entfernen */
.tsv-sponsors-active .entry-title,
.tsv-sponsors-active .page-title,
.tsv-sponsors-active .page-header,
.tsv-sponsors-active .post-header,
.tsv-sponsors-active .entry-header,
.tsv-sponsors-active #fancy-header,
.tsv-sponsors-active .fancy-header,
.tsv-sponsors-active .fancy-header-overlap,
.tsv-sponsors-active .page-title-wrapper,
.tsv-sponsors-active .page-inner-title,
.tsv-sponsors-active .page-title.solid-bg,
.tsv-sponsors-active .page-title.bg-img-enabled,
.tsv-sponsors-active .title-area,
.tsv-sponsors-active .hero-top,
.tsv-sponsors-active .masthead-shadow-dec,
.tsv-sponsors-active .the7-title,
.tsv-sponsors-active .wf-float-left.page-title,
.tsv-sponsors-active .ph-wrap,
.tsv-sponsors-active .breadcrumbs,
.tsv-sponsors-active .page-top-line,
.tsv-sponsors-active .dt-breadcrumb-for-mobile {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}

.tsv-sponsors-active #main,
.tsv-sponsors-active .site-content,
.tsv-sponsors-active .content,
.tsv-sponsors-active .content-area,
.tsv-sponsors-active .entry-content,
.tsv-sponsors-active .wf-wrap,
.tsv-sponsors-active .wf-container-main,
.tsv-sponsors-active .wf-container,
.tsv-sponsors-active .page-content,
.tsv-sponsors-active .page-wrapper,
.tsv-sponsors-active .container,
.tsv-sponsors-active .wrap {
  max-width: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.tsv-sponsors-active .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}

.tsv-sponsors-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--tsv-white);
  color: #171a18;
  font-family: Arial, Helvetica, sans-serif;
}

.tsv-sponsors-page * {
  box-sizing: border-box;
}

.tsv-sponsors-container {
  width: min(1220px, calc(100% - 40px));
  margin-inline: auto;
}

/* Hero: Originalfoto ohne eingebrannte Schrift; Nachtstimmung und Lampen per CSS */
.tsv-sponsors-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-image: var(--tsv-sponsors-hero);
  background-size: cover;
  background-position: center 39%;
  background-repeat: no-repeat;
}

/* Dunkelt das reale Tagesfoto deutlich ab, ohne es zu ersetzen. */
.tsv-sponsors-hero__night {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(3, 12, 22, .69) 0%, rgba(4, 13, 23, .62) 42%, rgba(2, 8, 14, .79) 100%),
    linear-gradient(90deg, rgba(1, 7, 13, .50) 0%, rgba(4, 15, 25, .22) 58%, rgba(0, 5, 10, .44) 100%);
  pointer-events: none;
}

/* Zusätzliche Abdunklung links für gute Lesbarkeit der echten HTML-Schrift. */
.tsv-sponsors-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 5, 10, .88) 0%, rgba(1, 8, 14, .70) 37%, rgba(1, 8, 14, .24) 69%, rgba(0, 5, 10, .17) 100%),
    radial-gradient(circle at 80% 24%, rgba(255, 206, 128, .07) 0%, transparent 23%);
  pointer-events: none;
}

/* Lampen und Lichtkegel unterhalb der Dachkante. */
.tsv-sponsors-hero__lights {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.tsv-sponsors-lamp {
  position: absolute;
  width: 19px;
  height: 9px;
  border-radius: 3px;
  background: #fff2cf;
  box-shadow:
    0 0 7px 3px rgba(255, 230, 177, .95),
    0 0 23px 10px rgba(255, 184, 82, .50),
    0 0 54px 24px rgba(255, 159, 53, .20);
  transform: translate(-50%, -50%) rotate(-2deg);
}

.tsv-sponsors-lamp::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 5px;
  width: 160px;
  height: 220px;
  transform: translateX(-50%);
  clip-path: polygon(43% 0, 57% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(255, 220, 159, .22) 0%, rgba(255, 192, 94, .09) 48%, rgba(255, 174, 67, 0) 100%);
  filter: blur(7px);
  opacity: .92;
}

.tsv-sponsors-lamp::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 118px;
  width: 190px;
  height: 92px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 196, 102, .18) 0%, rgba(255, 196, 102, 0) 72%);
  filter: blur(10px);
}

.tsv-sponsors-lamp--1 { left: 31.5%; top: 31%; }
.tsv-sponsors-lamp--2 { left: 45.2%; top: 26%; }
.tsv-sponsors-lamp--3 { left: 58.7%; top: 23%; }
.tsv-sponsors-lamp--4 { left: 73.5%; top: 19.5%; }
.tsv-sponsors-lamp--5 { left: 88.1%; top: 15.5%; }

.tsv-sponsors-hero__content {
  position: relative;
  z-index: 3;
  padding-bottom: 62px;
}

.tsv-sponsors-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -2px;
}

.tsv-sponsors-hero__badge {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 3px;
  background: var(--tsv-green);
  color: #fff;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  box-shadow: var(--tsv-shadow);
}

.tsv-sponsors-section {
  padding: 62px 0;
}

.tsv-sponsors-intro {
  background: var(--tsv-white);
}

.tsv-sponsors-intro__grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 54px;
  align-items: center;
}

.tsv-sponsors-intro h2,
.tsv-sponsors-section-title {
  margin: 0 0 22px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
}

.tsv-sponsors-intro h2::before,
.tsv-sponsors-section-title::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 30px;
  margin-right: 12px;
  border-radius: 4px;
  background: var(--tsv-green);
  vertical-align: -3px;
}

.tsv-sponsors-intro p,
.tsv-sponsors-section-copy,
.tsv-sponsors-partner-grid p {
  max-width: 820px;
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
}

.tsv-sponsors-thanks-card {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, #121513, #222723);
  color: #fff;
  box-shadow: var(--tsv-shadow);
}

.tsv-sponsors-thanks-icon {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 3px solid var(--tsv-green);
  border-radius: 50%;
  color: var(--tsv-green);
  font-size: 36px;
  line-height: 1;
}

.tsv-sponsors-thanks-card strong,
.tsv-sponsors-thanks-card div span {
  display: block;
}

.tsv-sponsors-thanks-card strong {
  margin-bottom: 8px;
  font-size: 22px;
}

.tsv-sponsors-thanks-card div span {
  color: #e5e9e6;
  font-size: 17px;
  line-height: 1.5;
}

.tsv-sponsors-main-section {
  background: var(--tsv-light);
}

.tsv-sponsors-section-copy {
  margin: -8px 0 28px;
  color: #515852;
}

.tsv-sponsors-main-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.tsv-sponsors-main-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--tsv-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.tsv-sponsors-main-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0,0,0,.13);
}

.tsv-sponsors-main-logo {
  min-height: 176px;
  padding: 22px;
  display: grid;
  place-items: center;
  border-top: 5px solid var(--tsv-green);
}

.tsv-sponsors-main-logo img {
  display: block;
  width: 100%;
  max-width: 190px;
  max-height: 120px;
  object-fit: contain;
}

.tsv-sponsors-supporters-section {
  background: #fff;
}

.tsv-sponsors-supporter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tsv-sponsors-supporter-card {
  min-height: 160px;
  padding: 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--tsv-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.055);
}

.tsv-sponsors-supporter-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}

.tsv-sponsors-partner-section {
  background: var(--tsv-light);
}

.tsv-sponsors-partner-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px;
  align-items: center;
}

.tsv-sponsors-button {
  min-height: 52px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--tsv-green);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(22,140,50,.25);
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.tsv-sponsors-button:hover,
.tsv-sponsors-button:focus {
  transform: translateY(-2px);
  background: var(--tsv-green-dark);
  color: #fff !important;
  box-shadow: 0 12px 27px rgba(13,105,36,.30);
}

.tsv-sponsors-contact {
  padding: 34px 0;
  background: linear-gradient(135deg, #080a09, #161a17);
  color: #fff;
}

.tsv-sponsors-contact__grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr .8fr;
  gap: 30px;
  align-items: center;
}

.tsv-sponsors-contact__grid div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tsv-sponsors-contact__grid strong {
  font-size: 18px;
}

.tsv-sponsors-contact__grid a,
.tsv-sponsors-contact__grid span {
  color: #dce4de;
  text-decoration: none;
}

.tsv-sponsors-contact__grid a:hover {
  color: #57c96d;
}

@media (max-width: 1050px) {
  .tsv-sponsors-hero {
    min-height: 440px;
  }

  .tsv-sponsors-intro__grid {
    grid-template-columns: 1fr;
  }

  .tsv-sponsors-main-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tsv-sponsors-supporter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tsv-sponsors-partner-grid {
    grid-template-columns: 1fr;
  }

  .tsv-sponsors-contact__grid {
    grid-template-columns: 1fr 1fr;
  }
}


@media (max-width: 720px) {
  .tsv-sponsors-lamp { transform: translate(-50%, -50%) scale(.72); }
  .tsv-sponsors-lamp--1 { left: 18%; top: 31%; }
  .tsv-sponsors-lamp--2 { left: 38%; top: 27%; }
  .tsv-sponsors-lamp--3 { left: 57%; top: 23%; }
  .tsv-sponsors-lamp--4 { left: 75%; top: 20%; }
  .tsv-sponsors-lamp--5 { left: 91%; top: 17%; }
}

@media (max-width: 720px) {
  .tsv-sponsors-container {
    width: min(100% - 24px, 1220px);
  }

  .tsv-sponsors-hero {
    min-height: 380px;
    background-position: 58% center;
  }

  .tsv-sponsors-hero__content {
    padding-bottom: 34px;
  }

  .tsv-sponsors-hero h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .tsv-sponsors-section {
    padding: 40px 0;
  }

  .tsv-sponsors-intro__grid {
    gap: 28px;
  }

  .tsv-sponsors-intro p,
  .tsv-sponsors-section-copy,
  .tsv-sponsors-partner-grid p {
    font-size: 16px;
  }

  .tsv-sponsors-thanks-card {
    padding: 24px;
  }

  .tsv-sponsors-thanks-icon {
    width: 56px;
    height: 56px;
    font-size: 30px;
  }

  .tsv-sponsors-main-grid,
  .tsv-sponsors-supporter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsv-sponsors-main-logo {
    min-height: 145px;
  }

  .tsv-sponsors-contact__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .tsv-sponsors-main-grid,
  .tsv-sponsors-supporter-grid {
    grid-template-columns: 1fr;
  }

  .tsv-sponsors-button {
    width: 100%;
  }
}
