Kurs

Kursort

Termin

Paket

Kontaktdaten

  • « Pflichtfeld
  • « Pflichtfeld
  • « Pflichtfeld


  • « Pflichtfeld
  • « Pflichtfeld
  • « Pflichtfeld
  • « Pflichtfeld


  • « Pflichtfelder

  • « Pflichtfeld
  • « Pflichtfeld

document.addEventListener("DOMContentLoaded", function() { const countdownElement = document.getElementById("countdown"); const priceElement = document.getElementById("discounted-price"); if (!countdownElement || !priceElement) return; const deadline = new Date("2025-03-16T23:59:59").getTime(); function updateCountdown() { const now = new Date().getTime(); const timeRemaining = deadline - now; if (timeRemaining > 0) { const days = Math.floor(timeRemaining / (1000 * 60 * 60 * 24)); const hours = Math.floor((timeRemaining % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes = Math.floor((timeRemaining % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((timeRemaining % (1000 * 60)) / 1000); countdownElement.innerHTML = `${days} Tage ${hours} Std ${minutes} Min ${seconds} Sek`; } else { countdownElement.innerHTML = "Das Angebot ist abgelaufen!"; priceElement.innerHTML = "2'799 CHF"; clearInterval(timer); } } updateCountdown(); const timer = setInterval(updateCountdown, 1000); });