.container-sidebar-right .mod-menu a.markenbestellung {
  display: block;
  background: #b71c1c;
  color: #fff !important;
  font-weight: 700;
  padding: .65rem .9rem;
  border-radius: .35rem;
}

.container-sidebar-right .mod-menu a.markenbestellung:hover,
.container-sidebar-right .mod-menu a.markenbestellung:focus-visible {
  background: #8e1515;
  color: #fff !important;
}