.px-image-quote > .inner {
  max-width: var(--reducedWidth);
  width: 100%;
  margin: 0 auto;
}
.px-image-quote.stil-1 {
  text-align: center;
}
.px-image-quote.stil-1 .content > * {
  font-size: clamp(1.25rem, 1.1655405405rem + 0.4222972973vw, 1.5625rem);
  line-height: 124%;
  font-family: var(--headline);
  letter-spacing: 0.5px;
}
.px-image-quote.stil-1 .content > *:not([class*=has-text-align]) {
  text-align: center;
}
.px-image-quote.stil-1 .content > *:not(.has-text-color) {
  color: var(--main-color);
}
.px-image-quote.stil-1 cite,
.px-image-quote.stil-1 cite strong {
  font-size: clamp(0.875rem, 0.8074324324rem + 0.3378378378vw, 1.125rem);
  line-height: 170%;
  letter-spacing: 0.18px;
}
.px-image-quote.stil-2 .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .px-image-quote.stil-2 .inner {
    display: flex;
    flex-direction: column;
  }
}
.px-image-quote.stil-2 .inner > .content {
  position: relative;
  z-index: 1;
}
.px-image-quote.stil-2 .inner > .content:before {
  content: "";
  mask-image: url('data:image/svg+xml,<svg width="55" height="43" viewBox="0 0 55 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.000781259 37.0016L21.0008 0.0015564L30.6008 3.80156L13.8008 42.4016L0.000781259 37.0016ZM23.8008 37.0016L45.0008 0.0015564L54.2008 3.80156L37.6008 42.4016L23.8008 37.0016Z" fill="%23000" /></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  width: clamp(30px, 3.9vw, 55px);
  height: clamp(30px, 3.9vw, 55px);
  background-color: var(--main-color);
  display: block;
}
.px-image-quote.stil-2 .inner > .content > * {
  font-size: clamp(1.25rem, 0.9966216216rem + 1.2668918919vw, 2.1875rem);
  line-height: 117%;
  font-family: var(--headline);
  letter-spacing: normal;
  padding-top: clamp(0.625rem, 0.3716216216rem + 1.2668918919vw, 1.5625rem);
}
.px-image-quote.stil-2 .inner > .image {
  position: absolute;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .px-image-quote.stil-2 .inner > .image {
    bottom: -60px;
    right: -40px;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .px-image-quote.stil-2 .inner > .image {
    z-index: 0;
    bottom: -20px;
    right: -23px;
  }
}
.px-image-quote .content {
  margin-bottom: var(--fl-margin-after-small);
}
.px-image-quote .link + cite {
  margin-top: var(--fl-margin-before-small);
  display: block;
}
.px-image-quote .image {
  margin-bottom: 5px;
  margin-top: 5px;
}
.px-image-quote .image img {
  max-width: 200px;
  height: auto;
}