{"id":4797,"date":"2026-06-09T15:30:21","date_gmt":"2026-06-09T13:30:21","guid":{"rendered":"https:\/\/plantvoice.farm\/plantvoice-nutrition\/"},"modified":"2026-06-09T21:44:58","modified_gmt":"2026-06-09T19:44:58","slug":"plantvoice-nutrition","status":"publish","type":"page","link":"https:\/\/plantvoice.farm\/de\/plantvoice-nutrition\/","title":{"rendered":"Plantvoice Nutrition"},"content":{"rendered":"<section class=\"l-section wpb_row us_custom_fa8ce3b1 irrigazione-innovativa has_text_color height_large full_height valign_center\"><div class=\"l-section-overlay\" style=\"background:rgba(0,0,0,0.50)\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"g-cols wpb_row via_grid cols_2 laptops-cols_inherit tablets-cols_1 mobiles-cols_1 valign_top type_default stacking_default\" style=\"--columns-gap:3rem;\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_151b1b78 has_text_color icon_atleft\"><span class=\"w-text-h\"><i class=\"far fa-leaf\"><\/i><span class=\"w-text-value\">Ern\u00e4hrungsmodul<\/span><\/span><\/div><div class=\"w-separator size_small\"><\/div><h1 class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">D\u00fcngen Sie nur, wenn es wirklich n\u00f6tig ist.<\/span><\/span><\/h1><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Plantvoice Nutrition misst in Echtzeit die N\u00e4hrstoffaufnahme der Pflanzen aus dem Boden. Weniger D\u00fcnger, geringere Kosten, h\u00f6here Erntequalit\u00e4t.<\/p>\n<\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"w-btn-wrapper align_none\"><a class=\"w-btn us-btn-style_1 icon_atright\" href=\"#demo\"><span class=\"w-btn-label\">Demo buchen<\/span><i class=\"material-icons\">arrow_right_alt<\/i><\/a><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-html\"><style>.pv-nutri-widget {\n    --green-brand: #8ec640;\n    --green-dark: #6fa028;\n    --green-deeper: #2d4a2b;\n    --yellow: #f4b400;\n    --yellow-soft: #fff4d1;\n    --red-soft: #e63946;\n    --red-bg: #fde2e4;\n    --green-bg: #e3f1cc;\n    --text-dark: #1a1a1a;\n    --text-muted: #5b5b5b;\n    --text-light: #8a8a8a;\n    --bg-light: #f7f8f4;\n    --border: #e5e7e0;\n     background: #fff;\n    border-radius: 24px;\n    padding: 24px;\n    box-shadow: 0 20px 50px rgba(0,0,0,0.12);\n    max-width: 600px;\n    width: 100%;\n    color: var(--text-dark);\n    box-sizing: border-box;\n  }\n  .pv-nutri-widget *,\n  .pv-nutri-widget *::before,\n  .pv-nutri-widget *::after {\n    box-sizing: border-box;\n  }\n \n  .pv-nutri-widget .dash-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-bottom: 16px;\n    padding-bottom: 14px;\n    border-bottom: 1px solid var(--border);\n  }\n  .pv-nutri-widget .dash-title {\n    font-size: 14px;\n    font-weight: 700;\n    margin: 0;\n  }\n  .pv-nutri-widget .dash-live {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    color: var(--green-dark);\n    font-weight: 600;\n  }\n  .pv-nutri-widget .dash-live::before {\n    content: \"\";\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: var(--green-brand);\n    box-shadow: 0 0 0 3px rgba(142,198,64,0.25);\n    animation: pv-pulse 2s infinite;\n  }\n  @keyframes pv-pulse {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.5; }\n  }\n \n  .pv-nutri-widget .npk-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-bottom: 16px;\n  }\n  .pv-nutri-widget .npk-card {\n    background: var(--bg-light);\n    border-radius: 12px;\n    padding: 14px 12px;\n    text-align: center;\n  }\n  .pv-nutri-widget .npk-letter {\n    font-size: 11px;\n    color: var(--text-muted);\n    font-weight: 600;\n    margin-bottom: 6px;\n  }\n  .pv-nutri-widget .npk-value {\n    font-size: 22px;\n    font-weight: 800;\n    line-height: 1;\n  }\n  .pv-nutri-widget .npk-card.n .npk-value { color: var(--green-dark); }\n  .pv-nutri-widget .npk-card.p .npk-value { color: var(--yellow); }\n  .pv-nutri-widget .npk-card.k .npk-value { color: var(--green-dark); }\n  .pv-nutri-widget .npk-unit {\n    font-size: 10px;\n    color: var(--text-light);\n    margin-top: 4px;\n  }\n \n  .pv-nutri-widget .parcels-list {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n  .pv-nutri-widget .parcel-row {\n    display: grid;\n    grid-template-columns: auto 1fr auto;\n    gap: 10px;\n    align-items: center;\n    padding: 10px 12px;\n    border-radius: 10px;\n    font-size: 13px;\n  }\n  .pv-nutri-widget .parcel-row.green {\n    background: var(--green-bg);\n    color: var(--green-deeper);\n  }\n  .pv-nutri-widget .parcel-row.yellow {\n    background: var(--yellow-soft);\n    color: #8a6d00;\n  }\n  .pv-nutri-widget .parcel-row.red {\n    background: var(--red-bg);\n    color: #8a1c25;\n  }\n  .pv-nutri-widget .parcel-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n  }\n  .pv-nutri-widget .parcel-row.green .parcel-dot { background: var(--green-brand); }\n  .pv-nutri-widget .parcel-row.yellow .parcel-dot { background: var(--yellow); }\n  .pv-nutri-widget .parcel-row.red .parcel-dot { background: var(--red-soft); }\n  .pv-nutri-widget .parcel-name {\n    font-weight: 600;\n  }\n  .pv-nutri-widget .parcel-status {\n    font-size: 11px;\n    opacity: 0.85;\n  }\n  .pv-nutri-widget .parcel-tag {\n    font-size: 11px;\n    font-weight: 700;\n  }\n<\/style><div class=\"pv-nutri-widget\"><div class=\"dash-header\"><h4 class=\"dash-title\">Nutritional Status<\/h4><div class=\"dash-live\">LIVE<\/div><\/div><div class=\"npk-grid\"><div class=\"npk-card n\"><div class=\"npk-letter\">Nitrogen (N)<\/div><div class=\"npk-value\">42<\/div><div class=\"npk-unit\">ppm<\/div><\/div><div class=\"npk-card p\"><div class=\"npk-letter\">Phosphorus (P)<\/div><div class=\"npk-value\">18<\/div><div class=\"npk-unit\">ppm<\/div><\/div><div class=\"npk-card k\"><div class=\"npk-letter\">Potassium (K)<\/div><div class=\"npk-value\">156<\/div><div class=\"npk-unit\">ppm<\/div><\/div><\/div><div class=\"parcels-list\"><div class=\"parcel-row green\"><span class=\"parcel-dot\"><\/span><div><div class=\"parcel-name\">Plot 1<\/div><div class=\"parcel-status\">No fertilisation scheduled<\/div><\/div><span class=\"parcel-tag\">OK<\/span><\/div><div class=\"parcel-row yellow\"><span class=\"parcel-dot\"><\/span><div><div class=\"parcel-name\">Plot 2<\/div><div class=\"parcel-status\">Fertilisation planned<\/div><\/div><span class=\"parcel-tag\">3 days<\/span><\/div><div class=\"parcel-row red\"><span class=\"parcel-dot\"><\/span><div><div class=\"parcel-name\">Plot 3<\/div><div class=\"parcel-status\">Nitrogen deficiency detected<\/div><\/div><span class=\"parcel-tag\">ALERT<\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_4fb9e5a3 irrigazione-innovativa height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"g-cols wpb_row via_grid cols_2 laptops-cols_inherit tablets-cols_1 mobiles-cols_1 valign_middle type_default stacking_default\" style=\"--columns-gap:3rem;\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_bdfc2be7 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Das Problem<\/span><\/span><\/div><div class=\"wpb_text_column us_custom_d960cded has_text_color\"><div class=\"wpb_wrapper\"><h2>Un\u00fcberlegtes D\u00fcngen hat seinen <span class=\"highlight\">Preis.<\/span><\/h2>\n<p>Die traditionelle D\u00fcngung orientiert sich an Kalendern und Gewohnheiten, nicht an den tats\u00e4chlichen Bed\u00fcrfnissen der Pflanze. Die Folge sind verschwendete chemische Mittel, hohe Kosten und R\u00fcckst\u00e4nde auf den Fr\u00fcchten.<\/p>\n<\/div><\/div><div class=\"w-separator size_large\"><\/div><div class=\"w-iconbox us_custom_593c63d4 svantaggi has_text_color iconpos_left style_default color_custom align_left\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;--icon-color:#e7000e;\"><i class=\"far fa-calendar\"><\/i><\/div><div class=\"w-iconbox-meta\"><h3 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">Kalenderbasierte D\u00fcngung<\/h3><div class=\"w-iconbox-text\"><p>Zyklen werden im Voraus geplant, wobei der tats\u00e4chliche N\u00e4hrstoffzustand von Boden und Pflanze ignoriert wird.<\/p>\n<\/div><\/div><\/div><div class=\"w-iconbox us_custom_593c63d4 svantaggi has_text_color iconpos_left style_default color_custom align_left\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;--icon-color:#e7000e;\"><i class=\"material-icons\">euro<\/i><\/div><div class=\"w-iconbox-meta\"><h3 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">Hohe und steigende Kosten<\/h3><div class=\"w-iconbox-text\"><p>Der Einsatz von Chemikalien wird immer teurer und erfolgt oft dann, wenn die Pflanze sie nicht ben\u00f6tigt.<\/p>\n<\/div><\/div><\/div><div class=\"w-iconbox us_custom_593c63d4 svantaggi has_text_color iconpos_left style_default color_custom align_left\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;--icon-color:#e7000e;\"><i class=\"far fa-clock\"><\/i><\/div><div class=\"w-iconbox-meta\"><h3 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">Umweltauswirkungen<\/h3><div class=\"w-iconbox-text\"><p>\u00dcbersch\u00fcssige N\u00e4hrstoffe laugen den Boden aus und verunreinigen das Grundwasser.<\/p>\n<\/div><\/div><\/div><div class=\"w-iconbox us_custom_593c63d4 svantaggi has_text_color iconpos_left style_default color_custom align_left\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;--icon-color:#e7000e;\"><i class=\"far fa-exclamation-triangle\"><\/i><\/div><div class=\"w-iconbox-meta\"><h3 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">Krankes oder minderwertiges Obst<\/h3><div class=\"w-iconbox-text\"><p>Unsichtbare N\u00e4hrstoffungleichgewichte, die Ertrag und Marktwert mindern.<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_d57b0eaf has_bg_color\"><div class=\"vc_column-overlay\" style=\"background:rgba(0,0,0,0.20)\"><\/div><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_7dc69de7 align_none valign_top\" style=\"--vwrapper-gap:0rem\"><div class=\"w-text us_custom_5a145544 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">40%<\/span><\/span><\/div><div class=\"w-html us_custom_d960cded has_text_color\"><span><strong>Verschwendet\n<\/strong><br\/> D\u00fcngemittel<\/span><\/div><\/div><div class=\"w-separator us_custom_3d757367 size_small\"><\/div><div class=\"w-vwrapper us_custom_52b524e0 align_none valign_top\"><div class=\"w-text us_custom_1274b463 has_text_color icon_atleft\"><span class=\"w-text-h\"><i class=\"fad fa-circle\"><\/i><span class=\"w-text-value\">VERALTETE METHODE<\/span><\/span><\/div><div class=\"w-text us_custom_d960cded has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">D\u00fcngung nach Kalender, Dosierung aus Gewohnheit, keine Messung des tats\u00e4chlichen Ern\u00e4hrungszustands.<\/span><\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_4fb9e5a3 irrigazione-innovativa height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_5897c8b6 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Die L\u00f6sung<\/span><\/span><\/div><div class=\"wpb_text_column us_custom_723854b8 has_text_color\"><div class=\"wpb_wrapper\"><h2>Die Pflanze sagt dir, was sie <span class=\"highlight\">braucht.<\/span><\/h2>\n<p>Plantvoice Nutrition kombiniert Bodensensoren, Pflanzensaftsensoren und k\u00fcnstliche Intelligenz, um Ihnen genau zu sagen, wann, wo und wie viel Sie d\u00fcngen sollten.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"g-cols wpb_row via_grid cols_3 laptops-cols_3 tablets-cols_2 mobiles-cols_1 valign_top type_default stacking_default\" style=\"--columns-gap:1.5rem;\"><div class=\"wpb_column vc_column_container us_custom_1bf61282 has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_f9bffbd9 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">1<\/span><\/span><\/div><div class=\"w-image us_custom_d26587bc has_ratio align_none\"><div class=\"w-image-h\"><div style=\"padding-bottom:66.6667%\"><\/div><img decoding=\"async\" width=\"455\" height=\"286\" src=\"https:\/\/plantvoice.farm\/wp-content\/uploads\/2026\/06\/sensore-plantvoice-e1781010470143.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" title=\"\"><\/div><\/div><div class=\"w-vwrapper us_custom_a4ebe4e2 align_none valign_top\" style=\"--vwrapper-gap:0.2rem\"><h6 class=\"w-text us_custom_d960cded has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Saft- und Boden\u00f6kosystem<\/span><\/span><\/h6><div class=\"wpb_text_column us_custom_d960cded has_text_color\"><div class=\"wpb_wrapper\"><p>Pflanzenvertr\u00e4gliche Biosensoren, die messen, wie effizient die Pflanze N\u00e4hrstoffe aufnimmt.<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_1bf61282 has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_f9bffbd9 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">2<\/span><\/span><\/div><div class=\"w-image us_custom_d26587bc has_ratio align_none\"><div class=\"w-image-h\"><div style=\"padding-bottom:66.6667%\"><\/div><img decoding=\"async\" width=\"1000\" height=\"700\" src=\"https:\/\/plantvoice.farm\/wp-content\/uploads\/2026\/06\/Pests-img-5.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" title=\"\"><\/div><\/div><div class=\"w-vwrapper us_custom_a4ebe4e2 align_none valign_top\" style=\"--vwrapper-gap:0.2rem\"><h6 class=\"w-text us_custom_d960cded has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Propriet\u00e4re KI<\/span><\/span><\/h6><div class=\"wpb_text_column us_custom_d960cded has_text_color\"><div class=\"wpb_wrapper\"><p>Der Algorithmus wurde speziell f\u00fcr Ihr Fachgebiet trainiert und ist bereits nach 15 Tagen Kalibrierung pr\u00e4zise.<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_1bf61282 has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_f9bffbd9 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">3<\/span><\/span><\/div><div class=\"w-image us_custom_d26587bc has_ratio align_none\"><div class=\"w-image-h\"><div style=\"padding-bottom:66.6667%\"><\/div><img decoding=\"async\" width=\"1500\" height=\"1050\" src=\"https:\/\/plantvoice.farm\/wp-content\/uploads\/2026\/06\/nutrition-lights.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" title=\"\"><\/div><\/div><div class=\"w-vwrapper us_custom_a4ebe4e2 align_none valign_top\" style=\"--vwrapper-gap:0.2rem\"><h6 class=\"w-text us_custom_d960cded has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Ampel-Armaturenbrett<\/span><\/span><\/h6><div class=\"wpb_text_column us_custom_d960cded has_text_color\"><div class=\"wpb_wrapper\"><p>Gr\u00fcn, gelb oder rot f\u00fcr jedes Grundst\u00fcck: Auf einen Blick wei\u00df man, wo man handeln muss.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"g-cols wpb_row us_custom_79134bb0 has_text_color via_grid cols_1 laptops-cols_inherit tablets-cols_1 mobiles-cols_1 valign_top type_default stacking_default\" style=\"--columns-gap:0rem;\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column us_custom_eb849559\"><div class=\"wpb_wrapper\"><h3>D\u00fcnger sollte nur in der ben\u00f6tigten Menge, zum ben\u00f6tigten Zeitpunkt und an den ben\u00f6tigten Stellen ausgebracht werden.<\/h3>\n<p>Propriet\u00e4re Hardware + auf Ihr Feld trainierte KI + kontinuierliche agronomische Unterst\u00fctzung.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_30e2d85b irrigazione-innovativa height_large width_custom\" style=\"--site-content-width:780px;\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_5897c8b6 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Die Technologie<\/span><\/span><\/div><div class=\"wpb_text_column us_custom_28784076 has_text_color\"><div class=\"wpb_wrapper\"><h2>Wie es funktioniert<\/h2>\n<p>Von der Sensormessung zur verwertbaren Erkenntnis in vier Schritten. Das System lernt Ihr Fachgebiet kennen und verbessert sich t\u00e4glich.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_cf105593 has_text_color height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"g-cols wpb_row via_grid cols_4 laptops-cols_4 tablets-cols_2 mobiles-cols_1 valign_top type_default stacking_default\" style=\"--columns-gap:1.5rem;\"><div class=\"wpb_column vc_column_container us_custom_9c93dc3d has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_ad726886 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">1<\/span><\/span><\/div><div class=\"w-vwrapper us_custom_a4ebe4e2 align_none valign_top\" style=\"--vwrapper-gap:0.2rem\"><div class=\"w-text us_custom_0c087c9a has_text_color no_text icon_atright\"><span class=\"w-text-h\"><span class=\"w-text-value\"><\/span><i class=\"far fa-heart-rate\"><\/i><\/span><\/div><h6 class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">Kontinuierliche Messung<\/span><\/span><\/h6><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Bodensensoren und Saft-Biosensoren erfassen rund um die Uhr Daten von den wichtigsten Parzellen Ihres Feldes.<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_9c93dc3d has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_ad726886 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">2<\/span><\/span><\/div><div class=\"w-vwrapper us_custom_a4ebe4e2 align_none valign_top\" style=\"--vwrapper-gap:0.2rem\"><div class=\"w-text us_custom_0c087c9a has_text_color no_text icon_atright\"><span class=\"w-text-h\"><span class=\"w-text-value\"><\/span><i class=\"far fa-chart-bar\"><\/i><\/span><\/div><h6 class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">KI-Kalibrierung \u2013 15 Tage<\/span><\/span><\/h6><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Die k\u00fcnstliche Intelligenz wird 15 Tage lang speziell auf Ihr Fachgebiet trainiert.<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_9c93dc3d has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_ad726886 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">3<\/span><\/span><\/div><div class=\"w-vwrapper us_custom_a4ebe4e2 align_none valign_top\" style=\"--vwrapper-gap:0.2rem\"><div class=\"w-text us_custom_0c087c9a has_text_color no_text icon_atright\"><span class=\"w-text-h\"><span class=\"w-text-value\"><\/span><i class=\"far fa-leaf\"><\/i><\/span><\/div><h6 class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">Ern\u00e4hrungsvorhersage<\/span><\/span><\/h6><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Das System korreliert Bodenparameter mit der Pflanzeneffizienz und prognostiziert, wann N\u00e4hrstoffe ben\u00f6tigt werden.<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_9c93dc3d has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_ad726886 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">4<\/span><\/span><\/div><div class=\"w-vwrapper us_custom_a4ebe4e2 align_none valign_top\" style=\"--vwrapper-gap:0.2rem\"><div class=\"w-text us_custom_0c087c9a has_text_color no_text icon_atright\"><span class=\"w-text-h\"><span class=\"w-text-value\"><\/span><i class=\"far fa-sprinkler\"><\/i><\/span><\/div><h6 class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">Einfache Entscheidungen<\/span><\/span><\/h6><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Die App liefert Ihnen praktische Hinweise: Was, wo, wann und in welcher Menge anzuwenden ist.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><div class=\"w-separator size_custom\" style=\"height:1.5rem\"><\/div><div class=\"g-cols wpb_row via_grid cols_1 laptops-cols_1 tablets-cols_1 mobiles-cols_1 valign_top type_default stacking_default\" style=\"--columns-gap:1.5rem;\"><div class=\"wpb_column vc_column_container us_custom_9c93dc3d has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_d30197a8 align_none valign_top\" style=\"--vwrapper-gap:0.2rem\"><h4 class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">H\u00f6here Genauigkeit als Bodensensoren allein<\/span><\/span><\/h4><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Bodenmessungen allein gen\u00fcgen nicht: Eine ineffiziente Pflanze kann N\u00e4hrstoffe nicht aufnehmen, selbst wenn diese vorhanden sind. Plantvoice kombiniert beide Messmethoden f\u00fcr genauere Vorhersagen.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"w-btn-wrapper align_justify\"><a class=\"w-btn us-btn-style_1 icon_atright\" href=\"#demo\"><span class=\"w-btn-label\">Demo buchen<\/span><i class=\"material-icons\">arrow_right_alt<\/i><\/a><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_c7162f0a height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_5897c8b6 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Tats\u00e4chliche Auswirkungen<\/span><\/span><\/div><div class=\"wpb_text_column us_custom_d44d8758 has_text_color\"><div class=\"wpb_wrapper\"><h2>Zwei Technologien, ein <span class=\"highlight\">vollst\u00e4ndiges Bild<\/span><\/h2>\n<p>Plantvoice Nutrition kombiniert Bodensensoren und Pflanzensaft-Biosensoren. Zwei sich erg\u00e4nzende Messmethoden, um Boden und Pflanze gemeinsam zu verstehen.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"g-cols wpb_row via_grid cols_2 laptops-cols_2 tablets-cols_2 mobiles-cols_1 valign_top type_default stacking_default\" style=\"--columns-gap:1.5rem;\"><div class=\"wpb_column vc_column_container us_custom_46e9dd51 has_text_color has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_99f74c2c align_none valign_top\" style=\"--vwrapper-gap:0.8rem\"><div class=\"w-text us_custom_208efcaf has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Boden<\/span><\/span><\/div><h6 class=\"w-text us_custom_b57e56af has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Bodenselektive Sensoren<\/span><\/span><\/h6><div class=\"w-text us_custom_d891acc8 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">\u2192 Messen Sie, was im Boden enthalten ist<\/span><\/span><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Selektive Bodensonden, die in Echtzeit die Umweltparameter quantifizieren, die die Pflanzenphysiologie beeinflussen k\u00f6nnten.<\/p>\n<ul>\n<li>Kontinuierliche 24\/7-Messung<\/li>\n<li>Daten, die aus den kritischsten Zonen des Feldes gesammelt wurden<\/li>\n<li>Kalibrierung abgestimmt auf Ihren Bodentyp<\/li>\n<\/ul>\n<\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_46e9dd51 has_text_color has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_99f74c2c align_none valign_top\" style=\"--vwrapper-gap:0.8rem\"><div class=\"w-text us_custom_208efcaf has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Anlage<\/span><\/span><\/div><h6 class=\"w-text us_custom_b57e56af has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Sap-Sensoren<\/span><\/span><\/h6><div class=\"w-text us_custom_d891acc8 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">\u2192 Messen Sie, was die Pflanze tut<\/span><\/span><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Pflanzenvertr\u00e4gliche Biosensoren, die in den Stamm eingesetzt werden, erfassen, wie effizient die Pflanze N\u00e4hrstoffe aufnimmt und verwertet.<\/p>\n<ul>\n<li>Patentierte Plantvoice-Technologie<\/li>\n<li>Echtzeit-\u201ePflanzen-Elektrokardiogramm\u201c<\/li>\n<li>\u00dcberwachungsansatz f\u00fcr \u201eSentinel-Pflanzen\u201c<\/li>\n<li>Fr\u00fchdiagnose, bevor sichtbare Symptome<\/li>\n<\/ul>\n<\/div><\/div><\/div><\/div><\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"g-cols wpb_row us_custom_f67e0cba has_text_color via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--columns-gap:3rem;\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><h6 class=\"w-text us_custom_ea86ecd9 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Boden + Pflanze = Genaue Entscheidungen<\/span><\/span><\/h6><div class=\"wpb_text_column us_custom_6df4bc3a has_text_color\"><div class=\"wpb_wrapper\"><p>Die Daten beider Systeme werden mithilfe von KI zusammengef\u00fchrt, um pr\u00e4zisere Empfehlungen zu liefern als jede L\u00f6sung, die ausschlie\u00dflich auf Boden\u00fcberwachung basiert.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_5897c8b6 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Tats\u00e4chliche Auswirkungen<\/span><\/span><\/div><div class=\"wpb_text_column us_custom_eb849559\"><div class=\"wpb_wrapper\"><h2>Die Vorteile f\u00fcr Ihren <span class=\"highlight\">Obstgarten<\/span><\/h2>\n<p>Kosteneinsparungen, \u00f6kologische Nachhaltigkeit und Erntequalit\u00e4t. Messbare Ergebnisse bereits in der ersten Saison.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"g-cols wpb_row via_grid cols_3 laptops-cols_3 tablets-cols_2 mobiles-cols_1 valign_top type_default stacking_default\" style=\"--columns-gap:1rem;\"><div class=\"wpb_column vc_column_container us_custom_a3d59810 has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-iconbox verde iconpos_top style_default color_primary align_left no_text\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"material-icons\">euro<\/i><\/div><div class=\"w-iconbox-meta\"><h4 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">Niedrigere D\u00fcngemittelkosten<\/h4><\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Nur das anwenden, wann und wo n\u00f6tig. Weniger Zyklen, weniger Aufwand, mehr Einsparungen.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_a3d59810 has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-iconbox verde iconpos_top style_default color_primary align_left no_text\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"far fa-clock\"><\/i><\/div><div class=\"w-iconbox-meta\"><h4 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">Bodenparameter in Echtzeit<\/h4><\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Informieren Sie sich, wie viele N\u00e4hrstoffe der Pflanze im Moment tats\u00e4chlich zur Verf\u00fcgung stehen.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_a3d59810 has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-iconbox verde iconpos_top style_default color_primary align_left no_text\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"far fa-apple-alt\"><\/i><\/div><div class=\"w-iconbox-meta\"><h4 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">Effiziente Pflanze, gesunde Frucht<\/h4><\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Vermeiden Sie Mangelerscheinungen und N\u00e4hrstoffungleichgewichte, die die Qualit\u00e4t der Ernte und den Ertrag beeintr\u00e4chtigen.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_a3d59810 has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-iconbox verde iconpos_top style_default color_primary align_left no_text\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"far fa-leaf\"><\/i><\/div><div class=\"w-iconbox-meta\"><h4 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">Geringere Umweltbelastung<\/h4><\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Weniger chemische R\u00fcckst\u00e4nde in Boden, Wasser und auf Fr\u00fcchten. Messbare Nachhaltigkeit.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_a3d59810 has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-iconbox verde iconpos_top style_default color_primary align_left no_text\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"far fa-tachometer-fast\"><\/i><\/div><div class=\"w-iconbox-meta\"><h4 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">Optimierte Belegschaft<\/h4><\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Ihr Team greift nur dort ein, wo es n\u00f6tig ist, wodurch Wege und Umwege auf dem Spielfeld reduziert werden.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_a3d59810 has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-iconbox verde iconpos_top style_default color_primary align_left no_text\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"far fa-analytics\"><\/i><\/div><div class=\"w-iconbox-meta\"><h4 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">Datengest\u00fctzte Entscheidungen<\/h4><\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Jede D\u00fcngung wird durch konkrete Messungen, historische Daten und Prognosen gerechtfertigt.<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"w-btn-wrapper align_justify\"><a class=\"w-btn us-btn-style_1 icon_atright\" href=\"#demo\"><span class=\"w-btn-label\">Demo buchen<\/span><i class=\"material-icons\">arrow_right_alt<\/i><\/a><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_df0b3407 has_text_color height_huge\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_2 laptops-cols_inherit tablets-cols_1 mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_71fe603f has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Warum Plantvoice<\/span><\/span><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>Eine kluge <span class=\"highlight\">Investition<\/span><\/h2>\n<p>Die D\u00fcngung erfolgt feldweise, nicht ha. Plantvoice Nutrition respektiert diese Logik.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-vwrapper align_none valign_top\" style=\"--vwrapper-gap:1.5rem\"><div class=\"w-iconbox bianco iconpos_left style_default color_primary align_left icontype_img\"><div class=\"w-iconbox-icon\" style=\"font-size:40px;\"><img loading=\"lazy\" decoding=\"async\" width=\"68\" height=\"68\" src=\"https:\/\/plantvoice.farm\/wp-content\/uploads\/2026\/05\/PV-ICON-11.png\" class=\"attachment-full size-full\" alt=\"\" title=\"\"><\/div><div class=\"w-iconbox-meta\"><h3 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">G\u00fcnstiger Preis, schneller ROI<\/h3><div class=\"w-iconbox-text\"><p>Ein einziger Sensorsatz pro Feld: begrenzte Investition, die sich bereits in der ersten Saison durch D\u00fcngemitteleinsparungen amortisiert.<\/p>\n<\/div><\/div><\/div><div class=\"w-iconbox bianco iconpos_left style_default color_primary align_left icontype_img\"><div class=\"w-iconbox-icon\" style=\"font-size:40px;\"><img loading=\"lazy\" decoding=\"async\" width=\"68\" height=\"68\" src=\"https:\/\/plantvoice.farm\/wp-content\/uploads\/2026\/05\/PV-ICON-11.png\" class=\"attachment-full size-full\" alt=\"\" title=\"\"><\/div><div class=\"w-iconbox-meta\"><h3 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">H\u00f6here Genauigkeit als Bodensensoren allein<\/h3><div class=\"w-iconbox-text\"><p>Die einzige L\u00f6sung, die Bodenmessung und Saftanalyse kombiniert: Man wei\u00df, was vorhanden ist und wie die Pflanze es nutzt.<\/p>\n<\/div><\/div><\/div><div class=\"w-iconbox bianco iconpos_left style_default color_primary align_left icontype_img\"><div class=\"w-iconbox-icon\" style=\"font-size:40px;\"><img loading=\"lazy\" decoding=\"async\" width=\"68\" height=\"68\" src=\"https:\/\/plantvoice.farm\/wp-content\/uploads\/2026\/05\/PV-ICON-11.png\" class=\"attachment-full size-full\" alt=\"\" title=\"\"><\/div><div class=\"w-iconbox-meta\"><h3 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">KI, die auf Ihrem Gebiet trainiert wurde<\/h3><div class=\"w-iconbox-text\"><p>Kein generisches Modell: Nach 15 Tagen Kalibrierung lernt der Algorithmus die Besonderheiten Ihres Bodens und Ihrer Pflanzen kennen.<\/p>\n<\/div><\/div><\/div><div class=\"w-iconbox bianco iconpos_left style_default color_primary align_left icontype_img\"><div class=\"w-iconbox-icon\" style=\"font-size:40px;\"><img loading=\"lazy\" decoding=\"async\" width=\"68\" height=\"68\" src=\"https:\/\/plantvoice.farm\/wp-content\/uploads\/2026\/05\/PV-ICON-11.png\" class=\"attachment-full size-full\" alt=\"\" title=\"\"><\/div><div class=\"w-iconbox-meta\"><h3 class=\"w-iconbox-title\" style=\"font-size:1.2rem;\">Integriert in das Plantvoice-\u00d6kosystem<\/h3><div class=\"w-iconbox-text\"><p>Verbindet sich mit den Modulen Bew\u00e4sserung, Sch\u00e4dlingsbek\u00e4mpfung und Feldnotizen f\u00fcr ein komplettes agronomisches Management in einer einzigen App.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-btn-wrapper align_justify\"><a class=\"w-btn us-btn-style_1 icon_atright\" href=\"#demo\"><span class=\"w-btn-label\">Demo buchen<\/span><i class=\"material-icons\">arrow_right_alt<\/i><\/a><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_1c70c609 has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_77cb70a2 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">1<\/span><\/span><\/div><h4 class=\"w-text us_custom_28784076 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Sensorsatz pro Feld<\/span><\/span><\/h4><div class=\"wpb_text_column us_custom_28784076 has_text_color\"><div class=\"wpb_wrapper\"><p>An den kritischsten Stellen platziert, \u00fcberwacht es das gesamte Gebiet. Beim D\u00fcngen wird das gesamte Feld ged\u00fcngt: Ein Ger\u00e4t gen\u00fcgt.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"g-cols wpb_row via_grid cols_2 laptops-cols_2 tablets-cols_2 mobiles-cols_2 valign_top type_default stacking_default\" style=\"--columns-gap:3rem;\"><div class=\"wpb_column vc_column_container us_custom_7f9ef61d has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_d3dbd020 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">15d<\/span><\/span><\/div><div class=\"w-text us_custom_28784076 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">KI-Kalibrierung auf Ihrem Feld<\/span><\/span><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_7f9ef61d has_bg_color\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_d3dbd020 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">24\/7<\/span><\/span><\/div><div class=\"w-text us_custom_28784076 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Boden- und Saft\u00fcberwachung<\/span><\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_4fb9e5a3 height_huge\" id=\"demo\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_2-3 laptops-cols_inherit tablets-cols_1 mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_71fe603f has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Kontaktieren Sie uns<\/span><\/span><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>D\u00fcngung pr\u00e4zise und <span class=\"highlight\">nachhaltig<\/span> gestalten<\/h2>\n<p>Vereinbaren Sie eine kostenlose Demo: Einer unserer Agronomen zeigt Ihnen, wie Plantvoice Nutrition zu Ihrem Feld passt und wie viel Sie sparen k\u00f6nnen.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-vwrapper align_none valign_top\" style=\"--vwrapper-gap:1.5rem\"><div class=\"w-iconbox us_custom_1b04de86 bianco iconpos_left style_default color_primary align_left icontype_img\"><div class=\"w-iconbox-icon\" style=\"font-size:40px;\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/plantvoice.farm\/wp-content\/uploads\/2026\/05\/PV-ICONS-26.png\" class=\"attachment-full size-full\" alt=\"\" title=\"\"><\/div><div class=\"w-iconbox-meta\"><h6 class=\"w-iconbox-title\">Bitte antworten Sie innerhalb von 24 Stunden.<\/h6><div class=\"w-iconbox-text\"><p>Ein pers\u00f6nlicher Berater wird sich mit Ihnen in Verbindung setzen.<\/p>\n<\/div><\/div><\/div><div class=\"w-iconbox us_custom_1b04de86 bianco iconpos_left style_default color_primary align_left icontype_img\"><div class=\"w-iconbox-icon\" style=\"font-size:40px;\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/plantvoice.farm\/wp-content\/uploads\/2026\/05\/PV-ICONS-28.png\" class=\"attachment-full size-full\" alt=\"\" title=\"\"><\/div><div class=\"w-iconbox-meta\"><h6 class=\"w-iconbox-title\">Kostenlose Einrichtung &amp; Beratung<\/h6><div class=\"w-iconbox-text\"><p>Personalisierte Analyse, keine Verpflichtung.<\/p>\n<\/div><\/div><\/div><div class=\"w-iconbox us_custom_1b04de86 bianco iconpos_left style_default color_primary align_left icontype_img\"><div class=\"w-iconbox-icon\" style=\"font-size:40px;\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/plantvoice.farm\/wp-content\/uploads\/2026\/05\/PV-ICONS-27.png\" class=\"attachment-full size-full\" alt=\"\" title=\"\"><\/div><div class=\"w-iconbox-meta\"><h6 class=\"w-iconbox-title\">Daten gesch\u00fctzt<\/h6><div class=\"w-iconbox-text\"><p>Ihre Daten sind bei uns sicher.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"w-separator us_custom_a3af5548 has_text_color size_small with_line width_default thick_2 style_solid color_border align_center\"><div class=\"w-separator-h\"><\/div><\/div><div class=\"w-text us_custom_2911fa42 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Oder kontaktieren Sie uns direkt.<\/span><\/span><\/div><\/div><\/div><div class=\"wpb_column vc_column_container us_custom_193f9f5c has_bg_color\"><div class=\"vc_column-inner\"><h3 class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">Demo buchen<\/span><\/span><\/h3><p class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">F\u00fcllen Sie das Formular aus, wir melden uns innerhalb von 24 Stunden bei Ihnen.<\/span><\/span><\/p><div class=\"w-html\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f883-o1\" lang=\"de-DE\" dir=\"ltr\" data-wpcf7-id=\"883\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/de\/wp-json\/wp\/v2\/pages\/4797#wpcf7-f883-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Kontaktformular\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"883\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"de_DE\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f883-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"row gx-1\">\n\t<div class=\"field col-md-6\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"firstname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" value=\"\" type=\"text\" name=\"firstname\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"field col-md-6\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"lastname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Nachname*\" value=\"\" type=\"text\" name=\"lastname\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"field col-md-6\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Ihre E-Mail*\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"field col-md-6\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"tel\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Ihr Telefon*\" value=\"\" type=\"tel\" name=\"tel\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"field col-md-6\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Ihr Unternehmen*\" value=\"\" type=\"text\" name=\"company\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"field col-md-6\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"jobtitle\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Ihre Rolle*\" value=\"\" type=\"text\" name=\"jobtitle\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"field col-md-12\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Ihre Nachricht hier*\" name=\"message\"><\/textarea><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"display-none\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"hs_inferred_language_codes\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" value=\"de\" type=\"text\" name=\"hs_inferred_language_codes\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n<\/div>\n<div class=\"text-center mt-sm-8 mt-0\">\n\t<div class=\"field field-flex text-white\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"privacy\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"privacy\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">Ich stimme den Allgemeinen Gesch\u00e4ftsbedingungen und der Datenschutzrichtlinie zu<\/span><\/label><\/span><\/span><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"field-flex\">\n\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Einreichen\" \/>\n\t\t<\/p>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div><div class=\"w-text us_custom_dfc0bc7e icon_atleft\"><span class=\"w-text-h\"><i class=\"fal fa-lock\"><\/i><span class=\"w-text-value\">Ihre Daten sind gesch\u00fctzt und werden niemals an Dritte weitergegeben.<\/span><\/span><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"Ern\u00e4hrungsmodulD\u00fcngen Sie nur, wenn es wirklich n\u00f6tig ist.Plantvoice Nutrition misst in Echtzeit die N\u00e4hrstoffaufnahme der Pflanzen aus dem Boden. Weniger D\u00fcnger, geringere Kosten, h\u00f6here Erntequalit\u00e4t. Demo buchenarrow_right_altNutritional StatusLIVENitrogen (N)42ppmPhosphorus (P)18ppmPotassium (K)156ppmPlot 1No fertilisation scheduledOKPlot 2Fertilisation planned3 daysPlot 3Nitrogen deficiency detectedALERTDas ProblemUn\u00fcberlegtes D\u00fcngen hat seinen Preis. Die traditionelle D\u00fcngung orientiert sich an Kalendern und Gewohnheiten, nicht...","protected":false},"author":1,"featured_media":2645,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-4797","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/plantvoice.farm\/de\/wp-json\/wp\/v2\/pages\/4797","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plantvoice.farm\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/plantvoice.farm\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/plantvoice.farm\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plantvoice.farm\/de\/wp-json\/wp\/v2\/comments?post=4797"}],"version-history":[{"count":0,"href":"https:\/\/plantvoice.farm\/de\/wp-json\/wp\/v2\/pages\/4797\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/plantvoice.farm\/de\/wp-json\/wp\/v2\/media\/2645"}],"wp:attachment":[{"href":"https:\/\/plantvoice.farm\/de\/wp-json\/wp\/v2\/media?parent=4797"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}