.elementor-106849 .elementor-element.elementor-element-ba4ffb0{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:10px 20px;--row-gap:10px;--column-gap:20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;--z-index:998;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-106849 .elementor-element.elementor-element-5d3c7d8{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-92da5e6 ) 0%, #FFFFFF 100%);border-radius:100% 100% 100% 100%;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);text-align:center;}.elementor-106849 .elementor-element.elementor-element-5d3c7d8 img{width:100%;max-width:100%;height:auto;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-106849 .elementor-element.elementor-element-f6cc8e3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;columns:1;font-family:"Roboto", Sans-serif;font-size:12px;font-weight:500;text-shadow:2px 2px 32px rgba(255, 255, 255, 0.67);}#elementor-popup-modal-106849 .dialog-widget-content{animation-duration:0.8s;background-color:#FFFFFF63;border-style:solid;border-width:1px 1px 1px 1px;border-color:#00000040;border-radius:20px 20px 20px 20px;margin:0px 0px 0px 0px;}#elementor-popup-modal-106849 .dialog-message{width:220px;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-106849{justify-content:flex-end;align-items:flex-end;pointer-events:all;}#elementor-popup-modal-106849 .dialog-close-button{display:flex;}#elementor-popup-modal-106849 .dialog-close-button i{color:var( --e-global-color-20b421a );}#elementor-popup-modal-106849 .dialog-close-button svg{fill:var( --e-global-color-20b421a );}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}#elementor-popup-modal-106849 .dialog-widget-content{margin:0px 20px 20px 0px;}}/* Start custom CSS for container, class: .elementor-element-ba4ffb0 */.pop-up-fonk {
  z-index: 1000;
background: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);           /* Safari support */
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  isolation: isolate;
}/* End custom CSS */
/* Start custom CSS *//* Basis fix voor interactie met website (behouden van vorige oplossing) */
.elementor-popup-modal {
    pointer-events: none !important;
    z-index: 1001 !important; /* Gelijke z-index voor ALLE pop-ups */
}

.elementor-popup-modal .dialog-widget-content {
    pointer-events: auto !important;
    z-index: 1001 !important; /* Zorg dat inhoud op dezelfde laag staat */
}

/* Overlay transparant en niet-blokkerend (optioneel) */
.elementor-popup-modal .dialog-lightbox-bg {
    background: transparent !important;
    pointer-events: none !important;
    z-index: 1000 !important; /* Lager dan pop-ups zelf */
}

/* Verhoog z-index van close-knoppen om ze altijd bereikbaar te maken */
.elementor-popup-modal .dialog-close-button {
    z-index: 1002 !important;
    pointer-events: auto !important;
}

/* Basis reset + transitie */
#elementor-popup-modal-103491,
#elementor-popup-modal-106849 {
    position: fixed !important;
    bottom: 20px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;        /* eerst alles resetten */
    transition: right 0.4s ease, bottom 0.4s ease !important;
    margin: 0 !important;
}

/* Desktop: pop-up 1 altijd in de hoek */
#elementor-popup-modal-103491 {
    right: 20px !important;
}

/* Desktop: pop-up 2 op 340px (alleen ≥768px) */
@media screen and (min-width: 768px) {
    body #elementor-popup-modal-106849 {
        right: 340px !important;
    }
}

/* Als pop-up 1 gesloten is → pop-up 2 naar hoek (alleen desktop) */
@media screen and (min-width: 768px) {
    body #elementor-popup-modal-106849.move-to-corner {
        right: 20px !important;
    }
}

/* MOBIEL: pop-up 2 altijd geforceerd op 20px – super-specifiek! */
@media screen and (max-width: 767px) {
    body #elementor-popup-modal-106849,
    body #elementor-popup-modal-106849.move-to-corner {
        right: 20px !important;
        left: auto !important;
    }
}

/* Extra zekerheid: verwijder inline right volledig op mobiel */
@media screen and (max-width: 767px) {
    #elementor-popup-modal-106849 {
        right: 20px !important;
        transform: none !important;
    }
    #elementor-popup-modal-106849[style*="right"] {
        right: 20px !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-100.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-100italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-300italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-500italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-700italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-900.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.mondomarketing.nl/wp-content/uploads/2024/11/roboto-v32-latin-900italic.woff2') format('woff2');
}
/* End Custom Fonts CSS */