/**
 * @file
 * Admin-Toolbar: Abstand für fixed Navbar — IDs aus cns_id('layout.page.navbar.top'|'main').
 *
 * @version 2026-04-15 Europe/Berlin
 */
body.toolbar-horizontal #cns-5f4a678.fixed-top,
body.toolbar-vertical #cns-5f4a678.fixed-top,
body.toolbar-vertical.toolbar-tray-open #cns-5f4a678.fixed-top,
body.toolbar-horizontal #cns-19632ec.fixed-top,
body.toolbar-vertical #cns-19632ec.fixed-top,
body.toolbar-vertical.toolbar-tray-open #cns-19632ec.fixed-top {
  top: 40px;
}

body.toolbar-horizontal.toolbar-tray-open #cns-5f4a678.fixed-top,
body.toolbar-horizontal.toolbar-tray-open #cns-19632ec.fixed-top {
  top: 80px;
}
