/* SAM-PRO Business v446: Hauptnavigation dauerhaft sichtbar. */

html body .site-header.sampro-v7-header {
  position: sticky !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  z-index: 10000 !important;
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid #e1e8f0 !important;
  box-shadow: 0 8px 24px rgba(8, 35, 79, .08) !important;
  backdrop-filter: blur(12px);
}

html body.admin-bar .site-header.sampro-v7-header {
  top: 32px !important;
}

html body .site-header.sampro-v7-header.sampro-overlay-header {
  position: sticky !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  background: rgba(6, 29, 52, .96) !important;
  border-bottom: 1px solid rgba(216, 163, 42, .32) !important;
  box-shadow: 0 8px 24px rgba(2, 18, 38, .2) !important;
}

html body.admin-bar .site-header.sampro-v7-header.sampro-overlay-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  html body.admin-bar .site-header.sampro-v7-header,
  html body.admin-bar .site-header.sampro-v7-header.sampro-overlay-header {
    top: 46px !important;
  }
}

@media (max-width: 600px) {
  html body.admin-bar .site-header.sampro-v7-header,
  html body.admin-bar .site-header.sampro-v7-header.sampro-overlay-header {
    top: 0 !important;
  }
}
