/* ============================================
   Footer (Hybrid – modern + warm)
   ============================================ */

.footer-my33 {
  background-color: #f3e6e6;          /*  sehr heller Rotbraunton */
  color: #111827;

  font-family: system-ui, -apple-system, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;

  padding: 2rem 1rem;
  margin-top: 3rem;

  border-top: 1px solid rgba(0,0,0,0.08);
  border-left: 1px solid #f0f0f0;     /* optional, sehr dezent */

  position: relative;
  width: 100%;
  z-index: 1;
}
.footer-my33 .text-muted {
  color: #4b5563;   /* warmes, gut lesbares Grau */
  letter-spacing: 0.02em;
   font-size: 0.95rem;
}

/* Links */
.footer-my33 a {
  color: #006699;
}

.footer-my33 a:hover {
  text-decoration: underline;
}
.footer-news {
  background-color: #f3e6e6;
  color: #2c0d0d;
  box-shadow: inset 0 -10px 20px rgba(0,0,0,0.25),
            0 4px 8px rgba(0,0,0,0.18);
     }       
/* Trennlinie */
.footer-divider {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 3rem 0 2rem;
}
.footer-counter {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #555;
  opacity: 0.85;
}

.footer-counter strong {
  font-weight: 600;
  color: #333;
}
.footer-counter {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #555;
  opacity: 0.85;
}