let menuCatId=parseInt("1337");
Jetzt bis zu 30% sparen! Aktion endet in:

00d 00h 00m 00s
// ------------------------------- // Configuration Variables // ------------------------------- // Initial default end date (only used once) var defaultEndDateStr = "2025-04-23 16:00:00"; // Set the countdown message text var countdownText = "Jetzt bis zu 30% sparen! Aktion endet in: "; // Function to parse the given end date function getEndDate(dateStr) { return new Date(dateStr.replace(" ", "T")); } // Function to add a number of hours to a date string function addHoursToDate(dateStr, hours) { let date = new Date(dateStr.replace(" ", "T")); // Ensure compatibility if (isNaN(date.getTime())) { console.error("Invalid date format. Use 'YYYY-MM-DD HH:MM:SS'"); return null; } date.setHours(date.getHours() + hours); // Add hours return date.toISOString().replace("T", " ").slice(0, 19); // Return in the "YYYY-MM-DD HH:MM:SS" format } // Function to update the countdown function updateCountdown() { document.getElementById("countdown-text").innerHTML = countdownText; // Parse initial end date let countdownDate = getEndDate(defaultEndDateStr).getTime(); // Check on load if already expired — extend once immediately if (countdownDate - Date.now() < 0) { defaultEndDateStr = addHoursToDate(defaultEndDateStr, 50); countdownDate = getEndDate(defaultEndDateStr).getTime(); } setInterval(function () { const now = new Date().getTime(); let distance = countdownDate - now; // If expired, extend by 49 hours and skip rendering this tick if (distance < 0) { defaultEndDateStr = addHoursToDate(defaultEndDateStr, 50); countdownDate = getEndDate(defaultEndDateStr).getTime(); return; // :achteckiges_schild: Don't render this frame to avoid negative numbers } // Time calculations const days = Math.floor(distance / (1000 * 60 * 60 * 24)); const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((distance % (1000 * 60)) / 1000); // Render countdown document.getElementById("days").innerHTML = days < 10 ? "0" + days : days; document.getElementById("hours").innerHTML = hours < 10 ? "0" + hours : hours; document.getElementById("minutes").innerHTML = minutes < 10 ? "0" + minutes : minutes; document.getElementById("seconds").innerHTML = seconds < 10 ? "0" + seconds : seconds; }, 1000); } // Initialize the countdown updateCountdown();

PIRNAR Haustüren und Serien

Was sind die Unterschiede?


Hier finden Sie eine Übersicht der Unterschiede
in Form, Profilen und Austattung der PIRNAR Haustür-Serien
Optimum, Premium, Ultimum Pure und Ultimum Multilevel 3D.

Optimum

Einstiegsklasse

ALUMINIUM
ab 2.043,00 €

HOLZ - ALU
ab 2.861,00 €

HOLZ
ab 2.043,00 €

Premium

Mittelklasse

ALUMINIUM
ab 2.404,00 €

HOLZ - ALU
ab 3.369,00 €

HOLZ
ab 2.404,00 €

Ultimum Pure

Exklusivklasse

ALUMINIUM
ab 3.028,00 €

HOLZ - ALU
ab 3.993,00 €

HOLZ
ab 3.028,00 €

ULTIMUM Multilevel 3D

Exklusivklasse

ALUMINIUM
ab 2.978,00 €

HOLZ - ALU
ab 3.943,00 €

Optische Form-Unterschiede

Optimum

Modell 8490 ab 2349,00 €

Gehrungen sichtbar

Verglasung im Türflügel
NICHT BÜNDIG

OHNE Carbon Verstärkung

Premium

Modell 6016 ab 3472,00 €

Gehrungen sichtbar

Verglasung im Türflügel
NICHT BÜNDIG

MIT Carbon Verstärkung

Ultimum

Modell 626 ab 3804,00 €

Gehrungen unsichtbar

Verglasung in EINER EBENE
mit dem Türflügel außen

MIT Carbon Verstärkung

Unterschiede in Ausführung und Austattung

Optimum

  • Ausführung bis 2400 mm
    in der Höhe
  • Modifikationen nicht möglich
  • Öffnungsart nur nach innen
  • begrenztes Zubehör

Drei Aufsatztürbänder in Türfarbe

Edelstahl Türdrücker 6039 innen

Premium

  • Grande Ausführung
    (Höhe bis 3000 mm)
  • Modifikationen
  • Öffnungsart nach innen und außen

Drei Rollentürbänder in Türfarbe

Edelstahl Türdrücker 6039 innen

Ultimum

  • Grande Ausführung
    (Höhe bis 3000 mm)
  • Modifikationen
  • Öffnungsart nach innen
    (nach außen nur PURE Modelle)

Drei Rollentürbänder in Türfarbe und Sicherungsbolzen

Edelstahl Türdrücker rund innen

Unterschiede der Profil- und Dämmwerte

Optimum

  • Ud Wert = 0,84 W/(m2K)
  • Profilzylinderlänge außen / innen: 50/45 mm
  • Flügelstärke 87 mm
  • 3-fach Verglasung
  • RC2 Sicherheit (Mehrpreis)

Premium

  • Ud Wert = 0,67 W/(m2K)
  • Profilzylinderlänge außen / innen: 50/45 mm
  • Flügelstärke 90 mm
  • RC2 Sicherheit (Mehrpreis)
  • 3-fach Verglasung
  • Carbon Verstärkung

Ultimum Pure

  • Ud Wert = 0,67 W/(m2K)
  • Profilzylinderlänge außen / innen: 50/45 mm
  • Flügelstärke 95 mm
  • 4-fach Verglasung
  • RC2 Sicherheit (Mehrpreis)
  • Carbon Verstärkung

Ultimum Multilevel 3D

  • Ud Wert = 0,58 W/(m2K)
  • Profilzylinderlänge außen / innen: 50/45 mm
  • Flügelstärke 90 mm / 125 mm
  • RC2 Sicherheit (Mehrpreis)
  • 3, 4-fach Verglasung
  • Carbon Verstärkung

Unterschiede der Profil Varianten

Profile für Optimum

Profile für Premium

Profile für Ultimum Pure

Profile für Ultimum Multilevel 3D