Produkteigenschaften:Diese Steckschlüssel von Bahco besitzen eine Hochleistungs-Stahllegierung und Dynamic-Drive-Profileinsätze für weniger Verschleiß und Schäden am VerbindungselementDie Knarre besitzt einen Schnellauslöserknopf und der Transportkoffer besteht aus PolyäthylenWerft einen Blick auf den Datenreiter für genauere Angaben zum Inhalt dieses Steckschlüssel-SatzesTechnische Daten:40 Teile 1/4 Zoll:1x 1/4" Knarre (60 Zähne, 6° Rückschwenkwinkel)12x Sechskant-Einsätze: 4-4,5-5-5,5-6-7-8-9-10-11-12-13 mm9x lange Sechskant-Einsätze: 4-5-6-7-8-9-10-11-13 mm4x Schraubendreher-Einsätze Philips PH-1, 2, 3, 43x Schraubendreher-Einsätze Schlitz 4, 5.5, 76x Schraubendreher-Einsätze 6-kant HEX 3, 4, 5, 6, 8, 10 mm2x Verlängerungen: 50-100 mm1x T-Gleit-Adapter1x Kardangelenk1x Steckgriff34 Teile 1/2 Zoll:1x 1/2" Knarre (60 Zähne, 6° Rückschwenkwinkel)15x Sechskant-Einsätze: 10-12-13-14-15-16-17-18-20-21-23-24-27-32-34 mm9x Sechskant-Einsätze: 3/8"-7/16"(11)-1/2"-9/16"-11/16"-3/4"(19)-13/16"-7/8"(22)-1 3/16"4x Sechskant-Kraft-Einsätze: 17-19-21-24 mm1x Zündkerzen-Einsatz: 21 mm (13/16")2x Verlängerungen: 125-250 mm1x T-Gleit-Adapter 3-Wege, 3/8" Aussenvierkant - 1/2" Innenvierkant1x Kardangelenk3x Innensechskant-Schlüssel: 1,5-2-2,5 mmLieferumfang:1x Bahco S800 Steckschlüsselsatz 1/4" und 1/2" SLine 77tlg.
- Hersteller
- SNA Europe (Deutschland) ein Ge- schäftsbereich d. SNA
-
Wielletstr. 10,
40822 Mettmann,
Deutschland
- 02104/833830
Bahco Steckschlüsselsatz 77 tlg. 1/4" und 1/2" SLine S800 im Koffer
- Artikel-Nr.: S800
- EAN: 7314150165599
- Hersteller: BAHCO

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

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