.knowledge-item-wrapper {
    border-bottom: 5px solid var(--pri-color);
}
.knowledge-item-wrapper .image-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--overlay-color);
    opacity: 0.3;
    z-index: 1;
}

.knowledge-item-wrapper .image-wrapper {
    position: relative;
    overflow: hidden;
    height: 27.3vw;
    width: 100%;

}

.knowledge-item-wrapper .image-wrapper img {
    min-height: 100%;
    object-fit: cover;
}


.knowledge-item-wrapper,
.knowledge-item-wrapper.algemeen {
    --pri-color: var(--pri-blue);
}

.knowledge-item-wrapper.restaurant {
    --pri-color: var(--pri-red);
}

.knowledge-item-wrapper.camping {
    --pri-color: var(--pri-green);
}
.owl-carousel .owl-nav.disabled {
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}

.knowledge-item-wrapper a img {
    scale: 1;
    transition: all 0.3s ease-out;
}

.knowledge-item-wrapper:hover a img {
    scale:1.2;
}

section.activities h2 {
    color: var(--pri-color);
}

.activities .owl-item {
    padding: 0 22px;
}

.knowledge-item-wrapper .overview-title {
    color:#4E4F61;
    font-size: 20px;
    font-family: Zilla Slab;
    background-color: #F2F1EF;
    text-align: center;
    padding: 31px 50px;
    min-height: 124px;
}
.activity-list-wrapper .owl-nav {
    width: 100%;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}

.activity-list-wrapper .owl-nav button.owl-prev {
    left: -21px;
}
.activity-list-wrapper .owl-nav button.owl-next {
    right: -21px;
    background-image: url(../images/icons/slider-next.svg) !important;
}
.activity-list-wrapper .owl-nav button {
    position: absolute;
    width: 25px;
    height: 23px;
    background-image: url(../images/icons/slider-prev.svg) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.activity-list-wrapper .owl-nav button span {
        display: none;
}
.activity-list-wrapper .owl-nav button:focus,
.activity-list-wrapper .owl-nav button:active,
.activity-list-wrapper .owl-nav button,
.no-touch .activity-list-wrapper button:not([disabled]):hover {
    box-shadow: none !important;
}

.search_result { 
    display: grid;
    grid-template-columns: repeat( auto-fit, 16.26vw );
    column-gap: 36px;
    row-gap: 36px;
    margin: 0;
}

.search_result .knowledge-item-wrapper .image-wrapper {
    max-height: 20.32vw;
    position: relative;
    overflow: hidden;
}

.search_result .knowledge-item-wrapper .image-wrapper img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    max-width: unset;
}
.load_more_wrapper {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.filter-section-categories-wrapper {
    margin-bottom: 90px;
}

ul.category-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    list-style: none;
}

ul.category-list li {
    border-radius: 3em;
    font-size: 16px;
    text-transform: none;
    font-family: Zilla Slab;
    padding: 10px 44px;
    line-height: 1;
    color: #ffffff;
    background-color: var(--pri-color);
    margin-right: 13px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

ul.category-list li:hover {
    filter: saturate(1.3) brightness(0.8);
}

ul.category-list li.camping {
    --pri-color: var(--pri-green);
}

ul.category-list li.zaal {
    --pri-color: #ffffff;
    color: var(--text-color);
    border: 1px solid #ffffff;
}

ul.category-list li.algemeen {
    --pri-color: var(--pri-blue);
    border: 1px solid #ffffff;
}

ul.category-list li.alles {
    background-color: transparent;
    text-decoration: underline;
    position: absolute;
    right: 0;
}
