.ab-teaser-kachel {
  background-color: var(--red-gold-10);
  padding-top: 80px;
  padding-bottom: 80px;
}
.ab-teaser-kachel__headline {
  margin-bottom: 20px;
}
.ab-teaser-kachel__bodytext {
  margin-bottom: 40px;
}
.ab-teaser-kachel__grid {
  display: grid;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .ab-teaser-kachel__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.ab-teaser-kachel__card {
  background-color: white;
  padding: 30px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .ab-teaser-kachel__card {
    padding: 30px;
  }
}
.ab-teaser-kachel__card-headline {
  font-size: 30px;
  line-height: 38px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--red-gold);
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .ab-teaser-kachel__card-headline {
    border-width: 1.37px;
  }
}
.ab-teaser-kachel__card-bodytext {
  margin-bottom: 20px;
}
.ab-teaser-kachel__card-link {
  background-color: var(--neon-blue);
  padding: 19px 30px;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 15%;
  width: fit-content;
}

/*# sourceMappingURL=teaser-kachel-module.css.map */
