.block.teaser {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 1em;
  padding-bottom: 1em;
}
.block.teaser.width-1_4 .teaser-single {
  width: 25%;
}
@media (max-width: 991px) {
  .block.teaser.width-1_4 .teaser-single {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .block.teaser.width-1_4 .teaser-single {
    width: 100%;
  }
}
.block.teaser.width-1_3 .teaser-single {
  width: 33.333333%;
}
@media (max-width: 767px) {
  .block.teaser.width-1_3 .teaser-single {
    width: 100%;
  }
}
.block.teaser.width-1_2 .teaser-single {
  width: 50%;
}
@media (max-width: 767px) {
  .block.teaser.width-1_2 .teaser-single {
    width: 100%;
  }
}
.block.teaser.width-1 .teaser-single {
  width: 100%;
}
.block.teaser .teaser-single {
  padding: 1em;
  text-decoration: none;
}
.block.teaser .teaser-single a {
  display: flex;
}
.block.teaser .teaser-single .comp-button {
  margin-top: 0.9em;
  border: 1px solid #92BB44;
  background-color: #92BB44;
  text-decoration: none;
  color: white;
  padding: 0.5em 1.5em;
}
.block.teaser .teaser-single .comp-button:hover {
  background-color: var(--wp--preset--color--white) !important;
  color: #92BB44;
}
@media (max-width: 991px) {
  .block.teaser .teaser-single {
    width: 100%;
  }
}
.block.teaser.gruen h1, .block.teaser.gruen h2, .block.teaser.gruen h3, .block.teaser.gruen h4, .block.teaser.gruen h5, .block.teaser.gruen h6, .block.teaser.gruen p, .block.teaser.gruen ul, .block.teaser.gruen li {
  color: var(--wp--preset--color--white);
}
.block.teaser.gruen a {
  color: var(--wp--preset--color--brightgrey) !important;
}
.block.teaser.gruen a:hover {
  color: var(--wp--preset--color--white);
}
.block.teaser.gruen .comp-button {
  border: 1px solid var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--generic);
  text-decoration: none;
  padding: 0.5em 1.5em;
}
.block.teaser.gruen .comp-button:hover {
  background-color: var(--wp--preset--color--generic) !important;
  color: var(--wp--preset--color--white) !important;
}