.kw-slider {
  position: relative;
}

.kw-slide {
  position: relative;
}

.kw-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent; /* oder z.B. rgba(...) */
}

.kw-slide__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.kw-slide__text {
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 10;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
.kw-slide__text h2, .kw-slide__text p {
  margin-bottom: 0;
}

.kw-arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}

/* Position */
.kw-arrow--prev {
  left: 10px;
}

.kw-arrow--next {
  right: 10px;
}

/* optional: Hover/Fokus */
.kw-arrow:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/*# sourceMappingURL=kw-slider.css.map */
