.image-article--bannerstyle .image-article {
  max-height: 300px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .image-article--bannerstyle .image-article {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .image-article--bannerstyle .image-article {
    max-height: 200px;
  }
}
.image-article--bannerstyle .image-article img,
.image-article--bannerstyle .image-article picture {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.thema-highlights {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-bottom: 2em;
}

.thema-highlights .highlight {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
}

.thema-cta {
  background-color: #f2f7f4;
  border-left: 5px solid #3a6c5a;
  padding: 1.5em;
  margin: 2em 0;
  text-align: center;
}

.thema-cta p {
  margin: 0.5em 0;
}

.cta-button {
  display: inline-block;
  background-color: #3a6c5a;
  color: #fff;
  padding: 0.6em 1.2em;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}

.cta-button:hover {
  background-color: #2f594a;
}/*# sourceMappingURL=thema.css.map */