Produkteigenschaften:Gehört in jede Werkzeugkiste: Holzbohren leicht gemacht!Diese Grundausstattung von 7 Holzbohrern ermöglicht sauberes und exaktes Bohren in Hart- und Weichholz.Technische Daten:Inhalt: 7 Holzbohrer, Ø 3/4/5/6/7/8/10 mmLieferumfang:1x Bosch Mini-X-Line-Holzbohrer-Set 7 tlg.
- Hersteller
- Robert Bosch Power Tools GmbH
-
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland
- https://www.bosch-pt.com
- 0711/8110
Bosch Mini-X-Line-Holzbohrer-Set 7 tlg.

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", "763e392624f14c4b7a441c346a6425ff");
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", "763e392624f14c4b7a441c346a6425ff");
}

- 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.)
Weitere Modelle
Bosch Betonbohrer CYL-3 Set Silver Percussion 7-teilig 4, 5, 6, 6, 7, 8, 10 mm 11,39 €
UVP: 27,13 €
-58%
Bosch SDS-plus Bohrersetr Tough Box 19,99 €
UVP: 46,30 €
-57%
Bosch PRO Stainless Steel HSS-Co Spiralbohrer-Set, 18-tlg. 42,99 €
UVP: 81,87 €
-47%
Bosch 7-teiliges Mini-X-Line-Metallbohrer-Set 6,99 €
UVP: 11,92 €
-41%
Bosch Bohrerset Mini-X-Line Mixed-Set 15-tlg. 5 Stein-, 5 Metall-, 5 Holzbohrer 6,79 €
UVP: 13,30 €
-49%
Bosch PRO Metal HSS-G Spiralbohrer Set, 18-tlg. 21,69 €
UVP: 49,74 €
-56%
Bosch Hammerbohrer-Set 8-teilig SDS plus-3 in Tough-Box 19,99 €
UVP: 46,30 €
-57%
Bosch 7tlg. Betonbohrer-Set CYL-3 4; 5; 5,5; 6; 7; 8; 10 mm 11,99 €
UVP: 27,13 €
-56%
Bosch 5tlg. Betonbohrer-Set CYL-3 5; 5,5; 6; 7; 8 mm 9,99 €
UVP: 18,05 €
-45%
Bosch Metallbohrer-Set HSS-R, 19-teilig, 1 - 10 mm, Metallkassette 12,99 €
UVP: 21,61 €
-40%
$(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
});