/*
Theme Name: SGNM Theme Starter
Theme URI: https://elementor.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Florian SGNM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
::selection {
  background: #a46dad;
  color: #fff;
}
.vacature-api .vacature-kaart .dot-divider .elementor-icon-wrapper .elementor-icon {
  display: inline;
}
.vacature-api .vacature-kaart .button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.vacature-api .vacature-kaart .button-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-indent: -9999px;
}
.vacature-api .vacature-kaart:hover {
  transform: scale(1.01);
}
.vacature-api nav.elementor-pagination {
  gap: 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 0 0;
}
.vacature-api nav.elementor-pagination .page-numbers {
  box-shadow: none;
  color: #3c1443;
  background: #fff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.vacature-api nav.elementor-pagination .page-numbers.current {
  color: #ffffff;
  background: #4e012c;
  border: 1px solid #4e012c;
}
.vacature-api nav.elementor-pagination .page-numbers:hover {
  transition: 0.35s ease-in-out;
  border: 1px solid #4e012c;
}
.filter-optie .search-filter-label {
  color: #4E2455;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
.filter-optie .search-filter-input-checkbox__label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.zoek-optie button.search-filter-input-button {
  background-color: #F4BF2F;
  font-weight: 600 !important;
}
.zoek-optie button.search-filter-input-button:hover {
  background-color: #C89927 !important;
}
.ww-reset-filters button.search-filter-input-button {
  color: #4e2455;
  font-size: 13px;
  font-weight: 400;
  background: unset;
  border: unset;
  border-radius: 0;
  padding: 5px;
}
.ww-reset-filters button.search-filter-input-button:hover {
  color: #C89927 !important;
  background-color: unset !important;
  border: unset !important;
}
#scrollButton {
  cursor: pointer;
}
.expertise-card ul li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 360px;
}
@media (max-width: 1024px) {
  .expertise-card ul li span {
    max-width: 200px;
  }
}
#waw_uitgelichte_vacatures {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
  align-items: start;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #waw_uitgelichte_vacatures {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #waw_uitgelichte_vacatures {
    grid-template-columns: 1fr;
  }
}
.type-vacature {
  height: 100%;
}
.vacature-kaart {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.uitgelicht {
  border-color: #F4BF2F !important;
  border-width: 2px !important;
}
