{"id":7237,"date":"2026-01-22T11:11:57","date_gmt":"2026-01-22T10:11:57","guid":{"rendered":"https:\/\/heemskerkfresh.com\/?page_id=7237"},"modified":"2026-02-10T09:37:04","modified_gmt":"2026-02-10T08:37:04","slug":"fresh-en-easy","status":"publish","type":"page","link":"https:\/\/heemskerkfresh.com\/de\/fresh-en-easy\/","title":{"rendered":"Fresh &amp; Easy"},"content":{"rendered":"<section class=\"section__wrapper titel-met-tekst-en-iconen background-beige divider-top\" data-logo-section=\"titel-logo-69ef81efc31d3\">\n  <div class=\"section__container\" style=\"position: relative;\">\n          <div class=\"background-logo-wrapper\">\n        <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/02\/Logo-Fresh-Easy-_Europa_Deepgreen-offwhite.png\" alt=\"\" class=\"background-logo js-rotate-logo\" data-logo-id=\"titel-logo-69ef81efc31d3\">\n      <\/div>\n        <div class=\"row bottom-xs\">\n      <div class=\"col-xs-12 col-md-5\">\n                <h2 class=\"heading-big\">\n          <strong>Genuss f\u00fcr den Verbraucher <\/strong> Wachstum in der Kategorie<\/strong>\n        <\/h2>\n            <\/div>\n    <div class=\"col-md-3\"><\/div>\n    <div class=\"col-xs-12 col-md-4\">\n          <\/div>\n    <\/div>\n    <div class=\"mt-6 icons-wrapper\">\n            <div class=\"icon-container mb-2 pr-3\">\n        \n          \n                      <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2024\/08\/icon-lekker.svg\" alt=\"Frisch &amp; Zeigem\u00e4ss\" class=\"mb-3\">\n                    <h4 class=\"mb-2 mt-3\">Frisch &amp; Zeigem\u00e4ss<\/h4>\n          <p class=\"w-32\">Der moderne Auftritt sorgt f\u00fcr mehr Aufmerksamkeit am Regal, starke Stopwirkung und verleiht der Kategorie neuen Schwung.<\/p>\n      <\/div>\n            <div class=\"icon-container mb-2 pr-3\">\n        \n          \n                      <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/heemskerk-innovatie-icon.svg\" alt=\"Inspiration &amp; Vielfalt\" class=\"mb-3\">\n                    <h4 class=\"mb-2 mt-3\">Inspiration &amp; Vielfalt<\/h4>\n          <p class=\"w-32\">Unsere Verpackungen bieten Inspiration und praktische Tipps f\u00fcr den Verbraucher \u2014 so machen wir die gesamte Kategorie zug\u00e4nglicher. Wir denken voraus und entwickeln kontinuierlich weiter: mit einem Basis-Sortiment, In\/Out-Konzepten und fortlaufenden Erweiterungen bleibt das Sortiment abwechslungsreich. <\/p>\n      <\/div>\n            <div class=\"icon-container mb-2 pr-3\">\n        \n          \n                      <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2024\/08\/icon-vers.svg\" alt=\"Schnell. Flexibel. Zuverl\u00e4ssig\" class=\"mb-3\">\n                    <h4 class=\"mb-2 mt-3\">Schnell. Flexibel. Zuverl\u00e4ssig<\/h4>\n          <p class=\"w-32\">Wir \u00fcbernehmen alles \u2013 von der Idee bis ins Regal. Da wir den gesamten Prozess im eigenen Haus haben, k\u00f6nnen wir schnell handeln, flexibel reagieren und optimal auf Kundenw\u00fcnsche sowie Markttrends eingehen.<\/p>\n      <\/div>\n          <\/div>\n  <\/div>\n<\/section>\n\n<style>\n.titel-met-tekst-en-iconen .background-logo-wrapper {\n  position: absolute;\n  top: 40%;\n  right: 3%;\n  transform: translateY(-50%);\n  width: 500px;\n  max-width: 40%;\n  height: auto;\n  pointer-events: none;\n  z-index: 0;\n}\n.titel-met-tekst-en-iconen .background-logo {\n  width: 100%;\n  height: auto;\n  opacity: 0.08;\n  object-fit: contain;\n}\n.titel-met-tekst-en-iconen .section__container > .row,\n.titel-met-tekst-en-iconen .section__container > .icons-wrapper {\n  position: relative;\n  z-index: 1;\n}\n@media (max-width: 1024px) {\n  .titel-met-tekst-en-iconen .background-logo-wrapper {\n    width: 350px;\n    max-width: 35%;\n  }\n}\n@media (max-width: 768px) {\n  .titel-met-tekst-en-iconen .background-logo-wrapper {\n    width: 250px;\n    max-width: 40%;\n    right: 0;\n    top: 15%;\n  }\n  .titel-met-tekst-en-iconen .background-logo {\n    opacity: 0.06;\n  }\n}\n@media (max-width: 480px) {\n  .titel-met-tekst-en-iconen .background-logo-wrapper {\n    width: 180px;\n    max-width: 45%;\n    right: -5%;\n  }\n  .titel-met-tekst-en-iconen .background-logo {\n    opacity: 0.04;\n  }\n}\n<\/style>\n\n<script>\n(function() {\n  var uniqueId = 'titel-logo-69ef81efc31d3';\n  var logo = document.querySelector('[data-logo-id=\"' + uniqueId + '\"]');\n  var section = document.querySelector('[data-logo-section=\"' + uniqueId + '\"]');\n  \n  if (logo && section) {\n    var lastScroll = window.pageYOffset || document.documentElement.scrollTop;\n    var rotation = 0;\n    var isAnimating = false;\n    \n    function updateRotation() {\n      var currentScroll = window.pageYOffset || document.documentElement.scrollTop;\n      var rect = section.getBoundingClientRect();\n      var windowHeight = window.innerHeight;\n      var sectionTop = rect.top + currentScroll - windowHeight;\n      var sectionBottom = rect.bottom + currentScroll;\n      var scrollProgress = (currentScroll - sectionTop) \/ (sectionBottom - sectionTop);\n      scrollProgress = Math.max(0, Math.min(1, scrollProgress));\n      \n      rotation = (scrollProgress - 0.5) * 30;\n      logo.style.transform = 'rotate(' + rotation + 'deg)';\n      \n      isAnimating = true;\n      requestAnimationFrame(updateRotation);\n    }\n    \n    if (!isAnimating) {\n      updateRotation();\n    }\n  }\n})();\n<\/script>\n\n\n<section class=\"section__wrapper four-cards-cta background-beige\">\n  <div class=\"section__container\">\n    <div class=\"row\">\n      <div class=\"col-12 four-cards-cta__container\">\n        <div class=\"four-cards-cta__header\">\n                      <h2 class=\"four-cards-cta__title\" style=\"font-size: 60px; font-family: &#039;Museo Sans&#039;, sans-serif; font-weight: Normaal;\"><p><span class=\"TextRun SCXW106490530 BCX0\" lang=\"NL-NL\" xml:lang=\"NL-NL\" data-contrast=\"auto\"><span class=\"NormalTextRun SCXW106490530 BCX0\">Sortiment <\/span><\/span><\/p>\n<\/h2>\n          \n                      <p class=\"four-cards-cta__subtitle\"><p><span class=\"TextRun SCXW248052553 BCX0\" lang=\"NL-NL\" xml:lang=\"NL-NL\" data-contrast=\"auto\"><span class=\"NormalTextRun SpellingErrorV2Themed SCXW248052553 BCX0\">Ein<\/span><span class=\"NormalTextRun SCXW248052553 BCX0\">\u00a0Sortiment\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW248052553 BCX0\">aus<\/span><span class=\"NormalTextRun SCXW248052553 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW248052553 BCX0\">geschnittenen<\/span><span class=\"NormalTextRun SCXW248052553 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW248052553 BCX0\">und<\/span><span class=\"NormalTextRun SCXW248052553 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW248052553 BCX0\">ungeschnittenen<\/span><span class=\"NormalTextRun SCXW248052553 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW248052553 BCX0\">Produkten<\/span><span class=\"NormalTextRun SCXW248052553 BCX0\">\u00a0\u2013\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW248052553 BCX0\">perfekt<\/span><span class=\"NormalTextRun SCXW248052553 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW248052553 BCX0\">auf<\/span><span class=\"NormalTextRun SCXW248052553 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW248052553 BCX0\">Ihre<\/span><span class=\"NormalTextRun SCXW248052553 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW248052553 BCX0\">Formel<\/span><span class=\"NormalTextRun SCXW248052553 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW248052553 BCX0\">abgestimmt<\/span><span class=\"NormalTextRun SCXW248052553 BCX0\">.<\/span><\/span><span class=\"LineBreakBlob BlobObject DragDrop SCXW248052553 BCX0\"><br class=\"SCXW248052553 BCX0\" \/><\/span><\/p>\n<\/p>\n          \n                  <\/div>\n\n                  <div class=\"four-cards-cta__grid\">\n                  <div class=\"four-cards-cta__card\">\n                                          <div class=\"four-cards-cta__card-image\">\n                  <img decoding=\"async\"\n                    src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ready-to-use-EN-1.png\"\n                    alt=\"Ready to use\"\n                    loading=\"lazy\"\n                  >\n                <\/div>\n                            <div class=\"four-cards-cta__card-content\">\n                                  <h3 class=\"four-cards-cta__card-title\" style=\"font-size: 29px;\">Ready to use<\/h3>\n                                                  <p class=\"four-cards-cta__card-description\" style=\"font-size: 15px;\">Frisch, gewaschen und geschnitten: sofort einsatzbereit.<\/p>\n                              <\/div>\n                      <\/div>\n                  <div class=\"four-cards-cta__card\">\n                                          <div class=\"four-cards-cta__card-image\">\n                  <img decoding=\"async\"\n                    src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ready-to-eat-EN.png\"\n                    alt=\"Ready to eat\"\n                    loading=\"lazy\"\n                  >\n                <\/div>\n                            <div class=\"four-cards-cta__card-content\">\n                                  <h3 class=\"four-cards-cta__card-title\" style=\"font-size: 29px;\">Ready to eat<\/h3>\n                                                  <p class=\"four-cards-cta__card-description\" style=\"font-size: 15px;\">Frische Entscheidungen werden einfach und lecker \u2013 f\u00fcr eine leichte Mahlzeit oder einen gesunden Snack.<\/p>\n                              <\/div>\n                      <\/div>\n                  <div class=\"four-cards-cta__card\">\n                                          <div class=\"four-cards-cta__card-image\">\n                  <img decoding=\"async\"\n                    src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ready-to-heat-EN-1.png\"\n                    alt=\"Ready to heat\"\n                    loading=\"lazy\"\n                  >\n                <\/div>\n                            <div class=\"four-cards-cta__card-content\">\n                                  <h3 class=\"four-cards-cta__card-title\" style=\"font-size: 29px;\">Ready to heat<\/h3>\n                                                  <p class=\"four-cards-cta__card-description\" style=\"font-size: 15px;\">Gesunde, n\u00e4hrstoffreiche Zutaten, aus denen der Verbraucher im Handumdrehen eine warme Mahlzeit zubereitet.<\/p>\n                              <\/div>\n                      <\/div>\n                  <div class=\"four-cards-cta__card\">\n                                          <div class=\"four-cards-cta__card-image\">\n                  <img decoding=\"async\"\n                    src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ready-to-cook-EN-2.png\"\n                    alt=\"Ready to cook\"\n                    loading=\"lazy\"\n                  >\n                <\/div>\n                            <div class=\"four-cards-cta__card-content\">\n                                  <h3 class=\"four-cards-cta__card-title\" style=\"font-size: 29px;\">Ready to cook<\/h3>\n                                                  <p class=\"four-cards-cta__card-description\" style=\"font-size: 15px;\">Alles f\u00fcr eine ausgewogene Mahlzeit, vereint in einem praktischen Paket.<\/p>\n                              <\/div>\n                      <\/div>\n                  <\/div>\n        \n              <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n.four-cards-cta {\n  padding: 80px 0;\n  width: 100%;\n}\n.four-cards-cta.background-white {\n  background-color: #fff;\n}\n  .four-cards-cta.background-beige {\n    background-color: #eeeada;\n  }\n  .four-cards-cta.background-beige .four-cards-cta__card {\n    background: #eeeada;\n  }\n.four-cards-cta.background-green {\n  background-color: #52ae32;\n}\n.four-cards-cta.background-green .four-cards-cta__card {\n  background: #52ae32;\n}\n.four-cards-cta.background-green-dark {\n  background-color: #46762d;\n}\n.four-cards-cta.background-green-dark .four-cards-cta__card {\n  background: #46762d;\n}\n.four-cards-cta.background-green-darker {\n  background-color: #395421;\n}\n.four-cards-cta.background-green-darker .four-cards-cta__card {\n  background: #395421;\n}\n.four-cards-cta__container {\n  max-width: 1420px;\n  margin: 0 auto;\n  padding: 0 20px;\n  width: 100%;\n  box-sizing: border-box;\n}\n.four-cards-cta.section__wrapper {\n  padding: 80px 0;\n}\n.four-cards-cta .section__container {\n  max-width: 100%;\n}\n.four-cards-cta__header {\n  position: relative;\n  margin-bottom: 0;\n}\n.four-cards-cta__subtitle-spacer {\n  height: 80px;\n  margin-bottom: 0;\n}\n.four-cards-cta__cta {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 14px 31px;\n  border-radius: 8px;\n  font-family: 'Museo Sans', sans-serif;\n  font-size: 19px;\n  font-weight: 700;\n  line-height: 1.384;\n  text-decoration: none;\n  transition: opacity 0.2s ease;\n  white-space: nowrap;\n}\n.four-cards-cta__cta--desktop {\n  position: absolute;\n  top: 60px;\n  right: 0;\n}\n.four-cards-cta__cta--mobile {\n  display: none;\n}\n.four-cards-cta__cta:hover {\n  opacity: 0.9;\n}\n.four-cards-cta__cta--green {\n  background-color: #52ae32;\n  color: #fff;\n}\n.four-cards-cta__cta--green-dark {\n  background-color: #46762d;\n  color: #fff;\n}\n.four-cards-cta__cta--green-darker {\n  background-color: #395421;\n  color: #fff;\n}\n.four-cards-cta__cta--beige {\n  background-color: #f5f0e8;\n  color: #395421;\n}\n.four-cards-cta__cta--white {\n  background-color: #fff;\n  color: #395421;\n}\n.four-cards-cta__cta-mobile-wrapper {\n  display: none;\n}\n.four-cards-cta__title {\n  font-family: 'Museo Sans', sans-serif;\n  font-size: 60px;\n  font-weight: 700;\n  line-height: 1.2;\n  letter-spacing: -1.8px;\n  color: #46762d;\n  margin-bottom: 16px;\n  overflow: visible;\n}\n.four-cards-cta__title p {\n  margin: 0;\n  line-height: 1.2;\n}\n.four-cards-cta__title span:last-child {\n  color: #52ae32;\n}\n.four-cards-cta__subtitle {\n  font-family: 'Museo Sans', sans-serif;\n  font-size: 32px;\n  font-weight: 700;\n  line-height: 1.4;\n  letter-spacing: -0.96px;\n  color: #395421;\n  margin-bottom: 80px;\n  overflow: visible;\n}\n.four-cards-cta__subtitle p {\n  margin: 0;\n  line-height: 1.4;\n}\n.four-cards-cta__grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 40px;\n}\n.four-cards-cta__card {\n  display: flex;\n  flex-direction: column;\n  background: #fff;\n  overflow: visible;\n}\n.four-cards-cta__card-link {\n  display: flex;\n  flex-direction: column;\n  text-decoration: none;\n  color: inherit;\n  height: 100%;\n}\n.four-cards-cta__card-link:focus {\n  outline: 2px solid #52ae32;\n  outline-offset: 4px;\n}\n.four-cards-cta__card-image {\n  width: 100%;\n  aspect-ratio: 280 \/ 190;\n  overflow: hidden;\n  border-radius: 20px;\n  position: relative;\n  flex-shrink: 0;\n}\n.four-cards-cta__card-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  position: absolute;\n  top: 0;\n  left: 0;\n}\n.four-cards-cta__card-content {\n  padding: 24px 0 0 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.four-cards-cta__card-title {\n  font-family: 'Museo Sans', sans-serif;\n  font-weight: 700;\n  line-height: 1.3;\n  letter-spacing: -0.96px;\n  color: #395421;\n  margin: 0;\n  overflow: visible;\n}\n.four-cards-cta__card-description {\n  font-family: 'Museo Sans', sans-serif;\n  font-weight: 500;\n  line-height: 1.5;\n  letter-spacing: -0.36px;\n  color: #395421;\n  margin: 0;\n  overflow: visible;\n}\n.four-cards-cta__card-description p {\n  margin: 0 0 8px 0;\n  line-height: 1.5;\n}\n.four-cards-cta__card-description p:last-child {\n  margin-bottom: 0;\n}\n@media (max-width: 1024px) {\n  .four-cards-cta {\n    padding: 60px 0;\n  }\n  .four-cards-cta__subtitle-spacer {\n    height: 48px;\n  }\n  .four-cards-cta__cta--desktop {\n    display: none;\n  }\n  .four-cards-cta__cta--mobile {\n    display: inline-flex;\n  }\n  .four-cards-cta__cta-mobile-wrapper {\n    display: flex;\n    justify-content: flex-start;\n    margin-top: 40px;\n  }\n  .four-cards-cta__title {\n    font-size: 48px;\n    letter-spacing: -1.44px;\n    margin-bottom: 20px;\n  }\n  .four-cards-cta__subtitle {\n    font-size: 28px;\n    letter-spacing: -0.84px;\n    margin-bottom: 48px;\n  }\n  .four-cards-cta__grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 32px;\n  }\n  .four-cards-cta__card-title {\n    font-size: 28px;\n    letter-spacing: -0.84px;\n  }\n  .four-cards-cta__card-description {\n    font-size: 16px;\n    letter-spacing: -0.32px;\n  }\n}\n@media (max-width: 768px) {\n  .four-cards-cta {\n    padding: 40px 0;\n  }\n  .four-cards-cta__container {\n    padding: 0 16px;\n  }\n  .four-cards-cta__subtitle-spacer {\n    height: 36px;\n  }\n  .four-cards-cta__cta {\n    font-size: 17px;\n    padding: 12px 24px;\n  }\n  .four-cards-cta__cta--mobile {\n    display: inline-flex;\n  }\n  .four-cards-cta__cta-mobile-wrapper {\n    margin-top: 30px;\n    justify-content: flex-start;\n  }\n  .four-cards-cta__title {\n    font-size: 36px;\n    letter-spacing: -1.08px;\n    margin-bottom: 16px;\n  }\n  .four-cards-cta__subtitle {\n    font-size: 24px;\n    letter-spacing: -0.72px;\n    margin-bottom: 36px;\n  }\n  .four-cards-cta__grid {\n    grid-template-columns: 1fr;\n    gap: 24px;\n  }\n  .four-cards-cta__card-title {\n    font-size: 24px;\n    letter-spacing: -0.72px;\n  }\n  .four-cards-cta__card-description {\n    font-size: 16px;\n    letter-spacing: -0.32px;\n  }\n  .four-cards-cta__card-content {\n    padding: 20px 0 0 0;\n  }\n}\n@media (max-width: 480px) {\n  .four-cards-cta {\n    padding: 32px 0;\n  }\n  .four-cards-cta__subtitle-spacer {\n    height: 28px;\n  }\n  .four-cards-cta__title {\n    font-size: 32px;\n    letter-spacing: -0.96px;\n  }\n  .four-cards-cta__subtitle {\n    font-size: 20px;\n    letter-spacing: -0.6px;\n    margin-bottom: 28px;\n  }\n  .four-cards-cta__grid {\n    gap: 20px;\n  }\n  .four-cards-cta__card-title {\n    font-size: 22px;\n    letter-spacing: -0.66px;\n  }\n}\n.alignfull.four-cards-cta {\n  width: 100vw;\n  max-width: 100vw;\n  margin-left: calc(50% - 50vw);\n  margin-right: calc(50% - 50vw);\n}\n.alignwide.four-cards-cta {\n  max-width: 1280px;\n  margin-left: auto;\n  margin-right: auto;\n}\n<\/style>\n\n\n\n<section class=\"assortiment-slider section__wrapper background-none\">\n  <div class=\"section__container\">\n    <div class=\"row bottom-xs mb-6\">\n      <div class=\"col-xs-12 col-md-8\">\n              <\/div>\n      <div class=\"col-xs-12 col-md-4 mt-sm-max-3 mb-sm-max-3\">\n              <\/div>\n    <\/div>\n    <div class=\"marquee pt-md-9 pt-sm-3\" data-marquee-target data-marquee-direction=\"left\" data-marquee-speed=\"100\" data-marquee-scroll-speed=\"10\">\n      <div class=\"image-gallery__slider \" data-marquee-scroll>\n        <div class=\"image-gallery__content\" data-marquee-content>\n                              <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/12301-EU.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                                        <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ready-to-use-EN-2-e1770036410272.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                                        <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ontwerp-zonder-titel-24.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                                        <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/12553-EU.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                                        <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ontwerp-zonder-titel-25-e1770035230491.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                                        <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ontwerp-zonder-titel-22-1.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                            <\/div>\n        <div class=\"image-gallery__content\" data-marquee-content>\n                    <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/12301-EU.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                    <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ready-to-use-EN-2-e1770036410272.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                    <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ontwerp-zonder-titel-24.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                    <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/12553-EU.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                    <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ontwerp-zonder-titel-25-e1770035230491.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                    <div class=\"image-gallery__item\" data-marquee-item>\n            <div class=\"image-item\">\n              <img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/Ontwerp-zonder-titel-22-1.png\" alt=\"\">\n            <\/div>\n          <\/div>\n                  <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"section__wrapper background-none\">\n\t<div class=\"section__container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col-xs-12\">\n\t\t\t\t<h2 class=\"w-79 mb-4 contact-met-cta-title\" style=\"text-align: left;\">Kontaktieren Sie uns<\/h2>\n\t\t\t<\/div>\n\t\t\t<div class=\"col-12 col-md-7\">\n\t\t\t\t<div class=\"contact-form background-beige boxed-content px-4 py-3\">\n\t\t\t\t\t<div class=\"form-white\">\n\t\t\t\t\t\t<h3 class=\"mb-3\"><strong><\/strong><\/h3>\n\t\t\t\t\t\t<form action=\"https:\/\/heemskerkfresh.com\/de\/wp-json\/ws-form\/v1\/submit\" class=\"wsf-form wsf-form-canvas\" id=\"ws-form-1\" data-id=\"7\" method=\"POST\" data-instance-id=\"1\"><\/form>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"col-12 col-md-5\">\n\t\t\t\t<div class=\"cta-card background-green-darker\">\n\t\t\t\t\t<div class=\"cta-card__text\">\n\t\t\t\t\t\t<h3>Unser Team steht f\u00fcr Sie bereit.<\/h3>\n\t\t\t\t\t\t<p><span style=\"text-decoration: underline;\">sales@wheemskerk.nl<\/span><br \/>\n<span style=\"text-decoration: underline;\">+31 71 402 13 38<\/span><\/p>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"cta-card__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/heemskerkfresh.com\/wp-content\/uploads\/2026\/01\/frank-fresh-easy.webp\" alt=\"\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n<style>\n.cta-card {\n  overflow: hidden;\n}\n.cta-card__image img {\n  max-width: 100%;\n  height: auto;\n}\n@media (max-width: 768px) {\n\t.contact-met-cta-title {\n\t\tfont-size: 32px !important;\n\t\tmax-width: 100% !important;\n\t\tmargin-bottom: 24px !important;\n\t}\n\t.contact-form {\n\t\tmargin-bottom: 24px;\n\t}\n\t.contact-form h3 {\n\t\tfont-size: 24px !important;\n\t}\n\t.cta-card {\n\t\tmargin-bottom: 16px;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t}\n\t.cta-card__text {\n\t\torder: 1;\n\t\tpadding: 24px;\n\t}\n\t.cta-card__image {\n\t\torder: 2;\n\t\twidth: 100%;\n\t\toverflow: hidden;\n\t\tdisplay: flex;\n\t\talign-items: flex-end;\n\t\tjustify-content: center;\n\t}\n\t.cta-card__image img {\n\t\twidth: 80%;\n\t\theight: auto;\n\t\tobject-fit: contain;\n\t\tdisplay: block;\n\t}\n\t.cta-card h3 {\n\t\tfont-size: 24px !important;\n\t\tmargin-bottom: 12px;\n\t}\n\t.extra-image-container {\n\t\tmargin-top: 16px !important;\n\t}\n}\n@media (max-width: 480px) {\n\t.contact-met-cta-title {\n\t\tfont-size: 28px !important;\n\t\tmargin-bottom: 20px !important;\n\t}\n\t.contact-form {\n\t\tpadding: 24px 16px !important;\n\t}\n\t.contact-form h3 {\n\t\tfont-size: 22px !important;\n\t}\n\t.cta-card__text {\n\t\tpadding: 20px;\n\t}\n\t.cta-card__image {\n\t\tmax-height: none;\n\t}\n\t.cta-card h3 {\n\t\tfont-size: 22px !important;\n\t}\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":8853,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"Fresh & Easy Retailmarke | frisches Sortiment & Convenience","_seopress_titles_desc":"Fresh & Easy von Heemskerk: Farbe, Geschmack und frische Sortimente f\u00fcr das Regal. Mehr Convenience f\u00fcr Handel und Verbraucher.","_seopress_robots_index":"","inline_featured_image":false,"footnotes":""},"class_list":["post-7237","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/heemskerkfresh.com\/de\/wp-json\/wp\/v2\/pages\/7237","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/heemskerkfresh.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/heemskerkfresh.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/heemskerkfresh.com\/de\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/heemskerkfresh.com\/de\/wp-json\/wp\/v2\/comments?post=7237"}],"version-history":[{"count":18,"href":"https:\/\/heemskerkfresh.com\/de\/wp-json\/wp\/v2\/pages\/7237\/revisions"}],"predecessor-version":[{"id":9268,"href":"https:\/\/heemskerkfresh.com\/de\/wp-json\/wp\/v2\/pages\/7237\/revisions\/9268"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/heemskerkfresh.com\/de\/wp-json\/wp\/v2\/media\/8853"}],"wp:attachment":[{"href":"https:\/\/heemskerkfresh.com\/de\/wp-json\/wp\/v2\/media?parent=7237"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}