let menuCatId=parseInt("1687");
Black Days: -50% 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-11-30T23: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 = `
Black Days: -50% 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); });

Schüco Fenster Konfigurator

{ "@context": "https://schema.org/", "@type": "Product", "name": "Schüco Fenster (Kunststoff/PVC) Konfigurator" , "image": "https://cdn03.plentymarkets.com/xbqx3akj5qia/frontend/img/hersteller/aluplast/Aluplast-IDEAL-4000-Soft-Line.webp" , "brand": { "@type": "Brand", "name": "Schüco" } , "aggregateRating": { "@type": "AggregateRating", "name": "Sind diese Informationen hilfreich? (Schüco Fenster (Kunststoff/PVC) Konfigurator)", "ratingValue": "4.77", "bestRating": "5", "worstRating": "1", "ratingCount": "1737" } }
var _confpath="/confapp/Schueco/PVC-Fenster-bestellen-schueco/"; 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'; }