<!doctype html>
<html lang="nl-NL">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{delete Object.assign(arguments[0],{[t(e)]:arguments[0][e]})[e]})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover">
<link rel="profile" href="https://gmpg.org/xfn/11">
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<script data-cfasync="false" data-pagespeed-no-defer>
var gtm4wp_datalayer_name = "dataLayer";
var dataLayer = dataLayer || [];
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com -->
<!-- This site is optimized with the Yoast SEO plugin v23.9 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Home - Graffiti kinderfeestje</title>
<meta name="description" content="Op zoek naar een uniek graffiti kinderfeestje? Vier bij ons met al je vrienden je tofste kinderpartijtje bij Graffitifun! Een unieke workshop!" />
<link rel="canonical" href="https://graffitikinderfeestje.nl/" />
<meta property="og:locale" content="nl_NL" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Home - Graffiti kinderfeestje" />
<meta property="og:description" content="Op zoek naar een uniek graffiti kinderfeestje? Vier bij ons met al je vrienden je tofste kinderpartijtje bij Graffitifun! Een unieke workshop!" />
<meta property="og:url" content="https://graffitikinderfeestje.nl/" />
<meta property="og:site_name" content="Graffiti kinderfeestje" />
<meta property="article:publisher" content="https://nl-nl.facebook.com/GRAFFITIFUN.EUROPE" />
<meta property="article:modified_time" content="2024-11-06T09:03:52+00:00" />
<meta property="og:image" content="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Kinderfeestje-vieren-bij-Graffitifun.jpg" />
<meta property="og:image:width" content="700" />
<meta property="og:image:height" content="600" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@MICHS1989" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://graffitikinderfeestje.nl/","url":"https://graffitikinderfeestje.nl/","name":"Home - Graffiti kinderfeestje","isPartOf":{"@id":"https://graffitikinderfeestje.nl/#website"},"about":{"@id":"https://graffitikinderfeestje.nl/#organization"},"primaryImageOfPage":{"@id":"https://graffitikinderfeestje.nl/#primaryimage"},"image":{"@id":"https://graffitikinderfeestje.nl/#primaryimage"},"thumbnailUrl":"https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Kinderfeestje-vieren-bij-Graffitifun.jpg","datePublished":"2023-11-09T21:15:43+00:00","dateModified":"2024-11-06T09:03:52+00:00","description":"Op zoek naar een uniek graffiti kinderfeestje? Vier bij ons met al je vrienden je tofste kinderpartijtje bij Graffitifun! Een unieke workshop!","breadcrumb":{"@id":"https://graffitikinderfeestje.nl/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https://graffitikinderfeestje.nl/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https://graffitikinderfeestje.nl/#primaryimage","url":"https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Kinderfeestje-vieren-bij-Graffitifun.jpg","contentUrl":"https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Kinderfeestje-vieren-bij-Graffitifun.jpg","width":700,"height":600,"caption":"Kinderfeestje vieren bij Graffitifun"},{"@type":"BreadcrumbList","@id":"https://graffitikinderfeestje.nl/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://graffitikinderfeestje.nl/#website","url":"https://graffitikinderfeestje.nl/","name":"Graffiti kinderfeestje","description":"Het tofste kinderfeestje van de Benelux!","publisher":{"@id":"https://graffitikinderfeestje.nl/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://graffitikinderfeestje.nl/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https://graffitikinderfeestje.nl/#organization","name":"Graffiti kinderfeestje","url":"https://graffitikinderfeestje.nl/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https://graffitikinderfeestje.nl/#/schema/logo/image/","url":"https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_.png","contentUrl":"https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_.png","width":500,"height":500,"caption":"Graffiti kinderfeestje"},"image":{"@id":"https://graffitikinderfeestje.nl/#/schema/logo/image/"},"sameAs":["https://nl-nl.facebook.com/GRAFFITIFUN.EUROPE","https://x.com/MICHS1989","https://www.instagram.com/graffitifun/?hl=nl","https://nl.pinterest.com/graffitifunPA/"]}]}</script>
<meta name="google-site-verification" content="wdRqOCjIN006Lh4YYoBM61Z5LFLlUTV4FDWnCigsHj4" />
<!-- / Yoast SEO plugin. -->
<link data-minify="1" rel='stylesheet' id='blocksy-dynamic-global-css' href='https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/uploads/blocksy/css/global.css?ver=1732166358' media='all' />
<link data-minify="1" rel='stylesheet' id='hfe-widgets-style-css' href='https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=1732166358' media='all' />
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--palette-color-1: var(--theme-palette-color-1, #ffffff);--wp--preset--color--palette-color-2: var(--theme-palette-color-2, #B11cfe);--wp--preset--color--palette-color-3: var(--theme-palette-color-3, #c9c9c9);--wp--preset--color--palette-color-4: var(--theme-palette-color-4, #ffffff);--wp--preset--color--palette-color-5: var(--theme-palette-color-5, #ffcc00);--wp--preset--color--palette-color-6: var(--theme-palette-color-6, #240046);--wp--preset--color--palette-color-7: var(--theme-palette-color-7, #000000);--wp--preset--color--palette-color-8: var(--theme-palette-color-8, #ffffff);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--juicy-peach: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);--wp--preset--gradient--young-passion: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);--wp--preset--gradient--true-sunset: linear-gradient(to right, #fa709a 0%, #fee140 100%);--wp--preset--gradient--morpheus-den: linear-gradient(to top, #30cfd0 0%, #330867 100%);--wp--preset--gradient--plum-plate: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--wp--preset--gradient--aqua-splash: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);--wp--preset--gradient--love-kiss: linear-gradient(to top, #ff0844 0%, #ffb199 100%);--wp--preset--gradient--new-retrowave: linear-gradient(to top, #3b41c5 0%, #a981bb 49%, #ffc8a9 100%);--wp--preset--gradient--plum-bath: linear-gradient(to top, #cc208e 0%, #6713d2 100%);--wp--preset--gradient--high-flight: linear-gradient(to right, #0acffe 0%, #495aff 100%);--wp--preset--gradient--teen-party: linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%);--wp--preset--gradient--fabled-sunset: linear-gradient(-225deg, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);--wp--preset--gradient--arielle-smile: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);--wp--preset--gradient--itmeo-branding: linear-gradient(180deg, #2af598 0%, #009efd 100%);--wp--preset--gradient--deep-blue: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);--wp--preset--gradient--strong-bliss: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);--wp--preset--gradient--sweet-period: linear-gradient(to top, #3f51b1 0%, #5a55ae 13%, #7b5fac 25%, #8f6aae 38%, #a86aa4 50%, #cc6b8e 62%, #f18271 75%, #f3a469 87%, #f7c978 100%);--wp--preset--gradient--purple-division: linear-gradient(to top, #7028e4 0%, #e5b2ca 100%);--wp--preset--gradient--cold-evening: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);--wp--preset--gradient--mountain-rock: linear-gradient(to right, #868f96 0%, #596164 100%);--wp--preset--gradient--desert-hump: linear-gradient(to top, #c79081 0%, #dfa579 100%);--wp--preset--gradient--ethernal-constance: linear-gradient(to top, #09203f 0%, #537895 100%);--wp--preset--gradient--happy-memories: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);--wp--preset--gradient--grown-early: linear-gradient(to top, #0ba360 0%, #3cba92 100%);--wp--preset--gradient--morning-salad: linear-gradient(-225deg, #B7F8DB 0%, #50A7C2 100%);--wp--preset--gradient--night-call: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);--wp--preset--gradient--mind-crawl: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);--wp--preset--gradient--angel-care: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);--wp--preset--gradient--juicy-cake: linear-gradient(to top, #e14fad 0%, #f9d423 100%);--wp--preset--gradient--rich-metal: linear-gradient(to right, #d7d2cc 0%, #304352 100%);--wp--preset--gradient--mole-hall: linear-gradient(-20deg, #616161 0%, #9bc5c3 100%);--wp--preset--gradient--cloudy-knoxville: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);--wp--preset--gradient--soft-grass: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);--wp--preset--gradient--saint-petersburg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);--wp--preset--gradient--everlasting-sky: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);--wp--preset--gradient--kind-steel: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);--wp--preset--gradient--over-sun: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);--wp--preset--gradient--premium-white: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);--wp--preset--gradient--clean-mirror: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);--wp--preset--gradient--wild-apple: linear-gradient(to top, #d299c2 0%, #fef9d7 100%);--wp--preset--gradient--snow-again: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);--wp--preset--gradient--confident-cloud: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);--wp--preset--gradient--glass-water: linear-gradient(to top, #dfe9f3 0%, white 100%);--wp--preset--gradient--perfect-white: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: clamp(22px, 1.375rem + ((1vw - 3.2px) * 0.625), 30px);--wp--preset--font-size--x-large: clamp(30px, 1.875rem + ((1vw - 3.2px) * 1.563), 50px);--wp--preset--font-size--xx-large: clamp(45px, 2.813rem + ((1vw - 3.2px) * 2.734), 80px);--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root { --wp--style--global--content-size: var(--theme-block-max-width);--wp--style--global--wide-size: var(--theme-block-wide-max-width); }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: var(--theme-content-spacing); margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: var(--theme-content-spacing); }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: var(--theme-content-spacing);margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: var(--theme-content-spacing);margin-block-end: 0;}:root :where(.is-layout-flex){gap: var(--theme-content-spacing);}:root :where(.is-layout-grid){gap: var(--theme-content-spacing);}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-palette-color-1-color{color: var(--wp--preset--color--palette-color-1) !important;}.has-palette-color-2-color{color: var(--wp--preset--color--palette-color-2) !important;}.has-palette-color-3-color{color: var(--wp--preset--color--palette-color-3) !important;}.has-palette-color-4-color{color: var(--wp--preset--color--palette-color-4) !important;}.has-palette-color-5-color{color: var(--wp--preset--color--palette-color-5) !important;}.has-palette-color-6-color{color: var(--wp--preset--color--palette-color-6) !important;}.has-palette-color-7-color{color: var(--wp--preset--color--palette-color-7) !important;}.has-palette-color-8-color{color: var(--wp--preset--color--palette-color-8) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-palette-color-1-background-color{background-color: var(--wp--preset--color--palette-color-1) !important;}.has-palette-color-2-background-color{background-color: var(--wp--preset--color--palette-color-2) !important;}.has-palette-color-3-background-color{background-color: var(--wp--preset--color--palette-color-3) !important;}.has-palette-color-4-background-color{background-color: var(--wp--preset--color--palette-color-4) !important;}.has-palette-color-5-background-color{background-color: var(--wp--preset--color--palette-color-5) !important;}.has-palette-color-6-background-color{background-color: var(--wp--preset--color--palette-color-6) !important;}.has-palette-color-7-background-color{background-color: var(--wp--preset--color--palette-color-7) !important;}.has-palette-color-8-background-color{background-color: var(--wp--preset--color--palette-color-8) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-palette-color-1-border-color{border-color: var(--wp--preset--color--palette-color-1) !important;}.has-palette-color-2-border-color{border-color: var(--wp--preset--color--palette-color-2) !important;}.has-palette-color-3-border-color{border-color: var(--wp--preset--color--palette-color-3) !important;}.has-palette-color-4-border-color{border-color: var(--wp--preset--color--palette-color-4) !important;}.has-palette-color-5-border-color{border-color: var(--wp--preset--color--palette-color-5) !important;}.has-palette-color-6-border-color{border-color: var(--wp--preset--color--palette-color-6) !important;}.has-palette-color-7-border-color{border-color: var(--wp--preset--color--palette-color-7) !important;}.has-palette-color-8-border-color{border-color: var(--wp--preset--color--palette-color-8) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-juicy-peach-gradient-background{background: var(--wp--preset--gradient--juicy-peach) !important;}.has-young-passion-gradient-background{background: var(--wp--preset--gradient--young-passion) !important;}.has-true-sunset-gradient-background{background: var(--wp--preset--gradient--true-sunset) !important;}.has-morpheus-den-gradient-background{background: var(--wp--preset--gradient--morpheus-den) !important;}.has-plum-plate-gradient-background{background: var(--wp--preset--gradient--plum-plate) !important;}.has-aqua-splash-gradient-background{background: var(--wp--preset--gradient--aqua-splash) !important;}.has-love-kiss-gradient-background{background: var(--wp--preset--gradient--love-kiss) !important;}.has-new-retrowave-gradient-background{background: var(--wp--preset--gradient--new-retrowave) !important;}.has-plum-bath-gradient-background{background: var(--wp--preset--gradient--plum-bath) !important;}.has-high-flight-gradient-background{background: var(--wp--preset--gradient--high-flight) !important;}.has-teen-party-gradient-background{background: var(--wp--preset--gradient--teen-party) !important;}.has-fabled-sunset-gradient-background{background: var(--wp--preset--gradient--fabled-sunset) !important;}.has-arielle-smile-gradient-background{background: var(--wp--preset--gradient--arielle-smile) !important;}.has-itmeo-branding-gradient-background{background: var(--wp--preset--gradient--itmeo-branding) !important;}.has-deep-blue-gradient-background{background: var(--wp--preset--gradient--deep-blue) !important;}.has-strong-bliss-gradient-background{background: var(--wp--preset--gradient--strong-bliss) !important;}.has-sweet-period-gradient-background{background: var(--wp--preset--gradient--sweet-period) !important;}.has-purple-division-gradient-background{background: var(--wp--preset--gradient--purple-division) !important;}.has-cold-evening-gradient-background{background: var(--wp--preset--gradient--cold-evening) !important;}.has-mountain-rock-gradient-background{background: var(--wp--preset--gradient--mountain-rock) !important;}.has-desert-hump-gradient-background{background: var(--wp--preset--gradient--desert-hump) !important;}.has-ethernal-constance-gradient-background{background: var(--wp--preset--gradient--ethernal-constance) !important;}.has-happy-memories-gradient-background{background: var(--wp--preset--gradient--happy-memories) !important;}.has-grown-early-gradient-background{background: var(--wp--preset--gradient--grown-early) !important;}.has-morning-salad-gradient-background{background: var(--wp--preset--gradient--morning-salad) !important;}.has-night-call-gradient-background{background: var(--wp--preset--gradient--night-call) !important;}.has-mind-crawl-gradient-background{background: var(--wp--preset--gradient--mind-crawl) !important;}.has-angel-care-gradient-background{background: var(--wp--preset--gradient--angel-care) !important;}.has-juicy-cake-gradient-background{background: var(--wp--preset--gradient--juicy-cake) !important;}.has-rich-metal-gradient-background{background: var(--wp--preset--gradient--rich-metal) !important;}.has-mole-hall-gradient-background{background: var(--wp--preset--gradient--mole-hall) !important;}.has-cloudy-knoxville-gradient-background{background: var(--wp--preset--gradient--cloudy-knoxville) !important;}.has-soft-grass-gradient-background{background: var(--wp--preset--gradient--soft-grass) !important;}.has-saint-petersburg-gradient-background{background: var(--wp--preset--gradient--saint-petersburg) !important;}.has-everlasting-sky-gradient-background{background: var(--wp--preset--gradient--everlasting-sky) !important;}.has-kind-steel-gradient-background{background: var(--wp--preset--gradient--kind-steel) !important;}.has-over-sun-gradient-background{background: var(--wp--preset--gradient--over-sun) !important;}.has-premium-white-gradient-background{background: var(--wp--preset--gradient--premium-white) !important;}.has-clean-mirror-gradient-background{background: var(--wp--preset--gradient--clean-mirror) !important;}.has-wild-apple-gradient-background{background: var(--wp--preset--gradient--wild-apple) !important;}.has-snow-again-gradient-background{background: var(--wp--preset--gradient--snow-again) !important;}.has-confident-cloud-gradient-background{background: var(--wp--preset--gradient--confident-cloud) !important;}.has-glass-water-gradient-background{background: var(--wp--preset--gradient--glass-water) !important;}.has-perfect-white-gradient-background{background: var(--wp--preset--gradient--perfect-white) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-xx-large-font-size{font-size: var(--wp--preset--font-size--xx-large) !important;}
:root :where(.wp-block-pullquote){font-size: clamp(0.984em, 0.984rem + ((1vw - 0.2em) * 0.645), 1.5em);line-height: 1.6;}
</style>
<link data-minify="1" rel='stylesheet' id='contact-form-7-css' href='https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=1732166358' media='all' />
<link data-minify="1" rel='stylesheet' id='hfe-style-css' href='https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=1732166358' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.25.9' media='all' />
<link data-minify="1" rel='stylesheet' id='swiper-css' href='https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1732166358' media='all' />
<link rel='stylesheet' id='e-swiper-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.25.9' media='all' />
<link rel='stylesheet' id='elementor-post-8-css' href='https://graffitikinderfeestje.nl/wp-content/uploads/elementor/css/post-8.css?ver=1732166352' media='all' />
<link rel='stylesheet' id='e-popup-style-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/pro-elements/assets/css/conditionals/popup.min.css?ver=3.25.3' media='all' />
<link data-minify="1" rel='stylesheet' id='font-awesome-5-all-css' href='https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1732166358' media='all' />
<link rel='stylesheet' id='font-awesome-4-shim-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.25.9' media='all' />
<link rel='stylesheet' id='elementor-post-18-css' href='https://graffitikinderfeestje.nl/wp-content/uploads/elementor/css/post-18.css?ver=1732167121' media='all' />
<link data-minify="1" rel='stylesheet' id='ct-main-styles-css' href='https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/themes/blocksy/static/bundle/main.min.css?ver=1732166358' media='all' />
<link rel='stylesheet' id='ct-page-title-styles-css' href='https://graffitikinderfeestje.nl/wp-content/themes/blocksy/static/bundle/page-title.min.css?ver=2.0.77' media='all' />
<link rel='stylesheet' id='ct-elementor-styles-css' href='https://graffitikinderfeestje.nl/wp-content/themes/blocksy/static/bundle/elementor-frontend.min.css?ver=2.0.77' media='all' />
<link rel='stylesheet' id='ct-cf-7-styles-css' href='https://graffitikinderfeestje.nl/wp-content/themes/blocksy/static/bundle/cf-7.min.css?ver=2.0.77' media='all' />
<link rel='stylesheet' id='ct-wpforms-styles-css' href='https://graffitikinderfeestje.nl/wp-content/themes/blocksy/static/bundle/wpforms.min.css?ver=2.0.77' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.25.9' media='all' />
<link rel='stylesheet' id='widget-text-editor-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.25.9' media='all' />
<link rel='stylesheet' id='e-animation-shrink-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css?ver=3.25.9' media='all' />
<link rel='stylesheet' id='elementor-post-3585-css' href='https://graffitikinderfeestje.nl/wp-content/uploads/elementor/css/post-3585.css?ver=1732166353' media='all' />
<link rel='stylesheet' id='hfe-icons-list-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.24.3' media='all' />
<link rel='stylesheet' id='hfe-social-icons-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.0' media='all' />
<link data-minify="1" rel='stylesheet' id='hfe-social-share-icons-brands-css' href='https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=1732166358' media='all' />
<link data-minify="1" rel='stylesheet' id='hfe-social-share-icons-fontawesome-css' href='https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=1732166358' media='all' />
<link data-minify="1" rel='stylesheet' id='hfe-nav-menu-icons-css' href='https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=1732166358' media='all' />
<link rel='stylesheet' id='hfe-widget-blockquote-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor-pro/assets/css/widget-blockquote.min.css?ver=3.25.0' media='all' />
<style id='rocket-lazyload-inline-css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://graffitikinderfeestje.nl/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
</style>
<link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap&ver=6.7' media='all' />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.25.9" id="font-awesome-4-shim-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<!-- GTM Container placement set to automatic -->
<script data-cfasync="false" data-pagespeed-no-defer type="text/javascript">
var dataLayer_content = {"pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"admin"};
dataLayer.push( dataLayer_content );
</script>
<script type="rocketlazyloadscript" data-cfasync="false">
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PCXJJMLH');
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com --><noscript><link rel='stylesheet' href='https://graffitikinderfeestje.nl/wp-content/themes/blocksy/static/bundle/no-scripts.min.css' type='text/css'></noscript>
<style id="ct-main-styles-inline-css">[data-header*="type-1"] {--has-transparent-header:1;}</style>
<meta name="generator" content="Elementor 3.25.9; features: e_font_icon_svg, additional_custom_breakpoints, e_optimized_control_loading; settings: css_print_method-external, google_font-enabled, font_display-swap">
<style>
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
@media screen and (max-height: 1024px) {
.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
}
@media screen and (max-height: 640px) {
.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
}
</style>
<style id="uagb-style-frontend-18">.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}
</style><link rel="icon" href="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti-150x150.png" sizes="32x32" />
<link rel="icon" href="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti.png" />
<meta name="msapplication-TileImage" content="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti.png" />
<style id="wp-custom-css">
.button, .ct-button, .entry-tags a, .added_to_cart, [type=submit], .wp-element-button, .wp-block-button__link, a.showlogin, a.restore-item, button.regform-button, button[class*=ajax], .forminator-ui[data-design=none] .forminator-button, .fluentform .ff-el-group button.ff-btn {
position: relative;
color: #000000;
border: var(--theme-button-border);
background-color: var(--theme-button-background-initial-color);
}
element.style {
width: 350px;
height: 400;
top: 520px;
left: 00;
left: ;
}
.pum-overlay, html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container, html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
position: fixed;
}
.pum-overlay.pum-overlay-disabled .pum-container {
visibility: visible;
}
</style>
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><style id="wpforms-css-vars-root">
:root {
--wpforms-field-border-radius: 3px;
--wpforms-field-border-style: solid;
--wpforms-field-border-size: 1px;
--wpforms-field-background-color: #ffffff;
--wpforms-field-border-color: rgba( 0, 0, 0, 0.25 );
--wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 );
--wpforms-field-text-color: rgba( 0, 0, 0, 0.7 );
--wpforms-field-menu-color: #ffffff;
--wpforms-label-color: rgba( 0, 0, 0, 0.85 );
--wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 );
--wpforms-label-error-color: #d63637;
--wpforms-button-border-radius: 3px;
--wpforms-button-border-style: none;
--wpforms-button-border-size: 1px;
--wpforms-button-background-color: #066aab;
--wpforms-button-border-color: #066aab;
--wpforms-button-text-color: #ffffff;
--wpforms-page-break-color: #066aab;
--wpforms-background-image: none;
--wpforms-background-position: center center;
--wpforms-background-repeat: no-repeat;
--wpforms-background-size: cover;
--wpforms-background-width: 100px;
--wpforms-background-height: 100px;
--wpforms-background-color: rgba( 0, 0, 0, 0 );
--wpforms-background-url: none;
--wpforms-container-padding: 0px;
--wpforms-container-border-style: none;
--wpforms-container-border-width: 1px;
--wpforms-container-border-color: #000000;
--wpforms-container-border-radius: 3px;
--wpforms-field-size-input-height: 43px;
--wpforms-field-size-input-spacing: 15px;
--wpforms-field-size-font-size: 16px;
--wpforms-field-size-line-height: 19px;
--wpforms-field-size-padding-h: 14px;
--wpforms-field-size-checkbox-size: 16px;
--wpforms-field-size-sublabel-spacing: 5px;
--wpforms-field-size-icon-size: 1;
--wpforms-label-size-font-size: 16px;
--wpforms-label-size-line-height: 19px;
--wpforms-label-size-sublabel-font-size: 14px;
--wpforms-label-size-sublabel-line-height: 17px;
--wpforms-button-size-font-size: 17px;
--wpforms-button-size-height: 41px;
--wpforms-button-size-padding-h: 15px;
--wpforms-button-size-margin-top: 10px;
--wpforms-container-shadow-size-box-shadow: none;
}
</style> </head>
<body class="home page-template page-template-elementor_header_footer page page-id-18 wp-custom-logo wp-embed-responsive ehf-template-blocksy ehf-stylesheet-blocksy elementor-default elementor-template-full-width elementor-kit-8 elementor-page elementor-page-18" data-link="type-2" data-prefix="single_page" data-header="type-1:sticky" data-footer="type-1" itemscope="itemscope" itemtype="https://schema.org/WebPage">
<a class="skip-link show-on-focus" href="#main">
Ga naar de inhoud</a>
<!-- GTM Container placement set to automatic -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PCXJJMLH" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --><div class="ct-drawer-canvas" data-location="start"><div id="offcanvas" class="ct-panel ct-header" data-behaviour="right-side"><div class="ct-panel-inner">
<div class="ct-panel-actions">
<button class="ct-toggle-close" data-type="type-1" aria-label="Sluit lade">
<svg class="ct-icon" width="12" height="12" viewBox="0 0 15 15"><path d="M1 15a1 1 0 01-.71-.29 1 1 0 010-1.41l5.8-5.8-5.8-5.8A1 1 0 011.7.29l5.8 5.8 5.8-5.8a1 1 0 011.41 1.41l-5.8 5.8 5.8 5.8a1 1 0 01-1.41 1.41l-5.8-5.8-5.8 5.8A1 1 0 011 15z"/></svg>
</button>
</div>
<div class="ct-panel-content" data-device="desktop"><div class="ct-panel-content-inner"></div></div><div class="ct-panel-content" data-device="mobile"><div class="ct-panel-content-inner">
<nav
class="mobile-menu menu-container has-submenu"
data-id="mobile-menu" data-interaction="click" data-toggle-type="type-1" data-submenu-dots="yes" aria-label="Off canvas menu">
<ul id="menu-hoofdmenu-1" role="menubar"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-18 current_page_item menu-item-187" role="none"><a href="https://graffitikinderfeestje.nl/" aria-current="page" class="ct-menu-link" role="menuitem">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-274" role="none"><span class="ct-sub-menu-parent"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje/" class="ct-menu-link" role="menuitem">Graffiti kinderfeestje</a><button class="ct-toggle-dropdown-mobile" aria-label="Dropdown menu uitvouwen" aria-haspopup="true" aria-expanded="false" role="menuitem"><svg class="ct-icon toggle-icon-1" width="15" height="15" viewBox="0 0 15 15"><path d="M3.9,5.1l3.6,3.6l3.6-3.6l1.4,0.7l-5,5l-5-5L3.9,5.1z"/></svg></button></span>
<ul class="sub-menu" role="menu">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-281" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-amsterdam/" class="ct-menu-link" role="menuitem">Amsterdam</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-279" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-utrecht/" class="ct-menu-link" role="menuitem">Utrecht</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-280" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-rotterdam/" class="ct-menu-link" role="menuitem">Rotterdam</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-277" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-zaandam/" class="ct-menu-link" role="menuitem">Zaandam</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1363" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-antwerpen/" class="ct-menu-link" role="menuitem">Antwerpen</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-278" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-gent/" class="ct-menu-link" role="menuitem">Gent</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-271" role="none"><a href="https://graffitikinderfeestje.nl/prijzen/" class="ct-menu-link" role="menuitem">Prijzen</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-275" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderkamer/" class="ct-menu-link" role="menuitem">Graffiti kinderkamer</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-273" role="none"><a href="https://graffitikinderfeestje.nl/over-ons/" class="ct-menu-link" role="menuitem">Over ons</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-276" role="none"><a href="https://graffitikinderfeestje.nl/contact/" class="ct-menu-link" role="menuitem">Contact</a></li>
</ul></nav>
</div></div></div></div></div>
<div id="main-container">
<header id="header" class="ct-header" data-id="type-1" itemscope="" itemtype="https://schema.org/WPHeader"><div data-device="desktop" data-transparent=""><div class="ct-sticky-container"><div data-sticky="shrink"><div data-row="middle" data-column-set="2" data-transparent-row="yes"><div class="ct-container-fluid"><div data-column="start" data-placements="1"><div data-items="primary">
<div class="site-branding"
data-id="logo" itemscope="itemscope" itemtype="https://schema.org/Organization">
<a href="https://graffitikinderfeestje.nl/" class="site-logo-container" rel="home" itemprop="url" ><img fetchpriority="high" width="500" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3E%3C/svg%3E" class="default-logo" alt="Graffitifun kids" decoding="async" data-lazy-srcset="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_.png 500w, https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_-300x300.png 300w, https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_-150x150.png 150w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_.png" /><noscript><img fetchpriority="high" width="500" height="500" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_.png" class="default-logo" alt="Graffitifun kids" decoding="async" srcset="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_.png 500w, https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_-300x300.png 300w, https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_-150x150.png 150w" sizes="(max-width: 500px) 100vw, 500px" /></noscript></a>
</div>
</div></div><div data-column="end" data-placements="1"><div data-items="primary">
<nav
id="header-menu-1"
class="header-menu-1 menu-container"
data-id="menu" data-interaction="hover" data-menu="type-1"
data-dropdown="type-1:simple" data-responsive="no" itemscope="" itemtype="https://schema.org/SiteNavigationElement" aria-label="Header menu">
<ul id="menu-hoofdmenu" class="menu" role="menubar"><li id="menu-item-187" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-18 current_page_item menu-item-187" role="none"><a href="https://graffitikinderfeestje.nl/" aria-current="page" class="ct-menu-link" role="menuitem">Home</a></li>
<li id="menu-item-274" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-274 animated-submenu-block" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje/" class="ct-menu-link" role="menuitem">Graffiti kinderfeestje<span class="ct-toggle-dropdown-desktop"><svg class="ct-icon" width="8" height="8" viewBox="0 0 15 15"><path d="M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z"/></svg></span></a><button class="ct-toggle-dropdown-desktop-ghost" aria-label="Dropdown menu uitvouwen" aria-haspopup="true" aria-expanded="false" role="menuitem"></button>
<ul class="sub-menu" role="menu">
<li id="menu-item-281" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-281" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-amsterdam/" class="ct-menu-link" role="menuitem">Amsterdam</a></li>
<li id="menu-item-279" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-279" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-utrecht/" class="ct-menu-link" role="menuitem">Utrecht</a></li>
<li id="menu-item-280" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-280" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-rotterdam/" class="ct-menu-link" role="menuitem">Rotterdam</a></li>
<li id="menu-item-277" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-277" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-zaandam/" class="ct-menu-link" role="menuitem">Zaandam</a></li>
<li id="menu-item-1363" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1363" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-antwerpen/" class="ct-menu-link" role="menuitem">Antwerpen</a></li>
<li id="menu-item-278" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-278" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-gent/" class="ct-menu-link" role="menuitem">Gent</a></li>
</ul>
</li>
<li id="menu-item-271" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-271" role="none"><a href="https://graffitikinderfeestje.nl/prijzen/" class="ct-menu-link" role="menuitem">Prijzen</a></li>
<li id="menu-item-275" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-275" role="none"><a href="https://graffitikinderfeestje.nl/graffiti-kinderkamer/" class="ct-menu-link" role="menuitem">Graffiti kinderkamer</a></li>
<li id="menu-item-273" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-273" role="none"><a href="https://graffitikinderfeestje.nl/over-ons/" class="ct-menu-link" role="menuitem">Over ons</a></li>
<li id="menu-item-276" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-276" role="none"><a href="https://graffitikinderfeestje.nl/contact/" class="ct-menu-link" role="menuitem">Contact</a></li>
</ul></nav>
</div></div></div></div></div></div></div><div data-device="mobile" data-transparent=""><div class="ct-sticky-container"><div data-sticky="shrink"><div data-row="middle" data-column-set="2" data-transparent-row="yes"><div class="ct-container-fluid"><div data-column="start" data-placements="1"><div data-items="primary">
<div class="site-branding"
data-id="logo" >
<a href="https://graffitikinderfeestje.nl/" class="site-logo-container" rel="home" itemprop="url" ><img fetchpriority="high" width="500" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3E%3C/svg%3E" class="default-logo" alt="Graffitifun kids" decoding="async" data-lazy-srcset="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_.png 500w, https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_-300x300.png 300w, https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_-150x150.png 150w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_.png" /><noscript><img fetchpriority="high" width="500" height="500" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_.png" class="default-logo" alt="Graffitifun kids" decoding="async" srcset="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_.png 500w, https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_-300x300.png 300w, https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifunkids.logo_-150x150.png 150w" sizes="(max-width: 500px) 100vw, 500px" /></noscript></a>
</div>
</div></div><div data-column="end" data-placements="1"><div data-items="primary">
<button
data-toggle-panel="#offcanvas"
class="ct-header-trigger ct-toggle "
data-design="simple"
data-label="right"
aria-label="Menu"
data-id="trigger">
<span class="ct-label ct-hidden-sm ct-hidden-md ct-hidden-lg">Menu</span>
<svg
class="ct-icon"
width="18" height="14" viewBox="0 0 18 14"
aria-hidden="true"
data-type="type-1">
<rect y="0.00" width="18" height="1.7" rx="1"/>
<rect y="6.15" width="18" height="1.7" rx="1"/>
<rect y="12.3" width="18" height="1.7" rx="1"/>
</svg>
</button>
</div></div></div></div></div></div></div></header>
<main id="main" class="site-main hfeed">
<div data-elementor-type="wp-page" data-elementor-id="18" class="elementor elementor-18" data-elementor-post-type="page">
<section class="elementor-section elementor-top-section elementor-element elementor-element-1rpqok8 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="1rpqok8" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-background-overlay"></div>
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-78af2ff" data-id="78af2ff" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-2289f96 elementor-widget elementor-widget-heading" data-id="2289f96" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h1 class="elementor-heading-title elementor-size-default">GRAFFITI
KINDERFEESTJE</h1> </div>
</div>
<div class="elementor-element elementor-element-5b041a8 elementor-widget elementor-widget-text-editor" data-id="5b041a8" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Meest exclusieve graffiti kinderfeestjes en creatieve workshops!<br>Boek nu je tofste graffiti kinderpartijtje bij ons! </p>
<p>Al jaren lang de nummer 1 beste keus voor een graffiti kinderfeestje!<br>Verkozen tot beste keus van het land! <br>2015-2024</p> </div>
</div>
<div class="elementor-element elementor-element-c4c3581 elementor-align-center elementor-widget__width-initial elementor-widget elementor-widget-button" data-id="c4c3581" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://graffitikinderfeestje.nl/contact/">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">BOEK JE FEESTJE!</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-o6llbcs elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="o6llbcs" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-background-overlay"></div>
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d5abc8a" data-id="d5abc8a" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-78825ce elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="78825ce" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="700" height="600" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20600'%3E%3C/svg%3E" class="attachment-full size-full wp-image-2395" alt="Kinderfeestje vieren bij Graffitifun" data-lazy-srcset="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Kinderfeestje-vieren-bij-Graffitifun.jpg 700w, https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Kinderfeestje-vieren-bij-Graffitifun-300x257.jpg 300w" data-lazy-sizes="(max-width: 700px) 100vw, 700px" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Kinderfeestje-vieren-bij-Graffitifun.jpg" /><noscript><img decoding="async" width="700" height="600" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Kinderfeestje-vieren-bij-Graffitifun.jpg" class="attachment-full size-full wp-image-2395" alt="Kinderfeestje vieren bij Graffitifun" srcset="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Kinderfeestje-vieren-bij-Graffitifun.jpg 700w, https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Kinderfeestje-vieren-bij-Graffitifun-300x257.jpg 300w" sizes="(max-width: 700px) 100vw, 700px" /></noscript> </div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1f377f6" data-id="1f377f6" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-91cf7de elementor-widget elementor-widget-heading" data-id="91cf7de" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Coolste graffiti feestje!
</h2> </div>
</div>
<div class="elementor-element elementor-element-a16f8e5 elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor" data-id="a16f8e5" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Vier je tofste en leukste <strong>graffiti kinderfeestje</strong> bij Graffitifun Kids! Wij zijn gespecialiseerd in graffiti workshops en feestjes voor kinderen! Wij bieden het meest uitgebreide en leukste graffiti feestje aan op deze markt!</p><p>De workshops worden gegeven door professionele graffiti artiesten met een echte graffiti belevenis. Wij hebben meer dan 20 jaar ervaring en doen dit als enthousiaste hobby naast onze baan! Wij zijn al diverse jaren uitgeroepen tot het <strong>tofste feestje</strong> van dit moment!</p><p>Wij zijn marktleider in graffiti feestjes!</p> </div>
</div>
<div class="elementor-element elementor-element-55970ec elementor-widget elementor-widget-button" data-id="55970ec" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://graffitikinderfeestje.nl/contact/">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">PLAN EEN WORKSHOP!</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="elementor-element elementor-element-1587e04 e-flex e-con-boxed e-con e-parent" data-id="1587e04" data-element_type="container" data-settings="{"background_background":"classic"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-25ca083 elementor-widget elementor-widget-video" data-id="25ca083" data-element_type="widget" data-settings="{"youtube_url":"https:\/\/youtu.be\/_5QRvFgpj0k","autoplay":"yes","mute":"yes","lazy_load":"yes","video_type":"youtube","controls":"yes"}" data-widget_type="video.default">
<div class="elementor-widget-container">
<div class="elementor-wrapper elementor-open-inline">
<div class="elementor-video"></div> </div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-a624d1f e-flex e-con-boxed e-con e-parent" data-id="a624d1f" data-element_type="container">
<div class="e-con-inner">
<div class="elementor-element elementor-element-95b5920 elementor-widget elementor-widget-heading" data-id="95b5920" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Kinderpartijtje Graffitifun</h3> </div>
</div>
<div class="elementor-element elementor-element-ff1f627 elementor-widget elementor-widget-heading" data-id="ff1f627" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default">GRAFFITIFUN KIDS</h5> </div>
</div>
<div class="elementor-element elementor-element-ab86b1f elementor-widget elementor-widget-text-editor" data-id="ab86b1f" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-family: Roboto, sans-serif; font-size: 17px; text-align: start;">Wil je ook een uniek <a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje/" target="_blank" rel="noopener"><strong>graffiti partijtje</strong></a>? En samen met al je vriendjes je eigen graffiti paneeltje maken voor naar huis en op een echte graffiti muur spuiten? Je kan ook meerdere artiesten bij ons boeken en de jarige krijgt een gratis cadeautje! Een leuk en creatief graffiti kinderfeestje vier je bij ons!<br></span><br>Tijdens onze partijtjes zijn wij altijd enthousiast en leert elk kind de kunst van graffiti. Tijdens een leuke uitleg leer je wat je allemaal kan doen en hoe een eigen graffiti kunstwerk maken echt nog een hele kunst is! Hoe je werkt in lagen, hoe je effecten maakt en hoe je de lijnen ‘outlines’ maakt. Dit doe je samen met al je vriendjes en natuurlijk je eigen privé artiest helemaal voor jou feestje! Het leuke aan onze graffiti kinderfeestjes is dat iedereen zijn eigen graffiti kunstwerkje mee naar huis mag nemen als aandenken. Iedereen denkt dus altijd nog jaren terug aan jouw feest!</p>
<p>Inclusief back-up artiest inbegrepen voor 100% garantie op doorgaan bij elk Graffitifun <strong>graffiti feestje</strong>. Wij bieden dit als enige graffiti aanbieder aan op de markt, nooit zorgen dus als ouder of risico op teleurgestelde kids! Wij hebben jarenlange ervaring met kids en weten van elk feestje wat leuks te maken! Ook zijn wij goed verzekerd als graffiti bedrijf, boek dus bij ons om geen risico te lopen!</p>
<p>Kijk dan snel verder en boek snel bij ons! </p> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-898a073 e-flex e-con-boxed e-con e-parent" data-id="898a073" data-element_type="container" data-settings="{"background_background":"classic"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-7d3c252 elementor-widget elementor-widget-spacer" data-id="7d3c252" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
</div>
</div>
<section class="elementor-section elementor-top-section elementor-element elementor-element-b43cb54 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b43cb54" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-53921b69" data-id="53921b69" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-214e5bb3 elementor-widget elementor-widget-heading" data-id="214e5bb3" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Wij zijn o.a. uitgezonden door:</h3> </div>
</div>
<div class="elementor-element elementor-element-51424adf elementor-pagination-position-inside elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel" data-id="51424adf" data-element_type="widget" data-settings="{"slides_to_show":"3","slides_to_scroll":"1","navigation":"both","autoplay":"yes","pause_on_hover":"yes","pause_on_interaction":"yes","autoplay_speed":5000,"infinite":"yes","speed":500}" data-widget_type="image-carousel.default">
<div class="elementor-widget-container">
<div class="elementor-image-carousel-wrapper swiper" dir="ltr">
<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 van 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="RTL4 logo graffiti klein" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/RTL4_Logo_2016-150x150.png" /><noscript><img decoding="async" class="swiper-slide-image" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/RTL4_Logo_2016-150x150.png" alt="RTL4 logo graffiti klein" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 van 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="NPO Zapp logo graffiti" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Logo_NPO_Zapp_2023-150x150.png" /><noscript><img decoding="async" class="swiper-slide-image" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Logo_NPO_Zapp_2023-150x150.png" alt="NPO Zapp logo graffiti" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 van 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="SBS6 logo graffiti" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/download-1-150x150.png" /><noscript><img decoding="async" class="swiper-slide-image" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/download-1-150x150.png" alt="SBS6 logo graffiti" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 van 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="NPO logo graffiti" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/800_npo-logo-20131-150x150.png" /><noscript><img decoding="async" class="swiper-slide-image" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/800_npo-logo-20131-150x150.png" alt="NPO logo graffiti" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 van 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Videoland logo graffiti" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/3c8d26f1af6306c09b9cfa24fe679949_icon-150x150.png" /><noscript><img decoding="async" class="swiper-slide-image" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/3c8d26f1af6306c09b9cfa24fe679949_icon-150x150.png" alt="Videoland logo graffiti" /></noscript></figure></div> </div>
<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg> </div>
<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg> </div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="elementor-element elementor-element-6906230 e-flex e-con-boxed e-con e-parent" data-id="6906230" data-element_type="container" data-settings="{"background_background":"classic"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-d6bcc48 elementor-widget elementor-widget-spacer" data-id="d6bcc48" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-09f87ff e-flex e-con-boxed e-con e-parent" data-id="09f87ff" data-element_type="container">
<div class="e-con-inner">
<div class="elementor-element elementor-element-bc29ac5 elementor-widget elementor-widget-shortcode" data-id="bc29ac5" data-element_type="widget" data-widget_type="shortcode.default">
<div class="elementor-widget-container">
<div class="elementor-shortcode"><pre class="ti-widget" style="display: none"><template id="trustindex-google-widget-html"><div class="ti-widget ti-goog ti-review-text-mode-readmore ti-text-align-left" data-no-translation="true" data-layout-id="5" data-layout-category="slider" data-set-id="dark-background" data-pid="" data-language="nl" data-review-target-width="275" data-css-version="2" data-review-text-mode="readmore" data-reply-by-locale="Antwoord van eigenaar" data-pager-autoplay-timeout="6" > <div class="ti-widget-container ti-col-4"> <div class="ti-footer source-Google"> <div class="ti-rating-text"> <strong class="ti-rating ti-rating-large"> UITSTEKEND </strong> </div> <span class="ti-stars star-lg"><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript></span> <div class="ti-rating-text"> <span class="nowrap">Gebaseerd op <strong>94 recensies</strong></span> </div> <div class="ti-large-logo"> <div class="ti-v-center"> <img decoding="async" class="ti-logo-fb" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%2025'%3E%3C/svg%3E" width="150" height="25" alt="Google" width="150" height="25" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/logo-dark.svg" /><noscript><img loading="lazy" decoding="async" class="ti-logo-fb" src="https://cdn.trustindex.io/assets/platform/Google/logo-dark.svg" width="150" height="25" loading="lazy" alt="Google" width="150" height="25" /></noscript> </div> </div> </div> <div class="ti-reviews-container"> <div class="ti-controls"> <div class="ti-next" aria-label="Volgende recensie" role="button"></div> <div class="ti-prev" aria-label="Vorige recensie" role="button"></div> </div> <div class="ti-reviews-container-wrapper"> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <img decoding="async" class="ti-platform-icon" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3C/svg%3E" alt="Google" width="20" height="20" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" /><noscript><img loading="lazy" decoding="async" class="ti-platform-icon" src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" /></noscript> <div class="ti-profile-img"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-srcset="https://lh3.googleusercontent.com/a/ACg8ocLsDCoFTl1C0YGZ_vVjitfKwhbqd-o9BKtaJ4o69rxS=w80-h80-c-rp-mo-br100 2x" alt="Roos koppert" data-lazy-src="https://lh3.googleusercontent.com/a/ACg8ocLsDCoFTl1C0YGZ_vVjitfKwhbqd-o9BKtaJ4o69rxS=w40-h40-c-rp-mo-br100" /><noscript><img decoding="async" src="https://lh3.googleusercontent.com/a/ACg8ocLsDCoFTl1C0YGZ_vVjitfKwhbqd-o9BKtaJ4o69rxS=w40-h40-c-rp-mo-br100" srcset="https://lh3.googleusercontent.com/a/ACg8ocLsDCoFTl1C0YGZ_vVjitfKwhbqd-o9BKtaJ4o69rxS=w80-h80-c-rp-mo-br100 2x" alt="Roos koppert" loading="lazy" /></noscript> </div> <div class="ti-profile-details"> <div class="ti-name"> Roos koppert </div> <div class="ti-date">2023-11-18</div> </div> </div> <span class="ti-stars"><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex verifieert dat de oorspronkelijke bron van de recensie Google is.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->We hebben genoten, coolste feestje ever!!!!! Wij komen zeker nog keer terug
De kinderen hebben goede begeleiding gehad, veel aandacht en super mooie creatieve kunstwerken gemaakt. "
Dikke aanrader voor iedereen! Een graffiti kinderfeestje hier zou ik zeker aanraden<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Verbergen" data-open-text="Lees verder" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <img decoding="async" class="ti-platform-icon" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3C/svg%3E" alt="Google" width="20" height="20" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" /><noscript><img loading="lazy" decoding="async" class="ti-platform-icon" src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" /></noscript> <div class="ti-profile-img"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-srcset="https://lh3.googleusercontent.com/a/ACg8ocIEGndosLzG_b5Nr89wizVRK2j4mvT1ypECvEBItWVJ=w80-h80-c-rp-mo-br100 2x" alt="Inge Admiraal" data-lazy-src="https://lh3.googleusercontent.com/a/ACg8ocIEGndosLzG_b5Nr89wizVRK2j4mvT1ypECvEBItWVJ=w40-h40-c-rp-mo-br100" /><noscript><img decoding="async" src="https://lh3.googleusercontent.com/a/ACg8ocIEGndosLzG_b5Nr89wizVRK2j4mvT1ypECvEBItWVJ=w40-h40-c-rp-mo-br100" srcset="https://lh3.googleusercontent.com/a/ACg8ocIEGndosLzG_b5Nr89wizVRK2j4mvT1ypECvEBItWVJ=w80-h80-c-rp-mo-br100 2x" alt="Inge Admiraal" loading="lazy" /></noscript> </div> <div class="ti-profile-details"> <div class="ti-name"> Inge Admiraal </div> <div class="ti-date">2023-11-04</div> </div> </div> <span class="ti-stars"><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex verifieert dat de oorspronkelijke bron van de recensie Google is.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Wat een fantastische ervaring! Met alle hulp een een geweldig resultaat voor de bruiloft, whoop whoop!<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Verbergen" data-open-text="Lees verder" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <img decoding="async" class="ti-platform-icon" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3C/svg%3E" alt="Google" width="20" height="20" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" /><noscript><img loading="lazy" decoding="async" class="ti-platform-icon" src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" /></noscript> <div class="ti-profile-img"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-srcset="https://lh3.googleusercontent.com/a/ACg8ocJetbgsBCGGn_6oDOdVYsKa0cIcMPrEufa3UMpFylVt=w80-h80-c-rp-mo-br100 2x" alt="Colin Maring" data-lazy-src="https://lh3.googleusercontent.com/a/ACg8ocJetbgsBCGGn_6oDOdVYsKa0cIcMPrEufa3UMpFylVt=w40-h40-c-rp-mo-br100" /><noscript><img decoding="async" src="https://lh3.googleusercontent.com/a/ACg8ocJetbgsBCGGn_6oDOdVYsKa0cIcMPrEufa3UMpFylVt=w40-h40-c-rp-mo-br100" srcset="https://lh3.googleusercontent.com/a/ACg8ocJetbgsBCGGn_6oDOdVYsKa0cIcMPrEufa3UMpFylVt=w80-h80-c-rp-mo-br100 2x" alt="Colin Maring" loading="lazy" /></noscript> </div> <div class="ti-profile-details"> <div class="ti-name"> Colin Maring </div> <div class="ti-date">2023-10-23</div> </div> </div> <span class="ti-stars"><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex verifieert dat de oorspronkelijke bron van de recensie Google is.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Tijdens het feestje van onze dochter was het slecht weer, echter maakte dit voor de locatie in Utrecht helemaal niet uit. Een toffe plek met voldoende inspiratie.
Leuk hoe het team van Graffitifun met de kinderen om gaat en ze echt aan de slag laten gaan om er iets moois van te maken!! Bedankt!<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Verbergen" data-open-text="Lees verder" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <img decoding="async" class="ti-platform-icon" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3C/svg%3E" alt="Google" width="20" height="20" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" /><noscript><img loading="lazy" decoding="async" class="ti-platform-icon" src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" /></noscript> <div class="ti-profile-img"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-srcset="https://lh3.googleusercontent.com/a/ACg8ocJCrRGjedkYctD3EIn_HmSp53TFgxyuzgdzmjhOxNIB2bI=w80-h80-c-rp-mo-br100 2x" alt="Evelien Thijsen" data-lazy-src="https://lh3.googleusercontent.com/a/ACg8ocJCrRGjedkYctD3EIn_HmSp53TFgxyuzgdzmjhOxNIB2bI=w40-h40-c-rp-mo-br100" /><noscript><img decoding="async" src="https://lh3.googleusercontent.com/a/ACg8ocJCrRGjedkYctD3EIn_HmSp53TFgxyuzgdzmjhOxNIB2bI=w40-h40-c-rp-mo-br100" srcset="https://lh3.googleusercontent.com/a/ACg8ocJCrRGjedkYctD3EIn_HmSp53TFgxyuzgdzmjhOxNIB2bI=w80-h80-c-rp-mo-br100 2x" alt="Evelien Thijsen" loading="lazy" /></noscript> </div> <div class="ti-profile-details"> <div class="ti-name"> Evelien Thijsen </div> <div class="ti-date">2023-10-08</div> </div> </div> <span class="ti-stars"><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex verifieert dat de oorspronkelijke bron van de recensie Google is.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Ontzettend leuk feestje gevierd van mijn zoon (11). Onze persoonlijke artiest wist de 6 jongens helemaal enthousiast te maken met z'n verhaal en creativiteit. De kunstwerken zijn prachtig geworden. Aanrader om hier een feestje te vieren!<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Verbergen" data-open-text="Lees verder" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <img decoding="async" class="ti-platform-icon" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3C/svg%3E" alt="Google" width="20" height="20" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" /><noscript><img loading="lazy" decoding="async" class="ti-platform-icon" src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" /></noscript> <div class="ti-profile-img"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-srcset="https://lh3.googleusercontent.com/a/ACg8ocJHkCB9d7AigJMcDVVSAc-YLUBfTZyZRFGbu5GseQf9=w80-h80-c-rp-mo-br100 2x" alt="Dennis van Ommeren" data-lazy-src="https://lh3.googleusercontent.com/a/ACg8ocJHkCB9d7AigJMcDVVSAc-YLUBfTZyZRFGbu5GseQf9=w40-h40-c-rp-mo-br100" /><noscript><img decoding="async" src="https://lh3.googleusercontent.com/a/ACg8ocJHkCB9d7AigJMcDVVSAc-YLUBfTZyZRFGbu5GseQf9=w40-h40-c-rp-mo-br100" srcset="https://lh3.googleusercontent.com/a/ACg8ocJHkCB9d7AigJMcDVVSAc-YLUBfTZyZRFGbu5GseQf9=w80-h80-c-rp-mo-br100 2x" alt="Dennis van Ommeren" loading="lazy" /></noscript> </div> <div class="ti-profile-details"> <div class="ti-name"> Dennis van Ommeren </div> <div class="ti-date">2023-10-08</div> </div> </div> <span class="ti-stars"><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex verifieert dat de oorspronkelijke bron van de recensie Google is.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Wij hebben hier afgelopen weekend een kinderfeestje gehouden.
Enorm goed leuk en gezellig georganiseerd. Leuke resultaten met de kinderen. Dank jullie wel TEAM!<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Verbergen" data-open-text="Lees verder" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <img decoding="async" class="ti-platform-icon" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3C/svg%3E" alt="Google" width="20" height="20" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" /><noscript><img loading="lazy" decoding="async" class="ti-platform-icon" src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" /></noscript> <div class="ti-profile-img"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-srcset="https://lh3.googleusercontent.com/a/ACg8ocJR0opvYef7paDbInzURi1UUFWZk8KwwIo_vFYMNJVm=w80-h80-c-rp-mo-br100 2x" alt="Silya Balkoca" data-lazy-src="https://lh3.googleusercontent.com/a/ACg8ocJR0opvYef7paDbInzURi1UUFWZk8KwwIo_vFYMNJVm=w40-h40-c-rp-mo-br100" /><noscript><img decoding="async" src="https://lh3.googleusercontent.com/a/ACg8ocJR0opvYef7paDbInzURi1UUFWZk8KwwIo_vFYMNJVm=w40-h40-c-rp-mo-br100" srcset="https://lh3.googleusercontent.com/a/ACg8ocJR0opvYef7paDbInzURi1UUFWZk8KwwIo_vFYMNJVm=w80-h80-c-rp-mo-br100 2x" alt="Silya Balkoca" loading="lazy" /></noscript> </div> <div class="ti-profile-details"> <div class="ti-name"> Silya Balkoca </div> <div class="ti-date">2023-09-04</div> </div> </div> <span class="ti-stars"><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex verifieert dat de oorspronkelijke bron van de recensie Google is.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Wat een topteam! Binnen een paar minuten werd alles in het werk gesteld om een graffiti workshop voor 90 leerlingen te organiseren en dat op onze gewenste locatie! Leerlingen (brugklas) vonden dit wel het hoogtepunt van het schoolkamp. Ik raad ze zeker aan, vooral voor scholen een afwisseling van de standaard sport- en spelactiviteiten.<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Verbergen" data-open-text="Lees verder" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <img decoding="async" class="ti-platform-icon" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3C/svg%3E" alt="Google" width="20" height="20" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" /><noscript><img loading="lazy" decoding="async" class="ti-platform-icon" src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" /></noscript> <div class="ti-profile-img"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-srcset="https://lh3.googleusercontent.com/a/ACg8ocJT72Ob4jzZDepDYzB3-GqPMQxQZN-KkSWo1XgBqj-U=w80-h80-c-rp-mo-br100 2x" alt="fride hagen" data-lazy-src="https://lh3.googleusercontent.com/a/ACg8ocJT72Ob4jzZDepDYzB3-GqPMQxQZN-KkSWo1XgBqj-U=w40-h40-c-rp-mo-br100" /><noscript><img decoding="async" src="https://lh3.googleusercontent.com/a/ACg8ocJT72Ob4jzZDepDYzB3-GqPMQxQZN-KkSWo1XgBqj-U=w40-h40-c-rp-mo-br100" srcset="https://lh3.googleusercontent.com/a/ACg8ocJT72Ob4jzZDepDYzB3-GqPMQxQZN-KkSWo1XgBqj-U=w80-h80-c-rp-mo-br100 2x" alt="fride hagen" loading="lazy" /></noscript> </div> <div class="ti-profile-details"> <div class="ti-name"> fride hagen </div> <div class="ti-date">2023-07-20</div> </div> </div> <span class="ti-stars"><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex verifieert dat de oorspronkelijke bron van de recensie Google is.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Onze dochter heeft een fantastisch kindefeestje gehad bij Graffitifun Utrecht. Goede en leuke begeleiding door Martin en hij nam echt de tijd om elk kind te helpen met hun kunstwerk. Een zeer geslaagd feestje, zeker een aanrader, dank!!<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Verbergen" data-open-text="Lees verder" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <img decoding="async" class="ti-platform-icon" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3C/svg%3E" alt="Google" width="20" height="20" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" /><noscript><img loading="lazy" decoding="async" class="ti-platform-icon" src="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" /></noscript> <div class="ti-profile-img"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-srcset="https://lh3.googleusercontent.com/a/ACg8ocLFzzu0g2NAIRD_ozA9fMnujuHSToiIn7gQphcBvxES=w80-h80-c-rp-mo-br100 2x" alt="Ron Valk" data-lazy-src="https://lh3.googleusercontent.com/a/ACg8ocLFzzu0g2NAIRD_ozA9fMnujuHSToiIn7gQphcBvxES=w40-h40-c-rp-mo-br100" /><noscript><img decoding="async" src="https://lh3.googleusercontent.com/a/ACg8ocLFzzu0g2NAIRD_ozA9fMnujuHSToiIn7gQphcBvxES=w40-h40-c-rp-mo-br100" srcset="https://lh3.googleusercontent.com/a/ACg8ocLFzzu0g2NAIRD_ozA9fMnujuHSToiIn7gQphcBvxES=w80-h80-c-rp-mo-br100 2x" alt="Ron Valk" loading="lazy" /></noscript> </div> <div class="ti-profile-details"> <div class="ti-name"> Ron Valk </div> <div class="ti-date">2023-06-27</div> </div> </div> <span class="ti-stars"><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><img decoding="async" class="ti-star" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2017'%3E%3C/svg%3E" alt="Google" width="17" height="17" data-lazy-src="https://cdn.trustindex.io/assets/platform/Google/star/e.svg" /><noscript><img loading="lazy" decoding="async" class="ti-star" src="https://cdn.trustindex.io/assets/platform/Google/star/e.svg" alt="Google" width="17" height="17" loading="lazy" /></noscript><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex verifieert dat de oorspronkelijke bron van de recensie Google is.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->De kinderen hebben genoten en gingen enthousiast naar huis met het paneel. De begeleiding was duidelijk en sloot leuk aan bij de kinderen.
Wel nog een tip. Als de panelen iets hoger geplaatst kunnen worden, komt er minder snel zand en stof op. Ook hadden we gedacht dat de kinderen langer zelf aan het spuiten zouden zijn.<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Verbergen" data-open-text="Lees verder" ></span> </div> </div> </div> <div class="ti-controls-line"> <div class="dot"></div> </div> </div> </div> </div> </template></pre><div data-src="https://cdn.trustindex.io/loader.js?wp-widget" data-template-id="trustindex-google-widget-html" data-css-url="https://graffitikinderfeestje.nl/wp-content/uploads/trustindex-google-widget.css?1732099917"></div></div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-3e936fa e-flex e-con-boxed e-con e-parent" data-id="3e936fa" data-element_type="container">
<div class="e-con-inner">
<div class="elementor-element elementor-element-7fe1036 elementor-widget elementor-widget-spacer" data-id="7fe1036" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-8efe996 e-flex e-con-boxed e-con e-parent" data-id="8efe996" data-element_type="container" data-settings="{"background_background":"classic"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a8be5b1 elementor-widget elementor-widget-heading" data-id="a8be5b1" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Graffiti kinderfeestje</h2> </div>
</div>
<div class="elementor-element elementor-element-7e94034 elementor-widget elementor-widget-heading" data-id="7e94034" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default">Graffiti workshops</h4> </div>
</div>
<div class="elementor-element elementor-element-542676d elementor-widget elementor-widget-text-editor" data-id="542676d" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p style="text-align: center;">Graffiti kinderfeestje (Graffitifun Kids) is onderdeel van : <a href="https://www.graffitifun.nl/"><strong>Graffitifun</strong></a>!<br />KvK-nr: 92239234</p><p>De grootste graffiti workshop aanbieder in Europa en de absolute top graffiti workshop aanbieder!! Met veel ervaring en de leukste creatieve workshops zijn wij de grootste kinderfeestje specialist op deze markt!</p> </div>
</div>
<div class="elementor-element elementor-element-96d54d1 elementor-widget elementor-widget-spacer" data-id="96d54d1" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-3ef71ac elementor-arrows-position-outside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="3ef71ac" data-element_type="widget" data-settings="{"slides_to_show":"3","slides_to_scroll":"1","image_spacing_custom":{"unit":"px","size":30,"sizes":[]},"navigation":"both","autoplay":"yes","pause_on_hover":"yes","pause_on_interaction":"yes","autoplay_speed":5000,"infinite":"yes","speed":500,"image_spacing_custom_tablet":{"unit":"px","size":"","sizes":[]},"image_spacing_custom_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="image-carousel.default">
<div class="elementor-widget-container">
<div class="elementor-image-carousel-wrapper swiper" dir="ltr">
<div class="elementor-image-carousel swiper-wrapper swiper-image-stretch" aria-live="off">
<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 van 6"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Graffiti kinderfeestjes" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti-kinderfeestjes.jpg" /><noscript><img decoding="async" class="swiper-slide-image" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti-kinderfeestjes.jpg" alt="Graffiti kinderfeestjes" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 van 6"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Graffitifun team graffiti artiesten" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifun-team-graffiti-artiesten.jpg" /><noscript><img decoding="async" class="swiper-slide-image" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffitifun-team-graffiti-artiesten.jpg" alt="Graffitifun team graffiti artiesten" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 van 6"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Graffiti kids in Utrecht met hun feestje" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti-kids-in-Utrecht-met-hun-feestje.jpg" /><noscript><img decoding="async" class="swiper-slide-image" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti-kids-in-Utrecht-met-hun-feestje.jpg" alt="Graffiti kids in Utrecht met hun feestje" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 van 6"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Graffiti feestje kids" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti-feestje-kids.jpg" /><noscript><img decoding="async" class="swiper-slide-image" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti-feestje-kids.jpg" alt="Graffiti feestje kids" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 van 6"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Graffiti naam op t-shirt" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti-naam-op-t-shirt.jpg" /><noscript><img decoding="async" class="swiper-slide-image" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti-naam-op-t-shirt.jpg" alt="Graffiti naam op t-shirt" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="6 van 6"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Graffiti spuitbus eigen label kinderfeestjes Graffitifun" data-lazy-src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti-spuitbus-eigen-label-kinderfeestjes-Graffitifun.jpg" /><noscript><img decoding="async" class="swiper-slide-image" src="https://graffitikinderfeestje.nl/wp-content/uploads/2023/11/Graffiti-spuitbus-eigen-label-kinderfeestjes-Graffitifun.jpg" alt="Graffiti spuitbus eigen label kinderfeestjes Graffitifun" /></noscript></figure></div> </div>
<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg> </div>
<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg> </div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-1d8f8c1 e-flex e-con-boxed e-con e-parent" data-id="1d8f8c1" data-element_type="container">
<div class="e-con-inner">
<div class="elementor-element elementor-element-047166b elementor-widget elementor-widget-heading" data-id="047166b" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Graffiti workshop kinderfeestje</h2> </div>
</div>
<div class="elementor-element elementor-element-730b46e elementor-widget elementor-widget-text-editor" data-id="730b46e" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p style="text-align: center;">Een graffiti kinderfeestje is een unieke en creatieve ervaring waarbij deelnemers, vaak kinderen of tieners, de kans krijgen om onder begeleiding van ervaren graffiti-kunstenaars zelf graffiti te maken. Een kinderfeestje is belangrijk voor een kind om verschillende redenen. Het heeft een positieve invloed op hun emotionele, sociale en cognitieve ontwikkeling. Een graffiti kinderfeestje is hiervoor erg geschikt bij ons!<br><span style="font-size: inherit; text-align: inherit; background-color: var(--theme-palette-color-7); font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); font-weight: var(--theme-font-weight); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform);"><br>Tijdens een feestje leren kinderen om met anderen om te gaan, samen te spelen en te communiceren. Dit helpt bij de ontwikkeling van hun sociale vaardigheden. Feestjes bieden kinderen de kans om vriendschappen te versterken en nieuwe vrienden te maken, wat belangrijk is voor hun sociale netwerk. Een verjaardagsfeestje geeft een kind het gevoel dat het speciaal en geliefd is. Dit kan hun zelfvertrouwen en eigenwaarde versterken!<br></span><span style="font-size: inherit; text-align: inherit; background-color: var(--theme-palette-color-7); font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform);"><br><span style="font-weight: var(--theme-font-weight);">Feestjes geven kinderen de gelegenheid om hun emoties te uiten, vreugde te ervaren en te delen met anderen. Dit kan een positieve invloed hebben op hun emotionele ontwikkeling en hoe een kind zich voelt. Het plezier en de opwinding van een feestje kunnen helpen om stress en spanning te verminderen, wat bijdraagt aan hun algehele welzijn. Maar ook komen gezinnen en families samen wat de familiebanden sterker maakt! Een onvergetelijke herinnering bij ons graffiti kinderfeestje! Wat dit soort feestjes bij ons ook zo leuk maakt, zijn verschillende aspecten:</span><br></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"><br><b style="font-weight: var(--theme-font-weight);">Creativiteit en zelfexpressie:</b></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"><span style="font-weight: var(--theme-font-weight);"> De kids kunnen hun creativiteit de vrije loop laten en hun eigen artistieke visie tot uiting brengen. Dit bevordert zelfexpressie en moedigt deelnemers aan om unieke kunstwerken te creëren.</span><br></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"><br><b style="font-weight: var(--theme-font-weight);">Hands-on ervaring en can control:</b></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"><span style="font-weight: var(--theme-font-weight);"> Graffiti feestjes bieden een hands-on ervaring met spuitbussen en andere materialen die worden gebruikt in de graffiti-kunst. Deelnemers leren niet alleen over technieken, maar krijgen ook de kans om ze direct toe te passen.</span><br></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"><br><b style="font-weight: var(--theme-font-weight);">Samenwerking:</b></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"><span style="font-weight: var(--theme-font-weight);"> In overleg kunnen de kinderen samenwerken en elkaar helpen bij hun kunstwerk. Dit bevordert teambuilding en laat deelnemers samenwerken aan een gezamenlijk doel. Hier leren de kids dus veel van!</span><br></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"><br><b style="font-weight: var(--theme-font-weight);">Educatieve component:</b></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"><span style="font-weight: var(--theme-font-weight);"> Tijdens het feestje leren deelnemers over de geschiedenis van graffiti, verschillende stijlen en technieken. Dit voegt een educatieve dimensie toe aan het plezier. Ook leren wij ze respect te hebben voor andermans spullen!</span><br></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"><br><b style="font-weight: var(--theme-font-weight);">Herinneringen:</b></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"><span style="font-weight: var(--theme-font-weight);"> De kunstwerken die tijdens het feestje worden gemaakt, dienen als tastbare herinneringen en mogen als aandenken mee naar huis. Deelnemers kunnen hun creaties mee naar huis nemen en ze laten zien aan vrienden en familie en denken hier jaren later nog steeds aan. Je feestje bij ons word dus nooit vergeten door je vriendjes!</span><br></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"><br><b style="font-weight: var(--theme-font-weight);">Originele feestactiviteit:</b></span><span style="font-size: inherit; text-align: inherit; font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); font-weight: var(--theme-font-weight); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform); background-color: var(--theme-palette-color-7);"> Een graffiti feestje biedt een alternatieve en originele activiteit voor verjaardagsfeestjes of andere bijzondere gelegenheden. Het is iets anders dan de standaard feestjes en geeft deelnemers de kans om iets unieks te ervaren.<br></span><span style="font-size: inherit; text-align: inherit; background-color: var(--theme-palette-color-7); font-family: var(--theme-font-family); font-style: var(--theme-font-style, inherit); font-weight: var(--theme-font-weight); letter-spacing: var(--theme-letter-spacing); text-transform: var(--theme-text-transform);"><br>Over het algemeen maakt de combinatie van creativiteit, hands-on ervaring, samenwerking en educatie een graffiti kinderfeestje tot een onvergetelijke en plezierige gebeurtenis voor de kinderen maar ook de ouders. Kom dus snel naar ons toe en neem contact op voor de mogelijkheden voor jouw unieke graffiti feestje!</span></p> </div>
</div>
<div class="elementor-element elementor-element-2b6192a elementor-widget elementor-widget-spacer" data-id="2b6192a" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-4ce225a e-flex e-con-boxed e-con e-parent" data-id="4ce225a" data-element_type="container">
<div class="e-con-inner">
<div class="elementor-element elementor-element-19f1eb8 elementor-widget elementor-widget-heading" data-id="19f1eb8" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Waarom een kinderfeestje?</h3> </div>
</div>
<div class="elementor-element elementor-element-0bd668b elementor-widget elementor-widget-text-editor" data-id="0bd668b" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p style="text-align: center;">Een kinderfeestje vieren biedt tal van voordelen voor de ontwikkeling en het welzijn van een kind. Onze creatieve graffiti kinderpartijtjes zijn hier ideaal voor! Kinderen leren omgaan met leeftijdsgenoten, wat hun sociale vaardigheden verbetert. Tijdens spelletjes en activiteiten zoals een graffiti feestje leren kinderen de spuitbussen delen en samenwerken. Het vieren van hun verjaardag geeft kinderen een gevoel van erkenning en waardering om zelf in de spotlights te staan!<br /><br />Het ervaren van positieve emoties helpt bij de emotionele ontwikkeling en het vormen van gelukkige herinneringen. Dit kan je delen met al je vriendjes tijdens onze feestjes! Kinderen leren ook empathie door te zien hoe anderen plezier hebben en door cadeautjes te geven en te ontvangen. Maar ook dat een graffiti kunstwerk maken veel moeilijker is dan het lijkt! Ze gaan dus een uitdaging aan met zichzelf en creatief denken. <br /><br />Feestjes brengen familieleden samen en versterken familiebanden. Het vieren met vriendjes en buurtkinderen helpt bij het opbouwen van een gevoel van gemeenschap en verbondenheid. Onze kinderfeestjes creëren blijvende herinneringen die kinderen hun hele leven koesteren en ze hebben hun eigen graffiti paneel mee naar huis als aandenken.<br /><br />Het vieren van een kinderfeestje draagt bij aan de algehele ontwikkeling van een kind door hen sociale, emotionele, creatieve en praktische vaardigheden bij te brengen in een vrolijke en ondersteunende omgeving! Boek dus nu je graffiti kinderfeestje bij ons!</p> </div>
</div>
<div class="elementor-element elementor-element-ab25b37 elementor-widget elementor-widget-spacer" data-id="ab25b37" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
</div>
</div>
<section class="elementor-section elementor-top-section elementor-element elementor-element-jcrfkow elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="jcrfkow" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-40589de" data-id="40589de" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-810c404 elementor-widget elementor-widget-heading" data-id="810c404" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Volg ons op Social Media!</h3> </div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-362649e" data-id="362649e" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-276bcf2 e-grid-align-mobile-center elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="276bcf2" data-element_type="widget" data-widget_type="social-icons.default">
<div class="elementor-widget-container">
<div class="elementor-social-icons-wrapper elementor-grid">
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-9df531e" href="https://nl-nl.facebook.com/GRAFFITIFUN.EUROPE" target="_blank">
<span class="elementor-screen-only">Facebook-f</span>
<svg class="e-font-icon-svg e-fab-facebook-f" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-99d596e" href="https://www.youtube.com/channel/UCn8-MK_Rre7iDcLMQFadqzA" target="_blank">
<span class="elementor-screen-only">Youtube</span>
<svg class="e-font-icon-svg e-fab-youtube" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-99a413e" href="https://www.instagram.com/graffitifun/?hl=nl" target="_blank">
<span class="elementor-screen-only">Instagram</span>
<svg class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-pinterest elementor-animation-shrink elementor-repeater-item-2573b41" href="https://nl.pinterest.com/graffitifunPA/" target="_blank">
<span class="elementor-screen-only">Pinterest</span>
<svg class="e-font-icon-svg e-fab-pinterest" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z"></path></svg> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-90a3a5e" href="https://twitter.com/MICHS1989" target="_blank">
<span class="elementor-screen-only">Twitter</span>
<svg class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg> </a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</main>
<div data-elementor-type="footer" data-elementor-id="3585" class="elementor elementor-3585 elementor-location-footer" data-elementor-post-type="elementor_library">
<div class="elementor-element elementor-element-300df5b e-con-full e-flex e-con e-parent" data-id="300df5b" data-element_type="container" data-settings="{"background_background":"classic"}">
<div class="elementor-element elementor-element-30be1b7 elementor-widget elementor-widget-heading" data-id="30be1b7" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Genoeg gescrold, <BR>
laten we een feestje vieren!</h2> </div>
</div>
<div class="elementor-element elementor-element-afe875d elementor-widget elementor-widget-text-editor" data-id="afe875d" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p> Verkozen tot beste keus graffiti kinderfeestje in de Benelux.</p> </div>
</div>
<div class="elementor-element elementor-element-8a28cdf elementor-align-center elementor-widget elementor-widget-button" data-id="8a28cdf" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://graffitikinderfeestje.nl/contact/">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">BOEK HIER</span>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-6dbce07 e-con-full e-flex e-con e-parent" data-id="6dbce07" data-element_type="container" data-settings="{"background_background":"classic"}">
<div class="elementor-element elementor-element-a6c2cdd elementor-hidden-mobile e-flex e-con-boxed e-con e-child" data-id="a6c2cdd" data-element_type="container">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a8111a0 hfe-nav-menu__breakpoint-none hfe-nav-menu__align-left hfe-submenu-icon-arrow hfe-link-redirect-child elementor-widget elementor-widget-navigation-menu" data-id="a8111a0" data-element_type="widget" data-settings="{"padding_vertical_menu_item":{"unit":"px","size":9,"sizes":[]},"padding_horizontal_menu_item":{"unit":"px","size":15,"sizes":[]},"padding_horizontal_menu_item_tablet":{"unit":"px","size":"","sizes":[]},"padding_horizontal_menu_item_mobile":{"unit":"px","size":"","sizes":[]},"padding_vertical_menu_item_tablet":{"unit":"px","size":"","sizes":[]},"padding_vertical_menu_item_mobile":{"unit":"px","size":"","sizes":[]},"menu_space_between":{"unit":"px","size":"","sizes":[]},"menu_space_between_tablet":{"unit":"px","size":"","sizes":[]},"menu_space_between_mobile":{"unit":"px","size":"","sizes":[]},"dropdown_border_radius":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"dropdown_border_radius_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"dropdown_border_radius_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_horizontal_dropdown_item":{"unit":"px","size":"","sizes":[]},"padding_horizontal_dropdown_item_tablet":{"unit":"px","size":"","sizes":[]},"padding_horizontal_dropdown_item_mobile":{"unit":"px","size":"","sizes":[]},"padding_vertical_dropdown_item":{"unit":"px","size":15,"sizes":[]},"padding_vertical_dropdown_item_tablet":{"unit":"px","size":"","sizes":[]},"padding_vertical_dropdown_item_mobile":{"unit":"px","size":"","sizes":[]},"distance_from_menu":{"unit":"px","size":"","sizes":[]},"distance_from_menu_tablet":{"unit":"px","size":"","sizes":[]},"distance_from_menu_mobile":{"unit":"px","size":"","sizes":[]},"toggle_size":{"unit":"px","size":"","sizes":[]},"toggle_size_tablet":{"unit":"px","size":"","sizes":[]},"toggle_size_mobile":{"unit":"px","size":"","sizes":[]},"toggle_border_width":{"unit":"px","size":"","sizes":[]},"toggle_border_width_tablet":{"unit":"px","size":"","sizes":[]},"toggle_border_width_mobile":{"unit":"px","size":"","sizes":[]},"toggle_border_radius":{"unit":"px","size":"","sizes":[]},"toggle_border_radius_tablet":{"unit":"px","size":"","sizes":[]},"toggle_border_radius_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="navigation-menu.default">
<div class="elementor-widget-container">
<div class="hfe-nav-menu hfe-layout-vertical hfe-nav-menu-layout vertical" data-layout="vertical">
<div role="button" class="hfe-nav-menu__toggle elementor-clickable">
<span class="screen-reader-text">Menu</span>
<div class="hfe-nav-menu-icon">
</div>
</div>
<nav class="hfe-nav-menu__layout-vertical hfe-nav-menu__submenu-arrow" data-toggle-icon="" data-close-icon="" data-full-width="">
<ul id="menu-1-a8111a0" class="hfe-nav-menu"><li id="menu-item-187" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-18 current_page_item parent hfe-creative-menu"><a href="https://graffitikinderfeestje.nl/" class = "hfe-menu-item">Home</a></li>
<li id="menu-item-274" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children parent hfe-has-submenu hfe-creative-menu"><div class="hfe-has-submenu-container"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje/" class = "hfe-menu-item">Graffiti kinderfeestje<span class='hfe-menu-toggle sub-arrow hfe-menu-child-0'><i class='fa'></i></span></a></div>
<ul class="sub-menu">
<li id="menu-item-281" class="menu-item menu-item-type-post_type menu-item-object-page hfe-creative-menu"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-amsterdam/" class = "hfe-sub-menu-item">Amsterdam</a></li>
<li id="menu-item-279" class="menu-item menu-item-type-post_type menu-item-object-page hfe-creative-menu"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-utrecht/" class = "hfe-sub-menu-item">Utrecht</a></li>
<li id="menu-item-280" class="menu-item menu-item-type-post_type menu-item-object-page hfe-creative-menu"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-rotterdam/" class = "hfe-sub-menu-item">Rotterdam</a></li>
<li id="menu-item-277" class="menu-item menu-item-type-post_type menu-item-object-page hfe-creative-menu"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-zaandam/" class = "hfe-sub-menu-item">Zaandam</a></li>
<li id="menu-item-1363" class="menu-item menu-item-type-post_type menu-item-object-page hfe-creative-menu"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-antwerpen/" class = "hfe-sub-menu-item">Antwerpen</a></li>
<li id="menu-item-278" class="menu-item menu-item-type-post_type menu-item-object-page hfe-creative-menu"><a href="https://graffitikinderfeestje.nl/graffiti-kinderfeestje-gent/" class = "hfe-sub-menu-item">Gent</a></li>
</ul>
</li>
<li id="menu-item-271" class="menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu"><a href="https://graffitikinderfeestje.nl/prijzen/" class = "hfe-menu-item">Prijzen</a></li>
<li id="menu-item-275" class="menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu"><a href="https://graffitikinderfeestje.nl/graffiti-kinderkamer/" class = "hfe-menu-item">Graffiti kinderkamer</a></li>
<li id="menu-item-273" class="menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu"><a href="https://graffitikinderfeestje.nl/over-ons/" class = "hfe-menu-item">Over ons</a></li>
<li id="menu-item-276" class="menu-item menu-item-type-post_type menu-item-object-page parent hfe-creative-menu"><a href="https://graffitikinderfeestje.nl/contact/" class = "hfe-menu-item">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-dbaee35 e-flex e-con-boxed e-con e-child" data-id="dbaee35" data-element_type="container">
<div class="e-con-inner">
<div class="elementor-element elementor-element-35570ea elementor-widget elementor-widget-heading" data-id="35570ea" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default">Von Kleistlaan 11-3 <br> 3533BB Utrecht (geen bezoekadres)
<br>+31615828701
<br>info@graffitikinderfeestje.nl</h5> </div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-8c228cf e-con-full e-flex e-con e-parent" data-id="8c228cf" data-element_type="container" data-settings="{"background_background":"classic"}">
<div class="elementor-element elementor-element-e13ce8c elementor-widget elementor-widget-heading" data-id="e13ce8c" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default">Copyright © 2024 - Graffiti Kinderfeestje onderdeel van GRAFFITIFUN EUROPE BV | Website door VermMedia</h4> </div>
</div>
</div>
</div>
</div>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
const lazyloadRunObserver = () => {
const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
entries.forEach( ( entry ) => {
if ( entry.isIntersecting ) {
let lazyloadBackground = entry.target;
if( lazyloadBackground ) {
lazyloadBackground.classList.add( 'e-lazyloaded' );
}
lazyloadBackgroundObserver.unobserve( entry.target );
}
});
}, { rootMargin: '200px 0px 200px 0px' } );
lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
lazyloadBackgroundObserver.observe( lazyloadBackground );
} );
};
const events = [
'DOMContentLoaded',
'elementor/lazyload/observe',
];
events.forEach( ( event ) => {
document.addEventListener( event, lazyloadRunObserver );
} );
</script>
<link rel='stylesheet' id='widget-image-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.25.9' media='all' />
<link rel='stylesheet' id='widget-video-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/widget-video.min.css?ver=3.25.9' media='all' />
<link rel='stylesheet' id='widget-spacer-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.25.9' media='all' />
<link rel='stylesheet' id='widget-image-carousel-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css?ver=3.25.9' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.25.9' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.25.9' media='all' />
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1732115041" id="swv-js" defer></script>
<script type="rocketlazyloadscript" id="contact-form-7-js-translations">
( function( domain, translations ) {
var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
localeData[""].domain = domain;
wp.i18n.setLocaleData( localeData, domain );
} )( "contact-form-7", {"translation-revision-date":"2024-11-03 11:43:10+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"nl"},"This contact form is placed in the wrong place.":["Dit contactformulier staat op de verkeerde plek."],"Error:":["Fout:"]}},"comment":{"reference":"includes\/js\/index.js"}} );
</script>
<script type="rocketlazyloadscript" id="contact-form-7-js-before">
var wpcf7 = {
"api": {
"root": "https:\/\/graffitikinderfeestje.nl\/wp-json\/",
"namespace": "contact-form-7\/v1"
},
"cached": 1
};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1732115041" id="contact-form-7-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js" defer></script>
<script id="starter-templates-zip-preview-js-extra">
var starter_templates_zip_preview = {"AstColorPaletteVarPrefix":"--ast-global-","AstEleColorPaletteVarPrefix":"--ast-global-"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/dist/template-preview/main.js?ver=1732115041" id="starter-templates-zip-preview-js" defer></script>
<script id="ct-scripts-js-extra">
var ct_localizations = {"ajax_url":"https:\/\/graffitikinderfeestje.nl\/wp-admin\/admin-ajax.php","public_url":"https:\/\/graffitikinderfeestje.nl\/wp-content\/themes\/blocksy\/static\/bundle\/","rest_url":"https:\/\/graffitikinderfeestje.nl\/wp-json\/","search_url":"https:\/\/graffitikinderfeestje.nl\/search\/QUERY_STRING\/","show_more_text":"Toon meer","more_text":"Meer","search_live_results":"Zoekresultaten","search_live_no_results":"Geen resultaten","search_live_no_result":"Geen resultaten","search_live_one_result":"Je hebt %s resultaat. Druk op Tab om het te selecteren.","search_live_many_results":"Je hebt %s resultaten. Druk op Tab om er een te selecteren.","clipboard_copied":"Gekopieerd!","clipboard_failed":"Kopi\u00ebren mislukt","expand_submenu":"Dropdown menu uitvouwen","collapse_submenu":"Dropdown menu invouwen","dynamic_js_chunks":[{"id":"blocksy_sticky_header","selector":"header [data-sticky]","url":"https:\/\/graffitikinderfeestje.nl\/wp-content\/plugins\/blocksy-companion\/static\/bundle\/sticky.js?ver=2.0.77"}],"dynamic_styles":{"lazy_load":"https:\/\/graffitikinderfeestje.nl\/wp-content\/themes\/blocksy\/static\/bundle\/non-critical-styles.min.css?ver=2.0.77","search_lazy":"https:\/\/graffitikinderfeestje.nl\/wp-content\/themes\/blocksy\/static\/bundle\/non-critical-search-styles.min.css?ver=2.0.77","back_to_top":"https:\/\/graffitikinderfeestje.nl\/wp-content\/themes\/blocksy\/static\/bundle\/back-to-top.min.css?ver=2.0.77"},"dynamic_styles_selectors":[{"selector":".ct-header-cart, #woo-cart-panel","url":"https:\/\/graffitikinderfeestje.nl\/wp-content\/themes\/blocksy\/static\/bundle\/cart-header-element-lazy.min.css?ver=2.0.77"},{"selector":".flexy","url":"https:\/\/graffitikinderfeestje.nl\/wp-content\/themes\/blocksy\/static\/bundle\/flexy.min.css?ver=2.0.77"},{"selector":"#account-modal","url":"https:\/\/graffitikinderfeestje.nl\/wp-content\/plugins\/blocksy-companion\/static\/bundle\/header-account-modal-lazy.min.css?ver=2.0.77"},{"selector":".ct-header-account","url":"https:\/\/graffitikinderfeestje.nl\/wp-content\/plugins\/blocksy-companion\/static\/bundle\/header-account-dropdown-lazy.min.css?ver=2.0.77"}]};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/themes/blocksy/static/bundle/main.js?ver=1732115041" id="ct-scripts-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/header-footer-elementor/inc/js/frontend.js?ver=1732115041" id="hfe-frontend-js-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=6LfaB6MpAAAAADNgI9nEWdtlg3GcdjQVX5d8eG-x&ver=3.0" id="google-recaptcha-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="rocketlazyloadscript" id="wpcf7-recaptcha-js-before">
var wpcf7_recaptcha = {
"sitekey": "6LfaB6MpAAAAADNgI9nEWdtlg3GcdjQVX5d8eG-x",
"actions": {
"homepage": "homepage",
"contactform": "contactform"
}
};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1732115041" id="wpcf7-recaptcha-js" defer></script>
<script type="rocketlazyloadscript" defer async data-rocket-src="https://cdn.trustindex.io/loader.js?ver=6.7" id="trustindex-js-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/plugins/pro-elements/assets/js/webpack-pro.runtime.min.js?ver=3.25.3" id="elementor-pro-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.25.9" id="elementor-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.25.9" id="elementor-frontend-modules-js" defer></script>
<script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/graffitikinderfeestje.nl\/wp-admin\/admin-ajax.php","nonce":"be160bd60b","urls":{"assets":"https:\/\/graffitikinderfeestje.nl\/wp-content\/plugins\/pro-elements\/assets\/","rest":"https:\/\/graffitikinderfeestje.nl\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"nl_NL","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/graffitikinderfeestje.nl\/wp-content\/plugins\/pro-elements\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/plugins/pro-elements/assets/js/frontend.min.js?ver=3.25.3" id="elementor-pro-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer></script>
<script type="rocketlazyloadscript" id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Deel via Facebook","shareOnTwitter":"Deel via Twitter","pinIt":"Pin dit","download":"Downloaden","downloadImage":"Download afbeelding","fullscreen":"Volledig scherm","zoom":"Zoom","share":"Delen","playVideo":"Video afspelen","previous":"Vorige","next":"Volgende","close":"Sluiten","a11yCarouselWrapperAriaLabel":"Carrousel | Horizontaal scrollen: pijl links & rechts","a11yCarouselPrevSlideMessage":"Vorige slide","a11yCarouselNextSlideMessage":"Volgende slide","a11yCarouselFirstSlideMessage":"Ga naar de eerste slide","a11yCarouselLastSlideMessage":"Ga naar de laatste slide","a11yCarouselPaginationBulletMessage":"Ga naar slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobiel portret","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobiel landschap","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet portret","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet landschap","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Breedbeeld","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.25.9","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_optimized_control_loading":true,"e_onboarding":true,"e_css_smooth_scroll":true,"theme_builder_v2":true,"home_screen":true,"landing-pages":true,"nested-elements":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/graffitikinderfeestje.nl\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/graffitikinderfeestje.nl\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/graffitikinderfeestje.nl\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"f1f662f51c"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":18,"title":"Home%20-%20Graffiti%20kinderfeestje","excerpt":"","featuredImage":false}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.25.9" id="elementor-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://graffitikinderfeestje.nl/wp-content/plugins/pro-elements/assets/js/elements-handlers.min.js?ver=3.25.3" id="pro-elements-handlers-js" defer></script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://graffitikinderfeestje.nl/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1732167121 -->