{"id":42606,"date":"2025-08-24T21:04:30","date_gmt":"2025-08-25T04:04:30","guid":{"rendered":"https:\/\/nuvix.com\/?page_id=42606"},"modified":"2025-09-07T07:42:20","modified_gmt":"2025-09-07T14:42:20","slug":"cookie-policy","status":"publish","type":"page","link":"https:\/\/nuvix.com\/de\/cookie-policy\/","title":{"rendered":"Cookie-Richtlinie"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"42606\" class=\"elementor elementor-42606\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5e949e e-con-full e-flex e-con e-parent\" data-id=\"a5e949e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fce71b6 elementor-widget elementor-widget-html\" data-id=\"fce71b6\" 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>Cookie Policy - Nuvix<\/title>\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    <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        \/* Cookie Icon Animation *\/\n        .cookie-icon-container {\n            display: flex;\n            justify-content: center;\n            margin: 2rem 0;\n        }\n\n        .cookie-icon {\n            font-size: 4rem;\n            color: #9f39ff;\n            animation: cookie-bounce 2s infinite;\n        }\n\n        @keyframes cookie-bounce {\n            0%, 100% { transform: translateY(0) rotate(0deg); }\n            25% { transform: translateY(-10px) rotate(-5deg); }\n            75% { transform: translateY(-10px) rotate(5deg); }\n        }\n\n        \/* Quick Navigation *\/\n        .quick-nav {\n            background: rgba(255, 255, 255, 0.03);\n            border: 1px solid rgba(159, 57, 255, 0.2);\n            border-radius: 15px;\n            padding: 2rem;\n            margin-bottom: 3rem;\n        }\n\n        .quick-nav-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-nav-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 0.75rem;\n        }\n\n        @media (min-width: 576px) {\n            .quick-nav-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 1rem;\n            }\n        }\n\n        .quick-nav-item {\n            padding: 0.75rem 1rem;\n            background: rgba(255, 255, 255, 0.02);\n            border-radius: 10px;\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            transition: all 0.3s ease;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            text-decoration: none;\n            color: #e2e8f0;\n        }\n\n        .quick-nav-item:hover {\n            background: rgba(159, 57, 255, 0.1);\n            border-color: rgba(159, 57, 255, 0.3);\n            transform: translateX(5px);\n        }\n\n        .quick-nav-item::before {\n            content: '';\n            font-family: 'Line Awesome Free';\n            font-weight: 900;\n            content: '\\f061';\n            color: #9f39ff;\n            font-size: 1rem;\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        \/* Cookie Category Cards *\/\n        .cookie-categories {\n            display: grid;\n            gap: 1.5rem;\n            margin: 2rem 0;\n        }\n\n        @media (min-width: 768px) {\n            .cookie-categories {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        .cookie-category-card {\n            background: rgba(255, 255, 255, 0.03);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 15px;\n            padding: 1.5rem;\n            transition: all 0.3s ease;\n        }\n\n        .cookie-category-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(159, 57, 255, 0.2);\n            border-color: rgba(159, 57, 255, 0.3);\n        }\n\n        .cookie-category-card.essential {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.05), rgba(0, 180, 216, 0.05));\n            border-color: rgba(159, 57, 255, 0.2);\n        }\n\n        .category-header {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            margin-bottom: 1rem;\n        }\n\n        .category-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.2), rgba(0, 180, 216, 0.2));\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n        }\n\n        .category-title {\n            flex: 1;\n        }\n\n        .category-title h3 {\n            margin: 0;\n            font-size: 1.2rem;\n            color: #fff;\n        }\n\n        .category-badge {\n            display: inline-block;\n            padding: 4px 10px;\n            border-radius: 20px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            margin-top: 5px;\n        }\n\n        .badge-required {\n            background: linear-gradient(135deg, #9f39ff, #00b4d8);\n            color: white;\n        }\n\n        .badge-optional {\n            background: rgba(255, 255, 255, 0.1);\n            color: #94a3b8;\n        }\n\n        \/* Cookie Table *\/\n        .cookie-table {\n            width: 100%;\n            margin: 1.5rem 0;\n            border-collapse: separate;\n            border-spacing: 0;\n            overflow: hidden;\n            border-radius: 10px;\n            background: rgba(255, 255, 255, 0.02);\n        }\n\n        .cookie-table-wrapper {\n            overflow-x: auto;\n            margin: 1.5rem 0;\n        }\n\n        .cookie-table th,\n        .cookie-table td {\n            padding: 1rem;\n            text-align: left;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        .cookie-table th {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.2), rgba(0, 180, 216, 0.2));\n            font-weight: 600;\n            color: #fff;\n            font-size: 0.9rem;\n        }\n\n        .cookie-table td {\n            font-size: 0.85rem;\n        }\n\n        .cookie-table tr:hover {\n            background: rgba(255, 255, 255, 0.03);\n        }\n\n        .cookie-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        .cookie-name {\n            font-family: 'Courier New', monospace;\n            background: rgba(159, 57, 255, 0.1);\n            padding: 2px 6px;\n            border-radius: 4px;\n            font-size: 0.85rem;\n        }\n\n        \/* Browser Instructions *\/\n        .browser-grid {\n            display: grid;\n            gap: 1rem;\n            margin: 1.5rem 0;\n        }\n\n        @media (min-width: 768px) {\n            .browser-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        .browser-card {\n            background: rgba(255, 255, 255, 0.02);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 10px;\n            padding: 1rem;\n            transition: all 0.3s ease;\n        }\n\n        .browser-card:hover {\n            background: rgba(159, 57, 255, 0.05);\n            border-color: rgba(159, 57, 255, 0.2);\n        }\n\n        .browser-header {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            margin-bottom: 0.75rem;\n        }\n\n        .browser-icon {\n            font-size: 1.5rem;\n            color: #00b4d8;\n        }\n\n        .browser-name {\n            font-weight: 600;\n            color: #fff;\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::before {\n            font-family: 'Line Awesome Free';\n            font-weight: 900;\n            content: '\\f071';\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            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .info-box-title::before {\n            font-family: 'Line Awesome Free';\n            font-weight: 900;\n            content: '\\f05a';\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: '';\n            position: absolute;\n            left: 0;\n            font-family: 'Line Awesome Free';\n            font-weight: 900;\n            content: '\\f00c';\n            color: #00b4d8;\n            font-size: 0.9rem;\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        \/* Manage Cookies Button *\/\n        .manage-cookies-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            padding: 12px 28px;\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            border: none;\n            cursor: pointer;\n        }\n\n        .manage-cookies-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 30px rgba(159, 57, 255, 0.5);\n            text-decoration: none;\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        \/* 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        .contact-button i {\n            font-size: 1.1rem;\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-nav {\n                padding: 1.5rem;\n            }\n\n            .policy-section {\n                padding: 1.5rem;\n            }\n\n            .cookie-table {\n                font-size: 0.8rem;\n            }\n\n            .cookie-table th,\n            .cookie-table td {\n                padding: 0.5rem;\n            }\n\n            .cookie-categories {\n                grid-template-columns: 1fr;\n            }\n\n            .browser-grid {\n                grid-template-columns: 1fr;\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\">Cookie-Richtlinie<\/h1>\n            <div class=\"cookie-icon-container\">\n                <i class=\"las la-cookie-bite cookie-icon\"><\/i>\n            <\/div>\n            <p class=\"policy-subtitle\">Verstehen, wie wir Cookies und \u00e4hnliche Technologien verwenden, um Ihr Erlebnis zu verbessern<\/p>\n            <p class=\"last-updated\">Zuletzt aktualisiert: Januar 2025<\/p>\n        <\/div>\n\n        <!-- Quick Navigation -->\n        <div class=\"quick-nav\">\n            <h2 class=\"quick-nav-title\"><i class=\"las la-list\"><\/i> Schnelle Navigation<\/h2>\n            <div class=\"quick-nav-grid\">\n                <a href=\"#what-are-cookies\" class=\"quick-nav-item\">Was sind Cookies?<\/a>\n                <a href=\"#how-we-use\" class=\"quick-nav-item\">Wie wir Cookies verwenden<\/a>\n                <a href=\"#types\" class=\"quick-nav-item\">Arten von Cookies<\/a>\n                <a href=\"#third-party\" class=\"quick-nav-item\">Cookies von Drittanbietern<\/a>\n                <a href=\"#manage\" class=\"quick-nav-item\">Cookies verwalten<\/a>\n                <a href=\"#browser-settings\" class=\"quick-nav-item\">Browser-Einstellungen<\/a>\n                <a href=\"#changes\" class=\"quick-nav-item\">\u00c4nderungen der Politik<\/a>\n                <a href=\"#contact\" class=\"quick-nav-item\">Kontakt<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- What Are Cookies -->\n        <div class=\"policy-section\" id=\"what-are-cookies\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-question-circle\"><\/i><\/span>\n                Was sind Cookies?\n            <\/h2>\n            <p>Cookies sind kleine Textdateien, die auf Ihrem Ger\u00e4t (Computer, Smartphone oder Tablet) gespeichert werden, wenn Sie eine Website besuchen. Sie werden h\u00e4ufig verwendet, um Websites effizienter zu gestalten, die Benutzerfreundlichkeit zu verbessern und den Website-Besitzern Informationen zur Verf\u00fcgung zu stellen.<\/p>\n            \n            <div class=\"info-box\">\n                <div class=\"info-box-title\">Wichtige Fakten \u00fcber Cookies<\/div>\n                <ul class=\"policy-list\">\n                    <li>Cookies k\u00f6nnen Ihr Ger\u00e4t nicht besch\u00e4digen oder Malware installieren.<\/li>\n                    <li>Sie k\u00f6nnen nicht auf andere Informationen auf Ihrem Computer zugreifen.<\/li>\n                    <li>Die meisten Cookies verfallen nach einer bestimmten Zeit<\/li>\n                    <li>Sie k\u00f6nnen Cookies \u00fcber Ihren Browser kontrollieren und l\u00f6schen<\/li>\n                <\/ul>\n            <\/div>\n\n            <h3 class=\"subsection-title\">Andere \u00e4hnliche Technologien<\/h3>\n            <p>Zus\u00e4tzlich zu Cookies k\u00f6nnen wir auch verwenden:<\/p>\n            <ul class=\"policy-list\">\n                <li><strong>Web Beacons:<\/strong> Kleine Grafiken, die Seitenaufrufe und das \u00d6ffnen von E-Mails verfolgen<\/li>\n                <li><strong>Lokale Lagerung:<\/strong> Browser-Speicher, der auch nach dem Schlie\u00dfen des Browsers erhalten bleibt<\/li>\n                <li><strong>Sitzung Speicherung:<\/strong> Tempor\u00e4rer Browser-Speicher wird gel\u00f6scht, wenn Sie Ihre Registerkarte schlie\u00dfen<\/li>\n                <li><strong>Ger\u00e4te-Fingerprinting:<\/strong> Techniken zur Identifizierung einzigartiger Ger\u00e4te<\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- How We Use Cookies -->\n        <div class=\"policy-section\" id=\"how-we-use\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-cogs\"><\/i><\/span>\n                Wie wir Cookies verwenden\n            <\/h2>\n            <p>Wir verwenden Cookies und \u00e4hnliche Technologien f\u00fcr mehrere wichtige Zwecke:<\/p>\n            \n            <ul class=\"policy-list\">\n                <li><strong>Wesentliche Operationen:<\/strong> Erm\u00f6glichung von Kernfunktionen der Website und sicheren Bereichen<\/li>\n                <li><strong>Leistung und Analytik:<\/strong> Verstehen, wie Besucher unsere Website nutzen, um sie zu verbessern<\/li>\n                <li><strong>Funktionsweise:<\/strong> Erinnern Sie sich an Ihre Vorlieben und personalisieren Sie Ihr Erlebnis<\/li>\n                <li><strong>Marketing:<\/strong> Bereitstellung relevanter Werbung und Messung ihrer Wirksamkeit<\/li>\n                <li><strong>Soziale Medien:<\/strong> Aktivieren Sie Funktionen f\u00fcr soziale Medien und Freigabefunktionen<\/li>\n            <\/ul>\n\n            <div class=\"highlight-box\">\n                <p><strong>Rechtsgrundlage:<\/strong> Wir verwenden nicht-essentielle Cookies nur mit Ihrer Zustimmung. Wesentliche Cookies sind f\u00fcr das Funktionieren unserer Website erforderlich und bed\u00fcrfen nach geltendem Recht keiner Zustimmung.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Types of Cookies -->\n        <div class=\"policy-section\" id=\"types\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-layer-group\"><\/i><\/span>\n                Arten von Cookies, die wir verwenden\n            <\/h2>\n            \n            <div class=\"cookie-categories\">\n                <!-- Essential Cookies -->\n                <div class=\"cookie-category-card essential\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            <i class=\"las la-lock\"><\/i>\n                        <\/div>\n                        <div class=\"category-title\">\n                            <h3>Unverzichtbare Cookies<\/h3>\n                            <span class=\"category-badge badge-required\">Immer aktiv<\/span>\n                        <\/div>\n                    <\/div>\n                    <p>Diese Cookies sind f\u00fcr das Funktionieren der Website erforderlich und k\u00f6nnen nicht abgeschaltet werden. Sie werden in der Regel als Reaktion auf Aktionen gesetzt, die Sie durchf\u00fchren, wie z. B. das Festlegen von Datenschutzeinstellungen, das Einloggen oder das Ausf\u00fcllen von Formularen.<\/p>\n                <\/div>\n\n                <!-- Functional Cookies -->\n                <div class=\"cookie-category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            <i class=\"las la-sliders-h\"><\/i>\n                        <\/div>\n                        <div class=\"category-title\">\n                            <h3>Funktionale Cookies<\/h3>\n                            <span class=\"category-badge badge-optional\">Optional<\/span>\n                        <\/div>\n                    <\/div>\n                    <p>Diese Cookies erm\u00f6glichen eine verbesserte Funktionalit\u00e4t und Personalisierung, wie z. B. die Erinnerung an Ihre Sprachpr\u00e4ferenz oder Region. Ohne diese Cookies funktionieren einige Funktionen m\u00f6glicherweise nicht richtig.<\/p>\n                <\/div>\n\n                <!-- Analytics Cookies -->\n                <div class=\"cookie-category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            <i class=\"las la-chart-bar\"><\/i>\n                        <\/div>\n                        <div class=\"category-title\">\n                            <h3>Analyse-Cookies<\/h3>\n                            <span class=\"category-badge badge-optional\">Optional<\/span>\n                        <\/div>\n                    <\/div>\n                    <p>Diese Cookies helfen uns zu verstehen, wie Besucher mit unserer Website interagieren, indem sie anonym Informationen sammeln und melden. Dies hilft uns, unsere Website und Dienstleistungen zu verbessern.<\/p>\n                <\/div>\n\n                <!-- Marketing Cookies -->\n                <div class=\"cookie-category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            <i class=\"las la-bullhorn\"><\/i>\n                        <\/div>\n                        <div class=\"category-title\">\n                            <h3>Marketing-Cookies<\/h3>\n                            <span class=\"category-badge badge-optional\">Optional<\/span>\n                        <\/div>\n                    <\/div>\n                    <p>Diese Cookies verfolgen Ihre Online-Aktivit\u00e4ten, um Werbetreibenden dabei zu helfen, relevantere Werbung zu liefern oder zu begrenzen, wie oft Sie eine Anzeige sehen. Sie k\u00f6nnen mit unseren Werbepartnern geteilt werden.<\/p>\n                <\/div>\n            <\/div>\n\n            <h3 class=\"subsection-title\">Detaillierte Cookie-Liste<\/h3>\n            \n            <div class=\"cookie-table-wrapper\">\n                <table class=\"cookie-table\">\n                    <thead>\n                        <tr>\n                            <th>Name des Cookies<\/th>\n                            <th>Anbieter<\/th>\n                            <th>Zweck<\/th>\n                            <th>Typ<\/th>\n                            <th>Dauer<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><span class=\"cookie-name\">PHPSESSID<\/span><\/td>\n                            <td>Nuvix<\/td>\n                            <td>Beh\u00e4lt die Benutzersitzung bei<\/td>\n                            <td>Wesentlich<\/td>\n                            <td>Sitzung<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><span class=\"cookie-name\">datenschutz_einwilligung<\/span><\/td>\n                            <td>Nuvix<\/td>\n                            <td>Speichert die Cookie-Einstellungen<\/td>\n                            <td>Wesentlich<\/td>\n                            <td>1 Jahr<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><span class=\"cookie-name\">ref<\/span><\/td>\n                            <td>Nuvix<\/td>\n                            <td>Verfolgt den Affiliate-Sponsor\/Referrer f\u00fcr die Provisionszuordnung<\/td>\n                            <td>Wesentlich<\/td>\n                            <td>30 Tage<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><span class=\"cookie-name\">g<\/span><\/td>\n                            <td>Nuvix<\/td>\n                            <td>Speichert die bin\u00e4re Platzierungsseite (links\/rechts) f\u00fcr die Netzpositionierung<\/td>\n                            <td>Wesentlich<\/td>\n                            <td>30 Tage<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><span class=\"cookie-name\">wordpress_eingeloggt<\/span><\/td>\n                            <td>WordPress<\/td>\n                            <td>H\u00e4lt die Benutzer angemeldet<\/td>\n                            <td>Wesentlich<\/td>\n                            <td>Sitzung<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><span class=\"cookie-name\">wp_lang<\/span><\/td>\n                            <td>WordPress<\/td>\n                            <td>Speichert die bevorzugte Sprache<\/td>\n                            <td>Funktionell<\/td>\n                            <td>1 Jahr<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><span class=\"cookie-name\">_ga<\/span><\/td>\n                            <td>Google Analytics<\/td>\n                            <td>Unterscheidet einzigartige Benutzer<\/td>\n                            <td>Analytik<\/td>\n                            <td>2 Jahre<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><span class=\"cookie-name\">_gid<\/span><\/td>\n                            <td>Google Analytics<\/td>\n                            <td>Unterscheidet Benutzer<\/td>\n                            <td>Analytik<\/td>\n                            <td>24 Stunden<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><span class=\"cookie-name\">_gat<\/span><\/td>\n                            <td>Google Analytics<\/td>\n                            <td>Drosselt die Anforderungsrate<\/td>\n                            <td>Analytik<\/td>\n                            <td>1 Minute<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><span class=\"cookie-name\">_fbp<\/span><\/td>\n                            <td>Facebook<\/td>\n                            <td>Speichert und verfolgt Besuche<\/td>\n                            <td>Marketing<\/td>\n                            <td>3 Monate<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><span class=\"cookie-name\">fr<\/span><\/td>\n                            <td>Facebook<\/td>\n                            <td>Erm\u00f6glicht Anzeigenschaltung<\/td>\n                            <td>Marketing<\/td>\n                            <td>3 Monate<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><span class=\"cookie-name\">ads\/ga-audiences<\/span><\/td>\n                            <td>Google<\/td>\n                            <td>Remarketing \u00fcber Google Ads<\/td>\n                            <td>Marketing<\/td>\n                            <td>Sitzung<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n\n        <!-- Third-Party Cookies -->\n        <div class=\"policy-section\" id=\"third-party\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-share-alt\"><\/i><\/span>\n                Cookies von Drittanbietern\n            <\/h2>\n            <p>Einige Cookies werden von Diensten Dritter gesetzt, die auf unseren Seiten erscheinen. Wir haben keine Kontrolle \u00fcber diese Cookies, und Sie sollten die Datenschutzrichtlinien der Drittanbieter f\u00fcr weitere Informationen lesen.<\/p>\n            \n            <h3 class=\"subsection-title\">Unsere Partner von Drittanbietern<\/h3>\n            \n            <div class=\"info-box\">\n                <div class=\"info-box-title\">Analytik-Partner<\/div>\n                <ul class=\"policy-list\">\n                    <li><strong>Google Analytics:<\/strong> <a href=\"https:\/\/policies.google.com\/privacy\" target=\"_blank\">Datenschutzbestimmungen<\/a> | <a href=\"https:\/\/tools.google.com\/dlpage\/gaoptout\" target=\"_blank\">Opt-out<\/a><\/li>\n                    <li><strong>Google Tag Manager:<\/strong> <a href=\"https:\/\/policies.google.com\/privacy\" target=\"_blank\">Datenschutzbestimmungen<\/a><\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"info-box\">\n                <div class=\"info-box-title\">Werbepartner<\/div>\n                <ul class=\"policy-list\">\n                    <li><strong>Google-Anzeigen:<\/strong> <a href=\"https:\/\/policies.google.com\/privacy\" target=\"_blank\">Datenschutzbestimmungen<\/a> | <a href=\"https:\/\/adssettings.google.com\" target=\"_blank\">Anzeigeneinstellungen<\/a><\/li>\n                    <li><strong>Facebook-Pixel:<\/strong> <a href=\"https:\/\/www.facebook.com\/privacy\/explanation\" target=\"_blank\">Datenschutzbestimmungen<\/a> | <a href=\"https:\/\/www.facebook.com\/ads\/preferences\" target=\"_blank\">Anzeigenpr\u00e4ferenzen<\/a><\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"info-box\">\n                <div class=\"info-box-title\">Soziale Medien<\/div>\n                <ul class=\"policy-list\">\n                    <li><strong>Facebook:<\/strong> <a href=\"https:\/\/www.facebook.com\/privacy\/explanation\" target=\"_blank\">Datenschutzbestimmungen<\/a><\/li>\n                    <li><strong>Twitter:<\/strong> <a href=\"https:\/\/twitter.com\/privacy\" target=\"_blank\">Datenschutzbestimmungen<\/a><\/li>\n                    <li><strong>LinkedIn:<\/strong> <a href=\"https:\/\/www.linkedin.com\/legal\/privacy-policy\" target=\"_blank\">Datenschutzbestimmungen<\/a><\/li>\n                    <li><strong>YouTube:<\/strong> <a href=\"https:\/\/policies.google.com\/privacy\" target=\"_blank\">Datenschutzbestimmungen<\/a><\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <!-- Managing Cookies -->\n        <div class=\"policy-section\" id=\"manage\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-user-cog\"><\/i><\/span>\n                Wie Sie Ihre Cookie-Pr\u00e4ferenzen verwalten k\u00f6nnen\n            <\/h2>\n            \n            <p>Sie haben mehrere M\u00f6glichkeiten, Cookies zu verwalten:<\/p>\n            \n            <div class=\"highlight-box\">\n                <h3 class=\"subsection-title\">1. \u00dcber unser Zentrum f\u00fcr Datenschutzpr\u00e4ferenzen<\/h3>\n                <p>Der einfachste Weg, Ihre Cookie-Einstellungen zu verwalten, ist unsere Seite Datenschutzeinstellungen:<\/p>\n                <ul class=\"policy-list\">\n                    <li>Alle Cookie-Kategorien anzeigen<\/li>\n                    <li>Aktivieren oder deaktivieren Sie optionale Cookies<\/li>\n                    <li>Speichern Sie Ihre Pr\u00e4ferenzen f\u00fcr zuk\u00fcnftige Besuche<\/li>\n                <\/ul>\n                <div style=\"text-align: center; margin-top: 1.5rem;\">\n                    <a href=\"https:\/\/nuvix.com\/de\/privacy-preferences\/\" class=\"manage-cookies-btn\">\n                        <i class=\"las la-cog\"><\/i>\n                        Cookie-Einstellungen verwalten\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <h3 class=\"subsection-title\">2. \u00dcber Ihre Browsereinstellungen<\/h3>\n            <p>Bei allen modernen Browsern k\u00f6nnen Sie die Cookie-Einstellungen \u00e4ndern. Diese Einstellungen sind in der Regel im Men\u00fc \"Optionen\" oder \"Einstellungen\" zu finden.<\/p>\n            \n            <h3 class=\"subsection-title\">3. Verwendung von Opt-Out-Tools der Industrie<\/h3>\n            <ul class=\"policy-list\">\n                <li><strong>Ihre Online-Wahlm\u00f6glichkeiten:<\/strong> <a href=\"http:\/\/www.youronlinechoices.com\" target=\"_blank\">www.youronlinechoices.com<\/a><\/li>\n                <li><strong>Initiative f\u00fcr Netzwerkwerbung:<\/strong> <a href=\"http:\/\/www.networkadvertising.org\/choices\" target=\"_blank\">www.networkadvertising.org\/choices<\/a><\/li>\n                <li><strong>Digital Advertising Alliance:<\/strong> <a href=\"http:\/\/www.aboutads.info\/choices\" target=\"_blank\">www.aboutads.info\/choices<\/a><\/li>\n            <\/ul>\n\n            <div class=\"important-notice\">\n                <div class=\"important-notice-title\">Auswirkungen des Blockierens von Cookies<\/div>\n                <p>Bitte beachten Sie, dass das Blockieren aller Cookies die Benutzerfreundlichkeit vieler Websites beeintr\u00e4chtigt. Wenn Sie Cookies blockieren, k\u00f6nnen Sie m\u00f6glicherweise nicht alle Funktionen auf unserer Website nutzen.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Browser Settings -->\n        <div class=\"policy-section\" id=\"browser-settings\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-globe\"><\/i><\/span>\n                Browser-spezifische Cookie-Einstellungen\n            <\/h2>\n            \n            <p>Hier erfahren Sie, wie Sie Cookies in g\u00e4ngigen Browsern verwalten k\u00f6nnen:<\/p>\n            \n            <div class=\"browser-grid\">\n                <!-- Chrome -->\n                <div class=\"browser-card\">\n                    <div class=\"browser-header\">\n                        <i class=\"lab la-chrome browser-icon\"><\/i>\n                        <span class=\"browser-name\">Google Chrome<\/span>\n                    <\/div>\n                    <ol style=\"font-size: 0.9rem; color: #94a3b8; padding-left: 1.5rem;\">\n                        <li>Klicken Sie auf das Men\u00fc mit den drei Punkten<\/li>\n                        <li>Einstellungen w\u00e4hlen<\/li>\n                        <li>Datenschutz und Sicherheit<\/li>\n                        <li>Cookies und andere Website-Daten<\/li>\n                    <\/ol>\n                    <a href=\"https:\/\/support.google.com\/chrome\/answer\/95647\" target=\"_blank\" style=\"font-size: 0.85rem;\">Vollst\u00e4ndige Anweisungen \u2192<\/a>\n                <\/div>\n\n                <!-- Firefox -->\n                <div class=\"browser-card\">\n                    <div class=\"browser-header\">\n                        <i class=\"lab la-firefox browser-icon\"><\/i>\n                        <span class=\"browser-name\">Mozilla Firefox<\/span>\n                    <\/div>\n                    <ol style=\"font-size: 0.9rem; color: #94a3b8; padding-left: 1.5rem;\">\n                        <li>Klicken Sie auf die Men\u00fctaste<\/li>\n                        <li>Einstellungen w\u00e4hlen<\/li>\n                        <li>Panel f\u00fcr Datenschutz und Sicherheit<\/li>\n                        <li>Abschnitt Cookies und Website-Daten<\/li>\n                    <\/ol>\n                    <a href=\"https:\/\/support.mozilla.org\/en-US\/kb\/enable-and-disable-cookies-website-preferences\" target=\"_blank\" style=\"font-size: 0.85rem;\">Vollst\u00e4ndige Anweisungen \u2192<\/a>\n                <\/div>\n\n                <!-- Safari -->\n                <div class=\"browser-card\">\n                    <div class=\"browser-header\">\n                        <i class=\"lab la-safari browser-icon\"><\/i>\n                        <span class=\"browser-name\">Safari<\/span>\n                    <\/div>\n                    <ol style=\"font-size: 0.9rem; color: #94a3b8; padding-left: 1.5rem;\">\n                        <li>Klicken Sie auf das Men\u00fc Safari<\/li>\n                        <li>W\u00e4hlen Sie Pr\u00e4ferenzen<\/li>\n                        <li>Datenschutz anklicken<\/li>\n                        <li>Cookie-Einstellungen \u00e4ndern<\/li>\n                    <\/ol>\n                    <a href=\"https:\/\/support.apple.com\/guide\/safari\/manage-cookies-and-website-data-sfri11471\/mac\" target=\"_blank\" style=\"font-size: 0.85rem;\">Vollst\u00e4ndige Anweisungen \u2192<\/a>\n                <\/div>\n\n                <!-- Edge -->\n                <div class=\"browser-card\">\n                    <div class=\"browser-header\">\n                        <i class=\"lab la-edge browser-icon\"><\/i>\n                        <span class=\"browser-name\">Microsoft Edge<\/span>\n                    <\/div>\n                    <ol style=\"font-size: 0.9rem; color: #94a3b8; padding-left: 1.5rem;\">\n                        <li>Klicken Sie auf das Men\u00fc mit den drei Punkten<\/li>\n                        <li>Einstellungen w\u00e4hlen<\/li>\n                        <li>Cookies und Website-Berechtigungen<\/li>\n                        <li>Verwalten und L\u00f6schen von Cookies<\/li>\n                    <\/ol>\n                    <a href=\"https:\/\/support.microsoft.com\/en-us\/microsoft-edge\/delete-cookies-in-microsoft-edge-63947406-40ac-c3b8-57b9-2a946a29ae09\" target=\"_blank\" style=\"font-size: 0.85rem;\">Vollst\u00e4ndige Anweisungen \u2192<\/a>\n                <\/div>\n            <\/div>\n\n            <h3 class=\"subsection-title\">Mobile Browser<\/h3>\n            <div class=\"info-box\">\n                <div class=\"info-box-title\">Einstellungen f\u00fcr mobile Ger\u00e4te<\/div>\n                <p><strong>iOS (iPhone\/iPad):<\/strong> Einstellungen \u2192 Safari \u2192 Datenschutz und Sicherheit \u2192 Alle Cookies blockieren<\/p>\n                <p><strong>Android (Chrome):<\/strong> Chrome-App \u2192 Mehr \u2192 Einstellungen \u2192 Website-Einstellungen \u2192 Cookies<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Do Not Track -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-user-secret\"><\/i><\/span>\n                Do Not Track-Signale\n            <\/h2>\n            <p>Einige Browser bieten eine \"Do Not Track\"-Einstellung (DNT), die ein Signal an Websites sendet, um nicht verfolgt zu werden. Derzeit gibt es keinen universellen Standard daf\u00fcr, wie Websites auf DNT-Signale reagieren sollten.<\/p>\n            \n            <div class=\"info-box\">\n                <div class=\"info-box-title\">Unsere Antwort auf DNT<\/div>\n                <p>Wir respektieren \"Do Not Track\"-Signale und verfolgen nicht, setzen keine Cookies und verwenden keine Werbung, wenn ein DNT-Browsermechanismus aktiviert ist. Einige Dienste von Drittanbietern auf unserer Website reagieren jedoch m\u00f6glicherweise nicht auf DNT-Signale.<\/p>\n            <\/div>\n\n            <h3 class=\"subsection-title\">Globale Datenschutzkontrolle<\/h3>\n            <p>Wir respektieren auch das Global Privacy Control (GPC)-Signal, ein neueres Signal f\u00fcr Datenschutzpr\u00e4ferenzen. Wenn wir feststellen, dass GPC aktiviert ist, wenden wir automatisch die Datenschutzeinstellungen in \u00dcbereinstimmung mit den geltenden Gesetzen an.<\/p>\n        <\/div>\n\n        <!-- Children's Privacy -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-child\"><\/i><\/span>\n                Cookies und Kinder\n            <\/h2>\n            <p>Unsere Website ist nicht f\u00fcr Kinder unter 18 Jahren bestimmt. Wir sammeln nicht wissentlich pers\u00f6nliche Daten oder verwenden Cookies, um Kinder unter 18 Jahren zu verfolgen.<\/p>\n            \n            <p>Wenn Sie ein Elternteil oder Erziehungsberechtigter sind und glauben, dass Ihr Kind unter 18 Jahren uns personenbezogene Daten zur Verf\u00fcgung gestellt hat, kontaktieren Sie uns bitte, damit wir diese Daten l\u00f6schen k\u00f6nnen.<\/p>\n        <\/div>\n\n        <!-- Updates to Policy -->\n        <div class=\"policy-section\" id=\"changes\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-sync\"><\/i><\/span>\n                \u00c4nderungen an dieser Cookie-Richtlinie\n            <\/h2>\n            <p>Wir k\u00f6nnen diese Cookie-Richtlinie von Zeit zu Zeit aktualisieren, um \u00c4nderungen in unseren Praktiken oder aus rechtlichen, betrieblichen oder regulatorischen Gr\u00fcnden zu ber\u00fccksichtigen.<\/p>\n            \n            <div class=\"info-box\">\n                <div class=\"info-box-title\">Wann wir aktualisieren<\/div>\n                <ul class=\"policy-list\">\n                    <li>Wir aktualisieren das Datum \"Letzte Aktualisierung\" oben<\/li>\n                    <li>Bei wesentlichen \u00c4nderungen k\u00f6nnen wir Sie per E-Mail oder Website-Banner benachrichtigen<\/li>\n                    <li>Wir k\u00f6nnen f\u00fcr bestimmte Cookie-Verwendungen eine erneute Zustimmung verlangen<\/li>\n                <\/ul>\n            <\/div>\n            \n            <p>Wir empfehlen Ihnen, diese Cookie-Richtlinie regelm\u00e4\u00dfig zu lesen, um \u00fcber die Verwendung von Cookies durch uns informiert zu bleiben.<\/p>\n        <\/div>\n\n        <!-- Contact Information -->\n        <div class=\"policy-section\" id=\"contact\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-phone\"><\/i><\/span>\n                Kontakt\n            <\/h2>\n            <p>Wenn Sie Fragen zu unserer Verwendung von Cookies oder dieser Cookie-Richtlinie haben, kontaktieren Sie uns bitte:<\/p>\n            \n            <div class=\"highlight-box\">\n                <p><strong>Nuvix-Datenschutz-Team<\/strong><br>\n                E-Mail: support@nuvix.com<br>\n                Website: <a href=\"https:\/\/nuvix.com\/de\/contact-us\/\">https:\/\/nuvix.com\/contact-us\/<\/a><br><br>\n                \n                <strong>Postanschrift:<\/strong><br>\n                Nuvix<br>\n                30 N GOULD ST STE R<br>\n                SHERIDAN, WY 82801<br>\n                Vereinigte Staaten<\/p>\n            <\/div>\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                    Kontaktieren Sie uns \u00fcber Cookies\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Related Policies -->\n        <div class=\"policy-section\">\n            <h2 class=\"section-title\">\n                <span class=\"section-icon\"><i class=\"las la-link\"><\/i><\/span>\n                Verwandte Politiken\n            <\/h2>\n            <p>Diese Cookie-Richtlinie sollte zusammen mit unseren anderen Richtlinien gelesen werden:<\/p>\n            \n            <ul class=\"policy-list\">\n                <li><a href=\"https:\/\/nuvix.com\/de\/privacy-policy\/\">Datenschutzbestimmungen<\/a> - Wie wir pers\u00f6nliche Informationen sammeln und verwenden<\/li>\n                <li><a href=\"https:\/\/nuvix.com\/de\/gdpr-policy\/\">GDPR-Politik<\/a> - Zus\u00e4tzliche Rechte f\u00fcr in der EU ans\u00e4ssige Personen<\/li>\n                <li><a href=\"https:\/\/nuvix.com\/de\/terms-of-use\/\">Nutzungsbedingungen<\/a> - Bedingungen f\u00fcr die Nutzung unserer Website<\/li>\n                <li><a href=\"https:\/\/nuvix.com\/de\/privacy-preferences\/\">Datenschutz-Pr\u00e4ferenzen<\/a> - Verwalten Sie Ihre Cookie-Einstellungen<\/li>\n            <\/ul>\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        \/\/ 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-4579c58 e-con-full e-flex e-con e-parent\" data-id=\"4579c58\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06fdedf elementor-widget elementor-widget-shortcode\" data-id=\"06fdedf\" 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-79be647 elementor-widget elementor-widget-html\" data-id=\"79be647\" 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":"Cookie-Richtlinie - Nuvix Home Home Cookie-Richtlinie Verstehen Sie, wie wir Cookies und \u00e4hnliche Technologien verwenden, um Ihre Erfahrung zu verbessern Zuletzt aktualisiert: Januar 2025 Schnellnavigation Was sind Cookies Wie wir Cookies verwenden Arten von Cookies Cookies von Drittanbietern Cookies verwalten Browsereinstellungen Richtlinien\u00e4nderungen Kontakt Was sind Cookies? Cookies sind kleine Textdateien, die [...]","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-42606","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages\/42606","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=42606"}],"version-history":[{"count":13,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages\/42606\/revisions"}],"predecessor-version":[{"id":43140,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages\/42606\/revisions\/43140"}],"wp:attachment":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/media?parent=42606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}