JQuery scrollen Sie mit Offset Div mit Offset

$('html, body').animate({scrollTop: $('#some_id').offset().top -100 }, 'slow');
Caemenium