Produkteigenschaften:Ein äußerst geräuscharmer ImpulsschrauberDie Impuls-Technologie garantiert einen niedrigeren GeräuschpegelLeichter und kompakter Aufbau dank eines bürstenlosen Motors und eines kompakten AntriebssystemsElektrohydraulisches Impulsprinzip statt mechanischem Schlagwerk, dadurch geringe GeräuschentwicklungHydraulik mit Ölkühlung für lange durchgängige ArbeitsleistungBürstenloser, wartungsfreier und langlebiger MotorDrehmoment in 3 Stufen einstellbarT-Modus zum optimalen Verarbeiten von selbstschneidenden SchraubenMit leuchtstarker Doppel-LEDElektronisch regelbare DrehzahlTechnische Daten:Bürstenloser Motor; 1Akkusystem LXT; 1Akkuspannung; 18 VAkkuschutzsystem; 1Akku-systeme; LXT 18V/36VLeerlaufdrehzahl; 0 - 1200 / 2000 / 3200 min¹Drehmoment max.; 40 NmStandardschrauben; M5 - M8Maschinenschrauben; M4 - M8Hochfeste Schrauben; M5 - M6(Leerlauf-)Schlagzahl; 0 - 1400 / 2200 / 2700 min¹Sechskantaufnahme; 1/4"Schalldruckpegel (LpA); 77 dB(A)K-Wert Geräusch; 3 dB(A)Vibration Schlagschrauben bei Volllast; 7,0 m/s²K-Wert Vibration; 1,5 m/s²Gewicht inkl. Akku (EPTA); 1,3 - 1,6 kgProduktabmessung (L x B x H); 136 x 79 x 240 mmSchnittlänge; 136 mmLieferumfang:1x Makita Akku-Impulsschrauber DTS1411x Flachrundkopfschraube M4x12 266622-8(ohne Akkus und Ladegerät)
- Hersteller
- Makita Werkzeug GmbH
-
Makita-Platz 1,
40885 Ratingen,
Deutschland
- www.makita.de
Makita Akku-Impulsschrauber DTS141Z 18V, 1/4" ohne Akku und Ladegerät im Karton
- Artikel-Nr.: DTS141Z
- EAN: 0088381684484
- 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", "62afbce4a433eecdd49433591d58ede2");
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", "62afbce4a433eecdd49433591d58ede2");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
- EXPRESS mit UPS NEXT DAY möglich Bei Bestellung mit Zahlungseingang vor 12 Uhr, Aufpreis: 9,99€ (Zustellung Mo.-Fr.)
$(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
});