.site-footer {
  padding: 64px 0 0;
  background: #fff;
  margin-top: 40px;
  border-top: 1px solid #e6e4e0;
}

/* Top area: brand column + two link columns */
.site-footer .footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px 60px;
}

.footer-col--brand {
  max-width: 320px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 33px;
}

.footer-logo img {
  max-width: 133px;
  height: auto;
}

/* Widgets */
.footer-widget {
  margin-bottom: 28px;
}

.footer-widget:last-child {
  margin-bottom: 0;
}

.footer-widget__title {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.5px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #0f0f10;
}

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

/* Menu items (footer link columns) */
.footer-col:not(.footer-col--brand) .footer-widget li {
  margin-bottom: 11px;
}

.footer-col:not(.footer-col--brand) .footer-widget li:last-child {
  margin-bottom: 0;
}

.footer-widget a {
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col:not(.footer-col--brand) .footer-widget a {
  color: #424248;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.25px;
  letter-spacing: -0.08px;
}

.footer-widget a:hover {
  color: var(--red);
}

/* Brand/contact widget text */
.footer-brand__widgets {
  color: #424248;
  font-size: 14px;
  line-height: 20.93px;
  letter-spacing: -0.08px;
}

/* Icon List widget: icon + WYSIWYG rows */
.footer-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-icon-list__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-icon-list__icon {
  flex-shrink: 0;
  line-height: 0;
  margin-top: 3px;
}

.footer-icon-list__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.footer-icon-list__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.93px;
  letter-spacing: -0.08px;
  color: #424248;
}

.footer-icon-list__text strong,
.footer-icon-list__text b {
  font-weight: 600;
  color: #0f0f10;
}

.footer-icon-list__text p {
  margin: 0;
}

.footer-icon-list__text p + p {
  margin-top: 2px;
}

.footer-icon-list__text a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-icon-list__text a:hover {
  color: var(--red);
}

/* Bottom bar */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  padding: 24px 0;
  border-top: 1px solid #e6e4e0;
}
.footer-copy {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-copy {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.08px;
  color: #87878d;
}

.footer-widget--legal {
  margin-bottom: 0;
}

.footer-legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.footer-legal a {
  color: #87878d;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.08px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-legal a:hover {
  color: var(--red);
}

@media (max-width: 991px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-col--brand {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 575px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* The floating "Kontakt aufnehmen" mailto FAB (Figma 650:1110) and its styles
   were removed — see the note in footer.php: the chat plugin's own launcher
   occupies the same corner and covered it almost entirely. */
