Produkteigenschaften:Der GSR 12 V-15 FlexiClick Professional meistert jede HerausforderungPräzises Arbeiten auch an schwer zugänglichen Stellen dank kompaktester Größe im MarktFlexibles Arbeiten dank des einzigen Wechselsystems mit vier verschieden AufsätzenBequeme Handhabung: Aufsätze verbleiben zum Einstellen der 16 verschiedenen Positionen einfach am GerätTechnische Daten:Drehmoment, max. (hart) 30 NmDrehmoment, max. (weich) 15 NmDrehmoment, max. (hart/weich) 30 / 15 NmLeerlaufdrehzahl, 1. Gang, von 0 min-1Leerlaufdrehzahl, 1. Gang, bis 400 min-1Leerlaufdrehzahl, 2. Gang, von 0 min-1Leerlaufdrehzahl, 2. Gang, bis 1300 min-1Leerlaufdrehzahl (1. Gang / 2. Gang) 0 – 400 / 0 – 1300 min-1Akkutyp Lithium-Ionen(1) Bohrfutterspannbereich, min./max. 1 mm(2) Bohrfutterspannbereich, min./max. 10 mmBohrfutterspannbereich, min./max. 1 / 10 mmAkkuspannung 12 VGewicht inkl. Akku 0.8 kgGewicht (ohne Akku) 0.6 kgSchnellspannbohrfutter 10 mmDrehmomentstufen 20Zusatzstufen 1Drehmomentstufen 20+1Länge 132.0 mmHöhe 178.0 mmZellentyp Lithium-IonenWerkzeugaufnahme 1/4"-InnensechskantBohr-Ø Holz, max. 30 mmBohr-Ø Stahl, max. 10 mmSchrauben-Ø, max. 7 mmLieferumfang:1x Bosch Akku-Bohrschrauber GSR 12V-15 FC (ohne Akku, ohne Lader)1x Bohrfutteraufsatz GFA 12-B (1 600 A00 F5H) 1x Bithalteraufsatz GFA 12-X (1 600 A00 F5J)1x Winkelaufsatz GFA 12-W Professional (1 600 A00 F5K)1x Exzenteraufsatz GFA 12-E (1 600 A00 F5L)1x L-BOXX Transportkoffer 102 Gr. 1 (1 600 A00 1RP)
- Hersteller
- Robert Bosch Power Tools GmbH
-
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland
- https://www.bosch-pt.com
- 0711/8110
Akku-Bohrschrauber GSR 12V-15 FC ohne Akku ohne Lader in L-BOXX inkl. 4 Aufsätze

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

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