mytaste.nl Ads.txt file

<!doctype html>
<html lang="nl-NL" prefix="og: https://ogp.me/ns#">
<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.v="1.2.3",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=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}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">
<link rel="profile" href="https://gmpg.org/xfn/11">
<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>

<!-- Search Engine Optimization door Rank Math - https://rankmath.com/ -->
<title>Page Not Found - Mytaste.nl</title>
<meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<meta property="og:locale" content="nl_NL" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Page Not Found - Mytaste.nl" />
<meta property="og:site_name" content="Mytaste.nl" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Page Not Found - Mytaste.nl" />
<!-- /Rank Math WordPress SEO plugin -->

<link rel='dns-prefetch' href='//www.googletagmanager.com' />

<link rel="alternate" type="application/rss+xml" title="Mytaste.nl &raquo; feed" href="https://mytaste.nl/feed/" />
<link rel="alternate" type="application/rss+xml" title="Mytaste.nl &raquo; reacties feed" href="https://mytaste.nl/comments/feed/" />
<style id='wp-emoji-styles-inline-css'>

img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://mytaste.nl/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' 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--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--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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: 800px;--wp--style--global--wide-size: 1200px; }: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: 24px; 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: 24px; }: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: 24px;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: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.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;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-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-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-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-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;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<style id='age-gate-custom-inline-css'>
:root{--ag-background-color: rgba(0,0,0,0.2);--ag-background-image-position: center center;--ag-background-image-opacity: 1;--ag-form-background: rgba(255,255,255,1);--ag-text-color: #000000;--ag-blur: 5px;}
</style>
<link data-minify="1" rel='stylesheet' id='age-gate-css' href='https://mytaste.nl/wp-content/cache/min/1/wp-content/plugins/age-gate/dist/main.css?ver=1739497192' media='all' />
<style id='age-gate-options-inline-css'>
:root{--ag-background-color: rgba(0,0,0,0.2);--ag-background-image-position: center center;--ag-background-image-opacity: 1;--ag-form-background: rgba(255,255,255,1);--ag-text-color: #000000;--ag-blur: 5px;}
</style>
<link rel='stylesheet' id='cmplz-general-css' href='https://mytaste.nl/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1750384100' media='all' />
<link data-minify="1" rel='stylesheet' id='hello-elementor-css' href='https://mytaste.nl/wp-content/cache/min/1/wp-content/themes/hello-elementor/assets/css/reset.css?ver=1749427085' media='all' />
<link data-minify="1" rel='stylesheet' id='hello-elementor-theme-style-css' href='https://mytaste.nl/wp-content/cache/min/1/wp-content/themes/hello-elementor/assets/css/theme.css?ver=1749427085' media='all' />
<link data-minify="1" rel='stylesheet' id='hello-elementor-header-footer-css' href='https://mytaste.nl/wp-content/cache/min/1/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=1749427085' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://mytaste.nl/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='elementor-post-175-css' href='https://mytaste.nl/wp-content/uploads/elementor/css/post-175.css?ver=1739497193' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://mytaste.nl/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://mytaste.nl/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='widget-nav-menu-css' href='https://mytaste.nl/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='widget-search-form-css' href='https://mytaste.nl/wp-content/plugins/elementor-pro/assets/css/widget-search-form.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='e-sticky-css' href='https://mytaste.nl/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='e-motion-fx-css' href='https://mytaste.nl/wp-content/plugins/elementor-pro/assets/css/modules/motion-fx.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='widget-loop-common-css' href='https://mytaste.nl/wp-content/plugins/elementor-pro/assets/css/widget-loop-common.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='widget-loop-grid-css' href='https://mytaste.nl/wp-content/plugins/elementor-pro/assets/css/widget-loop-grid.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://mytaste.nl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='widget-author-box-css' href='https://mytaste.nl/wp-content/plugins/elementor-pro/assets/css/widget-author-box.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='e-animation-pulse-grow-css' href='https://mytaste.nl/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='widget-text-editor-css' href='https://mytaste.nl/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://mytaste.nl/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='e-animation-fadeIn-css' href='https://mytaste.nl/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://mytaste.nl/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='elementor-post-185-css' href='https://mytaste.nl/wp-content/uploads/elementor/css/post-185.css?ver=1739497193' media='all' />
<link rel='stylesheet' id='elementor-post-189-css' href='https://mytaste.nl/wp-content/uploads/elementor/css/post-189.css?ver=1739497193' media='all' />
<link rel='stylesheet' id='elementor-post-193-css' href='https://mytaste.nl/wp-content/uploads/elementor/css/post-193.css?ver=1739497193' media='all' />
<style id='akismet-widget-style-inline-css'>

.a-stats {
--akismet-color-mid-green: #357b49;
--akismet-color-white: #fff;
--akismet-color-light-grey: #f6f7f7;

max-width: 350px;
width: auto;
}

.a-stats * {
all: unset;
box-sizing: border-box;
}

.a-stats strong {
font-weight: 600;
}

.a-stats a.a-stats__link,
.a-stats a.a-stats__link:visited,
.a-stats a.a-stats__link:active {
background: var(--akismet-color-mid-green);
border: none;
box-shadow: none;
border-radius: 8px;
color: var(--akismet-color-white);
cursor: pointer;
display: block;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
font-weight: 500;
padding: 12px;
text-align: center;
text-decoration: none;
transition: all 0.2s ease;
}

/* Extra specificity to deal with TwentyTwentyOne focus style */
.widget .a-stats a.a-stats__link:focus {
background: var(--akismet-color-mid-green);
color: var(--akismet-color-white);
text-decoration: none;
}

.a-stats a.a-stats__link:hover {
filter: brightness(110%);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
}

.a-stats .count {
color: var(--akismet-color-white);
display: block;
font-size: 1.5em;
line-height: 1.4;
padding: 0 13px;
white-space: nowrap;
}

</style>
<link data-minify="1" rel='stylesheet' id='elementor-gf-local-averiaseriflibre-css' href='https://mytaste.nl/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/averiaseriflibre.css?ver=1742391712' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-gf-local-opensans-css' href='https://mytaste.nl/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/opensans.css?ver=1742391712' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-gf-local-urbanist-css' href='https://mytaste.nl/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/urbanist.css?ver=1742391712' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-gf-local-readexpro-css' href='https://mytaste.nl/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/readexpro.css?ver=1742391712' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-gf-local-hankengrotesk-css' href='https://mytaste.nl/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/hankengrotesk.css?ver=1742391712' media='all' />
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.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://mytaste.nl/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>

<!-- Google tag (gtag.js) snippet toegevoegd door Site Kit -->

<!-- Google Analytics snippet toegevoegd door Site Kit -->
<script type="rocketlazyloadscript" data-rocket-src="https://www.googletagmanager.com/gtag/js?id=GT-TXBQLJM" id="google_gtagjs-js" async></script>
<script type="rocketlazyloadscript" id="google_gtagjs-js-after">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["mytaste.nl"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-TXBQLJM");
</script>

<!-- Einde Google tag (gtag.js) snippet toegevoegd door Site Kit -->
<link rel="https://api.w.org/" href="https://mytaste.nl/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://mytaste.nl/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.8.1" />
<meta name="generator" content="Site Kit by Google 1.155.0" /> <style>.cmplz-hidden {
display: none !important;
}</style><meta name="generator" content="Elementor 3.29.2; features: e_font_icon_svg, additional_custom_breakpoints, e_local_google_fonts; 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>
<link rel="icon" href="https://mytaste.nl/wp-content/uploads/2024/05/cropped-my-taste-favicon-32x32.jpg" sizes="32x32" />
<link rel="icon" href="https://mytaste.nl/wp-content/uploads/2024/05/cropped-my-taste-favicon-192x192.jpg" sizes="192x192" />
<link rel="apple-touch-icon" href="https://mytaste.nl/wp-content/uploads/2024/05/cropped-my-taste-favicon-180x180.jpg" />
<meta name="msapplication-TileImage" content="https://mytaste.nl/wp-content/uploads/2024/05/cropped-my-taste-favicon-270x270.jpg" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body data-rsssl=1 data-cmplz=1 class="archive category wp-embed-responsive wp-theme-hello-elementor hello-elementor-default elementor-page-193 elementor-default elementor-template-full-width elementor-kit-175">


<a class="skip-link screen-reader-text" href="#content">Ga naar de inhoud</a>

<header data-elementor-type="header" data-elementor-id="185" class="elementor elementor-185 elementor-location-header" data-elementor-post-type="elementor_library">
<div class="elementor-element elementor-element-0a41cfc e-flex e-con-boxed e-con e-parent" data-id="0a41cfc" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-6c4f0b5 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="6c4f0b5" data-element_type="widget" data-widget_type="social-icons.default">
<div class="elementor-widget-container">
<div class="elementor-social-icons-wrapper elementor-grid" role="list">
<span class="elementor-grid-item" role="listitem">
<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6c43a77" href="https://www.instagram.com/" 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" role="listitem">
<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-ddf19d5" href="https://www.facebook.com/" target="_blank">
<span class="elementor-screen-only">Facebook</span>
<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg> </a>
</span>
<span class="elementor-grid-item" role="listitem">
<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-fef0831" href="https://twitter.com/?lang=nl" 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 class="elementor-element elementor-element-10ae7c29 e-flex e-con-boxed e-con e-parent" data-id="10ae7c29" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[],&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-514adfde e-con-full e-flex e-con e-child" data-id="514adfde" data-element_type="container">
<div class="elementor-element elementor-element-416c46b elementor-view-default elementor-widget elementor-widget-icon" data-id="416c46b" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<a class="elementor-icon" href="https://mytaste.nl">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" viewBox="0 0 375 374.999991" height="500" preserveAspectRatio="xMidYMid meet"><defs><g></g><clipPath id="deaf2da5f1"><path d="M 13.730469 13.730469 L 361.269531 13.730469 L 361.269531 361.269531 L 13.730469 361.269531 Z M 13.730469 13.730469 " clip-rule="nonzero"></path></clipPath><clipPath id="d2f23869e1"><path d="M 187.5 13.730469 C 91.527344 13.730469 13.730469 91.527344 13.730469 187.5 C 13.730469 283.472656 91.527344 361.269531 187.5 361.269531 C 283.472656 361.269531 361.269531 283.472656 361.269531 187.5 C 361.269531 91.527344 283.472656 13.730469 187.5 13.730469 Z M 187.5 13.730469 " clip-rule="nonzero"></path></clipPath><clipPath id="28dfddc96f"><path d="M 27.285156 27.285156 L 347.714844 27.285156 L 347.714844 347.714844 L 27.285156 347.714844 Z M 27.285156 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="dad5ca7e78"><path d="M 187.5 27.285156 C 99.015625 27.285156 27.285156 99.015625 27.285156 187.5 C 27.285156 275.984375 99.015625 347.714844 187.5 347.714844 C 275.984375 347.714844 347.714844 275.984375 347.714844 187.5 C 347.714844 99.015625 275.984375 27.285156 187.5 27.285156 Z M 187.5 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="9f3de23a0d"><path d="M 27.285156 27.285156 L 347.535156 27.285156 L 347.535156 347.535156 L 27.285156 347.535156 Z M 27.285156 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="676872216c"><path d="M 187.496094 27.285156 C 99.011719 27.285156 27.285156 99.011719 27.285156 187.496094 C 27.285156 275.980469 99.011719 347.710938 187.496094 347.710938 C 275.980469 347.710938 347.710938 275.980469 347.710938 187.496094 C 347.710938 99.011719 275.980469 27.285156 187.496094 27.285156 Z M 187.496094 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="aab1a22f08"><path d="M 139.066406 39.550781 L 213 39.550781 L 213 113.800781 L 139.066406 113.800781 Z M 139.066406 39.550781 " clip-rule="nonzero"></path></clipPath><clipPath id="5c87dc53b4"><path d="M 198 76 L 235.816406 76 L 235.816406 113.800781 L 198 113.800781 Z M 198 76 " clip-rule="nonzero"></path></clipPath><clipPath id="ec5c5facfb"><path d="M 139.066406 39.550781 L 210 39.550781 L 210 110 L 139.066406 110 Z M 139.066406 39.550781 " clip-rule="nonzero"></path></clipPath><clipPath id="52831acf64"><path d="M 196 74 L 231.316406 74 L 231.316406 110.050781 L 196 110.050781 Z M 196 74 " clip-rule="nonzero"></path></clipPath></defs><g clip-path="url(#deaf2da5f1)"><g clip-path="url(#d2f23869e1)"><path fill="#f0dfc8" d="M 13.730469 13.730469 L 361.269531 13.730469 L 361.269531 361.269531 L 13.730469 361.269531 Z M 13.730469 13.730469 " fill-opacity="1" fill-rule="nonzero"></path></g></g><g clip-path="url(#28dfddc96f)"><g clip-path="url(#dad5ca7e78)"><path fill="#e16539" d="M 27.285156 27.285156 L 347.714844 27.285156 L 347.714844 347.714844 L 27.285156 347.714844 Z M 27.285156 27.285156 " fill-opacity="1" fill-rule="nonzero"></path></g></g><g clip-path="url(#9f3de23a0d)"><g clip-path="url(#676872216c)"><path stroke-linecap="butt" transform="matrix(0.75, 0, 0, 0.75, 27.283298, 27.283293)" fill="none" stroke-linejoin="miter" d="M 213.617089 0.00248368 C 95.637907 0.00248368 0.00247768 95.637913 0.00247768 213.617095 C 0.00247768 331.596277 95.637907 427.236914 213.617089 427.236914 C 331.596271 427.236914 427.236908 331.596277 427.236908 213.617095 C 427.236908 95.637913 331.596271 0.00248368 213.617089 0.00248368 Z M 213.617089 0.00248368 " stroke="#303030" stroke-width="12" stroke-opacity="1" stroke-miterlimit="4"></path></g></g><g clip-path="url(#aab1a22f08)"><path fill="#f0dfc8" d="M 176.734375 59.300781 C 176.847656 60.328125 177.046875 61.339844 177.332031 62.335938 C 177.613281 63.328125 177.980469 64.292969 178.425781 65.222656 C 178.871094 66.15625 179.394531 67.042969 179.992188 67.886719 C 180.589844 68.730469 181.253906 69.519531 181.984375 70.25 C 182.714844 70.980469 183.503906 71.644531 184.347656 72.242188 C 185.191406 72.839844 186.078125 73.363281 187.011719 73.808594 C 187.945312 74.257812 188.90625 74.621094 189.902344 74.90625 C 190.894531 75.1875 191.90625 75.386719 192.933594 75.5 C 199.476562 76.152344 206.035156 76.449219 212.609375 76.394531 C 206.035156 76.34375 199.476562 76.640625 192.933594 77.292969 C 191.90625 77.40625 190.894531 77.601562 189.902344 77.886719 C 188.90625 78.171875 187.945312 78.535156 187.011719 78.984375 C 186.078125 79.429688 185.191406 79.953125 184.347656 80.550781 C 183.503906 81.148438 182.714844 81.8125 181.984375 82.542969 C 181.253906 83.273438 180.589844 84.0625 179.992188 84.90625 C 179.394531 85.75 178.875 86.636719 178.425781 87.570312 C 177.980469 88.5 177.613281 89.464844 177.332031 90.457031 C 177.046875 91.453125 176.847656 92.464844 176.734375 93.492188 C 176.085938 100.035156 175.785156 106.59375 175.839844 113.167969 C 175.894531 106.59375 175.59375 100.035156 174.941406 93.492188 C 174.832031 92.464844 174.632812 91.453125 174.347656 90.457031 C 174.066406 89.464844 173.699219 88.5 173.253906 87.570312 C 172.804688 86.636719 172.285156 85.75 171.6875 84.90625 C 171.089844 84.0625 170.425781 83.273438 169.691406 82.542969 C 168.960938 81.8125 168.175781 81.148438 167.332031 80.550781 C 166.488281 79.953125 165.597656 79.429688 164.667969 78.984375 C 163.734375 78.535156 162.773438 78.171875 161.777344 77.886719 C 160.785156 77.601562 159.773438 77.40625 158.746094 77.292969 C 152.203125 76.640625 145.644531 76.34375 139.066406 76.394531 C 145.644531 76.449219 152.203125 76.152344 158.746094 75.5 C 159.773438 75.386719 160.785156 75.1875 161.777344 74.90625 C 162.773438 74.621094 163.734375 74.257812 164.667969 73.808594 C 165.597656 73.363281 166.488281 72.839844 167.332031 72.242188 C 168.175781 71.644531 168.960938 70.980469 169.691406 70.25 C 170.425781 69.519531 171.089844 68.730469 171.6875 67.886719 C 172.285156 67.042969 172.804688 66.15625 173.253906 65.222656 C 173.699219 64.292969 174.066406 63.328125 174.347656 62.335938 C 174.632812 61.339844 174.832031 60.328125 174.941406 59.300781 C 175.59375 52.757812 175.894531 46.199219 175.839844 39.625 C 175.785156 46.199219 176.085938 52.757812 176.734375 59.300781 Z M 176.734375 59.300781 " fill-opacity="1" fill-rule="nonzero"></path></g><g clip-path="url(#5c87dc53b4)"><path fill="#f0dfc8" d="M 217.789062 86.351562 C 217.847656 86.875 217.945312 87.382812 218.089844 87.886719 C 218.234375 88.390625 218.417969 88.878906 218.644531 89.351562 C 218.871094 89.820312 219.136719 90.269531 219.4375 90.699219 C 219.738281 91.125 220.074219 91.523438 220.445312 91.894531 C 220.816406 92.261719 221.214844 92.601562 221.640625 92.902344 C 222.066406 93.203125 222.519531 93.46875 222.988281 93.695312 C 223.460938 93.921875 223.949219 94.105469 224.453125 94.25 C 224.953125 94.394531 225.464844 94.492188 225.988281 94.550781 C 229.296875 94.878906 232.617188 95.03125 235.941406 95.003906 C 232.617188 94.976562 229.296875 95.128906 225.988281 95.457031 C 225.464844 95.515625 224.953125 95.613281 224.453125 95.757812 C 223.949219 95.902344 223.460938 96.085938 222.988281 96.3125 C 222.519531 96.539062 222.066406 96.804688 221.640625 97.105469 C 221.214844 97.40625 220.816406 97.742188 220.445312 98.113281 C 220.074219 98.484375 219.738281 98.882812 219.4375 99.308594 C 219.136719 99.734375 218.871094 100.1875 218.644531 100.65625 C 218.417969 101.128906 218.234375 101.617188 218.089844 102.121094 C 217.945312 102.621094 217.847656 103.132812 217.789062 103.65625 C 217.460938 106.964844 217.308594 110.285156 217.335938 113.613281 C 217.363281 110.285156 217.210938 106.964844 216.882812 103.65625 C 216.824219 103.132812 216.726562 102.621094 216.582031 102.121094 C 216.4375 101.617188 216.253906 101.128906 216.027344 100.65625 C 215.800781 100.183594 215.535156 99.734375 215.234375 99.308594 C 214.929688 98.882812 214.59375 98.484375 214.226562 98.113281 C 213.855469 97.742188 213.457031 97.40625 213.03125 97.105469 C 212.601562 96.804688 212.152344 96.539062 211.683594 96.3125 C 211.210938 96.085938 210.722656 95.902344 210.21875 95.757812 C 209.714844 95.613281 209.203125 95.515625 208.683594 95.457031 C 205.375 95.128906 202.054688 94.976562 198.726562 95.003906 C 202.054688 95.03125 205.375 94.878906 208.683594 94.550781 C 209.203125 94.492188 209.714844 94.394531 210.21875 94.25 C 210.722656 94.105469 211.210938 93.921875 211.683594 93.695312 C 212.152344 93.46875 212.601562 93.203125 213.03125 92.902344 C 213.457031 92.601562 213.855469 92.261719 214.226562 91.894531 C 214.59375 91.523438 214.929688 91.125 215.234375 90.699219 C 215.535156 90.269531 215.800781 89.820312 216.027344 89.351562 C 216.253906 88.878906 216.4375 88.390625 216.582031 87.886719 C 216.726562 87.382812 216.824219 86.875 216.882812 86.351562 C 217.210938 83.042969 217.363281 79.722656 217.339844 76.394531 C 217.308594 79.722656 217.460938 83.042969 217.789062 86.351562 Z M 217.789062 86.351562 " fill-opacity="1" fill-rule="nonzero"></path></g><path fill="#f0dfc8" d="M 203.800781 49.632812 C 203.871094 50.273438 204.046875 50.882812 204.324219 51.460938 C 204.601562 52.042969 204.96875 52.558594 205.425781 53.015625 C 205.878906 53.46875 206.398438 53.835938 206.976562 54.117188 C 207.558594 54.394531 208.167969 54.566406 208.808594 54.636719 C 210.828125 54.839844 212.855469 54.929688 214.886719 54.914062 C 212.855469 54.898438 210.828125 54.988281 208.808594 55.191406 C 208.167969 55.261719 207.558594 55.433594 206.976562 55.714844 C 206.398438 55.992188 205.878906 56.359375 205.425781 56.8125 C 204.96875 57.269531 204.601562 57.785156 204.324219 58.367188 C 204.046875 58.945312 203.871094 59.558594 203.800781 60.195312 C 203.601562 62.21875 203.507812 64.246094 203.523438 66.277344 C 203.542969 64.246094 203.449219 62.21875 203.246094 60.195312 C 203.179688 59.558594 203.003906 58.945312 202.726562 58.367188 C 202.449219 57.785156 202.082031 57.269531 201.625 56.8125 C 201.171875 56.359375 200.652344 55.992188 200.074219 55.714844 C 199.492188 55.433594 198.882812 55.261719 198.242188 55.191406 C 196.222656 54.988281 194.195312 54.898438 192.164062 54.914062 C 194.195312 54.929688 196.222656 54.839844 198.242188 54.636719 C 198.882812 54.566406 199.492188 54.394531 200.074219 54.113281 C 200.652344 53.835938 201.171875 53.46875 201.625 53.015625 C 202.078125 52.558594 202.445312 52.042969 202.722656 51.460938 C 203.003906 50.882812 203.175781 50.273438 203.246094 49.632812 C 203.449219 47.609375 203.542969 45.582031 203.523438 43.550781 C 203.507812 45.582031 203.601562 47.609375 203.800781 49.632812 Z M 203.800781 49.632812 " fill-opacity="1" fill-rule="nonzero"></path><g clip-path="url(#ec5c5facfb)"><path fill="#303030" d="M 175.050781 58.414062 C 175.15625 59.394531 175.347656 60.359375 175.617188 61.308594 C 175.886719 62.257812 176.238281 63.179688 176.664062 64.070312 C 177.089844 64.960938 177.589844 65.808594 178.160156 66.613281 C 178.730469 67.421875 179.367188 68.171875 180.0625 68.871094 C 180.761719 69.570312 181.515625 70.203125 182.320312 70.773438 C 183.125 71.34375 183.976562 71.84375 184.867188 72.269531 C 185.757812 72.699219 186.675781 73.046875 187.625 73.316406 C 188.574219 73.589844 189.542969 73.777344 190.523438 73.886719 C 196.773438 74.507812 203.039062 74.792969 209.320312 74.742188 C 203.039062 74.691406 196.773438 74.976562 190.523438 75.597656 C 189.542969 75.707031 188.574219 75.894531 187.625 76.167969 C 186.675781 76.4375 185.757812 76.785156 184.867188 77.214844 C 183.976562 77.640625 183.125 78.140625 182.320312 78.710938 C 181.515625 79.28125 180.761719 79.914062 180.0625 80.613281 C 179.367188 81.3125 178.730469 82.0625 178.160156 82.871094 C 177.589844 83.675781 177.089844 84.523438 176.664062 85.414062 C 176.238281 86.304688 175.886719 87.226562 175.617188 88.175781 C 175.347656 89.125 175.15625 90.089844 175.050781 91.070312 C 174.425781 97.320312 174.140625 103.585938 174.191406 109.867188 C 174.246094 103.585938 173.960938 97.320312 173.335938 91.070312 C 173.230469 90.089844 173.039062 89.125 172.769531 88.175781 C 172.5 87.226562 172.148438 86.304688 171.722656 85.414062 C 171.296875 84.523438 170.796875 83.675781 170.226562 82.871094 C 169.65625 82.0625 169.019531 81.3125 168.324219 80.613281 C 167.625 79.914062 166.871094 79.28125 166.066406 78.710938 C 165.261719 78.140625 164.410156 77.640625 163.519531 77.210938 C 162.628906 76.785156 161.710938 76.4375 160.761719 76.164062 C 159.8125 75.894531 158.84375 75.707031 157.863281 75.597656 C 151.613281 74.976562 145.347656 74.691406 139.066406 74.742188 C 145.347656 74.792969 151.613281 74.507812 157.863281 73.886719 C 158.84375 73.777344 159.8125 73.589844 160.761719 73.316406 C 161.710938 73.046875 162.628906 72.699219 163.519531 72.269531 C 164.410156 71.84375 165.261719 71.34375 166.066406 70.773438 C 166.871094 70.203125 167.625 69.570312 168.320312 68.871094 C 169.019531 68.171875 169.65625 67.421875 170.226562 66.613281 C 170.796875 65.808594 171.296875 64.960938 171.722656 64.070312 C 172.148438 63.179688 172.5 62.257812 172.769531 61.308594 C 173.039062 60.359375 173.230469 59.394531 173.335938 58.414062 C 173.960938 52.164062 174.246094 45.898438 174.191406 39.617188 C 174.140625 45.898438 174.425781 52.164062 175.050781 58.414062 Z M 175.050781 58.414062 " fill-opacity="1" fill-rule="nonzero"></path></g><g clip-path="url(#52831acf64)"><path fill="#303030" d="M 214.265625 84.253906 C 214.320312 84.75 214.414062 85.238281 214.550781 85.71875 C 214.691406 86.199219 214.867188 86.664062 215.082031 87.117188 C 215.296875 87.566406 215.550781 87.996094 215.839844 88.402344 C 216.128906 88.8125 216.449219 89.191406 216.804688 89.546875 C 217.15625 89.898438 217.535156 90.21875 217.945312 90.507812 C 218.351562 90.796875 218.78125 91.050781 219.234375 91.265625 C 219.683594 91.484375 220.148438 91.660156 220.628906 91.796875 C 221.109375 91.933594 221.597656 92.027344 222.09375 92.082031 C 225.257812 92.398438 228.429688 92.542969 231.605469 92.515625 C 228.429688 92.492188 225.257812 92.636719 222.09375 92.949219 C 221.597656 93.003906 221.109375 93.101562 220.628906 93.238281 C 220.148438 93.375 219.683594 93.550781 219.234375 93.765625 C 218.78125 93.984375 218.351562 94.234375 217.945312 94.523438 C 217.535156 94.8125 217.15625 95.132812 216.804688 95.488281 C 216.449219 95.839844 216.128906 96.222656 215.839844 96.628906 C 215.550781 97.039062 215.296875 97.464844 215.082031 97.917969 C 214.867188 98.367188 214.691406 98.832031 214.550781 99.3125 C 214.414062 99.792969 214.320312 100.285156 214.265625 100.78125 C 213.949219 103.941406 213.804688 107.113281 213.832031 110.292969 C 213.859375 107.113281 213.714844 103.941406 213.398438 100.78125 C 213.34375 100.285156 213.25 99.792969 213.109375 99.3125 C 212.972656 98.832031 212.796875 98.367188 212.582031 97.917969 C 212.367188 97.464844 212.113281 97.039062 211.824219 96.628906 C 211.535156 96.222656 211.214844 95.839844 210.859375 95.488281 C 210.507812 95.132812 210.125 94.8125 209.71875 94.523438 C 209.3125 94.234375 208.882812 93.984375 208.429688 93.765625 C 207.980469 93.550781 207.515625 93.375 207.035156 93.238281 C 206.554688 93.101562 206.066406 93.003906 205.566406 92.949219 C 202.40625 92.636719 199.234375 92.492188 196.058594 92.515625 C 199.234375 92.542969 202.40625 92.398438 205.566406 92.082031 C 206.066406 92.027344 206.554688 91.933594 207.035156 91.796875 C 207.515625 91.660156 207.980469 91.484375 208.429688 91.265625 C 208.882812 91.050781 209.3125 90.796875 209.71875 90.507812 C 210.125 90.21875 210.507812 89.898438 210.859375 89.546875 C 211.214844 89.191406 211.535156 88.8125 211.824219 88.402344 C 212.113281 87.996094 212.367188 87.566406 212.582031 87.117188 C 212.796875 86.664062 212.972656 86.199219 213.109375 85.71875 C 213.25 85.238281 213.34375 84.75 213.398438 84.253906 C 213.714844 81.089844 213.859375 77.921875 213.835938 74.742188 C 213.808594 77.921875 213.949219 81.089844 214.265625 84.253906 Z M 214.265625 84.253906 " fill-opacity="1" fill-rule="nonzero"></path></g><path fill="#303030" d="M 200.902344 49.175781 C 200.972656 49.789062 201.136719 50.371094 201.402344 50.925781 C 201.667969 51.480469 202.019531 51.972656 202.453125 52.40625 C 202.886719 52.84375 203.382812 53.191406 203.9375 53.457031 C 204.492188 53.722656 205.074219 53.890625 205.683594 53.957031 C 207.617188 54.148438 209.550781 54.238281 211.492188 54.222656 C 209.550781 54.207031 207.617188 54.292969 205.683594 54.488281 C 205.074219 54.554688 204.492188 54.71875 203.9375 54.984375 C 203.382812 55.25 202.886719 55.601562 202.453125 56.035156 C 202.019531 56.472656 201.667969 56.964844 201.402344 57.519531 C 201.136719 58.074219 200.972656 58.65625 200.902344 59.269531 C 200.710938 61.199219 200.625 63.132812 200.640625 65.074219 C 200.65625 63.132812 200.566406 61.199219 200.375 59.269531 C 200.308594 58.65625 200.140625 58.074219 199.875 57.519531 C 199.609375 56.964844 199.261719 56.472656 198.824219 56.035156 C 198.390625 55.601562 197.894531 55.25 197.34375 54.984375 C 196.789062 54.71875 196.203125 54.554688 195.59375 54.488281 C 193.664062 54.292969 191.726562 54.207031 189.785156 54.222656 C 191.726562 54.238281 193.664062 54.148438 195.59375 53.957031 C 196.203125 53.890625 196.789062 53.722656 197.339844 53.457031 C 197.894531 53.191406 198.390625 52.84375 198.824219 52.40625 C 199.257812 51.972656 199.609375 51.480469 199.875 50.925781 C 200.140625 50.371094 200.304688 49.789062 200.371094 49.175781 C 200.566406 47.246094 200.65625 45.308594 200.640625 43.367188 C 200.625 45.308594 200.710938 47.246094 200.902344 49.175781 Z M 200.902344 49.175781 " fill-opacity="1" fill-rule="nonzero"></path><path stroke-linecap="butt" transform="matrix(1.27217, -0.193448, 0.193448, 1.27217, -19.388816, 144.882106)" fill="none" stroke-linejoin="miter" d="M 98.754264 54.998793 C 105.312572 55.001205 106.50756 49.929221 106.508804 45.21613 L 106.506653 41.070573 C 106.508228 32.841763 111.128096 25.177044 116.470569 25.178806 C 118.610742 25.178766 119.987518 26.281648 119.987727 28.784171 C 119.98694 33.494261 115.367637 39.76197 115.367167 46.771943 C 115.365359 52.882045 118.521877 54.820536 122.759294 54.820071 C 129.680408 54.819311 130.988721 49.749207 130.986074 45.849218 C 130.988587 43.187441 130.333595 42.264937 130.3333 39.581239 C 130.33254 32.660125 134.955408 24.995861 140.297881 24.997623 C 142.41659 24.997391 143.81483 26.100466 143.814607 28.222176 C 143.813131 32.007928 139.935025 38.207183 139.937557 45.217613 C 139.937481 50.468226 141.966002 54.99868 147.870463 54.999923 C 160.33669 55.001033 166.626715 37.079819 169.578062 32.007773 C 170.591652 30.248955 166.895694 27.476152 165.407722 29.709392 C 163.561569 32.480781 161.823821 34.418114 159.050808 34.42018 C 155.897439 34.419678 154.522372 32.841122 154.521366 29.616901 C 154.520467 24.998671 157.475048 22.04579 157.472749 17.154069 C 157.472307 12.532838 154.791772 8.65552 147.600624 8.655136 C 143.160568 8.655493 139.193873 10.77281 135.674992 14.650091 C 134.301968 16.228362 133.647687 15.846381 133.37811 14.650865 C 132.453995 11.338474 129.859403 8.834475 125.351953 8.833796 C 121.271245 8.833526 117.598508 10.774464 114.171425 14.088442 C 111.219651 17.063244 109.190737 15.48352 109.191045 12.351616 C 109.189668 10.502941 108.445213 8.836044 106.326505 8.836277 C 102.629611 8.83603 98.843598 18.34705 95.055506 29.709289 C 92.485181 37.283425 92.012062 43.908331 92.013649 48.259529 C 92.013488 52.137597 94.42453 55.000574 98.754264 54.998793 Z M 211.306158 29.70944 C 208.622756 33.584802 205.105731 37.732572 202.354639 37.731831 C 200.214467 37.73187 198.47951 35.975767 199.943216 30.812612 C 203.078468 21.482056 205.941126 16.77113 205.941288 12.893061 C 205.939136 9.938874 204.473502 8.834762 201.792805 8.835513 C 197.082715 8.834725 193.294095 15.394559 189.507256 27.475495 C 188.040981 31.827637 185.720493 34.305819 181.66425 34.306199 C 178.621204 34.30712 177.786011 32.752318 177.78403 30.16048 C 177.784477 24.725691 181.932616 18.527581 181.932545 12.530804 C 181.93365 10.120597 181.121778 8.836478 179.07092 8.834746 C 173.909165 8.8359 169.671255 16.230153 165.410723 29.709848 C 163.562575 35.705002 163.381217 41.158339 163.380475 43.909431 C 163.382813 50.941325 167.530607 54.074536 172.532194 54.076661 C 178.528971 54.07659 183.059819 50.288709 185.540264 44.113355 C 186.464477 41.791319 188.311899 42.262614 188.132187 44.292549 C 187.118212 53.242516 180.289006 60.816923 172.150827 60.905893 C 166.425854 60.996424 163.019452 57.773295 162.546337 53.150811 C 162.366786 51.302677 155.808401 55.359509 155.80637 64.78269 C 155.807278 73.641338 161.352206 79.096461 171.134735 79.097866 C 181.393395 79.097979 187.748675 71.994991 193.678122 52.971893 C 194.397678 54.257327 195.525258 54.999909 196.900804 55.00028 C 205.848311 55.000602 210.108906 43.277266 215.452033 32.007172 C 216.467998 29.889461 212.409149 28.130024 211.306158 29.70944 Z M 211.306158 29.70944 " stroke="#f0dfc8" stroke-width="6.925335" stroke-opacity="1" stroke-miterlimit="4"></path><path stroke-linecap="butt" transform="matrix(1.27217, -0.193448, 0.193448, 1.27217, -19.388816, 144.882106)" fill="none" stroke-linejoin="miter" d="M 72.722818 131.000365 C 86.021522 130.9991 93.121996 113.280958 95.895278 108.006815 C 96.819553 106.249767 93.214225 103.567509 91.724938 105.708433 C 89.898563 108.571875 86.923623 110.305726 83.251195 110.30613 C 77.794942 110.305489 74.93269 106.250083 76.871212 99.80195 C 78.627608 93.602471 79.170591 93.424042 87.759205 93.42199 C 91.456099 93.422236 92.557873 84.924708 90.079816 84.925567 L 85.27741 84.926094 C 83.521051 84.926157 83.79202 83.346115 85.189424 80.39595 C 88.051309 74.579511 86.834637 71.716991 83.429698 71.715081 C 81.10835 71.715205 79.080875 72.549146 76.870896 77.915087 C 75.583985 81.229026 72.633009 84.925526 67.268615 84.926572 C 65.149907 84.926804 65.240067 92.027322 70.579995 92.025627 C 68.283618 98.403991 66.253584 103.858706 64.675385 108.482459 C 60.52734 120.293533 62.375299 130.999022 72.722818 131.000365 Z M 99.393624 130.999785 C 105.95539 130.999651 111.500431 125.004744 115.196502 117.518887 L 115.555394 117.521262 C 114.451702 125.183311 117.135386 130.998619 123.491055 131.000922 C 133.746714 131.000579 138.820116 116.597435 143.350436 108.007148 C 144.274711 106.250101 140.578752 103.477298 139.20156 105.70896 C 137.355492 108.661524 135.03375 110.421008 131.898844 110.420243 C 127.842602 110.420624 126.826651 106.722732 129.960882 99.983558 C 131.989686 94.617701 134.402514 91.754391 134.402652 88.260136 C 134.401383 86.208822 133.566275 84.835194 131.156068 84.834089 C 126.826335 84.835869 126.175157 88.350877 123.132111 88.351798 C 120.718904 88.350237 121.103049 84.834541 113.709262 84.834048 C 97.84064 84.834486 89.881514 104.221397 89.883838 117.068893 C 89.882913 125.273237 93.129814 130.999168 99.393624 130.999785 Z M 108.637836 111.88505 C 105.772964 111.885429 104.015227 110.036817 104.015992 106.901911 C 104.015612 102.845669 107.059531 98.315832 111.858936 98.314848 C 114.812667 98.315698 116.662719 100.162996 116.660639 103.205586 C 116.660478 107.083654 113.437241 111.884066 108.637836 111.88505 Z M 175.007049 105.709529 C 173.17936 108.480655 171.240288 110.510196 168.469503 110.598576 C 167.251995 104.874184 162.361223 97.479695 162.361161 95.723336 C 162.361407 92.026442 169.09949 91.755277 169.011025 88.803318 C 169.100734 85.850816 166.328401 82.536802 160.602114 82.535017 C 152.667803 82.535236 146.106242 96.285282 139.569849 105.144714 L 139.186097 105.70968 C 133.642063 114.928807 135.581156 130.911062 151.833592 130.910647 C 169.010365 130.909543 176.583597 113.373829 179.17739 108.007911 C 180.009805 106.249177 176.495022 103.47629 175.007049 105.709529 Z M 148.518031 111.884976 C 145.474985 111.885897 143.358442 110.216085 143.356438 108.008061 C 145.477853 105.324587 148.338199 101.537542 150.639536 98.135286 C 151.472469 96.93854 152.215176 96.940938 152.847559 98.133282 C 154.156114 100.613675 154.899401 102.934419 154.897948 105.144987 C 154.899473 108.931196 152.577275 111.885052 148.518031 111.884976 Z M 182.132211 131.001136 C 195.430916 130.999871 202.53139 113.28173 205.304671 108.007586 C 206.228946 106.250538 202.620617 103.567824 201.134331 105.709204 C 199.307956 108.572646 196.333017 110.306497 192.657587 110.306444 C 187.204335 110.30626 184.339082 106.250398 186.280605 99.802721 C 188.037001 93.603243 188.576983 93.424357 197.165598 93.422305 C 200.862491 93.422551 201.967266 84.925479 199.489209 84.926338 L 194.687259 84.923864 C 192.927899 84.92347 193.198412 83.34643 194.596272 80.393263 C 197.460702 74.580282 196.241485 71.714304 192.839091 71.715852 C 190.517743 71.715977 188.487267 72.549461 186.280289 77.915858 C 184.993835 81.226796 182.042402 84.926297 176.675464 84.923885 C 174.556755 84.924118 174.646915 92.024636 179.989389 92.026398 C 177.69001 98.404306 175.662977 103.859477 174.085234 108.480229 C 169.936734 120.294304 171.784693 130.999794 182.132211 131.001136 Z M 216.377979 131.000963 C 227.085302 130.998678 236.867613 123.065772 245.006693 108.008053 C 246.020283 106.249235 242.324325 103.476432 240.836352 105.709672 C 236.688948 112.064492 229.203658 115.310999 222.936847 115.309926 C 217.661312 115.312201 213.333744 113.643937 213.335739 110.420172 C 213.333843 109.200879 214.258869 108.933158 214.913344 109.293675 C 217.031403 110.509277 219.511316 110.778908 222.102698 110.779928 C 231.142521 110.778935 236.958074 103.206988 236.957399 96.467048 C 236.958558 90.381412 233.193139 84.834561 224.60498 84.833612 C 198.096886 84.83437 190.431873 131.001203 216.377979 131.000963 Z M 219.712739 103.860903 C 216.737544 103.859859 215.361935 102.10313 215.363474 100.073736 C 215.363264 97.571214 217.573538 94.88897 221.178572 94.88753 C 224.039987 94.889695 225.415595 96.646424 225.417057 98.676274 C 225.417182 100.997622 223.29931 103.859726 219.712739 103.860903 Z M 219.712739 103.860903 " stroke="#f0dfc8" stroke-width="6.925335" stroke-opacity="1" stroke-miterlimit="4"></path><g fill="#303030" fill-opacity="1"><g transform="translate(109.483134, 196.872871)"><g><path d="M 7.398438 -1.125 C 15.738281 -2.394531 16.285156 -9.085938 15.375 -15.078125 L 14.570312 -20.363281 C 12.980469 -30.816406 17.371094 -41.457031 24.183594 -42.492188 C 26.882812 -42.90625 28.859375 -41.761719 29.34375 -38.589844 C 30.253906 -32.601562 25.59375 -23.722656 26.953125 -14.792969 C 28.132812 -7.042969 32.5 -5.183594 37.902344 -6.003906 C 46.714844 -7.34375 47.375 -14.054688 46.625 -18.988281 C 46.105469 -22.394531 45.105469 -23.441406 44.589844 -26.847656 C 43.25 -35.660156 47.640625 -46.300781 54.453125 -47.335938 C 57.152344 -47.746094 59.128906 -46.605469 59.539062 -43.90625 C 60.273438 -39.089844 56.535156 -30.46875 57.894531 -21.542969 C 58.910156 -14.847656 62.371094 -9.484375 69.886719 -10.628906 C 85.746094 -13.039062 90.269531 -37.039062 93.042969 -44.070312 C 93.996094 -46.5 88.761719 -49.308594 87.3125 -46.203125 C 85.5 -42.324219 83.640625 -39.519531 80.117188 -38.980469 C 76.125 -38.375 74.058594 -40.105469 73.433594 -44.214844 C 72.539062 -50.085938 75.726562 -54.417969 74.78125 -60.644531 C 73.886719 -66.515625 69.730469 -70.929688 60.570312 -69.539062 C 54.933594 -68.679688 50.292969 -65.210938 46.578125 -59.597656 C 45.121094 -57.335938 44.226562 -57.679688 43.640625 -59.152344 C 41.824219 -63.203125 38.054688 -65.875 32.296875 -65 C 27.128906 -64.214844 22.804688 -61.03125 19.101562 -56.144531 C 15.917969 -51.8125 13.027344 -53.417969 12.421875 -57.410156 C 12.0625 -59.757812 10.800781 -61.730469 8.101562 -61.320312 C 3.402344 -60.605469 0.425781 -47.773438 -2.191406 -32.59375 C -4.015625 -22.464844 -3.316406 -13.917969 -2.476562 -8.394531 C -1.726562 -3.460938 1.878906 -0.285156 7.398438 -1.125 Z M 7.398438 -1.125 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(198.98537, 183.263022)"><g><path d="M 56.183594 -41.472656 C 53.527344 -36.019531 49.867188 -30.054688 46.34375 -29.519531 C 43.644531 -29.109375 41.074219 -31 41.953125 -37.863281 C 44.140625 -50.335938 46.871094 -56.878906 46.121094 -61.8125 C 45.550781 -65.570312 43.457031 -66.695312 40.050781 -66.179688 C 34.058594 -65.265625 30.511719 -56.195312 28.035156 -40.074219 C 26.996094 -34.269531 24.542969 -30.652344 19.375 -29.867188 C 15.496094 -29.277344 14.136719 -31.113281 13.636719 -34.402344 C 12.582031 -41.332031 16.671875 -50.003906 15.511719 -57.640625 C 15.046875 -60.691406 13.738281 -62.175781 11.15625 -61.785156 C 4.578125 -60.785156 0.601562 -50.566406 -2.191406 -32.59375 C -3.378906 -24.601562 -2.5625 -17.636719 -2.027344 -14.113281 C -0.667969 -5.1875 5.222656 -1.996094 11.566406 -2.960938 C 19.203125 -4.121094 24.226562 -9.8125 26.199219 -18.164062 C 26.929688 -21.28125 29.367188 -21.050781 29.523438 -18.429688 C 29.964844 -6.839844 22.738281 4.113281 12.417969 5.804688 C 5.15625 7.027344 0.183594 3.578125 -1.296875 -2.207031 C -1.890625 -4.519531 -9.441406 1.917969 -7.621094 13.898438 C -5.90625 25.171875 2.195312 31.03125 14.644531 29.140625 C 27.683594 27.15625 34.414062 16.878906 38.25 -8.460938 C 39.441406 -6.957031 40.992188 -6.234375 42.753906 -6.5 C 54.148438 -8.234375 57.285156 -23.972656 61.917969 -39.339844 C 62.796875 -42.238281 57.289062 -43.683594 56.183594 -41.472656 Z M 56.183594 -41.472656 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(86.596543, 299.273581)"><g><path d="M 11.863281 -1.804688 C 28.777344 -4.375 34.394531 -28.304688 36.898438 -35.535156 C 37.734375 -37.945312 32.632812 -40.65625 31.167969 -37.667969 C 29.371094 -33.667969 25.953125 -30.867188 21.253906 -30.152344 C 14.324219 -29.097656 9.894531 -33.710938 11.113281 -42.308594 C 12.148438 -50.519531 12.816406 -50.859375 23.738281 -52.519531 C 28.4375 -53.234375 28.203125 -64.257812 25.03125 -63.773438 L 18.925781 -62.84375 C 16.695312 -62.507812 16.742188 -64.554688 17.933594 -68.582031 C 20.449219 -76.535156 18.367188 -79.945312 14.023438 -79.285156 C 11.085938 -78.839844 8.660156 -77.386719 6.878906 -70.148438 C 5.878906 -65.667969 2.832031 -60.398438 -3.980469 -59.363281 C -6.679688 -58.953125 -5.1875 -49.925781 1.625 -50.960938 C -0.078125 -42.410156 -1.609375 -35.085938 -2.714844 -28.910156 C -5.714844 -13.070312 -1.292969 0.195312 11.863281 -1.804688 Z M 11.863281 -1.804688 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(119.954338, 294.201143)"><g><path d="M 12.449219 -1.894531 C 20.789062 -3.160156 26.675781 -11.867188 29.929688 -22.097656 L 30.398438 -22.167969 C 30.472656 -12.203125 35.003906 -5.324219 43.109375 -6.554688 C 56.144531 -8.539062 59.820312 -27.84375 63.914062 -39.640625 C 64.75 -42.054688 59.515625 -44.863281 58.183594 -41.773438 C 56.402344 -37.660156 53.808594 -34.980469 49.8125 -34.375 C 44.644531 -33.589844 42.640625 -38.089844 45.328125 -47.273438 C 46.875 -54.476562 49.375 -58.582031 48.699219 -63.046875 C 48.304688 -65.628906 46.980469 -67.230469 43.925781 -66.765625 C 38.40625 -65.929688 38.261719 -61.339844 34.386719 -60.75 C 31.332031 -60.285156 31.125 -64.820312 21.726562 -63.390625 C 1.523438 -60.320312 -4.828125 -34.117188 -2.34375 -17.789062 C -0.753906 -7.335938 4.464844 -0.679688 12.449219 -1.894531 Z M 20.5 -27.992188 C 16.859375 -27.441406 14.269531 -29.449219 13.660156 -33.441406 C 12.875 -38.613281 15.878906 -44.957031 21.984375 -45.886719 C 25.742188 -46.457031 28.449219 -44.464844 29.039062 -40.589844 C 29.789062 -35.65625 26.605469 -28.921875 20.5 -27.992188 Z M 20.5 -27.992188 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(180.327246, 285.020745)"><g><path d="M 43.382812 -39.523438 C 41.570312 -35.644531 39.496094 -32.683594 35.988281 -32.03125 C 33.355469 -39.082031 25.699219 -47.53125 25.359375 -49.761719 C 24.648438 -54.460938 33.167969 -56.117188 32.476562 -59.859375 C 32.023438 -63.636719 27.859375 -67.328125 20.574219 -66.222656 C 10.472656 -64.683594 4.796875 -45.914062 -1.828125 -33.371094 L -2.191406 -32.59375 C -7.453125 -19.777344 -1.898438 0.167969 18.777344 -2.976562 C 40.625 -6.296875 46.859375 -30.078125 49.113281 -37.390625 C 49.832031 -39.785156 44.832031 -42.628906 43.382812 -39.523438 Z M 10.867188 -26.527344 C 6.992188 -25.941406 3.96875 -27.644531 3.539062 -30.460938 C 5.722656 -34.277344 8.632812 -39.648438 10.90625 -44.441406 C 11.734375 -46.128906 12.671875 -46.273438 13.726562 -44.871094 C 15.855469 -41.949219 17.238281 -39.15625 17.667969 -36.335938 C 18.402344 -31.519531 16.035156 -27.316406 10.867188 -26.527344 Z M 10.867188 -26.527344 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(225.783099, 278.108658)"><g><path d="M 11.863281 -1.804688 C 28.777344 -4.375 34.394531 -28.304688 36.898438 -35.535156 C 37.734375 -37.945312 32.632812 -40.65625 31.167969 -37.667969 C 29.371094 -33.667969 25.953125 -30.867188 21.253906 -30.152344 C 14.324219 -29.097656 9.894531 -33.710938 11.113281 -42.308594 C 12.148438 -50.519531 12.816406 -50.859375 23.738281 -52.519531 C 28.4375 -53.234375 28.203125 -64.257812 25.03125 -63.773438 L 18.925781 -62.84375 C 16.695312 -62.507812 16.742188 -64.554688 17.933594 -68.582031 C 20.449219 -76.535156 18.367188 -79.945312 14.023438 -79.285156 C 11.085938 -78.839844 8.660156 -77.386719 6.878906 -70.148438 C 5.878906 -65.667969 2.832031 -60.398438 -3.980469 -59.363281 C -6.679688 -58.953125 -5.1875 -49.925781 1.625 -50.960938 C -0.078125 -42.410156 -1.609375 -35.085938 -2.714844 -28.910156 C -5.714844 -13.070312 -1.292969 0.195312 11.863281 -1.804688 Z M 11.863281 -1.804688 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(259.140893, 273.036221)"><g><path d="M 22.082031 -3.359375 C 35.707031 -5.429688 46.621094 -17.425781 54.046875 -38.140625 C 55 -40.570312 49.765625 -43.378906 48.316406 -40.273438 C 44.261719 -31.367188 35.371094 -25.808594 27.386719 -24.59375 C 20.691406 -23.574219 14.847656 -24.851562 14.222656 -28.960938 C 13.992188 -30.488281 15.113281 -31.019531 16.003906 -30.675781 C 18.9375 -29.558594 22.164062 -29.6875 25.453125 -30.1875 C 36.964844 -31.9375 42.898438 -42.695312 41.597656 -51.269531 C 40.417969 -59.023438 34.53125 -65.339844 23.605469 -63.675781 C -10.105469 -58.550781 -10.921875 1.660156 22.082031 -3.359375 Z M 21.058594 -38.535156 C 17.300781 -37.960938 15.199219 -39.925781 14.808594 -42.511719 C 14.324219 -45.683594 16.625 -49.515625 21.207031 -50.214844 C 24.847656 -50.765625 26.949219 -48.804688 27.34375 -46.21875 C 27.789062 -43.28125 25.640625 -39.230469 21.058594 -38.535156 Z M 21.058594 -38.535156 "></path></g></g></g></svg> </a>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-6051d900 e-con-full e-flex e-con e-child" data-id="6051d900" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-element elementor-element-53041295 elementor-nav-menu--stretch elementor-nav-menu__text-align-center mobiel elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="53041295" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-slide">
<ul id="menu-1-53041295" class="elementor-nav-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-224"><a href="https://mytaste.nl/category/ontbijt/" class="elementor-item">Ontbijt</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-223"><a href="https://mytaste.nl/category/lunch/" class="elementor-item">Lunch</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-222"><a href="https://mytaste.nl/category/diner/" class="elementor-item">Diner</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-220"><a href="https://mytaste.nl/category/dessert/" class="elementor-item">Dessert</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-226"><a href="https://mytaste.nl/category/sportvoeding/" class="elementor-item">Sportvoeding</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-221"><a href="https://mytaste.nl/category/detox/" class="elementor-item">Detox</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-225"><a href="https://mytaste.nl/category/overig/" class="elementor-item">Overig</a></li>
</ul> </nav>
<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu toggle" aria-expanded="false">
<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg> </div>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
<ul id="menu-2-53041295" class="elementor-nav-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-224"><a href="https://mytaste.nl/category/ontbijt/" class="elementor-item" tabindex="-1">Ontbijt</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-223"><a href="https://mytaste.nl/category/lunch/" class="elementor-item" tabindex="-1">Lunch</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-222"><a href="https://mytaste.nl/category/diner/" class="elementor-item" tabindex="-1">Diner</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-220"><a href="https://mytaste.nl/category/dessert/" class="elementor-item" tabindex="-1">Dessert</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-226"><a href="https://mytaste.nl/category/sportvoeding/" class="elementor-item" tabindex="-1">Sportvoeding</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-221"><a href="https://mytaste.nl/category/detox/" class="elementor-item" tabindex="-1">Detox</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-225"><a href="https://mytaste.nl/category/overig/" class="elementor-item" tabindex="-1">Overig</a></li>
</ul> </nav>
</div>
</div>
<div class="elementor-element elementor-element-3fa6f4c9 elementor-widget-mobile__width-initial elementor-search-form--skin-minimal elementor-widget elementor-widget-search-form" data-id="3fa6f4c9" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;minimal&quot;}" data-widget_type="search-form.default">
<div class="elementor-widget-container">
<search role="search">
<form class="elementor-search-form" action="https://mytaste.nl" method="get">
<div class="elementor-search-form__container">
<label class="elementor-screen-only" for="elementor-search-form-3fa6f4c9">Zoeken</label>

<div class="elementor-search-form__icon">
<div class="e-font-icon-svg-container"><svg aria-hidden="true" class="e-font-icon-svg e-fas-search" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></div> <span class="elementor-screen-only">Zoeken</span>
</div>

<input id="elementor-search-form-3fa6f4c9" placeholder="Zoeken ..." class="elementor-search-form__input" type="search" name="s" value="">


</div>
</form>
</search>
</div>
</div>
</div>
</div>
</div>
</header>
<div data-elementor-type="archive" data-elementor-id="193" class="elementor elementor-193 elementor-location-archive" data-elementor-post-type="elementor_library">
<div class="elementor-element elementor-element-1392480a e-con-full e-flex e-con e-parent" data-id="1392480a" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:41,&quot;end&quot;:62}},&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;background_motion_fx_scale_direction&quot;:&quot;out-in&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
<div class="elementor-element elementor-element-fef07c4 e-con-full elementor-hidden-mobile e-flex e-con e-child" data-id="fef07c4" data-element_type="container">
<div class="elementor-element elementor-element-3a2f2b06 elementor-widget elementor-widget-image" data-id="3a2f2b06" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img fetchpriority="high" width="800" height="527" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20527'%3E%3C/svg%3E" class="attachment-large size-large wp-image-149" alt="Alles over detoxen" data-lazy-srcset="https://mytaste.nl/wp-content/uploads/2024/04/pexels-charlotte-may-5946599-1024x674.jpg 1024w, https://mytaste.nl/wp-content/uploads/2024/04/pexels-charlotte-may-5946599-300x197.jpg 300w, https://mytaste.nl/wp-content/uploads/2024/04/pexels-charlotte-may-5946599-768x505.jpg 768w, https://mytaste.nl/wp-content/uploads/2024/04/pexels-charlotte-may-5946599.jpg 1280w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://mytaste.nl/wp-content/uploads/2024/04/pexels-charlotte-may-5946599-1024x674.jpg" /><noscript><img fetchpriority="high" width="800" height="527" src="https://mytaste.nl/wp-content/uploads/2024/04/pexels-charlotte-may-5946599-1024x674.jpg" class="attachment-large size-large wp-image-149" alt="Alles over detoxen" srcset="https://mytaste.nl/wp-content/uploads/2024/04/pexels-charlotte-may-5946599-1024x674.jpg 1024w, https://mytaste.nl/wp-content/uploads/2024/04/pexels-charlotte-may-5946599-300x197.jpg 300w, https://mytaste.nl/wp-content/uploads/2024/04/pexels-charlotte-may-5946599-768x505.jpg 768w, https://mytaste.nl/wp-content/uploads/2024/04/pexels-charlotte-may-5946599.jpg 1280w" sizes="(max-width: 800px) 100vw, 800px" /></noscript> </div>
</div>
</div>
<div class="elementor-element elementor-element-64e3046a e-con-full e-flex e-con e-child" data-id="64e3046a" data-element_type="container">
</div>
</div>
<div class="elementor-element elementor-element-33c1ef1e e-flex e-con-boxed e-con e-parent" data-id="33c1ef1e" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-29362846 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid" data-id="29362846" data-element_type="widget" data-settings="{&quot;template_id&quot;:&quot;182&quot;,&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\&quot;loop-item\&quot;]&quot;,&quot;pagination_load_type&quot;:&quot;page_reload&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="loop-grid.post">
<div class="elementor-widget-container">
<div class="e-loop-nothing-found-message">
<div class="e-loop-nothing-found-message__text">
Het lijkt erop dat we niet kunnen vinden waar je naar op zoek bent. </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-elementor-type="footer" data-elementor-id="189" class="elementor elementor-189 elementor-location-footer" data-elementor-post-type="elementor_library">
<div class="elementor-element elementor-element-dbf8f6a e-flex e-con-boxed e-con e-parent" data-id="dbf8f6a" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="e-con-inner">
</div>
</div>
<div class="elementor-element elementor-element-7d45c11c e-flex e-con-boxed e-con e-parent" data-id="7d45c11c" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-6e18dbd0 e-flex e-con-boxed e-con e-child" data-id="6e18dbd0" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-6fd3c9fe e-con-full e-flex e-con e-child" data-id="6fd3c9fe" data-element_type="container">
<div class="elementor-element elementor-element-7bfa0405 e-con-full e-flex e-con e-child" data-id="7bfa0405" data-element_type="container">
<div class="elementor-element elementor-element-2136899a e-con-full e-flex e-con e-child" data-id="2136899a" data-element_type="container">
<div class="elementor-element elementor-element-ba830e9 elementor-grid-1 elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid" data-id="ba830e9" data-element_type="widget" data-settings="{&quot;template_id&quot;:&quot;271&quot;,&quot;columns&quot;:1,&quot;columns_tablet&quot;:1,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\&quot;loop-item\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="loop-grid.post">
<div class="elementor-widget-container">
<div class="elementor-loop-container elementor-grid">
<style id="loop-271">.elementor-271 .elementor-element.elementor-element-404f8f05{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:0px 0px 0px 35px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-271 .elementor-element.elementor-element-404f8f05:hover::before, .elementor-271 .elementor-element.elementor-element-404f8f05:hover > .elementor-background-video-container::before, .elementor-271 .elementor-element.elementor-element-404f8f05:hover > .e-con-inner > .elementor-background-video-container::before, .elementor-271 .elementor-element.elementor-element-404f8f05 > .elementor-background-slideshow:hover::before, .elementor-271 .elementor-element.elementor-element-404f8f05 > .e-con-inner > .elementor-background-slideshow:hover::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(200deg, #0D080200 40%, var( --e-global-color-text ) 100%);}.elementor-271 .elementor-element.elementor-element-404f8f05:hover{--overlay-opacity:0.5;}.elementor-271 .elementor-element.elementor-element-dcf2a50{--display:flex;}.elementor-271 .elementor-element.elementor-element-2f544ca{--spacer-size:5px;}.elementor-271 .elementor-element.elementor-element-41c2eeed{--display:flex;--justify-content:flex-end;--border-radius:0px 0px 0px 35px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}body:not(.rtl) .elementor-271 .elementor-element.elementor-element-714f7d5{left:180px;}body.rtl .elementor-271 .elementor-element.elementor-element-714f7d5{right:180px;}.elementor-271 .elementor-element.elementor-element-714f7d5{top:-20px;}.elementor-271 .elementor-element.elementor-element-714f7d5 .elementor-icon-wrapper{text-align:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-271 .elementor-element.elementor-element-4e6ab319 img{height:400px;object-fit:cover;object-position:center center;opacity:1;filter:brightness( 80% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );border-style:solid;border-width:5px 5px 5px 5px;border-color:var( --e-global-color-secondary );border-radius:10px 10px 10px 10px;}.elementor-271 .elementor-element.elementor-element-4e6ab319:hover img{opacity:1;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-271 .elementor-element.elementor-element-1b444573{--display:flex;--position:absolute;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:var( --e-global-color-secondary );--border-color:var( --e-global-color-secondary );--border-radius:0px 0px 0px 35px;--padding-top:5%;--padding-bottom:10%;--padding-left:5%;--padding-right:10%;bottom:0px;}body:not(.rtl) .elementor-271 .elementor-element.elementor-element-1b444573{left:0px;}body.rtl .elementor-271 .elementor-element.elementor-element-1b444573{right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-271 .elementor-element.elementor-element-8c6ef1c .elementor-heading-title{font-family:var( --e-global-typography-603e241-font-family ), Sans-serif;font-size:var( --e-global-typography-603e241-font-size );font-weight:var( --e-global-typography-603e241-font-weight );line-height:var( --e-global-typography-603e241-line-height );text-shadow:0px 0px 10px rgba(0, 0, 0, 0.7);color:var( --e-global-color-cab4146 );}.elementor-271 .elementor-element.elementor-element-5b0725b6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-271 .elementor-element.elementor-element-31fc8b4b > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-271 .elementor-element.elementor-element-31fc8b4b .elementor-icon-list-icon{width:14px;}.elementor-271 .elementor-element.elementor-element-31fc8b4b .elementor-icon-list-icon i{font-size:14px;}.elementor-271 .elementor-element.elementor-element-31fc8b4b .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-271 .elementor-element.elementor-element-31fc8b4b .elementor-icon-list-text, .elementor-271 .elementor-element.elementor-element-31fc8b4b .elementor-icon-list-text a{color:var( --e-global-color-24f0e76 );}.elementor-271 .elementor-element.elementor-element-1fe190a3 .elementor-repeater-item-0725bf2 .elementor-icon-list-icon{width:22px;}.elementor-271 .elementor-element.elementor-element-1fe190a3 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-271 .elementor-element.elementor-element-1fe190a3 .elementor-icon-list-icon{width:14px;}.elementor-271 .elementor-element.elementor-element-1fe190a3 .elementor-icon-list-icon i{font-size:14px;}.elementor-271 .elementor-element.elementor-element-1fe190a3 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-271 .elementor-element.elementor-element-1fe190a3 .elementor-icon-list-text, .elementor-271 .elementor-element.elementor-element-1fe190a3 .elementor-icon-list-text a{color:var( --e-global-color-dfde4bb );}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-271 .elementor-element.elementor-element-1b444573{--padding-top:4%;--padding-bottom:12%;--padding-left:12%;--padding-right:12%;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-271 .elementor-element.elementor-element-8c6ef1c .elementor-heading-title{font-size:var( --e-global-typography-603e241-font-size );line-height:var( --e-global-typography-603e241-line-height );}.elementor-271 .elementor-element.elementor-element-5b0725b6{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-271 .elementor-element.elementor-element-404f8f05{--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-271 .elementor-element.elementor-element-1b444573{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:4%;--padding-bottom:10%;--padding-left:8%;--padding-right:8%;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-271 .elementor-element.elementor-element-8c6ef1c .elementor-heading-title{font-size:var( --e-global-typography-603e241-font-size );line-height:var( --e-global-typography-603e241-line-height );}.elementor-271 .elementor-element.elementor-element-5b0725b6{--width:100%;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--flex-wrap:nowrap;}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-271 .elementor-element.elementor-element-31fc8b4b{width:auto;max-width:auto;}.elementor-271 .elementor-element.elementor-element-1fe190a3{width:auto;max-width:auto;}}@media(min-width:768px){.elementor-271 .elementor-element.elementor-element-41c2eeed{--width:100%;}}</style> <div data-elementor-type="loop-item" data-elementor-id="271" class="elementor elementor-271 e-loop-item e-loop-item-478 post-478 post type-post status-publish format-standard has-post-thumbnail hentry category-diner tag-witlof tag-witlof-recepten" data-elementor-post-type="elementor_library" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-404f8f05 e-flex e-con-boxed e-con e-parent" data-id="404f8f05" data-element_type="container">
<div class="e-con-inner">
<div class="elementor-element elementor-element-dcf2a50 e-con-full e-flex e-con e-child" data-id="dcf2a50" data-element_type="container">
<div class="elementor-element elementor-element-2f544ca elementor-widget elementor-widget-spacer" data-id="2f544ca" 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 class="elementor-element elementor-element-41c2eeed e-con-full e-flex e-con e-child" data-id="41c2eeed" data-element_type="container">
<div class="elementor-element elementor-element-714f7d5 elementor-absolute elementor-view-default elementor-widget elementor-widget-icon" data-id="714f7d5" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" viewBox="0 0 375 374.999991" height="500" preserveAspectRatio="xMidYMid meet"><defs><clipPath id="ccc746ee70"><path d="M 13.730469 13.730469 L 361.269531 13.730469 L 361.269531 361.269531 L 13.730469 361.269531 Z M 13.730469 13.730469 " clip-rule="nonzero"></path></clipPath><clipPath id="8281660abb"><path d="M 187.5 13.730469 C 91.527344 13.730469 13.730469 91.527344 13.730469 187.5 C 13.730469 283.472656 91.527344 361.269531 187.5 361.269531 C 283.472656 361.269531 361.269531 283.472656 361.269531 187.5 C 361.269531 91.527344 283.472656 13.730469 187.5 13.730469 Z M 187.5 13.730469 " clip-rule="nonzero"></path></clipPath><clipPath id="b6621b2989"><path d="M 27.285156 27.285156 L 347.714844 27.285156 L 347.714844 347.714844 L 27.285156 347.714844 Z M 27.285156 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="9eaef6433b"><path d="M 187.5 27.285156 C 99.015625 27.285156 27.285156 99.015625 27.285156 187.5 C 27.285156 275.984375 99.015625 347.714844 187.5 347.714844 C 275.984375 347.714844 347.714844 275.984375 347.714844 187.5 C 347.714844 99.015625 275.984375 27.285156 187.5 27.285156 Z M 187.5 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="8420709b6d"><path d="M 27.285156 27.285156 L 347.535156 27.285156 L 347.535156 347.535156 L 27.285156 347.535156 Z M 27.285156 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="e2514fd693"><path d="M 187.496094 27.285156 C 99.011719 27.285156 27.285156 99.011719 27.285156 187.496094 C 27.285156 275.980469 99.011719 347.710938 187.496094 347.710938 C 275.980469 347.710938 347.710938 275.980469 347.710938 187.496094 C 347.710938 99.011719 275.980469 27.285156 187.496094 27.285156 Z M 187.496094 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="a16934fdb8"><path d="M 51.296875 73.375 L 259 73.375 L 259 281 L 51.296875 281 Z M 51.296875 73.375 " clip-rule="nonzero"></path></clipPath><clipPath id="752f11a735"><path d="M 219 176 L 323.546875 176 L 323.546875 281.875 L 219 281.875 Z M 219 176 " clip-rule="nonzero"></path></clipPath><clipPath id="6841e0e49e"><path d="M 51.296875 73.375 L 249 73.375 L 249 272 L 51.296875 272 Z M 51.296875 73.375 " clip-rule="nonzero"></path></clipPath><clipPath id="2a5c71b131"><path d="M 211 172 L 311.546875 172 L 311.546875 272.875 L 211 272.875 Z M 211 172 " clip-rule="nonzero"></path></clipPath></defs><g clip-path="url(#ccc746ee70)"><g clip-path="url(#8281660abb)"><path fill="#f0dfc8" d="M 13.730469 13.730469 L 361.269531 13.730469 L 361.269531 361.269531 L 13.730469 361.269531 Z M 13.730469 13.730469 " fill-opacity="1" fill-rule="nonzero"></path></g></g><g clip-path="url(#b6621b2989)"><g clip-path="url(#9eaef6433b)"><path fill="#e16539" d="M 27.285156 27.285156 L 347.714844 27.285156 L 347.714844 347.714844 L 27.285156 347.714844 Z M 27.285156 27.285156 " fill-opacity="1" fill-rule="nonzero"></path></g></g><g clip-path="url(#8420709b6d)"><g clip-path="url(#e2514fd693)"><path stroke-linecap="butt" transform="matrix(0.75, 0, 0, 0.75, 27.283298, 27.283293)" fill="none" stroke-linejoin="miter" d="M 213.617089 0.00248368 C 95.637907 0.00248368 0.00247768 95.637913 0.00247768 213.617095 C 0.00247768 331.596277 95.637907 427.236914 213.617089 427.236914 C 331.596271 427.236914 427.236908 331.596277 427.236908 213.617095 C 427.236908 95.637913 331.596271 0.00248368 213.617089 0.00248368 Z M 213.617089 0.00248368 " stroke="#303030" stroke-width="12" stroke-opacity="1" stroke-miterlimit="4"></path></g></g><g clip-path="url(#a16934fdb8)"><path fill="#f0dfc8" d="M 157.234375 128.917969 C 157.394531 130.363281 157.609375 131.796875 157.890625 133.21875 C 158.167969 134.644531 158.507812 136.054688 158.90625 137.449219 C 159.304688 138.84375 159.761719 140.222656 160.273438 141.578125 C 160.789062 142.933594 161.359375 144.269531 161.988281 145.578125 C 162.613281 146.886719 163.296875 148.164062 164.03125 149.414062 C 164.769531 150.667969 165.554688 151.882812 166.394531 153.070312 C 167.234375 154.253906 168.121094 155.398438 169.054688 156.507812 C 169.992188 157.617188 170.972656 158.6875 172 159.710938 C 173.023438 160.738281 174.09375 161.71875 175.203125 162.65625 C 176.3125 163.589844 177.457031 164.476562 178.640625 165.316406 C 179.828125 166.15625 181.042969 166.941406 182.296875 167.679688 C 183.546875 168.414062 184.824219 169.097656 186.132812 169.722656 C 187.441406 170.351562 188.777344 170.921875 190.132812 171.4375 C 191.488281 171.949219 192.867188 172.40625 194.261719 172.804688 C 195.65625 173.203125 197.066406 173.542969 198.492188 173.820312 C 199.914062 174.101562 201.347656 174.316406 202.792969 174.476562 C 221.191406 176.308594 239.640625 177.148438 258.132812 177 C 239.640625 176.847656 221.191406 177.6875 202.792969 179.519531 C 201.347656 179.679688 199.914062 179.898438 198.492188 180.175781 C 197.066406 180.453125 195.65625 180.792969 194.261719 181.191406 C 192.867188 181.589844 191.488281 182.046875 190.132812 182.558594 C 188.777344 183.074219 187.441406 183.644531 186.132812 184.273438 C 184.824219 184.902344 183.546875 185.582031 182.296875 186.316406 C 181.042969 187.054688 179.828125 187.839844 178.640625 188.679688 C 177.457031 189.519531 176.3125 190.40625 175.203125 191.34375 C 174.09375 192.277344 173.027344 193.257812 172 194.285156 C 170.972656 195.3125 169.992188 196.378906 169.054688 197.488281 C 168.121094 198.597656 167.234375 199.742188 166.394531 200.929688 C 165.554688 202.113281 164.769531 203.328125 164.03125 204.582031 C 163.296875 205.832031 162.617188 207.113281 161.988281 208.421875 C 161.359375 209.730469 160.789062 211.0625 160.273438 212.417969 C 159.761719 213.777344 159.304688 215.152344 158.90625 216.546875 C 158.507812 217.941406 158.167969 219.351562 157.890625 220.777344 C 157.609375 222.199219 157.394531 223.632812 157.234375 225.078125 C 155.402344 243.476562 154.5625 261.925781 154.710938 280.417969 C 154.863281 261.925781 154.023438 243.476562 152.191406 225.078125 C 152.03125 223.632812 151.8125 222.199219 151.535156 220.777344 C 151.257812 219.351562 150.917969 217.941406 150.519531 216.546875 C 150.121094 215.152344 149.664062 213.773438 149.152344 212.417969 C 148.636719 211.0625 148.066406 209.730469 147.4375 208.421875 C 146.8125 207.113281 146.128906 205.832031 145.394531 204.582031 C 144.65625 203.328125 143.871094 202.113281 143.03125 200.925781 C 142.191406 199.742188 141.304688 198.597656 140.371094 197.488281 C 139.433594 196.378906 138.453125 195.308594 137.425781 194.285156 C 136.402344 193.257812 135.332031 192.277344 134.222656 191.339844 C 133.113281 190.40625 131.96875 189.519531 130.785156 188.679688 C 129.597656 187.839844 128.382812 187.054688 127.132812 186.316406 C 125.878906 185.582031 124.601562 184.898438 123.292969 184.273438 C 121.984375 183.644531 120.652344 183.074219 119.292969 182.558594 C 117.9375 182.042969 116.558594 181.589844 115.164062 181.191406 C 113.769531 180.792969 112.359375 180.453125 110.933594 180.175781 C 109.511719 179.894531 108.078125 179.675781 106.636719 179.519531 C 88.234375 177.6875 69.789062 176.84375 51.296875 176.996094 C 69.789062 177.148438 88.234375 176.308594 106.636719 174.472656 C 108.078125 174.316406 109.511719 174.097656 110.933594 173.820312 C 112.359375 173.539062 113.769531 173.203125 115.164062 172.804688 C 116.558594 172.40625 117.9375 171.949219 119.292969 171.433594 C 120.648438 170.921875 121.984375 170.347656 123.292969 169.722656 C 124.601562 169.09375 125.878906 168.414062 127.128906 167.675781 C 128.382812 166.941406 129.597656 166.15625 130.785156 165.316406 C 131.96875 164.476562 133.113281 163.589844 134.222656 162.652344 C 135.332031 161.71875 136.402344 160.738281 137.425781 159.710938 C 138.453125 158.683594 139.433594 157.617188 140.371094 156.507812 C 141.304688 155.398438 142.191406 154.253906 143.03125 153.066406 C 143.871094 151.882812 144.65625 150.664062 145.394531 149.414062 C 146.128906 148.164062 146.808594 146.882812 147.4375 145.574219 C 148.066406 144.265625 148.636719 142.933594 149.152344 141.578125 C 149.664062 140.222656 150.121094 138.84375 150.519531 137.449219 C 150.917969 136.054688 151.257812 134.644531 151.535156 133.21875 C 151.8125 131.796875 152.03125 130.363281 152.191406 128.917969 C 154.023438 110.519531 154.863281 92.070312 154.710938 73.578125 C 154.5625 92.070312 155.402344 110.519531 157.234375 128.917969 Z M 157.234375 128.917969 " fill-opacity="1" fill-rule="nonzero"></path></g><g clip-path="url(#752f11a735)"><path fill="#f0dfc8" d="M 272.695312 205 C 272.855469 206.464844 273.136719 207.902344 273.542969 209.316406 C 273.945312 210.734375 274.464844 212.105469 275.101562 213.429688 C 275.738281 214.757812 276.480469 216.019531 277.332031 217.222656 C 278.179688 218.421875 279.125 219.542969 280.167969 220.582031 C 281.207031 221.625 282.328125 222.570312 283.527344 223.421875 C 284.730469 224.269531 285.992188 225.015625 287.320312 225.648438 C 288.648438 226.285156 290.019531 226.804688 291.433594 227.210938 C 292.847656 227.613281 294.285156 227.894531 295.75 228.054688 C 305.0625 228.980469 314.394531 229.40625 323.753906 229.332031 C 314.394531 229.253906 305.0625 229.679688 295.75 230.609375 C 294.285156 230.765625 292.847656 231.050781 291.433594 231.453125 C 290.019531 231.855469 288.648438 232.375 287.320312 233.011719 C 285.992188 233.648438 284.730469 234.390625 283.527344 235.242188 C 282.328125 236.09375 281.207031 237.039062 280.167969 238.078125 C 279.125 239.121094 278.179688 240.238281 277.332031 241.441406 C 276.480469 242.640625 275.738281 243.90625 275.101562 245.230469 C 274.464844 246.558594 273.945312 247.929688 273.542969 249.34375 C 273.136719 250.757812 272.855469 252.199219 272.695312 253.660156 C 271.769531 262.972656 271.34375 272.308594 271.417969 281.664062 C 271.496094 272.308594 271.070312 262.972656 270.140625 253.660156 C 269.984375 252.199219 269.699219 250.757812 269.296875 249.34375 C 268.894531 247.929688 268.375 246.558594 267.738281 245.230469 C 267.101562 243.90625 266.359375 242.640625 265.507812 241.441406 C 264.65625 240.238281 263.710938 239.117188 262.671875 238.078125 C 261.632812 237.039062 260.511719 236.09375 259.308594 235.242188 C 258.109375 234.390625 256.84375 233.648438 255.519531 233.011719 C 254.191406 232.375 252.820312 231.855469 251.40625 231.453125 C 249.992188 231.050781 248.550781 230.765625 247.089844 230.609375 C 237.777344 229.679688 228.441406 229.253906 219.085938 229.332031 C 228.441406 229.40625 237.777344 228.980469 247.089844 228.054688 C 248.550781 227.894531 249.992188 227.613281 251.40625 227.210938 C 252.820312 226.804688 254.191406 226.285156 255.519531 225.652344 C 256.84375 225.015625 258.109375 224.269531 259.308594 223.421875 C 260.511719 222.570312 261.632812 221.625 262.671875 220.585938 C 263.710938 219.542969 264.65625 218.421875 265.507812 217.222656 C 266.359375 216.023438 267.101562 214.757812 267.738281 213.429688 C 268.375 212.105469 268.894531 210.734375 269.296875 209.316406 C 269.699219 207.902344 269.984375 206.464844 270.140625 205 C 271.074219 195.691406 271.5 186.355469 271.425781 176.996094 C 271.347656 186.355469 271.769531 195.691406 272.695312 205 Z M 272.695312 205 " fill-opacity="1" fill-rule="nonzero"></path></g><path fill="#f0dfc8" d="M 233.355469 101.726562 C 233.453125 102.621094 233.625 103.5 233.871094 104.363281 C 234.121094 105.226562 234.4375 106.0625 234.824219 106.875 C 235.214844 107.683594 235.667969 108.457031 236.1875 109.1875 C 236.707031 109.921875 237.285156 110.605469 237.917969 111.242188 C 238.554688 111.875 239.238281 112.453125 239.972656 112.972656 C 240.703125 113.492188 241.476562 113.945312 242.285156 114.335938 C 243.097656 114.722656 243.933594 115.039062 244.796875 115.285156 C 245.660156 115.53125 246.539062 115.703125 247.433594 115.800781 C 253.117188 116.367188 258.816406 116.628906 264.53125 116.582031 C 258.816406 116.535156 253.117188 116.792969 247.433594 117.359375 C 246.539062 117.457031 245.660156 117.628906 244.796875 117.875 C 243.933594 118.125 243.097656 118.441406 242.285156 118.828125 C 241.476562 119.21875 240.703125 119.671875 239.972656 120.191406 C 239.238281 120.710938 238.554688 121.289062 237.917969 121.921875 C 237.28125 122.558594 236.707031 123.242188 236.1875 123.976562 C 235.667969 124.707031 235.214844 125.480469 234.824219 126.289062 C 234.4375 127.101562 234.121094 127.9375 233.871094 128.800781 C 233.625 129.664062 233.453125 130.542969 233.355469 131.4375 C 232.789062 137.121094 232.53125 142.820312 232.578125 148.535156 C 232.625 142.820312 232.363281 137.121094 231.796875 131.4375 C 231.699219 130.542969 231.527344 129.664062 231.28125 128.800781 C 231.035156 127.9375 230.71875 127.101562 230.328125 126.289062 C 229.941406 125.480469 229.488281 124.707031 228.96875 123.976562 C 228.449219 123.242188 227.871094 122.558594 227.238281 121.921875 C 226.601562 121.289062 225.917969 120.710938 225.183594 120.191406 C 224.449219 119.671875 223.679688 119.21875 222.867188 118.828125 C 222.058594 118.441406 221.222656 118.125 220.359375 117.875 C 219.492188 117.628906 218.617188 117.457031 217.722656 117.359375 C 212.035156 116.792969 206.335938 116.535156 200.625 116.582031 C 206.335938 116.628906 212.035156 116.367188 217.722656 115.800781 C 218.613281 115.703125 219.492188 115.53125 220.355469 115.285156 C 221.222656 115.039062 222.058594 114.722656 222.867188 114.332031 C 223.675781 113.945312 224.449219 113.492188 225.179688 112.972656 C 225.914062 112.453125 226.597656 111.875 227.234375 111.238281 C 227.867188 110.605469 228.445312 109.921875 228.964844 109.1875 C 229.484375 108.453125 229.9375 107.683594 230.324219 106.871094 C 230.714844 106.0625 231.03125 105.226562 231.277344 104.363281 C 231.523438 103.5 231.695312 102.621094 231.792969 101.726562 C 232.363281 96.039062 232.625 90.339844 232.578125 84.625 C 232.53125 90.339844 232.789062 96.039062 233.355469 101.726562 Z M 233.355469 101.726562 " fill-opacity="1" fill-rule="nonzero"></path><g clip-path="url(#6841e0e49e)"><path fill="#303030" d="M 152.496094 126.433594 C 152.644531 127.8125 152.855469 129.183594 153.121094 130.542969 C 153.386719 131.902344 153.710938 133.25 154.089844 134.582031 C 154.472656 135.917969 154.90625 137.230469 155.398438 138.527344 C 155.890625 139.824219 156.4375 141.097656 157.035156 142.347656 C 157.632812 143.597656 158.285156 144.820312 158.988281 146.015625 C 159.691406 147.210938 160.441406 148.371094 161.246094 149.503906 C 162.046875 150.632812 162.894531 151.730469 163.789062 152.789062 C 164.679688 153.847656 165.617188 154.871094 166.597656 155.847656 C 167.578125 156.828125 168.597656 157.765625 169.660156 158.660156 C 170.71875 159.554688 171.8125 160.402344 172.945312 161.203125 C 174.074219 162.003906 175.238281 162.757812 176.433594 163.460938 C 177.628906 164.164062 178.851562 164.8125 180.101562 165.414062 C 181.351562 166.011719 182.625 166.558594 183.921875 167.050781 C 185.21875 167.542969 186.53125 167.976562 187.863281 168.355469 C 189.199219 168.738281 190.546875 169.0625 191.90625 169.328125 C 193.265625 169.59375 194.636719 169.800781 196.011719 169.953125 C 213.589844 171.703125 231.210938 172.507812 248.878906 172.363281 C 231.210938 172.21875 213.589844 173.019531 196.011719 174.773438 C 194.636719 174.921875 193.265625 175.132812 191.90625 175.398438 C 190.546875 175.664062 189.199219 175.988281 187.867188 176.367188 C 186.53125 176.75 185.21875 177.183594 183.921875 177.675781 C 182.625 178.167969 181.351562 178.710938 180.101562 179.3125 C 178.851562 179.910156 177.628906 180.5625 176.433594 181.265625 C 175.238281 181.96875 174.078125 182.71875 172.945312 183.523438 C 171.8125 184.324219 170.71875 185.171875 169.660156 186.0625 C 168.597656 186.957031 167.578125 187.894531 166.597656 188.875 C 165.617188 189.855469 164.679688 190.875 163.789062 191.933594 C 162.894531 192.996094 162.046875 194.089844 161.246094 195.222656 C 160.445312 196.351562 159.691406 197.515625 158.988281 198.710938 C 158.285156 199.90625 157.632812 201.128906 157.035156 202.378906 C 156.4375 203.628906 155.890625 204.902344 155.398438 206.199219 C 154.90625 207.496094 154.472656 208.808594 154.089844 210.140625 C 153.710938 211.476562 153.386719 212.820312 153.121094 214.183594 C 152.855469 215.542969 152.644531 216.914062 152.496094 218.289062 C 150.746094 235.867188 149.941406 253.488281 150.085938 271.152344 C 150.230469 253.488281 149.425781 235.867188 147.675781 218.289062 C 147.523438 216.914062 147.316406 215.542969 147.050781 214.183594 C 146.785156 212.820312 146.460938 211.476562 146.082031 210.140625 C 145.699219 208.808594 145.265625 207.496094 144.773438 206.199219 C 144.28125 204.902344 143.734375 203.628906 143.136719 202.378906 C 142.539062 201.128906 141.886719 199.90625 141.183594 198.710938 C 140.480469 197.515625 139.730469 196.351562 138.925781 195.222656 C 138.125 194.089844 137.277344 192.996094 136.386719 191.933594 C 135.492188 190.875 134.554688 189.855469 133.574219 188.875 C 132.59375 187.894531 131.574219 186.957031 130.515625 186.0625 C 129.453125 185.167969 128.359375 184.320312 127.226562 183.519531 C 126.097656 182.71875 124.933594 181.96875 123.738281 181.265625 C 122.542969 180.5625 121.320312 179.910156 120.070312 179.3125 C 118.820312 178.710938 117.546875 178.167969 116.25 177.675781 C 114.953125 177.183594 113.640625 176.746094 112.308594 176.367188 C 110.972656 175.988281 109.628906 175.664062 108.265625 175.398438 C 106.90625 175.128906 105.535156 174.921875 104.160156 174.769531 C 86.582031 173.019531 68.960938 172.214844 51.296875 172.363281 C 68.960938 172.507812 86.582031 171.703125 104.160156 169.953125 C 105.535156 169.800781 106.90625 169.59375 108.265625 169.328125 C 109.628906 169.058594 110.972656 168.738281 112.308594 168.355469 C 113.640625 167.976562 114.953125 167.539062 116.25 167.046875 C 117.546875 166.558594 118.820312 166.011719 120.070312 165.410156 C 121.320312 164.8125 122.542969 164.160156 123.738281 163.457031 C 124.933594 162.757812 126.097656 162.003906 127.226562 161.203125 C 128.359375 160.402344 129.453125 159.554688 130.511719 158.660156 C 131.574219 157.765625 132.59375 156.828125 133.574219 155.847656 C 134.554688 154.867188 135.492188 153.847656 136.382812 152.789062 C 137.277344 151.730469 138.125 150.632812 138.925781 149.503906 C 139.726562 148.371094 140.480469 147.207031 141.183594 146.011719 C 141.886719 144.820312 142.535156 143.597656 143.136719 142.347656 C 143.734375 141.097656 144.28125 139.824219 144.773438 138.527344 C 145.265625 137.230469 145.699219 135.914062 146.082031 134.582031 C 146.460938 133.25 146.785156 131.902344 147.050781 130.542969 C 147.316406 129.183594 147.523438 127.8125 147.675781 126.433594 C 149.425781 108.855469 150.230469 91.234375 150.085938 73.570312 C 149.941406 91.234375 150.746094 108.855469 152.496094 126.433594 Z M 152.496094 126.433594 " fill-opacity="1" fill-rule="nonzero"></path></g><g clip-path="url(#2a5c71b131)"><path fill="#303030" d="M 262.789062 199.113281 C 262.941406 200.511719 263.210938 201.886719 263.597656 203.238281 C 263.984375 204.589844 264.480469 205.898438 265.085938 207.164062 C 265.695312 208.433594 266.40625 209.640625 267.21875 210.785156 C 268.03125 211.933594 268.933594 213.003906 269.925781 214 C 270.921875 214.992188 271.992188 215.894531 273.140625 216.707031 C 274.285156 217.519531 275.492188 218.230469 276.761719 218.835938 C 278.027344 219.445312 279.335938 219.941406 280.6875 220.328125 C 282.039062 220.714844 283.414062 220.984375 284.8125 221.136719 C 293.707031 222.019531 302.625 222.425781 311.5625 222.355469 C 302.625 222.28125 293.707031 222.6875 284.8125 223.574219 C 283.414062 223.726562 282.039062 223.996094 280.6875 224.378906 C 279.335938 224.765625 278.027344 225.261719 276.761719 225.871094 C 275.492188 226.476562 274.285156 227.1875 273.140625 228 C 271.992188 228.8125 270.921875 229.714844 269.925781 230.710938 C 268.933594 231.703125 268.03125 232.773438 267.21875 233.921875 C 266.40625 235.070312 265.695312 236.277344 265.085938 237.542969 C 264.480469 238.8125 263.984375 240.121094 263.597656 241.472656 C 263.210938 242.824219 262.941406 244.199219 262.789062 245.59375 C 261.902344 254.492188 261.496094 263.40625 261.570312 272.347656 C 261.644531 263.40625 261.238281 254.492188 260.351562 245.59375 C 260.199219 244.199219 259.929688 242.824219 259.542969 241.472656 C 259.15625 240.121094 258.660156 238.8125 258.054688 237.542969 C 257.445312 236.277344 256.734375 235.070312 255.921875 233.921875 C 255.113281 232.773438 254.207031 231.703125 253.214844 230.710938 C 252.21875 229.714844 251.148438 228.8125 250.003906 228 C 248.855469 227.1875 247.648438 226.476562 246.382812 225.871094 C 245.113281 225.261719 243.804688 224.765625 242.453125 224.378906 C 241.101562 223.996094 239.726562 223.726562 238.328125 223.574219 C 229.433594 222.6875 220.515625 222.28125 211.578125 222.355469 C 220.515625 222.425781 229.433594 222.019531 238.328125 221.136719 C 239.726562 220.984375 241.101562 220.714844 242.453125 220.328125 C 243.804688 219.941406 245.113281 219.445312 246.382812 218.839844 C 247.648438 218.230469 248.855469 217.519531 250.003906 216.707031 C 251.148438 215.894531 252.21875 214.992188 253.214844 214 C 254.207031 213.003906 255.113281 211.933594 255.921875 210.785156 C 256.734375 209.640625 257.445312 208.433594 258.054688 207.164062 C 258.660156 205.898438 259.15625 204.589844 259.542969 203.238281 C 259.929688 201.886719 260.199219 200.511719 260.351562 199.113281 C 261.238281 190.21875 261.648438 181.300781 261.578125 172.363281 C 261.5 181.300781 261.90625 190.21875 262.789062 199.113281 Z M 262.789062 199.113281 " fill-opacity="1" fill-rule="nonzero"></path></g><path fill="#303030" d="M 225.210938 100.457031 C 225.304688 101.3125 225.46875 102.152344 225.703125 102.976562 C 225.941406 103.800781 226.242188 104.601562 226.613281 105.375 C 226.984375 106.148438 227.417969 106.886719 227.914062 107.585938 C 228.410156 108.285156 228.960938 108.941406 229.570312 109.546875 C 230.175781 110.152344 230.828125 110.707031 231.53125 111.203125 C 232.230469 111.699219 232.96875 112.132812 233.742188 112.503906 C 234.515625 112.871094 235.3125 113.175781 236.140625 113.410156 C 236.964844 113.648438 237.804688 113.8125 238.65625 113.90625 C 244.089844 114.445312 249.53125 114.695312 254.992188 114.648438 C 249.53125 114.605469 244.089844 114.851562 238.65625 115.394531 C 237.804688 115.484375 236.964844 115.652344 236.140625 115.886719 C 235.3125 116.121094 234.515625 116.425781 233.742188 116.796875 C 232.96875 117.167969 232.230469 117.601562 231.53125 118.097656 C 230.828125 118.59375 230.175781 119.144531 229.570312 119.75 C 228.960938 120.359375 228.410156 121.011719 227.914062 121.710938 C 227.417969 122.414062 226.984375 123.148438 226.613281 123.921875 C 226.242188 124.695312 225.941406 125.496094 225.703125 126.320312 C 225.46875 127.148438 225.304688 127.988281 225.210938 128.839844 C 224.671875 134.269531 224.421875 139.714844 224.46875 145.171875 C 224.511719 139.714844 224.261719 134.269531 223.722656 128.839844 C 223.628906 127.988281 223.464844 127.148438 223.230469 126.320312 C 222.992188 125.496094 222.691406 124.695312 222.320312 123.921875 C 221.949219 123.148438 221.515625 122.414062 221.019531 121.710938 C 220.523438 121.011719 219.972656 120.359375 219.363281 119.75 C 218.757812 119.144531 218.105469 118.59375 217.402344 118.097656 C 216.703125 117.601562 215.964844 117.167969 215.191406 116.796875 C 214.417969 116.425781 213.617188 116.121094 212.792969 115.886719 C 211.96875 115.652344 211.128906 115.484375 210.277344 115.394531 C 204.84375 114.851562 199.398438 114.605469 193.941406 114.648438 C 199.398438 114.695312 204.84375 114.445312 210.277344 113.90625 C 211.128906 113.8125 211.96875 113.648438 212.792969 113.410156 C 213.617188 113.175781 214.417969 112.871094 215.191406 112.5 C 215.964844 112.128906 216.703125 111.695312 217.402344 111.199219 C 218.101562 110.703125 218.753906 110.152344 219.363281 109.546875 C 219.96875 108.9375 220.519531 108.285156 221.015625 107.585938 C 221.511719 106.886719 221.945312 106.148438 222.316406 105.375 C 222.6875 104.601562 222.988281 103.800781 223.222656 102.976562 C 223.460938 102.152344 223.625 101.3125 223.71875 100.457031 C 224.261719 95.027344 224.511719 89.578125 224.46875 84.121094 C 224.421875 89.578125 224.671875 95.027344 225.210938 100.457031 Z M 225.210938 100.457031 " fill-opacity="1" fill-rule="nonzero"></path></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-4e6ab319 elementor-widget elementor-widget-image" data-id="4e6ab319" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="https://mytaste.nl/diner/witlof-verrassend-veelzijdig-en-onweerstaanbaar-lekker/">
<img width="1280" height="853" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201280%20853'%3E%3C/svg%3E" class="attachment-full size-full wp-image-479" alt="witlof" data-lazy-srcset="https://mytaste.nl/wp-content/uploads/2025/03/pexels-micheile-7098657.jpg 1280w, https://mytaste.nl/wp-content/uploads/2025/03/pexels-micheile-7098657-300x200.jpg 300w, https://mytaste.nl/wp-content/uploads/2025/03/pexels-micheile-7098657-1024x682.jpg 1024w, https://mytaste.nl/wp-content/uploads/2025/03/pexels-micheile-7098657-768x512.jpg 768w" data-lazy-sizes="(max-width: 1280px) 100vw, 1280px" data-lazy-src="https://mytaste.nl/wp-content/uploads/2025/03/pexels-micheile-7098657.jpg" /><noscript><img width="1280" height="853" src="https://mytaste.nl/wp-content/uploads/2025/03/pexels-micheile-7098657.jpg" class="attachment-full size-full wp-image-479" alt="witlof" srcset="https://mytaste.nl/wp-content/uploads/2025/03/pexels-micheile-7098657.jpg 1280w, https://mytaste.nl/wp-content/uploads/2025/03/pexels-micheile-7098657-300x200.jpg 300w, https://mytaste.nl/wp-content/uploads/2025/03/pexels-micheile-7098657-1024x682.jpg 1024w, https://mytaste.nl/wp-content/uploads/2025/03/pexels-micheile-7098657-768x512.jpg 768w" sizes="(max-width: 1280px) 100vw, 1280px" /></noscript> </a>
</div>
</div>
<div class="elementor-element elementor-element-1b444573 e-flex e-con-boxed e-con e-child" data-id="1b444573" data-element_type="container" data-settings="{&quot;position&quot;:&quot;absolute&quot;}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-8c6ef1c elementor-invisible elementor-widget elementor-widget-heading" data-id="8c6ef1c" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;bounceIn&quot;}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Witlof, verrassend veelzijdig en onweerstaanbaar lekker</h2> </div>
</div>
<div class="elementor-element elementor-element-5b0725b6 e-con-full e-flex e-con e-child" data-id="5b0725b6" data-element_type="container">
<div class="elementor-element elementor-element-31fc8b4b elementor-widget-mobile__width-auto elementor-widget elementor-widget-post-info" data-id="31fc8b4b" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-4a69d54 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
<time>5 maart 2025</time> </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-1fe190a3 elementor-widget-mobile__width-auto elementor-widget elementor-widget-post-info" data-id="1fe190a3" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-0725bf2 elementor-inline-item" itemprop="author">
<span class="elementor-icon-list-icon">
<img class="elementor-avatar" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Foto van admin" data-lazy-src="https://secure.gravatar.com/avatar/d2aaffabd310d591ecf6d2b4e967909e28af640ffc6605027ce787e213f72656?s=96&amp;d=mm&amp;r=g"><noscript><img class="elementor-avatar" src="https://secure.gravatar.com/avatar/d2aaffabd310d591ecf6d2b4e967909e28af640ffc6605027ce787e213f72656?s=96&amp;d=mm&amp;r=g" alt="Foto van admin" loading="lazy"></noscript>
</span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-author">
admin </span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

</div>
</div>
</div>
<div class="elementor-element elementor-element-f0398f0 e-con-full e-flex e-con e-child" data-id="f0398f0" data-element_type="container">
<div class="elementor-element elementor-element-63352acf elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="63352acf" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-text">Items over:</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-2d0c3197 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-hidden-mobile elementor-widget__width-auto elementor-widget elementor-widget-nav-menu" data-id="2d0c3197" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-slide">
<ul id="menu-1-2d0c3197" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-224"><a href="https://mytaste.nl/category/ontbijt/" class="elementor-item">Ontbijt</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-223"><a href="https://mytaste.nl/category/lunch/" class="elementor-item">Lunch</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-222"><a href="https://mytaste.nl/category/diner/" class="elementor-item">Diner</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-220"><a href="https://mytaste.nl/category/dessert/" class="elementor-item">Dessert</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-226"><a href="https://mytaste.nl/category/sportvoeding/" class="elementor-item">Sportvoeding</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-221"><a href="https://mytaste.nl/category/detox/" class="elementor-item">Detox</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-225"><a href="https://mytaste.nl/category/overig/" class="elementor-item">Overig</a></li>
</ul> </nav>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
<ul id="menu-2-2d0c3197" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-224"><a href="https://mytaste.nl/category/ontbijt/" class="elementor-item" tabindex="-1">Ontbijt</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-223"><a href="https://mytaste.nl/category/lunch/" class="elementor-item" tabindex="-1">Lunch</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-222"><a href="https://mytaste.nl/category/diner/" class="elementor-item" tabindex="-1">Diner</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-220"><a href="https://mytaste.nl/category/dessert/" class="elementor-item" tabindex="-1">Dessert</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-226"><a href="https://mytaste.nl/category/sportvoeding/" class="elementor-item" tabindex="-1">Sportvoeding</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-221"><a href="https://mytaste.nl/category/detox/" class="elementor-item" tabindex="-1">Detox</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-225"><a href="https://mytaste.nl/category/overig/" class="elementor-item" tabindex="-1">Overig</a></li>
</ul> </nav>
</div>
</div>
<div class="elementor-element elementor-element-320a8072 elementor-nav-menu__align-center elementor-nav-menu--dropdown-none elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-nav-menu" data-id="320a8072" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-drop-in">
<ul id="menu-1-320a8072" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-224"><a href="https://mytaste.nl/category/ontbijt/" class="elementor-item">Ontbijt</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-223"><a href="https://mytaste.nl/category/lunch/" class="elementor-item">Lunch</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-222"><a href="https://mytaste.nl/category/diner/" class="elementor-item">Diner</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-220"><a href="https://mytaste.nl/category/dessert/" class="elementor-item">Dessert</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-226"><a href="https://mytaste.nl/category/sportvoeding/" class="elementor-item">Sportvoeding</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-221"><a href="https://mytaste.nl/category/detox/" class="elementor-item">Detox</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-225"><a href="https://mytaste.nl/category/overig/" class="elementor-item">Overig</a></li>
</ul> </nav>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
<ul id="menu-2-320a8072" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-224"><a href="https://mytaste.nl/category/ontbijt/" class="elementor-item" tabindex="-1">Ontbijt</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-223"><a href="https://mytaste.nl/category/lunch/" class="elementor-item" tabindex="-1">Lunch</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-222"><a href="https://mytaste.nl/category/diner/" class="elementor-item" tabindex="-1">Diner</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-220"><a href="https://mytaste.nl/category/dessert/" class="elementor-item" tabindex="-1">Dessert</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-226"><a href="https://mytaste.nl/category/sportvoeding/" class="elementor-item" tabindex="-1">Sportvoeding</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-221"><a href="https://mytaste.nl/category/detox/" class="elementor-item" tabindex="-1">Detox</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-225"><a href="https://mytaste.nl/category/overig/" class="elementor-item" tabindex="-1">Overig</a></li>
</ul> </nav>
</div>
</div>
</div>
<div class="elementor-element elementor-element-274268da e-con-full e-flex e-con e-child" data-id="274268da" data-element_type="container">
<div class="elementor-element elementor-element-66c0af5f elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="66c0af5f" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-text">MyTaste.nl</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-41c11bc7 elementor-align-left elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="41c11bc7" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="https://mytaste.nl/over-ons/">

<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-far-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"></path></svg> </span>
<span class="elementor-icon-list-text">Over MyTaste.nl</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://mytaste.nl/contact/">

<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-far-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"></path></svg> </span>
<span class="elementor-icon-list-text">Contact</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://mytaste.nl/privacyverklaring-mytaste/">

<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-database" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z"></path></svg> </span>
<span class="elementor-icon-list-text">Privacyverklaring</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://mytaste.nl/algemene-voorwaarden-mytaste/">

<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-book-open" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z"></path></svg> </span>
<span class="elementor-icon-list-text">Algemene voorwaarden</span>
</a>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-54bced0 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="54bced0" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-text">Over ons</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-b0c7c24 elementor-author-box--image-valign-middle elementor-widget elementor-widget-author-box" data-id="b0c7c24" data-element_type="widget" data-widget_type="author-box.default">
<div class="elementor-widget-container">
<div class="elementor-author-box">
<a href="https://mytaste.nl/author/lara/" class="elementor-author-box__avatar">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Foto van Lara" data-lazy-src="https://mytaste.nl/wp-content/uploads/2024/05/pexels-thisisengineering-3861958-300x200.jpg"><noscript><img src="https://mytaste.nl/wp-content/uploads/2024/05/pexels-thisisengineering-3861958-300x200.jpg" alt="Foto van Lara" loading="lazy"></noscript>
</a>

<div class="elementor-author-box__text">
<a href="https://mytaste.nl/author/lara/">
<h4 class="elementor-author-box__name">
Lara </h4>
</a>


</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-16c8fe0d e-con-full e-flex e-con e-child" data-id="16c8fe0d" data-element_type="container">
<div class="elementor-element elementor-element-6ed6301 elementor-view-default elementor-widget elementor-widget-icon" data-id="6ed6301" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<a class="elementor-icon" href="https://mytaste.nl">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" viewBox="0 0 375 374.999991" height="500" preserveAspectRatio="xMidYMid meet"><defs><g></g><clipPath id="deaf2da5f1"><path d="M 13.730469 13.730469 L 361.269531 13.730469 L 361.269531 361.269531 L 13.730469 361.269531 Z M 13.730469 13.730469 " clip-rule="nonzero"></path></clipPath><clipPath id="d2f23869e1"><path d="M 187.5 13.730469 C 91.527344 13.730469 13.730469 91.527344 13.730469 187.5 C 13.730469 283.472656 91.527344 361.269531 187.5 361.269531 C 283.472656 361.269531 361.269531 283.472656 361.269531 187.5 C 361.269531 91.527344 283.472656 13.730469 187.5 13.730469 Z M 187.5 13.730469 " clip-rule="nonzero"></path></clipPath><clipPath id="28dfddc96f"><path d="M 27.285156 27.285156 L 347.714844 27.285156 L 347.714844 347.714844 L 27.285156 347.714844 Z M 27.285156 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="dad5ca7e78"><path d="M 187.5 27.285156 C 99.015625 27.285156 27.285156 99.015625 27.285156 187.5 C 27.285156 275.984375 99.015625 347.714844 187.5 347.714844 C 275.984375 347.714844 347.714844 275.984375 347.714844 187.5 C 347.714844 99.015625 275.984375 27.285156 187.5 27.285156 Z M 187.5 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="9f3de23a0d"><path d="M 27.285156 27.285156 L 347.535156 27.285156 L 347.535156 347.535156 L 27.285156 347.535156 Z M 27.285156 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="676872216c"><path d="M 187.496094 27.285156 C 99.011719 27.285156 27.285156 99.011719 27.285156 187.496094 C 27.285156 275.980469 99.011719 347.710938 187.496094 347.710938 C 275.980469 347.710938 347.710938 275.980469 347.710938 187.496094 C 347.710938 99.011719 275.980469 27.285156 187.496094 27.285156 Z M 187.496094 27.285156 " clip-rule="nonzero"></path></clipPath><clipPath id="aab1a22f08"><path d="M 139.066406 39.550781 L 213 39.550781 L 213 113.800781 L 139.066406 113.800781 Z M 139.066406 39.550781 " clip-rule="nonzero"></path></clipPath><clipPath id="5c87dc53b4"><path d="M 198 76 L 235.816406 76 L 235.816406 113.800781 L 198 113.800781 Z M 198 76 " clip-rule="nonzero"></path></clipPath><clipPath id="ec5c5facfb"><path d="M 139.066406 39.550781 L 210 39.550781 L 210 110 L 139.066406 110 Z M 139.066406 39.550781 " clip-rule="nonzero"></path></clipPath><clipPath id="52831acf64"><path d="M 196 74 L 231.316406 74 L 231.316406 110.050781 L 196 110.050781 Z M 196 74 " clip-rule="nonzero"></path></clipPath></defs><g clip-path="url(#deaf2da5f1)"><g clip-path="url(#d2f23869e1)"><path fill="#f0dfc8" d="M 13.730469 13.730469 L 361.269531 13.730469 L 361.269531 361.269531 L 13.730469 361.269531 Z M 13.730469 13.730469 " fill-opacity="1" fill-rule="nonzero"></path></g></g><g clip-path="url(#28dfddc96f)"><g clip-path="url(#dad5ca7e78)"><path fill="#e16539" d="M 27.285156 27.285156 L 347.714844 27.285156 L 347.714844 347.714844 L 27.285156 347.714844 Z M 27.285156 27.285156 " fill-opacity="1" fill-rule="nonzero"></path></g></g><g clip-path="url(#9f3de23a0d)"><g clip-path="url(#676872216c)"><path stroke-linecap="butt" transform="matrix(0.75, 0, 0, 0.75, 27.283298, 27.283293)" fill="none" stroke-linejoin="miter" d="M 213.617089 0.00248368 C 95.637907 0.00248368 0.00247768 95.637913 0.00247768 213.617095 C 0.00247768 331.596277 95.637907 427.236914 213.617089 427.236914 C 331.596271 427.236914 427.236908 331.596277 427.236908 213.617095 C 427.236908 95.637913 331.596271 0.00248368 213.617089 0.00248368 Z M 213.617089 0.00248368 " stroke="#303030" stroke-width="12" stroke-opacity="1" stroke-miterlimit="4"></path></g></g><g clip-path="url(#aab1a22f08)"><path fill="#f0dfc8" d="M 176.734375 59.300781 C 176.847656 60.328125 177.046875 61.339844 177.332031 62.335938 C 177.613281 63.328125 177.980469 64.292969 178.425781 65.222656 C 178.871094 66.15625 179.394531 67.042969 179.992188 67.886719 C 180.589844 68.730469 181.253906 69.519531 181.984375 70.25 C 182.714844 70.980469 183.503906 71.644531 184.347656 72.242188 C 185.191406 72.839844 186.078125 73.363281 187.011719 73.808594 C 187.945312 74.257812 188.90625 74.621094 189.902344 74.90625 C 190.894531 75.1875 191.90625 75.386719 192.933594 75.5 C 199.476562 76.152344 206.035156 76.449219 212.609375 76.394531 C 206.035156 76.34375 199.476562 76.640625 192.933594 77.292969 C 191.90625 77.40625 190.894531 77.601562 189.902344 77.886719 C 188.90625 78.171875 187.945312 78.535156 187.011719 78.984375 C 186.078125 79.429688 185.191406 79.953125 184.347656 80.550781 C 183.503906 81.148438 182.714844 81.8125 181.984375 82.542969 C 181.253906 83.273438 180.589844 84.0625 179.992188 84.90625 C 179.394531 85.75 178.875 86.636719 178.425781 87.570312 C 177.980469 88.5 177.613281 89.464844 177.332031 90.457031 C 177.046875 91.453125 176.847656 92.464844 176.734375 93.492188 C 176.085938 100.035156 175.785156 106.59375 175.839844 113.167969 C 175.894531 106.59375 175.59375 100.035156 174.941406 93.492188 C 174.832031 92.464844 174.632812 91.453125 174.347656 90.457031 C 174.066406 89.464844 173.699219 88.5 173.253906 87.570312 C 172.804688 86.636719 172.285156 85.75 171.6875 84.90625 C 171.089844 84.0625 170.425781 83.273438 169.691406 82.542969 C 168.960938 81.8125 168.175781 81.148438 167.332031 80.550781 C 166.488281 79.953125 165.597656 79.429688 164.667969 78.984375 C 163.734375 78.535156 162.773438 78.171875 161.777344 77.886719 C 160.785156 77.601562 159.773438 77.40625 158.746094 77.292969 C 152.203125 76.640625 145.644531 76.34375 139.066406 76.394531 C 145.644531 76.449219 152.203125 76.152344 158.746094 75.5 C 159.773438 75.386719 160.785156 75.1875 161.777344 74.90625 C 162.773438 74.621094 163.734375 74.257812 164.667969 73.808594 C 165.597656 73.363281 166.488281 72.839844 167.332031 72.242188 C 168.175781 71.644531 168.960938 70.980469 169.691406 70.25 C 170.425781 69.519531 171.089844 68.730469 171.6875 67.886719 C 172.285156 67.042969 172.804688 66.15625 173.253906 65.222656 C 173.699219 64.292969 174.066406 63.328125 174.347656 62.335938 C 174.632812 61.339844 174.832031 60.328125 174.941406 59.300781 C 175.59375 52.757812 175.894531 46.199219 175.839844 39.625 C 175.785156 46.199219 176.085938 52.757812 176.734375 59.300781 Z M 176.734375 59.300781 " fill-opacity="1" fill-rule="nonzero"></path></g><g clip-path="url(#5c87dc53b4)"><path fill="#f0dfc8" d="M 217.789062 86.351562 C 217.847656 86.875 217.945312 87.382812 218.089844 87.886719 C 218.234375 88.390625 218.417969 88.878906 218.644531 89.351562 C 218.871094 89.820312 219.136719 90.269531 219.4375 90.699219 C 219.738281 91.125 220.074219 91.523438 220.445312 91.894531 C 220.816406 92.261719 221.214844 92.601562 221.640625 92.902344 C 222.066406 93.203125 222.519531 93.46875 222.988281 93.695312 C 223.460938 93.921875 223.949219 94.105469 224.453125 94.25 C 224.953125 94.394531 225.464844 94.492188 225.988281 94.550781 C 229.296875 94.878906 232.617188 95.03125 235.941406 95.003906 C 232.617188 94.976562 229.296875 95.128906 225.988281 95.457031 C 225.464844 95.515625 224.953125 95.613281 224.453125 95.757812 C 223.949219 95.902344 223.460938 96.085938 222.988281 96.3125 C 222.519531 96.539062 222.066406 96.804688 221.640625 97.105469 C 221.214844 97.40625 220.816406 97.742188 220.445312 98.113281 C 220.074219 98.484375 219.738281 98.882812 219.4375 99.308594 C 219.136719 99.734375 218.871094 100.1875 218.644531 100.65625 C 218.417969 101.128906 218.234375 101.617188 218.089844 102.121094 C 217.945312 102.621094 217.847656 103.132812 217.789062 103.65625 C 217.460938 106.964844 217.308594 110.285156 217.335938 113.613281 C 217.363281 110.285156 217.210938 106.964844 216.882812 103.65625 C 216.824219 103.132812 216.726562 102.621094 216.582031 102.121094 C 216.4375 101.617188 216.253906 101.128906 216.027344 100.65625 C 215.800781 100.183594 215.535156 99.734375 215.234375 99.308594 C 214.929688 98.882812 214.59375 98.484375 214.226562 98.113281 C 213.855469 97.742188 213.457031 97.40625 213.03125 97.105469 C 212.601562 96.804688 212.152344 96.539062 211.683594 96.3125 C 211.210938 96.085938 210.722656 95.902344 210.21875 95.757812 C 209.714844 95.613281 209.203125 95.515625 208.683594 95.457031 C 205.375 95.128906 202.054688 94.976562 198.726562 95.003906 C 202.054688 95.03125 205.375 94.878906 208.683594 94.550781 C 209.203125 94.492188 209.714844 94.394531 210.21875 94.25 C 210.722656 94.105469 211.210938 93.921875 211.683594 93.695312 C 212.152344 93.46875 212.601562 93.203125 213.03125 92.902344 C 213.457031 92.601562 213.855469 92.261719 214.226562 91.894531 C 214.59375 91.523438 214.929688 91.125 215.234375 90.699219 C 215.535156 90.269531 215.800781 89.820312 216.027344 89.351562 C 216.253906 88.878906 216.4375 88.390625 216.582031 87.886719 C 216.726562 87.382812 216.824219 86.875 216.882812 86.351562 C 217.210938 83.042969 217.363281 79.722656 217.339844 76.394531 C 217.308594 79.722656 217.460938 83.042969 217.789062 86.351562 Z M 217.789062 86.351562 " fill-opacity="1" fill-rule="nonzero"></path></g><path fill="#f0dfc8" d="M 203.800781 49.632812 C 203.871094 50.273438 204.046875 50.882812 204.324219 51.460938 C 204.601562 52.042969 204.96875 52.558594 205.425781 53.015625 C 205.878906 53.46875 206.398438 53.835938 206.976562 54.117188 C 207.558594 54.394531 208.167969 54.566406 208.808594 54.636719 C 210.828125 54.839844 212.855469 54.929688 214.886719 54.914062 C 212.855469 54.898438 210.828125 54.988281 208.808594 55.191406 C 208.167969 55.261719 207.558594 55.433594 206.976562 55.714844 C 206.398438 55.992188 205.878906 56.359375 205.425781 56.8125 C 204.96875 57.269531 204.601562 57.785156 204.324219 58.367188 C 204.046875 58.945312 203.871094 59.558594 203.800781 60.195312 C 203.601562 62.21875 203.507812 64.246094 203.523438 66.277344 C 203.542969 64.246094 203.449219 62.21875 203.246094 60.195312 C 203.179688 59.558594 203.003906 58.945312 202.726562 58.367188 C 202.449219 57.785156 202.082031 57.269531 201.625 56.8125 C 201.171875 56.359375 200.652344 55.992188 200.074219 55.714844 C 199.492188 55.433594 198.882812 55.261719 198.242188 55.191406 C 196.222656 54.988281 194.195312 54.898438 192.164062 54.914062 C 194.195312 54.929688 196.222656 54.839844 198.242188 54.636719 C 198.882812 54.566406 199.492188 54.394531 200.074219 54.113281 C 200.652344 53.835938 201.171875 53.46875 201.625 53.015625 C 202.078125 52.558594 202.445312 52.042969 202.722656 51.460938 C 203.003906 50.882812 203.175781 50.273438 203.246094 49.632812 C 203.449219 47.609375 203.542969 45.582031 203.523438 43.550781 C 203.507812 45.582031 203.601562 47.609375 203.800781 49.632812 Z M 203.800781 49.632812 " fill-opacity="1" fill-rule="nonzero"></path><g clip-path="url(#ec5c5facfb)"><path fill="#303030" d="M 175.050781 58.414062 C 175.15625 59.394531 175.347656 60.359375 175.617188 61.308594 C 175.886719 62.257812 176.238281 63.179688 176.664062 64.070312 C 177.089844 64.960938 177.589844 65.808594 178.160156 66.613281 C 178.730469 67.421875 179.367188 68.171875 180.0625 68.871094 C 180.761719 69.570312 181.515625 70.203125 182.320312 70.773438 C 183.125 71.34375 183.976562 71.84375 184.867188 72.269531 C 185.757812 72.699219 186.675781 73.046875 187.625 73.316406 C 188.574219 73.589844 189.542969 73.777344 190.523438 73.886719 C 196.773438 74.507812 203.039062 74.792969 209.320312 74.742188 C 203.039062 74.691406 196.773438 74.976562 190.523438 75.597656 C 189.542969 75.707031 188.574219 75.894531 187.625 76.167969 C 186.675781 76.4375 185.757812 76.785156 184.867188 77.214844 C 183.976562 77.640625 183.125 78.140625 182.320312 78.710938 C 181.515625 79.28125 180.761719 79.914062 180.0625 80.613281 C 179.367188 81.3125 178.730469 82.0625 178.160156 82.871094 C 177.589844 83.675781 177.089844 84.523438 176.664062 85.414062 C 176.238281 86.304688 175.886719 87.226562 175.617188 88.175781 C 175.347656 89.125 175.15625 90.089844 175.050781 91.070312 C 174.425781 97.320312 174.140625 103.585938 174.191406 109.867188 C 174.246094 103.585938 173.960938 97.320312 173.335938 91.070312 C 173.230469 90.089844 173.039062 89.125 172.769531 88.175781 C 172.5 87.226562 172.148438 86.304688 171.722656 85.414062 C 171.296875 84.523438 170.796875 83.675781 170.226562 82.871094 C 169.65625 82.0625 169.019531 81.3125 168.324219 80.613281 C 167.625 79.914062 166.871094 79.28125 166.066406 78.710938 C 165.261719 78.140625 164.410156 77.640625 163.519531 77.210938 C 162.628906 76.785156 161.710938 76.4375 160.761719 76.164062 C 159.8125 75.894531 158.84375 75.707031 157.863281 75.597656 C 151.613281 74.976562 145.347656 74.691406 139.066406 74.742188 C 145.347656 74.792969 151.613281 74.507812 157.863281 73.886719 C 158.84375 73.777344 159.8125 73.589844 160.761719 73.316406 C 161.710938 73.046875 162.628906 72.699219 163.519531 72.269531 C 164.410156 71.84375 165.261719 71.34375 166.066406 70.773438 C 166.871094 70.203125 167.625 69.570312 168.320312 68.871094 C 169.019531 68.171875 169.65625 67.421875 170.226562 66.613281 C 170.796875 65.808594 171.296875 64.960938 171.722656 64.070312 C 172.148438 63.179688 172.5 62.257812 172.769531 61.308594 C 173.039062 60.359375 173.230469 59.394531 173.335938 58.414062 C 173.960938 52.164062 174.246094 45.898438 174.191406 39.617188 C 174.140625 45.898438 174.425781 52.164062 175.050781 58.414062 Z M 175.050781 58.414062 " fill-opacity="1" fill-rule="nonzero"></path></g><g clip-path="url(#52831acf64)"><path fill="#303030" d="M 214.265625 84.253906 C 214.320312 84.75 214.414062 85.238281 214.550781 85.71875 C 214.691406 86.199219 214.867188 86.664062 215.082031 87.117188 C 215.296875 87.566406 215.550781 87.996094 215.839844 88.402344 C 216.128906 88.8125 216.449219 89.191406 216.804688 89.546875 C 217.15625 89.898438 217.535156 90.21875 217.945312 90.507812 C 218.351562 90.796875 218.78125 91.050781 219.234375 91.265625 C 219.683594 91.484375 220.148438 91.660156 220.628906 91.796875 C 221.109375 91.933594 221.597656 92.027344 222.09375 92.082031 C 225.257812 92.398438 228.429688 92.542969 231.605469 92.515625 C 228.429688 92.492188 225.257812 92.636719 222.09375 92.949219 C 221.597656 93.003906 221.109375 93.101562 220.628906 93.238281 C 220.148438 93.375 219.683594 93.550781 219.234375 93.765625 C 218.78125 93.984375 218.351562 94.234375 217.945312 94.523438 C 217.535156 94.8125 217.15625 95.132812 216.804688 95.488281 C 216.449219 95.839844 216.128906 96.222656 215.839844 96.628906 C 215.550781 97.039062 215.296875 97.464844 215.082031 97.917969 C 214.867188 98.367188 214.691406 98.832031 214.550781 99.3125 C 214.414062 99.792969 214.320312 100.285156 214.265625 100.78125 C 213.949219 103.941406 213.804688 107.113281 213.832031 110.292969 C 213.859375 107.113281 213.714844 103.941406 213.398438 100.78125 C 213.34375 100.285156 213.25 99.792969 213.109375 99.3125 C 212.972656 98.832031 212.796875 98.367188 212.582031 97.917969 C 212.367188 97.464844 212.113281 97.039062 211.824219 96.628906 C 211.535156 96.222656 211.214844 95.839844 210.859375 95.488281 C 210.507812 95.132812 210.125 94.8125 209.71875 94.523438 C 209.3125 94.234375 208.882812 93.984375 208.429688 93.765625 C 207.980469 93.550781 207.515625 93.375 207.035156 93.238281 C 206.554688 93.101562 206.066406 93.003906 205.566406 92.949219 C 202.40625 92.636719 199.234375 92.492188 196.058594 92.515625 C 199.234375 92.542969 202.40625 92.398438 205.566406 92.082031 C 206.066406 92.027344 206.554688 91.933594 207.035156 91.796875 C 207.515625 91.660156 207.980469 91.484375 208.429688 91.265625 C 208.882812 91.050781 209.3125 90.796875 209.71875 90.507812 C 210.125 90.21875 210.507812 89.898438 210.859375 89.546875 C 211.214844 89.191406 211.535156 88.8125 211.824219 88.402344 C 212.113281 87.996094 212.367188 87.566406 212.582031 87.117188 C 212.796875 86.664062 212.972656 86.199219 213.109375 85.71875 C 213.25 85.238281 213.34375 84.75 213.398438 84.253906 C 213.714844 81.089844 213.859375 77.921875 213.835938 74.742188 C 213.808594 77.921875 213.949219 81.089844 214.265625 84.253906 Z M 214.265625 84.253906 " fill-opacity="1" fill-rule="nonzero"></path></g><path fill="#303030" d="M 200.902344 49.175781 C 200.972656 49.789062 201.136719 50.371094 201.402344 50.925781 C 201.667969 51.480469 202.019531 51.972656 202.453125 52.40625 C 202.886719 52.84375 203.382812 53.191406 203.9375 53.457031 C 204.492188 53.722656 205.074219 53.890625 205.683594 53.957031 C 207.617188 54.148438 209.550781 54.238281 211.492188 54.222656 C 209.550781 54.207031 207.617188 54.292969 205.683594 54.488281 C 205.074219 54.554688 204.492188 54.71875 203.9375 54.984375 C 203.382812 55.25 202.886719 55.601562 202.453125 56.035156 C 202.019531 56.472656 201.667969 56.964844 201.402344 57.519531 C 201.136719 58.074219 200.972656 58.65625 200.902344 59.269531 C 200.710938 61.199219 200.625 63.132812 200.640625 65.074219 C 200.65625 63.132812 200.566406 61.199219 200.375 59.269531 C 200.308594 58.65625 200.140625 58.074219 199.875 57.519531 C 199.609375 56.964844 199.261719 56.472656 198.824219 56.035156 C 198.390625 55.601562 197.894531 55.25 197.34375 54.984375 C 196.789062 54.71875 196.203125 54.554688 195.59375 54.488281 C 193.664062 54.292969 191.726562 54.207031 189.785156 54.222656 C 191.726562 54.238281 193.664062 54.148438 195.59375 53.957031 C 196.203125 53.890625 196.789062 53.722656 197.339844 53.457031 C 197.894531 53.191406 198.390625 52.84375 198.824219 52.40625 C 199.257812 51.972656 199.609375 51.480469 199.875 50.925781 C 200.140625 50.371094 200.304688 49.789062 200.371094 49.175781 C 200.566406 47.246094 200.65625 45.308594 200.640625 43.367188 C 200.625 45.308594 200.710938 47.246094 200.902344 49.175781 Z M 200.902344 49.175781 " fill-opacity="1" fill-rule="nonzero"></path><path stroke-linecap="butt" transform="matrix(1.27217, -0.193448, 0.193448, 1.27217, -19.388816, 144.882106)" fill="none" stroke-linejoin="miter" d="M 98.754264 54.998793 C 105.312572 55.001205 106.50756 49.929221 106.508804 45.21613 L 106.506653 41.070573 C 106.508228 32.841763 111.128096 25.177044 116.470569 25.178806 C 118.610742 25.178766 119.987518 26.281648 119.987727 28.784171 C 119.98694 33.494261 115.367637 39.76197 115.367167 46.771943 C 115.365359 52.882045 118.521877 54.820536 122.759294 54.820071 C 129.680408 54.819311 130.988721 49.749207 130.986074 45.849218 C 130.988587 43.187441 130.333595 42.264937 130.3333 39.581239 C 130.33254 32.660125 134.955408 24.995861 140.297881 24.997623 C 142.41659 24.997391 143.81483 26.100466 143.814607 28.222176 C 143.813131 32.007928 139.935025 38.207183 139.937557 45.217613 C 139.937481 50.468226 141.966002 54.99868 147.870463 54.999923 C 160.33669 55.001033 166.626715 37.079819 169.578062 32.007773 C 170.591652 30.248955 166.895694 27.476152 165.407722 29.709392 C 163.561569 32.480781 161.823821 34.418114 159.050808 34.42018 C 155.897439 34.419678 154.522372 32.841122 154.521366 29.616901 C 154.520467 24.998671 157.475048 22.04579 157.472749 17.154069 C 157.472307 12.532838 154.791772 8.65552 147.600624 8.655136 C 143.160568 8.655493 139.193873 10.77281 135.674992 14.650091 C 134.301968 16.228362 133.647687 15.846381 133.37811 14.650865 C 132.453995 11.338474 129.859403 8.834475 125.351953 8.833796 C 121.271245 8.833526 117.598508 10.774464 114.171425 14.088442 C 111.219651 17.063244 109.190737 15.48352 109.191045 12.351616 C 109.189668 10.502941 108.445213 8.836044 106.326505 8.836277 C 102.629611 8.83603 98.843598 18.34705 95.055506 29.709289 C 92.485181 37.283425 92.012062 43.908331 92.013649 48.259529 C 92.013488 52.137597 94.42453 55.000574 98.754264 54.998793 Z M 211.306158 29.70944 C 208.622756 33.584802 205.105731 37.732572 202.354639 37.731831 C 200.214467 37.73187 198.47951 35.975767 199.943216 30.812612 C 203.078468 21.482056 205.941126 16.77113 205.941288 12.893061 C 205.939136 9.938874 204.473502 8.834762 201.792805 8.835513 C 197.082715 8.834725 193.294095 15.394559 189.507256 27.475495 C 188.040981 31.827637 185.720493 34.305819 181.66425 34.306199 C 178.621204 34.30712 177.786011 32.752318 177.78403 30.16048 C 177.784477 24.725691 181.932616 18.527581 181.932545 12.530804 C 181.93365 10.120597 181.121778 8.836478 179.07092 8.834746 C 173.909165 8.8359 169.671255 16.230153 165.410723 29.709848 C 163.562575 35.705002 163.381217 41.158339 163.380475 43.909431 C 163.382813 50.941325 167.530607 54.074536 172.532194 54.076661 C 178.528971 54.07659 183.059819 50.288709 185.540264 44.113355 C 186.464477 41.791319 188.311899 42.262614 188.132187 44.292549 C 187.118212 53.242516 180.289006 60.816923 172.150827 60.905893 C 166.425854 60.996424 163.019452 57.773295 162.546337 53.150811 C 162.366786 51.302677 155.808401 55.359509 155.80637 64.78269 C 155.807278 73.641338 161.352206 79.096461 171.134735 79.097866 C 181.393395 79.097979 187.748675 71.994991 193.678122 52.971893 C 194.397678 54.257327 195.525258 54.999909 196.900804 55.00028 C 205.848311 55.000602 210.108906 43.277266 215.452033 32.007172 C 216.467998 29.889461 212.409149 28.130024 211.306158 29.70944 Z M 211.306158 29.70944 " stroke="#f0dfc8" stroke-width="6.925335" stroke-opacity="1" stroke-miterlimit="4"></path><path stroke-linecap="butt" transform="matrix(1.27217, -0.193448, 0.193448, 1.27217, -19.388816, 144.882106)" fill="none" stroke-linejoin="miter" d="M 72.722818 131.000365 C 86.021522 130.9991 93.121996 113.280958 95.895278 108.006815 C 96.819553 106.249767 93.214225 103.567509 91.724938 105.708433 C 89.898563 108.571875 86.923623 110.305726 83.251195 110.30613 C 77.794942 110.305489 74.93269 106.250083 76.871212 99.80195 C 78.627608 93.602471 79.170591 93.424042 87.759205 93.42199 C 91.456099 93.422236 92.557873 84.924708 90.079816 84.925567 L 85.27741 84.926094 C 83.521051 84.926157 83.79202 83.346115 85.189424 80.39595 C 88.051309 74.579511 86.834637 71.716991 83.429698 71.715081 C 81.10835 71.715205 79.080875 72.549146 76.870896 77.915087 C 75.583985 81.229026 72.633009 84.925526 67.268615 84.926572 C 65.149907 84.926804 65.240067 92.027322 70.579995 92.025627 C 68.283618 98.403991 66.253584 103.858706 64.675385 108.482459 C 60.52734 120.293533 62.375299 130.999022 72.722818 131.000365 Z M 99.393624 130.999785 C 105.95539 130.999651 111.500431 125.004744 115.196502 117.518887 L 115.555394 117.521262 C 114.451702 125.183311 117.135386 130.998619 123.491055 131.000922 C 133.746714 131.000579 138.820116 116.597435 143.350436 108.007148 C 144.274711 106.250101 140.578752 103.477298 139.20156 105.70896 C 137.355492 108.661524 135.03375 110.421008 131.898844 110.420243 C 127.842602 110.420624 126.826651 106.722732 129.960882 99.983558 C 131.989686 94.617701 134.402514 91.754391 134.402652 88.260136 C 134.401383 86.208822 133.566275 84.835194 131.156068 84.834089 C 126.826335 84.835869 126.175157 88.350877 123.132111 88.351798 C 120.718904 88.350237 121.103049 84.834541 113.709262 84.834048 C 97.84064 84.834486 89.881514 104.221397 89.883838 117.068893 C 89.882913 125.273237 93.129814 130.999168 99.393624 130.999785 Z M 108.637836 111.88505 C 105.772964 111.885429 104.015227 110.036817 104.015992 106.901911 C 104.015612 102.845669 107.059531 98.315832 111.858936 98.314848 C 114.812667 98.315698 116.662719 100.162996 116.660639 103.205586 C 116.660478 107.083654 113.437241 111.884066 108.637836 111.88505 Z M 175.007049 105.709529 C 173.17936 108.480655 171.240288 110.510196 168.469503 110.598576 C 167.251995 104.874184 162.361223 97.479695 162.361161 95.723336 C 162.361407 92.026442 169.09949 91.755277 169.011025 88.803318 C 169.100734 85.850816 166.328401 82.536802 160.602114 82.535017 C 152.667803 82.535236 146.106242 96.285282 139.569849 105.144714 L 139.186097 105.70968 C 133.642063 114.928807 135.581156 130.911062 151.833592 130.910647 C 169.010365 130.909543 176.583597 113.373829 179.17739 108.007911 C 180.009805 106.249177 176.495022 103.47629 175.007049 105.709529 Z M 148.518031 111.884976 C 145.474985 111.885897 143.358442 110.216085 143.356438 108.008061 C 145.477853 105.324587 148.338199 101.537542 150.639536 98.135286 C 151.472469 96.93854 152.215176 96.940938 152.847559 98.133282 C 154.156114 100.613675 154.899401 102.934419 154.897948 105.144987 C 154.899473 108.931196 152.577275 111.885052 148.518031 111.884976 Z M 182.132211 131.001136 C 195.430916 130.999871 202.53139 113.28173 205.304671 108.007586 C 206.228946 106.250538 202.620617 103.567824 201.134331 105.709204 C 199.307956 108.572646 196.333017 110.306497 192.657587 110.306444 C 187.204335 110.30626 184.339082 106.250398 186.280605 99.802721 C 188.037001 93.603243 188.576983 93.424357 197.165598 93.422305 C 200.862491 93.422551 201.967266 84.925479 199.489209 84.926338 L 194.687259 84.923864 C 192.927899 84.92347 193.198412 83.34643 194.596272 80.393263 C 197.460702 74.580282 196.241485 71.714304 192.839091 71.715852 C 190.517743 71.715977 188.487267 72.549461 186.280289 77.915858 C 184.993835 81.226796 182.042402 84.926297 176.675464 84.923885 C 174.556755 84.924118 174.646915 92.024636 179.989389 92.026398 C 177.69001 98.404306 175.662977 103.859477 174.085234 108.480229 C 169.936734 120.294304 171.784693 130.999794 182.132211 131.001136 Z M 216.377979 131.000963 C 227.085302 130.998678 236.867613 123.065772 245.006693 108.008053 C 246.020283 106.249235 242.324325 103.476432 240.836352 105.709672 C 236.688948 112.064492 229.203658 115.310999 222.936847 115.309926 C 217.661312 115.312201 213.333744 113.643937 213.335739 110.420172 C 213.333843 109.200879 214.258869 108.933158 214.913344 109.293675 C 217.031403 110.509277 219.511316 110.778908 222.102698 110.779928 C 231.142521 110.778935 236.958074 103.206988 236.957399 96.467048 C 236.958558 90.381412 233.193139 84.834561 224.60498 84.833612 C 198.096886 84.83437 190.431873 131.001203 216.377979 131.000963 Z M 219.712739 103.860903 C 216.737544 103.859859 215.361935 102.10313 215.363474 100.073736 C 215.363264 97.571214 217.573538 94.88897 221.178572 94.88753 C 224.039987 94.889695 225.415595 96.646424 225.417057 98.676274 C 225.417182 100.997622 223.29931 103.859726 219.712739 103.860903 Z M 219.712739 103.860903 " stroke="#f0dfc8" stroke-width="6.925335" stroke-opacity="1" stroke-miterlimit="4"></path><g fill="#303030" fill-opacity="1"><g transform="translate(109.483134, 196.872871)"><g><path d="M 7.398438 -1.125 C 15.738281 -2.394531 16.285156 -9.085938 15.375 -15.078125 L 14.570312 -20.363281 C 12.980469 -30.816406 17.371094 -41.457031 24.183594 -42.492188 C 26.882812 -42.90625 28.859375 -41.761719 29.34375 -38.589844 C 30.253906 -32.601562 25.59375 -23.722656 26.953125 -14.792969 C 28.132812 -7.042969 32.5 -5.183594 37.902344 -6.003906 C 46.714844 -7.34375 47.375 -14.054688 46.625 -18.988281 C 46.105469 -22.394531 45.105469 -23.441406 44.589844 -26.847656 C 43.25 -35.660156 47.640625 -46.300781 54.453125 -47.335938 C 57.152344 -47.746094 59.128906 -46.605469 59.539062 -43.90625 C 60.273438 -39.089844 56.535156 -30.46875 57.894531 -21.542969 C 58.910156 -14.847656 62.371094 -9.484375 69.886719 -10.628906 C 85.746094 -13.039062 90.269531 -37.039062 93.042969 -44.070312 C 93.996094 -46.5 88.761719 -49.308594 87.3125 -46.203125 C 85.5 -42.324219 83.640625 -39.519531 80.117188 -38.980469 C 76.125 -38.375 74.058594 -40.105469 73.433594 -44.214844 C 72.539062 -50.085938 75.726562 -54.417969 74.78125 -60.644531 C 73.886719 -66.515625 69.730469 -70.929688 60.570312 -69.539062 C 54.933594 -68.679688 50.292969 -65.210938 46.578125 -59.597656 C 45.121094 -57.335938 44.226562 -57.679688 43.640625 -59.152344 C 41.824219 -63.203125 38.054688 -65.875 32.296875 -65 C 27.128906 -64.214844 22.804688 -61.03125 19.101562 -56.144531 C 15.917969 -51.8125 13.027344 -53.417969 12.421875 -57.410156 C 12.0625 -59.757812 10.800781 -61.730469 8.101562 -61.320312 C 3.402344 -60.605469 0.425781 -47.773438 -2.191406 -32.59375 C -4.015625 -22.464844 -3.316406 -13.917969 -2.476562 -8.394531 C -1.726562 -3.460938 1.878906 -0.285156 7.398438 -1.125 Z M 7.398438 -1.125 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(198.98537, 183.263022)"><g><path d="M 56.183594 -41.472656 C 53.527344 -36.019531 49.867188 -30.054688 46.34375 -29.519531 C 43.644531 -29.109375 41.074219 -31 41.953125 -37.863281 C 44.140625 -50.335938 46.871094 -56.878906 46.121094 -61.8125 C 45.550781 -65.570312 43.457031 -66.695312 40.050781 -66.179688 C 34.058594 -65.265625 30.511719 -56.195312 28.035156 -40.074219 C 26.996094 -34.269531 24.542969 -30.652344 19.375 -29.867188 C 15.496094 -29.277344 14.136719 -31.113281 13.636719 -34.402344 C 12.582031 -41.332031 16.671875 -50.003906 15.511719 -57.640625 C 15.046875 -60.691406 13.738281 -62.175781 11.15625 -61.785156 C 4.578125 -60.785156 0.601562 -50.566406 -2.191406 -32.59375 C -3.378906 -24.601562 -2.5625 -17.636719 -2.027344 -14.113281 C -0.667969 -5.1875 5.222656 -1.996094 11.566406 -2.960938 C 19.203125 -4.121094 24.226562 -9.8125 26.199219 -18.164062 C 26.929688 -21.28125 29.367188 -21.050781 29.523438 -18.429688 C 29.964844 -6.839844 22.738281 4.113281 12.417969 5.804688 C 5.15625 7.027344 0.183594 3.578125 -1.296875 -2.207031 C -1.890625 -4.519531 -9.441406 1.917969 -7.621094 13.898438 C -5.90625 25.171875 2.195312 31.03125 14.644531 29.140625 C 27.683594 27.15625 34.414062 16.878906 38.25 -8.460938 C 39.441406 -6.957031 40.992188 -6.234375 42.753906 -6.5 C 54.148438 -8.234375 57.285156 -23.972656 61.917969 -39.339844 C 62.796875 -42.238281 57.289062 -43.683594 56.183594 -41.472656 Z M 56.183594 -41.472656 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(86.596543, 299.273581)"><g><path d="M 11.863281 -1.804688 C 28.777344 -4.375 34.394531 -28.304688 36.898438 -35.535156 C 37.734375 -37.945312 32.632812 -40.65625 31.167969 -37.667969 C 29.371094 -33.667969 25.953125 -30.867188 21.253906 -30.152344 C 14.324219 -29.097656 9.894531 -33.710938 11.113281 -42.308594 C 12.148438 -50.519531 12.816406 -50.859375 23.738281 -52.519531 C 28.4375 -53.234375 28.203125 -64.257812 25.03125 -63.773438 L 18.925781 -62.84375 C 16.695312 -62.507812 16.742188 -64.554688 17.933594 -68.582031 C 20.449219 -76.535156 18.367188 -79.945312 14.023438 -79.285156 C 11.085938 -78.839844 8.660156 -77.386719 6.878906 -70.148438 C 5.878906 -65.667969 2.832031 -60.398438 -3.980469 -59.363281 C -6.679688 -58.953125 -5.1875 -49.925781 1.625 -50.960938 C -0.078125 -42.410156 -1.609375 -35.085938 -2.714844 -28.910156 C -5.714844 -13.070312 -1.292969 0.195312 11.863281 -1.804688 Z M 11.863281 -1.804688 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(119.954338, 294.201143)"><g><path d="M 12.449219 -1.894531 C 20.789062 -3.160156 26.675781 -11.867188 29.929688 -22.097656 L 30.398438 -22.167969 C 30.472656 -12.203125 35.003906 -5.324219 43.109375 -6.554688 C 56.144531 -8.539062 59.820312 -27.84375 63.914062 -39.640625 C 64.75 -42.054688 59.515625 -44.863281 58.183594 -41.773438 C 56.402344 -37.660156 53.808594 -34.980469 49.8125 -34.375 C 44.644531 -33.589844 42.640625 -38.089844 45.328125 -47.273438 C 46.875 -54.476562 49.375 -58.582031 48.699219 -63.046875 C 48.304688 -65.628906 46.980469 -67.230469 43.925781 -66.765625 C 38.40625 -65.929688 38.261719 -61.339844 34.386719 -60.75 C 31.332031 -60.285156 31.125 -64.820312 21.726562 -63.390625 C 1.523438 -60.320312 -4.828125 -34.117188 -2.34375 -17.789062 C -0.753906 -7.335938 4.464844 -0.679688 12.449219 -1.894531 Z M 20.5 -27.992188 C 16.859375 -27.441406 14.269531 -29.449219 13.660156 -33.441406 C 12.875 -38.613281 15.878906 -44.957031 21.984375 -45.886719 C 25.742188 -46.457031 28.449219 -44.464844 29.039062 -40.589844 C 29.789062 -35.65625 26.605469 -28.921875 20.5 -27.992188 Z M 20.5 -27.992188 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(180.327246, 285.020745)"><g><path d="M 43.382812 -39.523438 C 41.570312 -35.644531 39.496094 -32.683594 35.988281 -32.03125 C 33.355469 -39.082031 25.699219 -47.53125 25.359375 -49.761719 C 24.648438 -54.460938 33.167969 -56.117188 32.476562 -59.859375 C 32.023438 -63.636719 27.859375 -67.328125 20.574219 -66.222656 C 10.472656 -64.683594 4.796875 -45.914062 -1.828125 -33.371094 L -2.191406 -32.59375 C -7.453125 -19.777344 -1.898438 0.167969 18.777344 -2.976562 C 40.625 -6.296875 46.859375 -30.078125 49.113281 -37.390625 C 49.832031 -39.785156 44.832031 -42.628906 43.382812 -39.523438 Z M 10.867188 -26.527344 C 6.992188 -25.941406 3.96875 -27.644531 3.539062 -30.460938 C 5.722656 -34.277344 8.632812 -39.648438 10.90625 -44.441406 C 11.734375 -46.128906 12.671875 -46.273438 13.726562 -44.871094 C 15.855469 -41.949219 17.238281 -39.15625 17.667969 -36.335938 C 18.402344 -31.519531 16.035156 -27.316406 10.867188 -26.527344 Z M 10.867188 -26.527344 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(225.783099, 278.108658)"><g><path d="M 11.863281 -1.804688 C 28.777344 -4.375 34.394531 -28.304688 36.898438 -35.535156 C 37.734375 -37.945312 32.632812 -40.65625 31.167969 -37.667969 C 29.371094 -33.667969 25.953125 -30.867188 21.253906 -30.152344 C 14.324219 -29.097656 9.894531 -33.710938 11.113281 -42.308594 C 12.148438 -50.519531 12.816406 -50.859375 23.738281 -52.519531 C 28.4375 -53.234375 28.203125 -64.257812 25.03125 -63.773438 L 18.925781 -62.84375 C 16.695312 -62.507812 16.742188 -64.554688 17.933594 -68.582031 C 20.449219 -76.535156 18.367188 -79.945312 14.023438 -79.285156 C 11.085938 -78.839844 8.660156 -77.386719 6.878906 -70.148438 C 5.878906 -65.667969 2.832031 -60.398438 -3.980469 -59.363281 C -6.679688 -58.953125 -5.1875 -49.925781 1.625 -50.960938 C -0.078125 -42.410156 -1.609375 -35.085938 -2.714844 -28.910156 C -5.714844 -13.070312 -1.292969 0.195312 11.863281 -1.804688 Z M 11.863281 -1.804688 "></path></g></g></g><g fill="#303030" fill-opacity="1"><g transform="translate(259.140893, 273.036221)"><g><path d="M 22.082031 -3.359375 C 35.707031 -5.429688 46.621094 -17.425781 54.046875 -38.140625 C 55 -40.570312 49.765625 -43.378906 48.316406 -40.273438 C 44.261719 -31.367188 35.371094 -25.808594 27.386719 -24.59375 C 20.691406 -23.574219 14.847656 -24.851562 14.222656 -28.960938 C 13.992188 -30.488281 15.113281 -31.019531 16.003906 -30.675781 C 18.9375 -29.558594 22.164062 -29.6875 25.453125 -30.1875 C 36.964844 -31.9375 42.898438 -42.695312 41.597656 -51.269531 C 40.417969 -59.023438 34.53125 -65.339844 23.605469 -63.675781 C -10.105469 -58.550781 -10.921875 1.660156 22.082031 -3.359375 Z M 21.058594 -38.535156 C 17.300781 -37.960938 15.199219 -39.925781 14.808594 -42.511719 C 14.324219 -45.683594 16.625 -49.515625 21.207031 -50.214844 C 24.847656 -50.765625 26.949219 -48.804688 27.34375 -46.21875 C 27.789062 -43.28125 25.640625 -39.230469 21.058594 -38.535156 Z M 21.058594 -38.535156 "></path></g></g></g></svg> </a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-7661376d e-grid-align-left e-grid-align-mobile-left elementor-shape-circle elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="7661376d" data-element_type="widget" data-widget_type="social-icons.default">
<div class="elementor-widget-container">
<div class="elementor-social-icons-wrapper elementor-grid" role="list">
<span class="elementor-grid-item" role="listitem">
<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-animation-pulse-grow elementor-repeater-item-26deb5b" href="https://www.facebook.com/" target="_blank">
<span class="elementor-screen-only">Facebook</span>
<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg> </a>
</span>
<span class="elementor-grid-item" role="listitem">
<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-pulse-grow elementor-repeater-item-8bdb8f2" href="https://twitter.com/?lang=nl" target="_blank">
<span class="elementor-screen-only"></span>
</a>
</span>
<span class="elementor-grid-item" role="listitem">
<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-pulse-grow elementor-repeater-item-6d8a94c" href="https://www.instagram.com/" 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>
</div>
</div>
</div>
<div class="elementor-element elementor-element-a116872 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="a116872" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Heb je vragen, suggesties of vragen over samenwerkingen op MyTaste.nl? Neem dan <a href="https://mytaste.nl/contact/">contact</a> met ons op!</p> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-a321195 e-flex e-con-boxed e-con e-parent" data-id="a321195" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-751d91e e-con-full e-flex e-con e-child" data-id="751d91e" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-element elementor-element-9f8b987 elementor-align-left elementor-mobile-align-center elementor-icon-list--layout-inline elementor-widget__width-initial elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="9f8b987" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items elementor-inline-items">
<li class="elementor-icon-list-item elementor-inline-item">
<a href="https://mytaste.nl/?page_id=3">

<span class="elementor-icon-list-text">Privacyverklaring</span>
</a>
</li>
<li class="elementor-icon-list-item elementor-inline-item">
<a href="https://mytaste.nl/cookiebeleid-eu/">

<span class="elementor-icon-list-text">Cookiebeleid</span>
</a>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-344b43a e-con-full e-flex e-con e-child" data-id="344b43a" data-element_type="container">
<div class="elementor-element elementor-element-f001b43 elementor-widget__width-auto elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor" data-id="f001b43" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
© Copyright 2025, Alle rechten voorbehouden &#8211; MyTaste.nl </div>
</div>
</div>
</div>
</div>
</div>
</div>

<template id="tmpl-age-gate" class="">
<div class="age-gate__wrapper"> <div class="age-gate__loader">
<svg version="1.1" id="L5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 0 0" xml:space="preserve">
<circle fill="currentColor" stroke="none" cx="6" cy="50" r="6">
<animateTransform attributeName="transform" dur="1s" type="translate" values="0 15 ; 0 -15; 0 15" repeatCount="indefinite" begin="0.1"/>
</circle>
<circle fill="currentColor" stroke="none" cx="30" cy="50" r="6">
<animateTransform attributeName="transform" dur="1s" type="translate" values="0 10 ; 0 -10; 0 10" repeatCount="indefinite" begin="0.2"/>
</circle>
<circle fill="currentColor" stroke="none" cx="54" cy="50" r="6">
<animateTransform attributeName="transform" dur="1s" type="translate" values="0 5 ; 0 -5; 0 5" repeatCount="indefinite" begin="0.3"/>
</circle>
</svg>
</div>
<div class="age-gate__background-color"></div> <div class="age-gate__background"> </div>

<div class="age-gate" role="dialog" aria-modal="true" aria-label=""> <form method="post" class="age-gate__form">
<div class="age-gate__heading"> <h1 class="age-gate__heading-title">Mytaste.nl</h1> </div>
<p class="age-gate__subheadline"> Om content over online kansspelen volgens wet- en regelgeving te tonen, willen we zeker weten tot welke leeftijdsgroep u behoort.</p>
<div class="age-gate__fields">
<p class="age-gate__challenge"> </p>
<div class="age-gate__buttons"> <button type="submit" class="age-gate__submit age-gate__submit--yes" data-submit="yes" value="1" name="age_gate[confirm]">Ja, ik ben 24 jaar of ouder</button> <button class="age-gate__submit age-gate__submit--no" data-submit="no" value="0" name="age_gate[confirm]" type="submit">Ik ben jonger dan 24 jaar</button> </div>
</div>

<input type="hidden" name="age_gate[age]" value="RTcCPRO/uaDg09HZ1BIEyg==" />
<input type="hidden" name="age_gate[lang]" value="nl" />
<input type="hidden" name="age_gate[confirm]" />
<div class="age-gate__errors"></div></form>
</div>
</div>
</template>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/hello-elementor\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>

<!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr -->
<div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 bottom-right-view-preferences optin cmplz-bottom-right cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin">
<div class="cmplz-header">
<div class="cmplz-logo"></div>
<div class="cmplz-title" id="cmplz-header-1-optin">Beheer cookie toestemming</div>
<div class="cmplz-close" tabindex="0" role="button" aria-label="Dialoogvenster sluiten">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>
</div>
</div>

<div class="cmplz-divider cmplz-divider-header"></div>
<div class="cmplz-body">
<div class="cmplz-message" id="cmplz-message-1-optin">Om de beste ervaringen te bieden, gebruiken wij technologieën zoals cookies om informatie over je apparaat op te slaan en/of te raadplegen. Door in te stemmen met deze technologieën kunnen wij gegevens zoals surfgedrag of unieke ID's op deze site verwerken. Als je geen toestemming geeft of uw toestemming intrekt, kan dit een nadelige invloed hebben op bepaalde functies en mogelijkheden.</div>
<!-- categories start -->
<div class="cmplz-categories">
<details class="cmplz-category cmplz-functional" >
<summary>
<span class="cmplz-category-header">
<span class="cmplz-category-title">Functioneel</span>
<span class='cmplz-always-active'>
<span class="cmplz-banner-checkbox">
<input type="checkbox"
id="cmplz-functional-optin"
data-category="cmplz_functional"
class="cmplz-consent-checkbox cmplz-functional"
size="40"
value="1"/>
<label class="cmplz-label" for="cmplz-functional-optin" tabindex="0"><span class="screen-reader-text">Functioneel</span></label>
</span>
Altijd actief </span>
<span class="cmplz-icon cmplz-open">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
</span>
</span>
</summary>
<div class="cmplz-description">
<span class="cmplz-description-functional">De technische opslag of toegang is strikt noodzakelijk voor het legitieme doel het gebruik mogelijk te maken van een specifieke dienst waarom de abonnee of gebruiker uitdrukkelijk heeft gevraagd, of met als enig doel de uitvoering van de transmissie van een communicatie over een elektronisch communicatienetwerk.</span>
</div>
</details>

<details class="cmplz-category cmplz-preferences" >
<summary>
<span class="cmplz-category-header">
<span class="cmplz-category-title">Voorkeuren</span>
<span class="cmplz-banner-checkbox">
<input type="checkbox"
id="cmplz-preferences-optin"
data-category="cmplz_preferences"
class="cmplz-consent-checkbox cmplz-preferences"
size="40"
value="1"/>
<label class="cmplz-label" for="cmplz-preferences-optin" tabindex="0"><span class="screen-reader-text">Voorkeuren</span></label>
</span>
<span class="cmplz-icon cmplz-open">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
</span>
</span>
</summary>
<div class="cmplz-description">
<span class="cmplz-description-preferences">De technische opslag of toegang is noodzakelijk voor het legitieme doel voorkeuren op te slaan die niet door de abonnee of gebruiker zijn aangevraagd.</span>
</div>
</details>

<details class="cmplz-category cmplz-statistics" >
<summary>
<span class="cmplz-category-header">
<span class="cmplz-category-title">Statistieken</span>
<span class="cmplz-banner-checkbox">
<input type="checkbox"
id="cmplz-statistics-optin"
data-category="cmplz_statistics"
class="cmplz-consent-checkbox cmplz-statistics"
size="40"
value="1"/>
<label class="cmplz-label" for="cmplz-statistics-optin" tabindex="0"><span class="screen-reader-text">Statistieken</span></label>
</span>
<span class="cmplz-icon cmplz-open">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
</span>
</span>
</summary>
<div class="cmplz-description">
<span class="cmplz-description-statistics">De technische opslag of toegang die uitsluitend voor statistische doeleinden wordt gebruikt.</span>
<span class="cmplz-description-statistics-anonymous">De technische opslag of toegang die uitsluitend wordt gebruikt voor anonieme statistische doeleinden. Zonder dagvaarding, vrijwillige naleving door je Internet Dienst Provider, of aanvullende gegevens van een derde partij, kan informatie die alleen voor dit doel wordt opgeslagen of opgehaald gewoonlijk niet worden gebruikt om je te identificeren.</span>
</div>
</details>
<details class="cmplz-category cmplz-marketing" >
<summary>
<span class="cmplz-category-header">
<span class="cmplz-category-title">Marketing</span>
<span class="cmplz-banner-checkbox">
<input type="checkbox"
id="cmplz-marketing-optin"
data-category="cmplz_marketing"
class="cmplz-consent-checkbox cmplz-marketing"
size="40"
value="1"/>
<label class="cmplz-label" for="cmplz-marketing-optin" tabindex="0"><span class="screen-reader-text">Marketing</span></label>
</span>
<span class="cmplz-icon cmplz-open">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
</span>
</span>
</summary>
<div class="cmplz-description">
<span class="cmplz-description-marketing">De technische opslag of toegang is nodig om gebruikersprofielen op te stellen voor het verzenden van reclame, of om de gebruiker op een site of over verschillende sites te volgen voor soortgelijke marketingdoeleinden.</span>
</div>
</details>
</div><!-- categories end -->
</div>

<div class="cmplz-links cmplz-information">
<a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Beheer opties</a>
<a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Beheer diensten</a>
<a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Beheer {vendor_count} leveranciers</a>
<a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">Lees meer over deze doeleinden</a>
</div>

<div class="cmplz-divider cmplz-footer"></div>

<div class="cmplz-buttons">
<button class="cmplz-btn cmplz-accept">Accepteren</button>
<button class="cmplz-btn cmplz-deny">Weigeren</button>
<button class="cmplz-btn cmplz-view-preferences">Bekijk voorkeuren</button>
<button class="cmplz-btn cmplz-save-preferences">Voorkeuren opslaan</button>
<a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Bekijk voorkeuren</a>
</div>

<div class="cmplz-links cmplz-documents">
<a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a>
<a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a>
<a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a>
</div>

</div>
</div>
<div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Beheer toestemming</button>

</div> <script type="rocketlazyloadscript">
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-spacer-css' href='https://mytaste.nl/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='e-animation-bounceIn-css' href='https://mytaste.nl/wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css?ver=3.29.2' media='all' />
<link rel='stylesheet' id='widget-post-info-css' href='https://mytaste.nl/wp-content/plugins/elementor-pro/assets/css/widget-post-info.min.css?ver=3.29.2' media='all' />
<script id="age-gate-all-js-extra">
var age_gate_common = {"cookies":"Your browser does not support cookies, you may experience problems entering this site","simple":""};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://mytaste.nl/wp-content/cache/min/1/wp-content/plugins/age-gate/dist/all.js?ver=1716469976" id="age-gate-all-js" defer></script>
<script type="rocketlazyloadscript" id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/mytaste.nl","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script type="rocketlazyloadscript" id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://mytaste.nl/wp-content/cache/min/1/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=1749427085" id="hello-theme-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.nl/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.nl/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.29.2" id="e-sticky-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.nl/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js" defer></script>
<script id="cmplz-cookiebanner-js-extra">
var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"13","version":"7.4.1","store_consent":"","do_not_track_enabled":"","consenttype":"optin","region":"eu","geoip":"","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/mytaste.nl\/wp-json\/complianz\/v1\/","locale":"lang=nl&locale=nl_NL","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"16","cookie_path":"\/","categories":{"statistics":"statistieken","marketing":"marketing"},"tcf_active":"","placeholdertext":"Klik om {category} cookies te accepteren en deze inhoud in te schakelen","css_file":"https:\/\/mytaste.nl\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=13","page_links":{"eu":{"cookie-statement":{"title":"Cookiebeleid ","url":"https:\/\/mytaste.nl\/cookiebeleid-eu\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Klik om {category} cookies te accepteren en deze inhoud in te schakelen"};
</script>
<script type="rocketlazyloadscript" defer data-rocket-src="https://mytaste.nl/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1750384101" id="cmplz-cookiebanner-js"></script>
<script type="rocketlazyloadscript" id="cmplz-cookiebanner-js-after">window.addEventListener('DOMContentLoaded', function() {
if ('undefined' != typeof window.jQuery) {
jQuery(document).ready(function ($) {
$(document).on('elementor/popup/show', () => {
let rev_cats = cmplz_categories.reverse();
for (let key in rev_cats) {
if (rev_cats.hasOwnProperty(key)) {
let category = cmplz_categories[key];
if (cmplz_has_consent(category)) {
document.querySelectorAll('[data-category="' + category + '"]').forEach(obj => {
cmplz_remove_placeholder(obj);
});
}
}
}

let services = cmplz_get_services_on_page();
for (let key in services) {
if (services.hasOwnProperty(key)) {
let service = services[key].service;
let category = services[key].category;
if (cmplz_has_service_consent(service, category)) {
document.querySelectorAll('[data-service="' + service + '"]').forEach(obj => {
cmplz_remove_placeholder(obj);
});
}
}
}
});
});
}



document.addEventListener("cmplz_enable_category", function(consentData) {
var category = consentData.detail.category;
var services = consentData.detail.services;
var blockedContentContainers = [];
let selectorVideo = '.cmplz-elementor-widget-video-playlist[data-category="'+category+'"],.elementor-widget-video[data-category="'+category+'"]';
let selectorGeneric = '[data-cmplz-elementor-href][data-category="'+category+'"]';
for (var skey in services) {
if (services.hasOwnProperty(skey)) {
let service = skey;
selectorVideo +=',.cmplz-elementor-widget-video-playlist[data-service="'+service+'"],.elementor-widget-video[data-service="'+service+'"]';
selectorGeneric +=',[data-cmplz-elementor-href][data-service="'+service+'"]';
}
}
document.querySelectorAll(selectorVideo).forEach(obj => {
let elementService = obj.getAttribute('data-service');
if ( cmplz_is_service_denied(elementService) ) {
return;
}
if (obj.classList.contains('cmplz-elementor-activated')) return;
obj.classList.add('cmplz-elementor-activated');

if ( obj.hasAttribute('data-cmplz_elementor_widget_type') ){
let attr = obj.getAttribute('data-cmplz_elementor_widget_type');
obj.classList.removeAttribute('data-cmplz_elementor_widget_type');
obj.classList.setAttribute('data-widget_type', attr);
}
if (obj.classList.contains('cmplz-elementor-widget-video-playlist')) {
obj.classList.remove('cmplz-elementor-widget-video-playlist');
obj.classList.add('elementor-widget-video-playlist');
}
obj.setAttribute('data-settings', obj.getAttribute('data-cmplz-elementor-settings'));
blockedContentContainers.push(obj);
});

document.querySelectorAll(selectorGeneric).forEach(obj => {
let elementService = obj.getAttribute('data-service');
if ( cmplz_is_service_denied(elementService) ) {
return;
}
if (obj.classList.contains('cmplz-elementor-activated')) return;

if (obj.classList.contains('cmplz-fb-video')) {
obj.classList.remove('cmplz-fb-video');
obj.classList.add('fb-video');
}

obj.classList.add('cmplz-elementor-activated');
obj.setAttribute('data-href', obj.getAttribute('data-cmplz-elementor-href'));
blockedContentContainers.push(obj.closest('.elementor-widget'));
});

/**
* Trigger the widgets in Elementor
*/
for (var key in blockedContentContainers) {
if (blockedContentContainers.hasOwnProperty(key) && blockedContentContainers[key] !== undefined) {
let blockedContentContainer = blockedContentContainers[key];
if (elementorFrontend.elementsHandler) {
elementorFrontend.elementsHandler.runReadyTrigger(blockedContentContainer)
}
var cssIndex = blockedContentContainer.getAttribute('data-placeholder_class_index');
blockedContentContainer.classList.remove('cmplz-blocked-content-container');
blockedContentContainer.classList.remove('cmplz-placeholder-' + cssIndex);
}
}

});


});</script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.nl/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.29.2" id="elementor-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.nl/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.29.2" id="elementor-frontend-modules-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.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","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.29.2","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_local_google_fonts":true,"hello-theme-header-footer":true,"nested-elements":true,"editor_v2":true,"home_screen":true,"cloud-library":true,"e_opt_in_v4_page":true,"mega-menu":true},"urls":{"assets":"https:\/\/mytaste.nl\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/mytaste.nl\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/mytaste.nl\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"656ea58ffa"},"swiperClass":"swiper","settings":{"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"title","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":0,"title":"Page Not Found - Mytaste.nl","excerpt":""}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.nl/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.29.2" id="elementor-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.nl/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.29.2" id="elementor-pro-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.nl/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.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" id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/mytaste.nl\/wp-admin\/admin-ajax.php","nonce":"422684bdb4","urls":{"assets":"https:\/\/mytaste.nl\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/mytaste.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:\/\/mytaste.nl\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.nl/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.29.2" id="elementor-pro-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://mytaste.nl/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.29.2" id="pro-elements-handlers-js" defer></script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload",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://mytaste.nl/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",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 -->

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.