{"id":14,"date":"2025-03-20T22:29:31","date_gmt":"2025-03-20T21:29:31","guid":{"rendered":"https:\/\/animalactin.localhost\/?page_id=14"},"modified":"2025-08-05T16:35:23","modified_gmt":"2025-08-05T14:35:23","slug":"produkte","status":"publish","type":"page","link":"https:\/\/animalactin.eu\/de\/produkte\/","title":{"rendered":"Produkte"},"content":{"rendered":"<!-- Render in front -->\r\n    <section id=\"hero\" class=\"relative bg-primary\">\r\n        \r\n        <div class=\"relative min-h-[560px] lg:min-h-[520px] bg-cover bg-no-repeat\"\r\n            style=\"background-image: url('https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/products_hero_bg.png'); background-position: center center;\">\r\n            <div class=\"absolute inset-0 bg-black\/10 mix-blend-multiply\"><\/div>\r\n            <div class=\"relative z-10 flex min-h-[720px] lg:min-h-[600px] 2xl:min-h-[850px] lg:items-center pt-24 px-6\">\r\n                <div class=\"mx-auto w-full max-w-screen-xl relative\">\r\n                    <div class=\"flex min-h-[inherit] items-center justify-center lg:justify-start\">\r\n                        <div class=\"w-full max-w-[850px] text-center lg:text-left\">\r\n                            <h1 class=\"[&#038;_strong]:text-primary [&#038;_b]:text-primary mb-2 lg:mb-6 text-4xl font-extrabold tracking-tight leading-10 md:leading-[60px] md:text-5xl lg:text-6xl xl:text-[72px] xl:leading-16 text-white\">\r\n                                Was ist das Beste f\u00fcr Ihr Haustier?                            <\/h1>\r\n                                                            <p class=\"mx-auto mb-6 lg:mb-8 max-w-[720px] text-base leading-7 text-white\/90 md:text-lg md:leading-8 lg:mx-0 lg:text-[20px] lg:leading-[1.6]\">\r\n                                    W\u00e4hlen Sie bew\u00e4hrte Nahrungserg\u00e4nzungsmittel, die Ihre Gesundheit unterst\u00fctzen.<br>und die Vitalit\u00e4t Ihres Haustieres                                <\/p>\r\n                                                                                <\/div>\r\n                    <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"w-full bg-white h-[90px] relative mt-0 lg:mt-0\">\r\n                    <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        (() => {\r\n            const img = document.getElementById('hero-packshot');\r\n            const wrap = document.getElementById('hero-packshot-wrap');\r\n            if (!img || !wrap) return;\r\n\r\n            const speed = parseFloat(img.dataset.parallaxSpeed);\r\n            let raf = null;\r\n\r\n            const update = () => {\r\n                raf = null;\r\n\r\n                const rect = wrap.getBoundingClientRect();\r\n                const vh = window.innerHeight || document.documentElement.clientHeight;\r\n\r\n                const progress = (vh - rect.top) \/ (vh + rect.height);\r\n                const clamped = Math.max(0, Math.min(1, progress));\r\n\r\n                const maxShift = 120;\r\n                const y = (clamped - 0.5) * 2 * maxShift * speed;\r\n\r\n                img.style.transform = `translate3d(0, ${y.toFixed(2)}px, 0)`;\r\n            };\r\n\r\n            const request = () => {\r\n                if (raf) return;\r\n                raf = requestAnimationFrame(update);\r\n            };\r\n\r\n            window.addEventListener('scroll', request, {\r\n                passive: true\r\n            });\r\n            window.addEventListener('resize', request);\r\n            request();\r\n        })();\r\n    <\/script>\r\n\r\n\n\n\n\n    <!-- Render in front -->\n    <section class=\"bg-gray-50\">\n        <div :id=\"activeTab || null\"\n            class=\"category-products container mx-auto max-w-7xl px-4 py-16\"\n            x-data=\"{        activeTab: '',        hoveredTab: '',        init() {            const hash = window.location.hash?.replace('#', '');            if (hash) {                this.activeTab = hash;            }        }    }\"\n            x-init=\"init()\">\n\n            <h2 class=\"text-3xl font-bold mb-8 text-center\">W\u00e4hlen Sie eine Kategorie aus<\/h2>\n\n            \n                <div class=\"grid gap-4 grid-cols-1 md:grid-cols-3\">\n                    \n                        <button\n                            id=\"duzy-pies\"\n                            @click.prevent=\"    activeTab = activeTab === 'duzy-pies' ? '' : 'duzy-pies';    history.replaceState(null, '', '#duzy-pies');    const target = document.getElementByClassName('category-products');    const offset = 160;    const target = document.getElementByClassName('category-products');    const offset = 160;    if (target) {        const top = target.getBoundingClientRect().top + window.scrollY - offset;        window.scrollTo({ top, behavior: 'smooth' });    }\"\n\n                            @mouseover=\"hoveredTab = 'duzy-pies'\"\n                            @mouseout=\"hoveredTab = ''\"\n                            :class=\"{                            'bg-primary text-white': activeTab === 'duzy-pies',                            'bg-white text-gray-700 hover:bg-primary hover:text-white': activeTab !== 'duzy-pies'                        }\"\n                            class=\"flex items-center gap-8 px-6 py-2 font-medium rounded-lg transition-all duration-200 cursor-pointer font-medium rounded-full\">\n                            <img :src=\"activeTab === 'duzy-pies' || hoveredTab === 'duzy-pies' ? 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/duzy_pies_bialy.svg' : 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/duzy_pies.svg'\">\n                            Gro\u00dfer Hund                        <\/button>\n                    \n                        <button\n                            id=\"maly-pies\"\n                            @click.prevent=\"    activeTab = activeTab === 'maly-pies' ? '' : 'maly-pies';    history.replaceState(null, '', '#maly-pies');    const target = document.getElementByClassName('category-products');    const offset = 160;    const target = document.getElementByClassName('category-products');    const offset = 160;    if (target) {        const top = target.getBoundingClientRect().top + window.scrollY - offset;        window.scrollTo({ top, behavior: 'smooth' });    }\"\n\n                            @mouseover=\"hoveredTab = 'maly-pies'\"\n                            @mouseout=\"hoveredTab = ''\"\n                            :class=\"{                            'bg-primary text-white': activeTab === 'maly-pies',                            'bg-white text-gray-700 hover:bg-primary hover:text-white': activeTab !== 'maly-pies'                        }\"\n                            class=\"flex items-center gap-8 px-6 py-2 font-medium rounded-lg transition-all duration-200 cursor-pointer font-medium rounded-full\">\n                            <img :src=\"activeTab === 'maly-pies' || hoveredTab === 'maly-pies' ? 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/maly_pies_bialy.svg' : 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/maly_pies.svg'\">\n                            Ein kleiner Hund                        <\/button>\n                    \n                        <button\n                            id=\"kot\"\n                            @click.prevent=\"    activeTab = activeTab === 'kot' ? '' : 'kot';    history.replaceState(null, '', '#kot');    const target = document.getElementByClassName('category-products');    const offset = 160;    const target = document.getElementByClassName('category-products');    const offset = 160;    if (target) {        const top = target.getBoundingClientRect().top + window.scrollY - offset;        window.scrollTo({ top, behavior: 'smooth' });    }\"\n\n                            @mouseover=\"hoveredTab = 'kot'\"\n                            @mouseout=\"hoveredTab = ''\"\n                            :class=\"{                            'bg-primary text-white': activeTab === 'kot',                            'bg-white text-gray-700 hover:bg-primary hover:text-white': activeTab !== 'kot'                        }\"\n                            class=\"flex items-center gap-8 px-6 py-2 font-medium rounded-lg transition-all duration-200 cursor-pointer font-medium rounded-full\">\n                            <img :src=\"activeTab === 'kot' || hoveredTab === 'kot' ? 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/kot_bialy.svg' : 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/kot.svg'\">\n                            Katze                        <\/button>\n                                    <\/div>\n\n                <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 my-12\">\n                                                <div x-show=\"activeTab === '' || activeTab === 'kot'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/de\/produkte\/tieraktin-vitamine-katze\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/12\/ANIMALACTIN_etykieta_witaminy_kot_front_CI_0001-1024x1004.webp\" alt=\"Produktverpackung ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/de\/produkte\/tieraktin-vitamine-katze\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Vitamine \u2013 Katze                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/de\/produkte\/tieraktin-vitamine-katze\/\">\n                                    Mehr anzeigen\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'maly-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-vitamine-fur-kleine-hunde\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/12\/ANIMALACTIN_etykieta_witaminy_malypies_front_CI_0001-1024x1004.webp\" alt=\"Produktverpackung ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-vitamine-fur-kleine-hunde\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Vitamine \u2013 Kleiner Hund                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-vitamine-fur-kleine-hunde\/\">\n                                    Mehr anzeigen\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'duzy-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-vitamine-fur-grose-hunde\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/12\/ANIMALACTIN_etykieta_witaminy_duzypies_front_CI_0001-1024x1004.webp\" alt=\"Produktverpackung ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-vitamine-fur-grose-hunde\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Vitamine \u2013 Big Dog                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-vitamine-fur-grose-hunde\/\">\n                                    Mehr anzeigen\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'maly-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/de\/produkte\/tiergelenke-kleiner-hund\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-2.png\" alt=\"Produktverpackung ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/de\/produkte\/tiergelenke-kleiner-hund\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Teiche \u2013 Kleiner Hund                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/de\/produkte\/tiergelenke-kleiner-hund\/\">\n                                    Mehr anzeigen\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'duzy-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/de\/produkte\/tiergelenke-groser-hund\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-6.png\" alt=\"Produktverpackung ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/de\/produkte\/tiergelenke-groser-hund\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Teiche \u2013 Gro\u00dfer Hund                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/de\/produkte\/tiergelenke-groser-hund\/\">\n                                    Mehr anzeigen\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'maly-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-forte-gelenke-kleiner-hund\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-3.png\" alt=\"Produktverpackung ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-forte-gelenke-kleiner-hund\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Forte Ponds \u2013 Kleiner Hund                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-forte-gelenke-kleiner-hund\/\">\n                                    Mehr anzeigen\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'duzy-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-forte-gelenke-groser-hund\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-1.png\" alt=\"Produktverpackung ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-forte-gelenke-groser-hund\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Forte Ponds \u2013 Big Dog                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-forte-gelenke-groser-hund\/\">\n                                    Mehr anzeigen\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'kot'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-katzengelenke\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-4.png\" alt=\"Produktverpackung ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-katzengelenke\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Gelenke \u2013 Katze                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-katzengelenke\/\">\n                                    Mehr anzeigen\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'kot'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-forte-gelenke-katze\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-5.png\" alt=\"Produktverpackung ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-forte-gelenke-katze\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Forte Ponds \u2013 Katze                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/de\/produkte\/animalactin-forte-gelenke-katze\/\">\n                                    Mehr anzeigen\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                        <\/div>\n\n                    <\/div>\n    <\/section>\n\n\n\n\n\n\r\n\r\n    <!-- Render in front -->\r\n\r\n    <section id=\"posts-recent\" class=\"py-8 lg:py-16 px-6\">\r\n        <div class=\"mx-auto max-w-screen-xl\">\r\n            <div class=\"mx-auto max-w-screen-sm text-center mb-8 lg:mb-16\">\r\n                <h2 class=\"mb-4 text-4xl tracking-tight font-extrabold text-gray-900 dark:text-white\">\r\n                    Blog                <\/h2>\r\n                <p class=\"font-light text-gray-500 sm:text-xl dark:text-gray-400\">\r\n                    Hier finden Sie Ratschl\u00e4ge zur Gesundheit und Pflege Ihres Haustieres \u2013 von Nahrungserg\u00e4nzungsmitteln bis hin zur Gelenk- und Fellpflege.                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"grid gap-8 sm:grid-cols-2 lg:grid-cols-3\">\r\n\r\n                \r\n                \r\n                                            <article class=\"flex flex-col bg-white rounded-lg\">\r\n                            <a href=\"https:\/\/animalactin.eu\/de\/ubergewicht-bei-tieren-und-die-belastung-der-gelenke-warum-die-ernahrung-nicht-alles-ist\/\">\r\n                                <img decoding=\"async\" loading=\"lazy\" class=\"mb-5 rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2026\/03\/nadwaga-u-zwierzat-a-obciazenie-stawow-dlaczego-dieta-to-nie-wszystko.webp\">\r\n                            <\/a>\r\n\r\n                            <h2 class=\"my-4 text-2xl font-bold tracking-tight text-gray-900 dark:text-white\">\r\n                                <a href=\"https:\/\/animalactin.eu\/de\/ubergewicht-bei-tieren-und-die-belastung-der-gelenke-warum-die-ernahrung-nicht-alles-ist\/\">\u00dcbergewicht bei Tieren und Gelenkbelastung \u2013 warum die Ern\u00e4hrung nicht alles ist<\/a>\r\n                            <\/h2>\r\n\r\n                            <div class=\"grow text-gray-500 dark:text-gray-400\">\r\n                                Hunde und Katzen wurden \u00fcber Jahrtausende domestiziert, was zu erheblichen Unterschieden zu ihren wilden Vorfahren f\u00fchrte. Viele f\u00fchren heute ein sesshaftes, h\u00e4usliches Leben. [\u2026]                            <\/div>\r\n\r\n                            <div class=\"flex justify-start items-center gap-1 mt-4 text-sm text-primary font-normal\">\r\n                                <div class=\"\">1. April 2026                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    11 Minuten Lesezeit\r\n                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    Rados\u0142aw Kuczy\u0144ski                                <\/div>\r\n                            <\/div>\r\n\r\n                        <\/article>\r\n                                            <article class=\"flex flex-col bg-white rounded-lg\">\r\n                            <a href=\"https:\/\/animalactin.eu\/de\/gemuse-in-einer-ausgewogenen-hundeernahrung\/\">\r\n                                <img decoding=\"async\" loading=\"lazy\" class=\"mb-5 rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2026\/02\/warzywa-w-prawidlowej-diecie-psa.webp\">\r\n                            <\/a>\r\n\r\n                            <h2 class=\"my-4 text-2xl font-bold tracking-tight text-gray-900 dark:text-white\">\r\n                                <a href=\"https:\/\/animalactin.eu\/de\/gemuse-in-einer-ausgewogenen-hundeernahrung\/\">Gem\u00fcse in einer ausgewogenen Hundeern\u00e4hrung<\/a>\r\n                            <\/h2>\r\n\r\n                            <div class=\"grow text-gray-500 dark:text-gray-400\">\r\n                                Gem\u00fcse wird in der Hundeern\u00e4hrung oft vernachl\u00e4ssigt. Obwohl tierische Nahrungsmittel die Grundlage der Hundeern\u00e4hrung bilden m\u00fcssen, sollte eine ausgewogene Ern\u00e4hrung nicht [...] enthalten.                            <\/div>\r\n\r\n                            <div class=\"flex justify-start items-center gap-1 mt-4 text-sm text-primary font-normal\">\r\n                                <div class=\"\">23. Februar 2026                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    14 Minuten Lesezeit\r\n                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    Marta Majewska                                <\/div>\r\n                            <\/div>\r\n\r\n                        <\/article>\r\n                                            <article class=\"flex flex-col bg-white rounded-lg\">\r\n                            <a href=\"https:\/\/animalactin.eu\/de\/wie-sie-ein-gutes-probiotikum-fur-ihren-hund-auswahlen\/\">\r\n                                <img decoding=\"async\" loading=\"lazy\" class=\"mb-5 rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2026\/02\/jak-wybrac-dobry-probiotyk-dla-psa.webp\">\r\n                            <\/a>\r\n\r\n                            <h2 class=\"my-4 text-2xl font-bold tracking-tight text-gray-900 dark:text-white\">\r\n                                <a href=\"https:\/\/animalactin.eu\/de\/wie-sie-ein-gutes-probiotikum-fur-ihren-hund-auswahlen\/\">Wie w\u00e4hlt man ein gutes Probiotikum f\u00fcr seinen Hund aus?<\/a>\r\n                            <\/h2>\r\n\r\n                            <div class=\"grow text-gray-500 dark:text-gray-400\">\r\n                                Was sind Probiotika? Laut den Definitionen der Ern\u00e4hrungs- und Landwirtschaftsorganisation der Vereinten Nationen (FAO) und der Weltgesundheitsorganisation (WHO) sind Probiotika \u201elebende Mikroorganismen, die [\u2026]\u201c.                            <\/div>\r\n\r\n                            <div class=\"flex justify-start items-center gap-1 mt-4 text-sm text-primary font-normal\">\r\n                                <div class=\"\">10. Februar 2026                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    19 Minuten Lesezeit\r\n                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    Dominika Czortek                                <\/div>\r\n                            <\/div>\r\n\r\n                        <\/article>\r\n                                        \r\n                \r\n            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n    <\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Suplementy dla zwierz\u0105t z MicroLactinem\u00ae - ANIMALACTIN\u00ae<\/title>\n<meta name=\"description\" content=\"Poznaj rewolucyjne suplementy ANIMALACTIN\u00ae z unikalnym sk\u0142adnikiem MicroLactinem\u00ae. Zadbaj o optymalne zdrowie swojego zwierzaka dzi\u0119ki innowacyjnej formule.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/animalactin.eu\/de\/produkte\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Suplementy dla zwierz\u0105t z MicroLactinem\u00ae - ANIMALACTIN\u00ae\" \/>\n<meta property=\"og:description\" content=\"Poznaj rewolucyjne suplementy ANIMALACTIN\u00ae z unikalnym sk\u0142adnikiem MicroLactinem\u00ae. Zadbaj o optymalne zdrowie swojego zwierzaka dzi\u0119ki innowacyjnej formule.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/animalactin.eu\/de\/produkte\/\" \/>\n<meta property=\"og:site_name\" content=\"ANIMALACTIN\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-05T14:35:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/1200x630_OG_photo_14072025.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/animalactin.eu\/produkty\/\",\"url\":\"https:\/\/animalactin.eu\/produkty\/\",\"name\":\"Suplementy dla zwierz\u0105t z MicroLactinem\u00ae - ANIMALACTIN\u00ae\",\"isPartOf\":{\"@id\":\"https:\/\/animalactin.eu\/#website\"},\"datePublished\":\"2025-03-20T21:29:31+00:00\",\"dateModified\":\"2025-08-05T14:35:23+00:00\",\"description\":\"Poznaj rewolucyjne suplementy ANIMALACTIN\u00ae z unikalnym sk\u0142adnikiem MicroLactinem\u00ae. Zadbaj o optymalne zdrowie swojego zwierzaka dzi\u0119ki innowacyjnej formule.\",\"breadcrumb\":{\"@id\":\"https:\/\/animalactin.eu\/produkty\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/animalactin.eu\/produkty\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/animalactin.eu\/produkty\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/animalactin.eu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Produkty\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/animalactin.eu\/#website\",\"url\":\"https:\/\/animalactin.eu\/\",\"name\":\"ANIMALACTIN\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/animalactin.eu\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/animalactin.eu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/animalactin.eu\/#organization\",\"name\":\"ANIMALACTIN\",\"url\":\"https:\/\/animalactin.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png\",\"contentUrl\":\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png\",\"width\":74,\"height\":36,\"caption\":\"ANIMALACTIN\"},\"image\":{\"@id\":\"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tiererg\u00e4nzungsmittel mit MicroLactinem\u00ae - ANIMALACTIN\u00ae","description":"Entdecken Sie die revolution\u00e4ren ANIMALACTIN\u00ae-Nahrungserg\u00e4nzungsmittel mit dem einzigartigen Inhaltsstoff MicroLactinem\u00ae. Sorgen Sie mit dieser innovativen Formel f\u00fcr die optimale Gesundheit Ihres Haustieres.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/animalactin.eu\/de\/produkte\/","og_locale":"de_DE","og_type":"article","og_title":"Suplementy dla zwierz\u0105t z MicroLactinem\u00ae - ANIMALACTIN\u00ae","og_description":"Poznaj rewolucyjne suplementy ANIMALACTIN\u00ae z unikalnym sk\u0142adnikiem MicroLactinem\u00ae. Zadbaj o optymalne zdrowie swojego zwierzaka dzi\u0119ki innowacyjnej formule.","og_url":"https:\/\/animalactin.eu\/de\/produkte\/","og_site_name":"ANIMALACTIN","article_modified_time":"2025-08-05T14:35:23+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/1200x630_OG_photo_14072025.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/animalactin.eu\/produkty\/","url":"https:\/\/animalactin.eu\/produkty\/","name":"Tiererg\u00e4nzungsmittel mit MicroLactinem\u00ae - ANIMALACTIN\u00ae","isPartOf":{"@id":"https:\/\/animalactin.eu\/#website"},"datePublished":"2025-03-20T21:29:31+00:00","dateModified":"2025-08-05T14:35:23+00:00","description":"Entdecken Sie die revolution\u00e4ren ANIMALACTIN\u00ae-Nahrungserg\u00e4nzungsmittel mit dem einzigartigen Inhaltsstoff MicroLactinem\u00ae. Sorgen Sie mit dieser innovativen Formel f\u00fcr die optimale Gesundheit Ihres Haustieres.","breadcrumb":{"@id":"https:\/\/animalactin.eu\/produkty\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/animalactin.eu\/produkty\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/animalactin.eu\/produkty\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/animalactin.eu\/"},{"@type":"ListItem","position":2,"name":"Produkty"}]},{"@type":"WebSite","@id":"https:\/\/animalactin.eu\/#website","url":"https:\/\/animalactin.eu\/","name":"ANIMALACTIN","description":"","publisher":{"@id":"https:\/\/animalactin.eu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/animalactin.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/animalactin.eu\/#organization","name":"ANIMALACTIN","url":"https:\/\/animalactin.eu\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/","url":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png","contentUrl":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png","width":74,"height":36,"caption":"ANIMALACTIN"},"image":{"@id":"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/animalactin.eu\/de\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/animalactin.eu\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/animalactin.eu\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/de\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":9,"href":"https:\/\/animalactin.eu\/de\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":760,"href":"https:\/\/animalactin.eu\/de\/wp-json\/wp\/v2\/pages\/14\/revisions\/760"}],"wp:attachment":[{"href":"https:\/\/animalactin.eu\/de\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}