Zum Hauptinhalt springen Zur Suche springen Zur Hauptnavigation springen
Kostenloser Paketversand ab 340,00€ in DE
Versand innerhalb von 24h
30 Tage Geld-Zurück-Garantie
Hotline 0173 / 614 69 23

Impressum


Nautic Parts, Inh. Sven Olbrich
Twiet 2
29591 Römstedt
Tel.: 0173 / 614 69 23
WhatsApp: 04139/7998372
Mail: info@nau-tic-parts.de

Ust.-ID: DE 812167069
Steuer-Nr. 33/132/09639
Finanzamt Lüneburg

Plattform der EU-Kommission zur Online-Streitbeilegung: https://www.ec.europa.eu/consumers/odr

(function() { function applyFix() { // 1. Social Icons const socialLabels = { 'icon-facebook': 'Besuche uns auf Facebook', 'icon-instagram': 'Besuche uns auf Instagram', }; document.querySelectorAll('.twt-social-icon').forEach(function(el) { let link = el.closest('a'); if (link) { for (let cls in socialLabels) { if (el.classList.contains(cls)) { link.setAttribute('aria-label', socialLabels[cls]); link.setAttribute('title', socialLabels[cls]); } } } }); // 2. Buttons & Newsletter const uiLabels = { '.header-search-button': 'Suche öffnen', '.header-cart-button': 'Warenkorb öffnen', '.scroll-up-button': 'Nach oben scrollen', '.base-slider-controls-prev': 'Vorheriges Bild', '.base-slider-controls-next': 'Nächstes Bild', '.footer-newsletter-form button': 'Newsletter abonnieren' }; for (let selector in uiLabels) { document.querySelectorAll(selector).forEach(el => { if(!el.getAttribute('aria-label')) el.setAttribute('aria-label', uiLabels[selector]); }); } } // INTERVALL-START: Prüft sofort und dann alle 100ms für 2 Sekunden // Das stellt sicher, dass Google den Fix sieht, egal wann der Bot scannt. let count = 0; const interval = setInterval(function() { applyFix(); if (++count > 20) clearInterval(interval); }, 100); // Sicherheits-Check nach komplettem Laden window.addEventListener('load', applyFix); })();