{"id":3505,"date":"2026-02-19T00:28:23","date_gmt":"2026-02-18T23:28:23","guid":{"rendered":"https:\/\/bboosterwold.nl\/?page_id=3505"},"modified":"2026-08-24T14:58:00","modified_gmt":"2026-08-24T12:58:00","slug":"hometest","status":"publish","type":"page","link":"https:\/\/bboosterwold.nl\/","title":{"rendered":"Hometest"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3505\" class=\"elementor elementor-3505\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e24322d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e24322d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-157dbdd\" data-id=\"157dbdd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-200f216 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle\" data-id=\"200f216\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=M1neYutE6Go&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_video_end&quot;:60,&quot;background_play_once&quot;:&quot;yes&quot;,&quot;background_video_start&quot;:10}\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\" role=\"presentation\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bd6db79\" data-id=\"bd6db79\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-498c0bb elementor-widget elementor-widget-html\" data-id=\"498c0bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@500;700&family=DM+Sans:wght@300;400;500&display=swap\" rel=\"stylesheet\" \/>\n\n<style>\n  \/* \u2500\u2500 Reset scoped to our widget only \u2500\u2500 *\/\n  .lpv-wrap *, .lpv-wrap *::before, .lpv-wrap *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/*\n   * KEY FIX: position:absolute + pointer-events:none on the wrapper means\n   * this widget takes up ZERO space in the Elementor column layout,\n   * so the video section keeps its original dimensions.\n   * The form card itself re-enables pointer events.\n   *\/\n  .lpv-wrap {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    pointer-events: none;\n    z-index: 20;\n    font-family: 'DM Sans', sans-serif;\n    \/* Elementor sometimes sets overflow:hidden on sections \u2014 this escapes it *\/\n  }\n\n  .lpv-positioner {\n    position: fixed;\n    top: 50%;\n    left: 40px;\n    width: 260px;\n    pointer-events: auto;\n    overflow: visible;\n    \/* Use margin-top to offset instead of transform so drag JS never has to fight a transform *\/\n    margin-top: -140px; \/* approx half of card height *\/\n  }\n\n\n  .lpv-positioner.lpv-hidden {\n    display: none;\n  }\n\n  \/* \u2500\u2500 Reopen button (shown after close) \u2500\u2500 *\/\n  .lpv-reopen {\n    position: fixed;\n    pointer-events: auto;\n    background: rgba(155,28,28,0.85);\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n    border: 1px solid rgba(255,255,255,0.2);\n    border-radius: 8px;\n    color: #fff;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 500;\n    padding: 8px 14px;\n    cursor: grab;\n    display: none;\n    align-items: center;\n    gap: 6px;\n    z-index: 9999;\n    animation: lpv-fadein 0.3s ease both;\n    user-select: none;\n    -webkit-user-select: none;\n  }\n  .lpv-reopen:active { cursor: grabbing; }\n  .lpv-reopen.show { display: flex; }\n  @keyframes lpv-fadein { from { opacity:0; } to { opacity:1; } }\n\n  \/* \u2500\u2500 Card \u2500\u2500 *\/\n  .lpv-card {\n    background: rgba(155, 28, 28, 0.82);\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 10px;\n    padding: 22px 20px 18px;\n    box-shadow: 0 8px 32px rgba(0,0,0,0.45);\n    position: relative;\n  }\n\n  \/* \u2500\u2500 Close button \u2014 sits top-right OUTSIDE the card \u2500\u2500 *\/\n  .lpv-close {\n    position: absolute;\n    top: -10px;\n    right: -10px;\n    width: 18px;\n    height: 18px;\n    background: rgba(155,28,28,0.95);\n    border: 1px solid rgba(255,255,255,0.35);\n    border-radius: 50%;\n    color: rgba(255,255,255,0.9);\n    font-size: 9px;\n    line-height: 1;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: background 0.2s;\n    font-family: sans-serif;\n    z-index: 5;\n  }\n  .lpv-close:hover { background: rgba(200,40,40,0.95); }\n\n  \/* \u2500\u2500 Drag handle (title bar) \u2500\u2500 *\/\n  .lpv-drag-handle {\n    cursor: grab;\n    user-select: none;\n    -webkit-user-select: none;\n    padding-bottom: 10px;\n    margin-bottom: 4px;\n    border-bottom: 1px solid rgba(255,255,255,0.1);\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 6px;\n  }\n  .lpv-drag-handle:active { cursor: grabbing; }\n  .lpv-drag-dots {\n    display: flex;\n    flex-direction: column;\n    gap: 3px;\n    padding-top: 3px;\n    opacity: 0.35;\n    flex-shrink: 0;\n  }\n  .lpv-drag-dots span {\n    display: flex;\n    gap: 3px;\n  }\n  .lpv-drag-dots span::before,\n  .lpv-drag-dots span::after {\n    content: '';\n    width: 3px; height: 3px;\n    background: #fff;\n    border-radius: 50%;\n    display: block;\n  }\n  .lpv-positioner.lpv-dragging {\n    transition: none !important;\n    animation: none !important;\n    transform: none !important;\n  }\n\n  .lpv-title {\n    font-family: 'Oswald', sans-serif !important;\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #fff !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.06em !important;\n    line-height: 1.3 !important;\n    margin-bottom: 0 !important;\n    padding-right: 0 !important;\n    flex: 1 !important;\n  }\n\n  .lpv-label {\n    display: block !important;\n    font-size: 11px !important;\n    font-weight: 500 !important;\n    color: rgba(255,255,255,0.75) !important;\n    margin-top: 12px !important;\n    margin-bottom: 5px !important;\n    letter-spacing: 0.04em !important;\n    text-transform: none !important;\n  }\n\n  .lpv-card input[type=\"email\"] {\n    width: 100% !important;\n    background: rgba(255,255,255,0.95) !important;\n    border: none !important;\n    border-radius: 5px !important;\n    padding: 9px 11px !important;\n    font-size: 13px !important;\n    font-family: 'DM Sans', sans-serif !important;\n    color: #1a1a1a !important;\n    outline: none !important;\n    transition: box-shadow 0.2s !important;\n    -webkit-appearance: none !important;\n    margin-bottom: 10px !important;\n    box-shadow: none !important;\n  }\n  .lpv-card input[type=\"email\"]:focus {\n    box-shadow: 0 0 0 2px rgba(255,255,255,0.6) !important;\n  }\n  .lpv-card input[type=\"email\"].lpv-error {\n    box-shadow: 0 0 0 2px rgba(255,120,120,0.8) !important;\n  }\n  .lpv-card input[type=\"email\"]::placeholder { color: #999 !important; }\n\n  \/* \u2500\u2500 Consent \u2500\u2500 *\/\n  .lpv-consent {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    margin-bottom: 12px;\n  }\n  .lpv-consent input[type=\"checkbox\"] {\n    width: 14px !important;\n    height: 14px !important;\n    min-width: 14px !important;\n    margin-top: 2px !important;\n    border: 1px solid rgba(255,255,255,0.5) !important;\n    border-radius: 3px !important;\n    background: transparent !important;\n    appearance: none !important;\n    -webkit-appearance: none !important;\n    cursor: pointer !important;\n    display: grid !important;\n    place-items: center !important;\n    padding: 0 !important;\n    transition: background 0.15s !important;\n  }\n  .lpv-consent input[type=\"checkbox\"]:checked {\n    background: #3A5A1C !important;\n    border-color: #3A5A1C !important;\n  }\n  .lpv-consent input[type=\"checkbox\"]:checked::after {\n    content: '';\n    width: 4px; height: 7px;\n    border: 1.5px solid #fff;\n    border-top: none; border-left: none;\n    transform: rotate(45deg) translateY(-1px);\n    display: block;\n  }\n  .lpv-consent label {\n    font-size: 10px !important;\n    color: rgba(255,255,255,0.7) !important;\n    line-height: 1.45 !important;\n    cursor: pointer !important;\n    text-transform: none !important;\n    letter-spacing: 0 !important;\n  }\n  .lpv-consent label a { color: rgba(255,255,255,0.9); text-decoration: underline; }\n\n  \/* \u2500\u2500 Errors \u2500\u2500 *\/\n  .lpv-field-error {\n    font-size: 10px;\n    color: #ffaaaa;\n    margin-top: -6px;\n    margin-bottom: 8px;\n    display: none;\n  }\n  .lpv-field-error.show { display: block; }\n  .lpv-global-error {\n    font-size: 10px;\n    color: #ffaaaa;\n    background: rgba(0,0,0,0.2);\n    border-radius: 4px;\n    padding: 6px 8px;\n    margin-top: 12px;\n    margin-bottom: 8px;\n    display: none;\n    line-height: 1.4;\n  }\n  .lpv-global-error.show { display: block; }\n\n  \/* \u2500\u2500 Submit button \u2500\u2500 *\/\n  .lpv-card button[type=\"submit\"] {\n    width: 100% !important;\n    background: #3A5A1C !important;\n    color: #fff !important;\n    font-family: 'DM Sans', sans-serif !important;\n    font-size: 13px !important;\n    font-weight: 500 !important;\n    border: none !important;\n    border-radius: 5px !important;\n    padding: 10px !important;\n    cursor: pointer !important;\n    letter-spacing: 0.04em !important;\n    transition: background 0.2s, transform 0.15s !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    gap: 7px !important;\n  }\n  .lpv-card button[type=\"submit\"]:hover:not(:disabled) {\n    background: #4a7022 !important;\n    transform: translateY(-1px) !important;\n  }\n  .lpv-card button[type=\"submit\"]:disabled { opacity: 0.6 !important; cursor: not-allowed !important; }\n\n  .lpv-spinner {\n    width: 13px; height: 13px;\n    border: 2px solid rgba(255,255,255,0.3);\n    border-top-color: #fff;\n    border-radius: 50%;\n    animation: lpv-spin 0.6s linear infinite;\n    display: none;\n  }\n  @keyframes lpv-spin { to { transform: rotate(360deg); } }\n  .lpv-loading .lpv-spinner { display: block; }\n\n  \/* \u2500\u2500 Success \u2500\u2500 *\/\n  .lpv-success { display: none; text-align: center; padding: 8px 0 4px; }\n  .lpv-success.show { display: block; animation: lpv-successIn 0.4s cubic-bezier(0.16,1,0.3,1) both; }\n  @keyframes lpv-successIn {\n    from { opacity: 0; transform: scale(0.92); }\n    to   { opacity: 1; transform: scale(1); }\n  }\n  .lpv-form-inner.hidden { display: none; }\n\n  .lpv-success-icon {\n    width: 52px; height: 52px;\n    border-radius: 50%;\n    background: #3A5A1C;\n    border: 2px solid rgba(255,255,255,0.4);\n    display: flex; align-items: center; justify-content: center;\n    margin: 0 auto 12px;\n    font-size: 24px;\n    box-shadow: 0 0 0 6px rgba(58,90,28,0.25);\n  }\n  .lpv-success h3 {\n    font-family: 'Oswald', sans-serif !important;\n    font-size: 16px !important;\n    font-weight: 700 !important;\n    color: #fff !important;\n    margin-bottom: 8px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.06em !important;\n  }\n  .lpv-success p {\n    font-size: 12px;\n    color: rgba(255,255,255,0.85);\n    line-height: 1.55;\n    margin-bottom: 14px;\n  }\n  .lpv-success-close {\n    display: inline-block;\n    background: rgba(255,255,255,0.15);\n    border: 1px solid rgba(255,255,255,0.3);\n    border-radius: 6px;\n    color: #fff;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 500;\n    padding: 7px 16px;\n    cursor: pointer;\n    transition: background 0.2s;\n  }\n  .lpv-success-close:hover { background: rgba(255,255,255,0.25); }\n\n  \/* \u2500\u2500 Tablet (768px and below) \u2500\u2500 *\/\n  @media (max-width: 768px) {\n    .lpv-positioner {\n      position: fixed !important;\n      top: auto !important;\n      bottom: 20px !important;\n      left: calc(50% - 190px) !important;\n      right: auto !important;\n      transform: none !important;\n      width: 380px !important;\n      max-width: calc(100vw - 24px) !important;\n    }\n    .lpv-reopen {\n      position: fixed !important;\n      top: auto !important;\n      bottom: 20px !important;\n      left: calc(50% - 60px) !important;\n      transform: none !important;\n    }\n    .lpv-card {\n      padding: 18px 16px 16px !important;\n    }\n    .lpv-title {\n      font-size: 13px !important;\n    }\n  }\n\n  \/* \u2500\u2500 Mobile (480px and below) \u2500\u2500 *\/\n  @media (max-width: 480px) {\n    .lpv-positioner {\n      position: fixed !important;\n      bottom: 12px !important;\n      left: 12px !important;\n      right: 12px !important;\n      width: auto !important;\n      max-width: 100% !important;\n      transform: none !important;\n    }\n    .lpv-reopen {\n      position: fixed !important;\n      bottom: 12px !important;\n      left: calc(50% - 55px) !important;\n      transform: none !important;\n    }\n    .lpv-card {\n      padding: 16px 14px 14px !important;\n      border-radius: 8px !important;\n    }\n    .lpv-title {\n      font-size: 12px !important;\n      margin-bottom: 10px !important;\n    }\n    .lpv-card input[type=\"email\"] {\n      font-size: 16px !important;\n      padding: 11px 11px !important;\n    }\n    .lpv-card button[type=\"submit\"] {\n      font-size: 14px !important;\n      padding: 12px !important;\n    }\n    .lpv-consent label {\n      font-size: 11px !important;\n    }\n    .lpv-reopen {\n      bottom: 12px !important;\n      font-size: 11px !important;\n      padding: 7px 12px !important;\n    }\n  }\n<\/style>\n\n<div class=\"lpv-wrap\" id=\"lpvWrap\">\n\n  <!-- Reopen button (shown after close) -->\n  <button class=\"lpv-reopen\" id=\"lpvReopen\">\n    \u2709 <span id=\"lpvReopenLabel\">Newsletter<\/span>\n  <\/button>\n\n  <div class=\"lpv-positioner\" id=\"lpvPositioner\">\n    <div class=\"lpv-card\">\n\n      <!-- Close button top-right -->\n      <button class=\"lpv-close\" onclick=\"lpvClose()\" title=\"Close\">\u2715<\/button>\n\n      <!-- FORM -->\n      <div class=\"lpv-form-inner\" id=\"lpvFormInner\">\n        <div class=\"lpv-drag-handle\" id=\"lpvDragHandle\">\n          <p class=\"lpv-title\" id=\"lpvTitle\">Stay up to date with our latest news!<\/p>\n          <div class=\"lpv-drag-dots\"><span><\/span><span><\/span><span><\/span><\/div>\n        <\/div>\n        <div class=\"lpv-global-error\" id=\"lpvGlobalErr\"><\/div>\n        <form id=\"lpvForm\" novalidate>\n          <label class=\"lpv-label\" for=\"lpvEmail\" id=\"lpvEmailLabel\">Email address <span style=\"color:#ffaaaa\">*<\/span><\/label>\n          <input type=\"email\" id=\"lpvEmail\" autocomplete=\"email\" required \/>\n          <div class=\"lpv-field-error\" id=\"lpvEmailErr\">\u2014<\/div>\n          <div class=\"lpv-consent\">\n            <input type=\"checkbox\" id=\"lpvConsent\" \/>\n            <label for=\"lpvConsent\" id=\"lpvConsentLabel\">I agree to receive the newsletter and the <a href=\"#\" target=\"_blank\" id=\"lpvPrivacyLink\">privacy policy<\/a>.<\/label>\n          <\/div>\n          <div class=\"lpv-field-error\" id=\"lpvConsentErr\" style=\"margin-top:-8px;margin-bottom:10px;\">\u2014<\/div>\n          <button type=\"submit\" id=\"lpvSubmit\">\n            <div class=\"lpv-spinner\"><\/div>\n            <span id=\"lpvBtnText\">To enrol<\/span>\n          <\/button>\n        <\/form>\n      <\/div>\n\n      <!-- SUCCESS -->\n      <div class=\"lpv-success\" id=\"lpvSuccess\">\n        <div class=\"lpv-success-icon\">\u2713<\/div>\n        <h3 id=\"lpvSuccessTitle\">Almost done!<\/h3>\n        <p id=\"lpvSuccessMsg\">Check your inbox and click the confirmation link to complete your enrolment.<\/p>\n        <button class=\"lpv-success-close\" id=\"lpvSuccessClose\">OK, close \u2715<\/button>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n  \/* \u2500\u2500 Translations \u2500\u2500 *\/\n  var T = {\n    en: {\n      title: 'Stay up to date with our latest news!',\n      emailLabel: 'Email address',\n      placeholder: 'your@email.com',\n      consentText: 'I agree to receive the newsletter and the {privacy}.',\n      privacyWord: 'privacy policy',\n      btn: 'To enrol',\n      emailErr: 'Please enter a valid email address.',\n      consentErr: 'You must agree to continue.',\n      serverErr: 'Something went wrong. Please try again.',\n      connErr: 'Connection error. Please check your internet.',\n      successTitle: '\u2713 Successfully registered!',\n      successMsg: 'Thank you! Check your inbox and click the confirmation link to complete your enrolment.',\n      successClose: 'Close \u2715',\n      reopen: 'Newsletter'\n    },\n    nl: {\n      title: 'Blijf op de hoogte van ons laatste nieuws!',\n      emailLabel: 'E-mailadres',\n      placeholder: 'jij@voorbeeld.nl',\n      consentText: 'Ik ga akkoord met de nieuwsbrief en het {privacy}.',\n      privacyWord: 'privacybeleid',\n      btn: 'Aanmelden',\n      emailErr: 'Vul een geldig e-mailadres in.',\n      consentErr: 'Je moet akkoord gaan om door te gaan.',\n      serverErr: 'Er is een fout opgetreden. Probeer het opnieuw.',\n      connErr: 'Verbindingsfout. Controleer je internetverbinding.',\n      successTitle: '\u2713 Succesvol aangemeld!',\n      successMsg: 'Bedankt! Controleer je inbox en klik op de bevestigingslink om je aanmelding te voltooien.',\n      successClose: 'Sluiten \u2715',\n      reopen: 'Nieuwsbrief'\n    },\n    fr: {\n      title: 'Restez inform\u00e9 de nos derni\u00e8res actualit\u00e9s !',\n      emailLabel: 'Adresse e-mail',\n      placeholder: 'vous@exemple.fr',\n      consentText: \"J'accepte de recevoir la newsletter et la {privacy}.\",\n      privacyWord: 'politique de confidentialit\u00e9',\n      btn: \"S'inscrire\",\n      emailErr: 'Veuillez entrer une adresse e-mail valide.',\n      consentErr: 'Vous devez accepter pour continuer.',\n      serverErr: 'Une erreur est survenue. Veuillez r\u00e9essayer.',\n      connErr: 'Erreur de connexion. V\u00e9rifiez votre internet.',\n      successTitle: '\u2713 Inscription r\u00e9ussie !',\n      successMsg: 'Merci ! V\u00e9rifiez votre bo\u00eete de r\u00e9ception et cliquez sur le lien de confirmation.',\n      successClose: 'Fermer \u2715',\n      reopen: 'Newsletter'\n    },\n    de: {\n      title: 'Bleiben Sie \u00fcber unsere neuesten Nachrichten informiert!',\n      emailLabel: 'E-Mail-Adresse',\n      placeholder: 'sie@beispiel.de',\n      consentText: 'Ich stimme dem Erhalt des Newsletters und der {privacy} zu.',\n      privacyWord: 'Datenschutzrichtlinie',\n      btn: 'Anmelden',\n      emailErr: 'Bitte g\u00fcltige E-Mail-Adresse eingeben.',\n      consentErr: 'Sie m\u00fcssen zustimmen, um fortzufahren.',\n      serverErr: 'Ein Fehler ist aufgetreten. Bitte erneut versuchen.',\n      connErr: 'Verbindungsfehler. Bitte Internetverbindung pr\u00fcfen.',\n      successTitle: '\u2713 Erfolgreich angemeldet!',\n      successMsg: 'Danke! Pr\u00fcfen Sie Ihren Posteingang und klicken Sie auf den Best\u00e4tigungslink.',\n      successClose: 'Schlie\u00dfen \u2715',\n      reopen: 'Newsletter'\n    },\n    es: {\n      title: '\u00a1Mant\u00e9ngase al d\u00eda con nuestras \u00faltimas noticias!',\n      emailLabel: 'Correo electr\u00f3nico',\n      placeholder: 'usted@ejemplo.es',\n      consentText: 'Acepto recibir el bolet\u00edn y la {privacy}.',\n      privacyWord: 'pol\u00edtica de privacidad',\n      btn: 'Inscribirse',\n      emailErr: 'Por favor, ingrese un correo electr\u00f3nico v\u00e1lido.',\n      consentErr: 'Debe aceptar para continuar.',\n      serverErr: 'Ocurri\u00f3 un error. Por favor, int\u00e9ntelo de nuevo.',\n      connErr: 'Error de conexi\u00f3n. Verifique su internet.',\n      successTitle: '\u2713 \u00a1Registrado con \u00e9xito!',\n      successMsg: '\u00a1Gracias! Revise su bandeja de entrada y haga clic en el enlace de confirmaci\u00f3n.',\n      successClose: 'Cerrar \u2715',\n      reopen: 'Bolet\u00edn'\n    },\n    pt: {\n      title: 'Fique por dentro das nossas \u00faltimas novidades!',\n      emailLabel: 'Endere\u00e7o de e-mail',\n      placeholder: 'voce@exemplo.com.br',\n      consentText: 'Concordo em receber a newsletter e a {privacy}.',\n      privacyWord: 'pol\u00edtica de privacidade',\n      btn: 'Inscrever-se',\n      emailErr: 'Por favor, insira um endere\u00e7o de e-mail v\u00e1lido.',\n      consentErr: 'Voc\u00ea deve concordar para continuar.',\n      serverErr: 'Ocorreu um erro. Por favor, tente novamente.',\n      connErr: 'Erro de conex\u00e3o. Verifique sua internet.',\n      successTitle: '\u2713 Cadastro realizado!',\n      successMsg: 'Obrigado! Verifique sua caixa de entrada e clique no link de confirma\u00e7\u00e3o.',\n      successClose: 'Fechar \u2715',\n      reopen: 'Newsletter'\n    },\n    it: {\n      title: 'Rimani aggiornato sulle nostre ultime notizie!',\n      emailLabel: 'Indirizzo e-mail',\n      placeholder: 'tu@esempio.it',\n      consentText: 'Accetto di ricevere la newsletter e la {privacy}.',\n      privacyWord: 'politica sulla privacy',\n      btn: 'Iscriviti',\n      emailErr: 'Inserisci un indirizzo e-mail valido.',\n      consentErr: 'Devi accettare per continuare.',\n      serverErr: 'Si \u00e8 verificato un errore. Riprova.',\n      connErr: 'Errore di connessione. Controlla la tua connessione.',\n      successTitle: '\u2713 Iscrizione completata!',\n      successMsg: 'Grazie! Controlla la tua casella di posta e clicca sul link di conferma.',\n      successClose: 'Chiudi \u2715',\n      reopen: 'Newsletter'\n    },\n    ar: {\n      title: '\u0627\u0628\u0642 \u0639\u0644\u0649 \u0627\u0637\u0644\u0627\u0639 \u0628\u0622\u062e\u0631 \u0623\u062e\u0628\u0627\u0631\u0646\u0627!',\n      emailLabel: '\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a',\n      placeholder: 'you@example.com',\n      consentText: '\u0623\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u062a\u0644\u0642\u064a \u0627\u0644\u0646\u0634\u0631\u0629 \u0627\u0644\u0625\u062e\u0628\u0627\u0631\u064a\u0629 \u0648{privacy}.',\n      privacyWord: '\u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629',\n      btn: '\u0627\u0634\u062a\u0631\u0643',\n      emailErr: '\u064a\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0635\u0627\u0644\u062d.',\n      consentErr: '\u064a\u062c\u0628 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629.',\n      serverErr: '\u062d\u062f\u062b \u062e\u0637\u0623. \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.',\n      connErr: '\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644. \u064a\u0631\u062c\u0649 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a.',\n      successTitle: '\u2713 \u062a\u0645 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0628\u0646\u062c\u0627\u062d!',\n      successMsg: '\u0634\u0643\u0631\u0627\u064b! \u062a\u062d\u0642\u0642 \u0645\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0648\u0627\u0631\u062f \u0648\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0631\u0627\u0628\u0637 \u0627\u0644\u062a\u0623\u0643\u064a\u062f.',\n      successClose: '\u0625\u063a\u0644\u0627\u0642 \u2715',\n      reopen: '\u0627\u0644\u0646\u0634\u0631\u0629'\n    },\n    zh: {\n      title: '\u968f\u65f6\u4e86\u89e3\u6211\u4eec\u7684\u6700\u65b0\u52a8\u6001\uff01',\n      emailLabel: '\u7535\u5b50\u90ae\u4ef6\u5730\u5740',\n      placeholder: 'your@email.com',\n      consentText: '\u6211\u540c\u610f\u63a5\u6536\u65b0\u95fb\u901a\u8baf\u53ca{privacy}\u3002',\n      privacyWord: '\u9690\u79c1\u653f\u7b56',\n      btn: '\u8ba2\u9605',\n      emailErr: '\u8bf7\u8f93\u5165\u6709\u6548\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002',\n      consentErr: '\u60a8\u5fc5\u987b\u540c\u610f\u624d\u80fd\u7ee7\u7eed\u3002',\n      serverErr: '\u51fa\u73b0\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002',\n      connErr: '\u8fde\u63a5\u9519\u8bef\uff0c\u8bf7\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u3002',\n      successTitle: '\u2713 \u8ba2\u9605\u6210\u529f\uff01',\n      successMsg: '\u8c22\u8c22\uff01\u8bf7\u67e5\u770b\u60a8\u7684\u6536\u4ef6\u7bb1\u5e76\u70b9\u51fb\u786e\u8ba4\u94fe\u63a5\u5b8c\u6210\u8ba2\u9605\u3002',\n      successClose: '\u5173\u95ed \u2715',\n      reopen: '\u8ba2\u9605'\n    },\n    ja: {\n      title: '\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u304a\u5c4a\u3051\u3057\u307e\u3059\uff01',\n      emailLabel: '\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9',\n      placeholder: 'your@email.com',\n      consentText: '\u30cb\u30e5\u30fc\u30b9\u30ec\u30bf\u30fc\u3068{privacy}\u306b\u540c\u610f\u3057\u307e\u3059\u3002',\n      privacyWord: '\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc',\n      btn: '\u767b\u9332\u3059\u308b',\n      emailErr: '\u6709\u52b9\u306a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002',\n      consentErr: '\u7d9a\u3051\u308b\u306b\u306f\u540c\u610f\u304c\u5fc5\u8981\u3067\u3059\u3002',\n      serverErr: '\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002',\n      connErr: '\u63a5\u7d9a\u30a8\u30e9\u30fc\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u63a5\u7d9a\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002',\n      successTitle: '\u2713 \u767b\u9332\u5b8c\u4e86\uff01',\n      successMsg: '\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff01\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u3092\u78ba\u8a8d\u3057\u3001\u78ba\u8a8d\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002',\n      successClose: '\u9589\u3058\u308b \u2715',\n      reopen: '\u30cb\u30e5\u30fc\u30b9\u30ec\u30bf\u30fc'\n    }\n  };\n\n  \/* Country \u2192 language mapping *\/\n  var countryLang = {\n    NL:'nl', BE:'nl', SR:'nl',\n    FR:'fr', MC:'fr', LU:'fr', CH:'fr', CD:'fr', CI:'fr', SN:'fr', CM:'fr', MG:'fr', BF:'fr', ML:'fr', NE:'fr', TD:'fr', GN:'fr', BJ:'fr', BI:'fr', TG:'fr', RW:'fr', CF:'fr', DJ:'fr', KM:'fr', SC:'fr', MU:'fr', GA:'fr', GQ:'fr', MR:'fr',\n    DE:'de', AT:'de', LI:'de',\n    ES:'es', MX:'es', AR:'es', CO:'es', CL:'es', PE:'es', VE:'es', EC:'es', GT:'es', CU:'es', BO:'es', DO:'es', HN:'es', PY:'es', SV:'es', NI:'es', CR:'es', PA:'es', UY:'es', GQ:'es',\n    PT:'pt', BR:'pt', AO:'pt', MZ:'pt', CV:'pt', GW:'pt', ST:'pt', TL:'pt',\n    IT:'it', SM:'it', VA:'it',\n    SA:'ar', AE:'ar', EG:'ar', IQ:'ar', SY:'ar', JO:'ar', LB:'ar', KW:'ar', QA:'ar', BH:'ar', OM:'ar', YE:'ar', LY:'ar', TN:'ar', DZ:'ar', MA:'ar', MR:'ar', SD:'ar', SO:'ar', KM:'ar', DJ:'ar',\n    CN:'zh', TW:'zh', HK:'zh', MO:'zh', SG:'zh',\n    JP:'ja'\n  };\n\n  var API_KEY = 'YwVC7m29ZNavbsACy3QC'; \/\/ Laposta: Settings \u2192 API \u2192 your API key\n  var LIST_ID = 'pzstadfzzq';          \/\/ Laposta: Subscribers \u2192 your list \u2192 ID in the URL\n  var lang    = T.en; \/\/ default\n  var visitorIp = ''; \/\/ filled in by ipapi call below\n\n  function applyLang(l) {\n    lang = T[l] || T.en;\n    document.getElementById('lpvTitle').textContent = lang.title;\n    document.getElementById('lpvEmailLabel').innerHTML = lang.emailLabel + ' <span style=\"color:#ffaaaa\">*<\/span>';\n    document.getElementById('lpvEmail').placeholder = lang.placeholder;\n    document.getElementById('lpvBtnText').textContent = lang.btn;\n    document.getElementById('lpvReopenLabel').textContent = lang.reopen;\n    \/\/ Consent with privacy link\n    var cl = document.getElementById('lpvConsentLabel');\n    cl.innerHTML = lang.consentText.replace('{privacy}', '<a href=\"#\" target=\"_blank\" id=\"lpvPrivacyLink\">' + lang.privacyWord + '<\/a>');\n  }\n\n  \/* Detect country + IP via ipapi.co *\/\n  fetch('https:\/\/ipapi.co\/json\/')\n    .then(function(r){ return r.json(); })\n    .then(function(d){\n      visitorIp = d.ip || '';\n      var cc = (d.country_code || '').toUpperCase();\n      var l  = countryLang[cc] || 'en';\n      applyLang(l);\n      \/\/ RTL for Arabic\n      if (l === 'ar') {\n        document.querySelector('.lpv-card').style.direction = 'rtl';\n        document.querySelector('.lpv-close').style.cssText += 'right:auto;left:8px;';\n      }\n    })\n    .catch(function(){ applyLang('en'); });\n\n  \/* \u2500\u2500 Form logic \u2500\u2500 *\/\n  var form       = document.getElementById('lpvForm');\n  var submitBtn  = document.getElementById('lpvSubmit');\n  var globalErr  = document.getElementById('lpvGlobalErr');\n  var formInner  = document.getElementById('lpvFormInner');\n  var successView = document.getElementById('lpvSuccess');\n\n  function showErr(id, msg) { var el=document.getElementById(id); el.textContent=msg; el.classList.add('show'); }\n  function clearErr(id) { document.getElementById(id).classList.remove('show'); }\n  function markInput(id,h){ var el=document.getElementById(id); if(el) el.classList.toggle('lpv-error',h); }\n  function setLoading(s){ submitBtn.disabled=s; submitBtn.classList.toggle('lpv-loading',s); }\n\n  function validate(){\n    var ok=true;\n    var email=document.getElementById('lpvEmail').value.trim();\n    if(!email||!\/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/.test(email)){\n      showErr('lpvEmailErr', lang.emailErr); markInput('lpvEmail',true); ok=false;\n    } else { clearErr('lpvEmailErr'); markInput('lpvEmail',false); }\n    if(!document.getElementById('lpvConsent').checked){\n      showErr('lpvConsentErr', lang.consentErr); ok=false;\n    } else { clearErr('lpvConsentErr'); }\n    return ok;\n  }\n\n  document.getElementById('lpvEmail').addEventListener('input', function(){ clearErr('lpvEmailErr'); markInput('lpvEmail',false); });\n  document.getElementById('lpvConsent').addEventListener('change', function(){ clearErr('lpvConsentErr'); });\n\n  form.addEventListener('submit', function(e){\n    e.preventDefault();\n    globalErr.classList.remove('show');\n    if(!validate()) return;\n    setLoading(true);\n    var email = document.getElementById('lpvEmail').value.trim();\n    fetch('https:\/\/api.laposta.nl\/v2\/member', {\n      method: 'POST',\n      headers: {\n        'Content-Type': 'application\/json',\n        'Authorization': 'Basic ' + btoa(API_KEY + ':')\n      },\n      body: JSON.stringify({ list_id: LIST_ID, email: email, ip: visitorIp })\n    })\n    .then(function(r){ return r.json().then(function(d){ return {ok:r.ok,data:d}; }); })\n    .then(function(res){\n      if(res.ok){\n        formInner.classList.add('hidden');\n        successView.classList.add('show');\n        document.getElementById('lpvSuccessTitle').textContent = lang.successTitle;\n        document.getElementById('lpvSuccessMsg').textContent   = lang.successMsg;\n        document.getElementById('lpvSuccessClose').textContent = lang.successClose;\n        \/\/ Close button hides the whole card\n        document.getElementById('lpvSuccessClose').onclick = function(){\n          var pos = document.getElementById('lpvPositioner');\n          pos.style.transition = 'opacity 0.4s ease';\n          pos.style.opacity    = '0';\n          setTimeout(function(){ pos.style.display = 'none'; }, 420);\n        };\n      } else {\n        var msg=(res.data&&res.data.error&&res.data.error.message)||lang.serverErr;\n        globalErr.textContent=msg; globalErr.classList.add('show'); setLoading(false);\n      }\n    })\n    .catch(function(){ globalErr.textContent=lang.connErr; globalErr.classList.add('show'); setLoading(false); });\n  });\n\n  \/* \u2500\u2500 Close = minimise \u2500\u2500 *\/\n  window.lpvClose = function(){\n    var pos    = document.getElementById('lpvPositioner');\n    var reopen = document.getElementById('lpvReopen');\n    var rect   = pos.getBoundingClientRect();\n    reopen.style.cssText = [\n      'position:fixed',\n      'left:'   + rect.left + 'px',\n      'top:'    + rect.top  + 'px',\n      'right:auto', 'bottom:auto', 'transform:none',\n      'display:flex'\n    ].join(';');\n    pos.classList.add('lpv-hidden');\n    reopen.classList.add('show');\n  };\n\n  window.lpvOpen = function(){\n    var pos    = document.getElementById('lpvPositioner');\n    var reopen = document.getElementById('lpvReopen');\n    var rect   = reopen.getBoundingClientRect();\n    pos.style.cssText = [\n      'position:fixed',\n      'left:'   + rect.left + 'px',\n      'top:'    + rect.top  + 'px',\n      'right:auto', 'bottom:auto', 'transform:none',\n      'width:260px', 'overflow:visible', 'margin-top:0'\n    ].join(';');\n    pos.classList.remove('lpv-hidden');\n    reopen.style.display = 'none';\n    reopen.classList.remove('show');\n  };\n\n\n\n  \/* \u2500\u2500 Drag factory \u2500\u2500 *\/\n  function makeDraggable(dragEl, handleEl) {\n    var active = false;\n    var startCX, startCY, startElX, startElY;\n\n    function getPos() {\n      \/\/ Force reflow so any pending CSS changes are flushed before we read position\n      void dragEl.offsetHeight;\n      return dragEl.getBoundingClientRect();\n    }\n\n    function onStart(cx, cy) {\n      \/\/ 1. Clear all transforms \/ animations inline so CSS class transforms are overridden\n      dragEl.style.setProperty('transform',  'none', 'important');\n      dragEl.style.setProperty('transition', 'none', 'important');\n      dragEl.style.setProperty('animation',  'none', 'important');\n      \/\/ 2. Force reflow so browser recalculates position without the transform\n      void dragEl.offsetHeight;\n      \/\/ 3. Read the now-stable position\n      var r = dragEl.getBoundingClientRect();\n      \/\/ 4. Pin to fixed at that exact spot\n      dragEl.style.setProperty('position', 'fixed',        'important');\n      dragEl.style.setProperty('left',     r.left + 'px',  'important');\n      dragEl.style.setProperty('top',      r.top  + 'px',  'important');\n      dragEl.style.setProperty('right',    'auto',         'important');\n      dragEl.style.setProperty('bottom',   'auto',         'important');\n      active   = true;\n      startCX  = cx;\n      startCY  = cy;\n      startElX = r.left;\n      startElY = r.top;\n      dragEl._wasDragged = false;\n    }\n\n    function onMove(cx, cy) {\n      if (!active) return;\n      var dx = cx - startCX;\n      var dy = cy - startCY;\n      if (Math.abs(dx) > 4 || Math.abs(dy) > 4) dragEl._wasDragged = true;\n      var maxX = window.innerWidth  - dragEl.offsetWidth;\n      var maxY = window.innerHeight - dragEl.offsetHeight;\n      var nx   = Math.max(0, Math.min(startElX + dx, maxX));\n      var ny   = Math.max(0, Math.min(startElY + dy, maxY));\n      dragEl.style.setProperty('left', nx + 'px', 'important');\n      dragEl.style.setProperty('top',  ny + 'px', 'important');\n    }\n\n    function onEnd() {\n      if (!active) return;\n      active = false;\n    }\n\n    \/\/ Mouse\n    handleEl.addEventListener('mousedown', function(e) {\n      \/\/ For the card drag handle: don't intercept clicks on form elements inside it\n      if (handleEl._isFormHandle && e.target.closest('button,input,label,a')) return;\n      e.preventDefault();\n      onStart(e.clientX, e.clientY);\n    });\n    document.addEventListener('mousemove', function(e) {\n      if (active) onMove(e.clientX, e.clientY);\n    });\n    document.addEventListener('mouseup', onEnd);\n\n    \/\/ Touch\n    handleEl.addEventListener('touchstart', function(e) {\n      if (handleEl._isFormHandle && e.target.closest('button,input,label,a')) return;\n      \/\/ NOTE: do NOT call preventDefault here \u2014 that would block onclick on mobile.\n      \/\/ We call it only in touchmove once real dragging is confirmed.\n      onStart(e.touches[0].clientX, e.touches[0].clientY);\n    }, { passive: true });\n    document.addEventListener('touchmove', function(e) {\n      if (!active) return;\n      \/\/ Only block scroll once we know the finger has actually moved (real drag)\n      if (dragEl._wasDragged) e.preventDefault();\n      onMove(e.touches[0].clientX, e.touches[0].clientY);\n    }, { passive: false });\n    document.addEventListener('touchend', function() {\n      onEnd();\n    });\n    document.addEventListener('touchcancel', function() {\n      onEnd();\n    });\n  }\n\n  \/\/ Card drag handle \u2014 mark as form handle so form elements inside stay clickable\n  var cardHandle = document.getElementById('lpvDragHandle');\n  cardHandle._isFormHandle = true;\n  makeDraggable(document.getElementById('lpvPositioner'), cardHandle);\n\n  \/\/ Reopen pill \u2014 drag and tap both work\n  var reopenBtn = document.getElementById('lpvReopen');\n  makeDraggable(reopenBtn, reopenBtn);\n\n  \/\/ Tap to open \u2014 mouse click (desktop)\n  reopenBtn.addEventListener('click', function() {\n    if (reopenBtn._wasDragged) { reopenBtn._wasDragged = false; return; }\n    lpvOpen();\n  });\n\n  \/\/ Tap to open \u2014 touchend (mobile\/tablet), only if finger didn't move much\n  reopenBtn.addEventListener('touchend', function(e) {\n    if (reopenBtn._wasDragged) { reopenBtn._wasDragged = false; return; }\n    e.preventDefault(); \/\/ prevent ghost click\n    lpvOpen();\n  }, { passive: false });\n\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd0e1f5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fd0e1f5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-86ec6f3\" data-id=\"86ec6f3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4f742ee elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4f742ee\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-narrow\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2711ccf\" data-id=\"2711ccf\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f5f141a elementor-flip-box--effect-fade elementor-invisible elementor-widget elementor-widget-flip-box\" data-id=\"f5f141a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tondernemen\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tOp het erf is ruimte voor ondernemers.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\" href=\"https:\/\/bboosterwold.nl\/ondernemen\">\n\t\t\t\t\t\t\tmeer informatie\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-645e821\" data-id=\"645e821\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0436f8b elementor-flip-box--effect-fade elementor-invisible elementor-widget elementor-widget-flip-box\" data-id=\"0436f8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tVoedsel, natuur, gezondheid\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\t\tBurgerboerderij Oosterwold is een gastvrije plek net buiten de stad. Een plek waar eten, natuur en gezondheid mensen verbinden en hen helpen groeien. Waar ruimte is voor ontmoetingen en experimenten met de gemeenschap en een ander economisch systeem.\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tElke woensdag en zaterdag ben je van harte welkom in onze winkel.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\" href=\"https:\/\/bboosterwold.nl\/op-de-boerderij\/winkel\/\" target=\"_blank\">\n\t\t\t\t\t\t\tmeer informatie\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-82c7538\" data-id=\"82c7538\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7f75b8d elementor-flip-box--effect-fade elementor-invisible elementor-widget elementor-widget-flip-box\" data-id=\"7f75b8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tMeedoen\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\tmeedoen\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tWil je meewerken op de boerderij? Dat kan!\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\" href=\"https:\/\/bboosterwold.nl\/meedoen\">\n\t\t\t\t\t\t\tmeer informatie\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8c2d678 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8c2d678\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-narrow\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-995249d\" data-id=\"995249d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-70e2055 elementor-flip-box--effect-fade elementor-invisible elementor-widget elementor-widget-flip-box\" data-id=\"70e2055\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tondernemers\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tWij verwelkomen organisaties die actief zijn in de voedingssector, biobased bouwmaterialen ontwikkelen of zich bezighouden met circulaire productie.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\" href=\"https:\/\/bboosterwold.nl\/op-de-boerderij\/ondernemen\/\">\n\t\t\t\t\t\t\tmeer informatie\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4308734\" data-id=\"4308734\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5461522 elementor-flip-box--effect-fade elementor-invisible elementor-widget elementor-widget-flip-box\" data-id=\"5461522\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tagenda\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tKom gezellig langs op de boerderij. Er is van alles te doen.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\" href=\"https:\/\/bboosterwold.nl\/agenda\/\">\n\t\t\t\t\t\t\tmeer informatie\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c0c859e\" data-id=\"c0c859e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-99a2743 elementor-flip-box--effect-fade elementor-invisible elementor-widget elementor-widget-flip-box\" data-id=\"99a2743\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone-alt\"><\/i>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tcontact\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\t\tNeem contact met ons op\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<a class=\"elementor-flip-box__layer elementor-flip-box__back\" href=\"https:\/\/bboosterwold.nl\/contact\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tHeb je vragen of wil je meer weten over Burgerboerderij Oosterwold?\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-flip-box__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\t\tneem contact op\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-906cb5a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"906cb5a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-90d2dbb\" data-id=\"90d2dbb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-35d5c09 elementor-widget elementor-widget-html\" data-id=\"35d5c09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<iframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/M1neYutE6Go?si=CgXW19FFNNQllptg\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0bf91d0\" data-id=\"0bf91d0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6da3d1e elementor-widget elementor-widget-heading\" data-id=\"6da3d1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">over ons<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8bd8b5 elementor-widget elementor-widget-text-editor\" data-id=\"c8bd8b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Burgerboerderij Oosterwold onderzoekt hoe we het voedselsysteem weer van onszelf kunnen maken. Hoe zorgen we dat goed, gezond, biologisch voedsel betaalbaar wordt? In de overtuiging van van initiatiefnemers Arnold en Diana van Veelen\u00a0is betrokkenheid van burgers daarvoor essentieel.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-842aba4 elementor-align-left elementor-mobile-align-justify elementor-invisible elementor-widget elementor-widget-button\" data-id=\"842aba4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/bboosterwold.nl\/over-ons\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">MEER INFORMATIE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0aadc60 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0aadc60\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-59ef04f\" data-id=\"59ef04f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-173e03c elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"173e03c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Isolatiemodus\" x=\"0px\" y=\"0px\" viewBox=\"0 0 236.4 167\" style=\"enable-background:new 0 0 236.4 167;\" xml:space=\"preserve\"><path d=\"M32.9,162.4c0,0,21.1-16.8,25-51.2c-29.4,0-53.3-23.8-53.3-53.3c0-29.4,23.8-53.3,53.3-53.3c28.2,0,51.8,22.8,53.2,50.9 c0.1,2.3,0.2,4.7,0.1,7C110.2,106.3,76.7,153.1,32.9,162.4z M231.7,62.5c0.1-2.3,0-4.6-0.1-7c-1.4-28.1-24.9-50.9-53.2-50.9 c-29.4,0-53.3,23.8-53.3,53.3c0,29.4,23.8,53.3,53.3,53.3c-3.9,34.4-25,51.2-25,51.2C197.3,153.1,230.7,106.3,231.7,62.5z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c55f082 elementor-widget elementor-widget-shortcode\" data-id=\"c55f082\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"wp-gr rpi\" data-id=\"3361\" data-layout=\"slider\" data-exec=\"false\" data-options='{&quot;text_size&quot;:&quot;&quot;,&quot;trans&quot;:{&quot;read more&quot;:&quot;lees verder&quot;}}'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:none!important\"><symbol id=\"grw-tripadvisor\" viewBox=\"0 0 713.496 713.496\"><g><circle fill=\"#34E0A1\" cx=\"356.749\" cy=\"356.748\" r=\"356.748\"\/><path d=\"M577.095,287.152l43.049-46.836h-95.465c-47.792-32.646-105.51-51.659-167.931-51.659   c-62.342,0-119.899,19.054-167.612,51.659H93.432l43.049,46.836c-26.387,24.075-42.929,58.754-42.929,97.259   c0,72.665,58.914,131.578,131.579,131.578c34.519,0,65.968-13.313,89.446-35.077l42.172,45.919l42.172-45.879   c23.478,21.764,54.887,35.037,89.406,35.037c72.665,0,131.658-58.913,131.658-131.578   C620.024,345.866,603.483,311.188,577.095,287.152z M225.17,473.458c-49.188,0-89.047-39.859-89.047-89.047   s39.86-89.048,89.047-89.048c49.187,0,89.047,39.86,89.047,89.048S274.357,473.458,225.17,473.458z M356.788,381.82   c0-58.595-42.61-108.898-98.853-130.383c30.413-12.716,63.776-19.771,98.813-19.771s68.439,7.055,98.853,19.771   C399.399,272.962,356.788,323.226,356.788,381.82z M488.367,473.458c-49.188,0-89.048-39.859-89.048-89.047   s39.86-89.048,89.048-89.048s89.047,39.86,89.047,89.048S537.554,473.458,488.367,473.458z M488.367,337.694   c-25.79,0-46.677,20.887-46.677,46.677c0,25.789,20.887,46.676,46.677,46.676c25.789,0,46.676-20.887,46.676-46.676   C535.042,358.621,514.156,337.694,488.367,337.694z M271.846,384.411c0,25.789-20.887,46.676-46.676,46.676   s-46.676-20.887-46.676-46.676c0-25.79,20.887-46.677,46.676-46.677C250.959,337.694,271.846,358.621,271.846,384.411z\"\/><\/g><\/symbol><symbol id=\"grw-google\" viewBox=\"0 0 512 512\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"M482.56 261.36c0-16.73-1.5-32.83-4.29-48.27H256v91.29h127.01c-5.47 29.5-22.1 54.49-47.09 71.23v59.21h76.27c44.63-41.09 70.37-101.59 70.37-173.46z\" fill=\"#4285f4\"\/><path d=\"M256 492c63.72 0 117.14-21.13 156.19-57.18l-76.27-59.21c-21.13 14.16-48.17 22.53-79.92 22.53-61.47 0-113.49-41.51-132.05-97.3H45.1v61.15c38.83 77.13 118.64 130.01 210.9 130.01z\" fill=\"#34a853\"\/><path d=\"M123.95 300.84c-4.72-14.16-7.4-29.29-7.4-44.84s2.68-30.68 7.4-44.84V150.01H45.1C29.12 181.87 20 217.92 20 256c0 38.08 9.12 74.13 25.1 105.99l78.85-61.15z\" fill=\"#fbbc05\"\/><path d=\"M256 113.86c34.65 0 65.76 11.91 90.22 35.29l67.69-67.69C373.03 43.39 319.61 20 256 20c-92.25 0-172.07 52.89-210.9 130.01l78.85 61.15c18.56-55.78 70.59-97.3 132.05-97.3z\" fill=\"#ea4335\"\/><path d=\"M20 20h472v472H20V20z\"\/><\/g><\/symbol><\/svg><div class=\"grw-row grw-row-m\" data-options='{&quot;speed&quot;:3,&quot;autoplay&quot;:true,&quot;mousestop&quot;:true,&quot;breakpoints&quot;:&quot;&quot;}'><div class=\"grw-header\"><div class=\"grw-header-inner rpi-flx rpi-row12\"><div class=\"grw-img-wrap\"><img loading=\"lazy\" decoding=\"async\" class=\"grw-img\" src=\"https:\/\/lh3.googleusercontent.com\/place-photos\/AL8-SNHFZzCpdrZLuEycY_PbBi7YMSJjrI6OaiDvAwHffn5hupxAeG_grfxYyFf5tSYtI0W9ci7BsmtcUf27bfdctvrzv-3C85kU_Q5xz1rHnSVrF-YK7diuAznX3MtBGz15IoA_DHjiVv8jHSA=s4800-w300-h300\" loading=\"lazy\" alt=\"Burgerboerderij Oosterwold plaats foto\" width=\"50\" height=\"50\" onerror=\"if(this.src!='data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7')this.src='data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7';\" ><\/div><div class=\"rpi-flx rpi-col8\"><div class=\"wp-google-name\"><a href=\"https:\/\/maps.google.com\/?cid=9902016427960490406&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAIYBCAA\" target=\"_blank\" rel=\"nofollow noopener\">Burgerboerderij Oosterwold<\/a><\/div><span class=\"rpi-stars\" style=\"--rating:4.8\">4.8<\/span><div class=\"wp-google-based\">Gebaseerd op 13 beoordelingen<\/div><div class=\"wp-google-powered\" role=\"img\" aria-label=\"aangedreven door Google\">powered by <span aria-hidden=\"true\"><span style=\"color:#3c6df0!important\">G<\/span><span style=\"color:#d93025!important\">o<\/span><span style=\"color:#fb8e28!important\">o<\/span><span style=\"color:#3c6df0!important\">g<\/span><span style=\"color:#188038!important\">l<\/span><span style=\"color:#d93025!important\">e<\/span><\/span><\/div><div class=\"wp-google-wr\"><a href=\"https:\/\/search.google.com\/local\/writereview?placeid=ChIJl5c7_g89xkcRptmqZHoHa4k\" target=\"_blank\" rel=\"nofollow noopener\" onclick=\"return rplg_leave_review_window.call(this)\">beoordeel ons op<svg height=\"16\" width=\"16\" role=\"none\"><use href=\"#grw-google\"><\/use><\/svg><\/a><\/div><\/div><\/div><\/div><div class=\"rpi-slides-root grw-content\"><div class=\"grw-content-inner\"><button class=\"rpi-ltgt rpi-lt grw-prev\" tabindex=\"0\"><\/button><div class=\"rpi-slides grw-reviews rpi-slides-bite\" data-count=\"7\" data-offset=\"7\"><div class=\"rpi-slide grw-review\"><div class=\"rpi-flx rpi-col12 grw-review-inner grw-backgnd grw-round\"><div class=\"rpi-flx rpi-row12-center\"><div class=\"grw-img-wrap\"><img loading=\"lazy\" decoding=\"async\" class=\"grw-img\" src=\"https:\/\/bboosterwold.nl\/wp-content\/uploads\/2026\/01\/ChIJl5c7_g89xkcRptmqZHoHa4k_538c2bd317475dd2af2d8b71de663fa2.jpg\" loading=\"lazy\" alt=\"Coba Beugeling profielfoto\" width=\"50\" height=\"50\" onerror=\"if(this.src!='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png')this.src='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png';\" ><\/div><div class=\"rpi-flx rpi-col6\"><a href=\"https:\/\/www.google.com\/maps\/contrib\/115868109035164720235\/reviews\" class=\"wp-google-name\" target=\"_blank\" rel=\"nofollow noopener\">Coba Beugeling<\/a><div class=\"wp-google-time\" data-time=\"1755958589\" data-lang=\"nl\">1 jaar geleden<\/div><\/div><\/div><span class=\"rpi-stars\" style=\"--rating:5\"><\/span><div class=\"rpi-flx rpi-col4\"><div class=\"wp-google-feedback grw-scroll\" ><span class=\"wp-google-text\">Hier kun je biologisch groente en fruit kopen. Kalfjes bij de koe. Biggetjes bij de zeug<\/span><\/div><\/div><svg height=\"16\" width=\"16\" role=\"none\"><use href=\"#grw-google\"\/><\/svg><\/div><\/div><div class=\"rpi-slide grw-review\"><div class=\"rpi-flx rpi-col12 grw-review-inner grw-backgnd grw-round\"><div class=\"rpi-flx rpi-row12-center\"><div class=\"grw-img-wrap\"><img loading=\"lazy\" decoding=\"async\" class=\"grw-img\" src=\"https:\/\/bboosterwold.nl\/wp-content\/uploads\/2026\/01\/ChIJl5c7_g89xkcRptmqZHoHa4k_2759b7f636fa2b1ec4a5040bc07e38dc.jpg\" loading=\"lazy\" alt=\"Jos\u00e9 Kosterman profielfoto\" width=\"50\" height=\"50\" onerror=\"if(this.src!='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png')this.src='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png';\" ><\/div><div class=\"rpi-flx rpi-col6\"><a href=\"https:\/\/www.google.com\/maps\/contrib\/100099166355066286934\/reviews\" class=\"wp-google-name\" target=\"_blank\" rel=\"nofollow noopener\">Jos\u00e9 Kosterman<\/a><div class=\"wp-google-time\" data-time=\"1751559628\" data-lang=\"nl\">1 jaar geleden<\/div><\/div><\/div><span class=\"rpi-stars\" style=\"--rating:5\"><\/span><div class=\"rpi-flx rpi-col4\"><div class=\"wp-google-feedback grw-scroll\" ><span class=\"wp-google-text\">Wat een ontzettend fijne plek om te zijn!<\/span><\/div><\/div><svg height=\"16\" width=\"16\" role=\"none\"><use href=\"#grw-google\"\/><\/svg><\/div><\/div><div class=\"rpi-slide grw-review\"><div class=\"rpi-flx rpi-col12 grw-review-inner grw-backgnd grw-round\"><div class=\"rpi-flx rpi-row12-center\"><div class=\"grw-img-wrap\"><img loading=\"lazy\" decoding=\"async\" class=\"grw-img\" src=\"https:\/\/bboosterwold.nl\/wp-content\/uploads\/2026\/01\/ChIJl5c7_g89xkcRptmqZHoHa4k_5db5b02918642081a3cb55884cb8a062.jpg\" loading=\"lazy\" alt=\"Jasper van Dijk profielfoto\" width=\"50\" height=\"50\" onerror=\"if(this.src!='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png')this.src='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png';\" ><\/div><div class=\"rpi-flx rpi-col6\"><a href=\"https:\/\/www.google.com\/maps\/contrib\/105851796291143728331\/reviews\" class=\"wp-google-name\" target=\"_blank\" rel=\"nofollow noopener\">Jasper van Dijk<\/a><div class=\"wp-google-time\" data-time=\"1747144827\" data-lang=\"nl\">1 jaar geleden<\/div><\/div><\/div><span class=\"rpi-stars\" style=\"--rating:5\"><\/span><div class=\"rpi-flx rpi-col4\"><div class=\"wp-google-feedback grw-scroll\" ><\/div><\/div><svg height=\"16\" width=\"16\" role=\"none\"><use href=\"#grw-google\"\/><\/svg><\/div><\/div><div class=\"rpi-slide grw-review\"><div class=\"rpi-flx rpi-col12 grw-review-inner grw-backgnd grw-round\"><div class=\"rpi-flx rpi-row12-center\"><div class=\"grw-img-wrap\"><img loading=\"lazy\" decoding=\"async\" class=\"grw-img\" src=\"https:\/\/bboosterwold.nl\/wp-content\/uploads\/2026\/01\/ChIJl5c7_g89xkcRptmqZHoHa4k_978a3dd34bd9257eea30ba7856a079c4.jpg\" loading=\"lazy\" alt=\"Barthe Fortgens profielfoto\" width=\"50\" height=\"50\" onerror=\"if(this.src!='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png')this.src='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png';\" ><\/div><div class=\"rpi-flx rpi-col6\"><a href=\"https:\/\/www.google.com\/maps\/contrib\/112270152066812835360\/reviews\" class=\"wp-google-name\" target=\"_blank\" rel=\"nofollow noopener\">Barthe Fortgens<\/a><div class=\"wp-google-time\" data-time=\"1731078631\" data-lang=\"nl\">2 jaar geleden<\/div><\/div><\/div><span class=\"rpi-stars\" style=\"--rating:5\"><\/span><div class=\"rpi-flx rpi-col4\"><div class=\"wp-google-feedback grw-scroll\" ><span class=\"wp-google-text\">Ik was vandaag samen met mijn dochter op de Burgerboerderij. Het was koud maar dat gaf niet want het is er heel gezellig.<br \/>De Wolunie heeft er een kleine werkplaats ingericht. Helemaal gemaakt van gerecycled bouwmateriaal.<br \/>We zagen ook waar de yoghurt, karnemelk, vla en andere zuivelproducten worden gemaakt.<br \/>Op zaterdag is de boerderijwinkel open van 10 tot 14 uur volgens mij. Lokale biologische producten worden er verkocht. Lekker!!!!<\/span><\/div><\/div><svg height=\"16\" width=\"16\" role=\"none\"><use href=\"#grw-google\"\/><\/svg><\/div><\/div><div class=\"rpi-slide grw-review\"><div class=\"rpi-flx rpi-col12 grw-review-inner grw-backgnd grw-round\"><div class=\"rpi-flx rpi-row12-center\"><div class=\"grw-img-wrap\"><img loading=\"lazy\" decoding=\"async\" class=\"grw-img\" src=\"https:\/\/bboosterwold.nl\/wp-content\/uploads\/2026\/01\/ChIJl5c7_g89xkcRptmqZHoHa4k_43a11c5d228d954a74e126c47ba5fd86.jpg\" loading=\"lazy\" alt=\"Annemieke Hendriks profielfoto\" width=\"50\" height=\"50\" onerror=\"if(this.src!='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png')this.src='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png';\" ><\/div><div class=\"rpi-flx rpi-col6\"><a href=\"https:\/\/www.google.com\/maps\/contrib\/108064331536153034060\/reviews\" class=\"wp-google-name\" target=\"_blank\" rel=\"nofollow noopener\">Annemieke Hendriks<\/a><div class=\"wp-google-time\" data-time=\"1713081908\" data-lang=\"nl\">2 jaar geleden<\/div><\/div><\/div><span class=\"rpi-stars\" style=\"--rating:5\"><\/span><div class=\"rpi-flx rpi-col4\"><div class=\"wp-google-feedback grw-scroll\" ><span class=\"wp-google-text\">Organiseren leuke evenementen. Dit weekend naar de koeiendans geweest.( koeien voor het eerst de wei in) het winkeltje was open en er was mogelijkheid tot het aaien van de kalfjes.<\/span><\/div><\/div><svg height=\"16\" width=\"16\" role=\"none\"><use href=\"#grw-google\"\/><\/svg><\/div><\/div><div class=\"rpi-slide grw-review\"><div class=\"rpi-flx rpi-col12 grw-review-inner grw-backgnd grw-round\"><div class=\"rpi-flx rpi-row12-center\"><div class=\"grw-img-wrap\"><img loading=\"lazy\" decoding=\"async\" class=\"grw-img\" src=\"https:\/\/bboosterwold.nl\/wp-content\/uploads\/2026\/01\/ChIJl5c7_g89xkcRptmqZHoHa4k_d8a57d7753f8fddd365e219e3b5cf5c2.jpg\" loading=\"lazy\" alt=\"Esther Van der Linden profielfoto\" width=\"50\" height=\"50\" onerror=\"if(this.src!='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png')this.src='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png';\" ><\/div><div class=\"rpi-flx rpi-col6\"><a href=\"https:\/\/www.google.com\/maps\/contrib\/102768763534023784692\/reviews\" class=\"wp-google-name\" target=\"_blank\" rel=\"nofollow noopener\">Esther Van der Linden<\/a><div class=\"wp-google-time\" data-time=\"1703945216\" data-lang=\"nl\">3 jaar geleden<\/div><\/div><\/div><span class=\"rpi-stars\" style=\"--rating:5\"><\/span><div class=\"rpi-flx rpi-col4\"><div class=\"wp-google-feedback grw-scroll\" ><span class=\"wp-google-text\">Fijn om te zijn, Heerlijke biologische melkproducten en -vlees te koop. Ga vooral eens kijken en beleven! Op zaterdag van 10.00 tot 14.00 is de winkel open. Vandaag weer een kalfje geboren!<\/span><\/div><\/div><svg height=\"16\" width=\"16\" role=\"none\"><use href=\"#grw-google\"\/><\/svg><\/div><\/div><div class=\"rpi-slide grw-review\"><div class=\"rpi-flx rpi-col12 grw-review-inner grw-backgnd grw-round\"><div class=\"rpi-flx rpi-row12-center\"><div class=\"grw-img-wrap\"><img loading=\"lazy\" decoding=\"async\" class=\"grw-img\" src=\"https:\/\/bboosterwold.nl\/wp-content\/uploads\/2026\/01\/ChIJl5c7_g89xkcRptmqZHoHa4k_5632273017cd4e761a13132d620ca4ed.jpg\" loading=\"lazy\" alt=\"Johannes Regelink profielfoto\" width=\"50\" height=\"50\" onerror=\"if(this.src!='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png')this.src='https:\/\/bboosterwold.nl\/wp-content\/plugins\/widget-google-reviews\/assets\/img\/guest.png';\" ><\/div><div class=\"rpi-flx rpi-col6\"><a href=\"https:\/\/www.google.com\/maps\/contrib\/109845074714641973627\/reviews\" class=\"wp-google-name\" target=\"_blank\" rel=\"nofollow noopener\">Johannes Regelink<\/a><div class=\"wp-google-time\" data-time=\"1650706835\" data-lang=\"nl\">4 jaar geleden<\/div><\/div><\/div><span class=\"rpi-stars\" style=\"--rating:5\"><\/span><div class=\"rpi-flx rpi-col4\"><div class=\"wp-google-feedback grw-scroll\" ><span class=\"wp-google-text\">Van gangbaar melkveebedrijf onderweg naar een regeneratieve burgerboerderij. Hier gebeurt het!<\/span><\/div><\/div><svg height=\"16\" width=\"16\" role=\"none\"><use href=\"#grw-google\"\/><\/svg><\/div><\/div><\/div><button class=\"rpi-ltgt rpi-gt grw-next\" tabindex=\"0\"><\/button><div class=\"rpi-dots-wrap\"><div class=\"rpi-dots\"><\/div><\/div><\/div><\/div><\/div><script>(function(p){if(!p)return;let w=p.offsetWidth,m=function(a,b){return Math.min(a,b)===a};p.querySelector('.grw-row').classList.replace('grw-row-m','grw-row-'+(m(w,510)?'xs':m(w,750)?'x':m(w,1100)?'s':m(w,1450)?'m':m(w,1800)?'l':'xl'))})(document.currentScript?.closest('.wp-gr'))<\/script><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c3bd6c4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c3bd6c4\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3498fdd\" data-id=\"3498fdd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b83b723 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b83b723\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0b55e77\" data-id=\"0b55e77\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-86463f7 elementor-widget elementor-widget-heading\" data-id=\"86463f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">waar kun je ons vinden?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5380c7b elementor-widget elementor-widget-text-editor\" data-id=\"5380c7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Burgerboerderij Oosterwold vind je net over de grens van Almere, in Zeewolde. Je kunt ons makkelijk bereiken:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c19f08 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"8c19f08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Vanuit Almere Stripheldenbuurt 18 min. op de fiets<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Vanuit Almere Haven 16 min. met de auto<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Vanuit Zeewolde Centrum 19 min. met de auto<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Vanuit Lelystad Palazzo 13 min. met een auto<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Vanuit Huizen\/Blaricum 20 min. met de auto<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f253fe4 elementor-align-left elementor-mobile-align-justify elementor-invisible elementor-widget elementor-widget-button\" data-id=\"f253fe4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/goo.gl\/maps\/GyH1z1gn1RS9iq7H6\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">routebeschrijving<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-87828d1\" data-id=\"87828d1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-37fce41 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"37fce41\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/bboosterwold.nl\/wp-content\/uploads\/2022\/02\/Plattegrondje.svg\" class=\"attachment-large size-large wp-image-349\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-43a64e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"43a64e7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-13bb2a7\" data-id=\"13bb2a7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-036fe01 elementor-widget elementor-widget-heading\" data-id=\"036fe01\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">blijf op de hoogte<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-616574e elementor-widget elementor-widget-text-editor\" data-id=\"616574e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Want to stay informed about all the latest developments? Subscribe to our monthly newsletter.<\/span><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9aae54 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"e9aae54\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/laposta.nl\/f\/sspzstadfzzq\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">inschrijven<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2646dc0 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"2646dc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-cd0e185\" href=\"https:\/\/www.facebook.com\/burgerboerderijoosterwold\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-facebook-f\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-59e5a63\" href=\"https:\/\/www.instagram.com\/burgerboerderij\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-instagram\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin-in elementor-repeater-item-9ab81ec\" href=\"https:\/\/www.linkedin.com\/company\/burgerboerderij-oosterwold\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin-in<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-linkedin-in\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u2709 Newsletter \u2715 Stay up to date with our latest news! Email address * \u2014 I agree to receive the newsletter and the privacy policy. \u2014 To enrol \u2713 Almost done! Check your inbox and click the confirmation link to complete your enrolment. OK, close \u2715 ondernemen Op het erf is ruimte voor ondernemers. meer [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3505","page","type-page","status-publish","hentry"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"Renier","author_link":"https:\/\/bboosterwold.nl\/?author=5"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"\u2709 Newsletter \u2715 Stay up to date with our latest news! Email address * \u2014 I agree to receive the newsletter and the privacy policy. \u2014 To enrol \u2713 Almost done! Check your inbox and click the confirmation link to complete your enrolment. OK, close \u2715 ondernemen Op het erf is ruimte voor ondernemers. meer&hellip;","_links":{"self":[{"href":"https:\/\/bboosterwold.nl\/index.php?rest_route=\/wp\/v2\/pages\/3505","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bboosterwold.nl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bboosterwold.nl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bboosterwold.nl\/index.php?rest_route=\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/bboosterwold.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3505"}],"version-history":[{"count":94,"href":"https:\/\/bboosterwold.nl\/index.php?rest_route=\/wp\/v2\/pages\/3505\/revisions"}],"predecessor-version":[{"id":4140,"href":"https:\/\/bboosterwold.nl\/index.php?rest_route=\/wp\/v2\/pages\/3505\/revisions\/4140"}],"wp:attachment":[{"href":"https:\/\/bboosterwold.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}