.elementor-kit-12{--e-global-color-primary:#0D4A92;--e-global-color-secondary:#0D4A92;--e-global-color-text:#717274;--e-global-color-accent:#94C11A;--e-global-color-fc22a41:#94C11A;--e-global-color-bbb6379:#6177B2;--e-global-color-f2471bb:#C4D5F0;--e-global-color-0492b69:#E3EAF8;--e-global-color-16c905c:#94C11A;--e-global-color-da566b9:#CFDF9A;--e-global-color-7618cd7:#FCBE0E;--e-global-color-b6fe8a3:#FFDC91;--e-global-color-efe08e5:#717274;--e-global-color-f6211d5:#BAB9BA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto";--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:400;--e-global-typography-ab05b6a-font-family:"Roboto";--e-global-typography-ab05b6a-font-size:20px;--e-global-typography-ab05b6a-line-height:30px;--e-global-typography-5887d37-font-size:25px;--e-global-typography-5887d37-font-weight:bold;--e-global-typography-5887d37-line-height:30px;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;line-height:25px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-accent );font-weight:bold;text-decoration:none;color:#FFFFFF;border-radius:100px 100px 100px 100px;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-accent );text-decoration:underline;}.elementor-kit-12 a:hover{color:var( --e-global-color-accent );}.elementor-kit-12 h1{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:45px;font-weight:bold;line-height:45px;}.elementor-kit-12 h2{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:30px;font-weight:400;line-height:32px;}.elementor-kit-12 h3{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:23px;font-weight:400;line-height:32px;}.elementor-kit-12 h4{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:14px;font-weight:600;}.elementor-kit-12 h5{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0em;--container-default-padding-right:0em;--container-default-padding-bottom:0em;--container-default-padding-left:0em;}.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);}@media(max-width:991px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-ab05b6a-font-size:16px;--e-global-typography-ab05b6a-line-height:27px;font-size:15px;line-height:19px;}.elementor-kit-12 h1{font-size:31px;line-height:35px;}.elementor-kit-12 h2{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Scroll container */
.table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* soepel scrollen iPhone */
}

/* voorkomt dat kolommen in elkaar geperst worden */
.cert-table {
    min-width: 720px; /* pas aan naar wens */
}

/*
.table-scroll-hint::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
} 
*/

/* fade links (verschijnt pas als je gescrold hebt via JS class — optioneel) */
.table-scroll-hint.scrolled::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
}

.cert-table {
    width: 100%;
    border-collapse: collapse;
   font-family: 'Roboto', Sans-Serif!important;
    border: 1px solid var( --e-global-color-primary );
}



/* standaard cellen */
table td, .cert-table td, table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th {
    border: 1px solid var( --e-global-color-primary )!important;
    padding: 8px 12px!important;
    text-align: left!important;
    color: var( --e-global-color-primary )!important;
    font-family: 'Roboto', sans-serif!important;
}

/* Alle rijen wit houden */
.cert-table tbody tr td {
    background-color: #ffffff;
    color: var( --e-global-color-primary )!important;
}

/* Ook bij frameworks met nth-child stripes (Bootstrap/WP) */
.cert-table tbody tr:nth-child(even) td,
.cert-table tbody tr:nth-child(odd) td {
    background-color: transparent!important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th, table tbody tr:hover>td, table tbody tr:hover>th, tr:hover, td:hover, tbody:hover, table:hover, th:hover, table td:hover, table th:hover  {
    background-color: transparent !important;
}

/* HEADER */
table tbody>tr:nth-child(odd)>th, .cert-table thead th, thead th, table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    background-color: var( --e-global-color-primary )!important;
    color: white!important;
    font-weight: bold!important;
    border-color: var( --e-global-color-primary );
    border-bottom: 3px solid var( --e-global-color-primary )!important; /* 👈 dikkere scheidingslijn */
     font-family: 'Roboto', sans-serif!important;
     text-align: left !important;
    padding: 8px 12px !important;
}

/* HEADER mag nooit hover veranderen */
.cert-table thead tr:hover th,
.cert-table thead th:hover, thead tr:hover th, thead th:hover {
    background-color: var( --e-global-color-primary )!important;
    color: white;
}



p#breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 767px){
p#breadcrumbs {
    margin-right: 20px;
}}

@media (max-width: 767px){
.hero-banner-boog-inner {
    
}}

@media (max-width: 767px){
.herobanner-afbeelding-koptekst h1 {
    font-size: 23px!important;
    line-height: 29px!important;
}}

@media (max-width: 767px){
.cirkel-content {
    border-radius: 0px 0px 32px 32px;
}}

/*========== GRAVITY FORMS ========== */
.gform-theme--foundation .gfield {
    display: flex !important;
    flex-direction: column;
}

.gform_wrapper input[type=date], .gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=search], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper .gform_wrapper input[type=url], .gform_wrapper select, .gform_wrapper textarea {
    border: 0px!important;
}

label.gfield_label.gform-field-label, legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-size: 17px;
    font-weight: normal;
    color: var(--e-global-color-primary) !important;
    font-family: "Roboto", sans-serif;
   display: inline-block !important;
    width: 100%;
    margin-bottom: 8px!important;
}

span.gfield_required {
    margin-left: 2px;
}

div#gfield_description_1_24 {
    margin-left: 0px;
}

.gfield--input-type-html.gfield_html_formatted div {
    font-size: 22px !important;
    color: var(--e-global-color-primary) !important;
    font-weight: bold;
    margin-bottom: -23px !important;
    margin-top: 8px;
}

.gform_button {
    background-color: var(--e-global-color-accent)!important;
    font-weight: bold!important;
    text-decoration: none!important;
    color: #FFFFFF!important;
    border-radius: 100px 100px 100px 100px!important;
    font-size: 18px !important;
    padding: 16px 24px!important;
    border: 0px!important;
}

.gform-theme--foundation .gform_footer.left_label, .gform-theme--foundation .gform_footer.right_label {
        padding-inline-start: 0!important;
}

.gform_wrapper [type=checkbox] {
    border-color: #b5b5b5 !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.gform-theme--foundation .gfield .ginput_password.medium, .gform-theme--foundation .gfield input.medium, .gform-theme--foundation .gfield select.medium {
    inline-size: calc(100% - var(--gf-form-gap-x) / 2)!important;
}

/*========== GRAVITY FORMS EIND ========== */

/*========== CURSUS ========== */
@media (min-width: 992px){
.blauwe-cirkel-cursus {
    width: 200px!important;
    max-width: 200px!important;
    height: 200px!important;
}}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .blauwe-cirkel-cursus {
    width: 180px!important;
    max-width: 180px!important;
    height: 180px!important;
}}

@media (max-width: 767px){
   .blauwe-cirkel-cursus {
    width: 280px!important;
    max-width: 280px!important;
    height: 280px!important;
}}

/*========= CURSUS EIND ========== */

.slide {
    height: 100%;
}
@media (min-width: 992px){
.slide img {
    height: 160px;
    object-fit: cover;
}}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide img {
    height: 240px;
    object-fit: cover;
}}

@media (max-width: 767px){
    .slide img {
    height: 220px;
    object-fit: cover;
}}


@media (max-width: 767px){
.hero-banner-boog {
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--e-global-color-primary) 100%, var(--e-global-color-f2471bb) 100%) !important;
}

.direct-naar-column {
    background: var(--e-global-color-f2471bb);
}  

.groene-boog {
    background: var( --e-global-color-accent )!important;
}
    
}


.elementor-widget-text-editor ul {
    margin-bottom: 16px;
    
}

.direct-naar-column .elementor-icon-list-item a {
    display: flex
;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
    gap: 4px
}








/*======== BLAUWE BOOG ============= */

@media only screen and (min-width: 0px) and (max-width: 991px) {
.blauwe-cirkel-inner {
background-color: transparent;
    background-image: linear-gradient(270deg, var(--e-global-color-primary) 0%, var(--e-global-color-0492b69) 0%);
}}


/*======== BLAUWE BOOG EIND ============= */

.jet-listing-dynamic-link__link {
    justify-content: flex-start!important;
}


.circkel-blauw-groen {
    position: absolute!important;
    left: -392px;
    width: var(--container-widget-width, 419px)!important;
    max-width: 419px!important;
    --container-widget-width: 419px!important;
    --container-widget-flex-grow: 0!important;
    top: -163px!important;
}

h1.entry-title {
    display: none!important;
}

.grecaptcha-badge {
    opacity: 0!important;
}


.aiosrs-rating-wrap {
    display: none;
}

li {
    margin-left: -20px;
}

a {
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
    text-decoration-thickness: inherit;

}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__decorator {
    border: 0px!important;
}

.witte-link a {
    color: white!important;
}

.secundaire-button {
    
}

.witte-button .elementor-button {
    background-color: #FFFFFF;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
}

.swiper-button-disabled {
    display: none !important;
}

@media (min-width: 768px){
.sectie {
    padding: 0 32px;
}}

@media (max-width: 767px){
.sectie {
    padding: 0 20px;
 
}}

a.elementor-element.e-flex.e-con-boxed.e-con.e-parent {
    text-decoration: none !important;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: inherit;
}

@media (max-width: 767px){
.geen-absolute-mobiel {
    position: unset!important;
}}/* End custom CSS */