body {
    font-family: "Yanone Kaffeesatz";
    font-size:  1.6rem;

}

.orange{
    color: #f28340;
    text-align:center;
}

.nav-link {
    cursor: pointer;
}
.nav-link:active,
.nav-link:hover {
    color: #f28340 !important;
}

.navbar,
.carousel {
    border-bottom: 1px solid #f28340;   
}

.icon-link:active svg,
.icon-link:hover svg {
    color: #f28340;
}

.slider-image {
    width: 100vw;
    height: 30vh;
    background-position: center;
    background-size: cover;

    }

.imgzentriert {
    display: block; 
    text-align: center;
    }

.text-mittig {
    text-align:center !important;
}

.tabelle {
    text-align:center !important;
}

