.t3-footnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
  background: #f7f7f7 !important; /* Hintergrund entfernen */
  text-align: center;
}

.t3-footnav > div[class^="col-"] {
  float: none !important;
  margin: 0 15px 30px;
  text-align: center;
}

.t3-footnav .t3-module {
  margin: 0 auto;
  max-width: 220px;
}

.t3-footnav .module-title {
  text-align: center;
}

.t3-footnav .module-ct ul.nav {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.t3-footnav .module-ct ul.nav li {
  display: block;
  margin-bottom: 6px;
}

.t3-footnav .module-ct ul.nav li a {
  display: inline-block;
  text-decoration: none;
}

.t3-footnav .t3-module .module-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #5bc0de;
  margin: 24px auto 0 auto; /* statt nur margin-top */
  display: block;
}
.t3-footer-bottom {
  background: #f7f7f7;
  padding: 15px 0;
  font-size: 14px;
}

.footer-legal-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-legal-links ul li {
  display: inline-block;
  margin: 0 12px;
}

.footer-legal-links a {
  color: #333;
  text-decoration: none;
}

.footer-legal-links a:hover {
  text-decoration: underline;
}
.footer-legal-links {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-top: 20px;
}
.footer-legal-links li {
  display: inline-block;
  margin: 0 10px;
}
.footer-legal-links a {
  color: #999;
  font-size: 13px;
  text-decoration: none;
}
.footer-legal-links a:hover {
  text-decoration: underline;
}

