GOTOOLS
AUFBEWAHRUNGSSYSTEME L-BOXX System L-BOXX Koffer
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/aufbewahrungssysteme","name":"AUFBEWAHRUNGSSYSTEME"}},{"@type":"ListItem","position":3,"item":{"@id":"\/aufbewahrungssysteme\/l-boxx-system","name":"L-BOXX System"}},{"@type":"ListItem","position":4,"item":{"@id":"\/aufbewahrungssysteme\/l-boxx-system\/l-boxx-koffer","name":"L-BOXX Koffer"}}]
}
Produkteigenschaften: L-BOXX Werkzeugkoffer 238 mit Inlay (FEIN VersaMAG) L-BOXX 238 Werkzeugkoffer mit passendem Inlay für das FEIN VersaMAG Schraubstock Set mit Backenbreite 100 mm Übersichtlich, ordentlich und sicher verstaut Dank des Kleinteileinsatzes findet das gesamte Zubehör seinen Platz und die L-BOXXen können zudem einfach verbunden und gestapelt werden Nur kompatibel mit dem FEIN VersaMAG Schraubstock Set (9 07 01 003 02 0)
Technische Daten: Breite 44,2 mm Länge 35,7 mm Höhe 25,3 mm Gewicht 3,2 kg
Lieferumfang: 1x Inlay FEIN VersaMAG Schraubstock Set 1x Kunststoff-Werkzeugkoffer (L-BOXX 238)
Hersteller C. & E. Fein GmbH
Hans-Fein-Str. 81,
73529 Schwäbisch Gmünd-Bargau,
Deutschland 07173/1830 Fein L-BOXX Werkzeugkoffer 238 mit Inlay (Fein VersaMAG) Artikel-Nr.: 33901690260 EAN: 4014586479439 Hersteller: FEIN
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", "4bd2d93c0c3d60635be99a38f929f9ce");
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", "4bd2d93c0c3d60635be99a38f929f9ce");
}
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
Fein L-BOXX Werkzeugkoffer 238 mit Inlay (Fein VersaMAG) 69,99 € Fein Magnetschraubstock-Set mit Backenbreite von 100 mm Fein VersaMAG 298,99 € Milwaukee ONE KEY Akku-Schlagschrauber M18ONEIWF12-502X 2x 5,0 Ah + Lader HD-Box 444,99 € Milwaukee Akku-Schlagschrauber M18 FIW2F12-502X 2x 5,0 Ah Akku + Lader in HD-Box 404,69 € Milwaukee Akku-Schlagschrauber M18 FMTIW2F12-502X 2x 5,0 Ah Akku + Lader in HD-Box 425,99 € Milwaukee M18FHIW2F12-502X + M18 ALIS + Milwaukee Weste 598,99 € Milwaukee Akku-Ratsche M12 FIR38LR-0 lang ohne Akku ohne Lader im Karton 194,99 € Milwaukee Kreuzlinienlaser 3 x 360° M123PL-0C ohne Akku ohne Lader im Koffer 459,99 € Bosch Führungsschienenadapter FSN OFA Professional Systemzubehör 56,79 € Milwaukee Akku-Ratsche FUEL M12 FIR12-0 Solo ohne Akku ohne Lader im Karton 164,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
});