$(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);
});
});
Produkteigenschaften:Maschinen-Set 18 Volt bestehend aus Akku-Schlagbohrmaschine, Akku-Drehschlagschrqauber, Akku-Winkelschleifer, 2 Akku-Packs und Ladegerät in praktischer TascheTechnische Daten:Bosch Akku-Schlagbohrmaschiene GSB 18V-45:Drehmoment (weich/hart/max.) 21/45/- NmLeerlaufdrehzahl (1. Gang / 2. Gang) 0 – 500 / 0 – 1.900 min-1Akkutyp Lithium-IonenSchlagzahl, max. 27.000 bpmAkkuspannung 18 VGewicht exkl. Akku 1,0 kgDrehmomentstufen 20+2Schrauben-Ø, max. 8 mmBohr-Ø Holz, max. 35 mmBohr-Ø Stahl, max. 10 mmBohr-Ø Mauerwerk, max. 10 mmBosch Akku-Drehschlagschrauber GDX 18V-200:Leerlaufdrehzahl* 0-3.400 U/minLeerlaufdrehzahl (1. Stufe)* 0-3.400 min-1Gewicht exkl. Akku* 1,2 kgDrehmoment, max.* 200 NmSchlagzahl 0-4.200 bpmAkkuspannung 18,0 VWerkzeugaufnahme 1/4'' Sechskant Uni, 1/2'' VierkantLosbrechmoment, max. 350 NmSchrauben-Ø M 6 – M 16Bosch Akku-Winkelschleifer GWS 18V-7:Leerlaufdrehzahl 11.000 min-1Schleifspindelgewinde M14Bohrung, Ø 22,2 mmAkkuspannung 18 VGewicht inkl. Akku 2,2 kgGewicht exkl. Akku 1,6 kgSchrupp-/Trennscheibe, Ø 125 mmLieferumfang:1x Bosch Akku-Schlagbohrmaschiene GSB 18V-45 (0 601 9K3 300)1x Bosch Akku-Drehschlagschrauber GDX 18V-200 Professional (0 601 9j2 001)1x Bosch Akku-Winkelschleifer GWS 18V-7 Professional (0 601 9H9 001)2 x Akku GBA 18V 5.0Ah (1 600 A00 2U5)1x Schnellladegerät GAL 18V-40 Professional (1 600 A01 9RJ)1x Bosch Professional Werkzeugtasche Medium (1 600 A00 3BJ)
- Hersteller
- Robert Bosch Power Tools GmbH
-
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland
- https://www.bosch-pt.com
- 0711/8110
Bosch Maschinen-Set 18 Volt: GSB, GDX, GWS, 2x 5,0 Ah + Ladegerät in Tasche

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

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