GOTOOLS
GARTENGERÄTE Akku-Astscheren
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/gartengeraete","name":"GARTENGER\u00c4TE"}},{"@type":"ListItem","position":3,"item":{"@id":"\/gartengeraete\/akku-astscheren","name":"Akku-Astscheren"}}]
}
$(document).ready(function() {
$('.thumbs').on('click', '.remaining:not(".open-video")', function(event) {
event.preventDefault();
setTimeout(function () {
MagicZoom.expand('zoom');
}, 300);
setTimeout(function () {
MagicZoom.switchTo('zoom',8);
}, 1000);
});
});
Produktbeschreibung: Akku-Gartenschere, Lerne die Astschere GGP 12V-25 Professional kennen, deine erste Wahl für kraftvolles und dennoch leichtes Schneiden. Ihr bürstenloser Motor treibt Klingen aus Edelstahl an, um Äste mit einer Dicke von bis zu 25 mm mühelos zu schneiden. Mit einem Gewicht von nur 0,83 kg ohne Akku bietet diese Astschere eine hervorragende Schnittleistung, ohne bei längerem Gebrauch Beschwerden zu verursachen. Das ergonomische Design sorgt dafür, dass du stundenlang ohne Anstrengung schneiden kannst, womit sie perfekt für effizientes und komfortables Arbeiten ist. Diese Akku-Astschere ist ideal zum Schneiden von Sträuchern, Büschen und Obstbäumen. Die GGP 12V-25 Professional ist mit dem Bosch 12V Pro Akku kompatibel, sodass du sie problemlos in deinen bestehenden Werkzeugbestand integrieren kannst. Der leistungsstarke 12V-Akku (3,0 Ah) liefert bis zu 4.500 Schnitte mit einer einzigen Akkuladung und sorgt dafür, dass du deine Gartenaufgaben ohne Unterbrechung bewältigen kannst. Die GGP 12V-25 Professional verfügt außerdem über Autosleep- und Auto-Off-Funktionen, die die Akkulaufzeit und Sicherheit erhöhen.Technische Daten: Produktabmessung 302 x 99 x 55 mmLieferumfang: 1x Bosch Akku-Gartenschere GGP 12V-25 (ohne Akku und Ladegerät)
Hersteller Robert Bosch Power Tools GmbH
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland https://www.bosch-pt.com 0711/8110 Bosch Akku-Gartenschere GGP 12V-25 ohne Akku und Ladegerät
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", "0ec453826c6f31af46b04762c57e9b1a");
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", "0ec453826c6f31af46b04762c57e9b1a");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand Zuletzt angesehen
Bosch Akku-Gartenschere GGP 12V-25, 12V, 2x 3,0 Ah und Ladegerät im Karton 215,99 € Bosch Akku-Gartenschere GGP 12V-25 ohne Akku und Ladegerät 124,99 € Bosch Bluetooth Low Energy Modul GCY 42 Professional 1600A016NH ohne Software 22,99 € Bosch Professional GBA ProCORE 18V 8.0 Ah Akku 105,99 € Bosch Akku-Astsäge GKE 18V-20, 20 cm ohne Akku und Ladegerät 239,99 € Bosch BITURBO Akku Schlagbohrschrauber GSB 18V-150 C Solo in L-BOXX 227,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
});