Produkteigenschaften:
Klappbare Sackkarre aus Aluminium mit ausziehbarem Griff zum Transport von L-BOXXen oder sperrigem Ladegut
Bequem transportieren, leicht und kompakt: Aluminium-Caddy mit zusammenklappbaren Rädern
Handgriff und Auflagefläche für platzsparende Verstauung
Sicherer Transport von BOXXen durch seitliche Stützen an der Auflagefläche und elastischem Band zur Fixierung
Belastbar bis 125 kg, auf Treppen bis 60 kg
Technische Daten:
MaterialausführungABS
Gewicht7,1 kg
Verpackungsabmessungen (Breite x Länge x Höhe)490 x 790 x 80 mm
Außenmaße
Werkzeugabmessungen (Breite)508 mm
Werkzeugabmessungen (Länge)523 mm
Werkzeugabmessungen (Höhe)1.071 mm
Lieferumfang:
1x Bosch Sackkarre Alu-Caddy Professional klappbar
- Hersteller
- Robert Bosch Power Tools GmbH
-
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland
- https://www.bosch-pt.com
- 0711/8110
Bosch Sackkarre Alu-Caddy Professional klappbar

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.plentyone.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", "2ed9416202ac78a2129c5ed06dccce0b");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.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", "2ed9416202ac78a2129c5ed06dccce0b");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
Zuletzt angesehen
Bosch Sackkarre Alu-Caddy Professional klappbar 126,99 €
Bosch Industriesauger Allessauger Nass-/Trockensauger GAS 35 M AFC im Set 618,99 €
Bosch Akku-Staubsauger GAS18V-6LS ohne Akku und Ladegerät 131,99 €
Bosch Akku-Rotationswerkzeug GRO 12V-35 Solo ohne Akku ohne Lader in L-BOXX Gr.1 116,99 €
Bosch Akku-Rotationswerkzeug GRO 12V-35 mit 2x 2,0 Ah Akkus + Lader in L-BOXX 191,99 €
Bosch Akku-Rotationswerkzeug GRO 12V-35 ohne Akku ohne Lader im Karton 91,99 €
Bosch Akku-Winkelschleifer GWX 18V-11 S mit X-LOCK ohne Akku und Ladegerät in L-BOXX 186,90 €
Bosch Klebepistole GKP 200 CE Professional im Set im Handwerkerkoffer 111,99 €
Bosch Akku-Heißluftgebläse GHG 18V-50 ohne Akku ohne Lader im Karton 148,89 €
Bosch Erste-Hilfe-Set, Koffersystem L-BOXX 102 E 72,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
});