@font-face {
  font-family: 'storteboom';
  src: url('../font/storteboom.eot?9931090');
  src: url('../font/storteboom.eot?9931090#iefix') format('embedded-opentype'),
       url('../font/storteboom.woff2?9931090') format('woff2'),
       url('../font/storteboom.woff?9931090') format('woff'),
       url('../font/storteboom.ttf?9931090') format('truetype'),
       url('../font/storteboom.svg?9931090#storteboom') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'storteboom';
    src: url('../font/storteboom.svg?9931090#storteboom') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "storteboom";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

#content_holder ul li p {
display: inline;
}

#pagination_vacatures ol.pagination.flex-wrap {
    display: flex;
    list-style: none;
    gap: 1em;
  }

.icon-cog-alt:before { content: '\e02b'; } /* '' */
.icon-search:before { content: '\e0b3'; } /* '' */
.icon-plus:before { content: '\e800'; } /* '' */
.icon-down-open-1:before { content: '\e801'; } /* '' */
.icon-left-open-1:before { content: '\e802'; } /* '' */
.icon-right-open-1:before { content: '\e803'; } /* '' */
.icon-up-open-1:before { content: '\e804'; } /* '' */
.icon-home:before { content: '\e805'; } /* '' */
.icon-minus:before { content: '\e806'; } /* '' */
.icon-cancel:before { content: '\e807'; } /* '' */
.icon-chart-bar:before { content: '\e808'; } /* '' */
.icon-down-dir:before { content: '\e809'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */

/* call to action - job alert */
.cta_jobalert {
    position: relative;
    border-radius: 15px 45px 30px 75px;
    background-color: rgba(238, 229, 215, 0.5);
    padding: 60px 30px;
    margin-bottom: 50px;
    text-align: center;
}

#cta_jobalert_background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 15px 45px 30px 75px;
    overflow: hidden;
}

#cta_jobalert_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#cta_jobalert_background::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

#cta_jobalert_overlay {
    position: relative;
    z-index: 2;
}

.cta_jobalert_icon {
    position: absolute;
    top: 30px;
    right: -20px;
    z-index: 3;
    max-width: 90px;
    width: auto;
    padding: 30px;
    background-color: #ff9900;
    border-radius: 15px 45px 30px 75px !important;
}

#cta_jobalert_text {
    max-width: 700px;
    margin: 0 auto;
}

.cta_jobalert:has(#cta_jobalert_background) #cta_jobalert_text h3,
.cta_jobalert:has(#cta_jobalert_background) #cta_jobalert_text p {
    color: #ffffff;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

#cta_jobalert_text h3 {
    color: #1e375f;
    margin-bottom: 10px;
}

#cta_jobalert_text p {
    margin: 0 auto 20px auto;
}

#cta_jobalert_text a.button {
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
    .cta_jobalert {
        border-radius: 8px 22px 15px 37px;
        padding: 40px 20px;
    }

    #cta_jobalert_background {
        border-radius: 8px 22px 15px 37px;
    }

    #cta_jobalert_text h3 {
        font-size: 22px;
    }

    #cta_jobalert_text p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 992px) {
    .cta_jobalert {
        padding: 80px 30px;
    }
}

.jobalert-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.jobalert-popup-content {
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 500px;
    position: relative;
    text-align: center;
}
.jobalert-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    background: #FF9900;
    color: #fff;
    height: 1lh;
    aspect-ratio: 1;
}