{"id":936,"date":"2025-08-27T23:55:12","date_gmt":"2025-08-27T23:55:12","guid":{"rendered":"https:\/\/fitconsent.com\/?page_id=936"},"modified":"2025-10-25T15:06:27","modified_gmt":"2025-10-25T15:06:27","slug":"preise","status":"publish","type":"page","link":"https:\/\/fitconsent.com\/de_de\/preise\/","title":{"rendered":"Preise"},"content":{"rendered":"<!DOCTYPE html>\n<html>\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Pricing Toggle Switch<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: #f8fafc; \/* bg-slate-50 *\/\n            \/* Subtle background pattern for an artistic touch *\/\n            background-image: radial-gradient(#e2e8f0 0.5px, transparent 0.5px);\n            background-size: 16px 16px;\n        }\n\n        \/* The core toggle switch styling *\/\n        .switch {\n            position: relative;\n            display: inline-block;\n            width: 60px;\n            height: 34px;\n        }\n\n        \/* Hide the default HTML checkbox *\/\n        .switch input {\n            opacity: 0;\n            width: 0;\n            height: 0;\n        }\n\n        \/* The slider\/track of the toggle *\/\n        .slider {\n            position: absolute;\n            cursor: pointer;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background-color: #e5e7eb; \/* gray-200 *\/\n            transition: .4s;\n            border-radius: 34px;\n        }\n\n        \/* The thumb\/circle of the toggle switch *\/\n        .slider:before {\n            position: absolute;\n            content: \"\";\n            height: 26px;\n            width: 26px;\n            left: 4px;\n            bottom: 4px;\n            background-color: white;\n            transition: .4s;\n            border-radius: 50%;\n        }\n\n        \/* Change background color when the switch is checked (on) *\/\n        input:checked + .slider {\n            background-color: #2563eb; \/* blue-600 *\/\n        }\n\n        \/* Move the thumb to the right when the switch is checked *\/\n        input:checked + .slider:before {\n            transform: translateX(26px);\n        }\n        \n        \/* --- NEW: Key improvements for card layout and button alignment --- *\/\n\n        \/* Ensure all cards in the grid stretch to the same height *\/\n        .pricing-card {\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* Make the inner WooCommerce container also a flex column that fills the card *\/\n        .wp-block-woocommerce-single-product {\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n\n        \/* Key improvement for equal height cards in WooCommerce blocks *\/\n        .wp-block-woocommerce-single-product {\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        .wp-block-woocommerce-single-product .wp-block-columns {\n            flex-grow: 1;\n        }\n\n        \/* Style WooCommerce buttons to match the custom button for a consistent look *\/\n        .wp-block-woocommerce-single-product .wp-block-button__link {\n            width: 100%;\n            text-align: center;\n            background-color: #1f2937; \/* bg-gray-800 *\/\n            color: white !important; \/* Override theme link colors *\/\n            font-weight: 600; \/* font-semibold *\/\n            padding-top: 0.75rem; \/* py-3 *\/\n            padding-bottom: 0.75rem;\n            border-radius: 0.5rem; \/* rounded-lg *\/\n            transition: background-color 0.3s;\n            border: none !important; \/* Remove default borders *\/\n        }\n        .wp-block-woocommerce-single-product .wp-block-button__link:hover {\n            background-color: #111827; \/* bg-gray-900 *\/\n        }\n\n        \/* Consistent feature list styling *\/\n        .feature-list {\n            list-style: none;\n            padding: 0;\n        }\n        .feature-list li, .woocommerce-product-details__short-description p {\n            display: flex;\n            align-items: center;\n            margin-bottom: 1rem !important; \/* Use !important to override WP inline styles *\/\n            font-size: 0.875rem;\n            color: #4b5563; \/* gray-600 *\/\n        }\n        .feature-list li::before, .woocommerce-product-details__short-description p::before {\n            \/* Modern SVG checkmark icon *\/\n            content: '';\n            flex-shrink: 0;\n            display: inline-block;\n            width: 1.25rem; \/* w-5 *\/\n            height: 1.25rem; \/* h-5 *\/\n            margin-right: 0.75rem; \/* mr-3 *\/\n            background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 20 20' fill='%232563eb'%3e%3cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd' \/%3e%3c\/svg%3e\");\n            background-size: contain;\n            background-repeat: no-repeat;\n        }\n\n    .feature-comparison-container {\n        max-width: 1200px;\n        margin: 2rem auto;\n        padding: 0 1rem;\nbackground-color: #ffffff;\n    }\n    \n    .feature-comparison-table {\n        width: 100%;\n        border-collapse: collapse;\n        border: 1px solid #e5e7eb;\n        border-radius: 0.75rem;\n        overflow: hidden;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);\n    }\n    \n    .feature-comparison-table th,\n    .feature-comparison-table td {\n        padding: 1rem 1.25rem;\n        text-align: left;\n        border-bottom: 1px solid #e5e7eb;\n    }\n    \n    .feature-comparison-table thead th {\n        background-color: #f9fafb;\n        font-size: 1rem;\n        font-weight: 600;\n        text-align: center;\n        border-left: 1px solid #e5e7eb;\n    }\n\n    .feature-comparison-table thead th:first-child {\n        text-align: left;\n        border-left: none;\n    }\n    \n    .feature-comparison-table tbody td {\n        font-size: 0.875rem;\n        color: #374151;\n        text-align: center;\n        border-left: 1px solid #e5e7eb;\n    }\n\n    .feature-comparison-table tbody td:first-child {\n        text-align: left;\n        font-weight: 500;\n        color: #111827;\n        border-left: none;\n    }\n\n    .category-row td {\n        background-color: #f9fafb;\n        font-size: 18;\n        font-weight: 700;\n        color: #000;\n        padding-top: 1.5rem;\n        padding-bottom: 0.5rem;\n        border-left: none;\n    }\n  \n    .check-icon {\n        color: #22c55e; \/* Green-500 *\/\n        font-weight: bold;\n        font-size: 1.25rem;\n    }\n    \n    .cross-icon {\n        color: #9ca3af; \/* Gray-400 *\/\n        font-weight: bold;\n        font-size: 1.25rem;\n    }\n\n    .text-value {\n        font-size: 0.75rem;\n        font-weight: 500;\n        color: #4b5563;\n    }\n\n    \/* Responsive adjustments *\/\n    @media (max-width: 768px) {\n        .feature-comparison-container {\n            overflow-x: auto;\n        }\n        .feature-comparison-table {\n            min-width: 800px; \/* Ensure table is wide enough to scroll *\/\n        }\n    }\n    <\/style>\n<\/head>\n<body class=\"font-sans antialiased text-gray-800\">\n<!-- Main Container -->\n\n<div class=\"w-full max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8\">\n<div class=\"text-center mb-12\">\n<h1 class=\"text-4xl sm:text-5xl font-extrabold text-gray-900 leading-tight\">\nEinfache und transparente Preise\n<\/h1>\n<p class=\"mt-4 text-xl text-gray-600 max-w-2xl mx-auto\">\nKeine versteckten Geb\u00fchren. Keine \u00dcberraschungen. Nur gro\u00dfartiger Service zu einem fairen Preis.\n<\/p>\n<\/div>\n\n<!-- Toggle Switch Container -->\n<div class=\"flex flex-col items-center space-y-4 mb-12\">\n    <div class=\"flex items-center space-x-4 p-2 bg-white rounded-full shadow-lg border border-gray-200\">\n        <span id=\"monthly-text\" class=\"text-gray-900 font-semibold transition-colors duration-300\">Monatlich<\/span>\n        <label class=\"switch\">\n            <input type=\"checkbox\" id=\"planToggleSwitch\">\n            <span class=\"slider\"><\/span>\n        <\/label>\n        <span id=\"annual-text\" class=\"text-gray-400 font-semibold transition-colors duration-300\">J\u00e4hrlich<\/span>\n    <\/div>\n    <!-- Savings text, hidden by default -->\n    <div id=\"annual-savings\" class=\"hidden text-sm font-semibold text-green-600 bg-green-50 px-3 py-1.5 rounded-full mt-2\">\n        Spare 10 % bei j\u00e4hrlicher Abrechnung!\n    <\/div>\n<\/div>\n\n<!-- Pricing Plans Container -->\n<div id=\"pricing-plans-container\">\n\n    <!-- Monthly Plans -->\n    <div id=\"monthly-plans\" class=\"flex flex-wrap justify-center -mx-4\">\n        \n        <!-- Hobby Plan -->\n        \n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                <div class=\"text-center\">\n                    <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Hobby<\/h3>\n                    <p class=\"mt-2 text-lg text-gray-800\">Bis zu 20 Unterseiten<\/p>\n                    <p class=\"mt-6 mb-8 text-4xl font-extrabold text-gray-900\">Kostenlos<\/p>\n                <\/div>\n                <div class=\"flex-grow\">\n                    <ul class=\"feature-list space-y-4\">\n                        <li>Google Consent Mode v2<\/li>\n                        <li>Grundlegende Banner-Anpassung<\/li>\n                        <li>1 Sprache<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"mt-8 pt-6 is-layout-flow wp-block-column-is-layout-flow\">\n                    \n                    <div class=\"wp-block-buttons alignfull is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n                        \n                        <div class=\"wp-block-button is-style-fill w-full\"><a class=\"wp-block-button__link wp-element-button w-full text-center bg-gray-800 hover:bg-gray-900 text-white font-semibold py-3 rounded-lg transition-colors\" href=\"https:\/\/app.fitconsent.com\/de\/dashboard\">Starten<\/a><\/div>\n                        \n                    <\/div>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        \n\n        <!-- Lite Plan -->\n        \n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl is-layout-flow wp-block-column-is-layout-flow\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"281\" data-wp-context=\"{&quot;productId&quot;:281,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Lite<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Bis zu 60 Unterseiten<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>13.00<\/bdi><\/span> <span class=\"subscription-details\"> \/ Monat mit ein 14-Tage kostenlose Testphase<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-de\" class=\"feature-list space-y-4 text-gray-700\" lang=\"de\">\n<li>Alle Hobby-Funktionen plus:<\/li>\n<li>\u201ePowered by\u201c-Branding entfernen<\/li>\n<li>Einbettbare Cookie-Erkl\u00e4rung<\/li>\n<li>Erweiterte Farb- und Schriftartengestaltung<\/li>\n<li>Unbegrenzte Sprachen<\/li>\n<li>Geotargeting<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":281,\"productType\":\"subscription\",\"addToCartText\":\"Abonnieren\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### im Warenkorb\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/de_de\/wp-json\/wp\/v2\/pages\/936?add-to-cart=281\" rel=\"nofollow\" data-product_id=\"281\" data-product_sku=\"\" aria-label=\"Abonnieren: \u201eFitConsent Lite Plan - Monthly\u201c\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Abonnieren<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n                \n                \n            <\/div>\n        <\/div>\n        \n\n        <!-- Pro Plan (Most Popular) -->\n        \n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"popular-card relative bg-gradient-to-b from-blue-50 to-white rounded-2xl shadow-lg p-8 h-full flex flex-col border-2 border-blue-600 transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                <span class=\"absolute top-0 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 bg-blue-600 text-white text-xs font-bold px-3 py-1 rounded-full shadow-md is-layout-flow wp-block-column-is-layout-flow\">\n                    Am beliebtesten\n                <\/span>\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"122\" data-wp-context=\"{&quot;productId&quot;:122,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Pro<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Bis zu 400 Unterseiten<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>17.00<\/bdi><\/span> <span class=\"subscription-details\"> \/ Monat mit ein 14-Tage kostenlose Testphase<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-de\" class=\"feature-list space-y-4 text-gray-700\" lang=\"de\">\n<li>Alle Lite-Funktionen plus:<\/li>\n<li>KI-gest\u00fctzte Optimierung<\/li>\n<li>Detaillierte Analysen und Export<\/li>\n<li>Globale Datenschutzkontrolle (GPC)<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":122,\"productType\":\"subscription\",\"addToCartText\":\"Abonnieren\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### im Warenkorb\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/de_de\/wp-json\/wp\/v2\/pages\/936?add-to-cart=122\" rel=\"nofollow\" data-product_id=\"122\" data-product_sku=\"\" aria-label=\"Abonnieren: \u201eFitConsent Pro Plan - Monthly\u201c\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Abonnieren<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n            \n                \n            <\/div>\n        <\/div>\n        \n\n        <!-- Pro Large Plan -->\n        \n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl is-layout-flow wp-block-column-is-layout-flow\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"125\" data-wp-context=\"{&quot;productId&quot;:125,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Pro Large<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Bis zu 6,000 Unterseiten<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>63.00<\/bdi><\/span> <span class=\"subscription-details\"> \/ Monat mit ein 14-Tage kostenlose Testphase<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-de\" class=\"feature-list space-y-4 text-gray-700\" lang=\"de\">\n<li>Alle Pro-Funktionen plus:<\/li>\n<li>T\u00e4gliche Cookie-Scans<\/li>\n<li>Priorit\u00e4rer E-Mail- und Chat-Support<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w--full  align- is-style-fill w--full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":125,\"productType\":\"subscription\",\"addToCartText\":\"Abonnieren\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### im Warenkorb\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/de_de\/wp-json\/wp\/v2\/pages\/936?add-to-cart=125\" rel=\"nofollow\" data-product_id=\"125\" data-product_sku=\"\" aria-label=\"Abonnieren: \u201eFitConsent Pro Large Plan - Monthly\u201c\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Abonnieren<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n                \n                \n            <\/div>\n        <\/div>\n        \n\n        <!-- Business Plan -->\n        \n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl is-layout-flow wp-block-column-is-layout-flow\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"289\" data-wp-context=\"{&quot;productId&quot;:289,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Business<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Mehr als 6,000 Unterseiten<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>90.00<\/bdi><\/span> <span class=\"subscription-details\"> \/ Monat mit ein 14-Tage kostenlose Testphase<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-de\" class=\"feature-list space-y-4 text-gray-700\" lang=\"de\">\n<li>Alle Pro Large-Funktionen plus:<\/li>\n<li>Benutzerdefinierte Integrationen<\/li>\n<li>Detaillierte Analysen und Exporte<\/li>\n<li>Eigener Support-Manager<\/li>\n<li>SLA-Garantien<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":289,\"productType\":\"subscription\",\"addToCartText\":\"Abonnieren\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### im Warenkorb\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/de_de\/wp-json\/wp\/v2\/pages\/936?add-to-cart=289\" rel=\"nofollow\" data-product_id=\"289\" data-product_sku=\"\" aria-label=\"Abonnieren: \u201eFitConsent Business Plan - Monthly\u201c\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Abonnieren<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n                \n                \n            <\/div>\n        <\/div>\n        \n    <\/div>\n\n    <!-- Annual Plans -->\n    <div id=\"annual-plans\" class=\"hidden flex flex-wrap justify-center -mx-4\">\n        <!-- Hobby Plan -->\n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                <div class=\"text-center\">\n                    <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Hobby<\/h3>\n                    <p class=\"mt-2 text-lg text-gray-800\">Bis zu 20 Unterseiten<\/p>\n                    <p class=\"mt-6 mb-8 text-4xl font-extrabold text-gray-900\">Kostenlos<\/p>\n                <\/div>\n                <div class=\"flex-grow\">\n                    <ul class=\"feature-list space-y-4\">\n                        <li>Google Consent Mode v2<\/li>\n                        <li>Grundlegende Banner-Anpassung<\/li>\n                        <li>1 Sprache<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"mt-8 pt-6\">\n                    <div class=\"wp-block-buttons alignfull\">\n                        <div class=\"wp-block-button is-style-fill w-full\"><a class=\"wp-block-button__link wp-element-button w-full text-center bg-gray-800 hover:bg-gray-900 text-white font-semibold py-3 rounded-lg transition-colors\">Starten<\/a><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Lite Plan - Annual -->\n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"291\" data-wp-context=\"{&quot;productId&quot;:291,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Lite<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Bis zu 60 Unterseiten<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>130.00<\/bdi><\/span> <span class=\"subscription-details\"> \/ Jahr mit ein 14-Tage kostenlose Testphase<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-de\" class=\"feature-list space-y-4 text-gray-700\" lang=\"de\">\n<li>Alle Hobby-Funktionen plus:<\/li>\n<li>\u201ePowered by\u201c-Branding entfernen<\/li>\n<li>Einbettbare Cookie-Erkl\u00e4rung<\/li>\n<li>Erweiterte Farb- und Schriftartengestaltung<\/li>\n<li>Unbegrenzte Sprachen<\/li>\n<li>Geotargeting<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":291,\"productType\":\"subscription\",\"addToCartText\":\"Abonnieren\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### im Warenkorb\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/de_de\/wp-json\/wp\/v2\/pages\/936?add-to-cart=291\" rel=\"nofollow\" data-product_id=\"291\" data-product_sku=\"\" aria-label=\"Abonnieren: \u201eFitConsent Lite Plan - Annual\u201c\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Abonnieren<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n            \n                \n            <\/div>\n        <\/div>\n\n        <!-- Pro Plan - Annual (Most Popular) -->\n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"popular-card relative bg-gradient-to-b from-blue-50 to-white rounded-2xl shadow-lg p-8 h-full flex flex-col border-2 border-blue-600 transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                <span class=\"absolute top-0 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 bg-blue-600 text-white text-xs font-bold px-3 py-1 rounded-full shadow-md\">\n                    Am beliebtesten\n                <\/span>\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"292\" data-wp-context=\"{&quot;productId&quot;:292,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Pro<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Bis zu 400 Unterseiten<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>170.00<\/bdi><\/span> <span class=\"subscription-details\"> \/ Jahr mit ein 14-Tage kostenlose Testphase<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-de\" class=\"feature-list space-y-4 text-gray-700\" lang=\"de\">\n<li>Alle Lite-Funktionen plus:<\/li>\n<li>KI-gest\u00fctzte Optimierung<\/li>\n<li>Detaillierte Analysen und Export<\/li>\n<li>Globale Datenschutzkontrolle (GPC)<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":292,\"productType\":\"subscription\",\"addToCartText\":\"Abonnieren\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### im Warenkorb\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/de_de\/wp-json\/wp\/v2\/pages\/936?add-to-cart=292\" rel=\"nofollow\" data-product_id=\"292\" data-product_sku=\"\" aria-label=\"Abonnieren: \u201eFitConsent Pro Plan - Annual\u201c\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Abonnieren<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n            \n                \n            <\/div>\n        <\/div>\n\n        <!-- Pro Large Plan - Annual -->\n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"293\" data-wp-context=\"{&quot;productId&quot;:293,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Pro Large<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Bis zu 6,000 Unterseiten<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>630.00<\/bdi><\/span> <span class=\"subscription-details\"> \/ Jahr mit ein 14-Tage kostenlose Testphase<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-de\" class=\"feature-list space-y-4 text-gray-700\" lang=\"de\">\n<li>Alle Pro-Funktionen plus:<\/li>\n<li>T\u00e4gliche Cookie-Scans<\/li>\n<li>Priorit\u00e4rer E-Mail- und Chat-Support<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":293,\"productType\":\"subscription\",\"addToCartText\":\"Abonnieren\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### im Warenkorb\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/de_de\/wp-json\/wp\/v2\/pages\/936?add-to-cart=293\" rel=\"nofollow\" data-product_id=\"293\" data-product_sku=\"\" aria-label=\"Abonnieren: \u201eFitConsent Pro Large Plan - Annual\u201c\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Abonnieren<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n                \n                \n            <\/div>\n        <\/div>\n\n        <!-- Business Plan - Annual -->\n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"927\" data-wp-context=\"{&quot;productId&quot;:927,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Business<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Mehr als 6,000 Unterseiten<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>750.00<\/bdi><\/span> <span class=\"subscription-details\"> \/ Jahr mit ein 14-Tage kostenlose Testphase<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<div class=\"flex-grow\">\n<ul class=\"feature-list space-y-4\">\n<li>Toutes les fonctionnalit\u00e9s de Pro Large, plus\u00a0:<\/li>\n<li>Int\u00e9grations personnalis\u00e9es<\/li>\n<li>Analyses et exportations d\u00e9taill\u00e9es<\/li>\n<li>Responsable support d\u00e9di\u00e9<\/li>\n<li>Garanties SLA<\/li>\n<\/ul>\n<\/div>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":927,\"productType\":\"subscription\",\"addToCartText\":\"Mehr erfahren\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### im Warenkorb\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"https:\/\/fitconsent.com\/de_de\/?post_type=product&#038;p=927\" rel=\"nofollow\" data-product_id=\"927\" data-product_sku=\"\" aria-label=\"Weitere Informationen zu \u201eBusiness Plan - Annual FR\u201c\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Mehr erfahren<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n            \n                \n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"text-center mt-12 mb-12\">\n    <h1 class=\"text-4xl sm:text-5xl font-extrabold text-gray-900 leading-tight\">\n       Funktionen vergleichen\n    <\/h1>\n    <p class=\"mt-4 text-xl text-gray-600 max-w-2xl mx-auto\">\n        Finden Sie den perfekten Plan f\u00fcr Ihre Bed\u00fcrfnisse.\n    <\/p>\n<\/div>\n<div class=\"feature-comparison-container\">\n    <table class=\"feature-comparison-table\">\n        <thead>\n            <tr>\n                <th>Funktion<\/th>\n                <th>Hobby<\/th>\n                <th>Lite<\/th>\n                <th>Pro<\/th>\n                <th>Pro Large<\/th>\n                <th>Business<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <!-- General Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Allgemein<\/td>\n            <\/tr>\n            <tr>\n                <td>Google Consent Mode v2<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Teammitglieder \/ Benutzer<\/td>\n                <td colspan=\"5\"><span class=\"text-value\">Unbegrenzt<\/span><\/td>\n            <\/tr>\n\n            <!-- Banner Customization Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Banner-Anpassung<\/td>\n            <\/tr>\n            <tr>\n                <td>DSGVO-, CCPA-Konformit\u00e4t<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Banner- &#038; Dialog-Layouts<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Erweiterte Farb- &#038; Schriftstil-Anpassung<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Logo &#038; Hintergrundbild<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Mehrsprachige Unterst\u00fctzung<\/td>\n                <td><span class=\"text-value\">1 Sprache<\/span><\/td>\n                <td colspan=\"4\"><span class=\"text-value\">Unbegrenzt<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>&#8218;Powered by&#8216;-Branding entfernen<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n\n            <!-- Compliance & User Experience Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Konformit\u00e4t &#038; Benutzererfahrung<\/td>\n            <\/tr>\n            <tr>\n                <td>Explizite Zustimmung erforderlich (Kein Scrollen\/Navigieren)<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n             <tr>\n                <td>Geotargeting (z.B. nur EU)<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>KI-gest\u00fctzte Optimierung<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Ablauf des Zustimmungs-Cookies<\/td>\n                <td><span class=\"text-value\">30 Tage<\/span><\/td>\n                <td colspan=\"4\"><span class=\"text-value\">365 Tage<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Schwebender Zustimmungs-Trigger<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            \n            <!-- Cookie Management Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Cookie-Verwaltung<\/td>\n            <\/tr>\n             <tr>\n                <td>Einbettbare Cookie-Erkl\u00e4rung<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Automatische Cookie-Scans<\/td>\n                <td><span class=\"text-value\">Alle 7 Tage<\/span><\/td>\n                <td><span class=\"text-value\">Alle 7 Tage<\/span><\/td>\n                <td colspan=\"3\"><span class=\"text-value\">T\u00e4glich<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Manuelle Cookie-Verwaltung<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n\n            <!-- Compliance & Reporting Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Konformit\u00e4t &#038; Berichterstellung<\/td>\n            <\/tr>\n            <tr>\n                <td>Zustimmungsprotokoll &#038; Aufzeichnung<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n             <tr>\n                <td>Google Tag Manager-Vorlage<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Global Privacy Control (GPC)<\/td>\n                 <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                 <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n           \n            \n            <!-- Analytics Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Analyse<\/td>\n            <\/tr>\n            <tr>\n                <td>Analyse-Dashboard<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Zustimmungsdaten exportieren (XML)<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                 <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n\n             <!-- Support Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Support<\/td>\n            <\/tr>\n            <tr>\n                <td>Hilfezentrum &#038; Dokumentation<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n             <tr>\n                <td>E-Mail- &#038; Chatbot-Support<\/td>\n                 <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                 <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Priorisierter technischer Support<\/td>\n                 <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n<\/div>\n\n\n    <script>\n        \/\/ Get the checkbox and the pricing plan containers\n        const planToggleSwitch = document.getElementById('planToggleSwitch');\n        const monthlyText = document.getElementById('monthly-text');\n        const annualText = document.getElementById('annual-text');\n        const monthlyPlans = document.getElementById('monthly-plans');\n        const annualPlans = document.getElementById('annual-plans');\n        const annualSavings = document.getElementById('annual-savings'); \/\/ Get the savings text element\n\n        \/\/ Add an event listener for when the checkbox state changes\n        planToggleSwitch.addEventListener('change', function() {\n            \/\/ Check if the switch is currently checked (on)\n            if (this.checked) {\n                \/\/ If it's on, show the annual plans (as a flex container) and hide the monthly plans\n                annualPlans.style.display = 'flex';\n                monthlyPlans.style.display = 'none';\n                annualText.classList.remove('text-gray-400');\n                annualText.classList.add('text-gray-900');\n                monthlyText.classList.remove('text-gray-900');\n                monthlyText.classList.add('text-gray-400');\n                annualSavings.classList.remove('hidden'); \/\/ Show the savings text\n            } else {\n                \/\/ If it's off, show the monthly plans (as a flex container) and hide the annual plans\n                annualPlans.style.display = 'none';\n                monthlyPlans.style.display = 'flex';\n                annualText.classList.remove('text-gray-900');\n                annualText.classList.add('text-gray-400');\n                monthlyText.classList.remove('text-gray-400');\n                monthlyText.classList.add('text-gray-900');\n                annualSavings.classList.add('hidden'); \/\/ Hide the savings text\n            }\n        });\n    <\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ Read website_id from the page's URL\n    const urlParams = new URLSearchParams(window.location.search);\n    const websiteId = urlParams.get('website_id');\n\n    if (websiteId) {\n        \/\/ Find all \"Add to Cart\" buttons\/links on the page\n        \/\/ You may need to adjust the selector to match your theme's buttons\n        const addToCartButtons = document.querySelectorAll('a.add_to_cart_button, .product_type_subscription a.button');\n\n        addToCartButtons.forEach(function(button) {\n            const originalUrl = new URL(button.href);\n            \/\/ Append the website_id to the button's link\n            originalUrl.searchParams.set('website_id', websiteId);\n            button.href = originalUrl.toString();\n        });\n    }\n});\n<\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Dynamic Pricing Toggle Switch Einfache und transparente Preise Keine versteckten Geb\u00fchren. Keine \u00dcberraschungen. Nur gro\u00dfartiger Service zu einem fairen Preis. Monatlich J\u00e4hrlich Spare 10 % bei j\u00e4hrlicher Abrechnung! Hobby Bis zu 20 Unterseiten Kostenlos Google Consent Mode v2 Grundlegende Banner-Anpassung 1 Sprache Starten Am beliebtesten Funktionen vergleichen Finden Sie den perfekten Plan f\u00fcr Ihre Bed\u00fcrfnisse. [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_fitconsent_language":"de_DE","_fitconsent_translation_group":"130","footnotes":""},"class_list":["post-936","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Preise - FitConsent<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fitconsent.com\/de_de\/preise\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Preise - FitConsent\" \/>\n<meta property=\"og:description\" content=\"Dynamic Pricing Toggle Switch Einfache und transparente Preise Keine versteckten Geb\u00fchren. Keine \u00dcberraschungen. Nur gro\u00dfartiger Service zu einem fairen Preis. Monatlich J\u00e4hrlich Spare 10 % bei j\u00e4hrlicher Abrechnung! Hobby Bis zu 20 Unterseiten Kostenlos Google Consent Mode v2 Grundlegende Banner-Anpassung 1 Sprache Starten Am beliebtesten Funktionen vergleichen Finden Sie den perfekten Plan f\u00fcr Ihre Bed\u00fcrfnisse. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fitconsent.com\/de_de\/preise\/\" \/>\n<meta property=\"og:site_name\" content=\"FitConsent\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-25T15:06:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fitconsent.com\/de_de\/preise\/\",\"url\":\"https:\/\/fitconsent.com\/de_de\/preise\/\",\"name\":\"Preise - FitConsent\",\"isPartOf\":{\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#website\"},\"datePublished\":\"2025-08-27T23:55:12+00:00\",\"dateModified\":\"2025-10-25T15:06:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/fitconsent.com\/de_de\/preise\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fitconsent.com\/de_de\/preise\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fitconsent.com\/de_de\/preise\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fitconsent.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Preise\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#website\",\"url\":\"https:\/\/fitconsent.com\/fr_fr\/\",\"name\":\"FitConsent\",\"description\":\"By DIGITLOAD\",\"publisher\":{\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fitconsent.com\/fr_fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#organization\",\"name\":\"DIGITLOAD\",\"url\":\"https:\/\/fitconsent.com\/fr_fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fitconsent.com\/wp-content\/uploads\/2025\/08\/cropped-icon.png\",\"contentUrl\":\"https:\/\/fitconsent.com\/wp-content\/uploads\/2025\/08\/cropped-icon.png\",\"width\":512,\"height\":512,\"caption\":\"DIGITLOAD\"},\"image\":{\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Preise - FitConsent","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:\/\/fitconsent.com\/de_de\/preise\/","og_locale":"de_DE","og_type":"article","og_title":"Preise - FitConsent","og_description":"Dynamic Pricing Toggle Switch Einfache und transparente Preise Keine versteckten Geb\u00fchren. Keine \u00dcberraschungen. Nur gro\u00dfartiger Service zu einem fairen Preis. Monatlich J\u00e4hrlich Spare 10 % bei j\u00e4hrlicher Abrechnung! Hobby Bis zu 20 Unterseiten Kostenlos Google Consent Mode v2 Grundlegende Banner-Anpassung 1 Sprache Starten Am beliebtesten Funktionen vergleichen Finden Sie den perfekten Plan f\u00fcr Ihre Bed\u00fcrfnisse. [&hellip;]","og_url":"https:\/\/fitconsent.com\/de_de\/preise\/","og_site_name":"FitConsent","article_modified_time":"2025-10-25T15:06:27+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fitconsent.com\/de_de\/preise\/","url":"https:\/\/fitconsent.com\/de_de\/preise\/","name":"Preise - FitConsent","isPartOf":{"@id":"https:\/\/fitconsent.com\/fr_fr\/#website"},"datePublished":"2025-08-27T23:55:12+00:00","dateModified":"2025-10-25T15:06:27+00:00","breadcrumb":{"@id":"https:\/\/fitconsent.com\/de_de\/preise\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fitconsent.com\/de_de\/preise\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fitconsent.com\/de_de\/preise\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fitconsent.com\/"},{"@type":"ListItem","position":2,"name":"Preise"}]},{"@type":"WebSite","@id":"https:\/\/fitconsent.com\/fr_fr\/#website","url":"https:\/\/fitconsent.com\/fr_fr\/","name":"FitConsent","description":"By DIGITLOAD","publisher":{"@id":"https:\/\/fitconsent.com\/fr_fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fitconsent.com\/fr_fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/fitconsent.com\/fr_fr\/#organization","name":"DIGITLOAD","url":"https:\/\/fitconsent.com\/fr_fr\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/fitconsent.com\/fr_fr\/#\/schema\/logo\/image\/","url":"https:\/\/fitconsent.com\/wp-content\/uploads\/2025\/08\/cropped-icon.png","contentUrl":"https:\/\/fitconsent.com\/wp-content\/uploads\/2025\/08\/cropped-icon.png","width":512,"height":512,"caption":"DIGITLOAD"},"image":{"@id":"https:\/\/fitconsent.com\/fr_fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/fitconsent.com\/de_de\/wp-json\/wp\/v2\/pages\/936","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fitconsent.com\/de_de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fitconsent.com\/de_de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fitconsent.com\/de_de\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/fitconsent.com\/de_de\/wp-json\/wp\/v2\/comments?post=936"}],"version-history":[{"count":3,"href":"https:\/\/fitconsent.com\/de_de\/wp-json\/wp\/v2\/pages\/936\/revisions"}],"predecessor-version":[{"id":2096,"href":"https:\/\/fitconsent.com\/de_de\/wp-json\/wp\/v2\/pages\/936\/revisions\/2096"}],"wp:attachment":[{"href":"https:\/\/fitconsent.com\/de_de\/wp-json\/wp\/v2\/media?parent=936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}