GOTOOLS
MARKEN MAKITA
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/marken","name":"MARKEN"}},{"@type":"ListItem","position":3,"item":{"@id":"\/marken\/makita","name":"MAKITA"}}]
}
Produkteigenschaften: Fünf Schlangenbohrer mit 1/4"-Sechskantaufnahme in einer Kunststoffbox Schlangenbohrer mit Zentrierspitze und Vorschneider für saubere und präzise Löcher Die Schraubspitze mit Gewinde zieht den Bohrer selbstständig in das Werkstück und bietet so einen schnellen Selbstvorschub Die Bohrer besitzen eine 1/4"-Sechskantaufnahme, Bohrdurchmesser von 6 - 19 mm und haben eine Gesamtlänge von 200 mm Für z. B. Hart-, Weich-, Leim-, Massiv- und Stirnhölzer sowie Balken
Technische Daten: Durchmesser 6,0 / 8,0 / 13,0 / 16,0 / 19,0 mm VPE 5 Länge 200 mm Arbeitslänge 130 mm
Lieferumfang: 1x Makita Schlangenbohrer-Set 200 mm mit 1/4" Aufnahme, D-75677
Hersteller Makita Werkzeug GmbH
Makita-Platz 1,
40885 Ratingen,
Deutschland www.makita.de Makita Schlangenbohrer-Set 200 mm mit 1/4" Aufnahme, D-75677 Artikel-Nr.: D-75677 EAN: 0088381790161 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", "75d6086e36dc389fd030d7f9f1499321");
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", "75d6086e36dc389fd030d7f9f1499321");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand Zuletzt angesehen
Makita Bohrer-/Meißel-Set SDS-PLUS Centering tip, 6-tlg. 10,49 € Makita Akku-Multifunktionswerkzeug 18V DTM52Z (ohne Akku/Ladegerät) im Karton 168,99 € PerfectPro Gehörschutz H-5, 34 dB 23,99 € Honeywell Howard leight Kapselgehörschutz VeriShield VS100DF faltbar, dielektrisch EN 352-1 28 25,99 € Echter Werkzeugfan Systainer³ XXS blau / rot, 4 Stück 13,49 € Makita Koffeinsatz Tiefziehteil f. Powersource Kits 1,99 € Mystery Box BW25 GOTOOLS - MIX 129,99 € HECO-TOPIX-plus 5 x 70, Senkkopf, HECO-Drive, VVG, A3K, 200 St. 13,69 € Bosch Betonbohrer CYL-3 5,5 x 50 x 85 mm, d 4,5 mm 1,99 € Bosch Betonbohrer CYL-3 6,5 x 60 x 100 mm, d 5,5 mm 1,98 €
$(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
});