/*
Theme Name: Hello Elementor Child
Theme URI: https://www.onlinemonkeys.nl/
Description: Child theme voor Hello Elementor (hello-elementor). Bewaart aanpassingen bij updates.
Author: Online Monkeys
Author URI: https://www.onlinemonkeys.nl/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child-custom
*/

/* -------------------------------------------- */
/* -------------- BEGIN ALGEMEEN -------------- */
/* ---------- BEGIN BINNENKORT ONLINE --------- */
/* ----------------- BEGIN 404 ---------------- */
/* --------------- BEGIN HEADER --------------- */
/* --------------- BEGIN FOOTER --------------- */
/* ------------ BEGIN GRAVITY FORM ------------ */
/* ---------------- BEGIN HOME ---------------- */
/* -------------- BEGIN BERICHTEN ------------- */
/* -------- BEGIN VEELGESTELDE VRAGEN --------- */
/* ------------- BEGIN RESPONSIVE ------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* -------------- BEGIN ALGEMEEN -------------- */
/* -------------------------------------------- */

.hide {
    display: none !important;
}

.admin-only {
    display: none !important;
}

.logged-in .admin-only {
    display: block !important;
}

header > .e-con-boxed.e-parent,
[data-elementor-type="page"] > .e-con-boxed.e-parent,
[data-elementor-type="wp-page"] > .e-con-boxed.e-parent,
[data-elementor-type="error-404"] > .e-con-boxed.e-parent,
[data-elementor-type="single-post"] > .e-con-boxed.e-parent,
[data-elementor-type="archive"] > .e-con-boxed.e-parent,
footer > .e-con-boxed.e-parent {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

input:focus,
input:focus-within,
input:focus-visible,
button:focus,
button:focus-within,
button:focus-visible,
select:focus,
select:focus-within,
select:focus-visible,
a:focus,
a:focus-within,
a:focus-visible {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6, .heading_three {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-wrap: balance;
}

p:first-of-type {
    margin-top: 0px !important;
}

p:last-of-type {
    margin-bottom: 0px !important;
}

.jet-listing-grid a.jet-engine-listing-overlay-link { 
    z-index: 1;
}

.sub-menu li a {
    border-left: none !important;
}

table {
    border-spacing: 0px !important;
}

table.openingstijden_tabel {
    width: 100%;
}

table.openingstijden_tabel tr {

}

table.openingstijden_tabel tr td {
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid blue;
    color: blue;
}

table.openingstijden_tabel tr:first-of-type td {
    padding: 0px 10px 10px 0px;
}

table.openingstijden_tabel tr:last-of-type td {
    padding: 10px 10px 0px 0px;
    border-bottom: none !important;
}

.heading_one .elementor-heading-title {
    font-size: 2.5em;
}

.heading_two .elementor-heading-title {
    font-family: "optima-lt-pro", Sans-serif;
    font-size: 2.25em;
    font-weight: 400;
    line-height: 1.2;
    text-wrap: balance;
}

.heading_three .elementor-heading-title {
    font-family: "optima-lt-pro", Sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.3;
    text-wrap: balance;
}

.subtitel .elementor-heading-title {
    color: var(--e-global-color-primary);
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1;
}

.wf-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wf-word.wf-visible {
    opacity: 1;
    transform: translateY(0);
}

.elementor-button .elementor-button-text {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.elementor-button .elementor-button-text::before {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: top 0.3s ease, opacity 0.3s ease;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.elementor-button .elementor-button-text span {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
}

.elementor-button:hover .elementor-button-text span {
    transform: translateY(-100%);
    opacity: 0;
}

.elementor-button:hover .elementor-button-text::before {
    top: 0;
    opacity: 1;
}

/* Plan jouw kerstmarkt (Bedankt) */
.page-id-927 header,
.page-id-927 footer {
    display: none !important;
}

/* Betreft header met 2 kolommen */
.kms_header_one {

}

.kms_header_one_gallerij {

}

/* Betreft header met 1 kolom */
.kms_header_two {

}

/* Betreft header met voor blogs */
.kms_header_three {

}

.kms_bedrijven {

}

.kms_bedrijven .kms_bedrijven_slider .elementor-widget-image-carousel {
    pointer-events: none;
    border: 1px solid #CBCBCB;
}

.kms_bedrijven .kms_bedrijven_slider .elementor-widget-image-carousel::before,
.kms_bedrijven .kms_bedrijven_slider .elementor-widget-image-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.kms_bedrijven .kms_bedrijven_slider .elementor-widget-image-carousel::before {
    left: 0;
    background: linear-gradient(to right, #ECECEC, transparent);
}

.kms_bedrijven .kms_bedrijven_slider .elementor-widget-image-carousel::after {
    right: 0;
    background: linear-gradient(to left, #ECECEC, transparent);
}

.kms_bedrijven .kms_bedrijven_slider .elementor-widget-image-carousel .swiper-wrapper {
    transition-timing-function: linear !important;
}

.kms_bedrijven .kms_bedrijven_slider .elementor-widget-image-carousel .swiper-wrapper .swiper-slide figure {
    line-height: 0 !important;
}

.kms_gallerij {

}

.kms_werkwijze {

}

.kms_raster .elementor-widget-image-box .elementor-image-box-title {
    margin-bottom: 5px !important;
}

.btn_usp {

}

/* ------------ */
/* Button First */
/* ------------ */
.btn_first a.elementor-button {
    
}

.btn_first a.elementor-button:hover {
    
}

/* ------------- */
/* Button Second */
/* ------------- */
.btn_second a.elementor-button {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: var(--e-global-color-text);
}

.btn_second a.elementor-button:hover {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: var(--e-global-color-text);
}

/* ------------ */
/* Button Three */
/* ------------ */
.btn_three a.elementor-button {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: var(--e-global-color-text);
}

.btn_three a.elementor-button:hover {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: var(--e-global-color-text);
}

/* ----------- */
/* Button Dark */
/* ----------- */
.btn_dark a.elementor-button {
    background-color: var(--e-global-color-text);
    border-color: var(--e-global-color-text);
    color: #ffffff;
}

.btn_dark a.elementor-button:hover {
    background-color: var(--e-global-color-text);
    border-color: var(--e-global-color-text);
    color: #ffffff;
}

/* ------------ */
/* Button Light */
/* ------------ */
.btn_light a.elementor-button {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn_light a.elementor-button:hover {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

/* -------------------------------------------- */
/* --------------- END ALGEMEEN --------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------- BEGIN BINNENKORT ONLINE --------- */
/* -------------------------------------------- */

.elementor-maintenance-mode header,
.elementor-maintenance-mode footer {
    display: none !important;
}

/* -------------------------------------------- */
/* ----------- END BINNENKORT ONLINE ---------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ----------------- BEGIN 404 ---------------- */
/* -------------------------------------------- */

.error404 header,
.error404 footer {
    display: none !important;
}

/* -------------------------------------------- */
/* ------------------ END 404 ----------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* --------------- BEGIN HEADER --------------- */
/* -------------------------------------------- */

.top_bar {

}

.top_bar .top_bar_menu {

}

.header_top {
    
}

.header_top .header_top_logo {

}

.header_top .header_top_logo img {
    transition: .3s all;
    -webkit-transition: .3s all;
}

.header_top .header_top_menu ul li.current-menu-parent > a,
.header_top .header_top_menu ul li.current-menu-item > a {
    font-weight: 700;
}

.header_top .header_top_menu ul.sub-menu {
    font-size: 0.9em;
    padding: 10px 15px;
}

.header_top .header_top_menu ul.sub-menu > li > a {
    border-left: none !important;
}

.header_top .header_top_menu ul.sub-menu > li:first-of-type > a {
    padding-top: 0px !important;
}

.header_top .header_top_menu ul.sub-menu > li:last-of-type > a {
    padding-bottom: 0px !important;
}

.header_top .header_top_icon {

}

.header_breadcrumb {

}

.header_breadcrumb .rank-math-breadcrumb {
    font-size: 12px
}

.header_breadcrumb .rank-math-breadcrumb p {
    color: #8D8D8D;
}

.header_breadcrumb .rank-math-breadcrumb p a {
    color: #8D8D8D;
}

.header_breadcrumb .rank-math-breadcrumb p .separator {
    margin: 0px 5px;
    color: #8D8D8D;
}

.header_breadcrumb .rank-math-breadcrumb p .last {
    color: #ffffff;
    display: inline-block;
    max-width: 50ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

/* ----------- */
/* Sticky menu */
/* ----------- */
.header_top.elementor-sticky--effects {
    background-color: var(--e-global-color-text);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 5px 10px #00000030;
    min-height: 80px;
}

.header_top.elementor-sticky--effects::before {
    content: '';
    background-image: url(/wp-content/uploads/kerstmarktspecialist_pattern_light.svg);
    background-position: top left;
    background-repeat: repeat;
    background-size: 250px auto;
    opacity: 0.15;
}

.header_top.elementor-sticky--effects .header_top_logo img {
    width: 200px !important;
}

/* ----------- */
/* Pop-up menu */
/* ----------- */
.popup_menu {

}

.popup_menu > .dialog-widget-content a.dialog-close-button svg {
    display: none !important;
}

.popup_menu > .dialog-widget-content a.dialog-close-button {
    padding: 0px 0px;
    border-radius: 0px;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
}
  
.popup_menu > .dialog-widget-content a.dialog-close-button::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('/wp-content/uploads/icon_close_dark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.popup_menu_menu {

}

.popup_menu_button {

}

/* -------------------------------------------- */
/* ---------------- END HEADER ---------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* --------------- BEGIN FOOTER --------------- */
/* -------------------------------------------- */

.footer_cta {

}

.footer_top {

}

.footer_top .footer_top_google a {
    text-decoration: underline;
}

.footer_top .footer_top_menu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 10px;
    column-gap: 60px;
}

.footer_top .footer_top_menu ul li a {
    margin: 0 !important;
}

.bottom_bar {
    
}

.bottom_bar .bottom_bar_menu {

}

.bottom_bar .bottom_bar_copyright .copyright {
    color: #8D8D8D;
    font-size: 12px;
}

.bottom_bar .bottom_bar_copyright .copyright a {
    color: #8D8D8D;
    text-decoration: underline;
}

/* -------------------------------------------- */
/* ---------------- END FOOTER ---------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ------------ BEGIN GRAVITY FORM ------------ */
/* -------------------------------------------- */

body .gform_wrapper {
    background-color: #ffffff;
    border-radius: 0px;
    padding: 40px 40px;
}

body .gform_wrapper .gform_heading {
    display: none;
}

body .gform_wrapper .gform_body {

}

body .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: inherit;
    font-size: 14px;
    line-height: inherit;
    color: var(--e-global-color-text);
    margin-bottom: 5px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    color: inherit;
    font-size: inherit;
    padding-inline-start: 0px;
    margin-left: 2px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: 1 !important;
    border-color: var(--e-global-color-text);
    border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    padding: 10px 15px;
    min-height: auto !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input {

}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    resize: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {

}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-radio .gfield_radio {
    display: flex;
    white-space: nowrap;
    column-gap: 20px;
    row-gap: 5px;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-html {
    font-weight: 700;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-html.kms_form_html_margin_top {
    margin-top: 20px;
}

body .gform_wrapper .gform_body .gform_fields .gfield :where(textarea:focus, textarea:focus-within, textarea:focus-visible) {
    outline: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input::placeholder,
body .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder,
body .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
    color: blue;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent {
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: flex-start;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input {
    margin: 0px 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label {
    color: var(--e-global-color-text);
    font-size: 14px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label a {
    color: var(--e-global-color-text);
    text-decoration: underline;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label .gfield_required_asterisk {
    font-size: inherit;
    color: inherit;
}

body .gform_wrapper .gform_footer {
    margin: 20px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    justify-content: flex-start;
}

body .gform_wrapper .gform_footer .gform_button {
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1 !important;
    color: #ffffff;
    background-color: green;
    border-color: green;
    border-width: 1px;
    border-radius: 0px;
    padding: 15px 25px;
    margin-bottom: 0px !important;
    transition: .3s all;
    -webkit-transition: .3s all;
    min-height: auto !important;
    width: 100%;
}

body .gform_wrapper .gform_footer .gform_button:hover {
    color: #ffffff;
    background-color: #006400;
    border-color: #006400;
}

/* ------- */
/* Success */
/* ------- */
body .gform_confirmation_wrapper {
    background: green;
    border: 1px solid green;
    border-radius: 0px;
    padding: 15px 20px;
    text-align: center;
    box-shadow: none;
}

body .gform_confirmation_wrapper .gform_confirmation_message {
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    font-size: 0.9em;
    line-height: inherit;
    text-wrap: balance;
}

/* ----- */
/* Error */
/* ----- */
body .gform_wrapper.gform_validation_error .gform_validation_errors {
    background: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 0px;
    padding: 15px 20px;
    margin-block-start: 0px;
    margin-block-end: 20px;
    text-align: center;
    box-shadow: none;
    outline: none !important;
}

body .gform_wrapper.gform_validation_error .gform_validation_errors h2 {
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    font-size: 0.9em;
    line-height: inherit;
    text-wrap: balance;
}

body .gform_wrapper.gform_validation_error .gform_validation_errors h2 span {
    display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_label {
    color: #ff0000;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error select {
    border: 1px solid #ff0000;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error label {
    color: #ff0000;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_description.gfield_validation_message {
    display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container_consent .gform-field-label,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container_consent .gform-field-label a {
    color: #ff0000;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container_consent .gform-field-label .gfield_required_asterisk {
    color: #ff0000;
}

/* -------------------------------------------- */
/* ------------- END GRAVITY FORM ------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------------- BEGIN HOME ---------------- */
/* -------------------------------------------- */

.home .header_breadcrumb {
    display: none;
}

.home .kms_header_home .kms_header_home_container {
    background-color: #00000030;
    backdrop-filter: blur(10px);
}

/* -------------------------------------------- */
/* ----------------- END HOME ----------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* -------------- BEGIN BERICHTEN ------------- */
/* -------------------------------------------- */

.elementor-widget-jet-smart-filters-checkboxes .jet-checkboxes-list__button {
    transition: .3s all;
    -webkit-transition: .3s all;
}

/* BERICHTEN LISTING */
.berichten_listing {

}

.berichten_listing .berichten_listing_afbeelding {

}

.berichten_listing .berichten_listing_afbeelding > .jet-listing-dynamic-image {
    overflow: hidden;
}

.berichten_listing .berichten_listing_afbeelding .jet-listing-dynamic-image > img {
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.berichten_listing .berichten_listing_categorie .jet-listing-dynamic-terms {
    font-size: 14px;
    line-height: 1;
}

.berichten_listing .berichten_listing_titel .jet-listing-dynamic-field__content {
    font-family: "avenir-lt-pro", Sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4;
    text-wrap: balance;
}

.berichten_listing .jet-engine-listing-overlay-wrap:hover .berichten_listing_afbeelding .jet-listing-dynamic-image > img {
    transform: scale(1.05);
}

/* BERICHTEN SINGLE */
.single-post .header_breadcrumb .rank-math-breadcrumb p a:nth-of-type(3) {
    pointer-events: none;
}

.berichten_single_inhoudsopgave {

}

.berichten_single_inhoudsopgave .elementor-toc__header {

}

.berichten_single_inhoudsopgave .elementor-toc__body .elementor-toc__list-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}

.berichten_single_inhoudsopgave .elementor-toc__body .elementor-toc__list-wrapper .elementor-toc__list-item .elementor-toc__list-item-text-wrapper a.elementor-toc__list-item-text {
    text-wrap: balance;
}

.berichten_single_titel {

}

.berichten_single_titel .jet-listing-dynamic-field__content {
    font-size: 2.25em;
    text-wrap: balance;
}

.berichten_single_introductie {

}

.berichten_single_afbeelding {

}

.berichten_single_alinea {

}

.berichten_single_alinea .jet-listing-dynamic-repeater__items {
    row-gap: 30px;
}

.berichten_single_alinea .elementor-menu-anchor {
    scroll-margin-top: 120px;
}

.berichten_single_alinea .berichten_single_alinea_subtitel {
    font-family: inherit;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px !important;
    text-wrap: balance;
}

.berichten_single_alinea .berichten_single_alinea_tekst {
    display: block !important;
}

.berichten_single_alinea .berichten_single_alinea_tekst p:not(:first-of-type) {
    margin-top: 0px;
}

.berichten_single_alinea .berichten_single_alinea_tekst a {
    text-decoration: underline;
    color: var(--e-global-color-primary);
}

.berichten_single_alinea .berichten_single_alinea_afbeelding {
    margin-top: 40px;
}

.berichten_single_alinea .berichten_single_alinea_afbeelding img {
    border-radius: 0px;   
}

.berichten_single_alinea .berichten_single_alinea_galerij {
    margin-top: 40px;
}

.berichten_single_alinea .berichten_single_alinea_galerij .jet-engine-gallery-grid {

}

.berichten_single_alinea .berichten_single_alinea_galerij .jet-engine-gallery-grid .jet-engine-gallery-grid__item {

}

.berichten_single_alinea .berichten_single_alinea_galerij .jet-engine-gallery-grid .jet-engine-gallery-grid__item img {
    border-radius: 0px;
}

.berichten_single_cta {

}

.berichten_single_cta .berichten_single_cta_titel {

}

.berichten_single_cta .berichten_single_cta_titel .jet-listing-dynamic-field__content {
    text-wrap: balance;
}

.berichten_single_cta .berichten_single_cta_tekst {

}

.berichten_single_cta .berichten_single_cta_tekst .jet-listing-dynamic-field__content {
    text-wrap: balance;
}

.berichten_single_cta .berichten_single_cta_button {

}

/* -------------------------------------------- */
/* --------------- END BERICHTEN -------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* -------- BEGIN VEELGESTELDE VRAGEN --------- */
/* -------------------------------------------- */

.faq_listing .jet-listing-grid__items .jet-listing-grid__item:not(:last-of-type) {
    /* border-bottom: 1px solid blue; */
}

.faq_listing_container {
    cursor: pointer;
    background-color: var(--e-global-color-secondary);
}

.faq_listing_container .faq_listing_vraag {
    
}

.faq_listing_container .faq_listing_vraag .jet-listing-dynamic-field__content {
    padding-right: 40px;
    text-wrap: balance;
}

.faq_listing_container .faq_listing_vraag .jet-listing-dynamic-field__content::after {
    content: '\2b';
    font-family: 'Font Awesome 7 Pro';
    font-weight: 300;
    font-size: 15px;
    width: 25px;
    height: 25px;
    background-color: #CBCBCB;
    color: var( --e-global-color-text );
    border: 1px solid #CBCBCB;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}

.faq_listing_container .faq_listing_antwoord {
    max-height: 0;
    transition: max-height .3s ease, opacity .3s ease;
    -webkit-transition: max-height .3s ease, opacity .3s ease;
    opacity: 0;
    overflow: hidden;
    width: 700px;
}

.faq_listing_container .faq_listing_antwoord .jet-listing-dynamic-field__content {
    
}

.faq_listing_container .faq_listing_antwoord .jet-listing-dynamic-field__content a {
    text-decoration: underline;
    color: var(--e-global-color-accent);
}

/* ------ */
/* Active */
/* ------ */
.faq_listing_container.active {
    background-color: var( --e-global-color-text );
    border-color: var( --e-global-color-text ) !important;
}

.faq_listing_container.active .faq_listing_vraag {

}

.faq_listing_container.active .faq_listing_vraag .jet-listing-dynamic-field__content {
    color: #ffffff;
}

.faq_listing_container.active .faq_listing_antwoord {
    max-height: 500px;
    opacity: 1;
    margin-top: 10px;
}

.faq_listing_container.active .faq_listing_antwoord .jet-listing-dynamic-field__content {
    color: #ffffff;
}

.faq_listing_container.active .faq_listing_vraag .jet-listing-dynamic-field__content::after {
    content: '\f068';
    background-color: #ffffff;
    color: var( --e-global-color-text );
    border: 1px solid #ffffff;
    transform: translateY(-50%) rotate(180deg);
}

/* -------------------------------------------- */
/* --------- END VEELGESTELDE VRAGEN ---------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ------------- BEGIN RESPONSIVE ------------- */
/* -------------------------------------------- */

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1200px) {
    .header_top.elementor-sticky--effects .header_top_logo img {
        width: 200px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .kms_header_one_gallerij .elementor-widget-image > a {
        pointer-events: none;
    }
}

@media only screen and (max-width: 1024px) {
    .berichten_listing .berichten_listing_titel .jet-listing-dynamic-field__content {
        font-size: 1.1em;
    }
    .kms_header_one {
        border-radius: 0px 0px 15px 15px !important;
    }
    .kms_header_one .e-con-inner {
        padding-bottom: 80px !important;
    }
    .kms_header_two {
        border-radius: 0px 0px 15px 15px !important;
    }
     .kms_header_two .e-con-inner {
        padding-bottom: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    .header_top.elementor-sticky--effects .header_top_logo img {
        width: 175px !important;
    }
    .single-post header {
        margin: 0px 0px -140px 0px !important;
    }
    .elementor-lightbox .elementor-lightbox-item {
        padding: 30px 30px !important;
    }
}

@media only screen and (max-width: 640px) {
    body .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-radio .gfield_radio {
        flex-direction: column;
    }
    .footer_top .footer_top_menu ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .header_top.elementor-sticky--effects .header_top_logo img {
        width: 125px !important;
    }
    .footer_top .footer_top_menu ul {
        column-gap: 40px;
    }
}

/* -------------------------------------------- */
/* ------------- BEGIN RESPONSIVE ------------- */
/* -------------------------------------------- */