Produktbeschreibung:Akku-Schlagschrauber UID 18V-210.Der Hochleistungs-Drehschlagschrauber erleichtert Heimwerkern das Arbeiten mit Holz.Bürstenloser Hochleistungsmotor mit max.210 Nm Drehmoment und max.3300 min¹ Drehzahl.Kompaktes Design für ultimative Tragbarkeit und leichtes Arbeiten unter beengten Platzverhältnissen.2-Drehzahl-/Drehmomenteinstellungen liefern immer die richtige Leistung für verschiedene Schrauben.Integriertes LED-Licht für optimale Ausleuchtung dunkler Arbeitsbereiche.Kompatibel mit Bosch 18V POWER FOR ALL-Akku.Drehschlagschrauber (3 603 JE7 000).Technische Daten:Akkuspannung: 18,0 VKompatibler Akku: 18V POWER FOR ALL ALLIANCEAkku-Empfehlung: >= 2,0 AhLeerlaufdrehzahl, von: 0 min-1Leerlaufdrehzahl, bis zu: 2.100 min-1Leerlaufdrehzahl: 0-2.100 min-1Leerlaufdrehzahl, 1. Stufe, von: 0 min-1Leerlaufdrehzahl, 1. Stufe, bis: 2.100 min-1Leerlaufdrehzahl (1. Stufe): 0-2.100 min-1Leerlaufdrehzahl, 2. Stufe, von: 0 min-1Leerlaufdrehzahl, 2. Stufe, bis: 3.300 min-1Leerlaufdrehzahl (2. Stufe): 0-3.300 min-1Drehmomentstufen: 2Drehmoment, max.: 210 NmSchlagzahl, von: 0 bpmSchlagzahl, bis zu: 3.800 bpmSchlagzahl: 0-3.800 bpmSchlagzahl, 1. Stufe, von: 0 bpmSchlagzahl, 1. Stufe, bis: 3.000 bpmSchlagzahl (1. Stufe): 0-3.000 bpmSchlagzahl, 2. Stufe, von: 0 bpmSchlagzahl, 2. Stufe, bis: 3.800 bpmSchlagzahl (2. Stufe): 0-3.800 bpmWerkzeugaufnahme: 1/4"-InnensechskantWerkzeugabmessungen (L x B x H): 127 x 64 x 204 mmGewicht exkl. Akku: 1,0 kgLieferumfang:Bosch Akku.Schlagschrauber-Set UID 18V-210 1x Bosch Starter-Set 18V Alliance: 1x 2,5 Ah und Ladegerät AL 18V-20 (1600A02625)
- Hersteller
- Robert Bosch Power Tools GmbH
-
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland
- https://www.bosch-pt.com
- 0711/8110
Bosch Akku.Schlagschrauber-Set UID 18V-210 + Starter-Set 18 V / 2,5 Ah
- Artikel-Nr.: 06039E7000+Starterset
- EAN: 4250845568593
- Hersteller: BOSCH HOME & GARDEN

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

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