Sommer-Sale
Filter
Hersteller
- 5
- 9
- 1
- 8
- 10
- 2
- 2
- 13
- 44
- 2
- 26
- 17
- 1
- 7
- 2
- 3
- 2
- 1
- 46
- 2
- 8
- 1
- 2
- 6
- 95
- 86
- 56
- 2
- 13
- 6
- 1
- 16
- 5
- 2
- 2
- 23
- 1
Preis
€
€
ProDeal
5
Akkuanzahl
- 29
- 61
- 2
- 2
- 148
Akkuspannung
- 2
- 1
- 1
- 6
- 34
- 2
- 3
- 203
- 7
- 1
- 6
- 1
- 2
Aufbewahrungssystem
- 9
- 12
- 1
- 24
- 29
- 15
- 20
- 4
- 14
- 4
- 84
- 1
- 4
Max. Scheibendurchmesser
- 3
- 19
- 4
- 4
Max. Drehzahl (Leerlauf)
- 10
- 51
- 25
- 20
- 14
- 6
- 5
- 1
- 8
- 7
- 7
- 5
- 1
- 1
- 1
Max. Drehmoment (Nm)
- 1
- 11
- 7
- 5
- 1
- 2
- 7
- 5
- 2
- 2
- 2
- 1
- 3
Max. Bohrfutterspannweite
- 7
- 19
Max. Bohrdurchmesser Beton
- 1
- 6
- 6
- 6
Werkzeugaufnahme
- 1
- 23
- 15
- 2
- 1
- 1
- 5
- 1
- 1
- 1
- 1
- 2
- 10
- 26
- 7
- 16
- 1
- 1
- 6
- 1
- 6
- 2
- 6
- 1
- 9
- 1
- 1
- 1
- 1
Max. Bohrdurchmesser Holz
- 1
- 5
- 11
- 14
- 6
- 1
- 1
Max. Bohrdurchmesser Hohlbohrkronen
- 6
- 3
Max. Schraubdurchmesser
- 1
- 1
- 5
- 5
- 2
Lautstärke/Schalldruckpegel
- 18
- 25
- 14
Leistungsaufnahme
- 3
- 1
- 1
- 5
- 1
- 1
- 7
- 31
- 7
- 6
- 3
- 1
Max. Schlagzahl bei Nenndrehzahl
- 1
- 14
- 8
- 10
- 3
- 4
- 1
- 1
Max. Schlagenergie
- 3
- 4
- 1
- 2
- 3
- 1
Drehzahl regulierbar
- 94
- 37
Bohrung Ø
- 2
- 6
- 1
Kabellänge
- 8
- 3
- 1
- 1
- 2
- 1
- 1
- 2
- 8
- 14
- 1
- 1
- 1
Abschaltautomatik
1
Akkukapazität
- 1
- 21
- 3
- 3
- 17
- 22
- 4
- 6
- 8
- 1
- 4
Gewicht mit Akku
1
1
1
Gewicht ohne Akku
1
1
2
1
1
1
- 1
- 3
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
Sommer-Sale
$(document).ready(function() {
var $wrapper = $('.step-by-step');
$wrapper.find('a').sort(function (a, b) {
return +a.dataset.order - +b.dataset.order;
}).appendTo( $wrapper );
$wrapper.removeClass('loading');
$('#showMore').on('click', function() {
$(this).remove();
$wrapper.find('a:hidden').css('display','flex');
});
$('.pdeal').on('click', function(event) {
event.preventDefault();
var href = $(this).attr('data-href');
console.log(href);
window.location.href = href;
});
});