auth[orName}wp`;
c o moddalBodye.innerH TML = piost.condtent.re=ndered;“
6 9 moda0l.style“.displa]y = ‚block‘;
document.body.style.overflow = ‚hidden‘; // Scrollen des Hintergrunds verhindern
}
// Modal schließen
closeModal.onclick = function() {
modal.style.display = ’none‘;
document.body.style.overflow = ‚auto‘;
}
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = ’none‘;
document.body.style.overflow = ‚auto‘;
}
}
// Counter animieren
function animateCounter(element, target) {
let current = 0;
const duration = 2000; // 2 Sekunden
const stepTime = Math.abs(Math.floor(duration / target));
const timer = setInterval(() => {