/*
Theme Name: AzubiMatcher Strato
Theme URI: https://example.com/azubimatch-strato
Author: AzubiMatcher
Description: WordPress-Theme-Paket fuer das Strato-Hosting auf Basis der aktuellen AzubiMatcher-Seiten.
Version: 1.0.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: azubimatch-strato
*/

body.wp-admin-bar .index-topbar,
body.wp-admin-bar .admin-sidebar,
body.wp-admin-bar .firm-sticky-column,
body.wp-admin-bar .student-sticky-column {
  top: calc(32px + 16px) !important;
}

@media (max-width: 782px) {
  body.wp-admin-bar .index-topbar,
  body.wp-admin-bar .admin-sidebar,
  body.wp-admin-bar .firm-sticky-column,
  body.wp-admin-bar .student-sticky-column {
    top: calc(46px + 12px) !important;
  }
}
