/*
 Theme Name:     Interly Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Interly Streetwise Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
/*----- CHEATSHEET -----*/
/* Media Queries */
/*
@media only screen and (max-width: 980px) { -- Tabled
@media only screen and (max-width: 480px) { -- Mobile
*/

/* Row + Column systeem */
/*
.rij-block:after {
  content: "";
  display: table;
  clear: both;
}

.block-1 {
  float: left !important;    
  width: 50%!important;
}

.block-2 {
  float: left !important;
  width: 50%!important;
}
*/

/*------------------------/
/--------- Fonts ---------/
/------------------------*/


p {
  font-family: "apparat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 1.5em;
}

li,
input,
h4 {
  font-family: "apparat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 26px;
}

.et_pb_text_inner .helder-list li {
  line-height: 30px;
}


label {
  font-family: "apparat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 26px;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: "apparat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

button,
a {
  font-family: "apparat", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-display: swap !important;
}

h1 {
  line-height: 55px;
}

h2 {
  line-height: 40px;
}

h3 {
  line-height: 33px;
}

/* ----presets---- */
#et-main-area {
  overflow: hidden;
  width: 100vw;
}

body {
  overflow-x: hidden;
}

.helder-homepage-container .et_pb_column {
  display: flex;
  justify-content: flex-start;
}

.helder-centered-row .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.et_pb_text_inner ul li::marker {
  color: #AC9477;
}

@media (max-width: 768px) {
  .helder-full-width-button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 980px) {
  body .helder-background-section {
    background-size: 250% auto !important;
    background-position: right 115% center !important;
  }

  body .helder-background-section-2 {
    background-size: 200% auto !important;
    background-position: left 100% top -160% !important;
  }
}

@media screen and (max-width: 980px) {
  .helder-homepage-container .et_pb_column {
    display: block;
  }

  .et_pb_section .helder-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }

  .helder-reverse-section .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }

  .helder-reverse-section .et_pb_row .et_pb_row_inner {
    flex-direction: column;
  }
}

.et_pb_column .helder-button {
  border-radius: 39px;
  padding: .9rem 3rem;
  display: block;
  width: fit-content;
  font-size: 16px;
  font-family: "apparat", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  transition: all .3s ease;
}

.et_pb_column.helder-button:hover {
  padding: 0;
  padding-block: .9rem;
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}

.et_pb_column .helder-button::after {
  content: "";
  background-image: url('/wp-content/uploads/2024/12/arrow-point-to-right.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: .55rem;
  height: .7rem;
  filter: invert(100%);
  right: 40px;
  opacity: 0;
  top: 50%;
  transform: translateY(-55%);
  transition: opacity 0.1s ease, transform 0.1s ease;
}

.et_pb_column .helder-button:hover::after {
  opacity: 1;
}




html body #page-container .et_pb_section .et_pb_button:after {
  content: "";
  background-image: url(/wp-content/uploads/2024/12/arrow-point-to-right.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  display: inline-block;
  width: .8rem !important;
  height: 1rem !important;
  filter: invert(100%);
  right: 40px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.1s ease, transform 0.1s ease;
}

html body #page-container .et_pb_section .et_pb_button:hover:after {
  opacity: 1;
}


/*----- TOPBAR -----*/



/*----- HEADER -----*/

/*change hamburger icon to x when mobile menu is open*/

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
  background-image: url('/wp-content/uploads/2024/12/Hamburger-menu.svg');
  background-size: cover;
  background-repeat: no-repeat;
  filter: invert(100%);
  color: transparent !important;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  transition: background-image 0.2s ease;
}

.et_pb_menu_0_tb_header .mobile_nav.opened .mobile_menu_bar:before {
  background-image: url('/wp-content/uploads/2024/12/Kruisje.svg');
  background-size: cover;
  transition: background-image 0.2s ease;
}

.et_mobile_nav_menu .mobile_menu_bar {
  width: 25px;
  height: 25px;
  right: 10px;
  position: relative;
}

.et_pb_row_0_tb_header {
  width: 80% !important;
}

@media (max-width: 1400px) {
  .et_pb_row_0_tb_header {
    width: 100% !important;
  }
}


/* Sticky mobile menu */
@media screen and (max-width: 980px) {
  .et_fixed_nav #main-header.et-fixed-header {
    position: fixed;
    height: 80px;
    margin-top: -55px;
  }
}

@media (max-width: 980px) {
  #helder-header-bar ul#mobile_menu1 {
    padding-top: 90px;
    z-index: 1;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  #helder-header-bar ul#mobile_menu1 a {
    font-size: 20px;
    padding-left: 0;
  }

  #helder-header-bar ul#mobile_menu1 li:last-of-type a {
    padding-top: 1rem;
    padding-bottom: 0.9rem;
    background: white;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black !important;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 1150px) {
  body #helder-header-bar .et_pb_menu__logo::after {
    content: " ";
    display: block;
    width: 200px;
    height: 140px;
    background: #F2F2F2;
    position: absolute;
    top: -10%;
    left: -45%;
    z-index: 2;
    border-radius: 0 0 500px 500px;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
  }

  body #helder-header-bar .et_pb_menu__logo img {
    position: relative;
    z-index: 3;
    top: 25px;
    width: 150px;
    left: -40px;
    transition: all 0.3s ease-in-out;
  }

  body #helder-header-bar .et_pb_menu__logo.scrolled::after {
    transform: translateY(-30px);
    transition: all 0.3s ease-in-out;
  }

  body #helder-header-bar .et_pb_menu__logo.scrolled img {
    transform: translateY(-25px);
    transition: all 0.3s ease-in-out;
  }

  .mobile_nav.opened ul#mobile_menu1 {
    z-index: 1;
  }
}

#helder-header-bar .et_pb_menu__logo.scrolled::after {
  transform: translateY(-85px);
  transition: all 0.3s ease-in-out;
}

#helder-header-bar .et_pb_menu__logo.scrolled img {
  transform: translateY(-70px);
  transition: all 0.3s ease-in-out;
}




#helder-header-bar .et_pb_menu__logo {
  position: relative;
  overflow: visible;
  left: 100px;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  z-index: 5;
}

#helder-header-bar .et_pb_menu__logo::after {
  content: "";
  display: block;
  width: 280px;
  height: 275px;
  background: #F2F2F2;
  position: absolute;
  top: -70%;
  left: -45%;
  z-index: 2;
  border-radius: 0 0 500px 500px;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}


#helder-header-bar .et_pb_menu__logo img {
  position: relative;
  z-index: 3;
  top: 80px;
  width: 250px;
  left: -42px;
  transition: all 0.3s ease-in-out;
}

/* header nav */

ul#menu-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1150px) and (min-width: 981px) {
  body .helder-head-nav-bar .et_pb_menu__wrap ul#menu-main li {
    padding: 5px 5px;
  }

  body .helder-head-nav-bar .et_pb_menu_inner_container .et_pb_menu__wrap ul#menu-main .helder-contact-knop {
    margin-left: 10px;
  }
}

.helder-head-nav-bar .et_pb_menu__wrap ul#menu-main li a {
  padding: 0;
  height: 20px;
  transition: all 0.3s ease;
}

.helder-head-nav-bar .et_pb_menu__wrap ul#menu-main li {
  padding: 5px 10px;
}


body .helder-head-nav-bar .et_pb_menu_inner_container .et_pb_menu__wrap ul#menu-main .helder-contact-knop {
  padding: .8rem 3rem .7rem 3rem;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-left: 20px;
  margin-right: 20px;
}

body .helder-head-nav-bar .et_pb_menu_inner_container .et_pb_menu__wrap ul#menu-main .helder-contact-knop a {
  color: black !important;
}

body .helder-head-nav-bar .et_pb_menu_inner_container .et_pb_menu__wrap ul#menu-main .helder-contact-knop:hover {
  background-color: #63919E;
}

body .helder-head-nav-bar .et_pb_menu_inner_container .et_pb_menu__wrap ul#menu-main .helder-contact-knop:hover a {
  color: white !important;
  transform: translateX(-8px);
}

body .helder-head-nav-bar .et_pb_menu_inner_container .et_pb_menu__wrap ul#menu-main .helder-contact-knop::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/12/arrow-point-to-right.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: .8rem !important;
  height: 1rem !important;
  filter: invert(100%);
  right: 40px;
  opacity: 0;
  top: 50%;
  transform: translateY(-45%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}





body .helder-head-nav-bar .et_pb_menu_inner_container .et_pb_menu__wrap ul#menu-main .helder-contact-knop:hover:after {
  opacity: 1;
}







/* -----homepage----- */

.helder-homepage-img .et_pb_image_wrap {
  max-width: none;
  width: calc(100% + 100px);
  left: -50px;
  height: 500px;
}

.helder-homepage-img .et_pb_image_wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 980px) {


  .helder-second-container {
    display: flex;
    flex-direction: column-reverse;
  }
}

.helder-homepage-blurb-container .et_pb_main_blurb_image img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.helder-homepage-tekst-content ul li::marker {
  color: #AC9477;
}

/* homepage diensten slider */

.diensten-slick-slide.slick-slide {
  margin: 20px;
  border-radius: 0 0 20px 20px;
  background: #F2F2F2;
  min-height: 380px;
}

.diensten-slick-slide.slick-slide .slide-thumbnail {
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.diensten-slick-slide.slick-slide .slide-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.diensten-slick-slide.slick-slide h3,
.diensten-slick-slide.slick-slide p {
  margin-left: 30px;
  margin-right: 30px;
}

.diensten-slick-slide.slick-slide p {
  margin-bottom: 25px;
  color: black;
  font-size: 16px;
}

.diensten-slick-slide.slick-slide h3 {
  font-size: 24px;
  line-height: 1.3em;
}

.diensten-slick-slider button.slick-arrow {
  background: #63919E;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 5;
}

.diensten-slick-slider button.slick-prev::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/wp-content/uploads/2024/12/arrow-point-to-right.png') no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(145deg) brightness(104%) contrast(99%);
  margin-left: -3px
}

.diensten-slick-slider button.slick-prev {
  left: 3px;
}

.diensten-slick-slider button.slick-next::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/wp-content/uploads/2024/12/arrow-point-to-right.png') no-repeat center center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(145deg) brightness(104%) contrast(99%);
  margin-left: 3px;
}

.diensten-slick-slider button.slick-next {
  right: 3px;
}

/* -------diensten grid--------- */

.diensten-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}



@media (max-width: 980px) {
  .diensten-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .diensten-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.diensten-grid-item {
  background: #F2F2F2;
  display: inline-block;
  vertical-align: top;
  border-radius: 0 0 20px 20px;
}

.grid-thumbnail {
  max-height: 240px;
  width: 100%;
  overflow: hidden;
}

.diensten-grid-item h3 {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #11263B;
  line-height: 1.3;
  font-size: 24px;
}

.diensten-grid-item p {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px !important;
  font-size: 16px;
  color: #000000
}

.diensten-grid img {
  object-fit: cover;
  height: 220px;
  width: 100%;
}

/* ------bedrijven slider homepage----------- */

.bedrijven-slick-slider .bedrijven-slick-slide .slide-thumbnail {
  height: 100px;
  width: 90%;
  overflow: hidden;
  margin-bottom: 20px;
}

.bedrijven-slick-slider .bedrijven-slick-slide .slide-thumbnail img {
  height: 100%;
  /* width: 100%; */
  object-fit: contain;
}

/* Diensten */
.et_pb_row .et_pb_column .helder-diensten-blurp-text-padding .et_pb_blurb_content .et_pb_blurb_container {
  margin-inline: 35px;
}

.helder-diensten-blurp-text-padding .et_pb_image_wrap {
  max-height: 235px;
  min-height: 235px;
  min-width: 100%;
  overflow: hidden;
}



/* opdrachtgevers */

.bedrijven-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.bedrijven-grid-item {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .bedrijven-grid {
    grid-template-columns: 1fr;
  }

}

/* onze aanpak */

h1 span#helder-aanpak-points {
  color: #11263B;
  font-size: 32px !important;
}

h1#helder-aanpak-nmr {
  color: #AC9477 !important;
  font-size: 48px !important;
}

@media (max-width: 980px) {
  h1 span#helder-aanpak-points {
    color: #11263B;
    font-size: 28px !important;
  }

  h1#helder-aanpak-nmr {
    color: #AC9477 !important;
    font-size: 32px !important;
  }

  .helder-aanpak-tekst-punt h1 {
    display: flex;
    flex-direction: column;
  }
}




/* Contact form */
form .nf-before-form-content {
  display: none;
}

form nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
}

.helder-contact-form form nf-fields-wrap nf-field:nth-of-type(1) {
  margin-right: 5%;
}

@media (max-width: 980px) {

  .helder-contact-form form nf-fields-wrap nf-field:nth-of-type(1) {
    margin-right: 0;
  }

  body .helder-contact-form form nf-fields-wrap nf-field:nth-of-type(1),
  body .helder-contact-form form nf-fields-wrap nf-field:nth-of-type(2) {
    width: 100%;
  }
}

.helder-contact-form form nf-fields-wrap nf-field:nth-of-type(1),
.helder-contact-form form nf-fields-wrap nf-field:nth-of-type(2) {
  width: 47.5%;
}

.helder-contact-form form nf-fields-wrap nf-field:nth-of-type(3),
.helder-contact-form form nf-fields-wrap nf-field:nth-of-type(4),
.helder-contact-form form nf-fields-wrap nf-field:nth-of-type(5),
.helder-contact-form form nf-fields-wrap nf-field:nth-of-type(6) {
  width: 100%;
}

.helder-contact-form form nf-fields-wrap nf-field .nf-field-element input,
.helder-contact-form form nf-fields-wrap nf-field .nf-field-element input:focus,
.helder-contact-form form nf-fields-wrap nf-field .nf-field-element textarea {
  background-color: #F2F2F2;
  border-radius: 26px;
  border: none;
  padding-inline: 1.5rem;
}

.helder-contact-form form nf-fields-wrap nf-field .nf-field-label label {
  font-size: 18px;
  font-weight: 400;
  color: #11263B
}

.helder-contact-form form nf-fields-wrap nf-field:nth-of-type(5) .nf-field-label label {
  font-size: 14px;
  font-weight: 300;
  position: relative;
}


.helder-contact-form form nf-fields-wrap nf-field .nf-field-label label .ninja-forms-req-symbol {
  color: #11263B;
}

.helder-custom-checkbox .nf-field .nf-field-label label::after {
  border: none;
  border-radius: 3px;
}

.helder-custom-checkbox .nf-field .nf-field-label label::before {
  color: #63919E !important;
  position: absolute;
  font-size: 20px;
}

@media (max-width: 980px) {
  body form nf-fields-wrap nf-field .nf-field-element {
    width: 100% !important;
  }

  form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element {
    text-align: center;
  }

  /* 
  form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element::after {
    right: 140px !important;
  } */

  form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element input[type="submit"] {
    margin: auto;
  }

  .helder-contact-form form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element::after {
    padding-left: 2.8rem;
  }


}

.helder-contact-form form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element::after {
  padding-left: 5.3rem;
}

form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element input[type="submit"] {
  background-color: transparent;
  padding: 0;
  color: white;
}

form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element {
  background-color: #E99286;
  color: white;
  border-radius: 39px;
  padding: .15rem 3rem;
  display: block;
  width: fit-content;
  font-size: 16px;
  font-family: "apparat", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  transition: all .3s ease;
}

@media screen and (max-width: 980px) {
  form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element {
    margin-top: -1rem;
  }

}

form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element:hover {
  background-color: #E99286;
  color: white;
  cursor: pointer;
  padding-block: 0.15rem;
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}

form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/12/arrow-point-to-right.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: .7rem;
  height: .9rem;
  filter: invert(100%);
  right: -30px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}



form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element:hover::after {
  opacity: 1;
}

.helder-vacature-form form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/12/arrow-point-to-right.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  display: inline-block;
  width: .8rem !important;
  height: 1rem !important;
  filter: invert(100%);
  right: 40px;
  opacity: 0;
  top: 49%;
  transform: translateY(-50%);
  transition: opacity 0.1s ease, transform 0.1s ease;
}

.helder-vacature-form form nf-fields-wrap nf-field .helder-button-wrapper .nf-field-element:hover:after {
  opacity: 1;
}



/*----- Vacatures -----*/

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background-color: #63919E;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  cursor: pointer;
  z-index: 9999;
  font-size: 24px;
}

@media (min-width: 980px) {
  .scroll-to-top {
    display: none;
  }
}

img#scroll-to-top-icon {
  transform: rotate(-90deg);
  filter: invert(100%);
  padding-left: 25px;
}

/* ----------------------------- */

.vacature-item {
  background-color: #F2F2F2;
  padding: 4rem 8rem;
  border-radius: 25px;
  margin-block: 2rem;
}

.vacature-item .vacatures-functie,
.publicatie-item .publicaties-titel {
  color: #11263B;
  font-size: 32px;
  margin-bottom: .5rem;
}

@media screen and (max-width: 980px) {
  .publicatie-item .publicaties-titel {
    font-size: 26px;
    line-height: 1.3;
  }
}

.vacature-item .vacatures-aantal-uur,
.publicatie-item .publicaties-datum {
  color: #AC9477;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: .3rem;
}

.vacature-item .vacatures-beschrijving,
.publicatie-item .publicaties-beschrijving {
  margin-bottom: 1.5rem;
  color: #000;
  position: relative;
  left: 1rem;
  font-size: 18px;
  line-height: 1.5em;
}


.vacature-item .vacatures-beschrijving::before,
.publicatie-item .publicaties-beschrijving::before {
  content: " ";
  position: absolute;
  left: -1rem;
  height: 100%;
  width: .5rem;
  border-radius: 20px;
  background-color: #63919E;
}

.vacature-item .vacatures-lees-meer,
.publicatie-item .publicaties-lees-meer {
  background-color: #E99286;
  color: white;
  border-radius: 39px;
  padding: .9rem 3rem;
  display: block;
  width: fit-content;
  font-size: 16px;
  font-family: "apparat", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  transition: all .3s ease;
}



.vacature-item .vacatures-lees-meer:hover,
.publicatie-item .publicaties-lees-meer:hover {
  padding: 0;
  padding-block: .9rem;
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}

.vacature-item .vacatures-lees-meer::after,
.publicatie-item .publicaties-lees-meer::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/12/arrow-point-to-right.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: .8rem !important;
  height: 1rem !important;
  filter: invert(100%);
  right: 40px;
  opacity: 0;
  top: 52%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.vacature-item .vacatures-lees-meer:hover::after,
.publicatie-item .publicaties-lees-meer:hover::after {
  opacity: 1;
}

.helder-vacatures-icon-filter img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(40%) saturate(243%) hue-rotate(353deg) brightness(96%) contrast(89%);
}

.et_post_meta_wrapper,
#sidebar {
  display: none;
}

.publicatie-social-icons {
  display: flex;
  align-items: center;
}

.publicatie-social-icons p {
  margin-right: 10px;
  color: black;
}

.publicatie-social-icons img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(61%) sepia(37%) saturate(262%) hue-rotate(353deg) brightness(92%) contrast(89%);
  transition: all 0.2s ease;
}

.publicatie-social-icons img:hover {
  filter: brightness(0) saturate(100%) invert(53%) sepia(33%) saturate(374%) hue-rotate(146deg) brightness(95%) contrast(87%);
  ;
}

.helder-publicatie-lijn:before {
  border-radius: 3px;
}

h2.wp-block-heading {
  padding-top: 10px;
}

/* ------details---------- */

.single-vacature-content h2 {
  color: #11263B;
  font-size: 45px;
  margin-bottom: .5rem;
}

@media (max-width: 980px) {
  .single-vacature-content h2 {
    font-size: 32px;
  }

  .single-vacature-content h2.first {
    font-size: 24px;
  }

  body .single-vacature-content h4.vacatures-salaris-en-uren {
    font-size: 24px;
  }

  .single-vacature-content h2.first {
    margin-bottom: .2rem;
    padding-bottom: 0;
    line-height: 1.5;
  }

}

.single-vacature-content h2.first {
  color: #AC9477;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
}

.single-vacature-content h4.vacatures-salaris-en-uren {
  color: #AC9477;
  font-size: 34px;
  font-weight: 500;
  padding: 0;
}

.vacature-detail-content .et_pb_post_content ul.wp-block-list li::marker {
  color: #AC9477;
}

.helder-vacature-row {
  margin-bottom: -100px;
}

/* .et_pb_section div.et_pb_row .et_pb_column .et_pb_module:last-child,
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module {
  margin-bottom: 0 !important;
} */

@media screen and (max-width: 980px) {

  .vacature-item {
    padding: 2rem 2.5rem;
  }

  .vacature-item .vacatures-functie {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .vacature-item .vacatures-aantal-uur {
    font-size: 20px;
  }

  .vacature-item .vacatures-lees-meer {
    width: 100%;
    text-align: center;
  }
}

/*----- PUBLICATIES -----*/

.publicatie-overzicht {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
}

.publicatie-item {
  background-color: #F2F2F2;
  padding: 3rem 4rem;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* -------details-------- */


.single-publicatie-content h2 {
  color: #11263B;
  font-size: 45px;
  margin-bottom: .5rem;
}

.et_pb_post_content p {
  padding-bottom: 1rem;
}

.single-publicatie-content h2.breadcrumb {
  color: #AC9477;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
}

.single-publicatie-content h4.publicaties-datum {
  color: #AC9477;
  font-size: 34px;
  font-weight: 500;
  padding: 0;
}

@media (max-width: 980px) {
  .single-publicatie-content h2.breadcrumb {
    margin-bottom: .2rem;
    padding-bottom: 0;
    line-height: 1.5;
  }


  .single-publicatie-content h2 {
    font-size: 32px;
  }

  body .single-publicatie-content h4.publicaties-datum {
    font-size: 24px;
  }
}

.publicatie-detail-content .et_pb_post_content ul.wp-block-list li::marker {
  color: #AC9477;
}

.helder-publicatie-row {
  margin-bottom: -100px;
}


@media screen and (max-width: 980px) {
  .publicatie-overzicht {
    grid-template-columns: 1fr;
    gap: 3rem 2.5rem;
  }

  .publicatie-item {
    padding: 2rem 2.5rem;
  }

  .publicatie-item .publicaties-lees-meer {
    width: 100%;
    text-align: center;
  }



}

/* sfeerimpressie slider */

.sfeerimpressies-slider button.slick-arrow {
  background: #63919E;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 5;
}

.sfeerimpressies-slider button.slick-prev::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/wp-content/uploads/2024/12/arrow-point-to-right.png') no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(145deg) brightness(104%) contrast(99%);
  margin-left: -3px
}

.sfeerimpressies-slider button.slick-next::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/wp-content/uploads/2024/12/arrow-point-to-right.png') no-repeat center center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(145deg) brightness(104%) contrast(99%);
  margin-left: 3px;
}

.sfeerimpressie-item {
  margin: 0 10px;
}

.sfeerimpressie-item img {
  min-height: 300px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  /* Ensure the image takes up the full width of the item */
}

/* Apply specific widths for even and odd images */
.sfeerimpressie-item:nth-child(even) img {
  width: 420px;
  /* For every second image (even) */
}

.sfeerimpressie-item:nth-child(odd) img {
  width: 335px;
  /* For every other image (odd) */
}

/* Vacature form */
.helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(1),
.helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(3) {
  margin-right: 5%;
}

.helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(1),
.helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(2),
.helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(3),
.helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(4) {
  width: 47.5%;
}

.helder-vacature-form form nf-fields-wrap nf-field .helder-cv-upload-container .nf-field .field-wrap .nf-field-element button {
  width: 100%;
  padding: 16px;
  background-color: #F2F2F2;
  border-radius: 26px;
  border: dashed 1px #AC9477;
  color: #11263B;
}

.helder-vacature-form form nf-fields-wrap nf-field .helder-cv-upload-container .nf-field .field-wrap .nf-field-element button:hover {
  color: #AC9477;
  cursor: pointer;
}

.helder-vacature-form form nf-fields-wrap nf-field .helder-cv-upload-container .nf-field .field-wrap .nf-field-element .nf-fu-progress {
  display: none;
}

.helder-vacature-form form nf-fields-wrap nf-field .nf-field-label label {
  font-size: 18px;
  font-weight: 400;
  color: #11263B;
}



.nf-fu-button-cancel {
  display: none !important;
}

@media screen and (max-width: 980px) {

  .helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(1),
  .helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(3) {
    margin-right: 0;
  }

  .helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(1),
  .helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(2),
  .helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(3),
  .helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(4),
  .helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(7) {
    width: 100%;
  }

  .helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(7) {
    margin-top: -1rem;
  }


}


.helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(5) {
  width: 100%;
}

.helder-vacature-form form nf-fields-wrap nf-field .nf-field-element input[type="text"],
.helder-vacature-form form nf-fields-wrap nf-field .nf-field-element input[type="file"],
.helder-vacature-form form nf-fields-wrap nf-field .nf-field-element input[type="email"],
.helder-vacature-form form nf-fields-wrap nf-field .nf-field-element input[type="tel"],
.helder-vacature-form form nf-fields-wrap nf-field .nf-field-element input:focus,
.helder-vacature-form form nf-fields-wrap nf-field .nf-field-element textarea {
  background-color: #F2F2F2;
  border-radius: 26px;
  border: none;
  padding-inline: 1.5rem;
}

.helder-vacature-form form nf-fields-wrap nf-field .nf-field-label label {
  font-size: 18px;
  font-weight: 400;
}

.helder-vacature-form form nf-fields-wrap nf-field:nth-of-type(6) .nf-field-label label {
  font-size: 14px;
  font-weight: 300;
}


.helder-vacature-form form nf-fields-wrap nf-field .nf-field-label label .ninja-forms-req-symbol {
  color: #11263B;
}

/* .helder-vacature-form form nf-fields-wrap nf-field .nf-field-element input[type="submit"] {
  background-color: #E99286;
  padding-inline: 2.5rem;
}

.helder-vacature-form form nf-fields-wrap nf-field .nf-field-element input[type="submit"]:hover {
  color: white;
  background-color: #bc746b;
} */

/*----- OVER ONS -----*/
/*----- TEAMLID CPT -----*/

.helder-team {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
}

.helder-team-member {
  flex: 0 1 calc(33.333% - 1.5rem);
  /* Three columns */
  position: relative;
  box-sizing: border-box;
  /* Ensure padding and border are included in the width */
}

@media (max-width: 980px) {
  .helder-team-member {
    flex: 0 1 calc(50% - 1.5rem);
    /* Two columns */
  }
}

@media (max-width: 768px) {
  .helder-team-member {
    flex: 0 1 100%;
    /* One column */
  }
}

.helder-team .helder-team-member-background {
  background-color: #AC9477;
  background-image: url('/wp-content/themes/divi-child/images/patroon-1.png');
  background-repeat: no-repeat;
  background-position: -2500% center;
  background-size: 99%;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 12.5rem;
  top: 0;
  overflow: hidden;
}


.helder-team .helder-team-member {
  flex-direction: column;
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: #F2F2F2;
  height: 25rem;
  padding: 1rem;
  border-radius: 0 0 8px 8px;
}

.helder-team .helder-team-member .team-member-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.helder-team .helder-team-member .team-member-image button {
  background-color: #63919E;
  border: none;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  width: 2.5rem;
  margin-top: -1rem;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.helder-team .helder-team-member .team-member-image button img {
  filter: invert(100%);
  border: none;
  transition: all 0.3s ease;
  width: 1rem;
  transform: rotate(-45deg);
}

.helder-team .helder-team-member .team-member-image img {
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  object-fit: cover;
  width: 15rem;
  border: 6px solid white;
}

.helder-team .helder-team-member .team-member-info {
  text-align: center;
}

.helder-team .helder-team-member .team-member-info h3 {
  font-size: 26px;
  font-weight: 600;
  color: #11263B;
}

.helder-team .helder-team-member .team-member-info h4 {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #AC9477;
  margin-top: .25rem;
}

.helder-team .helder-team-member .team-member-info .omschrijving-functie {
  padding: 0 1rem 1rem 1rem;
  color: black;
}

.helder-team-member {
  overflow: hidden;
  transition: height 0.3s ease;
}

.omschrijving-functie {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.omschrijving-functie.visible {
  opacity: 1;
  visibility: visible;
}

/*----- EXTRA -----*/



/*----- FOOTER -----*/

/* Divi footer */
#main-footer {
  display: none !important;
}

@media screen and (max-width: 980px) {
  .et_pb_section .helder-reverse-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .et_pb_section .helder-reverse-flex .helder-footer-col-1 {
    margin-bottom: 0;
  }

  .et_pb_section .helder-reverse-flex .et_pb_column {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.et_pb_section .helder-footer-items-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.et_pb_section .helder-reverse-flex .et_pb_column {
  justify-content: end;
}

.et_pb_section .helder-reverse-flex .helder-footer-text-center {
  justify-content: center;
}



.helder-footer-links-margin .et_pb_blurb_content .et_pb_blurb_container {
  padding-left: 0;
}

.helder-linkedin-icon span.et_pb_image_wrap img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(2%) saturate(6107%) hue-rotate(336deg) brightness(70%) contrast(90%);
}



/* ----------404 pagina------- */

body .helder-404-button-container .et_pb_column {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  body .helder-404-button-container .et_pb_column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

body .helder-404-button-container .helder-404-unique-button .et_pb_text_inner {
  position: relative;
  background: none;
  padding-left: 3rem;
  padding-right: 3rem;
}

body .helder-404-button-container .helder-404-unique-button .et_pb_text_inner:hover {
  cursor: pointer;
}

body .helder-404-button-container .helder-404-unique-button .et_pb_text_inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  z-index: 5;
  background-image: url('/wp-content/uploads/2025/01/Pijltje-cirkel-rechts.png');
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  /* Verplaatst het icoon naar de linkerzijde */
  bottom: 50%;
  /* Horizontaal gecentreerd t.o.v. de tekst */
  transform: translateY(50%);
  /* Correctie voor perfecte uitlijning */
  opacity: 0;
  transition: opacity 0.3s ease;
}

body .helder-404-button-container .helder-404-unique-button .et_pb_text_inner:hover::after {
  opacity: 1;
}



.diensten-slick-slide.slick-slide {
	max-height: 450px !important;
}