#footer_wrapper {
  margin-top: 0px; }

/* Haupt-Footer Hintergrund */
.prolink-footer {
  background-color: #073e52;
  /* Ihre Schmuckfarbe */
  color: #e2e8f0;
  /* Gut lesbares Off-White für den Text */
  padding: 60px 0 0 0;
  font-family: sans-serif;
  font-size: 0.95rem;
  /* Grid-Layout für die 4 Spalten */ }
  .prolink-footer .footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
    /* Spalten-Überschriften */ }
  .prolink-footer .footer-col h3 {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    position: relative;
    /* Listen-Inhalte */ }
  .prolink-footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .prolink-footer .footer-col ul li {
    margin-bottom: 12px;
    /* Links im Footer mit Hover-Effekt */ }
  .prolink-footer .footer-col a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s ease; }
  .prolink-footer .footer-col a:hover {
    color: #fff;
    /* Wird beim Drüberfahren weiß */
    /* Info-Texte & Adressen */ }
  .prolink-footer .footer-about {
    line-height: 1.6;
    color: #cbd5e1; }
  .prolink-footer .footer-address {
    font-style: normal;
    line-height: 1.5; }
  .prolink-footer .footer-address a {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3); }
  .prolink-footer .footer-hours {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #94a3b8; }
  .prolink-footer .footer-hours span {
    font-weight: 600;
    color: #cbd5e1;
    /* Mobile Optimierung */ }
  @media (max-width: 768px) {
    .prolink-footer .footer-bottom-container {
      flex-direction: column;
      text-align: center;
      gap: 15px; }
    .prolink-footer .footer-legal-links a {
      margin: 0 10px;
      display: inline-block; } }
