body#imagepage .teaser .teaser-wrapper,
.acf-block-preview .teaser .teaser-wrapper {
  padding: 60px 0;
  width: 100%;
  margin: 0 auto;
}
body#imagepage .teaser .teaser-wrapper.teaser-per-row-1 .teaser,
.acf-block-preview .teaser .teaser-wrapper.teaser-per-row-1 .teaser {
  width: 100%;
}
@media (max-width: 767px) {
  body#imagepage .teaser .teaser-wrapper.teaser-per-row-1 .teaser,
.acf-block-preview .teaser .teaser-wrapper.teaser-per-row-1 .teaser {
    width: 100%;
  }
}
body#imagepage .teaser .teaser-wrapper.teaser-per-row-2 .teaser,
.acf-block-preview .teaser .teaser-wrapper.teaser-per-row-2 .teaser {
  width: 50%;
}
@media (max-width: 767px) {
  body#imagepage .teaser .teaser-wrapper.teaser-per-row-2 .teaser,
.acf-block-preview .teaser .teaser-wrapper.teaser-per-row-2 .teaser {
    width: 100%;
  }
}
body#imagepage .teaser .teaser-wrapper.teaser-per-row-3 .teaser,
.acf-block-preview .teaser .teaser-wrapper.teaser-per-row-3 .teaser {
  width: 33.333333%;
}
@media (max-width: 767px) {
  body#imagepage .teaser .teaser-wrapper.teaser-per-row-3 .teaser,
.acf-block-preview .teaser .teaser-wrapper.teaser-per-row-3 .teaser {
    width: 100%;
  }
}
body#imagepage .teaser .teaser-wrapper.teaser-per-row-4 .teaser,
.acf-block-preview .teaser .teaser-wrapper.teaser-per-row-4 .teaser {
  width: 25%;
}
@media (max-width: 767px) {
  body#imagepage .teaser .teaser-wrapper.teaser-per-row-4 .teaser,
.acf-block-preview .teaser .teaser-wrapper.teaser-per-row-4 .teaser {
    width: 100%;
  }
}
body#imagepage .teaser .teaser-wrapper .teaser-wrapper-inner,
.acf-block-preview .teaser .teaser-wrapper .teaser-wrapper-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 60px;
}
body#imagepage .teaser .teaser-wrapper .teaser-wrapper-inner > a,
.acf-block-preview .teaser .teaser-wrapper .teaser-wrapper-inner > a {
  transition: opacity 0.3s ease-in-out;
}
body#imagepage .teaser .teaser-wrapper .teaser-wrapper-inner > a:hover,
.acf-block-preview .teaser .teaser-wrapper .teaser-wrapper-inner > a:hover {
  opacity: 0.75;
}
body#imagepage .teaser .teaser-wrapper .teaser-wrapper-inner .teaser,
.acf-block-preview .teaser .teaser-wrapper .teaser-wrapper-inner .teaser {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  padding: 0 15px;
  text-decoration: none;
  color: inherit;
}
body#imagepage .teaser .teaser-wrapper .teaser-wrapper-inner .teaser .teaser-image,
.acf-block-preview .teaser .teaser-wrapper .teaser-wrapper-inner .teaser .teaser-image {
  width: 100%;
}
body#imagepage .teaser .teaser-wrapper .teaser-wrapper-inner .teaser .teaser-image img,
.acf-block-preview .teaser .teaser-wrapper .teaser-wrapper-inner .teaser .teaser-image img {
  width: 100%;
  height: auto;
  line-height: 0;
}
body#imagepage .teaser .teaser-wrapper .teaser-wrapper-inner .teaser .teaser-text-content,
.acf-block-preview .teaser .teaser-wrapper .teaser-wrapper-inner .teaser .teaser-text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
body#imagepage .teaser .teaser-wrapper .teaser-wrapper-inner .teaser .teaser-text-content .headline,
.acf-block-preview .teaser .teaser-wrapper .teaser-wrapper-inner .teaser .teaser-text-content .headline {
  margin: 0;
}
body#imagepage .teaser .teaser-wrapper .teaser-wrapper-inner .teaser .teaser-text-content .text,
.acf-block-preview .teaser .teaser-wrapper .teaser-wrapper-inner .teaser .teaser-text-content .text {
  margin: -1em 0;
}