{"id":15511,"date":"2023-01-17T10:57:31","date_gmt":"2023-01-17T18:57:31","guid":{"rendered":"https:\/\/nuvix.com\/?page_id=15511"},"modified":"2025-09-07T07:41:49","modified_gmt":"2025-09-07T14:41:49","slug":"refund-and-cancellation-policy-en","status":"publish","type":"page","link":"https:\/\/nuvix.com\/de\/refund-and-cancellation-policy-en\/","title":{"rendered":"ERSTATTUNGS- UND STORNIERUNGSBEDINGUNGEN"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"15511\" class=\"elementor elementor-15511\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b76557 e-con-full e-flex e-con e-parent\" data-id=\"8b76557\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c782e95 elementor-widget elementor-widget-html\" data-id=\"c782e95\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Refund & Cancellation Policy - Nuvix<\/title>\n    \n    <!-- Icons8 Line Awesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/maxst.icons8.com\/vue-static\/landings\/line-awesome\/line-awesome\/1.3.0\/css\/line-awesome.min.css\">\n    \n    <style>\n        \/* Reset and Base Styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);\n            color: #e2e8f0;\n            min-height: 100vh;\n            padding: 0;\n            line-height: 1.6;\n        }\n\n        \/* Enhanced Header Styles *\/\n        header {\n            position: fixed;\n            top: 0;\n            width: 100%;\n            left: 0;\n            right: 0;\n            z-index: 1000;\n            background: rgba(10, 14, 39, 0.9);\n            backdrop-filter: blur(20px);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n            transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;\n            will-change: transform;\n        }\n\n        header.scrolled {\n            background: rgba(10, 14, 39, 0.98);\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n        }\n\n        header.hidden {\n            transform: translateY(-100%);\n        }\n\n        nav {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 1rem 1.5rem;\n            width: 100%;\n            max-width: 100%;\n        }\n\n        @media (min-width: 768px) {\n            nav {\n                padding: 1rem 2rem;\n            }\n        }\n\n        @media (min-width: 1400px) {\n            nav {\n                max-width: 1400px;\n                margin: 0 auto;\n                padding: 1rem 2rem;\n            }\n        }\n\n        .logo {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            z-index: 1002;\n            text-decoration: none;\n            transition: transform 0.3s ease;\n        }\n\n        .logo:hover {\n            transform: scale(1.05);\n        }\n\n        .logo img {\n            height: 40px;\n            width: auto;\n            filter: drop-shadow(0 0 10px rgba(159, 57, 255, 0.5));\n        }\n\n        @media (min-width: 768px) {\n            .logo img { height: 45px; }\n        }\n\n        \/* Desktop Navigation *\/\n        .nav-links {\n            display: none;\n            gap: 1.5rem;\n            align-items: center;\n        }\n\n        @media (min-width: 1024px) {\n            .nav-links {\n                display: flex;\n                gap: 2rem;\n            }\n        }\n\n        .nav-links a {\n            color: #e2e8f0;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            position: relative;\n            font-weight: 500;\n            white-space: nowrap;\n            font-size: 0.95rem;\n        }\n\n        @media (min-width: 1200px) {\n            .nav-links a { font-size: 1rem; }\n        }\n\n        .nav-links a::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            transition: width 0.3s ease;\n        }\n\n        .nav-links a:hover::after {\n            width: 100%;\n        }\n\n        .nav-links a:hover {\n            color: #00b4d8;\n        }\n\n        \/* Mobile Navigation *\/\n        .mobile-nav-container {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        @media (min-width: 1024px) {\n            .mobile-nav-container { display: none; }\n        }\n\n        .hamburger {\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            width: 30px;\n            height: 24px;\n            cursor: pointer;\n            z-index: 1002;\n            padding: 5px;\n            background: transparent;\n            border: none;\n            outline: none;\n            -webkit-tap-highlight-color: transparent;\n            touch-action: manipulation;\n        }\n\n        .hamburger:hover span {\n            background: #00b4d8;\n        }\n\n        .hamburger span {\n            display: block;\n            width: 100%;\n            height: 3px;\n            background: #e2e8f0;\n            border-radius: 3px;\n            transition: all 0.3s ease;\n        }\n\n        .hamburger.active span:nth-child(1) {\n            transform: translateY(10.5px) rotate(45deg);\n        }\n\n        .hamburger.active span:nth-child(2) {\n            opacity: 0;\n        }\n\n        .hamburger.active span:nth-child(3) {\n            transform: translateY(-10.5px) rotate(-45deg);\n        }\n\n        \/* Mobile menu overlay *\/\n        .mobile-menu {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100vh;\n            height: 100dvh;\n            background: rgba(10, 14, 39, 0.98);\n            backdrop-filter: blur(20px);\n            -webkit-backdrop-filter: blur(20px);\n            z-index: 999;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.3s ease, visibility 0.3s ease;\n            pointer-events: none;\n        }\n\n        .mobile-menu.active {\n            opacity: 1;\n            visibility: visible;\n            pointer-events: auto;\n        }\n\n        .mobile-menu-content {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n            padding: 2rem;\n        }\n\n        .mobile-menu-links {\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        @media (min-width: 576px) {\n            .mobile-menu-links { gap: 2rem; margin-bottom: 3rem; }\n        }\n\n        .mobile-menu-links a {\n            color: #e2e8f0;\n            text-decoration: none;\n            font-size: 1.25rem;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            padding: 0.5rem 1rem;\n            display: block;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        .mobile-menu-links a:hover,\n        .mobile-menu-links a:active {\n            color: #00b4d8;\n            transform: translateX(5px);\n        }\n\n        @media (min-width: 576px) {\n            .mobile-menu-links a { font-size: 1.5rem; }\n        }\n\n        \/* Policy Content Styles *\/\n        .policy-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 100px 20px 40px;\n        }\n\n        @media (min-width: 768px) {\n            .policy-container {\n                padding: 120px 40px 60px;\n            }\n        }\n\n        .policy-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 2px solid rgba(159, 57, 255, 0.3);\n        }\n\n        .policy-title {\n            font-size: clamp(2rem, 4vw, 3.5rem);\n            font-weight: 800;\n            margin-bottom: 1rem;\n            background: linear-gradient(135deg, #fff 0%, #9f39ff 50%, #00b4d8 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            line-height: 1.2;\n        }\n\n        .policy-subtitle {\n            font-size: 1.1rem;\n            color: #94a3b8;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        .last-updated {\n            margin-top: 1rem;\n            font-size: 0.9rem;\n            color: #64748b;\n        }\n\n        \/* Quick Summary Box *\/\n        .quick-summary {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.1), rgba(0, 180, 216, 0.1));\n            border: 2px solid rgba(159, 57, 255, 0.3);\n            border-radius: 15px;\n            padding: 2rem;\n            margin-bottom: 3rem;\n        }\n\n        .quick-summary-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            color: #00b4d8;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .quick-summary-title i {\n            font-size: 1.5rem;\n        }\n\n        .summary-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 1rem;\n        }\n\n        @media (min-width: 768px) {\n            .summary-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 1.5rem;\n            }\n        }\n\n        .summary-item {\n            background: rgba(255, 255, 255, 0.05);\n            padding: 1rem;\n            border-radius: 10px;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        .summary-item-title {\n            font-weight: 600;\n            color: #9f39ff;\n            margin-bottom: 0.5rem;\n        }\n\n        \/* Section Styles *\/\n        .policy-section {\n            margin-bottom: 3rem;\n            padding: 2rem;\n            background: rgba(255, 255, 255, 0.02);\n            border-radius: 15px;\n            border: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        .section-title {\n            font-size: 1.75rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            color: #fff;\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n        }\n\n        .section-icon {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 40px;\n            height: 40px;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            border-radius: 10px;\n            font-size: 1.2rem;\n        }\n\n        .subsection-title {\n            font-size: 1.3rem;\n            font-weight: 600;\n            margin: 1.5rem 0 1rem;\n            color: #00b4d8;\n        }\n\n        \/* Important Notice Box *\/\n        .important-notice {\n            background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(245, 158, 11, 0.1));\n            border: 2px solid rgba(239, 68, 68, 0.3);\n            border-radius: 15px;\n            padding: 2rem;\n            margin: 2rem 0;\n        }\n\n        .important-notice-title {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #ef4444;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .important-notice-title i {\n            font-size: 1.5rem;\n        }\n\n        \/* Info Box *\/\n        .info-box {\n            background: rgba(0, 180, 216, 0.1);\n            border: 1px solid rgba(0, 180, 216, 0.3);\n            border-radius: 10px;\n            padding: 1.5rem;\n            margin: 1rem 0;\n        }\n\n        .info-box-title {\n            font-weight: 600;\n            color: #00b4d8;\n            margin-bottom: 0.5rem;\n        }\n\n        \/* Lists *\/\n        .policy-list {\n            list-style: none;\n            padding-left: 1.5rem;\n            margin: 1rem 0;\n        }\n\n        .policy-list li {\n            margin-bottom: 0.75rem;\n            position: relative;\n            padding-left: 1.5rem;\n        }\n\n        .policy-list li::before {\n            content: '\u2022';\n            position: absolute;\n            left: 0;\n            color: #00b4d8;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        \/* Timeline *\/\n        .timeline {\n            position: relative;\n            padding-left: 2rem;\n            margin: 2rem 0;\n        }\n\n        .timeline::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            bottom: 0;\n            width: 2px;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n        }\n\n        .timeline-item {\n            position: relative;\n            padding-bottom: 2rem;\n        }\n\n        .timeline-item::before {\n            content: '';\n            position: absolute;\n            left: -2.4rem;\n            top: 0;\n            width: 10px;\n            height: 10px;\n            background: #9f39ff;\n            border-radius: 50%;\n            border: 2px solid #0a0e27;\n        }\n\n        .timeline-time {\n            font-weight: 700;\n            color: #9f39ff;\n            margin-bottom: 0.5rem;\n        }\n\n        \/* Highlight Box *\/\n        .highlight-box {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.1), rgba(0, 180, 216, 0.1));\n            border: 1px solid rgba(159, 57, 255, 0.3);\n            border-radius: 10px;\n            padding: 1.5rem;\n            margin: 1.5rem 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .highlight-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 100%;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n        }\n\n        \/* Crypto Warning Box *\/\n        .crypto-warning {\n            background: rgba(255, 0, 0, 0.1);\n            border: 2px solid rgba(255, 0, 0, 0.3);\n            border-radius: 15px;\n            padding: 2rem;\n            margin: 2rem 0;\n            text-align: center;\n        }\n\n        .crypto-warning-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            color: #ef4444;\n        }\n\n        .crypto-warning-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #ef4444;\n            margin-bottom: 1rem;\n        }\n\n        \/* Links *\/\n        a {\n            color: #00b4d8;\n            text-decoration: none;\n            transition: all 0.3s ease;\n        }\n\n        a:hover {\n            color: #9f39ff;\n            text-decoration: underline;\n        }\n\n        \/* Contact Button *\/\n        .contact-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            padding: 0.75rem 1.5rem;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            color: white;\n            border-radius: 25px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 20px rgba(159, 57, 255, 0.3);\n        }\n\n        .contact-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 30px rgba(159, 57, 255, 0.5);\n            text-decoration: none;\n        }\n\n        \/* Back to Top Button *\/\n        .back-to-top {\n            position: fixed;\n            bottom: 30px;\n            right: 30px;\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.5rem;\n            cursor: pointer;\n            opacity: 0;\n            visibility: hidden;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 20px rgba(159, 57, 255, 0.4);\n            z-index: 100;\n        }\n\n        .back-to-top.visible {\n            opacity: 1;\n            visibility: visible;\n        }\n\n        .back-to-top:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 30px rgba(159, 57, 255, 0.6);\n        }\n\n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .policy-container {\n                padding: 80px 15px 30px;\n            }\n\n            .section-title {\n                font-size: 1.5rem;\n            }\n\n            .subsection-title {\n                font-size: 1.2rem;\n            }\n\n            .quick-summary {\n                padding: 1.5rem;\n            }\n\n            .policy-section {\n                padding: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n    <header id=\"nuvixHeader\">\n        <nav>\n            <a href=\"https:\/\/nuvix.com\/de\/\" class=\"logo\">\n                <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/uvix-1-1.png\" alt=\"Nuvix\">\n            <\/a>\n            \n            <!-- Desktop Navigation -->\n            <div class=\"nav-links\">\n                <a href=\"https:\/\/nuvix.com\/de\/\">Startseite<\/a>\n                <div class=\"locale-switcher-wrapper\">    <div class=\"ulcs-widget minimal-style\"\n         data-position=\"inline\" \n         data-type=\"language\">\n        <button class=\"ulcs-trigger\" aria-label=\"Sprache \u00e4ndern\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\udde9\ud83c\uddea<\/span>\n                    <span class=\"ulcs-lang\">DE<\/span>\n                                \n                                \n                            <\/div>\n            <svg class=\"ulcs-arrow\" width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\">\n                <path d=\"M3 4.5L6 7.5L9 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n            <\/svg>\n        <\/button>\n    <\/div>\n    <\/div>\n            <\/div>\n            \n            <!-- Mobile Navigation -->\n            <div class=\"mobile-nav-container\">\n                <div class=\"hamburger\" id=\"hamburger\">\n                    <span><\/span>\n                    <span><\/span>\n                    <span><\/span>\n                <\/div>\n            <\/div>\n        <\/nav>\n    <\/header>\n\n    <!-- Mobile Menu Overlay -->\n    <div class=\"mobile-menu\" id=\"mobileMenu\">\n        <div class=\"mobile-menu-content\">\n            <div class=\"mobile-menu-links\">\n                <a href=\"https:\/\/nuvix.com\/de\/\">Startseite<\/a>\n            <\/div>\n            <div class=\"locale-switcher-wrapper\"><center>    <div class=\"ulcs-widget minimal-style\"\n         data-position=\"inline\" \n         data-type=\"language\">\n        <button class=\"ulcs-trigger\" aria-label=\"Sprache \u00e4ndern\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\udde9\ud83c\uddea<\/span>\n                    <span class=\"ulcs-lang\">DE<\/span>\n                                \n                                \n                            <\/div>\n            <svg class=\"ulcs-arrow\" width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\">\n                <path d=\"M3 4.5L6 7.5L9 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n            <\/svg>\n        <\/button>\n    <\/div>\n    <\/center><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Policy Content -->\n    <div class=\"policy-container\">\n        <div class=\"policy-header\">\n            <h1 class=\"policy-title\">R\u00fcckerstattung &amp; Stornierungsbedingungen<\/h1>\n            <p class=\"policy-subtitle\">Klare und transparente Richtlinien f\u00fcr Erstattungen und Stornierungen von digitalen Produkten und Dienstleistungen<\/p>\n            <p class=\"last-updated\">Zuletzt aktualisiert: August 2025 | Datum des Inkrafttretens: August 2025<\/p>\n        <\/div>\n\n        <!-- Quick Summary -->\n        <div class=\"quick-summary\">\n            <h2 class=\"quick-summary-title\"><i class=\"las la-bolt\"><\/i> Kurze Zusammenfassung<\/h2>\n            <div class=\"summary-grid\">\n                <div class=\"summary-item\">\n                    <div class=\"summary-item-title\"><i class=\"las la-clock\"><\/i> Erstattungsfenster<\/div>\n                    <p>72 Stunden ab Kauf f\u00fcr digitale Produkte<\/p>\n                <\/div>\n                <div class=\"summary-item\">\n                    <div class=\"summary-item-title\"><i class=\"las la-ban\"><\/i> Krypto-Zahlungen<\/div>\n                    <p>Alle Zahlungen in Kryptow\u00e4hrungen sind endg\u00fcltig - keine R\u00fcckerstattung<\/p>\n                <\/div>\n                <div class=\"summary-item\">\n                    <div class=\"summary-item-title\"><i class=\"las la-times-circle\"><\/i> K\u00fcndigungsfrist<\/div>\n                    <p>2 Stunden ab Kaufdatum f\u00fcr Auftragsstornierungen<\/p>\n                <\/div>\n                <div class=\"summary-item\">\n                    <div class=\"summary-item-title\"><i class=\"las la-envelope\"><\/i> Kontakt Methode<\/div>\n                    <p>Senden Sie alle Anfragen \u00fcber unsere Kontakt-Seite<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Scope and Application -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-clipboard-list\"><\/i><\/span>\n                Umfang und Anwendung\n            <\/h2>\n            <p>Diese R\u00fcckerstattungs- und Widerrufsbelehrung gilt f\u00fcr alle digitalen Produkte und Dienstleistungen, die von Nuvix und seiner Muttergesellschaft angeboten werden. Mit dem Kauf unserer Produkte oder Dienstleistungen erkennen Sie die in dieser Richtlinie aufgef\u00fchrten Bedingungen an und stimmen ihnen zu.<\/p>\n            \n            <div class=\"info-box\">\n                <div class=\"info-box-title\"><i class=\"las la-thumbtack\"><\/i> Wichtiger Hinweis<\/div>\n                <p>Diese Richtlinie ist Teil unserer Nutzungsbedingungen und sollte in Verbindung mit unserer Datenschutzrichtlinie und den Nutzungsbedingungen gelesen werden.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Digital Product Refunds -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-credit-card\"><\/i><\/span>\n                Erstattungen f\u00fcr digitale Produkte\n            <\/h2>\n            \n            <h3 class=\"subsection-title\">Zuschussf\u00e4higkeit<\/h3>\n            <p>R\u00fcckerstattungen f\u00fcr digitale Produkte, die von Nuvix oder seiner Muttergesellschaft erworben wurden, sind nur m\u00f6glich, wenn sie innerhalb von <strong>72 Stunden nach dem Kauf<\/strong>.<\/p>\n\n            <div class=\"timeline\">\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">0-72 Stunden<\/div>\n                    <p>F\u00fcr eine Erstattung in Betracht kommend<\/p>\n                <\/div>\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">Nach 72 Stunden<\/div>\n                    <p>Keine Erstattung m\u00f6glich<\/p>\n                <\/div>\n            <\/div>\n\n            <h3 class=\"subsection-title\">Bedingungen f\u00fcr die Genehmigung der Erstattung<\/h3>\n            <p>Die Erstattung kann genehmigt werden, wenn:<\/p>\n            <ul class=\"policy-list\">\n                <li>Der Antrag wird innerhalb von 72 Stunden nach dem Kauf eingereicht<\/li>\n                <li>Das digitale Produkt wurde nicht ausgiebig genutzt oder heruntergeladen<\/li>\n                <li>Technische Probleme verhindern trotz unseres Supports den Zugang zum Produkt<\/li>\n                <li>Das Produkt wurde irrt\u00fcmlich gekauft oder es kam zu einem doppelten Kauf<\/li>\n                <li>Das Produkt weicht erheblich von seiner Beschreibung ab<\/li>\n            <\/ul>\n\n            <h3 class=\"subsection-title\">Nicht erstattungsf\u00e4hige Artikel<\/h3>\n            <p>Die folgenden sind <strong>NICHT f\u00f6rderf\u00e4hig<\/strong> f\u00fcr Erstattungen unter keinen Umst\u00e4nden:<\/p>\n            <ul class=\"policy-list\">\n                <li>Alle K\u00e4ufe, die mit Kryptow\u00e4hrungen (Bitcoin, Ethereum usw.) get\u00e4tigt werden<\/li>\n                <li>Verbrauchte Token oder Credits<\/li>\n                <li>Ma\u00dfgeschneiderte oder personalisierte digitale Produkte<\/li>\n                <li>Produkte, die im Rahmen von Werbeaktionen gekauft wurden (sofern nicht defekt)<\/li>\n                <li>Abonnementverl\u00e4ngerungen, die nicht vor dem Verl\u00e4ngerungsdatum gek\u00fcndigt wurden<\/li>\n            <\/ul>\n\n            <div class=\"crypto-warning\">\n                <div class=\"crypto-warning-icon\"><i class=\"las la-exclamation-triangle\"><\/i><\/div>\n                <div class=\"crypto-warning-title\">Kryptow\u00e4hrung Zahlungspolitik<\/div>\n                <p><strong>Alle K\u00e4ufe, die mit Kryptow\u00e4hrungen get\u00e4tigt werden, sind ENDG\u00dcLTIG und k\u00f6nnen unter keinen Umst\u00e4nden zur\u00fcckerstattet werden.<\/strong><\/p>\n                <p>Aufgrund der irreversiblen Natur von Blockchain-Transaktionen k\u00f6nnen wir keine R\u00fcckerstattungen f\u00fcr Krypto-Zahlungen vornehmen.<\/p>\n            <\/div>\n\n            <h3 class=\"subsection-title\">Wie Sie eine R\u00fcckerstattung beantragen<\/h3>\n            <p>Um eine Erstattung zu beantragen:<\/p>\n            <ol class=\"policy-list\">\n                <li>Besuchen Sie unsere Seite \"Kontakt\" unter <a href=\"https:\/\/nuvix.com\/de\/contact-us\/\">https:\/\/nuvix.com\/contact-us\/<\/a><\/li>\n                <li>W\u00e4hlen Sie als Betreff \"Erstattungsantrag\".<\/li>\n                <li>Geben Sie Ihre Bestellnummer und das Kaufdatum an<\/li>\n                <li>Erl\u00e4utern Sie den Grund f\u00fcr Ihren Erstattungsantrag<\/li>\n                <li>Reichen Sie das Formular innerhalb von 72 Stunden nach dem Kauf ein<\/li>\n            <\/ol>\n\n            <div class=\"important-notice\">\n                <div class=\"important-notice-title\"><i class=\"las la-exclamation-circle\"><\/i> 72-Stunden-Frist<\/div>\n                <p>Anfragen, die nach Ablauf von 72 Stunden nach dem Kauf gestellt werden, k\u00f6nnen NICHT ber\u00fccksichtigt werden. Es werden keine Ausnahmen von dieser Politik gemacht.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Order Cancellations -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-times-circle\"><\/i><\/span>\n                Stornierungen von Bestellungen\n            <\/h2>\n            \n            <p>Sie k\u00f6nnen Ihre digitale Bestellung innerhalb von <strong>2 Stunden nach dem Kauf<\/strong>.<\/p>\n\n            <div class=\"highlight-box\">\n                <p><strong>Zeitfenster f\u00fcr die Stornierung:<\/strong> 2 Stunden ab dem Zeitpunkt des Kaufabschlusses<\/p>\n                <p><strong>Nach 2 Stunden:<\/strong> Bestellungen k\u00f6nnen nicht storniert werden und unterliegen stattdessen unserer R\u00fcckerstattungspolitik.<\/p>\n            <\/div>\n\n            <h3 class=\"subsection-title\">Annullierungsprozess<\/h3>\n            <p>Um eine Bestellung zu stornieren:<\/p>\n            <ol class=\"policy-list\">\n                <li>Senden Sie eine Stornierungsanfrage \u00fcber unsere Kontakt-Seite unter <a href=\"https:\/\/nuvix.com\/de\/contact-us\/\">https:\/\/nuvix.com\/contact-us\/<\/a><\/li>\n                <li>Geben Sie Ihre Bestellnummer und E-Mail-Adresse an.<\/li>\n                <li>Innerhalb von 2 Stunden nach dem Kauf einreichen<\/li>\n            <\/ol>\n\n            <p>Nach 2 Stunden k\u00f6nnen Bestellungen nicht mehr storniert werden. Sie k\u00f6nnen immer noch f\u00fcr eine R\u00fcckerstattung in Frage kommen, wenn Sie die oben genannten R\u00fcckerstattungskriterien erf\u00fcllen.<\/p>\n        <\/div>\n\n        <!-- Subscription Services -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-sync\"><\/i><\/span>\n                Abonnement-Dienste\n            <\/h2>\n            \n            <h3 class=\"subsection-title\">Stornierung von Abonnements<\/h3>\n            <p>Abonnements k\u00f6nnen jederzeit \u00fcber das Dashboard Ihres Kontos gek\u00fcndigt werden. Die K\u00fcndigung wird zum Ende des aktuellen Abrechnungszeitraums wirksam.<\/p>\n\n            <h3 class=\"subsection-title\">Erstattung von Abonnements<\/h3>\n            <ul class=\"policy-list\">\n                <li><strong>Monatliche Abonnements:<\/strong> Keine Erstattung f\u00fcr Teilmonate<\/li>\n                <li><strong>Jahresabonnements:<\/strong> Eine anteilige R\u00fcckerstattung kann innerhalb von 30 Tagen nach dem Kauf erfolgen.<\/li>\n                <li><strong>Automatische Verl\u00e4ngerungen:<\/strong> Keine Erstattung f\u00fcr Verl\u00e4ngerungen, die nicht vor dem Verl\u00e4ngerungsdatum gek\u00fcndigt wurden<\/li>\n            <\/ul>\n\n            <div class=\"info-box\">\n                <div class=\"info-box-title\"><i class=\"las la-lightbulb\"><\/i> Profi-Tipp<\/div>\n                <p>Stellen Sie eine Erinnerung ein, um Ihr Abonnement vor dem Verl\u00e4ngerungsdatum zu \u00fcberpr\u00fcfen, wenn Sie eine K\u00fcndigung in Betracht ziehen.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Processing Time -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-hourglass-half\"><\/i><\/span>\n                Bearbeitungszeit und Erstattungsmethode\n            <\/h2>\n            \n            <h3 class=\"subsection-title\">Zeitplan f\u00fcr die Verarbeitung<\/h3>\n            <ul class=\"policy-list\">\n                <li><strong>\u00dcberpr\u00fcfungszeitraum:<\/strong> 3-5 Arbeitstage f\u00fcr die Pr\u00fcfung Ihres Antrags<\/li>\n                <li><strong>Benachrichtigung \u00fcber die Genehmigung:<\/strong> Innerhalb von 24 Stunden nach der Entscheidung<\/li>\n                <li><strong>Erstattungsbearbeitung:<\/strong> 5-10 Arbeitstage nach Genehmigung<\/li>\n                <li><strong>Bankbearbeitung:<\/strong> Zus\u00e4tzliche 3-5 Arbeitstage je nach Bank<\/li>\n            <\/ul>\n\n            <h3 class=\"subsection-title\">Erstattungsmethode<\/h3>\n            <p>Die R\u00fcckerstattung erfolgt auf die urspr\u00fcnglich f\u00fcr den Kauf verwendete Zahlungsmethode:<\/p>\n            <ul class=\"policy-list\">\n                <li>Kredit-\/Debitkarten: R\u00fcckerstattung auf dieselbe Karte<\/li>\n                <li>PayPal: R\u00fcckerstattung auf Ihr PayPal-Konto<\/li>\n                <li>Bank\u00fcberweisung: R\u00fcckerstattung auf das Konto des Auftraggebers<\/li>\n                <li>Kryptow\u00e4hrung: <strong>NICHT ERSTATTUNGSF\u00c4HIG<\/strong><\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- Disputes and Chargebacks -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-balance-scale\"><\/i><\/span>\n                Rechtsstreitigkeiten und R\u00fcckbuchungen\n            <\/h2>\n            \n            <p>Wir empfehlen unseren Kunden, sich direkt mit uns in Verbindung zu setzen, bevor sie eine R\u00fcckbuchung oder einen Rechtsstreit mit ihrem Zahlungsanbieter einleiten. Wir sind bestrebt, Probleme g\u00fctlich und effizient zu l\u00f6sen.<\/p>\n\n            <div class=\"important-notice\">\n                <div class=\"important-notice-title\"><i class=\"las la-exclamation-triangle\"><\/i> Folgen von R\u00fcckbuchungen<\/div>\n                <p>Wenn Sie eine R\u00fcckbuchung einleiten, ohne zuvor versucht zu haben, das Problem \u00fcber unsere Support-Kan\u00e4le zu l\u00f6sen, kann dies zu folgenden Konsequenzen f\u00fchren:<\/p>\n                <ul class=\"policy-list\">\n                    <li>Sofortige Sperrung Ihres Kontos<\/li>\n                    <li>Verlust des Zugangs zu allen erworbenen Produkten und Dienstleistungen<\/li>\n                    <li>Unf\u00e4higkeit, zuk\u00fcnftige K\u00e4ufe zu t\u00e4tigen<\/li>\n                    <li>M\u00f6gliche rechtliche Schritte bei betr\u00fcgerischen R\u00fcckbuchungen<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <!-- Exceptions and Special Circumstances -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-asterisk\"><\/i><\/span>\n                Ausnahmen und besondere Umst\u00e4nde\n            <\/h2>\n            \n            <p>Unter den folgenden Umst\u00e4nden k\u00f6nnen wir Ausnahmen von dieser Politik in Betracht ziehen:<\/p>\n            <ul class=\"policy-list\">\n                <li>Dienstausf\u00e4lle von mehr als 48 aufeinanderfolgenden Stunden<\/li>\n                <li>Gr\u00f6\u00dfere technische St\u00f6rungen, die den Zugang zum Produkt verhindern<\/li>\n                <li>Abrechnungsfehler oder nicht genehmigte Geb\u00fchren<\/li>\n                <li>Rechtliche Anforderungen in Ihrem Land<\/li>\n            <\/ul>\n\n            <p>Alle Ausnahmeantr\u00e4ge werden von Fall zu Fall gepr\u00fcft, und eine Genehmigung ist nicht garantiert.<\/p>\n        <\/div>\n\n        <!-- Support & Questions -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-comments\"><\/i><\/span>\n                Unterst\u00fctzung &amp; Fragen\n            <\/h2>\n            \n            <p>Wenn Sie Fragen zu Erstattungen oder Stornierungen haben oder Hilfe ben\u00f6tigen, wenden Sie sich bitte an unser Support-Team unter <a href=\"https:\/\/nuvix.com\/de\/contact-us\/\">https:\/\/nuvix.com\/contact-us\/<\/a>.<\/p>\n\n            <h3 class=\"subsection-title\">Support-Stunden<\/h3>\n            <ul class=\"policy-list\">\n                <li>Montag - Freitag: 9:00 AM - 6:00 PM EST<\/li>\n                <li>Samstag - Sonntag: Eingeschr\u00e4nkte Unterst\u00fctzung verf\u00fcgbar<\/li>\n                <li>Reaktionszeit: Innerhalb von 24-48 Stunden<\/li>\n            <\/ul>\n\n            <div style=\"text-align: center; margin-top: 2rem;\">\n                <a href=\"https:\/\/nuvix.com\/de\/contact-us\/\" class=\"contact-button\">\n                    <i class=\"las la-envelope\"><\/i>\n                    Kontakt zum Support\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Policy Updates -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-edit\"><\/i><\/span>\n                Politische Aktualisierungen\n            <\/h2>\n            \n            <p>Diese Richtlinie kann von Zeit zu Zeit aktualisiert werden. Alle \u00c4nderungen werden auf unserer Website ver\u00f6ffentlicht, und Ihre fortgesetzte Nutzung unserer Dienste nach einer Aktualisierung bedeutet die Annahme der neuen Bedingungen.<\/p>\n\n            <div class=\"info-box\">\n                <div class=\"info-box-title\"><i class=\"las la-calendar-check\"><\/i> Zeitplan \u00fcberpr\u00fcfen<\/div>\n                <p>Wir \u00fcberpr\u00fcfen und aktualisieren diese Richtlinie j\u00e4hrlich oder bei Bedarf, um den gesetzlichen Anforderungen und gesch\u00e4ftlichen Ver\u00e4nderungen zu entsprechen. Das Datum \"Letzte Aktualisierung\" oben auf dieser Richtlinie gibt an, wann sie zuletzt \u00fcberarbeitet wurde.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Your Rights -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-shield-alt\"><\/i><\/span>\n                Ihre Rechte\n            <\/h2>\n            \n            <p>Als Verbraucher haben Sie m\u00f6glicherweise zus\u00e4tzliche Rechte im Rahmen Ihrer \u00f6rtlichen Verbraucherschutzgesetze. Diese Richtlinie schr\u00e4nkt die Rechte, die Sie nach geltendem Recht haben, nicht ein.<\/p>\n\n            <h3 class=\"subsection-title\">Regionale Erw\u00e4gungen<\/h3>\n            <ul class=\"policy-list\">\n                <li><strong>Europ\u00e4ische Union:<\/strong> EU-Verbraucher haben nach dem EU-Verbraucherrecht zus\u00e4tzliche Rechte<\/li>\n                <li><strong>Vereinigtes K\u00f6nigreich:<\/strong> Der UK Consumer Rights Act 2015 kann zus\u00e4tzlichen Schutz bieten<\/li>\n                <li><strong>Australien:<\/strong> Das australische Verbraucherrecht bietet gesetzliche Garantien<\/li>\n                <li><strong>Vereinigte Staaten:<\/strong> Staatliche Gesetze k\u00f6nnen zus\u00e4tzlichen Verbraucherschutz bieten<\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- Final Notice -->\n        <div class=\"policy-section\">\n            <div class=\"important-notice\">\n                <p><strong>Mit dem Kauf best\u00e4tigen Sie, dass Sie diese R\u00fcckerstattungs- und Stornierungsrichtlinien gelesen und verstanden haben und ihnen zustimmen.<\/strong><\/p>\n                <p>Diese Politik kann sich \u00e4ndern. Bitte \u00fcberpr\u00fcfen Sie sie in regelm\u00e4\u00dfigen Abst\u00e4nden auf Aktualisierungen.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Back to Top Button -->\n    <div class=\"back-to-top\" id=\"backToTop\"><i class=\"las la-arrow-up\"><\/i><\/div>\n\n    <script>\n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ Header scroll effect\n        const header = document.getElementById('nuvixHeader');\n        let lastScrollTop = 0;\n        \n        window.addEventListener('scroll', function() {\n            const scrollTop = window.pageYOffset || document.documentElement.scrollTop;\n            \n            \/\/ Add scrolled class for styling\n            if (scrollTop > 50) {\n                header.classList.add('scrolled');\n            } else {\n                header.classList.remove('scrolled');\n            }\n            \n            \/\/ Hide\/show header on scroll\n            if (scrollTop > lastScrollTop && scrollTop > 100) {\n                header.classList.add('hidden');\n            } else {\n                header.classList.remove('hidden');\n            }\n            \n            lastScrollTop = scrollTop <= 0 ? 0 : scrollTop;\n\n            \/\/ Back to top button visibility\n            const backToTop = document.getElementById('backToTop');\n            if (scrollTop > 300) {\n                backToTop.classList.add('visible');\n            } else {\n                backToTop.classList.remove('visible');\n            }\n        });\n\n        \/\/ Mobile Navigation Toggle\n        const hamburger = document.getElementById('hamburger');\n        const mobileMenu = document.getElementById('mobileMenu');\n        const mobileMenuLinks = document.querySelectorAll('.mobile-menu-links a');\n        const body = document.body;\n\n        if (hamburger && mobileMenu) {\n            hamburger.addEventListener('click', function(e) {\n                e.stopPropagation();\n                this.classList.toggle('active');\n                mobileMenu.classList.toggle('active');\n                \n                if (mobileMenu.classList.contains('active')) {\n                    body.style.overflow = 'hidden';\n                } else {\n                    body.style.overflow = '';\n                }\n            });\n\n            mobileMenuLinks.forEach(link => {\n                link.addEventListener('click', function() {\n                    hamburger.classList.remove('active');\n                    mobileMenu.classList.remove('active');\n                    body.style.overflow = '';\n                });\n            });\n\n            document.addEventListener('click', function(e) {\n                if (!mobileMenu.contains(e.target) && !hamburger.contains(e.target)) {\n                    if (mobileMenu.classList.contains('active')) {\n                        hamburger.classList.remove('active');\n                        mobileMenu.classList.remove('active');\n                        body.style.overflow = '';\n                    }\n                }\n            });\n        }\n\n        \/\/ Back to top functionality\n        document.getElementById('backToTop').addEventListener('click', function() {\n            window.scrollTo({\n                top: 0,\n                behavior: 'smooth'\n            });\n        });\n\n        \/\/ Handle window resize\n        let resizeTimer;\n        window.addEventListener('resize', () => {\n            clearTimeout(resizeTimer);\n            resizeTimer = setTimeout(() => {\n                if (window.innerWidth > 1024) {\n                    hamburger.classList.remove('active');\n                    mobileMenu.classList.remove('active');\n                    body.style.overflow = '';\n                }\n            }, 250);\n        });\n    });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f39c2f e-con-full e-flex e-con e-parent\" data-id=\"2f39c2f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1d1082 elementor-widget elementor-widget-shortcode\" data-id=\"c1d1082\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n    <style>\n        \/* Nuvix Brand Variables *\/\n        :root {\n            --nuvix-primary: #9f39ff;\n            --nuvix-secondary: #00b4d8;\n            --nuvix-success: #10b981;\n            --nuvix-danger: #ef4444;\n            --nuvix-warning: #f59e0b;\n            --nuvix-dark: #0a0e27;\n            --nuvix-card-bg: rgba(255, 255, 255, 0.03);\n            --nuvix-text: #e2e8f0;\n            --nuvix-gold: #FFD700;\n            --nuvix-accent-pink: #ff006e;\n        }\n        \n        \/* Dark Theme (Default) *\/\n        .nuvix-disclaimer-dark,\n        .nuvix-disclaimer-dark.nuvix-disclaimer-blocked {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.05), rgba(0, 180, 216, 0.05));\n            border: 1px solid rgba(159, 57, 255, 0.3);\n            color: var(--nuvix-text);\n        }\n        \n        \/* Light Theme *\/\n        .nuvix-disclaimer-light,\n        .nuvix-disclaimer-light.nuvix-disclaimer-blocked {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.03), rgba(0, 180, 216, 0.03));\n            border: 1px solid rgba(159, 57, 255, 0.2);\n            color: #1a202c;\n        }\n        \n        .nuvix-disclaimer-light strong {\n            color: #2d3748;\n        }\n        \n        \/* Base Disclaimer Styles *\/\n.nuvix-disclaimer, .nuvix-disclaimer-blocked {\n    margin: 30px auto;\n    padding: 30px;\n    border-radius: 20px;\n    font-size: 14px;\n    line-height: 1.6;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);\n    max-width: 1200px;  \/* Changed from 100% to a fixed max-width *\/\n    width: 90%;         \/* Add this to make it responsive but contained *\/\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n        \n        \/* Animated background effect *\/\n        .nuvix-disclaimer::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 3px;\n            background: linear-gradient(90deg, var(--nuvix-primary), var(--nuvix-secondary), var(--nuvix-accent-pink));\n            animation: scan 4s linear infinite;\n        }\n        \n        @keyframes scan {\n            0% { transform: translateX(-100%); }\n            100% { transform: translateX(200%); }\n        }\n        \n        \/* Animated entrance *\/\n        .nuvix-disclaimer.animated {\n            animation: fadeInUp 0.6s ease;\n        }\n        \n        @keyframes fadeInUp {\n            from { \n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        .nuvix-disclaimer-blocked {\n            background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(245, 158, 11, 0.1)) !important;\n            border-color: var(--nuvix-danger) !important;\n        }\n        \n        .disclaimer-header {\n            font-size: 20px;\n            margin-bottom: 20px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid rgba(159, 57, 255, 0.2);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-weight: 800;\n            background: linear-gradient(135deg, var(--nuvix-primary), var(--nuvix-secondary));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        \n        .disclaimer-header i {\n            -webkit-text-fill-color: var(--nuvix-primary);\n            font-size: 24px;\n        }\n        \n        .disclaimer-content p {\n            margin-bottom: 15px;\n            opacity: 0.95;\n        }\n        \n        .disclaimer-content p:last-child {\n            margin-bottom: 0;\n        }\n        \n        \/* Alert Boxes with Nuvix Styling *\/\n        .disclaimer-alert {\n            margin-top: 20px;\n            padding: 20px;\n            border-radius: 15px;\n            border-left: 4px solid;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n        \n        .disclaimer-alert:hover {\n            transform: translateX(5px);\n            box-shadow: 0 5px 20px rgba(159, 57, 255, 0.2);\n        }\n        \n        .alert-icon {\n            font-size: 24px;\n            flex-shrink: 0;\n            margin-top: -2px;\n        }\n        \n        .alert-content {\n            flex: 1;\n        }\n        \n        .disclaimer-critical {\n            background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.05));\n            border-color: var(--nuvix-danger);\n            color: #fca5a5;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-critical {\n            background: rgba(239, 68, 68, 0.1);\n            color: #dc2626;\n        }\n        \n        .disclaimer-critical .alert-icon {\n            color: var(--nuvix-danger);\n        }\n        \n        .disclaimer-warning {\n            background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05));\n            border-color: var(--nuvix-warning);\n            color: #fcd34d;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-warning {\n            background: rgba(245, 158, 11, 0.1);\n            color: #d97706;\n        }\n        \n        .disclaimer-warning .alert-icon {\n            color: var(--nuvix-warning);\n        }\n        \n        .disclaimer-caution {\n            background: linear-gradient(135deg, rgba(0, 180, 216, 0.15), rgba(0, 180, 216, 0.05));\n            border-color: var(--nuvix-secondary);\n            color: #67e8f9;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-caution {\n            background: rgba(0, 180, 216, 0.1);\n            color: #0891b2;\n        }\n        \n        .disclaimer-caution .alert-icon {\n            color: var(--nuvix-secondary);\n        }\n        \n        .disclaimer-info {\n            background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.05));\n            border-color: var(--nuvix-success);\n            color: #86efac;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-info {\n            background: rgba(16, 185, 129, 0.1);\n            color: #059669;\n        }\n        \n        .disclaimer-info .alert-icon {\n            color: var(--nuvix-success);\n        }\n        \n        \/* Country detection display *\/\n        .detected-country {\n            background: linear-gradient(135deg, var(--nuvix-primary), var(--nuvix-secondary));\n            color: white;\n            padding: 8px 15px;\n            margin-bottom: 15px;\n            border-radius: 25px;\n            font-size: 12px;\n            font-weight: 600;\n            display: inline-block;\n            animation: pulse 2s infinite;\n        }\n        \n        @keyframes pulse {\n            0%, 100% { opacity: 1; }\n            50% { opacity: 0.8; }\n        }\n        \n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .nuvix-disclaimer, .nuvix-disclaimer-blocked {\n                padding: 20px;\n                font-size: 13px;\n                margin: 20px 15px;\n                border-radius: 15px;\n            }\n            \n            .disclaimer-header {\n                font-size: 18px;\n                flex-wrap: wrap;\n            }\n            \n            .disclaimer-alert {\n                padding: 15px;\n                flex-direction: column;\n                gap: 10px;\n            }\n            \n            .alert-icon {\n                font-size: 20px;\n            }\n            \n            .disclaimer-content p {\n                font-size: 13px;\n            }\n        }\n        \n        \/* Extra small devices *\/\n        @media (max-width: 375px) {\n            .nuvix-disclaimer, .nuvix-disclaimer-blocked {\n                padding: 15px;\n                font-size: 12px;\n            }\n            \n            .disclaimer-header {\n                font-size: 16px;\n            }\n        }\n        \n        \/* Print styles *\/\n        @media print {\n            .nuvix-disclaimer::before {\n                display: none;\n            }\n            \n            .nuvix-disclaimer, .nuvix-disclaimer-blocked {\n                border: 2px solid #000;\n                box-shadow: none;\n                animation: none;\n            }\n        }\n    <\/style><div class=\"nuvix-disclaimer animated nuvix-disclaimer animated-dark\"><div class=\"disclaimer-header\"><i class=\"las la-exclamation-triangle\"><\/i> <strong>Wichtiger Haftungsausschluss<\/strong><\/div><div class=\"disclaimer-content\"><p>Alle Informationen, die von der <strong>Nuvix AI-Analyse<\/strong> System (der \"Dienst\") wird ausschlie\u00dflich f\u00fcr folgende Zwecke bereitgestellt <strong>Bildungs- und Informationszwecke<\/strong> nur. Der Dienst generiert algorithmische Auswertungen von Marktdaten, Handels- und Kasinospielmustern, aber er tut <strong>nicht<\/strong> erzeugen keine verwertbaren Handels- oder Wettsignale und sollten nicht als solche angesehen werden.<\/p><p>Die Nutzung des Dienstes ist mit erheblichen Risiken verbunden. Bewertungen in der Vergangenheit sind keine Garantie f\u00fcr zuk\u00fcnftige Leistungen oder Gewinne in den Bereichen Forex, Aktien, Futures, synthetische Indizes, bin\u00e4re Optionen, Kryptow\u00e4hrungen, Roulette, Baccarat oder andere Casino-Spiele. <strong>Nuvix<\/strong> \u00fcbernimmt weder ausdr\u00fccklich noch stillschweigend eine Garantie f\u00fcr die Richtigkeit, Vollst\u00e4ndigkeit oder Eignung einer Analyse. <strong>Ihre Entscheidungen und Ergebnisse<\/strong> h\u00e4ngen ausschlie\u00dflich von Ihrem eigenen Urteilsverm\u00f6gen, Ihrer Risikobereitschaft, Ihrem Einsatz und den vorherrschenden Markt- oder Spielbedingungen ab.<\/p><p><strong>Nuvix<\/strong> ist weder mit Handelsplattformen, Brokern, B\u00f6rsen oder Kasinobetreibern verbunden, noch wird es von diesen unterst\u00fctzt oder mit ihnen assoziiert. Sie sind allein verantwortlich f\u00fcr die Auswahl, den Zugang und die Nutzung einer Plattform f\u00fcr Ihre Handels- oder Spielaktivit\u00e4ten.<\/p><p>Durch die Nutzung des Dienstes erkennen Sie an und akzeptieren, dass <strong>Nuvix<\/strong> und die mit ihr verbundenen Unternehmen haften nicht f\u00fcr Verluste, Sch\u00e4den oder Anspr\u00fcche, die sich aus Ihrer Nutzung der KI-Analysen ergeben. F\u00fchren Sie immer Ihre eigene Due Diligence durch und konsultieren Sie qualifizierte Fachleute, bevor Sie Trades oder Wetten platzieren.<\/p><\/div><div class=\"disclaimer-alert disclaimer-info\"><div class=\"alert-icon\"><i class=\"las la-flag-usa\"><\/i><\/div><div class=\"alert-content\"><strong>EINWOHNER DER USA - ALLGEMEINER HINWEIS:<\/strong> Die Handelsvorschriften sind je nach Bundesland unterschiedlich. Bin\u00e4re Optionen sind nur \u00fcber CFTC-registrierte B\u00f6rsen legal. \u00dcberpr\u00fcfen Sie die Bundes- und Landesgesetze vor dem Handel. Diese Analyse stellt keine Finanzberatung dar.<\/div><\/div><div class=\"disclaimer-alert disclaimer-warning\"><div class=\"alert-icon\"><i class=\"las la-dice\"><\/i><\/div><div class=\"alert-content\"><strong>US-AMERIKANISCHE GL\u00dcCKSSPIELGESETZE:<\/strong> Online-Gl\u00fccksspiele (Kasinospiele und Sportwetten) sind in den meisten US-Bundesstaaten, darunter Utah, Hawaii, Idaho und anderen, illegal oder eingeschr\u00e4nkt. \u00dcberpr\u00fcfen Sie die Gesetze Ihres Bundesstaates, bevor Sie mit dem Gl\u00fccksspiel beginnen.<\/div><\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c6b29e elementor-widget elementor-widget-html\" data-id=\"1c6b29e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Nuvix Footer with Extension Link -->\n<div id=\"nuvix-footer-wrapper\">\n    <footer class=\"nuvix-site-footer\">\n        <div class=\"nuvix-footer-glow\"><\/div>\n        <div class=\"nuvix-container\">\n            <div class=\"nuvix-footer-content\">\n                <!-- Logo and Company Info -->\n                <div class=\"nuvix-footer-section nuvix-footer-brand\">\n                    <div class=\"nuvix-footer-logo\">\n                        <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/uvix-1-1.png\" alt=\"Nuvix\">\n                    <\/div>\n                    <p class=\"nuvix-footer-tagline\">Wo KI auf Chancen trifft<\/p>\n                    <p class=\"nuvix-footer-description\">Revolution\u00e4re KI-gest\u00fctzte Handelsanalyseplattform, die die Herangehensweise von H\u00e4ndlern an die Finanzm\u00e4rkte ver\u00e4ndert.<\/p>\n                    \n                    <!-- Chrome Extension Download Button -->\n                    <div class=\"nuvix-extension-download\">\n                        <a href=\"https:\/\/chromewebstore.google.com\/detail\/nuvix-analysis-educationa\/mekepaacobchobieadiednfmppcflglf\" \n                           target=\"_blank\" \n                           rel=\"noopener noreferrer\"\n                           class=\"nuvix-extension-btn\">\n                            <i class=\"lab la-chrome\"><\/i>\n                            <span>Nuvix Analyzer Erweiterung erhalten<\/span>\n                            <i class=\"las la-download\"><\/i>\n                        <\/a>\n                    <\/div>\n                    \n                    <div class=\"nuvix-footer-social\">\n                        <a href=\"https:\/\/www.instagram.com\/nuvixofficial\/\" aria-label=\"Instagram\"><i class=\"lab la-instagram\"><\/i><\/a>\n                        <a href=\"https:\/\/www.facebook.com\/nuvixai\" aria-label=\"Facebook\"><i class=\"lab la-facebook-f\"><\/i><\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Quick Links -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Schnelle Links<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"https:\/\/nuvix.com\/de\/#markets\">M\u00e4rkte<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/#solution\">KI-Technologie<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/#pricing\">Pakete<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/#opportunity\">Gelegenheit<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/c_login\/\">Anmeldung f\u00fcr Mitglieder<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Legal -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Rechtliches<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"https:\/\/nuvix.com\/de\/privacy-policy-en\/\">Datenschutzbestimmungen<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/terms-of-use-en\/\">Nutzungsbedingungen<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/refund-and-cancellation-policy-en\/\">R\u00fcckerstattung und Stornierung<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/gdpr-en\/\">GDPR-Politik<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/nuvix-income-disclosure-statement\/\">Ergebnisrechnung<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/service-availability-compliance-policy\/\">Verf\u00fcgbarkeit und Konformit\u00e4t<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/ibp_agreement\/\">IBP-Vereinbarung<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/anti-money-laundering-aml\/\">Anti-Geldw\u00e4sche (AML)<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/cookie-policy\/\">Cookie-Richtlinie<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Support & Tools -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Unterst\u00fctzung &amp; Tools<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"https:\/\/nuvix.com\/de\/contact-us\/\">Kontakt<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/privacy-preferences\/\">Cookie &amp; Datenschutz-Einstellungen<\/a><\/li>\n                        <li class=\"nuvix-extension-link-item\">\n                            <a href=\"https:\/\/chromewebstore.google.com\/detail\/nuvix-analysis-educationa\/mekepaacobchobieadiednfmppcflglf\" \n                               target=\"_blank\" \n                               rel=\"noopener noreferrer\">\n                                <i class=\"lab la-chrome\"><\/i> Nuvix Analyzer Erweiterung\n                            <\/a>\n                        <\/li>\n                    <\/ul>\n                    <div class=\"nuvix-footer-location\">\n                        <i class=\"las la-map-marker\"><\/i>\n                        <span>SHERIDAN, WY 82801<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Payment Methods -->\n            <div class=\"nuvix-footer-payments\">\n                <p class=\"nuvix-payments-title\">Wir akzeptieren<\/p>\n                <div class=\"nuvix-payment-methods\">\n                    <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/Copy-of-uvix-1.png\" alt=\"Payment Methods\" class=\"nuvix-payment-logos\">\n                <\/div>\n            <\/div>\n\n            <!-- Bottom Bar -->\n            <div class=\"nuvix-footer-bottom\">\n                <div class=\"nuvix-footer-bottom-content\">\n                    <p class=\"nuvix-copyright\">Copyright \u00a9\ufe0f 2025 Nuvix by\ufe0f iEvolution Pro LLC - Alle Rechte vorbehalten<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/footer>\n<\/div>\n\n<style>\n\/* Reset and isolate styles for Nuvix footer *\/\n#nuvix-footer-wrapper {\n    \/* Reset inherited styles *\/\n    all: initial;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    box-sizing: border-box;\n    display: block;\n}\n\n#nuvix-footer-wrapper *,\n#nuvix-footer-wrapper *::before,\n#nuvix-footer-wrapper *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n}\n\n\/* CSS Variables scoped to footer *\/\n#nuvix-footer-wrapper {\n    --nuvix-primary-gradient: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n    --nuvix-accent-blue: #00b4d8;\n}\n\n\/* Footer Styles *\/\n#nuvix-footer-wrapper .nuvix-site-footer {\n    position: relative;\n    background: transparent;\n    border-top: 1px solid rgba(159, 57, 255, 0.2);\n    padding: 4rem 0 0;\n    margin-top: 0;\n    overflow: hidden;\n    width: 100%;\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-glow {\n    position: absolute;\n    top: -100px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 600px;\n    height: 200px;\n    background: transparent;\n    pointer-events: none;\n}\n\n#nuvix-footer-wrapper .nuvix-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-content {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 2rem;\n    margin-bottom: 3rem;\n}\n\n@media (min-width: 768px) {\n    #nuvix-footer-wrapper .nuvix-footer-content {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 3rem;\n    }\n}\n\n@media (min-width: 1024px) {\n    #nuvix-footer-wrapper .nuvix-footer-content {\n        grid-template-columns: 2fr 1fr 1fr 1fr;\n        gap: 4rem;\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-footer-section {\n    padding: 0 1rem;\n    transition: transform 0.3s ease;\n}\n\n@media (min-width: 768px) {\n    #nuvix-footer-wrapper .nuvix-footer-section {\n        padding: 0;\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-footer-section:hover {\n    transform: translateY(-5px);\n}\n\n#nuvix-footer-wrapper .nuvix-footer-brand {\n    max-width: 350px;\n}\n\n@media (min-width: 1024px) {\n    #nuvix-footer-wrapper .nuvix-footer-brand {\n        padding-right: 2rem;\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-footer-logo {\n    margin-bottom: 1.5rem;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-logo img {\n    height: 45px;\n    width: auto;\n    filter: drop-shadow(0 0 20px rgba(159, 57, 255, 0.5));\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-tagline {\n    color: var(--nuvix-accent-blue);\n    font-size: 0.95rem;\n    font-style: italic;\n    margin-bottom: 1rem;\n    font-weight: 500;\n    line-height: 1.4;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-description {\n    color: rgba(226, 232, 240, 0.7);\n    font-size: 0.9rem;\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n}\n\n\/* Chrome Extension Download Button *\/\n#nuvix-footer-wrapper .nuvix-extension-download {\n    margin: 1.5rem 0;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn {\n    display: inline-flex !important;\n    align-items: center;\n    gap: 0.5rem;\n    padding: 0.75rem 1.25rem;\n    background: var(--nuvix-primary-gradient) !important;\n    color: white !important;\n    text-decoration: none !important;\n    border-radius: 50px;\n    font-size: 0.9rem;\n    font-weight: 600;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 15px rgba(159, 57, 255, 0.3);\n    border: none !important;\n    position: relative;\n    overflow: hidden;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 100%;\n    height: 100%;\n    background: rgba(255, 255, 255, 0.2);\n    transition: left 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 25px rgba(159, 57, 255, 0.5);\n    color: white !important;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn:hover::before {\n    left: 100%;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn i.lab {\n    font-size: 1.2rem;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn i.las {\n    font-size: 1rem;\n    animation: nuvixBounce 2s infinite;\n}\n\n@keyframes nuvixBounce {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-3px); }\n}\n\n\/* Extension link in the Support section *\/\n#nuvix-footer-wrapper .nuvix-extension-link-item a {\n    display: inline-flex !important;\n    align-items: center;\n    gap: 0.5rem;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-link-item a i {\n    color: var(--nuvix-accent-blue);\n    font-size: 1.1rem;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-title {\n    color: #ffffff;\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin-bottom: 1.5rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    position: relative;\n    padding-bottom: 0.75rem;\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-title::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 40px;\n    height: 2px;\n    background: var(--nuvix-primary-gradient);\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links li {\n    margin-bottom: 0.75rem;\n    list-style: none;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a {\n    color: rgba(226, 232, 240, 0.9) !important;\n    text-decoration: none !important;\n    font-size: 0.95rem;\n    transition: all 0.3s ease;\n    display: inline-block;\n    position: relative;\n    opacity: 0.9;\n    background: none !important;\n    border: none !important;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a::before {\n    content: '';\n    position: absolute;\n    left: -15px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 0;\n    height: 1px;\n    background: #00b4d8;\n    transition: width 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a:hover {\n    color: #00b4d8 !important;\n    padding-left: 10px;\n    text-shadow: 0 0 10px rgba(0, 180, 216, 0.5);\n    opacity: 1;\n    text-decoration: none !important;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a:hover::before {\n    width: 5px;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-social {\n    display: flex;\n    gap: 0.75rem;\n    margin-top: 1.5rem;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-social a {\n    width: 40px;\n    height: 40px;\n    background: rgba(226, 232, 240, 0.1) !important;\n    border: 1px solid rgba(255, 255, 255, 0.2) !important;\n    border-radius: 50%;\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n    color: #ffffff !important;\n    font-size: 1.2rem;\n    transition: all 0.3s ease;\n    text-decoration: none !important;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-social a:hover {\n    background: var(--nuvix-primary-gradient) !important;\n    border-color: transparent !important;\n    color: white !important;\n    transform: translateY(-3px);\n    box-shadow: 0 8px 20px rgba(159, 57, 255, 0.4);\n}\n\n#nuvix-footer-wrapper .nuvix-footer-location {\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    margin-top: 1.5rem;\n    color: rgba(226, 232, 240, 0.7);\n    font-size: 0.9rem;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-location i {\n    color: var(--nuvix-accent-blue);\n    font-size: 1.2rem;\n}\n\n\/* Payment Methods *\/\n#nuvix-footer-wrapper .nuvix-footer-payments {\n    text-align: center;\n    padding: 2rem 0;\n    border-top: 1px solid rgba(255, 255, 255, 0.1);\n    border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n#nuvix-footer-wrapper .nuvix-payments-title {\n    color: rgba(226, 232, 240, 0.9);\n    font-size: 0.95rem;\n    font-weight: 600;\n    margin-bottom: 1rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-payment-methods {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 1rem;\n    flex-wrap: wrap;\n}\n\n#nuvix-footer-wrapper .nuvix-payment-logos {\n    max-height: 40px;\n    width: auto;\n    opacity: 0.8;\n    transition: opacity 0.3s ease;\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-payment-logos:hover {\n    opacity: 1;\n}\n\n\/* Bottom Bar *\/\n#nuvix-footer-wrapper .nuvix-footer-bottom {\n    padding: 2rem 0;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-bottom-content {\n    text-align: center;\n}\n\n#nuvix-footer-wrapper .nuvix-copyright {\n    color: #fff;\n    font-size: 0.9rem;\n    margin-bottom: 0;\n    opacity: 0.9;\n    display: block;\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 767px) {\n    #nuvix-footer-wrapper .nuvix-site-footer {\n        padding: 3rem 0 0;\n        margin-top: 4rem;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-content {\n        text-align: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-brand {\n        max-width: 100%;\n        margin-bottom: 2rem;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-title::after {\n        left: 50%;\n        transform: translateX(-50%);\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-social {\n        justify-content: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-location {\n        justify-content: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-links a::before {\n        display: none;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-links a:hover {\n        padding-left: 0;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-extension-download {\n        text-align: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-extension-btn {\n        width: 100%;\n        max-width: 280px;\n        justify-content: center;\n    }\n}\n\n\/* Animation for footer entrance *\/\n@keyframes nuvixFadeInUp {\n    from {\n        opacity: 0;\n        transform: translateY(20px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-site-footer {\n    animation: nuvixFadeInUp 0.8s ease-out;\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"R\u00fcckerstattungs- und Stornierungsrichtlinien - Nuvix Home Home R\u00fcckerstattungs- und Stornierungsrichtlinien Klare und transparente Richtlinien f\u00fcr R\u00fcckerstattungen und Stornierungen von digitalen Produkten und Dienstleistungen Zuletzt aktualisiert: August 2025 | Datum des Inkrafttretens: August 2025 Kurze Zusammenfassung R\u00fcckerstattungsfenster 72 Stunden nach dem Kauf f\u00fcr digitale Produkte Krypto-Zahlungen Alle Zahlungen in Kryptow\u00e4hrung sind endg\u00fcltig - keine R\u00fcckerstattungen [...]","protected":false},"author":2008,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-15511","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages\/15511","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/users\/2008"}],"replies":[{"embeddable":true,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/comments?post=15511"}],"version-history":[{"count":85,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages\/15511\/revisions"}],"predecessor-version":[{"id":43122,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages\/15511\/revisions\/43122"}],"wp:attachment":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/media?parent=15511"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}