.footer-my33 {
  background-color: #f8f9fa;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.9rem;
  border-top: 2px solid #ccc;
  position: relative; /* ganz normal, kein fixed! */
  bottom: 0;
  width: 100%;
  z-index: 1;
}


.footer-my33 a {
  color: #006699;
}

.footer-my33 a:hover {
  text-decoration: underline;
}
