.wp-block-acf-freiheraus-ticker.is-preview,
.wp-block-acf-freiheraus-ticker .is-preview {
  pointer-events: none;
}

.wp-block-acf-freiheraus-ticker__container {
  position: relative;
  white-space: nowrap;
  overflow-x: clip;
  height: 6rem;
  mask-image: linear-gradient(to right, transparent 0rem, #000 50px, #000 calc(100% - 50px), transparent 100%);
}
@media only screen and (max-width: 781px) {
  .wp-block-acf-freiheraus-ticker__container {
    mask-image: linear-gradient(to right, transparent 0rem, #000 25px, #000 calc(100% - 25px), transparent 100%);
  }
}

.wp-block-acf-freiheraus-ticker__item-container {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}

.wp-block-acf-freiheraus-ticker__item {
  margin-left: 2rem;
  display: block;
  background-color: var(--wp--preset--color--white);
  box-shadow: var(--box-shadow);
  border-radius: var(--radius);
  border-radius: 5rem;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
}
