.px-teaser {
  container-type: inline-size;
}
.px-teaser .px-teaser-inner {
  max-width: var(--reducedContent);
  margin: 0 auto;
}
.px-teaser .teaser-single .item > div:last-child {
  padding-bottom: clamp(15px, 5vw, 60px);
}
.px-teaser .teaser-single.product .item .image {
  margin-top: clamp(15px, 5vw, 50px);
  padding: 10px;
  overflow: visible;
}
.px-teaser .teaser-single.product .item .image img {
  max-height: 202px;
  height: 100%;
  object-fit: contain;
}
.px-teaser .teaser-single.product .item .content {
  padding: clamp(10px, 1.5vw, 30px) clamp(5px, 3.2vw, 60px);
}
.px-teaser .teaser-single:not(.product) .item .image img {
  height: 250px;
  object-fit: cover;
}
.px-teaser .teaser-single:not(.product) .item .content {
  --fl-margin-before-extra-small: 10px;
  padding: 40px 20px 10px 20px;
}
.px-teaser .teaser-single .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: fit-content;
  background-color: var(--contrastColorInverted);
  overflow: hidden;
  border-bottom: 1px solid var(--formBorderColor);
  border-left: 1px solid var(--formBorderColor);
  justify-content: space-between;
}
.px-teaser .teaser-single .item:has(.item-link):hover .image img, .px-teaser .teaser-single .item:has(.item-link):focus .image img, .px-teaser .teaser-single .item:has(.item-link):focus-within .image img {
  transform: scale(1.1);
}
.px-teaser .teaser-single .item:has(.item-link):hover .more-button, .px-teaser .teaser-single .item:has(.item-link):focus .more-button, .px-teaser .teaser-single .item:has(.item-link):focus-within .more-button {
  color: var(--mainColor);
}
.px-teaser .teaser-single .item:has(.item-link):hover .more-button:after, .px-teaser .teaser-single .item:has(.item-link):focus .more-button:after, .px-teaser .teaser-single .item:has(.item-link):focus-within .more-button:after {
  background-color: var(--mainColor);
  transform: translateX(5px);
}
.px-teaser .teaser-single .item .item-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 0;
}
.px-teaser .teaser-single .item .image {
  overflow: hidden;
}
.px-teaser .teaser-single .item .image img {
  transition: 0.3s transform ease;
  display: block;
  width: 100%;
}
.px-teaser .teaser-single .item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.px-teaser .teaser-single .item .content .title {
  font-family: Outfit;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
}
.px-teaser-inner {
  display: grid;
}
.px-teaser.slider .splide {
  width: 100%;
}
.px-teaser.slider .splide[data-arrows=true] {
  display: flex;
  justify-content: center;
}
.px-teaser.slider .splide .splide__track {
  overflow: hidden;
}
.px-teaser.slider .splide .splide__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.px-teaser.slider .splide .splide__slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
}
.px-teaser.slider .splide .splide__slide .teaser-single {
  display: block;
  height: 100%;
}
.px-teaser.slider .splide .splide__slide .teaser-single .item {
  height: 100%;
  border-radius: 3px;
  border-right: 1px solid var(--formBorderColor);
}
.px-teaser.slider .splide .splide__arrows {
  position: absolute;
  z-index: 10;
  width: var(--maxWidthBig);
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .px-teaser.slider .splide .splide__arrows {
    top: 45%;
  }
}
@media screen and (max-width: 960px) {
  .px-teaser.slider .splide .splide__arrows {
    bottom: -40px;
    width: 200px;
  }
}
.px-teaser.slider .splide .splide__arrows .splide__arrow {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.px-teaser.slider .splide .splide__arrows .splide__arrow:hover {
  background: rgb(255, 255, 255);
}
.px-teaser.slider .splide .splide__arrows .splide__arrow--prev {
  left: 0px;
}
.px-teaser.slider .splide .splide__arrows .splide__arrow--next {
  right: 0px;
}
.px-teaser.slider .splide .splide__pagination {
  position: relative;
  margin: clamp(1.3333333333rem, 0.6846846847rem + 3.0405405405vw, 3.7333333333rem) auto 0 auto;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.px-teaser.slider .splide .splide__pagination .splide__pagination__page {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 5px;
  background: var(--formBorderColor);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.px-teaser.slider .splide .splide__pagination .splide__pagination__page.is-active {
  padding: 0 5px;
  width: 30px;
  background: var(--secondColor);
}
.px-teaser.twoColumns .teaser-single:nth-child(2n) .item,
.px-teaser.twoColumns .teaser-single:last-child .item {
  border-right: 1px solid var(--formBorderColor);
}
.px-teaser.twoColumns .teaser-single:nth-child(-n+2) .item {
  border-top: 1px solid var(--formBorderColor);
}
.px-teaser.twoColumns .px-teaser-inner {
  grid-template-columns: repeat(2, 1fr);
}
@container (width <=768px) {
  .px-teaser.twoColumns .px-teaser-inner {
    grid-template-columns: 1fr;
  }
}
.px-teaser.threeColumns .px-teaser-inner {
  grid-template-columns: repeat(3, 1fr);
}
@container (width <=1024px) {
  .px-teaser.threeColumns .px-teaser-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (width <=768px) {
  .px-teaser.threeColumns .px-teaser-inner {
    grid-template-columns: 1fr;
  }
}
@container (width > 1024px) {
  .px-teaser.threeColumns .teaser-single:nth-child(3n) .item,
  .px-teaser.threeColumns .teaser-single:last-child .item {
    border-right: 1px solid var(--formBorderColor);
  }
  .px-teaser.threeColumns .teaser-single:nth-child(-n+3) .item {
    border-top: 1px solid var(--formBorderColor);
  }
}
@container (width <= 1024px) and (width > 768px) {
  .px-teaser.threeColumns .teaser-single:nth-child(2n) .item,
  .px-teaser.threeColumns .teaser-single:last-child .item {
    border-right: 1px solid var(--formBorderColor);
  }
  .px-teaser.threeColumns .teaser-single:nth-child(-n+2) .item {
    border-top: 1px solid var(--formBorderColor);
  }
}
@container (width <= 768px) {
  .px-teaser.threeColumns .teaser-single:nth-child(1n) .item,
  .px-teaser.threeColumns .teaser-single:last-child .item {
    border-right: 1px solid var(--formBorderColor);
  }
  .px-teaser.threeColumns .teaser-single .item {
    border-top: 1px solid var(--formBorderColor);
  }
}

#site .allcont .px-teaser.slider[data-arrows=true] {
  max-width: none;
}
#site .allcont .px-teaser.slider[data-arrows=true] > .splide {
  padding-left: max(4%, (100% - var(--maxWidth)) / 2);
  padding-right: max(4%, (100% - var(--maxWidth)) / 2);
}

.block-editor-button-block-appender {
  background-color: var(--contrastColorInverted, #fff);
}

.editor-styles-wrapper .px-teaser .splide__list {
  flex-wrap: wrap;
}
.editor-styles-wrapper .px-teaser .splide__list > * {
  flex-basis: 500px;
}
.editor-styles-wrapper .px-teaser .item-link {
  pointer-events: none !important;
}