Skip to content

Wo möchten Sie
uns erreichen?

Hannover

Magdeburg

Potsdam

Wo möchten Sie
uns erreichen?

GETEC PM Hannover GmbH

An der Börse 4
30159 Hannover

GETEC PM Magdeburg GmbH

An der Steinkuhle 2c
39128 Magdeburg

GETEC PM Potsdam

Musterstrasse 2c
12345 Potsdam

document.addEventListener("DOMContentLoaded", function () { function applyCustomStyle() { let existingStyle = document.getElementById("custom-contrast-style"); if (!existingStyle) { const style = document.createElement("style"); style.id = "custom-contrast-style"; style.innerHTML = ` body.pojo-a11y-negative-contrast .jet-slider__content.sp-layer { background: transparent !important; } `; document.head.appendChild(style); } } applyCustomStyle(); // Direkt beim Laden anwenden const observer = new MutationObserver(function (mutationsList) { for (const mutation of mutationsList) { if (mutation.attributeName === "class") { applyCustomStyle(); } } }); observer.observe(document.body, { attributes: true }); });T