GOTOOLS
ELEKTROWERKZEUGE Bohrer und Schrauber Schlagbohrschrauber
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/elektrowerkzeuge","name":"ELEKTROWERKZEUGE"}},{"@type":"ListItem","position":3,"item":{"@id":"\/elektrowerkzeuge\/bohrer-und-schrauber","name":"Bohrer und Schrauber"}},{"@type":"ListItem","position":4,"item":{"@id":"\/elektrowerkzeuge\/bohrer-und-schrauber\/schlagbohrschrauber","name":"Schlagbohrschrauber"}}]
}
Produktbeschreibung: Kompakter Akku-Schlagbohrschrauber in der Sonderfarbe rosa zum Schrauben, Bohren und Schlagbohren Leichter 12 V max. Akku-Schlagbohrschrauber in der Sonderfarbe rosa. Mit 2-Gang-Getriebe und einem max. Drehmoment von 30 Nm. Einstellbares Drehmoment in 20 Stufen zzgl. Bohrstufe und Schlagbohrstufe. Der ideale Begleiter für Monteure und Heimwerker oder z. B. für Boote und Camping. Mit leuchtstarker LED-Arbeitsleuchte mit Nachglimmfunktion.
Technische Daten: Vibration = 2,5 m/s² Leerlaufdrehzahl 0 - 450 / 0 - 1700 min-¹ Bohrleistung in Beton 8 mm Produktabmessung (L x B x H) 193 x 66 x 229 mm Vibration Hammerbohren in Beton 13,0 m/s² K-Wert Vibration 1,5 m/s² Leerlaufschlagzahl 0 - 6750 / 0 - 25 500 min-¹ Akkuschutzsystem 1 Drehmomenteinstellungen 20 Bohrleistung in Holz 21 mm Bohrleistung in Stahl 10 mm K-Wert Geräusch 3 dB(A) Gewicht inkl. Akku (EPTA) 1,1 - 1,3 kg Bohrfutterspannweite 0,8 - 10 mm Schallleistungspegel (LWA) 93 dB(A) Schalldruckpegel (LpA) 82 dB(A) Drehmoment hart/weich 30 / 14 Nm
Lieferumfang: 1x Makita Akku-Schlagbohrschrauber HP333DSAP 1x Akku 12V / 2,0 Ah BL1021B (197396-9) 1x Schnellladegerät DC10SB (197363-4) 1x Transportkoffer (821661-1)
Hersteller Makita Werkzeug GmbH
Makita-Platz 1,
40885 Ratingen,
Deutschland www.makita.de Makita Akku-Schlagbohrschrauber HP333DSAP 12V in pink im Set im Koffer Artikel-Nr.: HP333DSAP EAN: 0088381748865 Hersteller: Makita
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);
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", "439514dc8785d36f23a7294074b5ca91");
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", "439514dc8785d36f23a7294074b5ca91");
}
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
});