$(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:Die Stärkste ihrer Klasse – Für härteste Anwendungen Bosch-Hochleistungsmotor (1.100 W) mit hohem Drehmoment für schwerste Anwendungen mit hohen Durchmessern (Bohren, Arbeiten mit Hohlbohrkronen und Lochsägen) sowie Schrauben und Rühren Robustes Metallgetriebegehäuse für lange Lebensdauer Mechanische Überlastkupplung Antirotation für hohe Arbeitssicherheit auch bei härtesten Anwendungen Einhülsiges Schnellspannbohrfutter mit Auto-Lock für schnellen Werkzeugwechsel nur mit einer Hand Neuer Sicherheitshandgriff mit innovativer Befestigung und Softgrip für sicheren Halt der Maschine Drehzahlvorwahl mit Stellrad für präzises Arbeiten Drehbare Bürstenplatte für gleiche Kraft im Links- wie im Rechtslauf Kugeltülle für hohen Bewegungsradius und zur Vermeidung von Kabelbrüchen Spindelhals-Durchmesser 43 mm (Europa-Norm) – Im Bohrständer verwendbarTechnische Daten:Nennaufnahmeleistung: 1100 WLeerlaufdrehzahl: 0 – 900 / 3000 min-1Abgabeleistung: 630 WGewicht: 2.9 kgNenndrehzahl: 0 – 580 / 1900 min-1Drehmoment (weicher Schraubfall): 40.0 / 14.5 NmNenndrehmoment: 9.6 / 3.2 NmBohrspindelanschlussgewinde: 1/2" – 20 UNFEinspannbereich: 1.5 – 13 mmSchlagzahl bei Leerlaufdrehzahl: 0 – 15300 / 51000 min-1Drehmoment, max.: 40.0 / 14.5 NmBohr-Ø Beton: 22 / 13 mmBohr-Ø Holz: 40 / 25 mmBohr-Ø Stahl: 16 / 8 mmBohr-Ø Mauerwerk: 24 / 16 mmMehrgang: jaBohrschrauben: neinSpannung, elektrisch: 230 VSpannung, elektrisch, bis: 230 VVolumen: 15.444 dm³Abmessung Länge: 390 mmAbmessung Breite: 360 mmAbmessung Höhe: 110 mmLieferumfang:1x Bosch Schlagbohrmaschine GSB 21-2 RE1x Tiefenanschlag 210 mm (1 613 001 010)1x Schnellspannbohrfutter 13 mm (2 608 572 150)1x Handwerkerkoffer (2 605 438 524)1x Zusatzhandgriff (2 605 025 193)
- Hersteller
- Robert Bosch Power Tools GmbH
-
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland
- https://www.bosch-pt.com
- 0711/8110
Bosch Schlagbohrmaschine GSB 21-2 RE Professional im Set im Handwerkerkoffer

Nicht lagernd
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", "b6a829c7fc015bb582079c9cb7713ada");
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", "b6a829c7fc015bb582079c9cb7713ada");
}

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