  button.slide_nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 36px;
  height: 100%;

  color: white;
  border: none;
  cursor: pointer;
}
button.slide_nav.slide_left {
  left: 0;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent); */
}
span.slide_nav {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;

  width: 36px;
  height: 36px;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  cursor: pointer;
  line-height: 36px;
}

#slide_angebote{
scrollbar-width: thin;
/* overflow: hidden; */
  scrollbar-width: none;
}

/* #slide_angebote:not(:hover):not(:focus-within){
  scrollbar-width: none;
} */
#slide_angebote:not(:hover):not(:focus-within)::-webkit-scrollbar{
  display: none;
}