#testimonial {
    background-color: #eff3f5;
}

/* #introtekstDiensten {
    height: 100%;
} */



.contentHoogte {
    height: 100%;
    align-content: stretch;
    display: flex;
    flex-direction: column;
}


#contentHoogte {
    height: 665px;
    align-content: stretch;
    display: flex;
    flex-direction: column;
}

#contentHoogte1 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
}

#lightDarkMode {
    border: none;
    background-color: rgb(85, 85, 177);
}

.breadcrumb-title h1 {
    font-size: 50px;
}

/* Start checkbox styling */

label[for=prefab-nieuwsbrief] {
    line-height: 30px;
}

input[type="checkbox"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid black;
    width: 30px;
    height: 30px;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    transform: scale(0);
    background-color: white;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: scale(0);
    background-color: black;
}

input[type="checkbox"]:checked::after {
    transform: scale(1);
}

/* Eind checkbox styling */

.submit-result * {
    display: none;
}

.submit-result #success {
    color: green;
}

.submit-result #error {
    color: crimson;
}

.header-three .mean-container a.meanmenu-reveal {
    margin-top: -20px;
}

@media (max-width: 990px) {
    .menu-area {
        padding: 40px 0 !important;
    }
}

@media (max-width: 479px) {
    .paginationDiv a {
        margin-bottom: 40px;
    }
}

.blog-content2 {
    width: 100%;
    height: 100%;
}

.pagination .page-item:hover a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(49, 111, 198, 0.2);
    background: #0d6efd;
}

.entryBorderBottom {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 45px;
}

ul.de-bloglist-type-1 li .d-content a:hover p {
    color: #ffffff;
    background-color: transparent;
}

ul.de-bloglist-type-1 li .d-content p {
    color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-info .single-cta {
        width: calc(100% / 3);
        border-bottom: none;
    }
}

h5.titelsliderschaduw {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

h3.titelschaduwlicht {
    text-shadow: 0 1px 3px rgb(255, 255, 255);
}

@media (max-width: 768px) {
    .single-slider.slider-bg::before {
    left: 0;
}
}