GOTOOLS
MARKEN STANLEY
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/marken","name":"MARKEN"}},{"@type":"ListItem","position":3,"item":{"@id":"\/marken\/stanley","name":"STANLEY"}}]
}
$(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);
});
});
Produktbeschreibung: Selbstnivellierender Linienlaser mit Lotstrahl aufwärts und abwärts und drei horizontalen Punkten Pulsmodus zur Verwendung mit einem Emfänger Horizontale / Vertikale Nivellierungsgenauigkeit: ± 3 mm / 10 m Kompensierungsbereich: Selbstnivellierung auf ± 4° Arbeitsbereich: ± 20 m, ± 50 m mit Empfänger Laserklasse 2 (EN60825-1), Laserwellenlänge: 635 nm Stromversorgung: 3x AA Alkaline (Batterien im Lieferumfang enthalten) Magnetgedämpftes Pendel, Transportschutz IP-Klasse IP54 Stativanschluss: 1/4" und 5/8"Lieferumfang: Wandhalterung, Zieltafel, Lasersichtbrille, PRO-STACK kompatible BoxTechnische Daten: Lieferumfang: 1 x Laser Wandhalterung Zieltafel, rot Lasersichtbrille, rot PRO-STACK kompatible Batterien PRO-STACK Transportbox
Hersteller Stanley Black & Decker Deutschland GmbH
Black-u.-Decker-Str. 40,
65510 Idstein,
Deutschland 06126/211 Stanley Kreuzlinien- u. 2Punktlaser FatMax rot Artikel-Nr.: FMHT1-77414 EAN: 3253561774140 Hersteller: STANLEY
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", "f7e3f1c40361eb8f96cf1e533afce3d9");
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", "f7e3f1c40361eb8f96cf1e533afce3d9");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand Zuletzt angesehen
Stanley Bandmaß FATMAX PRO Autolock 5m/32mm 21,99 € Stanley Bandmaß FatMax Blade Armor mag. 8m/32mm, FMHT0-33868 26,99 € Stanley Kombinationsschlüssel-Set, 49-teilig, FMMT82827-1 103,99 € Stanley Multi-Line Kreuzlinien-Laser 4V1H - Rot, STHT77514-1 112,99 € Stanley FatMax 4-in-1 Multi Handtackermit Compositgehäuse, FMHT70401-0 39,99 € Stanley Bandmass Powerlock PVC-Gehäuse 8m/25mm 16,99 € Stanley Einhandzwinge mit Schraubgriff FatMax Hybrid 600 mm 36,69 € Stanley Multifunktionswerkzeug 12 in 1 + Tasche 15,99 € Stanley Cutter 18 mm mit Feststellrad, STHT10500-0 7,39 € Stanley Zieltafel rot GT1, 1-77-170 4,59 €
$(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
});