.iris1 {
    margin: 0px;
    padding: 0px;
    background-image: url("img/slideshow/PraeziBahnTiere.jpg");
    background-repeat: no-repeat;
    height: 40vh;
    background-size: cover;
}

.iris2 {
    margin: 0px;
    padding: 0px;
    background-image: url("img/slideshow/Perkussionswaffen.jpg");
    background-repeat: no-repeat;
    height: 40vh;
    background-size: cover;
}

.iris3 {
    margin: 0px;
    padding: 0px;
    background-image: url("img/slideshow/SK-VfS-Maulbronn.jpg");
    background-repeat: no-repeat;
    height: 40vh;
    background-size: cover;
}

.iris4 {
    margin: 0px;
    padding: 0px;
    background-image: url("img/sf.PNG");
    background-repeat: no-repeat;
    height: 40vh;
    background-size: cover;
}

.boxCarousel{
    background-color: rgba(255,255,255,.9);
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

.nav-element{
    color: #0075a9; 
    min-height: 50px; 
    padding-top: 1px;
    margin-top: 50px;
}

.dropdown-trigger{
    color: #0075a9; 
    height: 50px; 
    padding-top: 1px;
    margin-top: 50px;
}

.footer-drk{
    border-top-style: solid;
    border-color: rgb(185, 185, 185);
    border-width: 1px;
    
}

.icon-color{
    background-color: #1b5e20;
}

p {
    text-align: justify;
  }