Produkteigenschaften:GEKA® plus Automatischer Schlauchaufroller PA20robuste, pulverbeschichtete Stahlkonstruktionautomatischer Rückzug des Schlauchs mit schonender Schlauchführungschrittweise Arretierung aus der Distanz durch Zug am Schlauch möglichfertig montiert und sofort einsatzbereitmit Schlauchschutz und Schlauchstopperoptimaler Wasserdurchlauf für Schläuche bis 3/4"mit GEKA® plus Winkeldreharmatur 90° aus Messing Material: Gehäuse: pulverbeschichteter Stahl, Schlauchführung: Kunststoff weiss, Schlauchstopper: Gummi schwarz, GEKA® plus Winkeldreharmatur: Messing Abmessungen: 52,5 x 50,5 x 21 cm Besonderer Hinweis: Schlauchaufroller ist für Schläuche mit Außendurchmesser bis 24 mm ausgelegt, schwenkbare Wandhalterung 90° inkl. Verbindungsschrauben, s. Art.-Nr. 4000 351 038 Technische Daten:Schlauchkapazität: Ø 13 mm (1/2") = 25 m / Ø 19 mm (3/4") = 20 m Ausgangsanschluss: 3/4"Anwendung: für Wasser Ausstattung: Federrückzug Material: pulv. Stahl Anschlussgewinde Zoll: G 1 AG"Anschlussgewinde mm: 33,25 mmGehäuse: pulv. Stahl Betriebsdruck: max. 20 barMarke: GEKAGewicht: 15kgLieferumfang:1x Geka Schlauchwagen PA 20 Anschlussgewinde 33,25 mm G 1 AG" pulv. Stahl
Geka Schlauchwagen PA 20 Anschlussgewinde 33,25 mm G 1 AG" pulv. Stahl
429,99 €
UVP 660,45 €
-34%
inkl. MwSt., ggf. zzgl. Versandkosten
Inhalt
1 Stück
Nicht lagernd
const observer = new MutationObserver(() => {
const el = document.getElementById("delivery-date-template");
if (el) {
el.innerHTML = el.innerHTML.replace(
"Lieferung:",
"Lieferung:"
);
observer.disconnect();
clearTimeout(timeoutId);
}
});
observer.observe(document.body, { childList: true, subtree: true });
const timeoutId = setTimeout(() => observer.disconnect(), 2000);
DHL Paket
if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "135bb6fd6f1a29d8de33d8d7cacedc4c");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "135bb6fd6f1a29d8de33d8d7cacedc4c");
}
$(document).ready(function() {
setTimeout(function () {
if (
window.innerWidth < 1200 &&
$('#m1').length &&
$('#mM').length &&
$('#m1').is(':empty')
) {
$('#mM').appendTo('#m1');
}
}, 1000);
$( window ).resize(function() {
if ($(window).outerWidth() < 1200 ) {
$('#mM').appendTo('#m1');
} else {
$('#mM').appendTo('#m2');
}
});
});
$(function () {
const $links = $('.anchors a');
const nav = document.querySelector('.anchors');
function updateActiveLink() {
const scrollTop = $(document).scrollTop();
$links.each(function (i, link) {
const targetId = $(link).attr('href');
const $target = $(targetId);
if (!$target.length) return;
const top = $target.offset().top;
let bottom;
if (i < $links.length - 1) {
const nextLinkHref = $($links[i + 1]).attr('href');
const $nextTarget = $(nextLinkHref);
bottom = $nextTarget.length ? $nextTarget.offset().top : $(document).height();
} else {
bottom = $(document).height();
}
if (scrollTop >= top - 120 && scrollTop < bottom - 120) {
$links.removeClass('active');
$(link).addClass('active');
scrollNavToLink(link);
return false; // break .each()
}
});
}
function scrollNavToLink(link) {
if (!nav) return;
const linkLeft = link.offsetLeft;
const linkWidth = link.offsetWidth;
const navWidth = nav.offsetWidth;
const scrollTo = linkLeft - (navWidth / 2) + (linkWidth / 2);
nav.scrollTo({ left: scrollTo, behavior: 'smooth' });
}
let scrollTimer;
$(document).on('scroll', function () {
updateActiveLink(); // run immediately
clearTimeout(scrollTimer);
scrollTimer = setTimeout(updateActiveLink, 100); // trailing update
});
updateActiveLink(); // on load
});


















