GOTOOLS
GT SPECIALS Christmas Shopping Time
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/gt-specials","name":"GT SPECIALS"}},{"@type":"ListItem","position":3,"item":{"@id":"\/gt-specials\/christmas-shopping-time","name":"Christmas Shopping Time"}}]
}
$(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: Der Mobile Akku LED Strahler BLUMO ist eine helle LED Arbeitsleuchte für Orte auch ohne Stromanschluss, die höchsten Ansprüchen gerecht wird. Mit einem verstellbarem Haltebügel lässt sich der Fluter aufstellen oder auf Brennenstuhl Stativen befestigen. Durch das hochwertige Kunststoffgehäuse mit Gummiecken ist der LED Baustrahler für Außen- und Innenbereiche geeignet. Zusätzlich verfügt er über einen integrierten Bluetooth Lautsprecher 2x 3W mit sehr guter Soundqualität und einen USB-Ladeanschluss 2A mit Powerbank-Funktion. Der Strahler ist IP54 geprüft und eignet sich daher perfekt für den Einsatz im Freien, beispielsweise auf der Baustelle. Zudem überzeugt er durch folgende Eigenschaften: Betriebsdauer 3 h (100%), 6 h (50%) und 15 h (10%) Austauchbarer Li-Ion Akku mit Akku-Zustandsanzeige Powerbank USB-Ladeanschluss (2 A) Lichtstrom: 2100 lm
Technische Daten: Lichtstrom: 2.100 lm Leistungsaufnahme: 20 W Farbtemperatur: 6.500 K Akku-Kapazität: 4,4 Ah Akku-Spannung: 7,4 V Leuchtdauer max.: 15 h Akku-Ladezeit ca.: 4 h Anzahl der Batterien: 1 Schlagfestigkeit: IK07 Schutzklasse: III Schutzart (IP): IP54 Farbe: schwarz, gelb Produktgewicht (ohne Verpackung): 1,93 kg Produktlänge (ohne Verpackung): 27 cm Produktbreite (ohne Verpackung): 10 cm Produkthöhe (ohne Verpackung): 27 cm
Lieferumfang: 1x Brennenstuhl Mobiler Akku LED Baustrahler BLUMO 2000 A, 2100lm, 20W, IP54 1x Netzteil 100-240 V AC, 50/60 Hz 1x 12 V Kfz-Ladekabel
Hersteller Hugo Brennenstuhl GmbH & Co. Kommanditgesellschaft
Seestr. 1-3,
72074 Tübingen,
Deutschland 07071/88010 Brennenstuhl Mobiler Akku LED Baustrahler BLUMO 2000 A, Bluetooth Lautsprecher Artikel-Nr.: 1171620 EAN: 4007123651870 Hersteller: BRENNENSTUHL
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", "5ce5dc292e976f543e5026972ec10fd5");
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", "5ce5dc292e976f543e5026972ec10fd5");
}
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
});