Produktbeschreibung:schlanke Kopfformsauberer Schnitt bei dünnen Cu-Drähten, auch an den SchneidenspitzenSchneiden zusätzlich gehärtet, Schneidenhärte ca. 62 HRCVanadin-Elektrostahl, geschmiedet, mehrstufig ölgehärtet Zange schwarz atramentiertKopf poliert :Griff: Mehrkomponenten-HüllenMaterial: Vanadin-ElektrostahlNorm: DIN ISO 5749Technische Daten:Länge: 160 mmweicher Draht Ø: max. 4 mmmittelharter Draht Ø: max. 2,8 mmharter Draht Ø: max. 2 mmKopf: poliertMarke: KnipexLieferumfang:1x Knipex Seitenschneider Länge 160 mm Kopf poliert Mehrkomponenten-Hüllen max. 2 mm
- Hersteller
- KNIPEX-Werk C. Gustav Putsch KG
-
Oberkamper Str. 13,
42349 Wuppertal,
Deutschland
- 0202/47940
Knipex Seitenschneider Länge 160 mm Kopf poliert Mehrkomponenten-Hüllen max. 2mm
- Artikel-Nr.: 70 02 160
- EAN: 4003773034032
- 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.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", "37d4bb9a29f68254826d25b7a643ff4f");
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", "37d4bb9a29f68254826d25b7a643ff4f");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
- EXPRESS mit UPS NEXT DAY möglich Bei Bestellung mit Zahlungseingang vor 12 Uhr, Aufpreis: 9,99€ (Zustellung Mo.-Fr.)
Zuletzt angesehen
Bosch VDE Kombi-Zange 180mm 21,99 €
Bosch PRO Hohlkehlenfräser, 8 mm, R1 6 mm, D 24,7 mm, L 13 mm, G 53 mm 20,99 €
Makita Sägekette 80TXL 10 cm, 1910V6-4 8,99 €
Bosch EXPERT Tough Material Lochsäge, 114 x 60 mm 44,99 €
Makita Akku-Bohrschrauber DDF487 ohne Akku ohne Lader im Karton 89,99 €
Bosch PRO Multi Material Kreissägeblatt, 305 x 3,2 x 30 mm, T80 50,99 €
Milwaukee Polierschwamm Kletthaftung 80 mm weich für M12 BPS 4,98 €
Milwaukee Absaugadapter PHDE72 für Bohrer und Bohrkronen von ⌀ 6 - 72 mm 39,78 €
$(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
});