• Über-Nacht-Lieferservice
  • Über 35.000 Artikel sofort lieferbar
  • Kauf auf Rechnung
  • Bestpreis-Garantie
Sie sind Händler?
  • *** Ausgezeichnete Qualität ***
  • *** Hohe Verfügbarkeit ***
  • *** Günstige Preise ***
  • *** Ausgezeichnete Qualität – Hohe Verfügbarkeit – Günstige Preise ***
Alle Hersteller von A bis Z
$( '.legend' ).on( 'click', 'button', function () { var id = $( this ).attr( 'id' ).replace( 'b_', 'm_' ); $( '.legend button' ).removeClass( 'active' ); $( this ).toggleClass( 'active' ); $( '.manu > div' ).hide().removeClass( 'active' ); $( '.manu > #' + id ).addClass( 'active' ); if ( $( 'body.touch' ).length ) { $( 'html, body' ).animate( { scrollTop: ( $( '.manufacturer .manu' ).offset().top - 50 ) }, 500 ); } } ); $( '.manu > div' ).each( function () { $( this ).addClass( 'ready' ); var count = $( this ).find( 'a' ).length; if ( count == 0 ) { $( this ).addClass( 'remove' ).remove(); } } );