/* Datenschutz */


/* Linie oben orange mit Abstand oben und unten */
.border-top-orange {
  border-top: 2px solid #ff6600 !important;
  margin-top: 80px;
  margin-bottom: 10px;
}
  
  body {
    margin: 0;
    font-family: Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

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

  .footer-d {
  /* background: #ffffff; */
  color: #000000;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 20px;
  font-size: 15px;
}

.footer-d a {
  color: #000000;
  text-decoration: none;
  margin: 0 10px;
}

.footer-d a:hover {
  color: #cd3333;
}

/* Abstand zwischen Copyright und Datenschutz */
.footer-copy {
  margin-bottom: 30px;
  text-align: center;
}


