let menuCatId=parseInt("1551");
Nikolaus-Deal: -40% auf alle Fenster & Türen! Aktion endet in
00d 00h 00m 00s
document.addEventListener("DOMContentLoaded", function () { // --- Hide banner only on the specific page --- if (window.location.pathname.includes('/inhalte/unternehmen/partner-werden')) { const wrapper = document.getElementById('countdown-wrapper'); if (wrapper) { wrapper.style.display = 'none'; } return; // Stop further execution if hidden } // --- Countdown configuration --- const countdownDate = new Date("2025-12-07T23:59:00").getTime(); const countdownFunction = setInterval(function () { const now = new Date().getTime(); const distance = countdownDate - now; if (distance <= 0) { clearInterval(countdownFunction); document.getElementById("countdown-banner").innerHTML = `
Nikolaus-Deal: -40% auf alle Fenster & Türen!
`; return; } const days = String(Math.floor(distance / (1000 * 60 * 60 * 24))).padStart(2, '0'); const hours = String(Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60))).padStart(2, '0'); const minutes = String(Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60))).padStart(2, '0'); const seconds = String(Math.floor((distance % (1000 * 60)) / 1000)).padStart(2, '0'); document.getElementById("days").textContent = days; document.getElementById("hours").textContent = hours; document.getElementById("minutes").textContent = minutes; document.getElementById("seconds").textContent = seconds; }, 1000); });

Salamander HS-Tür Konfigurator

{ "@context": "https://schema.org/", "@type": "Product", "name": "Salamander HS Tür (Kunststoff/PVC) Konfigurator" , "image": "https://www.fenstermaxx24.com/documents/category/1558/HS-Beispiel-1.jpg" , "brand": { "@type": "Brand", "name": "Salamander" } , "aggregateRating": { "@type": "AggregateRating", "name": "Sind diese Informationen hilfreich? (Salamander HS Tür (Kunststoff/PVC) Konfigurator)", "ratingValue": "4.83", "bestRating": "5", "worstRating": "1", "ratingCount": "1601" } }
var _confpath="/confapp/Salamander/PVC-Hstuer-bestellen-salamander/"; var _confadr="https://conf.fenstermaxx24.com"; var _confref="konfigurator-fenster"; var _confhash=window.location.hash;
var iframe = document.getElementById('theframe'); iframe.onload = function () { var preloader = document.getElementsByClassName('konf-preloader')[0]; preloader.style.display = 'none'; }