Caractéristiques du produit : Aspirateur industriel pour le magasin, l'atelier ou le chantier. Aspirateur industriel compact et mobile avec de nombreux accessoires. Domaines d'utilisation : Local de vente, atelier, chantier Compact, léger et maniable Indicateur de sac à poussière plein Grand bac de collecte de la poussière Tube télescopique flexible Rangé : rangement peu encombrant des tubes, du tuyau, du câble et des accessoires De série : nombreux accessoires pour faire face aux différents besoins de nettoyage Poignée pour un transport confortable et sûr Roulettes pivotantes Protection contre les chocs pour éviter les dommages
Données techniques : débit volumétrique max : 3400l/min Dépression max : 25/250 kPa/mbar Raccordement : 230/1/50/4 V/~/Hz/A Puissance absorbée Pnorm : 900W Volume du réservoir : 12l Niveau de pression sonore (au poste de travail) : 59db (A) Câble d'alimentation : 15m Dimensions LxlxH : 35 x 45 x 37,5 cm Poids : 7kg
Contenu de la livraison : 1x Aspirateur à sec Ventos 12 HE de Kränzle 1x tuyau d'aspiration L : 2,5 m 2x sacs filtrants en non-tissé 1x filtre à cartouche HEPA 1x tube télescopique en aluminium 1x suceur de sol 1x suceur sol combiné 1x brosse d'aspiration 1x suceur pour fentes 1x suceur pour meubles rembourrés
Fabricant Josef Kränzle GmbH & Co. KG
Rudolf-Diesel-Straße 20,
89257 Illertissen,
Allemagne www.kraenzle.com Aspirateur à sec Ventos 12 HE de Kränzle avec filtre HEPA et accessoires Artikel-Nr.: 570010 EAN: 4012314306729 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", "fr_FR");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "1c7bbc063d2c0b5c884acb945cfe642d");
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", "fr_FR");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "1c7bbc063d2c0b5c884acb945cfe642d");
}
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
});