/* --- Basis & Typografie --- */
body {
    line-height: 1.7;
    color: #4d4d4d;
    font-weight: 300;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: "Rubik", sans-serif;
    color: #d46819 !important;
    font-size: 1.5rem !important;
}

h5, .h5 {
    
    font-size: 1.3rem !important;
}
p {
    margin-bottom: 1.5rem !important;
}

a {
    transition: .3s all ease;
    text-decoration: none;
}

    a:hover, .intext:hover {
        text-decoration: underline !important;
        color: #85440A !important;
    }

.blockquote, .quote {
    font-stretch: expanded;
    font-size: 1.1em;
    font-style: italic;
    border-left: 5px solid #e67e22;
    padding: 15px;
    margin: 20px 0;
    
}

/* --- Navigatie (Modern Glass Effect) --- */
.navbar {
    background: rgba(110, 122, 129, 0.65) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.navbar-brand {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.7rem;
    letter-spacing: 1px;
}

.nav-link {
    color: rgba(30,30,30,0.78) !important;
    margin-left: 0.6rem;
}

.cta-button-orange {
    color: #85440A !important;
    text-decoration: none !important;
}

.cta-button-orange:hover
{
    color: white !important;
    text-decoration: none !important;
}
/* --- Contactpagina --- */
.kennismaking {
    background: #85440A;
    color: white
}
.kennismaking h2{
    
    color: white
}
    .kennismaking table {
        background: #e67e22;
    }
/* --- Layout & Secties --- */
.site-wrap {
    position: relative;
}

.masterCol {
    background-image: linear-gradient(#eeeeea, #fefefd, #eeeeea, #fff, #eeeeea);
}

.site-section {
    padding: 4em 0 0 0 !important;
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}

/* --- Hero / Cover Secties --- */
.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 600px;
    height: 100vh;
    display: flex;
    align-items: center;
}

    .site-blocks-cover.overlay {
        position: relative;
    }

        .site-blocks-cover.overlay:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            right: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.4);
        }

    .site-blocks-cover h1 {
        font-size: 4rem;
        font-weight: 300;
        color: #fff;
    }

    .site-blocks-cover p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.5;
    }

        .site-blocks-cover p a:hover {
            color: #fff;
            text-decoration: underline;
        }

@media (max-width: 991.98px) {
    .site-blocks-cover h1 {
        font-size: 2rem;
    }

    .site-blocks-cover .display-1 {
        font-size: 3rem;
    }
}

/* --- Quick Info Blokken --- */
.block-quick-info-2 {
    padding: 2rem 0;
}

    .block-quick-info-2 .block-quick-info-2-inner {
        position: relative;
        z-index: 2;
        padding: 40px 0px 40px 20px;
        background: #fff;
        margin-top: -100px;
        box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, 0.5);
    }

    .block-quick-info-2 .quick-info-2 .icon {
        font-size: 3rem;
        color: #c06334;
    }

    .block-quick-info-2 .quick-info-2 .text .heading {
        color: #000;
        font-weight: 300;
    }

    .block-quick-info-2 .quick-info-2 .text .excerpt {
        color: #b3b3b3;
    }

/* --- Half Content & Cards --- */
.block-half-content-1 .block-half-content-img {
    background-size: cover;
    background-position: center;
    width: 50%;
    padding: 50px;
}

.block-half-content-1 .block-half-content-text {
    width: 50%;
    padding: 100px;
}

@media (max-width: 991.98px) {
    .block-half-content-1 .block-half-content-img,
    .block-half-content-1 .block-half-content-text {
        width: 100%;
    }

    .block-half-content-1 .block-half-content-img {
        height: 300px;
    }

    .block-half-content-1 .block-half-content-text {
        padding: 20px 15px;
    }
}

.block-half-content-1 .block-half-content-text .block-half-content-heading {
    color: #fff;
}

.block-half-content-1 .block-half-content-text .block-half-content-excerpt {
    color: rgba(255, 255, 255, 0.7);
}

.block-half-content-1 .block-counter-1 .number-wrap {
    font-size: 4rem;
    color: #fff;
    text-align: center;
}

.block-half-content-1 .block-counter-1 .block-counter-1-caption {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

/* --- Aanbod / Half wraps --- */
.half-wrap {
    width: 50%;
}

    .half-wrap > .half {
        width: 50%;
    }

@media (max-width: 991.98px) {
    .half-wrap, .half-wrap > .half {
        width: 100%;
    }

        .half-wrap > .half {
            height: 200px;
        }
}

.half-wrap > .half.arrow-right, .half-wrap > .half.arrow-left {
    position: relative;
}

    .half-wrap > .half.arrow-right:after, .half-wrap > .half.arrow-left:after {
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-width: 15px;
        margin-top: -15px;
    }

    .half-wrap > .half.arrow-right:after {
        left: 100%;
        border-left-color: #fff;
    }

    .half-wrap > .half.arrow-left:after {
        right: 100%;
        border-right-color: #fff;
    }

@media (max-width: 767.98px) {
    .half-wrap > .half.arrow-right:after, .half-wrap > .half.arrow-left:after {
        display: none;
    }
}

/* --- Knoppen & Formulieren --- */
.btn {
    border-radius: 0;
    font-size: 14px;
    padding: 18px 30px;
    transition: .3s all ease;
}

.btn-primary {
    background-color: #d46819;
    border-color: #d46819;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}
    .btn-primary:hover {
        text-decoration: none !important;
        background-color: #47728E !important;
        border-color: #47728E !important;
        color: #fff !important;
    }

.btn-outline-primary {
    color: #c06334;
    border: 2px solid #c06334;
}

.call-to-action {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.call-to-action-button {
    background-color: #47728E;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

    .call-to-action-button:hover {
        text-decoration: none !important;
        background-color: #c06334;
        border-color: #c06334 !important;
        color: white !important;
    }

.form-control {
    height: 43px;
    border-radius: 0;
    font-family: "Rubik", sans-serif;
}

/* --- Footer & Mobile Menu --- */
.site-footer {
    padding: 2em;
    background: #fff;
    border-top: 1px solid #edf0f5;
}

    .site-footer p {
        color: #737373;
    }

    .site-footer h2, .site-footer h3 {
        color: #000;
    }

.site-footer-icon {
    font-size: 3rem;
    color: #c06334;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    background: #fff;
    height: 100vh;
    transform: translateX(110%);
    transition: .3s all ease-in-out;
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
}

.offcanvas-menu .site-mobile-menu {
    transform: translateX(0%);
}

/* --- Overige Componenten (Service Cards, Carousel, etc) --- */
.block-services-1 {
    color: #999;
}

    .block-services-1 h3 {
        color: #000;
    }

    .block-services-1 .block-service-1-card .thumbnail-link {
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        display: block;
    }

        .block-services-1 .block-service-1-card .thumbnail-link img {
            transform: scale(1);
            transition: .3s all ease;
        }

    .block-services-1 .block-service-1-card:hover .thumbnail-link img {
        transform: scale(1.05);
    }

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.block-testimony {
    padding: 30px;
    border: 1px solid #efefef;
}

.slide-one-item .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dee2e6;
    display: inline-block;
}

.slide-one-item .owl-dots .owl-dot.active span {
    background: #c06334;
}

.owl-carousel-2, .slide-one-item {
    position: relative;
    z-index: 1;
}

    .owl-carousel-2 .owl-nav, .slide-one-item .owl-nav {
        position: relative;
        /*position: absolute;*/
        /*bottom: -90px;*/
        left: 50%;
        margin: auto ;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .owl-carousel-2 .owl-nav .owl-prev, .owl-carousel-2 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
            position: relative;
            display: inline-block;
            padding: 20px;
            font-size: 30px;
            color: #000;
        }

            .owl-carousel-2 .owl-nav .owl-prev.disabled, .owl-carousel-2 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
                opacity: .2;
            }

    .slide-one-item.home-slider .owl-nav {
        position: absolute !important;
        top: 50% !important;
        bottom: auto !important;
        width: 100%;
    }

@media (max-width: 991.98px) {
    .slide-one-item.home-slider .owl-nav {
        display: none;
    }
}

.slide-one-item.home-slider .owl-prev {
    left: 10px !important;
}

.slide-one-item.home-slider .owl-next {
    right: 10px !important;
}

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    line-height: 0;
    text-align: center;
    font-size: 25px;
}

@media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
        font-size: 25px;
    }
}

.slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: #c06334;
}

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
    opacity: 10;
    visibility: visible;
}

.slide-one-item .owl-dots {
    text-align: center;
}

    .slide-one-item .owl-dots .owl-dot {
        display: inline-block;
        margin: 4px;
    }

        .slide-one-item .owl-dots .owl-dot span {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #dee2e6;
        }

        .slide-one-item .owl-dots .owl-dot.active span {
            background: #c06334;
        }

.kennismaking{

}