{"product_id":"capteur-de-hauteur-null-bar-pour-accuair","title":"Nullstab-Höhensensor für AccuAir","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n\n    body {\n        line-height: 1.6;\n        color: #333333 !important;\n        background: #f5f5f5;\n    }\n\n    .wrapper {\n        max-width: 1100px;\n        margin: 0 auto;\n        background: #fff;\n        box-shadow: 0 0 40px rgba(0,0,0,0.15);\n        border-radius: 14px;\n        overflow: hidden;\n        position: relative;\n    }\n\n    \/* ── BUBBLES ──────────────────────────────── *\/\n    .bg-bubbles {\n        position: absolute; top: 0; left: 0;\n        width: 100%; height: 100%;\n        z-index: 0; pointer-events: none; overflow: hidden;\n    }\n    .bubble {\n        position: absolute; bottom: -150px; border-radius: 50%;\n        animation: rise linear infinite; filter: blur(2px);\n    }\n    .bubble.p { background: radial-gradient(circle, rgba(156,0,255,.35) 0%, rgba(156,0,255,.08) 70%, transparent 100%); }\n    .bubble.y { background: radial-gradient(circle, rgba(254,216,3,.45) 0%, rgba(254,216,3,.1) 70%, transparent 100%); }\n    .bubble.m { background: radial-gradient(circle, rgba(224,12,255,.35) 0%, rgba(224,12,255,.08) 70%, transparent 100%); }\n\n    @keyframes rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        15%  { opacity: .55; }\n        85%  { opacity: .25; }\n        100% { bottom: 110%; transform: translateX(60px) scale(1.6); opacity: 0; }\n    }\n\n    \/* ── HEADER ──────────────────────────────── *\/\n    .header {\n        background: linear-gradient(135deg, #0d0d0d 0%, #1c0030 50%, #9c00ff 100%);\n        color: #fff !important;\n        padding: 65px 40px 55px;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n        border-bottom: 4px solid #9c00ff;\n    }\n    .header .badge {\n        display: inline-block;\n        background: #fed803;\n        color: #333 !important;\n        font-size: .75em;\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        padding: 5px 16px;\n        border-radius: 30px;\n        margin-bottom: 22px;\n    }\n    .header h1 {\n        font-size: clamp(1.9em, 4.5vw, 3.2em);\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: -0.5px;\n        margin-bottom: 10px;\n    }\n    .header h1 span { color: #fed803 !important; }\n    .header .sub {\n        font-size: 1.15em;\n        opacity: .85;\n        max-width: 650px;\n        margin: 0 auto 30px;\n    }\n    .header .ref-box {\n        display: inline-flex;\n        align-items: center;\n        gap: 10px;\n        background: rgba(255,255,255,.1);\n        border: 1px solid rgba(255,255,255,.2);\n        padding: 8px 22px;\n        border-radius: 30px;\n        font-size: .9em;\n        color: rgba(255,255,255,.85) !important;\n    }\n    .header .ref-box strong { color: #fed803 !important; }\n\n    \/* ── INTRO BANNER ────────────────────────── *\/\n    .intro-banner {\n        background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%);\n        color: #fff !important;\n        padding: 25px 40px;\n        font-size: 1.15em;\n        font-weight: 600;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n    }\n    .intro-banner span {\n        background: rgba(0,0,0,.2);\n        padding: 3px 12px;\n        border-radius: 20px;\n        font-size: .9em;\n        margin-left: 10px;\n        font-weight: 400;\n    }\n\n    \/* ── SECTIONS ────────────────────────────── *\/\n    .section {\n        padding: 55px 45px;\n        position: relative;\n        z-index: 1;\n    }\n    .section-alt { background: #fafafa; }\n\n    .section-title {\n        font-size: 1.75em;\n        font-weight: 800;\n        color: #333 !important;\n        border-left: 5px solid #9c00ff;\n        padding-left: 16px;\n        margin-bottom: 30px;\n        text-transform: uppercase;\n        letter-spacing: -.3px;\n    }\n    .section-title span { color: #9c00ff !important; }\n\n    \/* ── FEATURE GRID ────────────────────────── *\/\n    .feature-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n        gap: 22px;\n        margin-top: 10px;\n    }\n    .feature-card {\n        background: #fff;\n        border-radius: 14px;\n        padding: 28px 24px;\n        text-align: center;\n        box-shadow: 0 3px 18px rgba(156,0,255,.1);\n        border: 1px solid rgba(156,0,255,.12);\n        transition: transform .2s, box-shadow .2s;\n    }\n    .feature-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 30px rgba(156,0,255,.2);\n    }\n    .feature-icon {\n        font-size: 2.4em;\n        margin-bottom: 14px;\n        display: block;\n    }\n    .feature-card h3 {\n        font-size: 1em;\n        font-weight: 700;\n        color: #333 !important;\n        margin-bottom: 8px;\n        text-transform: uppercase;\n        letter-spacing: .3px;\n    }\n    .feature-card p {\n        font-size: .9em;\n        color: #666 !important;\n        line-height: 1.55;\n    }\n\n    \/* ── INSTALL STEPS ───────────────────────── *\/\n    .steps {\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n        margin-top: 10px;\n    }\n    .step {\n        display: flex;\n        align-items: flex-start;\n        gap: 20px;\n        background: #fff;\n        border-radius: 12px;\n        padding: 22px 26px;\n        box-shadow: 0 2px 14px rgba(0,0,0,.06);\n        border-left: 4px solid #9c00ff;\n    }\n    .step-num {\n        width: 42px; height: 42px;\n        background: linear-gradient(135deg, #9c00ff, #e00cff);\n        border-radius: 50%;\n        display: flex; align-items: center; justify-content: center;\n        color: #fff !important; font-size: 1.1em; font-weight: 800;\n        flex-shrink: 0;\n    }\n    .step-content h4 { font-weight: 700; color: #333 !important; margin-bottom: 4px; }\n    .step-content p { font-size: .93em; color: #666 !important; }\n\n    \/* ── SPEC TABLE ──────────────────────────── *\/\n    .spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 10px;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 2px 14px rgba(0,0,0,.07);\n    }\n    .spec-table thead tr {\n        background: linear-gradient(90deg, #9c00ff, #e00cff);\n        color: #fff !important;\n    }\n    .spec-table thead th {\n        padding: 14px 22px;\n        text-align: left;\n        font-weight: 700;\n        font-size: .95em;\n        text-transform: uppercase;\n        letter-spacing: .5px;\n    }\n    .spec-table tbody tr:nth-child(even) { background: #f5f0ff; }\n    .spec-table tbody tr:nth-child(odd) { background: #fff; }\n    .spec-table tbody td {\n        padding: 13px 22px;\n        border-bottom: 1px solid #eee;\n        font-size: .95em;\n        color: #444 !important;\n    }\n    .spec-table tbody td:first-child { font-weight: 600; color: #333 !important; }\n\n    \/* ── COMPATIBLE BOX ──────────────────────── *\/\n    .compat-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 18px;\n        margin-top: 10px;\n    }\n    .compat-card {\n        background: linear-gradient(135deg, #0d0d0d, #1c0030);\n        color: #fff !important;\n        border-radius: 12px;\n        padding: 24px 20px;\n        text-align: center;\n        border: 1px solid rgba(156,0,255,.3);\n    }\n    .compat-card .brand {\n        font-size: 1.25em;\n        font-weight: 800;\n        color: #fed803 !important;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        margin-bottom: 6px;\n    }\n    .compat-card p {\n        font-size: .88em;\n        opacity: .75;\n        line-height: 1.5;\n    }\n\n    \/* ── CONTENU LIVRAISON ───────────────────── *\/\n    .delivery-list {\n        list-style: none;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 14px;\n        margin-top: 10px;\n    }\n    .delivery-list li {\n        background: #fff;\n        border-radius: 10px;\n        padding: 16px 20px;\n        display: flex;\n        align-items: center;\n        gap: 14px;\n        box-shadow: 0 2px 12px rgba(0,0,0,.06);\n        border: 1px solid #eee;\n        font-size: .95em;\n        color: #444 !important;\n    }\n    .delivery-list li .icon {\n        width: 36px; height: 36px;\n        background: linear-gradient(135deg, #9c00ff, #e00cff);\n        border-radius: 8px;\n        display: flex; align-items: center; justify-content: center;\n        font-size: 1.1em;\n        flex-shrink: 0;\n    }\n\n    \/* ── WARNING BOX ─────────────────────────── *\/\n    .warning-box {\n        background: #fff8e1;\n        border-left: 5px solid #fed803;\n        border-radius: 10px;\n        padding: 20px 24px;\n        margin-top: 30px;\n        display: flex;\n        align-items: flex-start;\n        gap: 14px;\n    }\n    .warning-box .w-icon { font-size: 1.5em; flex-shrink: 0; margin-top: 2px; }\n    .warning-box p { font-size: .95em; color: #555 !important; line-height: 1.6; }\n    .warning-box p strong { color: #333 !important; }\n\n    \/* ── CTA ─────────────────────────────────── *\/\n    .cta-section {\n        background: linear-gradient(135deg, #0d0d0d 0%, #1c0030 50%, #9c00ff 100%);\n        color: #fff !important;\n        padding: 55px 40px;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n    }\n    .cta-section h2 {\n        font-size: clamp(1.5em, 3.5vw, 2.4em);\n        font-weight: 800;\n        text-transform: uppercase;\n        margin-bottom: 14px;\n    }\n    .cta-section h2 span { color: #fed803 !important; }\n    .cta-section p { font-size: 1.05em; opacity: .85; margin-bottom: 32px; max-width: 550px; margin-left: auto; margin-right: auto; }\n    .cta-btn {\n        display: inline-block;\n        background: linear-gradient(135deg, #fed803, #e6c200);\n        color: #333 !important;\n        font-weight: 800;\n        font-size: 1.1em;\n        padding: 16px 44px;\n        border-radius: 50px;\n        text-decoration: none;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        transition: transform .2s, box-shadow .2s;\n        box-shadow: 0 6px 25px rgba(254,216,3,.4);\n    }\n    .cta-btn:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 10px 35px rgba(254,216,3,.55);\n    }\n\n    \/* ── FAQ ─────────────────────────────────── *\/\n    .faq-list { margin-top: 10px; }\n    .faq-item {\n        background: #fff;\n        border-radius: 12px;\n        margin-bottom: 14px;\n        box-shadow: 0 2px 12px rgba(0,0,0,.06);\n        overflow: hidden;\n    }\n    .faq-q {\n        padding: 18px 24px;\n        font-weight: 700;\n        color: #333 !important;\n        display: flex;\n        align-items: center;\n        gap: 12px;\n        cursor: default;\n    }\n    .faq-q::before {\n        content: \"Q\";\n        background: linear-gradient(135deg, #9c00ff, #e00cff);\n        color: #fff !important;\n        width: 30px; height: 30px;\n        border-radius: 50%;\n        display: flex; align-items: center; justify-content: center;\n        font-size: .85em; font-weight: 800;\n        flex-shrink: 0;\n    }\n    .faq-a {\n        padding: 0 24px 18px 66px;\n        font-size: .95em;\n        color: #666 !important;\n        line-height: 1.65;\n    }\n\n    @media (max-width: 680px) {\n        .section { padding: 40px 24px; }\n        .header { padding: 50px 24px 40px; }\n        .intro-banner { padding: 20px 24px; }\n        .cta-section { padding: 50px 24px; }\n        .feature-grid { grid-template-columns: 1fr 1fr; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003c!-- Bubbles --\u003e\n\u003cdiv class=\"bg-bubbles\"\u003e\n\u003cdiv style=\"width: 80px; height: 80px; left: 5%; animation-duration: 8s; animation-delay: 0s\" class=\"bubble p\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 50px; height: 50px; left: 15%; animation-duration: 12s; animation-delay: 2s\" class=\"bubble y\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 65px; height: 65px; left: 28%; animation-duration: 10s; animation-delay: 4s\" class=\"bubble m\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 100px; height: 100px; left: 45%; animation-duration: 9s; animation-delay: 1.5s\" class=\"bubble p\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 40px; height: 40px; left: 60%; animation-duration: 11s; animation-delay: 3s\" class=\"bubble y\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 75px; height: 75px; left: 72%; animation-duration: 13s; animation-delay: 0.5s\" class=\"bubble m\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 55px; height: 55px; left: 85%; animation-duration: 8.5s; animation-delay: 5s\" class=\"bubble p\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 90px; height: 90px; left: 92%; animation-duration: 10.5s; animation-delay: 2.5s\" class=\"bubble y\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Header --\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"badge\"\u003e🔧 Air Management · Plug \u0026amp; Play\u003c\/div\u003e\n\u003ch1\u003e\u003cspan style=\"color: rgb(255, 255, 255)\"\u003e4er-Kit Höhensensoren\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"sub\"\u003eKompatibel mit AccuAir \u0026amp; Level-Ride · Installation ohne Modifikationen · Komplettes Material enthalten\u003c\/p\u003e\n\u003cdiv class=\"ref-box\"\u003eArtikelnummer: \u003cstrong\u003eRASL-HTSENSOR-KIT\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Intro Banner --\u003e\n\u003cdiv class=\"intro-banner\"\u003e🎯 Das Komplettkit zur Automatisierung deiner Höhensteuerung – \u003cspan\u003e4 Sensoren + Stangen + Befestigungsmaterial\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Pourquoi ce kit --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eWarum dieses \u003cspan\u003eSensoren-Kit\u003c\/span\u003e?\u003c\/div\u003e\n\u003cp style=\"font-size: 1.05em; color: #555; margin-bottom: 30px; line-height: 1.75\"\u003eUnverzichtbar für jedes ernsthafte Air-Ride-Setup: Dieses Kit mit 4 Höhensensoren ist die Plug-\u0026-Play-Lösung, um dein AccuAir- oder Level-Ride-Managementsystem mit den Luftbälgen deines Fahrzeugs zu verbinden. Jeder Sensor misst die Position der Aufhängung in Echtzeit und übermittelt die Informationen an deine Managementzentrale – für eine präzise, automatische und reproduzierbare Höhensteuerung, vorne wie hinten.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📡\u003c\/span\u003e\n\u003ch3\u003e4 Sensoren enthalten\u003c\/h3\u003e\n\u003cp\u003eEin Sensor pro Rad für eine unabhängige und präzise Kontrolle aller 4 Ecken des Fahrzeugs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔌\u003c\/span\u003e\n\u003ch3\u003ePlug \u0026 Play\u003c\/h3\u003e\n\u003cp\u003eNative AccuAir- und Level-Ride-Steckverbinder. Keine individuelle Verkabelung erforderlich.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔩\u003c\/span\u003e\n\u003ch3\u003eKoppelstangen\u003c\/h3\u003e\n\u003cp\u003eIm Lieferumfang jedes Sensors enthalten, für eine direkte und spielfreie Verbindung mit der Aufhängung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📦\u003c\/span\u003e\n\u003ch3\u003eKomplettes Kit\u003c\/h3\u003e\n\u003cp\u003eSchrauben und Befestigungsmaterial enthalten. Alles Notwendige für die Installation in einer einzigen Box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e⚡\u003c\/span\u003e\n\u003ch3\u003eEchtzeitreaktion\u003c\/h3\u003e\n\u003cp\u003eUltraschnelle Positionsrückmeldung, damit dein System die Höhe sofort anpasst.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔄\u003c\/span\u003e\n\u003ch3\u003eErsatz \/ Upgrade\u003c\/h3\u003e\n\u003cp\u003eIdeal zum Ersetzen defekter Sensoren oder zum Ergänzen eines bestehenden 4-Ecken-Setups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Compatibilité --\u003e\n\u003cdiv class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-title\"\u003eKompatibilität \u003cspan\u003eSysteme\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: .97em; color: #666; margin-bottom: 24px\"\u003eDieses Kit wurde für den nativen Betrieb mit den beiden meistverbreiteten Air-Ride-Managementplattformen auf dem Markt entwickelt und optimiert:\u003c\/p\u003e\n\u003cdiv class=\"compat-grid\"\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003cdiv class=\"brand\"\u003eAccuAir\u003c\/div\u003e\n\u003cp\u003eKompatibel mit der gesamten e-Level-, e-Level+-, ENDO-CVT- und ENDO-IQ-Serie. Direkter Anschluss an die dafür vorgesehenen Anschlüsse des Manifolds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003cdiv class=\"brand\"\u003eLevel-Ride\u003c\/div\u003e\n\u003cp\u003eNative Integration in Level-Ride-Systeme. Plug \u0026amp; Play, keine zusätzliche Konfiguration erforderlich.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warning-box\"\u003e\n\u003cdiv class=\"w-icon\"\u003e⚠️\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eEmpfohlene Prüfung:\u003c\/strong\u003e Vergewissere dich vor jeder Bestellung, dass dein Managementsystem AccuAir oder Level-Ride ist. Dieses Kit ist nicht mit Air Lift Performance-Systemen (3P \/ 3H), Airmext oder TA-Technix kompatibel, da diese andere proprietäre Sensoren und Steckverbinder verwenden. Du bist dir unsicher? Kontaktiere uns vor der Bestellung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Contenu livraison --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eLieferumfang\n\u003c\/div\u003e\n\u003cul class=\"delivery-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e📡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e4 × Höhensensoren\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003e1 pro Rad – vorne links, vorne rechts, hinten links, hinten rechts\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e🔗\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e4 × Koppelstangen\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003eVerbindungsstangen zwischen Sensor und Querlenker\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e🔩\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eKomplettes Befestigungsmaterial\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003eSchrauben, Muttern, Unterlegscheiben – alles für die Installation enthalten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e🔌\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eKompatible Steckverbinder\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003ePlug-\u0026amp;-Play-Stecker für AccuAir und Level-Ride\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Installation --\u003e\n\u003cdiv class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-title\"\u003eInstallation \u003cspan\u003eSchritt für Schritt\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eSensoren positionieren\u003c\/h4\u003e\n\u003cp\u003eBefestige jeden Sensor am Fahrwerk oder an der Karosserie auf Höhe jedes Rads an einem stabilen, keinen Motorvibrationen ausgesetzten Punkt. Die Rotationsachse des Sensors muss an der Bewegung der Aufhängung ausgerichtet sein.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eKoppelstangen verbinden\u003c\/h4\u003e\n\u003cp\u003eVerbinde jede Koppelstange zwischen dem Schwenkarm des Sensors und einem Punkt der Aufhängung (Lenker, Achse oder Achsschenkel). Die Stange darf bei maximalem Ein- und Ausfedern nicht übermäßig unter Spannung stehen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eSteckverbinder anschließen\u003c\/h4\u003e\n\u003cp\u003eVerbinde jeden Sensor mit dem entsprechenden Anschluss deiner AccuAir- oder Level-Ride-Zentrale. Die Steckverbinder sind Plug \u0026amp; Play – kein Löten oder Ändern des Originalkabelbaums erforderlich.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eHöhen kalibrieren\u003c\/h4\u003e\n\u003cp\u003eStarte den Kalibrierungsvorgang über die Schnittstelle deiner Managementzentrale. Lege deine minimale und maximale Höhe sowie deine Fahrvoreinstellungen fest. Die Zentrale übernimmt automatisch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Fiche technique --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eTechnisches\u003c\/span\u003e Datenblatt\n\u003c\/div\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMerkmal\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduktreferenz\u003c\/td\u003e\n\u003ctd\u003eRASL-HTSENSOR-KIT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAnzahl der Sensoren\u003c\/td\u003e\n\u003ctd\u003e4 (Komplettkit für 4 Räder)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensortyp\u003c\/td\u003e\n\u003ctd\u003eWinkelpositionssensor (Drehpotenziometer)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKompatibilität\u003c\/td\u003e\n\u003ctd\u003eAccuAir (e-Level, e-Level+, ENDO-CVT, ENDO-IQ) · Level-Ride\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMontage\u003c\/td\u003e\n\u003ctd\u003ePlug \u0026amp; Play – ohne Änderungen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKoppelstangen\u003c\/td\u003e\n\u003ctd\u003eInklusive (4 Stück)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSchrauben \u0026amp; Befestigungen\u003c\/td\u003e\n\u003ctd\u003eInklusive\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGesamtgewicht des Kits\u003c\/td\u003e\n\u003ctd\u003e2.5 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEmpfohlene Verwendung\u003c\/td\u003e\n\u003ctd\u003eNeue Installation oder Austausch defekter Sensoren\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : FAQ --\u003e\n\u003cdiv class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-title\"\u003eHäufig \u003cspan\u003egestellte Fragen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eMein AccuAir-System funktioniert bereits. Kann ich nur einen defekten Sensor austauschen?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa. Das Kit enthält 4 identische Sensoren, aber du kannst problemlos nur einen oder zwei für einen teilweisen Austausch verwenden. Die Sensoren werden aus praktischen Gründen als Komplettkit verkauft, die Installation kann jedoch Rad für Rad erfolgen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIst dieses Kit mit allen Fahrzeugen kompatibel?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eDie Sensoren sind elektronisch universell einsetzbar – sie sind mit allen Fahrzeugen kompatibel, sofern ein AccuAir- oder Level-Ride-Managementsystem verwendet wird. Die mechanische Integration (Befestigung am Fahrwerk) kann je nach Geometrie deiner Aufhängung kleinere Anpassungen erfordern.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eMuss ich mein System nach dem Austausch der Sensoren neu kalibrieren?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa. Nach jedem Austausch oder Hinzufügen von Sensoren wird eine Neukalibrierung dringend empfohlen. Der Vorgang erfolgt direkt über die Schnittstelle deiner AccuAir- oder Level-Ride-Zentrale und dauert normalerweise weniger als 10 Minuten.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eKann ich dieses Kit mit einem Air-Lift-Performance-System verwenden?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eNein. Die Air-Lift-Performance-Systeme (3P, 3H, Slam Series) verwenden eigene Sensoren mit proprietären Steckverbindern und einer proprietären Schnittstelle, die mit diesem Kit nicht kompatibel sind. Kontaktiere uns, um je nach deinem Setup die richtige Referenz zu finden.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIst dieses Kit schwierig zu installieren?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eDie Installation ist für jeden begeisterten Hobby-Schrauber machbar. Der elektronische Teil ist Plug \u0026amp; Play, der mechanische Teil erfordert jedoch etwas Erfahrung, um die Koppelstangen richtig zu positionieren und einzustellen. Für mehr Komfort empfehlen wir die Installation in einer Werkstatt auf einer Hebebühne.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003cdiv class=\"bg-bubbles\"\u003e\n\u003cdiv style=\"width: 70px; height: 70px; left: 10%; animation-duration: 9s; animation-delay: 1s\" class=\"bubble p\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 50px; height: 50px; left: 50%; animation-duration: 11s; animation-delay: 0s\" class=\"bubble y\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60px; height: 60px; left: 80%; animation-duration: 8s; animation-delay: 3s\" class=\"bubble m\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eEine Frage zu deinem \u003cspan\u003eAir-Ride-Setup\u003c\/span\u003e?\u003c\/h2\u003e\n\u003cp\u003eUnser Team hilft dir gerne dabei, die richtigen Sensoren für dein Managementsystem und die Konfiguration deines Fahrzeugs auszuwählen.\u003c\/p\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/raslbitume.com\"\u003e💬 Kontaktiere uns\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":40133428084834,"sku":"null-bar_heightsensors_kit","price":355.98,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/products\/image_17c093ca-d2ca-44d6-8a5b-57096e27ae9f.jpg?v=1774179794","url":"https:\/\/raslbitume.com\/de\/products\/nullstab-hohensensor-fur-accuair","provider":"Rasl'Bitume","version":"1.0","type":"link"}