/*  Footer mit Datenschutzlink */

/* Linie oben orange mit Abstand oben und unten */
.border-top-orange {
    width:90%;
    height:2px;
    background:#ff0000;
    /* margin:30px auto; */
    margin: 100px auto 30px;
}
  
  .footer {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
  }

/*
  .content {
    flex: 1;
    padding: 40px;
  }
*/  

  .footer-d {
    /* background: #ffffff;  */
    color: #000000;
    text-align: center;
    padding: 20px;
    font-size: 15px;
  }

  .footer-d a {
    color: inherit;  /* konsistenter als #000 */
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.2s ease;
  }

  .footer-d a:hover {
    text-decoration: none;
    color: #cd3333;
  }
  
  /* Abstand zwischen Copyright und Datenschutz */
  .footer-copy {
    margin-bottom: 30px;
}
