{"id":6,"date":"2025-11-03T12:10:09","date_gmt":"2025-11-03T12:10:09","guid":{"rendered":"https:\/\/moskeehouten.wa-lab.nl\/index.php\/colibri-wp\/"},"modified":"2025-12-06T10:39:07","modified_gmt":"2025-12-06T10:39:07","slug":"home","status":"publish","type":"page","link":"https:\/\/moskeehouten.wa-lab.nl\/","title":{"rendered":"Home"},"content":{"rendered":"<div data-colibri-id=\"6-c1\" class=\"style-192 style-local-6-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"6-c2\" data-aos=\"fadeIn\" id=\"custom-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-213 style-local-6-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"6-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-308 style-local-6-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-309-outer style-local-6-c4-outer\">\n            <div data-colibri-id=\"6-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-309 style-local-6-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"6-c5\" class=\"h-global-transition-all h-heading style-310 style-local-6-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-310 style-local-6-c5\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Gebedstijden<\/h2>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div data-colibri-id=\"6-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-214 style-local-6-c6 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-215-outer style-local-6-c7-outer\">\n            <div data-colibri-id=\"6-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-215 style-local-6-c7 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"6-c8\" class=\"style-307 style-local-6-c8 position-relative h-element\">\n                  <!---->\n                  <div class=\"\">\n                    <!-- Moskee Houten \u2013 Gebedstijden (clean) -->\n                    <div id=\"mh-prayer-times\"><\/div>\n\n                    <script>\n                      (async function() {\n                        try {\n                          const res = await fetch('https:\/\/api.aladhan.com\/v1\/timingsByCity?city=Houten&country=Netherlands&method=4');\n                          const json = await res.json();\n                          const t = (json && json.data && json.data.timings) ? json.data.timings : {};\n\n                          \/\/ sleutel -> label (met Fadjr + Shurooq)\n                          const order = [\n                            [\"Fajr\", \"Fadjr\"],\n                            [\"Sunrise\", \"Shurooq\"],\n                            [\"Dhuhr\", \"Dhuhr\"],\n                            [\"Asr\", \"Asr\"],\n                            [\"Maghrib\", \"Maghrib\"],\n                            [\"Isha\", \"Isha\"]\n                          ];\n\n                          const cards = order.map(([key, label]) => {\n                            const val = (t[key] && t[key].length >= 4) ? t[key] : \"\u2014\";\n                            return `\n        <div class=\"mh-pt-card\">\n          <strong>${label}<\/strong>\n          <span>${val}<\/span>\n        <\/div>`;\n                          }).join(\"\");\n\n                          document.getElementById('mh-prayer-times').innerHTML = `\n      <div class=\"mh-pt-grid\">${cards}<\/div>\n      <p class=\"mh-pt-note\">Tijden berekend via Aladhan (Umm al-Qura). Kleine afwijkingen mogelijk.<\/p>\n    `;\n                        } catch (e) {\n                          document.getElementById('mh-prayer-times').innerHTML =\n                            '<p style=\"text-align:center;color:#8a8a8a;\">Kon gebedstijden niet laden.<\/p>';\n                        }\n                      })();\n                    <\/script>\n\n                    <style>\n                      \/* Grid *\/\n\n                      .mh-pt-grid {\n                        display: flex;\n                        flex-wrap: wrap;\n                        justify-content: center;\n                        gap: 20px;\n                        margin-top: 10px;\n                      }\n\n                      \/* Card *\/\n\n                      .mh-pt-card {\n                        background: #ffffff;\n                        color: #395630;\n                        border-radius: 16px;\n                        padding: 20px 28px;\n                        min-width: 120px;\n                        text-align: center;\n                        box-shadow: 0 4px 10px rgba(0, 0, 0, .06);\n                      }\n\n                      .mh-pt-card strong {\n                        display: block;\n                        font-weight: 700;\n                        font-size: 1.15rem;\n                        margin-bottom: 6px;\n                      }\n\n                      .mh-pt-card span {\n                        display: block;\n                        font-weight: 600;\n                        font-size: 1.1rem;\n                      }\n\n                      \/* Ondertekst *\/\n\n                      .mh-pt-note {\n                        text-align: center;\n                        margin-top: 14px;\n                        color: #6b6b6b;\n                        font-size: .92rem;\n                      }\n                    <\/style>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"6-c9\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-204 style-local-6-c9 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\"><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\"><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"6-c10\" data-aos=\"fadeIn\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-205 style-local-6-c10 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-206-outer style-local-6-c11-outer\">\n            <div data-colibri-id=\"6-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-206 style-local-6-c11 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"6-c12\" class=\"h-global-transition-all h-heading style-209 style-local-6-c12 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-209 style-local-6-c12\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Over Moskee Houten<\/h2>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c13\" class=\"h-text h-text-component style-210 style-local-6-c13 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><strong>Moskee Houten<\/strong> is meer dan een gebedsruimte \u2014 het is een thuis voor de gemeenschap.<\/p>\n                    <p>Hier vinden moslims in Houten en omgeving een plek van rust, kennis en verbinding. Naast de dagelijkse gebeden organiseren we onderwijs voor kinderen en volwassenen, lezingen, jongerenactiviteiten en momenten van samenzijn.<\/p>\n                    <p>Ook mensen die ge\u00efnteresseerd zijn in de islam of hun <strong>shahada<\/strong> (geloofsgetuigenis) willen afleggen, zijn van harte welkom. Onze imams en vrijwilligers begeleiden dit proces stap voor stap, met aandacht en respect voor\n                      iedere persoonlijke situatie.<\/p>\n                    <p>Met steun van de gemeenschap bouwen we aan een duurzaam centrum waar gebed, educatie en saamhorigheid de kern vormen \u2014 voor huidige \u00e9n toekomstige generaties.<\/p>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c14\" class=\"h-x-container style-211 style-local-6-c14 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-6-c14-group style-211-spacing style-local-6-c14-spacing\"><span class=\"h-button__outer style-212-outer style-local-6-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\"  data-colibri-id=\"6-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-212 style-local-6-c15 position-relative\"><!----><!----> <span>Meer informatie<\/span><\/a>\n                    <\/span>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-207-outer style-local-6-c16-outer\">\n            <div data-colibri-id=\"6-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-207 style-local-6-c16 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"6-c17\" class=\"d-block style-208 style-local-6-c17 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/a1.png\" class=\"wp-image-110 style-208-image style-local-6-c17-image\" alt=\"\" srcset=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/a1.png 1920w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/a1-300x169.png 300w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/a1-1024x576.png 1024w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/a1-768x432.png 768w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/a1-1536x864.png 1536w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/>\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-208-frameImage style-local-6-c17-frameImage\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"6-c18\" id=\"features\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-221 style-local-6-c18 position-relative\">\n    <!---->\n    <div class=\"h-separator\" style=\"height: 56px; top: calc(-1px);\">\n      <svg style=\"fill:rgb(249, 249, 246);\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 423.98 306.76\" preserveAspectRatio=\"xMaxYMin meet\">\n        <path d=\"M424,0V306.76C373.23,145.82,244.5,0,0,0Z\" transform=\"translate(0)\"><\/path>\n      <\/svg>\n    <\/div>\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"6-c44\" data-aos=\"fadeIn\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-231 style-local-6-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-232-outer style-local-6-c45-outer\">\n            <div data-colibri-id=\"6-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-232 style-local-6-c45 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"6-c46\" class=\"h-global-transition-all h-heading style-233 style-local-6-c46 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-233 style-local-6-c46\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Activiteiten &amp; Onderwijs<\/h2>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c47\" class=\"h-text h-text-component style-234 style-local-6-c47 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>In Moskee Houten draait het niet alleen om gebed, maar ook om groei, kennis en verbinding.<\/p>\n                    <p>We organiseren onderwijs voor kinderen, jongeren en volwassenen, van Arabische taal en Koranlessen tot lezingen en workshops die helpen om het geloof te verdiepen.<\/p>\n                    <p>Voor bekeerlingen is er persoonlijke begeleiding en ruimte om in alle rust de basis van de islam te leren. Ook vrouwen- en jongerenactiviteiten krijgen een centrale plek binnen onze gemeenschap, zodat iedereen zich thuis kan voelen\n                      en betrokken blijft.<\/p>\n                    <p>Door samen te leren en te delen, bouwen we aan een sterk fundament voor toekomstige generaties.<\/p>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div data-colibri-id=\"6-c19\" data-aos=\"fadeInUp\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-222 style-local-6-c19 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-6 h-col-12 style-223-outer style-local-6-c20-outer\">\n            <div data-colibri-id=\"6-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-223 style-local-6-c20 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"6-c21\" class=\"d-block style-224 style-local-6-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <div class=\"h-image__overlay style-224-overlay style-local-6-c21-overlay\">\n                        <div class=\"overlay-layer\">\n                          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(0deg, rgba(57, 86, 48, 0.68) 0%, rgba(249, 249, 246, 0.1) 100%);\"><\/div>\n                        <\/div>\n                      <\/div>\n                      <img loading=\"lazy\" decoding=\"async\" width=\"2304\" height=\"1728\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/4d2e8264-9319-4669-ae43-a2213498c674.jpg\" class=\"wp-image-128 style-224-image style-local-6-c21-image\" alt=\"\" srcset=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/4d2e8264-9319-4669-ae43-a2213498c674.jpg 2304w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/4d2e8264-9319-4669-ae43-a2213498c674-300x225.jpg 300w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/4d2e8264-9319-4669-ae43-a2213498c674-1024x768.jpg 1024w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/4d2e8264-9319-4669-ae43-a2213498c674-768x576.jpg 768w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/4d2e8264-9319-4669-ae43-a2213498c674-1536x1152.jpg 1536w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/4d2e8264-9319-4669-ae43-a2213498c674-2048x1536.jpg 2048w\" sizes=\"auto, (max-width: 2304px) 100vw, 2304px\" \/>\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-224-frameImage style-local-6-c21-frameImage\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c22\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-225 style-local-6-c22 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n                    <!---->\n                    <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-226-outer style-local-6-c23-outer\">\n                      <div data-colibri-id=\"6-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-2 v-inner-md-3 v-inner-2 style-226 style-local-6-c23 position-relative\">\n                        <!---->\n                        <!---->\n                        <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                          <!---->\n                          <div data-colibri-id=\"6-c24\" class=\"h-global-transition-all h-heading style-227 style-local-6-c24 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-227 style-local-6-c24\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">Onderwijs en Koranlessen<\/h4>\n                            <\/div>\n                          <\/div>\n                          <div data-colibri-id=\"6-c25\" class=\"h-text h-text-component style-228 style-local-6-c25 position-relative h-element\">\n                            <!---->\n                            <!---->\n                            <div class=\"\">\n                              <p>Onze moskee biedt lessen voor kinderen, jongeren en volwassenen. We richten ons op de Koran, Arabische taal en islamitische basiskennis. Docenten begeleiden stap voor stap, met aandacht voor iedere leerling.<\/p>\n                            <\/div>\n                          <\/div>\n                        <\/div>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c26\" class=\"h-x-container style-229 style-local-6-c26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-6-c26-group style-229-spacing style-local-6-c26-spacing\"><span class=\"h-link__outer style-230-outer style-local-6-c27-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\"  data-colibri-id=\"6-c27\" class=\"d-flex w-100 align-items-center h-link style-230 style-local-6-c27 position-relative\"><!----><!----> <span>meer informatie<\/span>                    <span class=\"h-svg-icon h-link__icon style-230-icon style-local-6-c27-icon\"><!--Icon by Icons8 Line Awesome (https:\/\/icons8.com\/line-awesome)--><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"angle-double-right\" viewBox=\"0 0 512 545.5\"><path d=\"M145.5 108.5l168 168L325 288l-11.5 11.5-168 168-22.5-23L279.5 288 123 131.5zm112 0l168 168L437 288l-11.5 11.5-168 168-22.5-23L391.5 288 235 131.5z\"><\/path><\/svg><\/span><\/a>\n                    <\/span>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-6 h-col-12 style-223-outer style-local-6-c28-outer\">\n            <div data-colibri-id=\"6-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-223 style-local-6-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"6-c29\" class=\"d-block style-224 style-local-6-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <div class=\"h-image__overlay style-224-overlay style-local-6-c29-overlay\">\n                        <div class=\"overlay-layer\">\n                          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(0deg, rgba(57, 86, 48, 0.68) 0%, rgba(249, 249, 246, 0.1) 100%);\"><\/div>\n                        <\/div>\n                      <\/div>\n                      <img loading=\"lazy\" decoding=\"async\" width=\"2304\" height=\"1728\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d56018ac-8462-4961-b8b9-7fcaab6e81cf.jpg\" class=\"wp-image-113 style-224-image style-local-6-c29-image\" alt=\"\" srcset=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d56018ac-8462-4961-b8b9-7fcaab6e81cf.jpg 2304w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d56018ac-8462-4961-b8b9-7fcaab6e81cf-300x225.jpg 300w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d56018ac-8462-4961-b8b9-7fcaab6e81cf-1024x768.jpg 1024w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d56018ac-8462-4961-b8b9-7fcaab6e81cf-768x576.jpg 768w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d56018ac-8462-4961-b8b9-7fcaab6e81cf-1536x1152.jpg 1536w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d56018ac-8462-4961-b8b9-7fcaab6e81cf-2048x1536.jpg 2048w\" sizes=\"auto, (max-width: 2304px) 100vw, 2304px\" \/>\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-224-frameImage style-local-6-c29-frameImage\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c30\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-225 style-local-6-c30 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n                    <!---->\n                    <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-226-outer style-local-6-c31-outer\">\n                      <div data-colibri-id=\"6-c31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-2 v-inner-md-3 v-inner-2 style-226 style-local-6-c31 position-relative\">\n                        <!---->\n                        <!---->\n                        <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                          <!---->\n                          <div data-colibri-id=\"6-c32\" class=\"h-global-transition-all h-heading style-227 style-local-6-c32 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-227 style-local-6-c32\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">Vrouwen en gezinsactiviteiten<\/h4>\n                            <\/div>\n                          <\/div>\n                          <div data-colibri-id=\"6-c33\" class=\"h-text h-text-component style-228 style-local-6-c33 position-relative h-element\">\n                            <!---->\n                            <!---->\n                            <div class=\"\">\n                              <p>Moskee Houten organiseert bijeenkomsten speciaal voor vrouwen en gezinnen. Een veilige, inspirerende omgeving om samen te leren en ervaringen te delen. Activiteiten versterken geloof, saamhorigheid en onderlinge steun.<\/p>\n                            <\/div>\n                          <\/div>\n                        <\/div>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c34\" class=\"h-x-container style-229 style-local-6-c34 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-6-c34-group style-229-spacing style-local-6-c34-spacing\"><span class=\"h-link__outer style-230-outer style-local-6-c35-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\"  data-colibri-id=\"6-c35\" class=\"d-flex w-100 align-items-center h-link style-230 style-local-6-c35 position-relative\"><!----><!----> <span>meer informatie<\/span>                    <span class=\"h-svg-icon h-link__icon style-230-icon style-local-6-c35-icon\"><!--Icon by Icons8 Line Awesome (https:\/\/icons8.com\/line-awesome)--><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"angle-double-right\" viewBox=\"0 0 512 545.5\"><path d=\"M145.5 108.5l168 168L325 288l-11.5 11.5-168 168-22.5-23L279.5 288 123 131.5zm112 0l168 168L437 288l-11.5 11.5-168 168-22.5-23L391.5 288 235 131.5z\"><\/path><\/svg><\/span><\/a>\n                    <\/span>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-6 h-col-12 style-223-outer style-local-6-c36-outer\">\n            <div data-colibri-id=\"6-c36\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-223 style-local-6-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"6-c37\" class=\"d-block style-224 style-local-6-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <div class=\"h-image__overlay style-224-overlay style-local-6-c37-overlay\">\n                        <div class=\"overlay-layer\">\n                          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(0deg, rgba(57, 86, 48, 0.68) 0%, rgba(249, 249, 246, 0.1) 100%);\"><\/div>\n                        <\/div>\n                      <\/div>\n                      <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1920\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/24333367-6aef-4bb3-8dff-e93f0f63dbd8-scaled.jpg\" class=\"wp-image-112 style-224-image style-local-6-c37-image\" alt=\"\" srcset=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/24333367-6aef-4bb3-8dff-e93f0f63dbd8-scaled.jpg 2560w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/24333367-6aef-4bb3-8dff-e93f0f63dbd8-300x225.jpg 300w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/24333367-6aef-4bb3-8dff-e93f0f63dbd8-1024x768.jpg 1024w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/24333367-6aef-4bb3-8dff-e93f0f63dbd8-768x576.jpg 768w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/24333367-6aef-4bb3-8dff-e93f0f63dbd8-1536x1152.jpg 1536w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/24333367-6aef-4bb3-8dff-e93f0f63dbd8-2048x1536.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/>\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-224-frameImage style-local-6-c37-frameImage\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c38\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-225 style-local-6-c38 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n                    <!---->\n                    <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-226-outer style-local-6-c39-outer\">\n                      <div data-colibri-id=\"6-c39\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-2 v-inner-md-3 v-inner-2 style-226 style-local-6-c39 position-relative\">\n                        <!---->\n                        <!---->\n                        <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                          <!---->\n                          <div data-colibri-id=\"6-c40\" class=\"h-global-transition-all h-heading style-227 style-local-6-c40 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-227 style-local-6-c40\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">Bekeerlingen<\/h4>\n                            <\/div>\n                          <\/div>\n                          <div data-colibri-id=\"6-c41\" class=\"h-text h-text-component style-228 style-local-6-c41 position-relative h-element\">\n                            <!---->\n                            <!---->\n                            <div class=\"\">\n                              <p>Nieuwe moslims ontvangen persoonlijke begeleiding bij het leren en groeien in de islam. We bieden tijd, rust en begeleiding op maat, stap voor stap en zonder oordeel.\n                                <br> Iedereen is welkom om vragen te stellen of samen de eerste stappen te zetten.<\/p>\n                            <\/div>\n                          <\/div>\n                        <\/div>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c42\" class=\"h-x-container style-229 style-local-6-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-6-c42-group style-229-spacing style-local-6-c42-spacing\"><span class=\"h-link__outer style-230-outer style-local-6-c43-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\"  data-colibri-id=\"6-c43\" class=\"d-flex w-100 align-items-center h-link style-230 style-local-6-c43 position-relative\"><!----><!----> <span>word moslim<\/span>                    <span class=\"h-svg-icon h-link__icon style-230-icon style-local-6-c43-icon\"><!--Icon by Icons8 Line Awesome (https:\/\/icons8.com\/line-awesome)--><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"angle-double-right\" viewBox=\"0 0 512 545.5\"><path d=\"M145.5 108.5l168 168L325 288l-11.5 11.5-168 168-22.5-23L279.5 288 123 131.5zm112 0l168 168L437 288l-11.5 11.5-168 168-22.5-23L391.5 288 235 131.5z\"><\/path><\/svg><\/span><\/a>\n                    <\/span>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"6-c48\" id=\"custom-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-235 style-local-6-c48 position-relative\">\n    <!---->\n    <div class=\"h-separator\" style=\"height: 31px; top: calc(0px);\">\n      <svg style=\"fill:rgb(57, 86, 48);\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n        <path class=\"svg-white-bg\" d=\"M194,99c186.7,0.7,305-78.3,306-97.2c1,18.9,119.3,97.9,306,97.2c114.3-0.3,194,0.3,194,0.3s0-91.7,0-100c0,0,0,0,0-0 L0,0v99.3C0,99.3,79.7,98.7,194,99z\"><\/path>\n      <\/svg>\n    <\/div>\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"6-c49\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-6-c49 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div data-aos=\"fadeIn\" class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-6-c50-outer\">\n            <div data-colibri-id=\"6-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-6-c50 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"6-c51\" class=\"h-global-transition-all h-heading style-240 style-local-6-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-6-c51\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Doneren<\/h2>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c52\" class=\"h-text h-text-component style-241 style-local-6-c52 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Moskee Houten bestaat dankzij de vrijgevigheid van haar gemeenschap. Dankzij uw donaties kunnen we de dagelijkse gebeden faciliteren, onderwijs verzorgen voor jong en oud, en de moskee onderhouden als een plek van rust, kennis en saamhorigheid.<\/p>\n                    <p>Doneren is meer dan geven \u2014 het is een daad van geloof.\n                      <br>\n                      <br><span style=\"font-weight: 600;\">De Profeet \ufdfa zei:&nbsp;<\/span><em style=\"font-weight: 600;\">\u201cWhen a person dies, his deeds come to an end except for three: ongoing charity (sadaqah jariyah), beneficial knowledge, or a righteous child who prays for him.\u201d<\/em>\n                      <br> <span style=\"font-weight: 300; color: rgb(108, 168, 111);\">\u2014 <\/span><strong style=\"font-weight: 300; color: rgb(108, 168, 111);\">[Sahih Muslim 1631]<\/strong><\/p>\n                    <p>Met jouw bijdrage bouw je voort aan iets wat blijft bestaan, zelfs wanneer wij er niet meer zijn.<\/p>\n                    <p>Of je nu eenmalig wilt geven of maandelijks wilt bijdragen, iedere euro helpt ons om samen de moskee in stand te houden \u2014 een huis dat generaties zal dienen, in geloof en verbondenheid.<\/p>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c53\" class=\"h-x-container style-242 style-local-6-c53 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-6-c53-group style-242-spacing style-local-6-c53-spacing\"><span class=\"h-button__outer style-243-outer style-local-6-c54-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\"  data-colibri-id=\"6-c54\" data-aos=\"bounce\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-243 style-local-6-c54 position-relative\"><!----><!----> <span>Doneer nu<\/span><\/a>\n                    <\/span>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"6-c55\" id=\"custom-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-244 style-local-6-c55 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"6-c56\" data-aos=\"fadeIn\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-6-c56 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-245-outer style-local-6-c57-outer\">\n            <div data-colibri-id=\"6-c57\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-245 style-local-6-c57 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"6-c58\" class=\"d-block style-254 style-local-6-c58 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img loading=\"lazy\" decoding=\"async\" width=\"2304\" height=\"1728\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d7af902f-6e89-4238-88f9-dbe633b72518.jpg\" class=\"wp-image-140 style-254-image style-local-6-c58-image\" alt=\"\" srcset=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d7af902f-6e89-4238-88f9-dbe633b72518.jpg 2304w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d7af902f-6e89-4238-88f9-dbe633b72518-300x225.jpg 300w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d7af902f-6e89-4238-88f9-dbe633b72518-1024x768.jpg 1024w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d7af902f-6e89-4238-88f9-dbe633b72518-768x576.jpg 768w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d7af902f-6e89-4238-88f9-dbe633b72518-1536x1152.jpg 1536w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/d7af902f-6e89-4238-88f9-dbe633b72518-2048x1536.jpg 2048w\" sizes=\"auto, (max-width: 2304px) 100vw, 2304px\" \/>\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-254-frameImage style-local-6-c58-frameImage\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-6-c59-outer\">\n            <div data-colibri-id=\"6-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-6-c59 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"6-c60\" class=\"h-global-transition-all h-heading style-240 style-local-6-c60 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-6-c60\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Ondernemers die onze moskee steunen<\/h2>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c61\" class=\"h-text h-text-component style-241 style-local-6-c61 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>De moskee is het hart van onze gemeenschap \u2014 een plek waar we samen bidden, leren en groeien.\n                      <br>\n                      <br>Lokale ondernemers spelen hierin een belangrijke rol. Dankzij hun steun kunnen we onderwijs blijven aanbieden, activiteiten organiseren en onze nieuwbouw realiseren.<\/p>\n                    <p>Sponsoren is meer dan financi\u00eble steun. Het is investeren in saamhorigheid, geloof en de toekomst van de gemeenschap.\n                      <br>\n                      <br>Als sponsor draag je niet alleen bij aan het voortbestaan van de moskee, maar ook aan iets dat blijvende zegen (barakah) brengt voor jouw onderneming.<\/p>\n                    <p>De Profeet \ufdfa zei:<em><br>\u201cThe most beloved people to Allah are those who are most beneficial to others.\u201d<\/em>\n                      <br> <span style=\"font-weight: 300; color: rgb(108, 168, 111);\">\u2014 <\/span><strong style=\"font-weight: 300; color: rgb(108, 168, 111);\">[al-Mu\u02bfjam al-Awsa\u1e6d 6192, graded Hasan by al-Albani]<\/strong><\/p>\n                    <p>Of je nu een kleine zelfstandige bent of een groot bedrijf runt \u2014 iedere bijdrage helpt. Word partner van Moskee Houten en laat jouw onderneming bijdragen aan iets wat blijvend goed doet.<\/p>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c62\" class=\"h-x-container style-242 style-local-6-c62 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-6-c62-group style-242-spacing style-local-6-c62-spacing\"><span class=\"h-button__outer style-243-outer style-local-6-c63-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\"  data-colibri-id=\"6-c63\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-243 style-local-6-c63 position-relative\"><!----><!----> <span>Sponsor worden<\/span><\/a>\n                    <\/span>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"6-c64\" id=\"clients\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-246 style-local-6-c64 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-fluid-container\">\n      <!---->\n      <div data-colibri-id=\"6-c65\" data-aos=\"fadeIn\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-247 style-local-6-c65 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-2 h-col-md-2 h-col-6 style-248-outer style-local-6-c66-outer\">\n            <div data-colibri-id=\"6-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-6-c66 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"6-c67\" class=\"d-block style-249 style-local-6-c67 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img decoding=\"async\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/colibri-image-61.png\" class=\"wp-image-174 style-249-image style-local-6-c67-image\" alt=\"\" \/>\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-249-frameImage style-local-6-c67-frameImage\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-2 h-col-md-2 h-col-6 style-248-outer style-local-6-c68-outer\">\n            <div data-colibri-id=\"6-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-6-c68 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"6-c69\" class=\"d-block style-249 style-local-6-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img decoding=\"async\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/colibri-image-62.png\" class=\"wp-image-175 style-249-image style-local-6-c69-image\" alt=\"\" \/>\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-249-frameImage style-local-6-c69-frameImage\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-2 h-col-md-2 h-col-6 style-248-outer style-local-6-c70-outer\">\n            <div data-colibri-id=\"6-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-6-c70 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"6-c71\" class=\"d-block style-249 style-local-6-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img decoding=\"async\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/colibri-image-63.png\" class=\"wp-image-176 style-249-image style-local-6-c71-image\" alt=\"\" \/>\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-249-frameImage style-local-6-c71-frameImage\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-2 h-col-md-2 h-col-6 style-248-outer style-local-6-c72-outer\">\n            <div data-colibri-id=\"6-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-6-c72 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"6-c73\" class=\"d-block style-249 style-local-6-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img decoding=\"async\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/colibri-image-64.png\" class=\"wp-image-177 style-249-image style-local-6-c73-image\" alt=\"\" \/>\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-249-frameImage style-local-6-c73-frameImage\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-2 h-col-md-2 h-col-6 style-248-outer style-local-6-c74-outer\">\n            <div data-colibri-id=\"6-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-6-c74 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"6-c75\" class=\"d-block style-249 style-local-6-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img decoding=\"async\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/colibri-image-61.png\" class=\"wp-image-174 style-249-image style-local-6-c75-image\" alt=\"\" \/>\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-249-frameImage style-local-6-c75-frameImage\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-2 h-col-md-2 h-col-6 style-248-outer style-local-6-c76-outer\">\n            <div data-colibri-id=\"6-c76\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-6-c76 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"6-c77\" class=\"d-block style-249 style-local-6-c77 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img decoding=\"async\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/colibri-image-62.png\" class=\"wp-image-175 style-249-image style-local-6-c77-image\" alt=\"\" \/>\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-249-frameImage style-local-6-c77-frameImage\"><\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"6-c82\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-255 style-local-6-c82 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"6-c95\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-268 style-local-6-c95 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-269-outer style-local-6-c96-outer\">\n            <div data-colibri-id=\"6-c96\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-269 style-local-6-c96 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"6-c97\" class=\"h-global-transition-all h-heading style-270 style-local-6-c97 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-270 style-local-6-c97\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Nieuws &amp; mededelingen<\/h2>\n                  <\/div>\n                <\/div>\n                <div data-colibri-id=\"6-c98\" class=\"h-lead h-text h-text-component style-271 style-local-6-c98 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Blijf op de hoogte van wat er leeft binnen onze gemeenschap. Hier vind je de laatste aankondigingen, nieuwbouwupdates en activiteiten.<\/p>\n                    <p>Moskee Houten wil transparant zijn over haar projecten en voortgang. zodat iedere donateur en bezoeker kan zien wat er met hun steun wordt gerealiseerd.<\/p>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div data-colibri-id=\"6-c83\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-256 style-local-6-c83 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-257-outer style-local-6-c84-outer\">\n            <div data-colibri-id=\"6-c84\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-257 style-local-6-c84 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"6-c85\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-258 style-local-6-c85 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-258-row style-local-6-c85-row\">\n                    <!---->\n        <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 post-522 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized masonry-item style-259-outer style-local-6-c86-outer\"><div data-colibri-id=\"6-c86\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-259 style-local-6-c86 position-relative\"> <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\"> <div data-colibri-id=\"6-c87\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-260 style-local-6-c87 h-overflow-hidden position-relative\"><div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\"> <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-261-outer style-local-6-c88-outer\"><div data-colibri-id=\"6-c88\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-261 style-local-6-c88 position-relative\"> <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\"> <div data-href=\"https:\/\/moskeehouten.wa-lab.nl\/index.php\/2025\/12\/06\/test\/\" data-colibri-component=\"link\" data-colibri-id=\"6-c89\" class=\"colibri-post-thumbnail colibri-post-has-thumbnail colibri-post-thumbnail-has-placeholder style-262 style-local-6-c89 h-overflow-hidden position-relative h-element\"><div class=\"h-global-transition-all colibri-post-thumbnail-shortcode style-dynamic-6-c89-height\">            <a href=\"https:\/\/moskeehouten.wa-lab.nl\/index.php\/2025\/12\/06\/test\/\" title=\"Test\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1662\" height=\"1763\" src=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/12\/cropped-begeleiding-shahada-zuster-moslim-worden-moskee-houten.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/12\/cropped-begeleiding-shahada-zuster-moslim-worden-moskee-houten.png 1662w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/12\/cropped-begeleiding-shahada-zuster-moslim-worden-moskee-houten-283x300.png 283w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/12\/cropped-begeleiding-shahada-zuster-moslim-worden-moskee-houten-965x1024.png 965w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/12\/cropped-begeleiding-shahada-zuster-moslim-worden-moskee-houten-768x815.png 768w, https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/12\/cropped-begeleiding-shahada-zuster-moslim-worden-moskee-houten-1448x1536.png 1448w\" sizes=\"auto, (max-width: 1662px) 100vw, 1662px\" \/>            <\/a>\n\t\t\t<\/div> <div class=\"colibri-post-thumbnail-content align-items-lg-center align-items-md-center align-items-center flex-basis-100\"><div class=\"w-100 h-y-container\"> <\/div><\/div><\/div><\/div><\/div><\/div><div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-263-outer style-local-6-c90-outer\"><div data-colibri-id=\"6-c90\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-263 style-local-6-c90 position-relative\"> <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\"> <div data-colibri-id=\"6-c91\" class=\"h-blog-title style-264 style-local-6-c91 position-relative h-element\"><div class=\"h-global-transition-all\"><a href=\"https:\/\/moskeehouten.wa-lab.nl\/index.php\/2025\/12\/06\/test\/\"><h4 class=\"colibri-word-wrap\">Test<\/h4><\/a><\/div><\/div><div data-colibri-id=\"6-c92\" class=\"style-265 style-local-6-c92 position-relative h-element\"><div class=\"h-global-transition-all\"><div class=\"colibri-post-excerpt\">test<\/div><\/div><\/div><div data-colibri-id=\"6-c93\" class=\"h-x-container style-266 style-local-6-c93 position-relative h-element\"><div class=\"h-x-container-inner style-dynamic-6-c93-group\"><span class=\"h-button__outer style-267-outer style-local-6-c94-outer d-inline-flex h-element\"><a href=\"https:\/\/moskeehouten.wa-lab.nl\/index.php\/2025\/12\/06\/test\/\" data-colibri-id=\"6-c94\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-267 style-local-6-c94 position-relative\"> <span>Read more<\/span> <span class=\"h-svg-icon h-button__icon style-267-icon style-local-6-c94-icon\"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"arrow-right\" viewbox=\"0 0 512 545.5\"><path d=\"M299.5 140.5l136 136 11 11.5-11 11.5-136 136-23-23L385 304H64v-32h321L276.5 163.5z\"><\/path><\/svg><\/span><\/a><\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n      \n      \n        <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 post-1 post type-post status-publish format-standard hentry category-uncategorized masonry-item style-259-outer style-local-6-c86-outer\"><div data-colibri-id=\"6-c86\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-259 style-local-6-c86 position-relative\"> <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\"> <div data-colibri-id=\"6-c87\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-260 style-local-6-c87 h-overflow-hidden position-relative\"><div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\"> <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-261-outer style-local-6-c88-outer\"><div data-colibri-id=\"6-c88\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-261 style-local-6-c88 position-relative\"> <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\"> <div data-href=\"https:\/\/moskeehouten.wa-lab.nl\/index.php\/2025\/11\/03\/hello-world\/\" data-colibri-component=\"link\" data-colibri-id=\"6-c89\" class=\"colibri-post-thumbnail colibri-post-has-no-thumbnail colibri-post-thumbnail-has-placeholder style-262 style-local-6-c89 h-overflow-hidden position-relative h-element\"><div class=\"h-global-transition-all colibri-post-thumbnail-shortcode style-dynamic-6-c89-height\"><\/div> <div class=\"colibri-post-thumbnail-content align-items-lg-center align-items-md-center align-items-center flex-basis-100\"><div class=\"w-100 h-y-container\"> <\/div><\/div><\/div><\/div><\/div><\/div><div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-263-outer style-local-6-c90-outer\"><div data-colibri-id=\"6-c90\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-263 style-local-6-c90 position-relative\"> <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\"> <div data-colibri-id=\"6-c91\" class=\"h-blog-title style-264 style-local-6-c91 position-relative h-element\"><div class=\"h-global-transition-all\"><a href=\"https:\/\/moskeehouten.wa-lab.nl\/index.php\/2025\/11\/03\/hello-world\/\"><h4 class=\"colibri-word-wrap\">Hello world!<\/h4><\/a><\/div><\/div><div data-colibri-id=\"6-c92\" class=\"style-265 style-local-6-c92 position-relative h-element\"><div class=\"h-global-transition-all\"><div class=\"colibri-post-excerpt\">Welcome to WordPress. This is your first post. [&hellip;]<\/div><\/div><\/div><div data-colibri-id=\"6-c93\" class=\"h-x-container style-266 style-local-6-c93 position-relative h-element\"><div class=\"h-x-container-inner style-dynamic-6-c93-group\"><span class=\"h-button__outer style-267-outer style-local-6-c94-outer d-inline-flex h-element\"><a href=\"https:\/\/moskeehouten.wa-lab.nl\/index.php\/2025\/11\/03\/hello-world\/\" data-colibri-id=\"6-c94\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-267 style-local-6-c94 position-relative\"> <span>Read more<\/span> <span class=\"h-svg-icon h-button__icon style-267-icon style-local-6-c94-icon\"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"arrow-right\" viewbox=\"0 0 512 545.5\"><path d=\"M299.5 140.5l136 136 11 11.5-11 11.5-136 136-23-23L385 304H64v-32h321L276.5 163.5z\"><\/path><\/svg><\/span><\/a><\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n      \n      \n                    <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Gebedstijden Over Moskee Houten Moskee Houten is meer [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/homepage.php","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Moskee Houten<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Moskee Houten\" \/>\n<meta property=\"og:description\" content=\"Gebedstijden Over Moskee Houten Moskee Houten is meer [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/moskeehouten.wa-lab.nl\/\" \/>\n<meta property=\"og:site_name\" content=\"Moskee Houten\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-06T10:39:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/a1-1024x576.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/\",\"url\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/\",\"name\":\"Home - Moskee Houten\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/a1.png\",\"datePublished\":\"2025-11-03T12:10:09+00:00\",\"dateModified\":\"2025-12-06T10:39:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/#primaryimage\",\"url\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/a1.png\",\"contentUrl\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/a1.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/#website\",\"url\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/\",\"name\":\"Moskee Houten\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/#organization\",\"name\":\"Moskee Houten\",\"url\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cropped-MOSKEE_HOUTEN_DARK_GREEN-scaled-1.png\",\"contentUrl\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cropped-MOSKEE_HOUTEN_DARK_GREEN-scaled-1.png\",\"width\":2560,\"height\":1558,\"caption\":\"Moskee Houten\"},\"image\":{\"@id\":\"https:\\\/\\\/moskeehouten.wa-lab.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Moskee Houten","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"nl_NL","og_type":"article","og_title":"Home - Moskee Houten","og_description":"Gebedstijden Over Moskee Houten Moskee Houten is meer [&hellip;]","og_url":"https:\/\/moskeehouten.wa-lab.nl\/","og_site_name":"Moskee Houten","article_modified_time":"2025-12-06T10:39:07+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/a1-1024x576.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"6 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/moskeehouten.wa-lab.nl\/","url":"https:\/\/moskeehouten.wa-lab.nl\/","name":"Home - Moskee Houten","isPartOf":{"@id":"https:\/\/moskeehouten.wa-lab.nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/moskeehouten.wa-lab.nl\/#primaryimage"},"image":{"@id":"https:\/\/moskeehouten.wa-lab.nl\/#primaryimage"},"thumbnailUrl":"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/a1.png","datePublished":"2025-11-03T12:10:09+00:00","dateModified":"2025-12-06T10:39:07+00:00","breadcrumb":{"@id":"https:\/\/moskeehouten.wa-lab.nl\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/moskeehouten.wa-lab.nl\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/moskeehouten.wa-lab.nl\/#primaryimage","url":"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/a1.png","contentUrl":"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/a1.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/moskeehouten.wa-lab.nl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/moskeehouten.wa-lab.nl\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/moskeehouten.wa-lab.nl\/#website","url":"https:\/\/moskeehouten.wa-lab.nl\/","name":"Moskee Houten","description":"","publisher":{"@id":"https:\/\/moskeehouten.wa-lab.nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/moskeehouten.wa-lab.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/moskeehouten.wa-lab.nl\/#organization","name":"Moskee Houten","url":"https:\/\/moskeehouten.wa-lab.nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/moskeehouten.wa-lab.nl\/#\/schema\/logo\/image\/","url":"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/cropped-MOSKEE_HOUTEN_DARK_GREEN-scaled-1.png","contentUrl":"https:\/\/moskeehouten.wa-lab.nl\/wp-content\/uploads\/2025\/11\/cropped-MOSKEE_HOUTEN_DARK_GREEN-scaled-1.png","width":2560,"height":1558,"caption":"Moskee Houten"},"image":{"@id":"https:\/\/moskeehouten.wa-lab.nl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/moskeehouten.wa-lab.nl\/index.php\/wp-json\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moskeehouten.wa-lab.nl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/moskeehouten.wa-lab.nl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/moskeehouten.wa-lab.nl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moskeehouten.wa-lab.nl\/index.php\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":20,"href":"https:\/\/moskeehouten.wa-lab.nl\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":498,"href":"https:\/\/moskeehouten.wa-lab.nl\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions\/498"}],"wp:attachment":[{"href":"https:\/\/moskeehouten.wa-lab.nl\/index.php\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}