  .carousel-inner img {
    width: 100%;
    max-width: 600px;
    max-height: 400px;
    margin: auto; /* Zentriert das Bild */
  }
  .carousel-item {
    text-align: center; /* Zentriert das Bild im Carousel-Item */
  }
          .carousel-caption {
    position: static;
    color: black; /* Setzt die Textfarbe auf Schwarz */
    background-color: transparent; /* Macht den Hintergrund transparent */
    padding-top: 10px; /* Abstand zwischen Bild und Text */
  }
        #cookieBanner {
    font-family: Arial, sans-serif;
    font-size: 14px;

}

        body {
            padding-top: 30px; /* Abstand für die fixierte Navbar */
        }

a:active {
font-color:white;
}

/*
.footer {
position:relative;
bottom:0;
width:100%;
}
*/


  .carousel-inner img {
    width: 100%;
    max-width: 600px;
    max-height: 400px;
    margin: auto; /* Zentriert das Bild */
  }
  .carousel-item {
    text-align: center; /* Zentriert das Bild im Carousel-Item */
  }
          .carousel-caption {
    position: static;
    color: black; /* Setzt die Textfarbe auf Schwarz */
    background-color: transparent; /* Macht den Hintergrund transparent */
    padding-top: 10px; /* Abstand zwischen Bild und Text */
  }
