{"id":20,"date":"2025-03-20T22:30:07","date_gmt":"2025-03-20T21:30:07","guid":{"rendered":"https:\/\/animalactin.localhost\/?page_id=20"},"modified":"2026-03-25T16:43:05","modified_gmt":"2026-03-25T15:43:05","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/animalactin.eu\/de\/kontakt\/","title":{"rendered":"Kontakt"},"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\/Hero-1.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                                Haben Sie noch Fragen?                            <\/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                                    Kontaktieren Sie uns! Hier finden Sie Antworten auf h\u00e4ufig gestellte Fragen und einen schnellen Zugang zu unserem Shop, wo Sie bequem Produkte f\u00fcr Ihr Haustier bestellen k\u00f6nnen.                                <\/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\r\n    <!-- Render in front -->\r\n\r\n    <section class=\"bg-gray-50 dark:bg-gray-900\">\r\n        <div class=\"py-8 px-4 mx-auto max-w-screen-xl sm:py-16 lg:px-6 flex flex-col\">\r\n            <h2 class=\"text-3xl font-extrabold leading-tight tracking-tight sm:text-5xl text-center mb-6 lg:mb-8\">\r\n                H\u00e4ufig gestellte Fragen            <\/h2>\r\n\r\n            <p class=\"mt-4 text-base font-normal text-gray-500 sm:text-xl\">\r\n                            <\/p>\r\n\r\n            <div x-data=\"{ opened: null }\">\r\n                                                    <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 1, 'text-gray-500 hover:text-black': opened !== 1 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 1 ? null : 1)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Kann ich mit Ihrer Marke zusammenarbeiten?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 1 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content1\"\r\n                                x-bind:style=\"opened === 1 ? 'max-height: ' + $refs.content1.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Ja, wir sind offen f\u00fcr Kooperationen mit Tier\u00e4rzten, Zoohandlungen und Influencern. Kontaktieren Sie uns unter&nbsp;<a href=\"mailto:info@animalactin.eu\">info@animalactin.eu<\/a>, Und wir besprechen die Details gerne mit Ihnen!<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 2, 'text-gray-500 hover:text-black': opened !== 2 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 2 ? null : 2)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Wo finde ich die aktuellsten Informationen zu Ihren Produkten?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 2 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content2\"\r\n                                x-bind:style=\"opened === 2 ? 'max-height: ' + $refs.content2.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Informationen zu unseren Produkten finden Sie auf unseren Webseiten. <a href=\"http:\/\/www.animalactin.shop\">www.animalactin.eu<\/a> und www.animalactin.shop.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 3, 'text-gray-500 hover:text-black': opened !== 3 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 3 ? null : 3)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Kann ich ein Produkt telefonisch bestellen?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 3 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content3\"\r\n                                x-bind:style=\"opened === 3 ? 'max-height: ' + $refs.content3.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Nein. Das Produkt kann \u00fcber die Website bestellt werden. <a href=\"http:\/\/www.animalactin.shop\">www.animalactin.shop<\/a>.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 4, 'text-gray-500 hover:text-black': opened !== 4 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 4 ? null : 4)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Wie lange dauert es, bis auf eine Nachricht geantwortet wird?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 4 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content4\"\r\n                                x-bind:style=\"opened === 4 ? 'max-height: ' + $refs.content4.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Wir bem\u00fchen uns, so schnell wie m\u00f6glich zu antworten, in der Regel innerhalb weniger Tage.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 5, 'text-gray-500 hover:text-black': opened !== 5 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 5 ? null : 5)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Ich habe noch keine Antwort auf meine Frage gefunden \u2013 was soll ich tun?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 5 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content5\"\r\n                                x-bind:style=\"opened === 5 ? 'max-height: ' + $refs.content5.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Schreiben Sie uns \u2013 das Kontaktformular finden Sie unten.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 6, 'text-gray-500 hover:text-black': opened !== 6 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 6 ? null : 6)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Ist ANIMALACTIN wirksam?<span class=\"font-normal\">\u00ae<\/span> wurde dies durch wissenschaftliche Forschung best\u00e4tigt?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 6 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content6\"\r\n                                x-bind:style=\"opened === 6 ? 'max-height: ' + $refs.content6.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Ja, es wurde best\u00e4tigt. Bitte besuchen Sie unsere Website. <a href=\"https:\/\/animalactin.eu\/badania-naukowe\/\">wissenschaftliche Forschung<\/a>.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                <\/div>\r\n                    <\/div>\r\n    <\/section>\r\n\r\n\r\n\n\n\r\n    <!-- Render in front -->\r\n\r\n    <section class=\"columns-img                bg-white dark:bg-primary\">\r\n\r\n        <div class=\"gap-16 items-center mx-auto max-w-screen-xl lg:flex py-8 lg:py-16 px-6\">\r\n\r\n            <div class=\"lg:w-1\/2 font-light text-gray-500 sm:text-lg dark:text-gray-400 relative max-lg:mb-8\">\r\n\r\n                <div class=\"relative z-10\">\r\n                    <h2 class=\"mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white\">\r\n                        Wollen Sie mehr?                    <\/h2>\r\n                    <div class=\"mb-4 format-base sm:format-lg lg:format-2xl text-gray-500 dark:text-white w-full max-w-none\">\r\n                        <p>Besuchen Sie unseren Shop und entdecken Sie die gesamte Produktpalette an Nahrungserg\u00e4nzungsmitteln und anderen Produkten.,<br \/>\nAlles, was Sie f\u00fcr die Gesundheit, Vitalit\u00e4t und Lebensfreude Ihres Haustieres ben\u00f6tigen. Hier finden Sie alles, was Sie f\u00fcr die Pflege der Gelenke, der Haut, des Fells und des allgemeinen Wohlbefindens Ihres Tieres brauchen!<\/p>\n                    <\/div>\r\n\r\n                                            <div class=\"mt-8 lg:mt-16\">\r\n                                                        <a href=\"https:\/\/animalactin.shop\/\" title=\"\" class=\"btn btn--primary\" role=\"button\">\r\n                                Besuchen Sie den Laden                                <svg aria-hidden=\"true\" class=\"w-5 h-5 ml-2 -mr-1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                                    viewbox=\"0 0 20 20\" fill=\"currentColor\">\r\n                                    <path fill-rule=\"evenodd\"\r\n                                        d=\"M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z\"\r\n                                        clip-rule=\"evenodd\" \/>\r\n                                <\/svg>\r\n                            <\/a>\r\n                        <\/div>\r\n                                    <\/div>\r\n\r\n                \r\n            <\/div>\r\n            <div class=\"lg:w-1\/2\">\r\n                                    <img decoding=\"async\" class=\"w-full rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Right-content-1.png\" alt=\"\">\r\n                            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n\n\n\r\n\r\n    <!-- Render in front -->\r\n\r\n    <div class=\"py-8 lg:py-16 px-6 mx-auto max-w-screen-xl\">\r\n\r\n        <div class=\"mx-auto mb-16 bg-white rounded-lg lg:mb-28\">\r\n\r\n            <div class=\"mb-8 text-center mb-4 lg:mb-16\">\r\n                <div\r\n                    class=\"text-xl lg:text-4xl font-bold leading-tight tracking-tight text-gray-900 md:text-2xl dark:text-white\">\r\n                    Schreiben Sie uns!                <\/div>\r\n                <div class=\"mt-4 text-base lg:text-xl font-normal text-gray-500 dark:text-gray-400\">\r\n                    Haben Sie Fragen? Wir helfen Ihnen gerne! F\u00fcllen Sie das Formular aus, und unser Team wird sich schnellstm\u00f6glich mit Ihnen in Verbindung setzen.                <\/div>\r\n            <\/div>\r\n\r\n            \r\n            \r\n            <form\r\n                class=\"form grid grid-cols-1 gap-8  sm:grid-cols-2 max-w-3xl mx-auto\"\r\n                x-data=\"FormValidator()\"\r\n                method=\"POST\"\r\n                action=\"\" data-trp-original-action=\"\">\r\n\r\n\r\n                <div class=\"form__field\">\r\n                    <label for=\"first-name\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Name (Nachname)*<\/label>\r\n                    <input type=\"text\" id=\"first-name\" name=\"firstname\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"last-name\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Name\/Rasse des Haustiers (optional)<\/label>\r\n                    <input type=\"text\" id=\"last-name\" name=\"lastname\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"email\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">E-Mail-Adresse*<\/label>\r\n                    <input type=\"email\" id=\"email\" name=\"email\" class=\"shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\"\r\n                        data-pristine-email-message=\"Adres e-mail jest niepoprawny\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"phone-number\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Telefonnummer (optional)<\/label>\r\n                    <input type=\"number\" id=\"phone-number\" name=\"phone\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\">\r\n                <\/div>\r\n\r\n                <div class=\"sm:col-span-2 form__field\">\r\n                    <label for=\"message\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400\">Ihre Nachricht*<\/label>\r\n                    <textarea id=\"message\" rows=\"6\" name=\"message\" class=\"block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg shadow-sm border border-gray-300 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\"><\/textarea>\r\n                <\/div>\r\n\r\n                <div class=\"form__field sm:col-span-2\">\r\n                    <div class=\"form__field__checkbox\">\r\n                        <input class=\"flex-none custom-checkbox\" type=\"checkbox\" value=\"check\" name=\"check\" id=\"check\" required=\"\" data-pristine-required-message=\"Wymagana jest zgoda\">\r\n                        <label class=\"ml-2 mt-4 text-sm text-gray-500 [&#038;_p]:normal-case [&#038;_a]:underline [&#038;_a]:text-primary\" for=\"check\">\r\n                            <p>Ich best\u00e4tige, die Informationen zur Verarbeitung Ihrer personenbezogenen Daten gelesen zu haben. Verantwortlicher f\u00fcr die Verarbeitung Ihrer personenbezogenen Daten ist die Vet Pure SA, ul. Bobrowiecka 8, 00-728 Warschau. Ihre im Formular eingegebenen personenbezogenen Daten werden zum Zweck der Bearbeitung und Beantwortung Ihrer \u00fcber das Formular gesendeten Nachricht verarbeitet. Dies entspricht unserem berechtigten Interesse an der Kommunikation mit Website-Nutzern. Die \u00fcbermittelten Daten werden bis zur Beantwortung Ihrer Anfrage verarbeitet und k\u00f6nnen anschlie\u00dfend bis zum Ablauf der Verj\u00e4hrungsfrist f\u00fcr etwaige Anspr\u00fcche gespeichert werden. Die Angabe Ihrer personenbezogenen Daten ist freiwillig, jedoch erforderlich, um Ihre Nachricht zu versenden und eine Antwort zu erhalten. Sie haben insbesondere das Recht auf Auskunft, Berichtigung, L\u00f6schung, Einschr\u00e4nkung der Verarbeitung, Widerspruch gegen die Verarbeitung, Daten\u00fcbertragbarkeit und Beschwerde bei einer Aufsichtsbeh\u00f6rde. Ausf\u00fchrliche Informationen zur Verarbeitung personenbezogener Daten, einschlie\u00dflich Ihrer Rechte, finden Sie auf unserer Website. <a href=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/202505_animalactin.eu_polityka-prywatnosci.pdf\">Datenschutzrichtlinie<\/a>.<\/p>\n                        <\/label>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <button type=\"button\" @click=\"submit()\" class=\"py-3 px-5 text-sm font-medium text-center text-white rounded-lg bg-primary-700 sm:w-fit hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 cursor-pointer\">Nachricht senden<\/button>\r\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"de\"\/><\/form>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n\n\n\n\n    <!-- Render in front -->\n\n    <div class=\"py-8 lg:py-16 px-6 bg-primary\">\n\n        <div class=\"mx-auto max-w-screen-xl\">\n\n            \n                            <div class=\"space-y-8 text-center md:grid md:grid-cols-2 lg:grid-cols-3 md:gap-12 md:space-y-0\">\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Icon_company-details.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p>Vet Pure S.A.<br \/>\nul.&nbsp;Bobrowiecka 8<br \/>\n00-728 Warszawa<\/p>\n                            <\/div>\n                        <\/div>\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/92x81_Animalactin_dane_firmy_3.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p>NIP: 521-410-59-34<br \/>\nREGON: 540926819<\/p>\n                            <\/div>\n                        <\/div>\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/92x81_Animalactin_kontakt_1.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p><a href=\"mailto:info@vetpure.eu\">info@vetpure.eu<\/a><br \/>\n<a href=\"tel:+48%C2%A022%C2%A02553258\">+48\u00a022\u00a02553258<\/a><\/p>\n                            <\/div>\n                        <\/div>\n                    \n                <\/div>\n            \n        <\/div>\n\n    <\/div>\n\n\n\n\n<p><\/p>","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-20","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>Kontakt z ANIMALACTIN\u00ae<\/title>\n<meta name=\"description\" content=\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\" \/>\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\/kontakt\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kontakt z ANIMALACTIN\u00ae\" \/>\n<meta property=\"og:description\" content=\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/animalactin.eu\/de\/kontakt\/\" \/>\n<meta property=\"og:site_name\" content=\"ANIMALACTIN\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-25T15:43:05+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\/kontakt\/\",\"url\":\"https:\/\/animalactin.eu\/kontakt\/\",\"name\":\"Kontakt z ANIMALACTIN\u00ae\",\"isPartOf\":{\"@id\":\"https:\/\/animalactin.eu\/#website\"},\"datePublished\":\"2025-03-20T21:30:07+00:00\",\"dateModified\":\"2026-03-25T15:43:05+00:00\",\"description\":\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\",\"breadcrumb\":{\"@id\":\"https:\/\/animalactin.eu\/kontakt\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/animalactin.eu\/kontakt\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/animalactin.eu\/kontakt\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/animalactin.eu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kontakt\"}]},{\"@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":"Kontakt mit ANIMALACTIN\u00ae","description":"Haben Sie Fragen? Kontaktieren Sie ANIMALACTIN\u00ae! Wir helfen Ihnen gerne und beantworten alle Ihre Fragen zu unseren Produkten.","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\/kontakt\/","og_locale":"de_DE","og_type":"article","og_title":"Kontakt z ANIMALACTIN\u00ae","og_description":"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.","og_url":"https:\/\/animalactin.eu\/de\/kontakt\/","og_site_name":"ANIMALACTIN","article_modified_time":"2026-03-25T15:43:05+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\/kontakt\/","url":"https:\/\/animalactin.eu\/kontakt\/","name":"Kontakt mit ANIMALACTIN\u00ae","isPartOf":{"@id":"https:\/\/animalactin.eu\/#website"},"datePublished":"2025-03-20T21:30:07+00:00","dateModified":"2026-03-25T15:43:05+00:00","description":"Haben Sie Fragen? Kontaktieren Sie ANIMALACTIN\u00ae! Wir helfen Ihnen gerne und beantworten alle Ihre Fragen zu unseren Produkten.","breadcrumb":{"@id":"https:\/\/animalactin.eu\/kontakt\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/animalactin.eu\/kontakt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/animalactin.eu\/kontakt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/animalactin.eu\/"},{"@type":"ListItem","position":2,"name":"Kontakt"}]},{"@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\/20","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=20"}],"version-history":[{"count":40,"href":"https:\/\/animalactin.eu\/de\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":1094,"href":"https:\/\/animalactin.eu\/de\/wp-json\/wp\/v2\/pages\/20\/revisions\/1094"}],"wp:attachment":[{"href":"https:\/\/animalactin.eu\/de\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}