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: 17-teiliger Satz in robuster textiler Box. 1 Quergriff-Bits-Handhalter 416 RA mit Ratschenfunktion und Rapidaptor Schnellwechselfutter für ¼" Bits Die integrierte Ratsche mit Feinverzahnung (80 Zähne/Rückholwinkel 4,5°) vereinfacht und beschleunigt das Schrauben ohne mühsames Neuansetzen Die vollständig in den Griff eingebettete Knarrenmechanik sorgt für sehr handliches und angenehmes Arbeiten Mit Umschalthebel für bequemen Rechts/Links Richtungswechsel in Einhand-Bedienung Die ergonomische Form des Griffs füllt den Handballen gut aus, die Finger liegen sicher in den weich gerundeten Griffmulden Die ganze Hand findet Kontakt zum Griff, Reibungsverluste zwischen Hand und Griff werden vermieden Bithalter für Bits mit 1/4" Außensechskantantrieb nach DIN ISO 1173-C 6,3 und E 6,3 Mit Rapidaptor-Technologie für blitzschnelles Wechseln der Bits. 16 zähharte Bits, ¼", 89 mm lang, für den universellen Einsatz.Technische Daten: 1x 416 RA Quergriff-Bits-Handhalter mit Ratschenfunktion und Rapidaptor Schnellwechselfutter: 1/4x45 2x 851/4 Z Bits: PH 2x89, PH 3x89 2x 855/4 Z Bits: PZ 2x89, PZ 3x89 6x 867/4 Z TORX® Bits: TX 10x89, TX 15x89, TX 20x89, TX 25x89, TX 30x89, TX 40x89 5x 840/4 Z Bits: 3.0x89, 4.0x89, 5.0x89, 6.0x89, 8.0x89 1x 800/4 Z Bits: 1.0x5.5x89 1x Klettstreifen 120: 50.0x120.0Lieferumfang: 1x Wera Kraftform Kompakt 400 RA Set 1
Hersteller Wera Werkzeuge GmbH
Korzerter Str. 21-25,
42349 Wuppertal,
Deutschland 0202/40450 Wera Bit-Schraubendreher-Set Kraftform Kompakt 400 RA Set 1, 17 teilig Artikel-Nr.: 05023471001 EAN: 4013288222879 Hersteller: WERA
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);
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", "042276f699f15a0ec7e079f4d06d25d5");
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", "042276f699f15a0ec7e079f4d06d25d5");
}
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
});