.kacheln {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.kacheln.vierspaltig .kachel {
  margin-right: 1.111rem;
}
@media screen and (min-width: 67.5em) {
  .kacheln.vierspaltig .kachel {
    width: calc(25% - 0.85rem);
  }
}
@media screen and (min-width: 67.5em) {
  .kacheln.vierspaltig .kachel:nth-child(4n) {
    margin-right: 0;
  }
  .kacheln.vierspaltig .kachel:nth-child(3n) {
    margin-right: 1.111rem;
  }
}
.kacheln .kachel {
  max-width: 20.8333333rem;
  width: 100%;
  margin-right: 1rem;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  position: relative;
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.06));
  margin-bottom: 5rem;
  padding-bottom: 1.666rem;
}
@media screen and (min-width: 67.5em) {
  .kacheln .kachel:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 33.75em) and (max-width: 1000px) {
  .kacheln .kachel {
    width: 45%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 85.375em) {
  .kacheln .kachel {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .kacheln .kachel {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 33.75em) {
  .kacheln .kachel {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 48em) {
  .kacheln .kachel {
    margin-bottom: 3rem;
  }
}
.kacheln .kachel .kachel-img {
  width: 100%;
  max-width: 100%;
}
.kacheln .kachel .kachel-img img {
  height: auto;
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.kacheln .kachel .kachel-content {
  margin-left: 1.75rem;
}
.kacheln .kachel .kachel-content .kachel-headline {
  color: #002C5B;
  font-size: 1.333rem;
  line-height: 2rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .kacheln .kachel .kachel-content .kachel-headline {
    font-size: 1rem;
  }
}
.kacheln .kachel .kachel-content .kachel-link a {
  display: inline-flex;
  align-items: center;
  font-size: 0.88rem;
  line-height: 1.22rem;
  font-weight: 700;
  color: #002C5B;
  padding: 0.55rem 1rem 0.55rem 1rem;
  border: 1px solid #002C5B;
}
.kacheln .kachel .kachel-content .kachel-link a:hover {
  background: #002C5B;
}
.kacheln .kachel .kachel-content .kachel-link a:hover svg path {
  stroke: #ffffff;
}
.kacheln .kachel .kachel-content .kachel-link .kachel-icon {
  display: inline-block;
  margin-right: 0.555rem;
  position: relative;
  top: 3px;
}
.kacheln .flickity-page-dots {
  bottom: 0;
}
.kacheln .flickity-prev-next-button {
  border-radius: 50%;
  display: block;
  background-color: rgba(0, 44, 91, 0.5);
}
.kacheln .flickity-prev-next-button ::hover {
  background: rgba(0, 0, 0, 0.5);
}