body.agrar-bg-active {
  background-image:
    linear-gradient(rgba(2,7,17,var(--bg-dark,0.6)), rgba(2,7,17,var(--bg-dark,0.6))),
    var(--bg-image) !important;

  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}

/* Panels leicht transparent machen */
body.agrar-bg-active .v4-card,
body.agrar-bg-active .v4-panel,
body.agrar-bg-active .panel {
  background: rgba(18,43,72,0.85) !important;
  backdrop-filter: blur(10px);
}
