Produkteigenschaften:Versetzte Anordnung der Bits (ineinander verschachtelt) bewirkt extreme Platzersparnis im Ober und Unterteil der Bit-BoxLangzeitfähige Klemmhalterung der Bits für festen und sicheren Sitz sowie schnellem ZugriffDeutliche Kennzeichnung der einzelnen Bit-Ausführungen und GrößenOptimale Ausnutzung des zur Verfügung stehenden Stauraums bei geringen AbmessungenSpeziell entwickelte Scharniergestaltung ermöglicht sowohl das rechtwinklige Aufstellen (90°) der Bit-Box als auch das Aufstellen in vollständig geöffneter Position (180°). Dadurch bessere Übersicht und schnellerer Zugriff für den AnwenderKunststoff-KastenAbtrieb: Pozidriv Profil PZ, Sechskant 6,3 (1/4 Zoll), Kreuzschlitz Profil PH, Tamper Resistant TORX® Profil, Innen-Sechskant Profil, Schlitz Profil, Innen TORX® ProfilAbmessungen / Länge: 125 mm x 85 mm x 40 mmNetto-Gewicht (kg): 0.39 kg6 Bits Innen-Sechskant Profil 2 ∙ 2,5 ∙ 3 ∙ 4 ∙ 5 ∙ 6 mm4 Bits Schlitz Profil 0,5 x 4 ∙ 0,6 x 4,5 ∙ 0,8 x 5,5 ∙ 1 x 6 mm3 Bits Kreuzschlitz Profil PH1 ∙ PH2 ∙ PH33 Bits Pozidriv Profil PZ1 ∙ PZ2 ∙ PZ311 Bits Innen TORX® Profil T6 ∙ T7 ∙ T8 ∙ T9 ∙ T10 ∙ T15 ∙ T20 ∙ T25 ∙ T27 ∙ T30 ∙ T406 Bits Tamper Resistant TORX® Profil T10H ∙ T15H ∙ T20H ∙ T25H ∙ T27H ∙ T30HAnzahl Werkzeuge: 51
Technische Daten:Breite: 85 mmHöhe: 40 mmAnzahl Werkzeuge: 51Abmessungen / Länge: 125 mm x 85 mm x 40 mm
Lieferumfang:1x Hazet Bit Satz 2240N/51 51-teilig
- Hersteller
- Hazet-Werk Hermann Zerver GmbH & Co. KG
-
Güldenwerther Bahnhofstr. 25-29,
42857 Remscheid,
Deutschland
- 02191/7920
Hazet Bit Satz 2240N/51 51-teilig
- Artikel-Nr.: 2240N/51
- EAN: 4000896187607
- Hersteller: HAZET

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", "5d42c8be4d77ab0e84b4a61d0fe9776e");
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", "5d42c8be4d77ab0e84b4a61d0fe9776e");
}

- 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.)
$(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
});