:root {
  --footer-bg-color: #f9f9f9;
  --footer-text-color: #000000cc;
}


.site-footer {
  margin-top: 3rem;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 0.9rem;
  display: flex;
  color: var(--footer-text-color);
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap; /* Falls der Platz SEHR klein ist – optional */
}

.site-footer a { 
  color: var(--footer-text-color);
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-sep {
    color: #666;
}

.footer-copy {
    color: #666;
}
