body .px-teaser {
  display: flex;
  flex-direction: column-reverse;
  --imageSize: clamp(180px, 17vw, 240px);
  --imageMargin: calc(var(--imageSize) / 2);
  --gap: 35px;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 172%;
  letter-spacing: 0.18px;
  z-index: 1;
}
body .px-teaser h1, body .px-teaser h2, body .px-teaser h3, body .px-teaser h4, body .px-teaser h5, body .px-teaser h6 {
  letter-spacing: normal;
}
body .px-teaser .inner {
  container-type: inline-size;
  display: flex;
  gap: var(--gap);
}
@media screen and (max-width: 768px) {
  body .px-teaser .inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body .px-teaser .inner {
    flex-wrap: wrap;
    max-width: calc(100% - var(--gap));
  }
}
@media screen and (min-width: 1025px) {
  body .px-teaser .marginTop {
    height: var(--imageMargin);
    pointer-events: none;
    order: 1;
  }
  body .px-teaser .marginBottom {
    height: var(--imageMargin);
    pointer-events: none;
    order: -1;
  }
}
@media screen and (min-width: 1025px) {
  body .px-teaser .column {
    flex-basis: 33.3333%;
  }
  body .px-teaser .column:nth-child(1) {
    margin-top: 160px;
  }
  body .px-teaser .column:nth-child(2) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  body .px-teaser .column {
    flex-basis: 300px;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1025px) {
  body .px-teaser .column:nth-child(odd) .teaser-single:has(.image) {
    padding-top: var(--imageMargin);
  }
  body .px-teaser .column:nth-child(odd) .teaser-single:has(.image):not(:first-child) {
    margin-top: calc(var(--imageMargin) + var(--gap));
  }
  body .px-teaser .column:nth-child(odd) .teaser-single .image {
    top: 0;
    transform: translateY(-50%);
  }
  body .px-teaser .column:nth-child(odd) .teaser-single .image + * {
    margin-top: var(--fl-margin-before-small);
  }
  body .px-teaser .column:nth-child(even) .teaser-single:has(.image) {
    padding-bottom: calc(var(--imageMargin) + 10px);
  }
  body .px-teaser .column:nth-child(even) .teaser-single:has(.image) + * {
    padding-top: var(--imageMargin);
  }
  body .px-teaser .column:nth-child(even) .teaser-single .image {
    bottom: 0;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 1024px) {
  body .px-teaser .column .teaser-single:has(.image) {
    padding-bottom: calc(var(--imageMargin) + 10px);
  }
  body .px-teaser .column .teaser-single:has(.image):last-child {
    margin-bottom: var(--imageMargin);
  }
  body .px-teaser .column .teaser-single:has(.image) + * {
    padding-top: var(--imageMargin);
  }
  body .px-teaser .column .teaser-single .image {
    bottom: 0;
    transform: translateY(50%);
  }
}
body .px-teaser .teaser-single {
  border-radius: var(--baseBorderRadius);
  position: relative;
  display: block;
  color: var(--contrastColorInverted);
  transition: 0.3s border-color ease;
  padding: clamp(1.25rem, 0.9121621622rem + 1.6891891892vw, 2.5rem) clamp(1.25rem, 0.9121621622rem + 1.6891891892vw, 2.5rem) clamp(1.25rem, 0.5743243243rem + 3.3783783784vw, 3.75rem) clamp(1.25rem, 0.9121621622rem + 1.6891891892vw, 2.5rem);
}
body .px-teaser .teaser-single:not([data-transparent="1"]) {
  background-color: var(--second-color);
  border: 1px solid transparent;
}
body .px-teaser .teaser-single[data-transparent="1"] .link {
  display: inline-block;
  border: 2px solid var(--main-color);
  border-radius: 70px;
  background: transparent;
  color: currentColor;
  padding: 11px 35px;
  line-height: 138%;
  font-weight: 600;
  font-size: var(--baseFontSize);
  letter-spacing: 1.6px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  pointer-events: none;
  margin-top: 35px;
}
body .px-teaser .teaser-single[data-transparent="1"] .link:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: absolute;
  inset: -2px;
  display: block;
  background: var(--mainGradient);
  z-index: -1;
}
body .px-teaser .teaser-single[data-transparent="1"] .link span:before {
  display: none;
}
body .px-teaser .teaser-single[data-transparent="1"]:hover .link {
  color: var(--fontColor);
}
body .px-teaser .teaser-single[data-transparent="1"]:hover .link:before {
  opacity: 1;
}
body .px-teaser .teaser-single:after {
  display: none;
}
body .px-teaser .teaser-single:not(:last-child) {
  margin-bottom: var(--gap);
}
body .px-teaser .teaser-single .image {
  overflow: hidden;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: var(--imageSize);
  height: var(--imageSize);
  position: absolute;
}
@media screen and (max-width: 768px) {
  body .px-teaser .teaser-single .image {
    right: -10px;
  }
}
@media screen and (min-width: 769px) {
  body .px-teaser .teaser-single .image {
    right: calc(var(--gap) * -0.8);
  }
}
body .px-teaser .teaser-single .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .px-teaser .teaser-single .is-style-roofline {
  margin-bottom: var(--fl-margin-after-small);
}
body .px-teaser .teaser-single .link {
  display: table;
  margin-top: var(--fl-margin-before-small);
  font-size: var(--baseFontSize);
}
body .px-teaser .teaser-single:hover {
  border-color: var(--main-color);
}
body .px-teaser .teaser-single:hover .link span:before {
  transform: scaleX(0.9);
}

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

.is-root-container .px-teaser {
  color: #fff;
}
.is-root-container .px-teaser a {
  pointer-events: none;
}