Smooth Scroll

CSS
html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px; /* Höhe des Headers nehmen. So überlappt Header nichts */
}