.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 50px;
    width: 50px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
}

.carousel-control-next-icon:after
{
    content: '>';
    font-size: 33px;
    color: rgba(26, 115, 218,0.85);
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 33px;
    color: rgba(26, 115, 218,0.85);
}

.carousel-indicators li{
    background-color:rgba(26, 115, 218,0.5);
}

.carousel-text{
    position:absolute;
    top:250px;
    background-color:rgba(0,0,0,0.6);
}

.carousel-headline{
    font-size: 45px;
    font-weight: bold;
}
.carousel-subtext{
    font-size: 20px;
}
.carousel-logo{
    height:60px;
}

.slider {
    display: flex;
    overflow-x: auto;
}
.slide {
    flex-shrink: 0;
    height: 100%;
}

/* .slider::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 6px;
	background-color: #F5F5F5;
} */

.slider::-webkit-scrollbar
{
    display:none;
	/* width: 6px;
	height: 9px;
	background-color: #F5F5F5; */
}

/* .slider::-webkit-scrollbar-thumb
{
	border-radius: 6px;
	background-color: #555;
} */

.product-headline{
    border-bottom: 1px solid rgb(26, 115, 218);
    font-size:18px;
    font-weight:bold;
    padding-bottom:10px;
    padding-top:10px;
}

.clients-headline{
    font-size:25px;
    text-align: left;
}

.partners-headline{
    font-size:25px;
    text-align: right;
}

.firstSlide{
    width:100%;
    content:url("../images/slideshow/desktop/4.png");
}

.secondSlide{
    width:100%;
    content:url("../images/slideshow/desktop/4.png");
}

.thirdSlide{
    width:100%;
    content:url("../images/slideshow/desktop/3.png");
}

@media only screen and (max-width: 500px) {
    .firstSlide{
        width:100%;
        content:url("../images/slideshow/mobile/1.png?v1.6");
    }
    .secondSlide{
        content:url("../images/slideshow/mobile/2.png?v1.6");
    }
    .thirdSlide{
        width:100%;
        content:url("../images/slideshow/mobile/3.png?v1.6");
    }
    .carousel-text{
        position:absolute;
        top:230px;
    }
    .carousel-headline{
        font-size: 20px;
        font-weight: bold;
    }
    .carousel-subtext{
        font-size: 15px;
    }
    .carousel-logo{
        height:40px;
    }
    .clients-headline{
        font-size:25px;
        text-align: center;
    }
    
    .partners-headline{
        font-size:25px;
        text-align: center;
    }
}