Produktbeschreibung:Das Original Einhell E-Case Rollbrett ist Mitglied im modularen E-Case-System von Einhell und eignet sich optimal zum Transport von Werkzeugkoffern, Kisten, Paketen und vielem mehr.Die vier integrierten, gummierten Rollen sorgen für die Beweglichkeit des Rollbretts.Zur Fixierung an einem Ort sind zwei der vier Rollen mit einer Fußbremse ausgestattet.Zudem können die Gummirollen einfach abmontiert und an der Unterseite des Rollbretts verstaut werden.Dank eines seitlichen Griffs kann das Rollbrett einfach zum Einsatzort getragen werden.Das E-Case Rollbrett kann mit bis zu 120 kg beladen werden und hält damit auch hoher Belastung stand.So können schwere Gegenstände einfach transportiert werden.Ein praktisches Verriegelungssystem für die Fixierung gestapelter Kisten, Koffern und Taschen des E-Case Systems sorgt bei der Lagerung für Ordnung und ermöglicht einen sicheren Transport.Durch die optimierte Auflagefläche mit ihrem erhöhten Rand passen auch Getränkekisten optimal auf das Rollbrett.Für größere, sperrige Gegenstände ist eine Möglichkeit zur Fixierung handelsüblicher Spanngurte integriert.Das Rollbrett ist 53 cm lang, 40 cm breit und 11 cm hoch.Es ist aus Polypropylen gefertigt und ist damit hitzebeständig und schlagresistent.Technische Daten:Anzahl Feststellbremsen: 2 pcsAnzahl Reifen: 4 pcsAnzahl Tragegriffe: 1 pcsAusführung Verriegelungsystem Stapel: Standard/Half-Size E-CasesBreite: 400 mmHöhe: 110 mmLänge: 530 mmMaterial Reifen: GummiMaterial Rollbrett: KunststoffMax. Zuladung: 120 KgProduktgewicht: 3.5 KgSpanngurtfixierung: JaVerriegelungsystem Stapel: JaLieferumfang:1x Einhell Systemkoffer E-Case Rollbrett
Einhell Systemkoffer E-Case Rollbrett
- Artikel-Nr.: 4540041
- EAN: 4006825679335
- Hersteller: EINHELL

59,79 €
UVP 59,95 €
inkl. MwSt., ggf. zzgl. Versandkosten
Inhalt
1 Stück
Auf Lager
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", "ad38b1a4c4c25d0f3386018106988bcc");
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", "ad38b1a4c4c25d0f3386018106988bcc");
}
Ähnliche Artikel
$(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
});
























