/*.page-header .container {
  padding: 0 20px;
}

*/
.page-footer {
  /*width: 80%;*/
  padding: 2rem 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center; /* sorgt für vertikale Mittigkeit */
  gap: 8px;
  color: #666;
  font-size: 0.9rem;
  border-top: 1px solid #f0f0f0;
}


.page-footer img {
  height: 20px;
  vertical-align: middle; /* optional, redundant bei flex */
}


.footer-links a {
  color: #ff8c42;
  text-decoration: none;
  font-weight: 500;
}

.footer-links a:hover {
  color: #e6752a;
}

/* Responsive Anpassung – NICHT nötig bei padding! → löscht du besser */
