/* Retter-Portal v1.4.01
   Admin-Navigation sitzt auf Desktop etwas höher im vorhandenen Freiraum.
   Der Seiteninhalt bleibt an seiner bisherigen Position, sodass Überschrift
   und Navigation sich nicht mehr optisch berühren/überlagern. */

@media (min-width:1121px){
  body.admin-surface .admin-command-nav--v1386{
    margin-top:-28px!important;
    margin-bottom:46px!important;
  }
}

/* Auf mittleren Geräten nur leicht anheben, damit die kompaktere Header-
   Geometrie nicht unnötig eng wird. */
@media (min-width:761px) and (max-width:1120px){
  body.admin-surface .admin-command-nav--v1386{
    margin-top:-12px!important;
    margin-bottom:30px!important;
  }
}

/* Mobile bleibt bewusst unverändert: dort ist die horizontale Admin-Leiste
   bereits kompakt und soll keinen negativen Versatz bekommen. */
@media (max-width:760px){
  body.admin-surface .admin-command-nav--v1386{
    margin-top:0!important;
    margin-bottom:12px!important;
  }
}
