.embla {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.embla__viewport.is-dragging {
  cursor: grabbing;
}

.embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.embla__slide, .embla .frame {
  position: relative;
  flex: 0 0 100%;
}

/*
img.embla__slide__img {
  height: unset;
}*/
.embla-button-default {
  position: absolute;
  top: 50%;
  width: 69px;
  height: 78px;
  margin-top: -39px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  z-index: 1;
}
@media (max-width: 1149.98px) {
  .embla-button-default {
    height: 40px;
    width: 40px;
    margin-top: -20px !important;
  }
}
.embla-button-default svg {
  font-size: 50px;
  color: #00722E;
  margin: auto;
}
@media (max-width: 1149.98px) {
  .embla-button-default svg {
    font-size: 30px;
  }
}

.embla__button:disabled {
  cursor: default;
  opacity: 0.3;
}

.embla__button--prev {
  left: 0;
}

.embla__button--next {
  right: 0;
}

.teaserbox {
  color: white;
  position: absolute !important;
  bottom: 0;
  max-width: clamp(250px, 30vw, 500px);
  margin: 0 0 clamp(0.5rem, 4vw, 6rem) clamp(1rem, 10vw, 8rem);
}
@media (max-width: 1149.98px) {
  .teaserbox {
    position: relative !important;
    bottom: auto;
    max-width: 500px;
    margin: -4rem 3rem 2rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .teaserbox {
    margin-top: -2rem;
  }
}
.teaserbox.primary {
  background-color: #00722E;
}
.teaserbox.dark {
  background-color: #5D5C5C;
}

/*# sourceMappingURL=embla-carousel.css.map */
