.elementor-2430 .elementor-element.elementor-element-6098a73{--display:flex;--min-height:90px;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-2430{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2430 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2430 .dialog-close-button{display:flex;}#elementor-popup-modal-2430 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-76b984e *//* Offcanvas menu container */
.kbk-offcanvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    z-index: 9999;
    box-sizing: border-box;
    padding: 2em 1.5em;
}

/* Logo bovenaan */
.kbk-menu-logo {
    text-align: center;
    margin-bottom: 35px;
}
.kbk-menu-logo img {
    max-width: 100%;
    height: auto;
}

/* Scrollbare menu-items */
.kbk-menu-content {
    flex: 1; /* Neemt alle beschikbare ruimte */
    overflow-y: auto; /* Scrollen bij lange lijsten */
}
.kbk-menu-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.kbk-menu-ul li {
    margin-bottom: 1.5em;
}
.kbk-menu-ul li a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
    color: #143109;
    display: block;
    padding: 0.3em 0;
    transition: all 0.3s ease;
}
.kbk-menu-ul li a:hover {
    color: #AAAE7F;
}

/* Submenu */
.kbk-menu-ul ul.sub-menu {
    display: none;
    margin-left: 1em;
    list-style: none;
}
.kbk-menu-ul ul.sub-menu li a {
    font-size: 30px;
    color: #143109;
    font-weight: 500;
}

/* Toggle pijltje */
.kbk-menu-ul li.menu-item-has-children > a::after {
    content: "▼";
    float: right;
    font-size: 0.8em;
    transition: transform 0.3s;
}
.kbk-menu-ul li.menu-item-has-children.open > a::after {
    transform: rotate(-180deg);
}

/* Profielknop onderaan */
.kbk-profile-button {
    text-align: center;
    padding: 1.5em 0;
    border-top: 1px solid #eee; /* Visuele scheiding */
}
.kbk-profile-button a {
    display: inline-block;
    background-color: #143109;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    padding: 1em 2.5em;
    border-radius: 50px;
    font-size: 28px;
    transition: all 0.3s ease;
}
.kbk-profile-button a:hover {
    background-color: #AAAE7F;
    color: #FFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);/* End custom CSS */