.elementor-28 .elementor-element.elementor-element-6c8f432{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */<footer class="ttv-footer">
  <div class="ttv-footer-inner">

    <div class="ttv-footer-brand">
      <h3>VfL Rheinhausen</h3>
      <span>Tischtennis 95/13 e.V.</span>
      <p>Leidenschaft. Teamgeist. Tischtennis.</p>
    </div>

    <div class="ttv-footer-links">
      <a href="/">Startseite</a>
      <a href="/aktuelles">Aktuelles</a>
      <a href="/training">Training</a>
      <a href="/mannschaften">Mannschaften</a>
      <a href="/kontakt">Kontakt</a>
    </div>

    <div class="ttv-footer-contact">
      <strong>Kontakt</strong>
      <p>VfL Rheinhausen Tischtennis</p>
      <a href="mailto:info@vfl-rheinhausen-tischtennis.de">info@vfl-rheinhausen-tischtennis.de</a>
    </div>

  </div>

  <div class="ttv-footer-bottom">
    <span>© 2026 VfL Rheinhausen Tischtennis</span>
    <div>
      <a href="/impressum">Impressum</a>
      <a href="/datenschutz">Datenschutz</a>
    </div>
  </div>
</footer>

<style>
.ttv-footer {
  background: #101815;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding: 42px 24px 18px;
}

.ttv-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.ttv-footer-brand h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 6px;
  color: #ffffff;
  text-transform: uppercase;
}

.ttv-footer-brand span {
  color: #7fd19a;
  font-weight: 700;
  font-size: 15px;
}

.ttv-footer-brand p {
  margin: 12px 0 0;
  color: #cfd8d3;
  font-size: 15px;
}

.ttv-footer-links {
  display: grid;
  gap: 8px;
}

.ttv-footer a {
  color: #dfe7e2;
  text-decoration: none;
  font-size: 15px;
  transition: 0.25s ease;
}

.ttv-footer a:hover {
  color: #7fd19a;
}

.ttv-footer-contact strong {
  color: #ffffff;
  font-size: 16px;
}

.ttv-footer-contact p {
  margin: 10px 0 6px;
  color: #cfd8d3;
  font-size: 15px;
}

.ttv-footer-bottom {
  max-width: 1280px;
  margin: 28px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #aeb8b2;
  font-size: 13px;
}

.ttv-footer-bottom div {
  display: flex;
  gap: 16px;
}

.ttv-footer-bottom a {
  font-size: 13px;
}

/* Mobile */
@media (max-width: 768px) {
  .ttv-footer {
    padding: 30px 20px 16px;
  }

  .ttv-footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ttv-footer-brand h3 {
    font-size: 25px;
  }

  .ttv-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
  }

  .ttv-footer-bottom {
    margin-top: 22px;
    flex-direction: column;
    gap: 10px;
  }

  .ttv-footer-bottom div {
    gap: 14px;
    flex-wrap: wrap;
  }
}
</style>/* End custom CSS */