/**
 * Legal page (imprint/impressum): offset anchor targets so headlines aren't hidden under the sticky menu bar.
 * scroll-margin-top shifts the scroll position when navigating via #anchor links from the footer.
 */
body.page-imprint main [id],
body.page-impressum main [id] {
	scroll-margin-top: 80px;
}
