GOTOOLS
REINIGUNGSGERÄTE Hochdruckreiniger
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/reinigungsgeraete","name":"REINIGUNGSGER\u00c4TE"}},{"@type":"ListItem","position":3,"item":{"@id":"\/reinigungsgeraete\/hochdruckreiniger","name":"Hochdruckreiniger"}}]
}
Produktbeschreibung: Hochdruckreiniger in Profi-Qualität für den Heimgebrauch Der neue Quickly wurde speziell für den Einsatz zu Hause konzipiert und liefert überzeugende Ergebnisse in puncto Reinigungsleistung und Qualität Mit einem Arbeitsdruck von 130 bar sind auch hartnäckige Verschmutzungen rund um Haus und Garten in kürzester Zeit Vergangenheit Das intuitive Stecksystem D10 und der mitgelieferte Flächenreiniger Round Cleaner UFO sind weitere Pluspunkte des Quickly Schnellwechsel-Stecksystem D10 Kränzle Axialpumpe + Totalstop-System Zubehör-Aufbewahrung für Pistole und Lanzen Schlauchhalterung für den 8 m Hochdruck-Schlauch Geländegängiges und treppentaugliches Fahrwerk Robustes Fahrgestell für leichten Transport und hohe Standsicherheit Lange Lebensdauer durch hochwertige Komponenten
Technische Daten: Arbeitsdruck bar | MPa 130 | 13 Wasserleistung l/min 6,3 Zulässiger Überdruck bar | MPa 145 | 14,5 Motordrehzahl U/min 2800 Anschluss V | ~ | Hz | A 230 | 1 | 50 | 7,9 Leistungsaufnahme | Abgabe kW 1,8 | 1,35 Netzanschlusskabel m 5 Maße L | B | H mm 420 | 285 | 900 Gewicht kg 20
Lieferumfang: 1x Kränzle Kaltwasser Hochdruckreiniger Quickly 1x Schutzhauben-Schnellverstellung 1x Hochdruckschlauch m | Art.Nr. 8 (DN6) 497070 1x Hochdruckpistole Modell | Art.Nr. Starlet 4 | 12520 1x Lanze mit Flachstrahldüse Düse | Art.Nr. 028 | 12900-028 1x Lanze mit Schmutzkiller Düse | Art.Nr.028 | 42403-028 1x Round Cleaner UFO Ø mm | Art.Nr. 260 | 41870 1x Wassereingangsfilter Art.Nr. 13311
Hersteller Josef Kränzle GmbH & Co. KG
Rudolf-Diesel-Straße 20,
89257 Illertissen,
Deutschland www.kraenzle.com Kränzle Kaltwasser Hochdruckreiniger Quickly inkl. Round Cleaner UFO Artikel-Nr.: 497500 EAN: 4012314305951 Hersteller: KRÄNZLE
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", "c1eb797d8debd6878c765e930c8e3306");
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", "c1eb797d8debd6878c765e930c8e3306");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand
$(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
});