Produkteigenschaften:Kugelkopf erleichtert Zugang zu Schrauben und ermöglicht das Arbeiten bei einem Winkel von bis zu 25°Besondere Produktvorteile: jeder Schlüssel für schnelles Finden farbcodiertTechnische Daten:Inhalt: 10-teiligSchlüsselweiten: 1,5 / 2 / 2,5 / 3 / 4 / 5 / 6 / 8 / 10 mmAusführung: farbcodiert, KugelkopfVerpackung: ErgoStar HalterMarke: WIHABestückung: SW 1,5 - 10mmLieferung im ErgoStar HalterLieferumfang:1x Wiha Sechskantwinkelschraubendrehersatz 369F 10-teilig ErgoStar Halter SW 1,5 - 10 mm farbcodiert, Kugelkopf
- Hersteller
- Wiha Werkzeuge GmbH
-
Obertalstraße 3-7,
78136 Schonach,
Deutschland
- 07722/9590
Wiha Sechskantwinkelschraubendrehersatz 369F 10-teilig ErgoStar Halter SW 1,5 - 10 mm farbcodiert, Kugelkopf
- Artikel-Nr.: 41483
- EAN: 4010995414832
- Hersteller: WIHA

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", "44dd1f864ea39e9496b886c583dd3918");
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", "44dd1f864ea39e9496b886c583dd3918");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
Zuletzt angesehen
Wiha Sechskantwinkelschraubendrehersatz 369F 10-teilig ErgoStar Halter SW 1,5 - 10 mm farbcodiert, Kugelkopf 50,99 €
Wiha Crimpwerkzeug für isolierte Kabelschuhe und Kontakte 0,5 - 6,0 mm² 220 mm, 0.5 - 6 (45957) 85,59 €
Wiha Stiftschlüssel Set im ErgoStar Halter TORX® MagicSpring® 13-tlg. schwarzoxidiert (43848) 46,99 €
Wiha Werkzeug Set slimVario® electric gemischt 32-tlg. inkl. Funktionstasche (43465) 239,99 €
Wiha Ratschenschlüssel Set isoliert 1/2" 21-tlg. inkl. Koffer (43024) 359,84 €
Wiha Werkzeugkoffer XL 2 Trolley mit Rollen und Teleskophandgriff electric 60-tlg. für Elektriker 765,68 €
Milwaukee Akku-Ortungsgerät M12PL-201C (1x2,0 Ah + Lader) im Koffer 2.499,99 €
Milwaukee Ratschen- und Steckschlüsselsatz 1/2" 28-teilig 139,88 €
Milwaukee Rahmenbandmaß 100 m/300 ft. 73,78 €
Milwaukee 3,05 x 32 mm Ringschaft Edelstahl, 15° Coilnägel für M18FRCN45 104,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
});