GOTOOLS
ELEKTROWERKZEUGE Bohrer und Schrauber Schrauber
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/elektrowerkzeuge","name":"ELEKTROWERKZEUGE"}},{"@type":"ListItem","position":3,"item":{"@id":"\/elektrowerkzeuge\/bohrer-und-schrauber","name":"Bohrer und Schrauber"}},{"@type":"ListItem","position":4,"item":{"@id":"\/elektrowerkzeuge\/bohrer-und-schrauber\/schrauber","name":"Schrauber"}}]
}
Produktbeschreibung: Der neue Adventskalnder von Flex inklusive Akku-Stabschrauber SD 5-300 4.0 und 41 teilige Bit-Box - schlagfest: Extrem schlanker Griffbereich mit Softgrip-Einlagen für perfektes Handling Drei verschiedene Drehmomentstufen sorgen für Flexibilität in der Anwendung Rechts-/Linkslauf 1/4" hex Werkzeugaufnahme Integriertes LED-Licht mit Nachleuchtfunktion Mit USB-C Ladeanschluss 12 W Ideale Einsatzgebiete: Schaltschrankmontage, Instandhaltungsarbeiten, Montage von Fertigmöbeln
Praktisches Bitset in einer schlagfesten, verschließbaren Box, durch die seitliche Verriegelung aufeinander stapelbar Die Bits sind sauber verstaut und schnell griffbereit Hochwertiges 41-teiliges Set bestehend aus: 1" (25 mm): PH1, 2x PH2, PH3, PZ1, PZ2, PZ3, PZ4, SL3, SL4, SL5, SL6, T10, T15, 2x T20, je 3x T25/T27/T30, T40. 2" (50 mm): T15, je 2x T20/T25/T30, T40 Magnethalter 1-7/8": 8, 10, 13 mm Universal Magnethalterung 6" und Standard Magnethalter
Technische Daten: Akkuspannung 4 V Akkukapazität 2,0 Ah Max. Drehmoment, weich 5 Nm Abmessung LxBxH 180 x 35 x 35 mm Gewicht 0,29 kg
Lieferumfang: 1x Flex Akku-Stabschrauber SD 5-300 4.0 1× USB-C Kabel 1× Bit Schlitz, Bit Kreuzschlitz 1× Transporttasche 1x Flex Bit-Box wie DB 41 nur ohne 3x Steckschlüsseleinsatz
Hersteller Flex-Elektrowerkzeuge GmbH
Bahnhofstraße 15,
71711 Steinheim,
Deutschland www.flex-tools.com Flex Adventskalender mit Stabschrauber und Bitbox Artikel-Nr.: 531477 EAN: 4030293253179 Hersteller: FLEX
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", "1f85081e61f9eb2a89fad1008320af6c");
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", "1f85081e61f9eb2a89fad1008320af6c");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand
$(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
});