/* template: duurzaamheid */
.row.duurzaamheid .page_content .left {
    padding-right: 10%;
    width: 60%;
}
.row.duurzaamheid .page_content .images {
    margin-top: 10px;
    width: 40%;
}
.row.duurzaamheid .page_content .images .owl-item {
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.row.duurzaamheid .page_content .images .owl-nav {
    position: relative;
    margin-top: 15px;
    height: 50px;
    pointer-events: none;
    z-index: 1;
}
.row.duurzaamheid .page_content .images .owl-nav .owl-prev, .row.duurzaamheid .page_content .images .owl-nav .owl-next {
    position: absolute;
    margin: 0;
    width: calc(100% / 2 - 75px);
    height: 50px;
    pointer-events: initial;
    background-color: transparent;
    background-size: 50px;
    background-repeat: no-repeat;
}
.row.duurzaamheid .page_content .images .owl-nav .owl-prev span, .row.duurzaamheid .page_content .images .owl-nav .owl-next span {
    font-size: 0;
}
.row.duurzaamheid .page_content .images .owl-nav .owl-prev.disabled, .row.duurzaamheid .page_content .images .owl-nav .owl-next.disabled {
    opacity: 0.25;
}
.row.duurzaamheid .page_content .images .owl-nav .owl-prev {
    left: 0;
    background-image: url("../../images/icons/arrow-owl-duurzaamheid-left.svg");
    background-position: right center;
}
.row.duurzaamheid .page_content .images .owl-nav .owl-next {
    right: 0;
    background-image: url("../../images/icons/arrow-owl-duurzaamheid-right.svg");
    background-position: left center;
}
.row.duurzaamheid .page_content .images .owl-dots {
    position: relative;
    display: flex;
    justify-content: center;
    top: -50px;
    width: 100%;
    height: 50px;
}
.row.duurzaamheid .page_content .images .owl-dots .owl-dot {}
.row.duurzaamheid .page_content .images .owl-dots .owl-dot span {
    opacity: 0.25;
    background-color: #00565d;
}
.row.duurzaamheid .page_content .images .owl-dots .owl-dot.active span {
    opacity: 1;
}
/* responsive-ness */
@media screen and (max-width: 1000px) {
    /* template: duurzaamheid */
    .row.duurzaamheid .page_content .left {
        padding: 0;
        width: 100%;
    }
    .row.duurzaamheid .page_content .images {
        width: 100%;
    }
}