GOTOOLS
ELEKTROWERKZEUGE Arbeitskleidung
{
"@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\/arbeitskleidung","name":"Arbeitskleidung"}}]
}
Produktbeschreibung: Die Extraportion Kraft für eure Arme. Entspannter Job, auch über Kopf Stärken und Nutzen: Unterstützend: Das aktive System ermöglicht ermüdungsfreies Arbeiten bei Über-Kopf-Tätigkeiten Schont eure Kräfte: Hilft, Überlastungen langfristig zu vermeiden Konzentriert bleiben: Mit der Unterstützung durch das ExoActive bleibt ihr länger aufmerksam, die Ermüdung wird reduziert und ihr arbeitet effizienter Individuelle Steuerung: Wahl zwischen drei Arbeitsbereichen je nach Anwendung und Regulierung der Unterstützungsleistung in fünf Stufen möglich Leicht anzulegen: Wie ein Rucksack, über verschiedene Einstellmöglichkeiten einfach und schnell an die individuelle Körpergröße anzupassen Maximale Bewegungsfreiheit: Eng am Körper anliegend Waschbar: Dank einfachem Wechselsystem sind die Textil- und Gurtteile schnell ausgetauscht Kompatibel: Bestandteil des 18 Volt Systems von Festool mit System-Akku und allen damit verbundenen Vorteilen Einzigartig: Bei Registrierung 30 Tage nach dem Kauf mit dem Festool Service rundum abgesichert (festool.de/service/garantie-all-inclusive) Anwendungsschwerpunkte: Entlastung beim Arbeiten vor der Brust und über Kopf - mit bis zu 5 kg / 50 N Unterstützungskraft je Arm Unterstützt und entlastet bei Anwendungen mit Werkzeugen, aber auch bei Handmontage oder Tätigkeiten mit Handwerkzeugen Mit der Akkupack-Kapazität von 4,0 Ah liegt die Laufzeit zwischen 1,5 und 5 h - je nach Anwendung und insbesondere der Dynamik der Bewegung
Technische Daten: Akkuspannung 18.00 V Max. Unterstützungskraft je Arm 50.00 N Technologie Bluetooth® Antriebsart Akku Laufzeit 4,0 Ah 1.50 - 5.00 h Akkukapazität 4.00 Ah Produktgewicht ohne Zubehör 7.00 kgLieferumfang: 1x Festool Exoskelett EXO 18 HPC 4,0 I-Plus ExoActive 1x Tragegeschirr TG-EXO 18 (577946) 1x Kopfstütze KS-EXO 18 (577947) 2x Akkupack BP 18 Li 4,0 HPC-ASI (205034) 1x Schnellladegerät TCL 6 (201135) 1x EPP-Transportbox
Hersteller Festool GmbH
Wertstr. 20,
70327 Wendlingen am Neckar,
Deutschland Festool Exoskelett EXO 18 HPC 4,0 I-Plus ExoActive Artikel-Nr.: 577339 EAN: 4014549421826 Hersteller: FESTOOL
2.799,99 €
UVP 3.564,05 €
-21%
inkl. MwSt., ggf. zzgl. Versandkosten
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", "3e69896b5d086d29130290d54a20e292");
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", "3e69896b5d086d29130290d54a20e292");
}
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
});