Produktbeschreibung:Akku-Rasenmäher EasyMower 18V-32-200.Leichter und handlicher 18V-Mäher für mühelose Rasenpflege in kleineren Gärten.Ausgezeichnet manövrierbar dank leichter Bauweise.Klappbarer Bügelgriff für kompakte Aufbewahrung.Rasenkämme garantieren perfekte Ergebnisse an Kanten und Mauern.3 Schnitthöhen von 20 bis 60 mm.Technische Daten:Akkuspannung: 18,0 VKompatibler Akku: 18V POWER FOR ALL ALLIANCEAkkutyp: Lithium-IonenArbeiten mit Akkukapazität: 4 AhKompatibler Akkutyp: Lithium-IonenKompatible Akkuspannung: 18 VSchneidsystem: Rotierendes StahlmesserGrasfangvolumen: 31 lSchnitthöhe, von: 20 mmSchnitthöhe, bis zu: 60 mmSchnitthöhe: 20 - 60 mmSchnitthöhenverstellung: 3fach, achsweise„Efficient Energy Management“: neinRasenkamm: neinIntegrierter Tragegriff: neinLadezustandsanzeige: neinQuickClick: neinLeafCollect: neinGroße 50-l-Fangbox: neinGroße 43 cm Schnittbreite: neinFüllstandsanzeige: neinSchwingungsemissionswert ah []: 2,5 m/s²Unsicherheit K []: 1,0 m/s²Akku-Empfehlung: >= 4,0 AhAkkuladezeit: 1,6 hAkkuschnellladezeit: 80 % geladen in 65 minEmpfohlene Rasenfläche, max.: 200 m²Schnittbreite: 32 cmGriffart: StandardIm Set mit 2. Akku: neinLieferung ohne Akku und Ladegerät: neinWerkzeugabmessungen (L x B x H): 1120 x 355 x 995 mmGewicht: 8,100 kgLieferumfang:1x Bosch Akku-Rasenmäher EasyMower 18V-32-2001x Akku PBA 18V 4.0Ah.1x Ladegerät AL 1830 CV.
- Hersteller
- Robert Bosch Power Tools GmbH
-
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland
- https://www.bosch-pt.com
- 0711/8110
Bosch Akku-Rasenmäher EasyMower 18V-32-200, 18V, 1x PBA 4.0 Ah und Ladegerät
- Artikel-Nr.: 06008B9D00
- EAN: 4059952613802
- Hersteller: BOSCH HOME & GARDEN

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

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