article.actueel-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  background-color: #F5F5F5;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  transition: unset !important;
  border-radius: 1rem;
}
article.actueel-item.featured {
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  article.actueel-item.featured {
    flex-direction: column;
  }
  article.actueel-item.featured .actueel-item__image {
    width: 100% !important;
  }
}
article.actueel-item.featured .actueel-item__content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
article.actueel-item.featured .actueel-item__image {
  flex: 1;
  width: 500px;
  height: 350px;
}
article.actueel-item.featured .actueel-item__content {
  padding: 2rem;
}
article.actueel-item .label {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: var(--lybrae-color-secondary);
  padding: 0.25rem 0.5rem;
  line-height: 1rem;
  font-size: 0.65rem;
  opacity: 0.85;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
article.actueel-item h4 {
  position: relative;
  font-size: 1rem;
  margin-bottom: 2rem;
}
article.actueel-item h4::after {
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  content: "";
  width: 35px;
  background-color: var(--lybrae-color-secondary);
  height: 3px;
}
article.actueel-item .actueel-item__image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
article.actueel-item .actueel-item__image-wrapper .actueel-item__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
article.actueel-item .actueel-item__image-wrapper .actueel-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
article.actueel-item .actueel-item__btn-wrapper {
  padding: 0 2rem 2rem 2rem;
}
article.actueel-item .actueel-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  padding: 2rem 2rem 0 2rem;
  flex: 1;
  width: 100%;
}
article.actueel-item .actueel-item__content p {
  font-size: 0.85rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

body.lybrae-nextleaders .actueel-item .actueel-item__content {
  color: var(--lybrae-color-primary);
}

/*# sourceMappingURL=style.css.map */
