Thanks for the info. We now tried this solution via jquery:
(function($) {
$('html, body').animate({
scrollTop: $('#categories').offset().top}, 1000);
})(jQuery);
This works fine while navigating through the categories. But when we go the standard category (“Sonstige Kategorien”) or the standard shop page and then back to the other categories, the jquery code doensn’t load/work correctly. Only after refreshing on the category page it works again and goes to the anchor.
Unfortunately we are beginners and don’t know how to fix this problem.. maybe you have a clue on how to fix this problem?
Best wishes and thanks in advance,
Julian