/* template: diensten */
#diensten {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    left: -1.5%;
    margin-top: 20px;
    width: 103%;
    min-height: 750px;
    transition: all ease 0.5s;
}
#diensten .dienst {
    margin: 0 1.5%;
    margin-bottom: 4.5%;
    width: calc(100% / 2 - 3%);
    background-color: #e84242;
}
#diensten .dienst .image {
    position: relative;
    padding-bottom: 50%;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
}
#diensten .dienst .image img {
    display: block;
    width: 100%;
}
#diensten .dienst .image .diensten--carousel-owl {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#diensten .dienst .image .diensten--carousel-owl:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#diensten .dienst .image .diensten--carousel-owl.owl-carousel {
    position: absolute;
    height: 100%;
}
/*#diensten .dienst .image .diensten--carousel-owl.owl-carousel .owl-stage-outer {*/
#diensten .dienst .image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#diensten .dienst .image .diensten--carousel-owl .owl-nav {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#diensten .dienst .image .diensten--carousel-owl .owl-nav .owl-prev, #diensten .dienst .image .diensten--carousel-owl .owl-nav .owl-next {
    position: absolute;
    margin: 0;
    width: 125px;
    height: 100%;
    pointer-events: initial;
    opacity: 1;
    transition: opacity ease 0.15s;
    background-color: transparent !important;
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
}
#diensten .dienst .image .diensten--carousel-owl .owl-nav .owl-prev {
    left: 0;
    background-image: url("../../images/icons/arrow-owl-left.svg");
}
#diensten .dienst .image .diensten--carousel-owl .owl-nav .owl-next {
    right: 0;
    background-image: url("../../images/icons/arrow-owl-right.svg");
}
#diensten .dienst .image .diensten--carousel-owl .owl-nav .owl-prev:hover, #diensten .dienst .image .diensten--carousel-owl .owl-nav .owl-next:hover {
    opacity: 0.75;
}
#diensten .dienst .image .diensten--carousel-owl .owl-nav .disabled {
    opacity: 0.5 !important;
}
#diensten .dienst .image .diensten--carousel-owl .owl-nav span {
    display: none;
}
#diensten .dienst .image .diensten--carousel-owl .owl-dots {
    position: absolute;
    bottom: 5%;
    width: 100%;
}
#diensten .dienst .image .diensten--carousel-owl .owl-dots .owl-dot {}
#diensten .dienst .image .diensten--carousel-owl .owl-dots .owl-dot span {
    margin: 0 4px;
    background-color: #fff;
}
#diensten .dienst .image .diensten--carousel-owl .owl-dots .owl-dot:hover span {
    background-color: #06565d;
}
#diensten .dienst .image .diensten--carousel-owl .owl-dots .owl-dot.active span {
    background-color: #e84242;
}
#diensten .dienst .text {
    position: relative;
    padding: 15px 30px 75px 30px;
    color: #fff;
    cursor: pointer;
}
#diensten .dienst .text:before {
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    height: 75px;
    content: "";
    background: rgb(232, 66, 66);
    background: linear-gradient(0deg, rgba(232, 66, 66, 1) 0%, rgba(232, 66, 66, 0) 100%);
}
#diensten .dienst .text.active:before {
    content: none;
}
#diensten .dienst .text:after {
    position: absolute;
    bottom: 35px;
    left: 50%;
    width: 30px;
    height: 30px;
    content: "";
    opacity: 1;
    transform: translateX(-50%);
    transition: opacity ease 0.15s;
    background-image: url("../../images/icons/arrow-toggle-down.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
#diensten .dienst .text:hover:after {
    opacity: 0.6;
}
#diensten .dienst .text.active:after {
    transform: translateX(-50%) rotate(180deg);
}
#diensten .dienst .text h2 {
    position: relative;
    left: -30px;
    margin-bottom: 5px;
    width: calc(100% + 60px);
    max-width: none;
}
#diensten .dienst .text .snippet {
    padding-bottom: 0;
    height: 85px;
    overflow: hidden;
    transition: padding ease 0.15s;
}
#diensten .dienst .text.active .snippet {
    padding-bottom: 20px;
    height: auto;
}
#diensten .dienst .text .snippet p:last-of-type, #diensten .dienst .text .snippet ul:last-of-type {
    margin-bottom: 0;
}
#diensten .dienst .text .snippet ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
#diensten .dienst .text .snippet ul li {
    width: 50%;
    list-style-type: disc;
    list-style-position: inside;
}
#diensten .dienst .text p {}
#diensten .dienst .text a {
    color: #fff;
    text-decoration: underline;
}
#diensten .dienst .text a:hover {
    text-decoration: none;
}
/* responsive-ness */
@media screen and (max-width: 600px) {
    /* template: diensten */
    #diensten {
        left: 0;
        margin-top: 20px;
        width: 100%;
    }
    #diensten .dienst {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    #diensten .dienst .text h2 {
        padding: 14px 30px 12px 30px;
        width: calc(100% + 60px);
        font-size: 1.6em;
        line-height: 1.1;
    }
    #diensten .dienst .text h2.kepser-sub-title .stripes {
        width: 28px;
        height: 28px;
    }
    #diensten .dienst .image .diensten--carousel-owl .owl-nav .owl-prev, #diensten .dienst .image .diensten--carousel-owl .owl-nav .owl-next {
        width: 75px;
        background-size: 30px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
}