$(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:
Extreme Schlagkraft von 1.050 Nm, bei nur 3,4 kg Gewicht inklusive Akku
Durch Verwendung eines BL (Brushless) Motors wird die Akkukapazität noch effizienter genutzt als mit herkömmlichen Elektromotoren
Spezielle Konstruktion mit eingebauten Gummidämpfern schützen Akku und Kontakte vor Vibrationen
Doppel LED-Arbeitslicht mit Nachleuchtfunktion
Elektronische Drehzahlbegrenzung in drei Stufen vorwählbar
Technische Daten:
Leerlaufdrehzahl0-900 / 0-1.000 / 0-1.800 min-1
Schlagzahl0-1.800 / 0-2.000 / 0-2.200 min-1
Anziehdrehmoment max.1.050 Nm
Handelsübliche SchraubenM12 - M30
Hochfeste SchraubenM12-M24
Werkzeugaufnahme3/4"
Akku18 V
Gewicht lt. EPTA3,4 kg
Maße (L x B x H)229 x 91 x 289 mm
Schalldruckpegel 98 dB(A)
K-Wert Vibration2,0 m/s²
K-Wert Geräusch3 dB(A)
Schallleistungspegel (LWA)109 dB(A)
Vibration Schlagschrauben bei Volllast15,5 m/s²
Lieferumfang:
1x Makita Akku-Schlagschrauber DTW1001Z (ohne Akku, ohne Lader)
1x Schraube M4x12
- Hersteller
- Makita Werkzeug GmbH
-
Makita-Platz 1,
40885 Ratingen,
Deutschland
- www.makita.de
Makita Akku-Schlagschrauber DTW1001Z 3/4" 18V ohne Akku ohne Lader im Karton
- Artikel-Nr.: DTW1001Z
- EAN: 0088381803212
- Hersteller: MAKITA

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

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
Zuletzt angesehen
Makita Akku-Schlagschrauber DTW1001Z 3/4" 18V ohne Akku ohne Lader im Karton 265,99 €
Makita Akku-Schlagschrauber DTW300RTJ, 18V 2x 5,0 Ah und Ladegerät im MAKPAC 318,99 €
Makita Akku-Reciprosäge 18V DJR183Z ohne Akku ohne Lader + 2x Sägeblatt im Karton 75,99 €
Makita Akku-Kreuzlinienlaser SK106DZ, rot 12V max. (ohne Akku, ohne Ladegerät) 177,99 €
Bahco 1/4" Torsions-Schlagschrauber-Bitsatz, 40-tlg in stabiler Box 39,99 €
Gedore red Werkzeugkoffer ALLROUND 138-teilig Montage-Werkzeugsatz 231,99 €
DeWALT Bit- und Bohrer-Set EXTREME 63-tlg.in Tough Case DT70759-QZ 49,99 €
WERA 6003 Joker 11 Set 1 Ringmaulschlüssel-Satz, 11-teilig 101,99 €
Milwaukee SHOCKWAVE Set Schrauben 38-teilig 19,99 €
$(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
});