Produkteigenschaften:gefertigt gem. DIN EN/IEC 60900, stückgeprüftim Kunststoffkoffer mit Mehrkomponenten-Hüllenbestehend aus: Kombizange 1 x Art.-Nr. 4000 810 236 Abisolierzange 1 x Art.-Nr. 4000 810 415 Storchschnabelzange 1 x Art.-Nr. 4000 810 355 Seitenschneider 1 x Art.-Nr. 4000 810 155 Technische Daten:Inhalt: 4-teilig Kennzeichnung: VDE Marke: KNIPEXBreite: 327mmGewicht: 1430gGriff: Mehrkomponenten-HüllenVerpackung: KunststoffkofferTiefe: 275mmHöhe: 65mmLieferumfang:1x Knipex Zangensatz Kompakt-Box Inhalt 4-teilig VDE Kunststoffkoffer
- Hersteller
- KNIPEX-Werk C. Gustav Putsch KG
-
Oberkamper Str. 13,
42349 Wuppertal,
Deutschland
- 0202/47940
Knipex Zangensatz Kompakt-Box Inhalt 4-teilig VDE Kunststoffkoffer
- Artikel-Nr.: 00 20 15
- EAN: 4003773024804
- Hersteller: KNIPEX

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.plentyone.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", "aa0bca9ce94eea38e42ce9cc56ac9978");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.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", "aa0bca9ce94eea38e42ce9cc56ac9978");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
Zuletzt angesehen
Knipex Kabelschere Länge 160 mm Kopf verchromt VDE Mehrkomponenten-Hüllen Form 1 43,99 €
Knipex Werkzeugkoffer Robust45 Elektro 63-teilig Koffer aus schlagfestem Polypropylen für Elektriker 1.269,99 €
Knipex Zangensatz Montage-Paket 3-tlg. im Kunststoff-Tiefziehteil 60,99 €
Knipex Zangensatz Cobra®-Paket Inhalt 3-teilig grau atramentiert Kunststofftiefziehteil 79,99 €
Knipex Crimpzange MultiCrimp® Länge 250 mm 5 Wechseleinsätze 209,99 €
Jepson Akku-Metallhandkreissäge HDC 8203E, 2x 5,5 Ah Li-HD und Ladegerät im Koffer 664,99 €
HECO-TOPIX-plus Sortimentskoffer 3005, HECO-L-BOXX 102 mit 3.005 Schrauben 197,99 €
Stabila Wasserwaage 70 Electric 120 cm Aluminium gelb ± 0,5mm/m 75,90 €
Stabila Gliedermaßstab 617 Länge 2 m Breite 1,70 cm mm/cm EG III Buchenholz weiß-gelb 8,99 €
Hazet Steckschlüsselsatz 854T 33-teilig 1/4" Schlüsselweiten 5-14 mm Anzahl Zähne 90 6-Kant 309,99 €
$(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
});