/*https://stackoverflow.com/questions/46249541/change-arrow-colors-in-bootstraps-carousel*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
    position: relative;
    top:-40px;
}

.carousel-control-next-icon:after
{
    content: '>';
    font-size: 65px;
    color: black;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 65px;
    color: black;
}
.legende-mobile-carousel{
    font-weight: 500;
    color: #3b393c;
}
.legende-mobile-carousel-format{
    margin-top: 5px;
    font-weight: 400;
    color: #8bc2d1;
    font-size: 13px;
}
