Produkteigenschaften:69-teiliger Steckschlüsselsatz mit 1/4 und 3/8 Zoll Antrieb im robusten ABS-Tragkoffer bestehend aus 2 ergokraft Umschaltknarren, Stecknüssen von 3,5 bis 24 mm, Verlängerungen, Adapter und einer integrierten, herausnehmbaren Bitbox mit praktischen Gürtelclip. Die beiden Ergokraft Umschaltknarren mit 45 Zähnen verfügen über einen ergonomischen Zwei-Komponenten-Handgriff haben eine Hebelumschaltung und einen Schnellauswurfmechanismus. Sehr robuste Ausführung mit sehr hoher Kraftübertragung. Die DIN / ISO Werte werden bei weitem erfüllt.Technische Daten:Das Set beeinhaltet:1/4" Stecknuss: 3,5 - 4 - 4,5 - 5 - 5,5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 mm1/4" Kardangelenk1/4" Verlängerung: 50 - 100 mm1/4" T-Gleitgriff-Adapter1/4" Kupplung für Bits 1/4"1/4" Bit-Universal-Magnethalter1/4" Bit-Einsätze (herausnehmbare Bit-Box 1789)1/4" ergokraft Umschaltknarre 3200 mit 45 Zähnen3/8" Stecknuss: 10 - 13 - 15 - 16 - 17 - 18 - 19 - 20 -21 - 22 - 24 mm3/8" Kardangelenk3/8" Verlängerung: 75 - 250 mm3/8" T-Gleitgriff-Adapter3/8" ergokraft Umschaltknarre 3210 mit 45 ZähnenGewicht: 2,03 kgProdukttyp: KnarrenkastenGröße: 1/4" (6.3 mm) + 3/8" (9.5 mm)Anzahl Satz-Teile: 51 bis 70 TeileMaßsystem: MetrischABS-Koffer Abm. (LxBxH): 380 x 212 x 55 mm
Lieferumfang:1x Kraftwerk Steckschlüsselkoffer 69-tlg. 1/4" + 3/8"
- Hersteller
- Kraftwerk Deutschland GmbH
-
Lebacherstr. 4,
66113 Saarbrücken,
Deutschland
- www.karftwerktoools.com
- 06 81 / 99 63 647
Kraftwerk 3035 Steckschlüsselkoffer 69-tlg. 1/4" + 3/8"
- Artikel-Nr.: 3035
- EAN: 7612206090988
- Hersteller: KRAFTWERK

Nicht lagernd
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", "b22ba6485864c818ab0a2ec098af09ff");
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", "b22ba6485864c818ab0a2ec098af09ff");
}

- 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
});