.custom_ons_werk .work_filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}
.custom_ons_werk .work_filter:before, .custom_ons_werk .work_filter:after {
  content: none;
}
.custom_ons_werk .work_filter a.taxonomy-filter-btn {
  border: 1px solid #2c2d6c;
  font-family: "Montserrat", serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: center;
  padding: 10px 13px;
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  background-color: #2c2d6c;
  color: #fff !important;
}
.custom_ons_werk .work_filter a.taxonomy-filter-btn:hover:not(.active) {
  background-color: #4cabcb;
  border: 1px solid #4cabcb;
}
.custom_ons_werk .work_filter a.taxonomy-filter-btn.active {
  color: #2c2d6c !important;
  background-color: #fff;
}
.custom_ons_werk .work_content {
  max-width: 1248px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 991px) {
  .custom_ons_werk .work_content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.custom_ons_werk .work_content:after, .custom_ons_werk .work_content:before {
  content: none;
}
.custom_ons_werk .work_content .content_flexbox {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.custom_ons_werk .work_content .content_flexbox .werk_card {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: fit-content;
  position: relative;
}
.custom_ons_werk .work_content .content_flexbox .werk_card .werk_card_link {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.custom_ons_werk .work_content .content_flexbox .werk_card .werk_card_image {
  display: flex;
  width: 100%;
  height: 100%;
}
.custom_ons_werk .work_content .content_flexbox .werk_card .werk_card_image figure {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.custom_ons_werk .work_content .content_flexbox .werk_card .werk_card_image figure img {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s transform;
}
.custom_ons_werk .work_content .content_flexbox .werk_card .werk_card_image figure:after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 90%, rgba(44, 45, 108, 0.5) 100%);
}
.custom_ons_werk .work_content .content_flexbox .werk_card .werk_card_content {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  z-index: 10;
  padding: 32px;
}
.custom_ons_werk .work_content .content_flexbox .werk_card .werk_card_content .werk_card_title h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
.custom_ons_werk .work_content .content_flexbox .werk_card .werk_card_content .werk_card_categories {
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: -10px;
  color: var(--awb-custom_color_3);
}
.custom_ons_werk .work_content .content_flexbox .werk_card .werk_card_content .werk_card_categories > a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.custom_ons_werk .work_content .content_flexbox .werk_card .werk_card_content:after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(rgba(44, 45, 108, 0.01) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.custom_ons_werk .work_content .content_flexbox .werk_card:hover .werk_card_image figure img {
  transform: scale(1.1);
}

.custom_nieuws {
  margin-top: 35px;
  margin-bottom: 30px;
}
.custom_nieuws .news_content {
  max-width: 1248px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media (min-width: 641px) and (max-width: 991px) {
  .custom_nieuws .news_content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .custom_nieuws .news_content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.custom_nieuws .news_content:after, .custom_nieuws .news_content:before {
  content: none;
}
.custom_nieuws .news_content .content_flexbox {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.custom_nieuws .news_content .content_flexbox .nieuws_card {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: fit-content;
  position: relative;
}
.custom_nieuws .news_content .content_flexbox .nieuws_card .nieuws_card_link {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.custom_nieuws .news_content .content_flexbox .nieuws_card .nieuws_card_image {
  display: flex;
  width: 100%;
  height: 100%;
}
.custom_nieuws .news_content .content_flexbox .nieuws_card .nieuws_card_image figure {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.custom_nieuws .news_content .content_flexbox .nieuws_card .nieuws_card_image figure img {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s transform;
}
.custom_nieuws .news_content .content_flexbox .nieuws_card .nieuws_card_image figure:after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 90%, rgba(44, 45, 108, 0.5) 100%);
}
.custom_nieuws .news_content .content_flexbox .nieuws_card .nieuws_card_content {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  z-index: 10;
  padding: 32px;
}
.custom_nieuws .news_content .content_flexbox .nieuws_card .nieuws_card_content .nieuws_card_title h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
.custom_nieuws .news_content .content_flexbox .nieuws_card .nieuws_card_content .nieuws_card_date {
  margin-top: 10px;
  margin-bottom: -10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: var(--awb-custom_color_3);
}
.custom_nieuws .news_content .content_flexbox .nieuws_card .nieuws_card_content:after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(rgba(44, 45, 108, 0.01) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.custom_nieuws .news_content .content_flexbox .nieuws_card:hover .nieuws_card_image figure img {
  transform: scale(1.1);
}

.fusion-title:has(a:empty):not(:has(a:not(:empty))),
a[title=Uncategorized],
a[title=Uncategorised],
.related-nieuws-container:has(.fusion-builder-placeholder) {
  display: none !important;
}

.aspect-square {
  aspect-ratio: 1/1;
  min-height: fit-content;
}

/*# sourceMappingURL=main.min.css.map */
