...

Monatliche Unterstützung per Paypal mögliche

document.addEventListener("DOMContentLoaded", function() { const detailsList = document.querySelectorAll('.datenschutz-box details'); detailsList.forEach((targetDetail) => { targetDetail.addEventListener('toggle', () => { if (targetDetail.open) { detailsList.forEach((detail) => { if (detail !== targetDetail) detail.removeAttribute('open'); }); } }); }); });