GOTOOLS
ELEKTROWERKZEUGE Baustellenradios und Lautsprecher Baustellenradios
{
"@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\/baustellenradios-und-lautsprecher","name":"Baustellenradios und Lautsprecher"}},{"@type":"ListItem","position":4,"item":{"@id":"\/elektrowerkzeuge\/baustellenradios-und-lautsprecher\/baustellenradios","name":"Baustellenradios"}}]
}
Produkteigenschaften: Robustes Akku-Baustellenradio für den Empfang von DAB+ und FM, mit Bluetooth sowie AUX-AnschlussAkku-Baustellenradio mit Schutz vor Staub und allseitigem Spritzwasser (IP64) und zwei leistungsstarken 89 mm Lautsprechern Läuft mit allen Schiebeakkus der Akku-Systeme CXT 12 V max., LXT 18 V und XGT 40 V max. oder dem mitgelieferten Netzteil Mit DAB+/FM-Empfang, AUX-in, Bluetooth und USB-Anschluss mit 2,4 A Output Je fünf Speicherplätze für DAB+/FM Die Antenne ist sicher im Tragegriff verbaut Für einen besseren Empfang bei der Nutzung hochklappen Lautsprecherleistung: 2x4,9 W mit XGT 40 V max. 2x4,9 W mit LXT 18 V 2x3,0 W mit LXT 14,4 V 2x1,7 W mit CXT 12 V max. 2x1,7 W mit Netzteil.
Technische Daten: FM-Band 87,5 - 108 MHz Schutzklasse 65 Bluetooth ja Akkusystem XGT ja Produktgewicht 5,4 kg Produktabmessung (L x B x H) 280 x 171 x 298 mm Frequenzband DAB 174,928 - 239,200 MHz Gewicht inkl. Akku (EPTA) 4,6 - 5,4 kg Frequenzband DAB+ 174,928 - 239,200 MHz Akkusystem LXT ja Akkutyp (Ni-Cd / Li-Ion) Li-ion Akkuspannung 12 - 40 V
Lieferumfang: 1x Makita Akku-Baustellenradio MR004GZ 40V max. (ohne Akku, ohne Lader)
Hersteller Makita Werkzeug GmbH
Makita-Platz 1,
40885 Ratingen,
Deutschland www.makita.de Makita Akku-Baustellenradio MR004GZ 12V-40V max. Solo Artikel-Nr.: MR004GZ EAN: 0088381739085 Hersteller: MAKITA
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", "5e19d8673db6e1548e34122296e2799c");
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", "5e19d8673db6e1548e34122296e2799c");
}
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
});