/* Ergänzung: sichtbare Links zu Impressum und Datenschutz im Footer */
.site-footer .footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}

.site-footer .footer-legal-links a,
.site-footer .footer-bottom a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.site-footer .footer-legal-links a:hover,
.site-footer .footer-legal-links a:focus,
.site-footer .footer-bottom a:hover,
.site-footer .footer-bottom a:focus {
  color: #009fe3;
}

.site-footer .footer-legal-links a:focus-visible,
.site-footer .footer-bottom a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  border-radius: 3px;
}

@media (max-width: 650px) {
  .site-footer .footer-legal-links {
    flex-direction: column;
    gap: 4px;
  }
}
