GOTOOLS
HANDWERKZEUGE Handwerkzeuge
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/handwerkzeuge","name":"HANDWERKZEUGE"}},{"@type":"ListItem","position":3,"item":{"@id":"\/handwerkzeuge\/handwerkzeuge","name":"Handwerkzeuge"}}]
}
$(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: Robuste Konstruktion aus 1680 DEN Ballistic-Nylon Verstärkter Stoff erhöht die Haltbarkeit Verstärkte Kanten und Metallbeschläge für lange Lebensdauer 65 Fächer und Taschen für eine optimale Organisation der Werkzeuge Schulterriemen und ergonomischer Tragegriff Halterung für Klebebänder für schnellen Zugriff Robuster PACKOUT Kunststoffboden schützt Werkzeuge vor Feuchtigkeit und Schmutz Teil des modularen PACKOUT AufbewahrungssystemsTechnische Daten: Länge 51 cm Breite 26 cm Höhe 46 cm Anzahl Fächer 65 Inhalt 1Lieferumfang: 1x Milwaukee 510 x 460 x 260 mm PACKOUT geschlossene Werkzeugtasche
Hersteller Techtronic Industries Central Europe GmbH
Walder Str. 53,
40724 Hilden,
Deutschland www.milwaukeetool.eu/service/contact/ +49210396000 Milwaukee 510 x 460 x 260 mm PACKOUT geschlossene Werkzeugtasche Artikel-Nr.: 4932493623 EAN: 4058546484941 Hersteller: MILWAUKEE
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", "6ea4eb83d01397fbe1e41f5a640e4595");
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", "6ea4eb83d01397fbe1e41f5a640e4595");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand Zuletzt angesehen
Milwaukee 510 x 460 x 260 mm PACKOUT geschlossene Werkzeugtasche 163,99 € Milwaukee PACKOUT™ Arbeitstasche 38 cm 4932471066 64,99 € Milwaukee PACKOUT™ Rucksack 4932471131 123,99 € Makita Akku-Bohrschrauber 12V DF332Z Solo ohne Akku ohne Lader im MAKPAC Gr. 1 102,99 € Knipex Aderendhülsensortiment 1401 teilig 0,75 - 25,00 mm² Crimpzange im Systainer 91,99 € Knipex Abmantelungswerkzeug TwistCut Gesamtlänge 100 mm 25,99 € Knipex Universal Abmantelungswerkzeug ErgoStrip® Länge 130 mm für Linkshänder 37,99 € Knipex Universal Abmantelungswerkzeug ErgoStrip® Gesamtlänge 130 mm 37,99 € Mirka Druckluft-Exzenterschleifer ROS 650CV 150mm 5,0mm Hub 52 L 8993000111 168,99 € Wiha Werkzeug Set Service-Techniker gemischt 30-tlg. inkl. Tasche (43879) 344,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
});