/* ==================================================
   Footer – 3-spaltig (Schatzkiste / Events)
   ================================================== */

#site-footer {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}

#site-footer .footer-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

#site-footer .footer-cols {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

#site-footer .footer-col {
  flex: 1 1 240px;
  min-width: 240px;
}

#site-footer .footer-title {
  font-size: 1rem;
  margin: 0 0 0.75rem 0;
}

#site-footer p {
  margin: 0.35rem 0;
}

#site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-footer li {
  margin: 0.35rem 0;
}

#site-footer a {
  color: #888888 !important;
/*   font-weight: bold !important; */
  text-decoration: none !important;
}

#site-footer a:hover {
  color: #5C8195 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

#site-footer .footer-bottom {
  margin-top: 1.75rem;
  font-size: 0.9rem;
  opacity: 0.85;
}
#site-footer .footer-title {
  text-align: left;
}

/* Responsive: untereinander auf kleinen Screens */
@media (max-width: 768px) {
  #site-footer .footer-cols {
    flex-direction: column;
  }
}
