{"id":584,"date":"2023-03-15T09:00:05","date_gmt":"2023-03-15T09:00:05","guid":{"rendered":"https:\/\/joe-bio.com\/?page_id=584"},"modified":"2025-03-05T09:33:40","modified_gmt":"2025-03-05T09:33:40","slug":"home","status":"publish","type":"page","link":"https:\/\/joe-bio.com\/?page_id=584&lang=de","title":{"rendered":"Home"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px|||&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; height=&#8221;100vh&#8221; custom_padding=&#8221;0px||0px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<!-- [et_pb_line_break_holder] --><\/p>\n<div id=\"joe-header\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row1 bio\"><!-- [et_pb_line_break_holder] -->    <span class=\"right\">Joe Bio<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row2 natural\" ><!-- [et_pb_line_break_holder] -->    <span id=\"bio-nice\" class=\"joe-left left fade-in\">Sch\u00f6n,<\/span><!-- [et_pb_line_break_holder] -->    <span class=\"right-text right\">Nat\u00fcrlich<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row3 love\"><!-- [et_pb_line_break_holder] -->    <span id=\"bio-to\" class=\"joe-left left fade-in\">Joe <\/span><!-- [et_pb_line_break_holder] -->    <span class=\"right-text right\">Liebe<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row4 water\"><!-- [et_pb_line_break_holder] -->    <span id=\"bio-meet\" class=\"joe-left left fade-in\">kennen-<\/span><!-- [et_pb_line_break_holder] -->    <span class=\"right-text right\">Wasser<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row5 plant\"> <!-- [et_pb_line_break_holder] -->    <span id=\"bio-joe\" class=\"joe-left left fade-in\">zulernen!<\/span><!-- [et_pb_line_break_holder] -->    <span class=\"right-text right\">Pflanze<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"row6 soil\"><!-- [et_pb_line_break_holder] -->    <span class=\"right-text right\">Boden<\/span><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"joe-left overlay\"><!-- [et_pb_line_break_holder] -->    <img decoding=\"async\" id=\"joeImg\" src=\"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/JOE_slider_150_dpi_schaduw-2.png\" alt=\"overlay image\"><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->const row1 = document.querySelector('.row1');<!-- [et_pb_line_break_holder] -->const row2 = document.querySelector('.row2');<!-- [et_pb_line_break_holder] -->const row3 = document.querySelector('.row3');<!-- [et_pb_line_break_holder] -->const row4 = document.querySelector('.row4');<!-- [et_pb_line_break_holder] -->const row5 = document.querySelector('.row5');<!-- [et_pb_line_break_holder] -->const row6 = document.querySelector('.row6');<!-- [et_pb_line_break_holder] -->const joeBio = document.querySelector('.bio');<!-- [et_pb_line_break_holder] -->const joeNatural = document.querySelector('.natural');<!-- [et_pb_line_break_holder] -->const joeLove = document.querySelector('.love');<!-- [et_pb_line_break_holder] -->const joeWater = document.querySelector('.water');<!-- [et_pb_line_break_holder] -->const joePlant = document.querySelector('.plant');<!-- [et_pb_line_break_holder] -->const joeSoil = document.querySelector('.soil');<!-- [et_pb_line_break_holder] -->const leftText = document.querySelector('.left-text');<!-- [et_pb_line_break_holder] -->const rightText = document.querySelector('.right-text');<!-- [et_pb_line_break_holder] -->const fadeInElements = () => {<!-- [et_pb_line_break_holder] -->    const elements = document.querySelectorAll('.fade-in');<!-- [et_pb_line_break_holder] -->    elements.forEach((el) => {<!-- [et_pb_line_break_holder] -->      el.classList.remove('fade-in');<!-- [et_pb_line_break_holder] -->      void el.offsetWidth;<!-- [et_pb_line_break_holder] -->      el.classList.add('fade-in');<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->joeBio.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->  row1.style.backgroundColor = '#54B384';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#F5C915';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#EB1E79';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#42A7DE';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#88C23F';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#C7B097';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"Sch\u00f6n,\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"Joe\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"kennen-\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"zulernen!\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/JOE_slider_150_dpi_schaduw-2.png\";<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->joeNatural.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->  row1.style.backgroundColor = '#F9E9AB';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#F7E285';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#F7E284';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#F3C717';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#FBBC12';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#F7A828';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"JOE\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"IS\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"SOOO\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"BIO!\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/JOE-LIEVEHEERSBEESTJE-1.gif\";<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->joeLove.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->  row1.style.backgroundColor = '#F5B2CF';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#EE7AA5';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#E7217A';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#C41B78';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#AC1470';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#981560';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"Joe ist\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"freundlich\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"und\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"langlebig\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/JOE-Circular3-.gif\";});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->joeWater.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->  row1.style.backgroundColor = '#EFF8FE';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#9BD1E0';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#71C2DF';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#2EA5DD';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#0463A5';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#2E3588';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"JOE\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"RECYCELT\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"WASSER\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/JOE-Gieter.gif\";<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->joePlant.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->   row1.style.backgroundColor = '#F4E728';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#D2D927';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#88BE42';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#41AD4C';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#038D45';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#066938';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"Eine\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"Joe-Bio-Pflanze\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"l\u00e4sst den Garten\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"tanze\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/JOE-GROEIENDE-PLANT-1.gif\";<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  joeSoil.addEventListener('click', () => {<!-- [et_pb_line_break_holder] -->  row1.style.backgroundColor = '#CAB7AD';<!-- [et_pb_line_break_holder] -->  row2.style.backgroundColor = '#A38D82';<!-- [et_pb_line_break_holder] -->  row3.style.backgroundColor = '#85746A';<!-- [et_pb_line_break_holder] -->  row4.style.backgroundColor = '#746458';<!-- [et_pb_line_break_holder] -->  row5.style.backgroundColor = '#604C3E';<!-- [et_pb_line_break_holder] -->  row6.style.backgroundColor = '#4C3020';<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-nice\").innerHTML = \"Joes Erde ist\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-to\").innerHTML = \"gut f\u00fcr\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-meet\").innerHTML = \"Pflanzen und\";<!-- [et_pb_line_break_holder] -->  document.getElementById(\"bio-joe\").innerHTML = \"Natur\";<!-- [et_pb_line_break_holder] -->\tdocument.getElementById(\"joeImg\").src = \"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/JOE-potgrond.gif\";<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f5c915&#8243; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70vw&#8221; width_tablet=&#8221;95%&#8221; width_phone=&#8221;95%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;2560px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][dica_divi_carousel show_items_desktop=&#8221;3&#8243; show_items_tablet=&#8221;2&#8243; loop=&#8221;on&#8221; autoplay=&#8221;on&#8221; autoplay_speed=&#8221;5000&#8243; advanced_effect=&#8221;1&#8243; overlay_color_field_bgcolor=&#8221;rgba(255,255,255,0.85)&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;|||on|||||&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][dica_divi_carouselitem title=&#8221;Bio-D\u00fcnger&#8221; admin_label=&#8221;CIRCULAR POTTING SOIL&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/Potgrond.png&#8221; image_padding=&#8221;||15px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste Special Characters||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;3.34vh&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;1.53vh&#8221; custom_css_image=&#8221;width: 24.89vh;||background-color: rgba(255,255,255,0.5);||padding: 1vw;||clip-path: polygon(10% 0, 96% 4%, 100% 100%, 0 96%);&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Joe hat bereits\u00a0\u2013\u00a0haupts\u00e4chlich\u00a0\u2013\u00a0nat\u00fcrlichen Kompost hinzugef\u00fcgt, sodass Sie das nicht mehr tun m\u00fcssen. Der biologisch erzeugte D\u00fcnger stammt aus lokalen Quellen, insbesondere aus Joes eigener Baumschule. Ein praktischer Beitrag zum zirkul\u00e4ren Prozess von gl\u00fccklichen Pflanzen.<\/p>\n<p>[\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;Biologisch angebaut&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/JOE-Circular-scaled.gif&#8221; image_padding=&#8221;||15px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;3.34vh&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;1.53vh&#8221; custom_css_image=&#8221;width: 24.89vh;||background-color: rgba(255,255,255,0.5);||padding: 1vw;||clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Joe ist verr\u00fcckt nach Bio, deshalb sind die Obstpflanzen biologisch angebaut und mit Liebe gez\u00fcchtet. Durch die Verwendung von recyceltem Wasser, Solarenergie und ausschlie\u00dflich nat\u00fcrlichem Pflanzenschutz sorgt Joe f\u00fcr ein gl\u00fcckliches Leben seiner Pflanzen. Alles, um Ihnen &#8211; und unserem Planeten &#8211; ein L\u00e4cheln zu schenken!<\/p>\n<p>[\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;Biologisch abbaubare T\u00f6pfe&#8221; admin_label=&#8221;ALL POTS BIODEGRADABLE&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/JOE-WORM-small.gif&#8221; image_padding=&#8221;||15px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste Special Characters||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;3.34vh&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;1.53vh&#8221; hover_enabled=&#8221;0&#8243; custom_css_image=&#8221;width: 24.89vh;||background-color: rgba(255,255,255,0.5);||padding: 1vw;||clip-path: polygon(10% 0, 96% 4%, 100% 100%, 0 96%);&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p>Wenn Sie Ihren neuen Freund nach Hause bringen, sollte die Biopflanze sofort in die Erde gesetzt werden. Die farbenfrohe Verpackung muss nicht entfernt werden, da der Topf aus biologisch abbaubarem Papier hergestellt ist. Um Ihrer Obstpflanze einen Vorsprung zu verschaffen, schl\u00e4gt Joe vor, die Unterseite herauszuschneiden, damit sich die Wurzeln frei bewegen k\u00f6nnen. Oder Sie entfernen die gesamte Verpackung und recyceln sie.<\/p>\n<p><strong>Wo es keine plastikfreien Verpackungen gibt, verwenden wir Varianten aus recyceltem Kunststoff. Denn unser Ziel ist und bleibt: Je mehr Bio, desto besser!<\/strong><\/p>\n<p>[\/dica_divi_carouselitem][\/dica_divi_carousel][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; module_id=&#8221;makes&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; background_image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/plants-bg.jpg&#8221; da_popup_slug=&#8221;makes&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;95%&#8221; width_phone=&#8221;95%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;2560px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Cut And Paste|||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;7.63vh&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">JOE&#8217;S PLANTS<\/h2>\n<p>[\/et_pb_text][dica_divi_carousel show_items_tablet=&#8221;2&#8243; loop=&#8221;on&#8221; arrow_nav=&#8221;on&#8221; advanced_effect=&#8221;1&#8243; arrow_nav_color=&#8221;#000000&#8243; dots_color=&#8221;RGBA(255,255,255,0)&#8221; dots_active_color=&#8221;RGBA(255,255,255,0)&#8221; overlay_color_field_bgcolor=&#8221;rgba(255,255,255,0.85)&#8221; arrow_alignment=&#8221;center&#8221; use_prev_icon=&#8221;on&#8221; prev_icon=&#8221;&#x23;||divi||400&#8243; use_next_icon=&#8221;on&#8221; next_icon=&#8221;&#x24;||divi||400&#8243; module_class=&#8221;plant-slider&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|5%||5%|false|true&#8221; global_colors_info=&#8221;{}&#8221;][dica_divi_carouselitem title=&#8221;blackberry&#8221; url=&#8221;#blackberry&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/01-BLACKBERRY.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;Tayberry&#8221; url=&#8221;#tayberry&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/02-TAYBERRY.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;blackcurrant&#8221; url=&#8221;#blackcurrant&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/03-REDCURRANT.png&#8221; module_class=&#8221;johannisbeere&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;44px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;raspberry&#8221; url=&#8221;#raspberry&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/04-RASPBERRY.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;gooseberry&#8221; url=&#8221;#gooseberry&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/05-GOOSEBERRY.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;blueberry&#8221; url=&#8221;#blueberry&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/06-BLUEBERRY.png&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][dica_divi_carouselitem title=&#8221;redcurrant&#8221; url=&#8221;#redcurrant&#8221; admin_label=&#8221;100% Organically Grown&#8221; button_url_new_window=&#8221;1&#8243; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/07-REDCURRANT.png&#8221; module_class=&#8221;johannisbeere&#8221; image_padding=&#8221;||||false|false&#8221; content_padding=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|true&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;46px&#8221; subtitle_text_align=&#8221;center&#8221; subtitle_text_color=&#8221;#000000&#8243; body_font=&#8221;Montserrat|500|||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#000000&#8243; body_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;][\/dica_divi_carouselitem][\/dica_divi_carousel][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; module_id=&#8221;tips&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#88c23f&#8221; custom_padding=&#8221;0px||14px||false|false&#8221; da_popup_slug=&#8221;tips&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;2_5,3_5&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; max_width=&#8221;2560px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Tipps von Joe &#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;Cut and Paste||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;70px&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Wir verstehen, dass Sie es wahrscheinlich kaum erwarten k\u00f6nnen, die k\u00f6stlichen Beeren und Fr\u00fcchte zu probieren, die Joes Pflanzen in Ihrem Garten produzieren werden. Um den Wachstumsprozess zu stimulieren und Ihrer Pflanze einen zus\u00e4tzlichen Vorsprung zu verschaffen, empfehlen wir Ihnen, die Verpackung abzurei\u00dfen, die St\u00fccke anzufeuchten und sie dann zusammen mit der Obstpflanze in den Boden zu pflanzen. Oder Sie entfernen die gesamte Verpackung und recyceln sie. Sie brauchen keinen zus\u00e4tzlichen D\u00fcnger hinzuzuf\u00fcgen &#8211; das haben wir bereits f\u00fcr Sie getan. Je mehr Fr\u00fcchte, desto besser!<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/JOE-POT-SCHEUREN-small.gif&#8221; title_text=&#8221;JOE&#8211;POT-SCHEUREN-small&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;65%&#8221; custom_margin=&#8221;||-90px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/joe-cent-do-it-alone.png&#8221; title_text=&#8221;joe-cent-do-it-alone&#8221; align=&#8221;right&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;-25vh||||false|false&#8221; custom_margin_phone=&#8221;-20vh||||false|false&#8221; custom_margin_last_edited=&#8221;off|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#c7b097&#8243; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; max_width=&#8221;2560px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Cut And Paste|||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;7.63vh&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">FOLGE UNS<\/h2>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]\n<div id=\"sb_instagram\"  class=\"sbi sbi_mob_col_3 sbi_tab_col_3 sbi_col_3 sbi_width_resp\" style=\"padding-bottom: 10px;\"\t data-feedid=\"*1\"  data-res=\"auto\" data-cols=\"3\" data-colsmobile=\"3\" data-colstablet=\"3\" data-num=\"3\" data-nummobile=\"3\" data-item-padding=\"5\"\t data-shortcode-atts=\"{&quot;feed&quot;:&quot;1&quot;,&quot;cachetime&quot;:30}\"  data-postid=\"584\" data-locatornonce=\"d9caf7608f\" data-imageaspectratio=\"1:1\" data-sbi-flags=\"favorLocal\">\n\t\n\t<div id=\"sbi_images\"  style=\"gap: 10px;\">\n\t\t<div class=\"sbi_item sbi_type_image sbi_new sbi_transition\"\n\tid=\"sbi_17972287925239180\" data-date=\"1680854884\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/CqukgQoPK52\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent-ams2-1.cdninstagram.com\/v\/t39.30808-6\/339955066_2141410196048088_3426775361536993978_n.png?stp=dst-jpg&#038;_nc_cat=100&#038;ccb=1-7&#038;_nc_sid=8ae9d6&#038;_nc_ohc=cTGFVcZBdwAAX_nEeNI&#038;_nc_ht=scontent-ams2-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;oh=00_AfAm3LRh-MHPH0t3jYB_75qXIFlqVJd7ppOLQ3wmfZo5OA&#038;oe=6473E13D\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339955066_2141410196048088_3426775361536993978_n.png?stp=dst-jpg&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=cTGFVcZBdwAAX_nEeNI&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAm3LRh-MHPH0t3jYB_75qXIFlqVJd7ppOLQ3wmfZo5OA&amp;oe=6473E13D&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339955066_2141410196048088_3426775361536993978_n.png?stp=dst-jpg&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=cTGFVcZBdwAAX_nEeNI&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAm3LRh-MHPH0t3jYB_75qXIFlqVJd7ppOLQ3wmfZo5OA&amp;oe=6473E13D&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339955066_2141410196048088_3426775361536993978_n.png?stp=dst-jpg&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=cTGFVcZBdwAAX_nEeNI&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAm3LRh-MHPH0t3jYB_75qXIFlqVJd7ppOLQ3wmfZo5OA&amp;oe=6473E13D&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339955066_2141410196048088_3426775361536993978_n.png?stp=dst-jpg&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=cTGFVcZBdwAAX_nEeNI&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfAm3LRh-MHPH0t3jYB_75qXIFlqVJd7ppOLQ3wmfZo5OA&amp;oe=6473E13D&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">#joebio #morebiothebetter #lidl #joebiobylidl #mee<\/span>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/joe-bio.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"#joebio #morebiothebetter #lidl #joebiobylidl #meetjoe #bio #organicallygrown #bioconcept #fruittree #fruitplant #fruits #berries #gardening #lidleurope #sustainability\" aria-hidden=\"true\">\n\t\t<\/a>\n\t<\/div>\n<\/div><div class=\"sbi_item sbi_type_image sbi_new sbi_transition\"\n\tid=\"sbi_17972623910191840\" data-date=\"1680854644\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/CqukC6ZPEgo\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent-ams2-1.cdninstagram.com\/v\/t39.30808-6\/339494285_2559322950885620_497996273302566049_n.png?stp=dst-jpg&#038;_nc_cat=106&#038;ccb=1-7&#038;_nc_sid=8ae9d6&#038;_nc_ohc=BEN3AmYlY5kAX-GzpCQ&#038;_nc_oc=AQnPeaLqHl2HW-1-dDD3lsjVJqruiT823-UXfNKGkfHCedV6KD70-KI3APhM6tXq340&#038;_nc_ht=scontent-ams2-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;oh=00_AfCGv6q7p5zIUB43Z9lYfLyN5E-4iOVhmgta4cDvMxIKlw&#038;oe=647454A3\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339494285_2559322950885620_497996273302566049_n.png?stp=dst-jpg&amp;_nc_cat=106&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=BEN3AmYlY5kAX-GzpCQ&amp;_nc_oc=AQnPeaLqHl2HW-1-dDD3lsjVJqruiT823-UXfNKGkfHCedV6KD70-KI3APhM6tXq340&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCGv6q7p5zIUB43Z9lYfLyN5E-4iOVhmgta4cDvMxIKlw&amp;oe=647454A3&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339494285_2559322950885620_497996273302566049_n.png?stp=dst-jpg&amp;_nc_cat=106&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=BEN3AmYlY5kAX-GzpCQ&amp;_nc_oc=AQnPeaLqHl2HW-1-dDD3lsjVJqruiT823-UXfNKGkfHCedV6KD70-KI3APhM6tXq340&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCGv6q7p5zIUB43Z9lYfLyN5E-4iOVhmgta4cDvMxIKlw&amp;oe=647454A3&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339494285_2559322950885620_497996273302566049_n.png?stp=dst-jpg&amp;_nc_cat=106&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=BEN3AmYlY5kAX-GzpCQ&amp;_nc_oc=AQnPeaLqHl2HW-1-dDD3lsjVJqruiT823-UXfNKGkfHCedV6KD70-KI3APhM6tXq340&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCGv6q7p5zIUB43Z9lYfLyN5E-4iOVhmgta4cDvMxIKlw&amp;oe=647454A3&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/339494285_2559322950885620_497996273302566049_n.png?stp=dst-jpg&amp;_nc_cat=106&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=BEN3AmYlY5kAX-GzpCQ&amp;_nc_oc=AQnPeaLqHl2HW-1-dDD3lsjVJqruiT823-UXfNKGkfHCedV6KD70-KI3APhM6tXq340&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfCGv6q7p5zIUB43Z9lYfLyN5E-4iOVhmgta4cDvMxIKlw&amp;oe=647454A3&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">#joebio #morebiothebetter #lidl #joebiobylidl #mee<\/span>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/joe-bio.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"#joebio #morebiothebetter #lidl #joebiobylidl #meetjoe #bio #organicallygrown #bioconcept #fruittree #fruitplant #fruits #berries #gardening #lidleurope #sustainability\" aria-hidden=\"true\">\n\t\t<\/a>\n\t<\/div>\n<\/div><div class=\"sbi_item sbi_type_image sbi_new sbi_transition\"\n\tid=\"sbi_17918519786627660\" data-date=\"1680854405\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/CqujlwTNqDA\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent-ams2-1.cdninstagram.com\/v\/t39.30808-6\/340077944_1314379549291976_6190364818947316138_n.png?stp=dst-jpg&#038;_nc_cat=105&#038;ccb=1-7&#038;_nc_sid=8ae9d6&#038;_nc_ohc=bSQIPj7iFyEAX-e2gPw&#038;_nc_oc=AQkyYkXTIgPHOCyjvq0CJeW5QH9jHWQrgCv9t3d9MUlYY6EqSD_MyJkk0GNUPHhX0Ew&#038;_nc_ht=scontent-ams2-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;oh=00_AfB1jyw0RiV5vCga4-8buQu5OuRfpoeX1m88pjWLN_z2yA&#038;oe=6472E1C7\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/340077944_1314379549291976_6190364818947316138_n.png?stp=dst-jpg&amp;_nc_cat=105&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=bSQIPj7iFyEAX-e2gPw&amp;_nc_oc=AQkyYkXTIgPHOCyjvq0CJeW5QH9jHWQrgCv9t3d9MUlYY6EqSD_MyJkk0GNUPHhX0Ew&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfB1jyw0RiV5vCga4-8buQu5OuRfpoeX1m88pjWLN_z2yA&amp;oe=6472E1C7&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/340077944_1314379549291976_6190364818947316138_n.png?stp=dst-jpg&amp;_nc_cat=105&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=bSQIPj7iFyEAX-e2gPw&amp;_nc_oc=AQkyYkXTIgPHOCyjvq0CJeW5QH9jHWQrgCv9t3d9MUlYY6EqSD_MyJkk0GNUPHhX0Ew&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfB1jyw0RiV5vCga4-8buQu5OuRfpoeX1m88pjWLN_z2yA&amp;oe=6472E1C7&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/340077944_1314379549291976_6190364818947316138_n.png?stp=dst-jpg&amp;_nc_cat=105&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=bSQIPj7iFyEAX-e2gPw&amp;_nc_oc=AQkyYkXTIgPHOCyjvq0CJeW5QH9jHWQrgCv9t3d9MUlYY6EqSD_MyJkk0GNUPHhX0Ew&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfB1jyw0RiV5vCga4-8buQu5OuRfpoeX1m88pjWLN_z2yA&amp;oe=6472E1C7&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-ams2-1.cdninstagram.com\\\/v\\\/t39.30808-6\\\/340077944_1314379549291976_6190364818947316138_n.png?stp=dst-jpg&amp;_nc_cat=105&amp;ccb=1-7&amp;_nc_sid=8ae9d6&amp;_nc_ohc=bSQIPj7iFyEAX-e2gPw&amp;_nc_oc=AQkyYkXTIgPHOCyjvq0CJeW5QH9jHWQrgCv9t3d9MUlYY6EqSD_MyJkk0GNUPHhX0Ew&amp;_nc_ht=scontent-ams2-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;oh=00_AfB1jyw0RiV5vCga4-8buQu5OuRfpoeX1m88pjWLN_z2yA&amp;oe=6472E1C7&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">#joebio #morebiothebetter #lidl #joebiobylidl #mee<\/span>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/joe-bio.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"#joebio #morebiothebetter #lidl #joebiobylidl #meetjoe #bio #organicallygrown #bioconcept #fruittree #fruitplant #fruits #berries #gardening #lidleurope #sustainability\" aria-hidden=\"true\">\n\t\t<\/a>\n\t<\/div>\n<\/div>\t<\/div>\n\n\t<div id=\"sbi_load\" >\n\n\t\n\t\n<\/div>\n\t\t<span class=\"sbi_resized_image_data\" data-feed-id=\"*1\"\n\t\t  data-resized=\"{&quot;17972287925239180&quot;:{&quot;id&quot;:&quot;339955066_2141410196048088_3426775361536993978_n.png&quot;,&quot;ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150}},&quot;17972623910191840&quot;:{&quot;id&quot;:&quot;339494285_2559322950885620_497996273302566049_n.png&quot;,&quot;ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150}},&quot;17918519786627660&quot;:{&quot;id&quot;:&quot;340077944_1314379549291976_6190364818947316138_n.png&quot;,&quot;ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150}}}\">\n\t<\/span>\n\t<\/div>\n\n\t<style type=\"text\/css\">\n\t\t\t\t\t\t#sb_instagram .sbi_follow_btn a:hover,\n\t\t#sb_instagram .sbi_follow_btn a:focus {\n\t\t\toutline: none;\n\t\t\tbox-shadow: inset 0 0 10px 20px#EB1E79;\n\t\t}\n\n\t\t\t<\/style>\n\t[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; module_id=&#8221;mission&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/mission-bg.jpg&#8221; da_popup_slug=&#8221;mission&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;2_5,3_5&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;85%&#8221; max_width=&#8221;2560px&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Cut and Paste|||on|||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;13.78vh&#8221; text_line_height=&#8221;1em&#8221; width=&#8221;80%&#8221; module_alignment=&#8221;right&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Joe&#8217;s<br \/>Mission<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_is_carousel=&#8221;on&#8221; pac_dcm_carousel_row_items=&#8221;2&#8243; pac_dcm_carousel_number_of_rows=&#8221;2&#8243; pac_dcm_carousel_spacing=&#8221;||10px||false|false&#8221; pac_dcm_carousel_row_items_fixed_width=&#8221;45px&#8221; pac_dcm_carousel_row_items_cutoff_mode=&#8221;on&#8221; pac_dcm_carousel_equalize_height=&#8221;on&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; pac_dcm_carousel_row_items_infinite_carousel=&#8221;off&#8221; pac_dcm_carousel_navigation_arrows_conditional=&#8221;hide&#8221; pac_dcm_carousel_navigation_arrows_conditional_opacity=&#8221;0%&#8221; pac_dcm_carousel_row_items_autoplay=&#8221;off&#8221; pac_dcm_carousel_navigation_arrows=&#8221;off&#8221; pac_dcm_carousel_navigation_dots_class=&#8221;right&#8221; pac_dcm_carousel_navigation_dots_color=&#8221;rgba(255,255,255,0.75)&#8221; pac_dcm_carousel_navigation_dots_width=&#8221;10px&#8221; pac_dcm_carousel_navigation_dots_height=&#8221;10px&#8221; pac_dcm_carousel_navigation_dots_border_color=&#8221;RGBA(255,255,255,0)&#8221; pac_dcm_carousel_active_navigation_dots_color=&#8221;#FFFFFF&#8221; pac_dcm_carousel_navigation_dots_a_width=&#8221;10px&#8221; pac_dcm_carousel_navigation_dots_a_height=&#8221;10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Mit Liebe gemacht&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 5%, 95% 0, 100% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Joe Bio wurde aus einer tief verwurzelten Leidenschaft heraus geboren und kommt direkt aus dem Herzen. Ein Herz voller Liebe f\u00fcr unsere Menschen, unseren Planeten und die biologische Vielfalt. Wir machen die Welt gr\u00fcner, Pflanze f\u00fcr Pflanze.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Keine Wasserverschwendung&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Verschwendung ist eine solche Verschwendung, oder? Deshalb bereitet Joe das Regenwasser f\u00fcr die Bew\u00e4sserung der Pflanzen wieder auf. Joe Bio stammt aus den Niederlanden, daher gibt es viel Wasser zum Aufbereiten&#8230; Eine Win-Win-Situation!\u00a0<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;gr\u00fcne Energie&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste Special Characters|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 5%, 100% 0, 95% 100%, 5% 95%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Joe Bio ist ein wahrer Sonnenschein! Joes G\u00e4rtnerei wird mit Solarzellen betrieben, was bedeutet, dass Joes Pflanzen von der Sonne mit Strom versorgt werden. Wenn die Sonne nicht scheint, nutzen wir Strom, der von niederl\u00e4ndischen Windr\u00e4dern erzeugt wird. Eine nat\u00fcrliche Quelle voller Licht, so wie es diese Fr\u00fcchte lieben.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Keine Pestizide &#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste Special Characters|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 95% 5%, 100% 95%, 0 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Pestizide sind f\u00fcr Joe v\u00f6llig ausgeschlossen. Er k\u00fcmmert sich um seine Pflanzen, und deshalb verwendet Joe \u2013 haupts\u00e4chlich \u2013 nat\u00fcrliche Pflanzenschutzmittel. Freundlicher f\u00fcr Mensch und Planet.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Biologisch abbaubare T\u00f6pfe&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste Special Characters|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 5%, 95% 0, 100% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Der Topf der Biopflanze ist aus FSC\/PEFC-Papier hergestellt, daher ist der Topf biologisch abbaubar und kann direkt mit der Pflanze in die Erde gepflanzt werden. Die Papierverpackung muss nicht entfernt werden. Kein Papier in Ihrem Garten? Werfen Sie es in die Papiertonne, damit es wieder recycelt werden kann<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Transport HVO90&#8243; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Joe hat seinen eigenen internen Transport, der mit HVO90 betrieben wird. HVO ist ein kohlenstoffarmer Kraftstoff, der durch die Verarbeitung von Fetten wie Pflanzen\u00f6l oder gebrauchtem Speise\u00f6l gewonnen wird, die alle aus paraffinischen Kohlenwasserstoffen bestehen. Bio auf ganzer Linie!\u00a0<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Zirkul\u00e4re Blumenerde&#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste Special Characters|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 5%, 100% 0, 95% 100%, 5% 95%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Die Blumenerde, die f\u00fcr Joes Pflanzen verwendet wird, besteht haupts\u00e4chlich aus Kompost und zirkul\u00e4rem Moos. Das Ziel ist es, Joe Bio so organisch wie m\u00f6glich zu erhalten.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Organischer D\u00fcnger &#8221; image_icon_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste Special Characters|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; height=&#8221;30vh&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;3vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 95% 5%, 100% 95%, 0 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p>Die f\u00fcr den Anbau der B\u00e4ume von Joe Bio verwendeten D\u00fcngemittel sind so weit wie m\u00f6glich organisch. Auch die f\u00fcr den D\u00fcnger verwendeten Zutaten stammen aus lokalen Quellen, insbesondere aus Joes eigener Baumschule. Deshalb wei\u00df Joe, was die Pflanzen gl\u00fccklich und munter macht.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb url=&#8221;#cyclus&#8221; image_icon_background_color=&#8221;RGBA(255,255,255,0)&#8221; image=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/cyclus-DE.png&#8221; image_icon_width=&#8221;100%&#8221; content_max_width=&#8221;1100px&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_color=&#8221;#f273ac&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;2vh|40px||40px|false|true&#8221; link_option_url=&#8221;#cyclus&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 95% 5%, 100% 95%, 0 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;][\/et_pb_blurb][et_pb_blurb image_icon_background_color=&#8221;RGBA(255,255,255,0)&#8221; image_icon_width=&#8221;100%&#8221; content_max_width=&#8221;1100px&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_enable_color=&#8221;off&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;2vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 95% 5%, 100% 95%, 0 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;][\/et_pb_blurb][et_pb_blurb image_icon_background_color=&#8221;RGBA(255,255,255,0)&#8221; image_icon_width=&#8221;100%&#8221; content_max_width=&#8221;1100px&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Cut and Paste|||on|||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;3.4vh&#8221; body_font=&#8221;Montserrat||||||||&#8221; body_text_align=&#8221;center&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;1.4vh&#8221; background_enable_color=&#8221;off&#8221; background_enable_image=&#8221;off&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;2vh|40px||40px|false|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 95% 5%, 100% 95%, 0 100%);&#8221; global_colors_info=&#8221;{}&#8221; background__hover_enabled=&#8221;off|desktop&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #blackberry&#8221; module_id=&#8221;blackberry&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;blackberry&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/01-blackberry-no-bg.png&#8221; title_text=&#8221;01-blackberry-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span><strong>BLACKBERRY<\/strong><\/span><\/h2>\n<h3><span><strong>Rubus fruticosus \u201aBlack Satin\u2018<\/strong><\/span><\/h3>\n<p>\u201aBlack Satin\u2018 ist einer der ersten Str\u00e4ucher der Brombeerfamilie, ein echter Klassiker. Diese stachellose Pflanze ist ein Sp\u00e4tbl\u00fcher, liefert aber hochwertige Brombeeren mit vollem Geschmack. Seien Sie geduldig und Sie werden belohnt werden!<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/REDCURRANT-info.png&#8221; title_text=&#8221;REDCURRANT-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#redcurrant&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_id=&#8221;#recurrant&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#tayberry&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #tayberry&#8221; module_id=&#8221;tayberry&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;tayberry&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/02-tayberry-no-bg.png&#8221; title_text=&#8221;02-tayberry-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span><strong>tayberry<\/strong><\/span><\/h2>\n<p><span><strong>Rubus hybride \u201aTayberry\u2018<\/strong><\/span><\/p>\n<p>Hey Tayberry! Diese Rubus-Hybride ist der beste Freund aller Bienen und Schmetterlinge, was der Artenvielfalt wirklich zugutekommt. Die Brombeeren eignen sich hervorragend f\u00fcr die Herstellung einer leckeren Marmelade.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/REDCURRANT-info.png&#8221; title_text=&#8221;REDCURRANT-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blackberry&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blackcurrant&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #blackcurrant&#8221; module_id=&#8221;blackcurrant&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;blackcurrant&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/03-blackcurrant-no-bg.png&#8221; title_text=&#8221;03-blackcurrant-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span><strong>BLACKCURRANT<\/strong><\/span><\/h2>\n<p><span><strong>Ribes nigrum \u201aBen Nevis\u2018<\/strong><\/span><\/p>\n<p><span>Darf ich vorstellen: \u201aBen Nevis\u2018, Ihre neue Lieblingsbrombeere. Ben produziert die besten Brombeeren, die f\u00fcr jede Art von Marmelade, S\u00e4fte, Lik\u00f6r und Wein geeignet sind. Aber nat\u00fcrlich kann man sie auch einfach so essen. Die M\u00f6glichkeiten sind endlos\u2026<\/span><\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/REDCURRANT-info.png&#8221; title_text=&#8221;REDCURRANT-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#tayberry&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#raspberry&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #raspberry&#8221; module_id=&#8221;raspberry&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;raspberry&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/04-Redcurrant-no-bg.png&#8221; title_text=&#8221;04-Redcurrant-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span><strong>RASPBERRY<\/strong><\/span><\/h2>\n<h3><span><strong>Rubus idaeus \u2018Heritage\u2019<\/strong><\/span><\/h3>\n<p>Mit seinen kr\u00e4ftigen Wurzeln und den vielen Beeren tr\u00e4gt der Rubus idaeus zu Recht den Namen \u201aHeritage\u2018, was Erbe oder Tradition bedeutet. Diese Beere eignet sich ideal f\u00fcr die Herstellung von S\u00e4ften und Marmeladen aller Art.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/REDCURRANT-info.png&#8221; title_text=&#8221;REDCURRANT-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;||||true&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blackcurrant&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#gooseberry&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #gooseberry&#8221; module_id=&#8221;gooseberry&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;gooseberry&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/05-gooseberry-no-bg.png&#8221; title_text=&#8221;05-gooseberry-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span><strong>GOOSEBERRY<\/strong><\/span><\/h2>\n<p><span><strong>Ribes uva-crispa \u201aSpinefree\u2018<\/strong><\/span><\/p>\n<p>Die \u201aSpinefree\u2018 ist eine k\u00f6stliche rot-violette mit vielen Vitaminen und Mineralien, ein echter Frucht-Held. Perfekt als Topping f\u00fcr Desserts und Joghurts.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/REDCURRANT-info.png&#8221; title_text=&#8221;REDCURRANT-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#raspberry&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blueberry&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #blueberry&#8221; module_id=&#8221;blueberry&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;blueberry&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/06-blueberry-no-bg.png&#8221; title_text=&#8221;06-blueberry-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span><strong>BLUEBERRY<\/strong><\/span><\/h2>\n<h3><span><strong>Vaccinium corymbosum \u2018Brigitta Blue\u2019<\/strong><\/span><\/h3>\n<p>\u201aBrigitta Blue\u2018 wird Ihre gr\u00f6\u00dfte Freundin werden. Im wahrsten Sinne des Wortes&#8230; Es ist einer der gr\u00f6\u00dften Blaubeerstr\u00e4ucher, der vielleicht die gr\u00f6\u00dften Blaubeeren \u00fcberhaupt liefert. Perfekt f\u00fcr eine samtige Marmelade oder einen schmackhaften Saft.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/Blackberry-info.png&#8221; title_text=&#8221;Blackberry-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#gooseberry&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#redcurrant&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #redcurrant&#8221; module_id=&#8221;redcurrant&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;redcurrant&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/07-Redcurrant-no-bg.png&#8221; title_text=&#8221;07-Redcurrant-no-bg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Montserrat||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; header_2_font=&#8221;Cut and Paste|||on|||||&#8221; header_2_font_size=&#8221;56px&#8221; header_3_font=&#8221;Montserrat|700|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span><strong>REDCURRANT<\/strong><\/span><\/h2>\n<p><span><strong>Ribes rubrum \u2018Jonkheer van Tets\u2019<\/strong><\/span><\/p>\n<p>Diese rote Johannisbeere verdankt ihren mittelalterlichen Namen einem uralten Ursprung. Aber lassen Sie sich vom Alter nicht t\u00e4uschen: \u201aJonkheer van Tets\u2018 w\u00e4chst schnell und bildet sch\u00f6ne Bl\u00fcten aus, aus denen schlie\u00dflich geschmackvolle rote Johannisbeeren werden.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/REDCURRANT-info.png&#8221; title_text=&#8221;REDCURRANT-info&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;center_center&#8221; vertical_offset=&#8221;24px&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;on|phone&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|phone&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|phone&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blueberry&#8221; button_text=&#8221;p&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;prev-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x23;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#blackberry&#8221; button_text=&#8221;n&#8221; button_alignment=&#8221;right&#8221; button_text_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;next-btn&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;30px&#8221; button_text_color=&#8221;RGBA(255,255,255,0)&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Cut and Paste||||||||&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_color=&#8221;#000000&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin_tablet=&#8221;-31px||||false|false&#8221; custom_margin_phone=&#8221;-31px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px|||false|false&#8221; custom_css_main_element=&#8221;clip-path: polygon(95% 0, 100% 95%, 5% 100%, 0 5%);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #cyclus&#8221; module_id=&#8221;cyclus&#8221; module_class=&#8221;popup close-alt single with-loader no-shadow&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;75%&#8221; module_alignment=&#8221;center&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;cyclus&#8221; da_is_singular=&#8221;on&#8221; da_alt_close=&#8221;on&#8221; da_has_shadow=&#8221;off&#8221; da_with_loader=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221;][et_pb_row make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;85%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;4%|5%|4%|5%|true|true&#8221; custom_css_main_element=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_phone=&#8221;clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);||&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;clip-path: polygon(0 2%, 97% 0, 100% 100%, 2% 97%);||&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/04\/cyclus-DE.png&#8221; title_text=&#8221;cyclus-DE&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p><div class=\"et_pb_module dica_divi_carousel dica_divi_carousel_0\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<div class=\"dica-container  desktop_middle-inside tablet_middle-inside mobile_middle-inside\" data-props='{\"desktop\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"speed\":\"500\",\"arrow\":\"off\",\"dots\":\"off\",\"autoplay\":\"on\",\"autoSpeed\":\"5000\",\"loop\":\"on\",\"item_spacing\":\"30\",\"center_mode\":\"off\",\"slider_effec\":\"1\",\"cover_rotate\":\"50\",\"pause_onhover\":\"off\",\"multislide\":\"off\",\"cfshadow\":\"on\",\"order\":\"0\",\"lazyload\":\"off\",\"lazybefore\":\"off\",\"scroller_effect\":\"off\",\"autowidth\":\"off\",\"item_spacing_tablet\":\"30\",\"item_spacing_phone\":\"30\",\"scroller_speed\":\"4000\",\"hashNavigation\":\"off\",\"simulatetouch\":\"off\",\"allowtouchmove\":\"off\",\"slide_row\":\"1\",\"slide_row_tablet\":\"1\",\"slide_row_phone\":\"1\",\"keyboard\":\"off\",\"mousewheel\":\"off\",\"autoplay_viewport\":\"80%\"}'>\n\t\t\t\t\t\t\t \t<div class=\"swiper-container\" >\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-wrapper\"><\/div>\t\n\t\t\t\t\t\t\t\t<\/div>\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"et_pb_module dica_divi_carouselitem dica_divi_carouselitem_0\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t <div class=\"dica-item image_top\"   data-hash=\"dica_divi_carouselitem_0\">\n\t\t\t\t\t\t\t\t\t<div class=\"dica-image-container\"><span class=\"image\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/Potgrond.png\" srcset=\"https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/Potgrond.png 567w, https:\/\/joe-bio.com\/wp-content\/uploads\/2023\/03\/Potgrond-480x550.png 480w\" alt=\"\" class=\"dica-item-image\" width=\"567\" height=\"650\"\/><\/span><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"dica-item-content\"><h2 class=\"item-title\">Bio-D\u00fcnger<\/h2>        <\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>Joe hat bereits\u00a0\u2013\u00a0haupts\u00e4chlich\u00a0\u2013\u00a0nat\u00fcrlichen Kompost [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-584","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/joe-bio.com\/index.php?rest_route=\/wp\/v2\/pages\/584","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/joe-bio.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/joe-bio.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/joe-bio.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/joe-bio.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=584"}],"version-history":[{"count":0,"href":"https:\/\/joe-bio.com\/index.php?rest_route=\/wp\/v2\/pages\/584\/revisions"}],"wp:attachment":[{"href":"https:\/\/joe-bio.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=584"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}