I want to make anchors to the different sections (services, projects e.g.). So my question is:
– Is it possible – when someone clicks on a menu item (primary menu) – it scrolls down to the particular section (for example employees)?
Yeap, you can add a link in your menu and instead of an URL you can use the ID of the section you want to target. For employees that ID would be #employees, for services it would be #services and so on.