/* ============================================================
   FOOTER.CSS
   Kein Logo, zentriert: Copyright (Jahr per JS), darunter
   Impressum/Datenschutz-Links (öffnen Modals).
============================================================ */

.hl-footer {
  background-color: var(--gray-darker);
  color: var(--text-on-dark);
  text-align: center;
  padding: 2.5rem 0;
}

.hl-footer .footer-copy {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.hl-footer .footer-links a {
  color: var(--green);
  text-decoration: none;
  margin: 0 0.75rem;
  font-size: 0.85rem;
}

.hl-footer .footer-links a:hover {
  text-decoration: underline;
}
