.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bad8a6e:#B2B2B2;--e-global-color-4baf52b:#868686;--e-global-color-a2a3a40:#F9FFF9;--e-global-color-09ff302:#2A2727;--e-global-color-37e6888:#43C63C;--e-global-color-91e000e:#484545;--e-global-color-ae67dbc:#222223;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-a2a3a40 );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.tekst-groen {
  color: var(--e-global-color-accent);
}

body {
  overflow-x: hidden !important; /* Hide horizontal scrollbar */
}

.ti-rating-text,
.ti-rating-text span,
.ti-rating-text strong {
    color: #fff !important;
}

/* =========================
   BASIS
   ========================= */

.sticky-nav {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
}

.sticky-nav > *,
.sticky-nav a,
.sticky-nav .elementor-button {
    flex-shrink: 0 !important;
}

.sticky-nav .elementor-button {
    width: auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
    border-radius: 50px !important;
}


/* =========================
   ICON LIST
   ========================= */

.sticky-nav .elementor-icon-list-items {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.sticky-nav .elementor-icon-list-item {
    flex: 0 0 auto !important;
    width: auto !important;
    white-space: nowrap !important;
}

.sticky-nav .elementor-icon-list-text {
    white-space: nowrap !important;
}


/* =========================
   STICKY ACTIEF
   ========================= */

.sticky-nav.elementor-sticky--active {
    border-radius: 10px !important;
}


/* =========================
   MOBIEL
   ========================= */

@media (max-width: 1024px) {

    .sticky-nav {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: center !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }

    .sticky-nav::-webkit-scrollbar {
        display: none;
    }

    .sticky-nav > * {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: max-content !important;
    }

    .sticky-nav .elementor-widget-icon-list {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: max-content !important;
    }


    /* =========================
       FULL WIDTH ZODRA STICKY
       ========================= */

    .sticky-nav.elementor-sticky--active {
        width: 100vw !important;
        max-width: 100vw !important;

        left: 0 !important;
        right: 0 !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        border-radius: 0 !important;
    }
}/* End custom CSS */