@charset "utf-8";
/* CSS Document */

.slider_overlay {
    background: rgb(249 249 249);
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(0, 0, 0) 95%);
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0px;
    height: 50%;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel{
    margin-bottom: 40px;
    z-index: 0;
}

.titel{
    font-size: 26px;
    color: #fff;
    margin: 0px;
    text-shadow: 3px 3px 3px #000;
}

.subtitel{
    font-size: 14px;
    color: #fff;
    margin: 0px;
    text-shadow: 3px 3px 3px #000;
}

.but{
    background: #fff;
    padding: 10px 40px;
    border-radius: 15px;
    border:none;
    box-shadow: 3px 3px 3px #000;
    margin-top: 10px;
}

.buttondiv{
    position: absolute;
    bottom: 7%;
    width: 100%;
    text-align: center;
    z-index:11;
}

#carouselslider {
    position: relative;
    overflow: hidden;
    height: auto;
    z-index: 0;
    margin-top: 50px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}

#carouselslider .slider_content{
    position: absolute;
    top: 60%;
    left: 0%;
    z-index: 101;
    text-align: left;
    width: 100%;
    margin-left: 6%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -90px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.refrentie_content{
    padding: 0px 60px 0px 60px;
}

.merkenslider{
    background: #2e4e59;
    padding: 40px 0px;
}

.merkenslide{
    margin: 0px 20px;
    display: block;
}

.slidetitle, .slidetitle a{
    font-size: 20px;
    white-space: normal;
    line-height: 24px;
    color: #fff;
}

.boximg{
    position: relative;
}

.merkenslideinfo{
    position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 2%, rgba(0,0,0,.7) 65%);
    width: 100%;
    padding: 15px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {



}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {



    .titel{
        font-size: 50px;
    }

    .subtitel{
        font-size: 25px;
    }



}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    #carouselslider {
        position: relative;
        overflow: hidden;
        height: auto;
        z-index: 0;
        margin-top: 0px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    }


    #carouselslider .slider_content{
        position: absolute;
        top: 40%;
        left: 0%;
        z-index: 101;
        text-align: left;
        width: 100%;
        margin-left: 6%;
    }

    .titel{
        font-size: 50px;
    }

    .subtitel{
        font-size: 25px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    .titel{
        font-size: 60px;
    }

    .subtitel{
        font-size: 30px;
    }

}


