Frühlingsdeals
Filter
Hersteller
- 12
- 14
- 3
- 239
- 3
- 102
- 51
- 63
- 1
- 80
- 5
- 2
- 1
- 1
- 55
- 1
- 9
- 2
- 1
- 2
- 101
- 115
- 142
- 2
- 10
- 8
- 8
- 1
- 3
- 61
- 3
Preis
€
€
ProDeal
62
Akkuanzahl
- 51
- 139
- 6
- 3
- 1
- 312
Akkuspannung
- 4
- 2
- 1
- 3
- 2
- 82
- 7
- 3
- 1
- 424
- 1
- 14
- 7
- 15
- 1
- 1
Aufbewahrungssystem
- 1
- 4
- 41
- 13
- 46
- 112
- 23
- 26
- 8
- 34
- 3
- 158
- 3
- 18
Max. Scheibendurchmesser
- 5
- 6
- 52
- 16
- 5
- 8
- 5
- 1
Max. Drehzahl (Leerlauf)
- 44
- 94
- 67
- 25
- 25
- 10
- 11
- 4
- 19
- 14
- 25
- 13
- 5
- 4
- 5
Max. Drehmoment (Nm)
- 7
- 18
- 20
- 20
- 3
- 14
- 13
- 7
- 7
- 4
- 3
- 6
- 4
Max. Bohrfutterspannweite
- 11
- 56
- 1
Max. Bohrdurchmesser Beton
- 2
- 8
- 23
- 8
- 1
- 1
Werkzeugaufnahme
- 3
- 54
- 1
- 5
- 47
- 1
- 5
- 1
- 3
- 12
- 3
- 1
- 6
- 1
- 12
- 1
- 1
- 1
- 6
- 6
- 3
- 38
- 1
- 59
- 16
- 1
- 44
- 3
- 1
- 2
- 1
- 21
- 3
- 1
- 13
- 1
- 4
- 3
- 20
- 2
- 5
- 1
Max. Bohrdurchmesser Holz
- 2
- 15
- 29
- 30
- 13
- 6
- 2
Max. Bohrdurchmesser Hohlbohrkronen
- 8
- 4
- 2
- 1
Max. Schraubdurchmesser
- 1
- 5
- 2
- 8
- 3
- 2
- 1
Lautstärke/Schalldruckpegel
- 35
- 43
- 33
Leistungsaufnahme
- 2
- 1
- 1
- 8
- 1
- 1
- 20
- 2
- 1
- 61
- 6
- 6
- 5
Max. Schlagzahl bei Nenndrehzahl
- 2
- 27
- 26
- 24
- 4
- 7
- 3
- 1
Max. Schlagenergie
- 5
- 7
- 7
- 1
- 1
- 1
- 5
- 3
- 1
Drehzahl regulierbar
- 221
- 68
Bohrung Ø
- 2
- 11
- 15
- 2
- 12
Kabellänge
- 13
- 7
- 1
- 2
- 1
- 11
- 8
- 1
- 1
- 23
- 1
- 1
- 3
Geeignet für
3
3
3
3
3
4
- 11
- 1
Abschaltautomatik
1
Akkukapazität
- 4
- 55
- 8
- 12
- 38
- 47
- 2
- 8
- 3
- 17
- 1
- 1
Gewicht mit Akku
1
1
1
1
1
1
Gewicht ohne Akku
4
1
1
1
1
1
- 1
- 2
- 1
- 3
- 1
- 2
- 1
- 2
- 2
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 4
- 3
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 2
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 3
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 4
- 1
- 1
Frühlingsdeals
$(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;
});
});