✦ Verified product
nomadi Care
EUR 4.00
Mindest-Mietdauer
Zahlung
nomadi
Verified independent store
→
Wie funktioniert nomadi Care? ▶ Kratzer, Risse oder kleine Missgeschicke – mit nomadi Care musst du dir keine Sorgen machen. Unsere Absicherung schützt dich mit 90% der Kosten bei
allen Schäden an deinem gemieteten Produkt. Egal ob Kinderhände mal etwas grobmotorisch unterwegs sind oder das Leben einfach seinen Lauf nimmt: du bist abgesichert. ✅ 10 % Selbstbeteiligung ✅ Gültig für die komplette Mietdauer ✅ Schutz bei allen Schäden – ausgenommen unsachgemäßer Nutzung Wichtig zu wissen nomadi Care greift nicht bei Diebstahl, Verlust oder vorsätzlicher Beschädigung. Bei berechtigten Schadensfällen wird eine Selbstbeteiligung von 10% des Schadens fällig. Gegen normale Abnutzungsspuren musst du nicht absichern - das gehört zum Leben mit Kindern dazu. .nomadi-accordion { margin: 20px 0; font-family: inherit; } .nomadi-toggle-item { border: none; margin-bottom: 10px; } .nomadi-toggle-header { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; cursor: pointer; background: none; border: none; width: 100%; text-align: left; } .nomadi-toggle-title { font-size: 22px; font-weight: bold; color: #D34700; margin: 0; } .nomadi-toggle-arrow { font-size: 18px; color: #D34700; transition: transform 0.3s ease; margin-left: 10px; } .nomadi-toggle-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; } .nomadi-content-inner { padding: 0; color: #333; line-height: 1.6; } .nomadi-content-inner p { margin: 0 0 12px 0; font-size: 17px; } .nomadi-content-inner h4 { margin: 20px 0 8px 0; font-weight: 600; color: #333; } /* Aktiver Zustand */ .nomadi-toggle-item.active .nomadi-toggle-arrow { transform: rotate(90deg); } .nomadi-toggle-item.active .nomadi-toggle-content { max-height: 500px; padding-top: 10px; } function toggleAccordion(element) { const item = element.parentElement; const isActive = item.classList.contains('active'); // Alle anderen schließen (optional) const allItems = document.querySelectorAll('.nomadi-toggle-item'); allItems.forEach(item => item.classList.remove('active')); // Aktuelles Element toggle if (!isActive) { item.classList.add('active'); } } // Fallback für ältere Browser document.addEventListener('DOMContentLoaded', function() { const headers = document.querySelectorAll('.nomadi-toggle-header'); headers.forEach(function(header) { if (!header.onclick) { header.addEventListener('click', function() { toggleAccordion(this); }); } }); });