{"id":39988,"date":"2025-07-15T09:37:55","date_gmt":"2025-07-15T16:37:55","guid":{"rendered":"https:\/\/nuvix.com\/?page_id=39988"},"modified":"2025-09-07T07:42:23","modified_gmt":"2025-09-07T14:42:23","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/nuvix.com\/de\/contact-us\/","title":{"rendered":"Kontakt"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"39988\" class=\"elementor elementor-39988\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13abf69 e-con-full e-flex e-con e-parent\" data-id=\"13abf69\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c49443 elementor-widget elementor-widget-html\" data-id=\"2c49443\" 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>Contact Us - Nuvix<\/title>\n    <!-- Icon8 Line Awesome Icons -->\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    <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        \/* Contact Page Styles *\/\n        .contact-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 100px 20px 40px;\n        }\n\n        @media (min-width: 768px) {\n            .contact-container {\n                padding: 120px 40px 60px;\n            }\n        }\n\n        .contact-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        .contact-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        .contact-subtitle {\n            font-size: 1.1rem;\n            color: #94a3b8;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        \/* Contact Options Grid *\/\n        .contact-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-bottom: 3rem;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .contact-card {\n            background: rgba(255, 255, 255, 0.02);\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            border-radius: 15px;\n            padding: 2rem;\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n\n        .contact-card:hover {\n            background: rgba(255, 255, 255, 0.04);\n            border-color: rgba(159, 57, 255, 0.3);\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(159, 57, 255, 0.2);\n        }\n\n        .contact-card-icon {\n            width: 60px;\n            height: 60px;\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            margin: 0 auto 1.5rem;\n            font-size: 1.5rem;\n            color: white;\n        }\n\n        .contact-card-title {\n            font-size: 1.3rem;\n            font-weight: 600;\n            margin-bottom: 1rem;\n            color: #fff;\n        }\n\n        .contact-card-description {\n            color: #94a3b8;\n            margin-bottom: 1.5rem;\n            line-height: 1.6;\n        }\n\n        .contact-card-link {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            color: #00b4d8;\n            text-decoration: none;\n            font-weight: 500;\n            transition: all 0.3s ease;\n        }\n\n        .contact-card-link:hover {\n            color: #9f39ff;\n            transform: translateX(5px);\n        }\n\n        .contact-card-link i {\n            font-size: 1rem;\n        }\n\n        \/* Contact Form Section *\/\n        .contact-form-section {\n            background: rgba(255, 255, 255, 0.02);\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            border-radius: 15px;\n            padding: 3rem;\n            margin: 0 auto 3rem;\n            max-width: 800px;\n        }\n\n        .form-header {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .form-title {\n            font-size: 2rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: #fff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.75rem;\n        }\n\n        .form-title i {\n            color: #00b4d8;\n        }\n\n        .form-subtitle {\n            color: #94a3b8;\n            font-size: 1.1rem;\n        }\n\n        \/* Reamaze Form Container *\/\n        .reamaze-container {\n            margin-top: 2rem;\n            min-height: 500px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n\n        \/* Custom Reamaze Widget Styles *\/\n        [data-reamaze-embed=\"contact\"] {\n            width: 100% !important;\n            max-width: 600px !important;\n            margin: 0 auto !important;\n        }\n\n        \/* Reamaze form styling overrides *\/\n        .reamaze-embed-contact {\n            background: transparent !important;\n        }\n\n        .reamaze-embed-contact form {\n            background: rgba(255, 255, 255, 0.03) !important;\n            border: 1px solid rgba(159, 57, 255, 0.2) !important;\n            border-radius: 15px !important;\n            padding: 2rem !important;\n        }\n\n        .reamaze-embed-contact input,\n        .reamaze-embed-contact textarea,\n        .reamaze-embed-contact select {\n            background: rgba(255, 255, 255, 0.05) !important;\n            border: 1px solid rgba(255, 255, 255, 0.1) !important;\n            color: #e2e8f0 !important;\n            border-radius: 8px !important;\n            padding: 12px 15px !important;\n            font-size: 1rem !important;\n            transition: all 0.3s ease !important;\n        }\n\n        .reamaze-embed-contact input:focus,\n        .reamaze-embed-contact textarea:focus,\n        .reamaze-embed-contact select:focus {\n            border-color: #00b4d8 !important;\n            background: rgba(255, 255, 255, 0.08) !important;\n            outline: none !important;\n            box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.1) !important;\n        }\n\n        .reamaze-embed-contact label {\n            color: #cbd5e1 !important;\n            font-weight: 500 !important;\n            margin-bottom: 0.5rem !important;\n            display: block !important;\n        }\n\n        .reamaze-embed-contact button[type=\"submit\"] {\n            background: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%) !important;\n            color: white !important;\n            border: none !important;\n            padding: 12px 30px !important;\n            border-radius: 25px !important;\n            font-weight: 600 !important;\n            font-size: 1rem !important;\n            cursor: pointer !important;\n            transition: all 0.3s ease !important;\n            margin-top: 1rem !important;\n        }\n\n        .reamaze-embed-contact button[type=\"submit\"]:hover {\n            transform: translateY(-2px) !important;\n            box-shadow: 0 10px 25px rgba(159, 57, 255, 0.3) !important;\n        }\n\n        .reamaze-embed-contact .error {\n            color: #ef4444 !important;\n            font-size: 0.9rem !important;\n            margin-top: 0.25rem !important;\n        }\n\n        .reamaze-embed-contact ::placeholder {\n            color: #64748b !important;\n            opacity: 1 !important;\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            margin-bottom: 3rem;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .faq-title {\n            font-size: 2rem;\n            font-weight: 700;\n            margin-bottom: 2rem;\n            text-align: center;\n            color: #fff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.75rem;\n        }\n\n        .faq-title i {\n            color: #9f39ff;\n        }\n\n        .faq-item {\n            background: rgba(255, 255, 255, 0.02);\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            border-radius: 10px;\n            margin-bottom: 1rem;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .faq-item:hover {\n            border-color: rgba(159, 57, 255, 0.3);\n        }\n\n        .faq-question {\n            padding: 1.5rem;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n            color: #fff;\n            transition: all 0.3s ease;\n        }\n\n        .faq-question:hover {\n            color: #00b4d8;\n        }\n\n        .faq-question i {\n            transition: transform 0.3s ease;\n            color: #9f39ff;\n        }\n\n        .faq-item.active .faq-question i {\n            transform: rotate(180deg);\n        }\n\n        .faq-answer {\n            padding: 0 1.5rem;\n            max-height: 0;\n            overflow: hidden;\n            transition: all 0.3s ease;\n            color: #94a3b8;\n        }\n\n        .faq-item.active .faq-answer {\n            padding: 0 1.5rem 1.5rem;\n            max-height: 500px;\n        }\n\n        \/* Response Time Badge *\/\n        .response-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            background: rgba(16, 185, 129, 0.1);\n            border: 1px solid rgba(16, 185, 129, 0.3);\n            color: #10b981;\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            margin-top: 1rem;\n        }\n\n        .response-badge i {\n            font-size: 1rem;\n        }\n\n        \/* Office Hours *\/\n        .office-hours {\n            background: rgba(159, 57, 255, 0.05);\n            border: 1px solid rgba(159, 57, 255, 0.2);\n            border-radius: 10px;\n            padding: 1.5rem;\n            margin: 2rem auto;\n            text-align: center;\n            max-width: 600px;\n        }\n\n        .office-hours-title {\n            font-weight: 600;\n            color: #9f39ff;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n\n        .office-hours-time {\n            color: #e2e8f0;\n            font-size: 1rem;\n            line-height: 1.8;\n        }\n\n        .trial-info {\n            background: linear-gradient(135deg, rgba(0, 180, 216, 0.1), rgba(159, 57, 255, 0.1));\n            border: 1px solid rgba(0, 180, 216, 0.3);\n            border-radius: 10px;\n            padding: 1.5rem;\n            margin: 2rem auto;\n            text-align: center;\n            max-width: 600px;\n        }\n\n        .trial-info-title {\n            font-weight: 600;\n            color: #00b4d8;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.5rem;\n        }\n\n        .trial-info-text {\n            color: #e2e8f0;\n            font-size: 1rem;\n        }\n\n        .trial-price {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #9f39ff;\n            margin: 0.5rem 0;\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        \/* 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 i {\n            font-size: 1.5rem;\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            .contact-container {\n                padding: 80px 15px 30px;\n            }\n\n            .contact-form-section {\n                padding: 2rem 1.5rem;\n            }\n\n            .reamaze-container {\n                padding: 1rem;\n            }\n\n            .form-title {\n                font-size: 1.5rem;\n            }\n\n            .faq-title {\n                font-size: 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    <\/center><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Contact Content -->\n    <div class=\"contact-container\">\n        <div class=\"contact-header\">\n            <h1 class=\"contact-title\">Kontakt aufnehmen<\/h1>\n            <p class=\"contact-subtitle\">Wir helfen Ihnen gerne bei allen Fragen zu unseren KI-gest\u00fctzten Bildungsanalysediensten<\/p>\n            <div class=\"response-badge\">\n                <i class=\"las la-clock\"><\/i>\n                Durchschnittliche Antwortzeit: 1-2 Stunden w\u00e4hrend der Gesch\u00e4ftszeiten\n            <\/div>\n        <\/div>\n\n        <!-- Contact Options -->\n        <div class=\"contact-grid\">\n            <div class=\"contact-card\">\n                <div class=\"contact-card-icon\">\n                    <i class=\"las la-envelope\"><\/i>\n                <\/div>\n                <h3 class=\"contact-card-title\">E-Mail-Unterst\u00fctzung<\/h3>\n                <p class=\"contact-card-description\">Detaillierte Unterst\u00fctzung bei Kontofragen, technischen Problemen oder allgemeinen Anfragen erhalten<\/p>\n                <a href=\"mailto:support@nuvix.com\" class=\"contact-card-link\">\n                    support@nuvix.com\n                    <i class=\"las la-arrow-right\"><\/i>\n                <\/a>\n            <\/div>\n\n            <div class=\"contact-card\">\n                <div class=\"contact-card-icon\">\n                    <i class=\"las la-ticket-alt\"><\/i>\n                <\/div>\n                <h3 class=\"contact-card-title\">Tickets unterst\u00fctzen<\/h3>\n                <p class=\"contact-card-description\">Reichen Sie unten ein Ticket ein, um verfolgbaren Support und eine schnellere L\u00f6sung zu erhalten<\/p>\n                <a href=\"#contact-form\" class=\"contact-card-link\">\n                    Ticket erstellen\n                    <i class=\"las la-arrow-right\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Office Hours -->\n        <div class=\"office-hours\">\n            <div class=\"office-hours-title\">\n                <i class=\"las la-business-time\"><\/i> Support-Stunden\n            <\/div>\n            <div class=\"office-hours-time\">\n                Montag - Freitag: 9:00 AM - 5:00 PM Pacific Time<br>\n                Samstag: 9:00 AM - 1:00 PM Pazifische Zeit<br>\n                Sonntag: Geschlossen\n            <\/div>\n        <\/div>\n\n        <!-- Trial Info -->\n        <div class=\"trial-info\">\n            <div class=\"trial-info-title\">\n                <i class=\"las la-rocket\"><\/i> Beginnen Sie Ihre Reise\n            <\/div>\n            <div class=\"trial-info-text\">\n                Erleben Sie Nuvix mit unserer Testmitgliedschaft\n                <div class=\"trial-price\">Nur $9.99<\/div>\n                Starten Sie noch heute und entdecken Sie unsere KI-gest\u00fctzten Analysetools\n            <\/div>\n        <\/div>\n\n        <!-- Contact Form Section -->\n        <div class=\"contact-form-section\" id=\"contact-form\">\n            <div class=\"form-header\">\n                <h2 class=\"form-title\">\n                    <i class=\"las la-paper-plane\"><\/i>\n                    Support-Ticket einreichen\n                <\/h2>\n                <p class=\"form-subtitle\">F\u00fcllen Sie das untenstehende Formular aus und wir werden uns innerhalb von 1-2 Stunden w\u00e4hrend der Gesch\u00e4ftszeiten bei Ihnen melden.<\/p>\n            <\/div>\n\n            <!-- Reamaze Contact Form -->\n            <div class=\"reamaze-container\">\n                <div data-reamaze-embed=\"contact\" data-reamaze-embed-form-id=\"453982\"><\/div>\n            <\/div>\n        <\/div>\n\n        <!-- FAQ Section -->\n        <div class=\"faq-section\">\n            <h2 class=\"faq-title\">\n                <i class=\"las la-question-circle\"><\/i>\n                H\u00e4ufig gestellte Fragen\n            <\/h2>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Wie schnell werde ich eine Antwort erhalten?\n                    <i class=\"las la-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    In der Regel beantworten wir alle Support-Tickets innerhalb von 1-2 Stunden w\u00e4hrend unserer Gesch\u00e4ftszeiten (Montag-Freitag 9AM-5PM PT, Samstag 9AM-1PM PT). Tickets, die au\u00dferhalb der Gesch\u00e4ftszeiten eingereicht werden, werden bearbeitet, wenn wir wieder \u00f6ffnen.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Welche Informationen sollte ich in meinem Support-Ticket angeben?\n                    <i class=\"las la-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    Bitte geben Sie Ihre Kontonummer, eine detaillierte Beschreibung Ihres Problems, alle Fehlermeldungen, die Sie erhalten haben, und gegebenenfalls Screenshots an. Dies hilft uns, Ihr Problem schneller zu l\u00f6sen.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Wie kann ich mit Nuvix beginnen?\n                    <i class=\"las la-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    Der Einstieg ist ganz einfach! Melden Sie sich f\u00fcr unsere Testmitgliedschaft f\u00fcr nur $9,99 an und Sie erhalten sofortigen Zugriff auf alle unsere KI-gest\u00fctzten Analysetools. Keine komplizierte Einrichtung erforderlich - melden Sie sich einfach an und beginnen Sie mit der Erkundung.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Welche Sprachen unterst\u00fctzen Sie?\n                    <i class=\"las la-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    Wir bieten Support in Englisch und Spanisch. Wenn Sie ein Ticket einreichen, k\u00f6nnen Sie in beiden Sprachen schreiben und unser Support-Team wird entsprechend antworten.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Wie funktioniert das Ticketsystem?\n                    <i class=\"las la-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    Wenn Sie ein Ticket \u00fcber unser Formular einreichen, erhalten Sie eine E-Mail-Best\u00e4tigung mit einer Ticketnummer. Die gesamte Korrespondenz wird \u00fcber dieses Ticket nachverfolgt, damit nichts verloren geht und Sie w\u00e4hrend des gesamten L\u00f6sungsprozesses konsistente Unterst\u00fctzung erhalten.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Back to Top Button -->\n    <div class=\"back-to-top\" id=\"backToTop\">\n        <i class=\"las la-arrow-up\"><\/i>\n    <\/div>\n\n    <!-- Reamaze Scripts -->\n    <script type=\"text\/javascript\" async src=\"https:\/\/cdn.reamaze.com\/assets\/reamaze-loader.js\"><\/script>\n    <script type=\"text\/javascript\">\n        var _support = _support || { 'ui': {}, 'user': {} };\n        _support['account'] = 'nuvix';\n        _support['contact_custom_fields'] = _support['contact_custom_fields'] || {};\n        _support['contact_custom_fields']['rmz_form_id_453982'] = {};\n    <\/script>\n\n    <!-- Page Scripts -->\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        \/\/ FAQ Accordion\n        const faqItems = document.querySelectorAll('.faq-item');\n        \n        faqItems.forEach(item => {\n            const question = item.querySelector('.faq-question');\n            \n            question.addEventListener('click', () => {\n                const isActive = item.classList.contains('active');\n                \n                \/\/ Close all FAQ items\n                faqItems.forEach(faq => {\n                    faq.classList.remove('active');\n                });\n                \n                \/\/ Open clicked item if it wasn't active\n                if (!isActive) {\n                    item.classList.add('active');\n                }\n            });\n        });\n        \n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const targetId = this.getAttribute('href');\n                if (targetId === '#') return;\n                \n                const target = document.querySelector(targetId);\n                if (target) {\n                    const headerOffset = 100;\n                    const elementPosition = target.getBoundingClientRect().top;\n                    const offsetPosition = elementPosition + window.pageYOffset - headerOffset;\n\n                    window.scrollTo({\n                        top: offsetPosition,\n                        behavior: 'smooth'\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-d97765f e-con-full e-flex e-con e-parent\" data-id=\"d97765f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68d8901 elementor-widget elementor-widget-shortcode\" data-id=\"68d8901\" 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-light\"><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-d26580c elementor-widget elementor-widget-html\" data-id=\"d26580c\" 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":"Kontaktieren Sie uns - Nuvix Home Nehmen Sie Kontakt auf Wir helfen Ihnen gerne bei allen Fragen zu unseren KI-gest\u00fctzten Bildungsanalysediensten Durchschnittliche Antwortzeit: 1-2 Stunden w\u00e4hrend der Gesch\u00e4ftszeiten E-Mail-Support Erhalten Sie detaillierte Unterst\u00fctzung bei Kontoproblemen, technischen Problemen oder allgemeinen Anfragen support@nuvix.com Support-Tickets Reichen Sie unten ein Ticket ein, um verfolgbare Unterst\u00fctzung und schnellere L\u00f6sungen zu erhalten [...]","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-39988","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages\/39988","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/comments?post=39988"}],"version-history":[{"count":40,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages\/39988\/revisions"}],"predecessor-version":[{"id":43143,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages\/39988\/revisions\/43143"}],"wp:attachment":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/media?parent=39988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}