/*!*******************************************************************************************************************************************************************************************************!*\
  !*** 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/blog-post-themes.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.blog-posts-sections__themes {
  position: relative;
  background-color: rgb(var(--white));
}
.blog-posts-sections__themes::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../../images/icon-bruggetje-colored.svg);
  background-repeat: no-repeat;
  background-size: 7rem;
}
@media only screen and (min-width: 992px) {
  .blog-posts-sections__themes::before {
    background-size: 13.5rem;
  }
}
.blog-posts-sections__themes__container {
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .blog-posts-sections__themes__container {
    gap: 2rem;
  }
}
@media only screen and (min-width: 1630px) {
  .blog-posts-sections__themes__container {
    gap: 3rem;
  }
}
@media only screen and (min-width: 1920px) {
  .blog-posts-sections__themes__container {
    max-width: 163rem;
  }
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card {
  position: relative;
  height: 20rem;
  flex: 100% 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .blog-posts-sections__themes__container .blog-posts-sections__theme-card {
    flex-basis: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 992px) {
  .blog-posts-sections__themes__container .blog-posts-sections__theme-card {
    height: 22rem;
    flex-basis: calc(33.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 1630px) {
  .blog-posts-sections__themes__container .blog-posts-sections__theme-card {
    flex-basis: calc(25% - 3rem);
  }
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card__background-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(98, 98, 98, 0.5);
  transition: background-color 0.2s ease-out;
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card__name {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  height: 3rem;
  padding-left: 1rem;
  background-color: rgb(var(--white));
  color: rgb(var(--primary-color));
  font-size: 2.3rem;
  font-weight: bold;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card__name .blog-posts-sections__theme-card__icon {
  width: 3.5rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background-color: rgb(var(--primary-color));
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card__name .blog-posts-sections__theme-card__icon svg {
  fill: rgb(var(--white));
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card__name--green {
  color: rgb(var(--leaf-green));
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card__name--green .blog-posts-sections__theme-card__icon {
  background-color: rgb(var(--leaf-green));
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card:hover .blog-posts-sections__theme-card__background-overlay {
  background-color: rgba(98, 98, 98, 0.75);
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card:hover .blog-posts-sections__theme-card__name {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--white));
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card:hover .blog-posts-sections__theme-card__name--green {
  background-color: rgb(var(--leaf-green));
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card--title-card {
  height: 12rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .blog-posts-sections__themes__container .blog-posts-sections__theme-card--title-card {
    height: 22rem;
    margin-top: initial;
    margin-bottom: initial;
  }
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card--title-card .blog-posts-sections__theme-card__name {
  color: rgb(var(--black));
  background-color: transparent;
  font-size: 4.1rem;
  font-weight: bold;
  text-align: center;
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card--title-card:hover .blog-posts-sections__theme-card__background-overlay {
  background-color: initial;
}
.blog-posts-sections__themes__container .blog-posts-sections__theme-card--title-card:hover .blog-posts-sections__theme-card__name {
  background-color: initial;
  color: rgb(var(--black));
}
