/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/thema-overview.scss ***!
  \*****************************************************************************************************************************************************************************************************/
.thema-overview {
  padding: 3.2rem 1.6rem;
}
@media only screen and (min-width: 992px) {
  .thema-overview {
    padding: 4.8rem 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .thema-overview {
    padding: 7.2rem 1.6rem;
  }
}
.thema-overview__wrapper {
  max-width: 128rem;
  margin: 0 auto;
}
.thema-overview__wrapper--small {
  max-width: 114rem;
  margin: 0 auto;
}
.thema-overview__main-title {
  margin-bottom: 2.4rem;
  text-align: center;
  color: rgb(var(--primary-color));
}
.thema-overview__cards {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .thema-overview__cards {
    margin: 0 -0.8rem;
  }
}
.thema-overview__card {
  position: relative;
  width: 100%;
  padding: 0 0.8rem;
  margin-bottom: 1.6rem;
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .thema-overview__card {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .thema-overview__card:first-child:nth-last-child(1), .thema-overview__card:first-child:nth-last-child(1) ~ .thema-overview__card {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .thema-overview__card:first-child:nth-last-child(3), .thema-overview__card:first-child:nth-last-child(3) ~ .thema-overview__card {
    width: 33.33333%;
  }
}
.thema-overview__card:hover .thema-overview__image {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .thema-overview__card:hover .thema-overview__image::after {
    background: rgba(var(--primary-color), 0.8);
  }
}
.thema-overview__card:hover .thema-overview__content::after {
  opacity: 1;
}
.thema-overview article {
  position: relative;
}
.thema-overview__image {
  min-height: 250px;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.95;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width: 768px) {
  .thema-overview__image {
    opacity: 1;
  }
}
.thema-overview__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: -webkit-linear-gradient(bottom, rgba(var(--grey-dark), 0.9) 0, rgba(var(--grey-dark), 0.75) 20%, rgba(var(--grey-dark), 0.55) 55%, rgba(var(--grey-dark), 0.05) 70%, rgba(var(--grey-dark), 0) 100%);
  transition: all 0.1s ease-out;
}
@media only screen and (min-width: 768px) {
  .thema-overview__image::after {
    background: -webkit-linear-gradient(bottom left, rgba(var(--grey-dark), 0.9) 0, rgba(var(--grey-dark), 0.6) 20%, rgba(var(--grey-dark), 0.4) 45%, rgba(var(--grey-dark), 0.05) 60%, rgba(var(--grey-dark), 0) 100%);
  }
}
.thema-overview__content {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
  padding: 1.6rem 1.6rem 4rem 1.6rem;
  z-index: 10;
}
.thema-overview__content::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  bottom: 1.6rem;
  left: 1.6rem;
  display: block;
  background-image: url(../../images/icon-chevron-down-white.svg);
  opacity: 0.6;
  transition: all 0.2s ease-out;
}
.thema-overview__title {
  font-weight: 700;
  text-shadow: rgba(var(--grey-dark), 0.25) 0px 0px 2px;
  color: rgb(var(--white));
}
