GOTOOLS
AUFBEWAHRUNGSSYSTEME L-BOXX System Zubehör L-BOXX System
{
"@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\/zubehoer-l-boxx-system","name":"Zubeh\u00f6r L-BOXX System"}}]
}
Produkteigenschaften: Die L-Boxx Einlage 1600A02BV4 ist eine Ganzeinlage, passend für die L-BOXX 136 und ist für das Starter-Set 4x ProCORE18V 5.5Ah Professional geeignet Sie bietet Platz für ein Ladegerät und vier Akkus Sie ermöglicht eine ideale Raumnutzung durch exakt auf Werkzeug und Zubehör zugeschnittene Einlage und flexible Nutzung von auf das jeweilige Werkzeug angepassten Zubehörfächern
Technische Daten: Passend für die L-BOXX 136
Lieferumfang: 1x BOSCH Werkzeugbox L-BOXX Einlage für Starter-Set 4x ProCORE18V 5.5Ah
Hersteller Robert Bosch Power Tools GmbH
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland https://www.bosch-pt.com 0711/8110 BOSCH Werkzeugbox L-BOXX Einlage für Starter-Set 4x ProCORE18V 5.5Ah
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", "9889c4acca4a3ac0cfbee4a020e26cfc");
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", "9889c4acca4a3ac0cfbee4a020e26cfc");
}
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
BOSCH Werkzeugbox L-BOXX Einlage für Starter-Set 4x ProCORE18V 5.5Ah 7,39 € Bosch Pick & Click Impact Control Bit Set 34-tlg. 34,99 € Bosch Staubabsaugung GDE 28 D für GBH 18V-28 DC 44,99 € Bosch Home and Garden Handwerkzeug Adventskalender 2025,mit 41 Teilen in Tasche 43,95 € Bosch Ladegerät EXAL18V-160 133,99 € Bosch Hochleistungs-Starter-Set 2x EXBA18V-55 + Ladegerät GAL12V/18V-80 299,99 € Bosch Hochleistungs-Akkupack EXBA18V-55, 5,5 Ah 133,99 € Bosch Akku-Bohrhammer GBH 18V-22 X mit ONECHUCK ohne Akku und Ladegerät in L-BOXX 136 243,99 € Bosch PRO SDS plus-5X Hammerbohrer-Set, 5/6/8/6/8/10/12 mm, 7-tlg. 22,99 € Bosch PRO SDS plus-5C Spatmeißel, 60 x 250 mm 17,78 €
$(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
});