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: 9-teiliger Satz in robuster textiler Box 1 Quergriff-Adapterschraubendreher 411 A RA mit Ratschenfunktion, für 1/4" Steckschlüsseleinsätze 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 Für 1/4"-Vierkant-Steckschlüsseleinsätze sowie 1/4"-Verbindungsteile mit Vierkantantrieb, mit Kugelarretierung 8 Zyklop-Steckschlüsseleinsätze mit 1/4"-Antrieb Take it easy Werkzeugfinder: Farbkennzeichnung nach Größen - zum einfachen und schnellen Finden des benötigten Werkzeugs.Technische Daten: 1x 411 A RA Quergriff-Adapterschraubendreher mit Ratschenfunktion, 1/4": 1/4"x45 8x 8790 HMA Zyklop-Steckschlüsseleinsatz mit 1/4"-Antrieb: 6.0x23.0, 7.0x23.0, 8.0x23.0, 9.0x23.0, 10.0x23.0, 11.0x23.0, 12.0x23.0, 13.0x23.0 1x Klettstreifen 120: 50.0x120.0Lieferumfang: 1x Wera Kraftform Kompakt 400 RA Set 2
Hersteller Wera Werkzeuge GmbH
Korzerter Str. 21-25,
42349 Wuppertal,
Deutschland 0202/40450 Wera Ratschenschraubendreher Kraftform Kompakt 400 RA Set 2, 9 teilig Artikel-Nr.: 05023470001 EAN: 4013288222862 Hersteller: Wera
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);
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", "7fdd6fb4cb01d7bdc1974e6796afa614");
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", "7fdd6fb4cb01d7bdc1974e6796afa614");
}
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
});