/* Bootstrap */
/* Colors */
/* Theme colors */
/* Fonts */
h1 {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  color: #12288C;
  position: relative;
  word-break: break-word;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 40px;
  }
}

h2, h2.page-title-small {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: #12288C;
  position: relative;
  z-index: 999;
}
@media (max-width: 767.98px) {
  h2, h2.page-title-small {
    font-size: 28px;
  }
}
h2 span, h2.page-title-small span {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FF7100;
  position: absolute;
  margin-top: -25px;
}
h2 a, h2.page-title-small a {
  display: inline-block;
  float: right;
  line-height: 65px;
  color: #282828;
  opacity: 0.6;
  font-size: 18px;
  font-weight: 400;
}

h3, .uitgelicht-project h3, .uitgelicht-project .vacature-titel, .related-articles h3, .related-articles .vacature-titel, .artikel-inhoud h4, .artikel-inhoud h3, .artikel-inhoud .vacature-titel, .vacature-titel {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 38px;
  color: #282828;
}
h3 strong, .uitgelicht-project h3 strong, .related-articles h3 strong, .artikel-inhoud h4 strong, .artikel-inhoud h3 strong, .vacature-titel strong {
  color: #12288C;
}

p {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #282828;
}
@media (max-width: 767.98px) {
  p {
    font-size: 16px;
  }
}

h2.page-title-small {
  display: inline-block;
  margin-bottom: 20px;
  z-index: 1;
}

/* Config */
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Tekstblok */
.text-container {
  display: block;
  margin-top: 20px;
  z-index: 9999;
  position: relative;
}

.tekstblok-afbeelding {
  width: 100%;
  height: auto;
  max-width: 600px;
  z-index: 9999;
  position: relative;
}

/* WordPress /*

/* Img align */
img.alignright {
  float: right;
  margin: 0 0 1em 2em;
}
@media (max-width: 575.98px) {
  img.alignright {
    width: 100%;
    max-width: 100% !important;
  }
}

img.alignleft {
  float: left;
  margin: 0 32px 1em 0;
}
@media (max-width: 575.98px) {
  img.alignleft {
    float: none;
    width: 100%;
    max-width: 100% !important;
  }
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  img.aligncenter {
    float: none;
    width: 100%;
    max-width: 100% !important;
  }
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
@media (max-width: 575.98px) {
  a img.alignright {
    float: none;
    width: 100%;
    max-width: 100% !important;
  }
}

a img.alignleft {
  float: left;
  margin: 0 32px 1em 0;
}
@media (max-width: 575.98px) {
  a img.alignleft {
    float: none;
    width: 100%;
    max-width: 100% !important;
  }
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  a img.aligncenter {
    float: none;
    width: 100%;
    max-width: 100% !important;
  }
}

.single-post-image img {
  border-radius: 40px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .single-post-image img {
    width: 100%;
    height: 344px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 40px;
    float: none;
    margin-top: 20px;
    margin-right: 0;
    max-width: none !important;
  }
}

body {
  background-image: url("../img/bg-pattern-left.png"), url("../img/bg-pattern-right.png"), linear-gradient(to bottom, #ffffff 88px, rgba(18, 40, 140, 0.12) 445px, #ffffff 625px);
  background-repeat: repeat-y, repeat-y, repeat;
  background-position: left -200px top, right top, center;
}
body:not(.home)::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(1320px + 8rem);
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: #fff;
  z-index: -1;
}

a {
  color: #FF7100;
}

.main-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 80px;
}

/* Elements */
.content-notop {
  padding-top: 40px;
}

.img-zoom {
  overflow: hidden;
}

.img-zoom img {
  width: 100%;
  transition: 1.2s all ease-in-out;
}

.img-zoom:hover {
  border-radius: 40px;
}

.img-zoom:hover img {
  transform: scale(1.5);
}

.arrow-link {
  display: inline-flex;
  gap: 36px;
  align-items: center;
  position: relative;
  color: #282828;
  text-decoration: none;
}
.arrow-link::before, .arrow-link::after {
  content: "";
  display: block;
}
.arrow-link::before {
  position: absolute;
  width: 40px;
  height: 16px;
  mask: url(../img/arrow.svg) no-repeat center;
  background-color: #282828;
  right: 10px;
  transition: background-color 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
  z-index: 2;
}
.arrow-link::after {
  width: 2rem;
  height: 2rem;
  background: #FF7100;
  border-radius: 50%;
  transition: opacity 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
  z-index: 1;
}

.arrow-link:hover,
a:has(.arrow-link):hover .arrow-link {
  color: #282828;
}
.arrow-link:hover::before,
a:has(.arrow-link):hover .arrow-link::before {
  background-color: #FF7100;
}
.arrow-link:hover::after,
a:has(.arrow-link):hover .arrow-link::after {
  opacity: 0.08;
}

.page-pattern {
  background-image: url("../img/bottom-pattern.svg");
  background-repeat: no-repeat;
  background-position: right -330px bottom -209px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 90px;
}
@media (max-width: 991.98px) {
  .page-pattern {
    background-position: right -410px bottom -220px;
    padding-bottom: 70px;
  }
}

/* Spaces */
.xl-space {
  height: 140px;
}
@media (max-width: 767.98px) {
  .xl-space {
    height: 40px;
  }
}

.l-space {
  height: 70px;
}
@media (max-width: 767.98px) {
  .l-space {
    height: 20px;
  }
}

/* snelmenu */
.snelmenu {
  display: flex;
  margin-top: 64px;
}
@media (max-width: 767.98px) {
  .snelmenu {
    margin-top: 30px;
  }
}
.snelmenu ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 34px;
}
.snelmenu ul li::before {
  content: url("../img/cheveron.svg");
  position: relative;
  top: 2px;
  margin-right: 15px;
}
.snelmenu ul a {
  color: #282828 !important;
  text-decoration: none;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pagination a {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #282828;
  text-decoration: none;
  padding: 0 10px 0 10px;
}
.pagination .current {
  width: 32px;
  height: 32px;
  background-color: #FF7100;
  border-radius: 50%;
  color: #FFFFFF;
  position: relative;
  top: -4px;
  text-align: center;
  line-height: 32px;
}

.related-items h3, .related-items .artikel-inhoud h4, .artikel-inhoud .related-items h4, .related-items .vacature-titel {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #12288C;
  margin-bottom: 40px;
}

/* Werken bij */
.vacature-titel {
  font-weight: 500 !important;
  color: #12288C !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

.vacaturelink-holder {
  position: absolute;
  bottom: 20px;
}
.vacaturelink-holder span {
  color: #282828;
}
.vacaturelink-holder span::before {
  content: url("../img/cheveron.svg");
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.werkenbij-afbeelding {
  display: block;
  width: 100%;
  max-width: 534px;
  height: auto;
  margin-left: 32px;
  margin-top: 70px;
  border-radius: 40px;
}
@media (max-width: 767.98px) {
  .werkenbij-afbeelding {
    max-width: none;
    margin-left: 0;
    margin-top: 20px;
  }
}

.vacature-item {
  padding: 20px 30px 60px 30px;
}

body.error404 .content h2, body.error404 .content-notop h2 {
  display: block;
  margin-bottom: 20px;
}
body.error404 .content a, body.error404 .content-notop a {
  color: #FF7100;
  text-decoration: underline;
}

.extra-content {
  padding-top: 40px;
  background-color: #FFFFFF;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .extra-content {
    background-color: transparent;
  }
}

@media (max-width: 767.98px) {
  body.page-template-werken-bij .page-header .content, body.page-template-werken-bij .page-header .content-notop {
    background-color: transparent;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div:has(> .blue-holder) {
  display: flex;
}
div:has(> .blue-holder) .blue-holder {
  flex: 1;
}
@media (max-width: 991.98px) {
  div:has(> .blue-holder) + div:has(> .blue-holder) {
    margin-top: 1rem;
  }
}

div:has(+ .sollicitatieformulier) {
  align-items: start;
}

.blue-holder {
  background-color: #F1F2F8;
  border-radius: 40px;
  position: relative;
  z-index: 999;
  padding: 25px;
}
.blue-holder img {
  object-fit: cover;
  width: 100%;
  max-width: initial !important;
  height: 400px;
  border-radius: 25px !important;
}
.blue-holder h3, .blue-holder .artikel-inhoud h4, .artikel-inhoud .blue-holder h4, .blue-holder .vacature-titel {
  margin-top: 0 !important;
}
.blue-holder iframe {
  width: 95%;
  height: 400px;
  margin-top: 20px;
  margin-left: 16px;
  border-radius: 40px;
}
.blue-holder input.wpcf7-text, .blue-holder .wpcf7-email {
  border: 1px solid #D8DCEC;
  display: inline-block;
  border-radius: 24px;
  width: 40%;
  height: 48px;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.blue-holder .wpcf7-file {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blue-holder input.wpcf7-submit {
  font-family: "poppins", sans-serif;
  color: #FFFFFF;
  background-image: url(../img/submit.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 20px;
  padding: 2px 30px 0px 50px;
  height: 48px;
  border: 1px solid #12288C;
  background-color: #12288C;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}

.medium > .blue-holder {
  margin-top: 20px;
}

.full-width-image img {
  max-width: none !important;
  width: 100%;
}

.primaryButton, .wpcf7-form .wpcf7-submit, .primaryButtonWhite, .primaryButtonOrange {
  --text-color: #FFFFFF;
  --button-color: #12288C;
  --hover-color: #FFFFFF;
  display: inline-flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
  background-color: var(--button-color);
  border: 1px solid var(--button-color);
  padding: 13px 1rem 11px;
  border-radius: 2rem;
  text-decoration: none;
  color: var(--text-color);
  white-space: nowrap;
  transition: background-color 0.3s cubic-bezier(0.08, 0.82, 0.17, 1), border-color 0.3s cubic-bezier(0.08, 0.82, 0.17, 1), color 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.primaryButton::before, .wpcf7-form .wpcf7-submit::before, .primaryButtonWhite::before, .primaryButtonOrange::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  mask: url("../img/button.svg") no-repeat center;
  mask-size: contain;
  background-color: var(--text-color);
  opacity: 0.4;
  margin-top: -1px;
  transition: background-color 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.primaryButton:hover, .wpcf7-form .wpcf7-submit:hover, .primaryButtonWhite:hover, .primaryButtonOrange:hover {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
  color: var(--button-color);
}
.primaryButton:hover::before, .wpcf7-form .wpcf7-submit:hover::before, .primaryButtonWhite:hover::before, .primaryButtonOrange:hover::before {
  background-color: var(--button-color);
}
@media (max-width: 575.98px) {
  .primaryButton, .wpcf7-form .wpcf7-submit, .primaryButtonWhite, .primaryButtonOrange {
    padding: 13px 12px 11px;
    font-size: 0.875rem;
  }
  .primaryButton::before, .wpcf7-form .wpcf7-submit::before, .primaryButtonWhite::before, .primaryButtonOrange::before {
    display: none;
  }
}

.primaryButtonOrange {
  --text-color: #282828;
  --button-color: #FF7100;
  --hover-color: #FFFFFF;
}
.primaryButtonOrange::before {
  opacity: 1;
}

.primaryButtonWhite {
  --text-color: #282828;
  --button-color: #FFFFFF;
  --hover-color: #12288C;
}
.primaryButtonWhite::before {
  opacity: 1;
}

.icon-button {
  position: relative;
  display: block;
  text-indent: -99999px;
  background: no-repeat center;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transition: background-color 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.icon-button::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  mask: no-repeat center;
  background-color: #fff;
  transition: background-color 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.icon-button:hover {
  background-color: #fff;
}
.icon-button:hover::before {
  background-color: #12288C;
}

.pointer-link-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.pointer-link-list a {
  display: inline-flex;
  gap: 0.5rem;
  text-decoration: none;
  color: #282828;
  padding: 0.5rem 0;
}
.pointer-link-list a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  background: url("../img/cheveron.svg") no-repeat center;
  transition: translate 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.pointer-link-list a:hover {
  text-decoration: underline;
}
.pointer-link-list a:hover::before {
  translate: 0.5rem 0;
}
.pointer-link-list.right a {
  justify-content: space-between;
}
.pointer-link-list.right a::before {
  order: 2;
}
.pointer-link-list.line li:not(:last-child) {
  border-bottom: 1px solid #D8DCEC;
}
.pointer-link-list.line a {
  display: flex;
  padding: 1rem 0;
}
.pointer-link-list.line.right a {
  gap: 1rem;
}
.pointer-link-list.line.right a::before {
  translate: -0.5rem 0;
}
.pointer-link-list.line.right a:hover::before {
  translate: 0;
}

.wpcf7-form label {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #12288C;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}
.wpcf7-form label span {
  color: #E62C17;
  vertical-align: super;
}
.wpcf7-form input {
  display: block;
  outline: 0 !important;
}
.wpcf7-form input.wpcf7-text,
.wpcf7-form select.wpcf7-select {
  border: 1px solid #D8DCEC;
  border-radius: 24px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
}
.wpcf7-form select.wpcf7-select {
  background: url("../img/select.svg") no-repeat center right 20px;
  -webkit-appearance: none;
}
.wpcf7-form ::placeholder {
  color: #99A2CD;
}
.wpcf7-form textarea {
  border: 1px solid #D8DCEC;
  border-radius: 24px;
  width: 100%;
  padding: 10px 20px 10px 20px;
  outline: 0;
}
.wpcf7-form input[type=checkbox] {
  display: inline-block;
  position: relative;
  left: -15px;
  top: -3px;
}
.wpcf7-form span.wpcf7-list-item-label {
  color: #12288C;
}
.wpcf7-form .wpcf7-submit {
  margin-top: 40px;
}
.wpcf7-form .wpcf7-submit::before {
  mask-image: url("../img/submit.svg");
  width: 24px;
  height: 24px;
  margin-top: -2px;
}
.wpcf7-form .wpcf7-submit:hover {
  border-color: #12288C;
}

.newsitem {
  display: block;
  background-color: #F1F2F8;
  border-radius: 40px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: 3rem;
}
.newsitem figure {
  overflow: hidden;
  width: 100%;
  height: 260px;
  margin: 0;
}
.newsitem figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.newsitem .news-content {
  padding: 2rem;
}
.newsitem .datum {
  font-size: 13px;
  color: #12288C;
  opacity: 0.6;
}
.newsitem h3, .newsitem .artikel-inhoud h4, .artikel-inhoud .newsitem h4, .newsitem .vacature-titel {
  line-height: 34px;
  color: #12288C;
  transition: color 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.newsitem .arrow-link {
  position: absolute;
  bottom: 2rem;
}
.newsitem:hover img {
  scale: 1.1;
}
.newsitem:hover h3, .newsitem:hover .artikel-inhoud h4, .artikel-inhoud .newsitem:hover h4, .newsitem:hover .vacature-titel {
  color: #FF7100;
}
@media (max-width: 991.98px) {
  .newsitem .news-content {
    padding: 1rem;
  }
  .newsitem .arrow-link {
    bottom: 1rem;
  }
}

.news-overview {
  display: grid;
  gap: 2rem;
}
@media (min-width: 576px) {
  .news-overview {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .news-overview {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-holder h2 {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .news-holder h2 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 991.98px) {
  .news-holder .recent-news-items {
    margin-top: 4rem;
  }
}
.news-holder .recent-news-item {
  display: block;
  padding-bottom: 25px;
  cursor: pointer;
  color: #282828;
  transition: color 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.news-holder .recent-news-item:not(:first-of-type) {
  padding-top: 25px;
  border-top: 1px solid #eee;
}
.news-holder .recent-news-item:hover {
  color: #FF7100;
}
.news-holder .recent-news-item .title {
  display: inline-block;
  font-size: 18px;
  width: 80%;
}
.news-holder .recent-news-item .date {
  display: inline-block;
  float: right;
  font-size: 14px;
  opacity: 0.6;
}
.news-holder .goto-news {
  margin-top: 20px;
  color: #282828;
  opacity: 0.6;
  font-size: 18px;
}
.news-holder .goto-news:hover {
  color: #FF7100;
}

/* Parts */
html.notification-bar #notification-bar {
  display: table;
}

html.notification-bar .shiftnav-toggle-burger {
  top: 70px;
}

html.no-bar #notification-bar {
  display: none;
}

header {
  margin-top: 50px;
  position: relative;
  z-index: 999;
}
@media (max-width: 991.98px) {
  header {
    margin-top: 20px;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top .navigation {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  header .header-top {
    align-items: start;
    padding-right: 3rem;
  }
  header .header-top .telefoon-icoon {
    margin-top: 5px;
  }
}
header ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
header ul li:not(:first-child) {
  padding-left: 1rem;
}
header ul li:not(:last-child) {
  padding-right: 1rem;
}
@media (max-width: 1199.98px) {
  header ul li {
    padding: 0 8px 0 8px;
  }
}
header ul li a {
  color: #282828;
  text-decoration: none;
  font-size: 16px;
}
header ul li a:hover {
  color: #12288C;
}
header ul li.menubutton a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #ECEEF6;
  border: 1px solid #ECEEF6;
  padding: 0.75rem 1rem 0.65rem;
  border-radius: 2rem;
  color: #12288C;
  white-space: nowrap;
  transition: background 0.3s cubic-bezier(0.08, 0.82, 0.17, 1), border-color 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
}
header ul li.menubutton a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/menubutton.svg) no-repeat center;
}
header ul li.menubutton a:hover {
  background: #FFFFFF;
  border-color: #12288C;
}
@media (max-width: 1399.98px) {
  header ul li.menubutton a {
    text-indent: -9999px;
    padding: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    gap: 0;
  }
}
header ul li.current-menu-item a {
  border-bottom: 2px solid #FF7100;
}
header ul li.current-menu-parent a {
  border-bottom: 2px solid #FF7100;
}
header ul li.current-menu-parent > ul > li > a {
  border-bottom: none;
}
header ul li.current-menu-item > ul > li > a {
  border-bottom: none;
}
header .main-nav > ul > li:not(.menubutton) {
  padding-bottom: 1rem;
  margin-bottom: -1rem;
}

div:has(> #search-form) {
  gap: 20px;
}

#search-form {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #D8DCEC;
  background-color: #FFFFFF;
  gap: 5px;
  padding: 5px;
  overflow: hidden;
  width: 240px;
}
#search-form:has(input:focus) {
  border-color: #12288C;
}
#search-form input#s {
  display: inline-block;
  width: 100%;
  color: rgba(16, 40, 140, 0.5);
  padding-left: 1rem;
  border: 0;
  outline: 0;
  padding-top: 4px;
}
#search-form input#s::placeholder {
  color: rgba(16, 40, 140, 0.5);
}
#search-form input#s:not(:focus)::placeholder {
  opacity: 1;
}
#search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-indent: -9999px;
  border: 0;
  flex: 0 0 36px;
  height: 36px;
  background-color: #ECEEF6;
  border-radius: 18px;
}
#search-form button::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  mask: url("../img/icons/search.svg") no-repeat center;
  background: #12288C;
}
@media (max-width: 991.98px) {
  #search-form {
    display: none;
  }
}

.telefoon-icoon {
  display: inline-block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  background-color: #FF7100;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .telefoon-icoon {
    top: 2px;
  }
}
.telefoon-icoon img {
  display: inline-block;
  width: 50%;
  position: relative;
  top: 6px;
}

.telefoon-mobiel {
  float: right;
  margin-right: 40px;
}
@media (min-width: 992px) {
  .telefoon-mobiel {
    display: none;
  }
}

.main-nav ul ul {
  display: none;
  position: absolute;
  top: 2rem;
  left: 15px;
  z-index: 9999999;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.main-nav ul ul li {
  display: block;
  padding: 0;
  background-color: #FFFFFF;
}
.main-nav ul ul li a {
  display: block;
  padding: 8px 15px;
  color: #282828;
  font-size: 16px;
  white-space: nowrap;
}
.main-nav ul ul li a:hover {
  color: #12288C;
  background-color: #ECEEF6;
}
.main-nav ul ul li.current-menu-item a {
  border-bottom: none;
}

.main-nav li {
  position: relative;
}

.main-nav ul li:hover > ul {
  display: block;
}

@media (max-width: 991.98px) {
  .main-nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .mobmenur-container {
    position: relative !important;
    top: 100px !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .mobmenur-container {
    position: relative !important;
    top: 68px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobmenur-container {
    position: relative !important;
    top: 60px !important;
  }
}
.mobmenu-right-panel {
  background-color: #12288C !important;
  background-image: url("../img/bottom-pattern.svg");
  background-repeat: no-repeat;
  background-position: left -30px bottom -160px;
  width: 100% !important;
}
.mobmenu-right-panel .mobmenu-right-bt {
  top: 20px !important;
}
.mobmenu-right-panel .mobmenu-right-bt .mob-cancel-button {
  color: #FFFFFF !important;
}
.mobmenu-right-panel .mobmenu-content {
  background-image: url("../img/mobiel-menu-logo.png");
  background-repeat: no-repeat;
  margin-top: 20px;
  background-position-x: 20px;
}
.mobmenu-right-panel .mobmenu-content ul {
  display: block;
  position: relative;
  top: 100px;
}
.mobmenu-right-panel .mobmenu-content ul li {
  border-bottom: 1px solid #4B5BA8;
  padding: 15px 0 15px 0;
}
.mobmenu-right-panel .mobmenu-content ul li a {
  font-family: "poppins", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px;
  color: #FFFFFF !important;
  padding: 0 0 0 20px !important;
}
.mobmenu-right-panel .mobmenu-content ul li:last-child {
  border-bottom: none;
}
.mobmenu-right-panel .sub-menu {
  background-color: #12288C !important;
  margin-top: 20px !important;
  margin-left: 20px !important;
}
.mobmenu-right-panel .sub-menu li {
  border-bottom: none !important;
  padding-left: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mobmenu-right-panel .sub-menu li a {
  font-size: 16px !important;
}

#mobmenuright li:hover {
  background-color: #12288C !important;
}

.mobmenu-content #mobmenuright > li > a:hover {
  background-color: #12288C !important;
}

#mobmenuright .mob-expand-submenu i {
  color: #FFFFFF !important;
}

footer {
  background-color: #12288C;
  position: relative;
  z-index: 999;
  padding-top: 60px;
}
footer .footer-logo {
  display: block;
  margin-bottom: 24px;
}
footer .footer-logo img {
  width: 175px;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 40px;
  }
  footer .footer-logo img {
    width: 96px;
  }
}
footer .footeritem-title {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
footer .footeritem-title span {
  content: url("../img/spacer.svg");
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: -3px;
}
footer .contact-holder {
  padding-top: 100px;
}
footer .contact-holder .icon-button {
  width: 4rem;
  height: 4rem;
}
footer .contact-holder .icon-button.phone::before {
  mask-image: url(../img/icons/phone.svg);
  mask-size: 20px 20px;
}
footer .contact-holder .icon-button.mail::before {
  mask-image: url(../img/icons/mail.svg);
  mask-size: 20px 16px;
}
@media (max-width: 767.98px) {
  footer .contact-holder {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4B5BA8;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  footer .contact-holder {
    padding-top: 50px;
  }
}
footer .contact-holder p {
  margin-bottom: 0;
}
footer .contact-holder p a {
  color: #FFFFFF;
  text-decoration: underline;
}
footer .contact-holder .title a {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
}
footer .contact-holder .tekst {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  footer .mail-holder {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  footer .mail-holder {
    padding-top: 20px;
  }
}
footer hr {
  color: #FFFFFF;
  opacity: 0.16;
  margin: 80px 0 80px 0;
}
@media (max-width: 767.98px) {
  footer hr {
    display: none;
  }
}
footer .footermenu {
  list-style-type: none;
  padding-left: 0;
}
footer .footermenu li a {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 32px;
}
footer .subfooter {
  padding-top: 120px;
  padding-bottom: 60px;
}
footer .subfooter a, footer .subfooter p {
  color: #FFFFFF;
  opacity: 0.4;
}
@media (max-width: 767.98px) {
  footer .subfooter {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
footer .subfooter a {
  text-decoration: none;
  margin-right: 60px;
}
@media (max-width: 767.98px) {
  footer .subfooter a {
    margin-right: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
}
footer .subfooter p {
  text-align: right;
}
@media (max-width: 1199.98px) {
  footer .subfooter p {
    text-align: left;
    margin-top: 40px;
  }
}
footer .footermenu a:hover,
footer .subfooter a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .footer-desktop {
    display: none;
  }
}

.footer-mobile {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer-mobile {
    display: none;
  }
}

.footer-accordion-item {
  border-bottom: 1px solid #4B5BA8;
}
.footer-accordion-item button {
  background-color: #12288C;
  color: #FFFFFF;
  padding: 15px 0 15px 0;
}
.footer-accordion-item .accordion-button.collapsed::after {
  background-image: url("../img/footer-menu-collapsed.svg");
}
.footer-accordion-item .accordion-button:not(.collapsed) {
  color: #FFFFFF;
}
.footer-accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../img/footer-menu-collapse.svg");
}
.footer-accordion-item .accordion-body {
  padding: 10px;
}

.last-footermenu {
  border-bottom: none;
}

/* Mobile menu position fix with and without notification bar */
html.notification-bar .mobmenur-container i {
  position: relative;
  top: -3px;
}

html.no-bar .mobmenur-container i {
  position: relative;
  top: -90px;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  html.notification-bar .mobmenur-container i {
    position: relative;
    top: -10px;
  }
  html.no-bar .mobmenur-container i {
    position: relative;
    top: -98px;
  }
}
@media screen and (max-width: 480px) {
  html.notification-bar .mobmenur-container i {
    position: relative;
    top: -30px;
  }
  html.no-bar .mobmenur-container i {
    position: relative;
    top: -128px;
  }
}
@media screen and (max-width: 340px) {
  html.notification-bar .mobmenur-container i {
    position: relative;
    top: 0;
  }
}
.accordion-button:not(.collapsed) {
  color: #282828;
  background: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button {
  font-size: 20px !important;
}
@media (max-width: 767.98px) {
  .accordion-button {
    padding-left: 0 !important;
  }
}

.accordion-button {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 20px !important;
  color: #12288C;
}

.faq-afbeelding {
  display: block;
  width: 285px;
  height: 285px;
  object-fit: cover;
  position: relative;
  z-index: 999999;
}

body.page-template-faq #FAQaccordeon {
  margin-top: 50px;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.cta, .orange-box {
  background-color: #F1F2F8;
  border-radius: 40px;
  padding: 50px 50px 50px 60px;
  margin-top: 90px;
}
@media (max-width: 767.98px) {
  .cta, .orange-box {
    width: 80%;
    padding: 40px 30px 30px 40px;
    margin: 0px auto;
    margin-top: 40px;
  }
}
.cta h2, .orange-box h2 {
  font-size: 34px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .cta h2, .orange-box h2 {
    font-size: 28px;
  }
}
.cta p, .orange-box p {
  margin-top: 1rem;
}
.cta .cta-image, .orange-box .cta-image {
  display: inline;
  float: right;
}
@media (max-width: 767.98px) {
  .cta .cta-image, .orange-box .cta-image {
    width: 75%;
    height: auto;
    margin: 0px auto;
    display: block;
    float: none;
    margin-top: 40px;
  }
}
.cta ul, .orange-box ul {
  width: 50%;
}
@media (max-width: 767.98px) {
  .cta ul, .orange-box ul {
    width: 100%;
    margin-top: 40px;
  }
}
.cta .cta-button, .orange-box .cta-button {
  margin-top: 40px;
}

#notification-bar {
  width: 100%;
  height: auto;
  display: table;
  position: relative;
  background-color: #12288C;
  z-index: 999999;
}

.hb-text-wrapper {
  height: auto;
  line-height: auto;
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .hb-text-wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .hb-text-wrapper {
    padding: 30px 0 0 40px;
  }
}

.notification-icoon {
  display: inline-block;
  margin-right: 65px;
  margin-bottom: 30px;
  float: left;
}

.hb-text-wrapper .hb-headline-text {
  display: inline-block;
  vertical-align: middle;
}
.hb-text-wrapper .hb-headline-text span {
  font-size: 16px;
  color: #FFFFFF;
}
.hb-text-wrapper .hb-headline-text span a {
  color: #FFFFFF;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .hb-text-wrapper .hb-headline-text {
    font-size: 14px;
    position: relative;
    left: 20px;
    display: inline;
  }
}

.hb-close-wrapper {
  display: table-cell;
  width: 1.6em;
}

.close-modal-button {
  position: absolute;
  right: 10%;
  top: 40px;
  transform: translateY(-50%);
  z-index: 999999999;
  text-decoration: none;
}
.close-modal-button:before {
  font-family: fontAwesome;
  content: "\f00d";
  color: #FFFFFF;
  font-size: 28px;
  transform: translate(-50%, -50%);
}
.close-modal-button:hover:before {
  color: #FFFFFF;
  transition: background 350ms cubic-bezier(0.42, 0, 0.58, 1) 10ms, all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transform: translate(-55%, -48%) rotate(-0.25turn);
}
@media (max-width: 991.98px) {
  .close-modal-button {
    right: 15px;
  }
}

.calendar {
  --size: full;
  display: grid;
  grid-template-columns: 80px repeat(5, 1fr);
  position: relative;
}
.calendar .header {
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: 1fr;
  grid-column: 2/-1;
  margin-bottom: 2rem;
  justify-items: center;
}
.calendar .header div {
  grid-row: 1;
}
.calendar .times,
.calendar .days,
.calendar .day {
  display: grid;
  grid-template-rows: subgrid;
  grid-row-end: span 41;
}
.calendar .times {
  justify-items: center;
}
.calendar .days {
  grid-template-columns: subgrid;
  grid-column: span 5;
}
.calendar .day {
  border-left: 1px solid #ddd;
  padding: 1px;
}
.calendar .day:last-child {
  border-right: 1px solid #ddd;
}
.calendar .times .time {
  height: 1.1rem;
  font-size: 0.75rem;
}
.calendar .times .time span {
  display: block;
  translate: 0 -0.45rem;
}
.calendar .times .time:has(span)::before {
  content: "";
  display: block;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 80px;
  right: 0;
}
.calendar .slot {
  position: relative;
  padding: 0.25rem 0.5rem;
  border: 5px solid #fff;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  top: 1px;
  height: calc(100% - 2px);
}
.calendar .slot:has(.info) {
  cursor: pointer;
  font-weight: 500;
}
.calendar .slot .info {
  position: absolute;
  left: 50%;
  width: 140%;
  translate: -50% 0;
  padding: 1rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  background: #fff;
  z-index: 3;
}
.calendar .slot .info.bottom {
  top: calc(100% + 0.75rem);
}
.calendar .slot .info.bottom::before {
  top: 0;
  transform-origin: top right;
}
.calendar .slot .info.top {
  bottom: calc(100% + 0.75rem);
}
.calendar .slot .info.top::before {
  bottom: 0;
  transform-origin: bottom left;
  rotate: -135deg;
}
.calendar .slot .info .title {
  font-size: 1rem;
  color: #12288C;
}
.calendar .slot .info p {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}
.calendar .slot .info[aria-hidden=true] {
  display: none;
}
.calendar .slot .info::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #ececec;
  border-right-width: 0;
  border-bottom-width: 0;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  rotate: 45deg;
}
@media (max-width: 991.98px) {
  .calendar {
    --size: small;
    grid-template-columns: 80px 1fr;
  }
  .calendar .header {
    grid-column: 1/-1;
    grid-template-columns: repeat(5, 1fr);
  }
  .calendar .header div {
    cursor: pointer;
  }
  .calendar .header div[current], .calendar .header div:hover {
    font-weight: bold;
  }
  .calendar .days,
  .calendar .day {
    grid-column: 2;
  }
  .calendar .days {
    overflow: hidden;
  }
  .calendar .day {
    grid-row-start: 1;
    translate: -100% 0;
    transition: translate 0.3s ease-out;
    border-right: 1px solid #ddd;
  }
  .calendar .day[current] {
    translate: 0;
  }
  .calendar .day[current] ~ div {
    translate: 100% 0;
  }
  .calendar .day .info {
    max-width: 100%;
  }
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.social-links .link {
  width: 2.5rem;
  height: 2.5rem;
}
.social-links .link.linkedin::before {
  mask-image: url(../img/icons/linkedin.svg);
  mask-size: 16px 16px;
}
.social-links .link.facebook::before {
  mask-image: url(../img/icons/facebook.svg);
  mask-size: 18px 18px;
}
.social-links .link.instagram::before {
  mask-image: url(../img/icons/instagram.svg);
  mask-size: 20px 20px;
}
.social-links .link.youtube::before {
  mask-image: url(../img/icons/youtube.svg);
  mask-size: 22px 16px;
}

@media (max-width: 767.98px) {
  .footer-main-info .social-links {
    display: none;
  }
}
.mob-menu-header-holder {
  width: initial !important;
}

/* Pages */
.mobile-header-title {
  background: linear-gradient(0deg, #fff 0%, rgba(18, 40, 140, 0.12) 85%);
}

.page-header .home-holder {
  position: relative;
}
.page-header .content h2.algemene-pagina-titel, .page-header .content-notop h2.algemene-pagina-titel {
  display: block;
  margin-bottom: 20px;
}
.page-header .content img, .page-header .content-notop img {
  border-radius: 40px;
}
@media (max-width: 767.98px) {
  .page-header .content img, .page-header .content-notop img {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-header .content, .page-header .content-notop {
    padding-left: 16px;
    padding-right: 16px;
    background-color: transparent;
    margin-top: 0;
    padding-top: 20px;
  }
}
.page-header img {
  position: relative;
  z-index: 999;
  height: auto;
}
@media (max-width: 1199.98px) {
  .page-header img {
    width: 100%;
    height: auto;
  }
}

.archive .page-header {
  margin-bottom: 20px;
}

.container-fluid:has(> .container .snel-naar-menu-home) > .container {
  position: relative;
}
@media (min-width: 992px) {
  .container-fluid:has(> .container .snel-naar-menu-home) {
    height: 525px;
    overflow: hidden;
  }
}

.snel-naar-menu-home {
  margin-top: 2rem;
}
.snel-naar-menu-home h3, .snel-naar-menu-home .artikel-inhoud h4, .artikel-inhoud .snel-naar-menu-home h4, .snel-naar-menu-home .vacature-titel {
  color: #fd7e14;
}
@media (min-width: 992px) {
  .snel-naar-menu-home {
    position: absolute;
    right: 0;
    bottom: -100px;
  }
  .snel-naar-menu-home::after {
    content: "";
    position: absolute;
    display: block;
    top: -100px;
    left: -180px;
    width: 1130px;
    height: 880px;
    background: url("../img/bg-block.svg") no-repeat top left;
    z-index: -1;
  }
}

.asking {
  display: block;
  background-image: url("../img/asking.svg");
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-left: 70px;
  padding-bottom: 25px;
}
.asking input {
  width: 460px;
  border: 0;
  outline: 0;
}
.asking input::placeholder {
  opacity: 1;
  color: #282828;
}
.asking input:focus::placeholder {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .asking {
    display: none;
  }
}

.asking-mobile {
  background-image: url("../img/asking-mobile.svg");
  display: block;
  height: 120px;
  background-position-x: -16px;
  background-repeat: no-repeat;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .asking-mobile {
    display: none;
  }
}

.home-buttons {
  display: flex;
  margin-top: 30px;
  margin-left: 0;
  gap: 15px;
  position: relative;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .home-buttons {
    display: block;
    margin-top: 20px;
  }
  .home-buttons a {
    display: flex;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-buttons {
    margin-left: 60px !important;
    margin-top: 40px !important;
  }
}
@media (max-width: 575.98px) {
  .home-buttons {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .home-buttons {
    width: 70%;
    margin-bottom: 80px;
  }
}

.home .breadcrumbs {
  display: none;
}

.breadcrumbs {
  display: block;
  margin-top: 30px;
  border-bottom: 1px solid #ECEEF6;
  padding-bottom: 10px;
  margin-left: 0px;
}
.breadcrumbs .breadcrumb-holder {
  padding-left: 0 !important;
}
.breadcrumbs .breadcrumb-holder span {
  color: #7E7E7E;
}
.breadcrumbs .breadcrumb-holder span a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs .breadcrumb-holder span a span {
  padding: 0;
}
.breadcrumbs .breadcrumb-holder span.divider {
  color: #CACACA;
  padding: 0 10px 0 10px;
  position: relative;
  top: 1px;
}
.breadcrumbs .breadcrumb-holder span.current-item {
  color: #000;
}

@media screen and (max-width: 1200px) {
  html.notification-bar .snel-naar .snel-naar-menu-home {
    top: 400px;
  }
}
.page-search {
  display: flex;
  justify-content: center;
  background-color: #F5F6FB;
  border-radius: 160px;
  width: 100%;
  padding: 2rem;
}
.page-search #search-form {
  width: 100%;
  max-width: 768px;
  padding: 9px;
  border-radius: 40px;
  height: 80px;
  align-items: stretch;
}
.page-search #search-form button {
  text-indent: 0;
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  background: #12288C;
  color: #FFFFFF;
  border-radius: 100px;
  font-size: 1.25rem;
}
.page-search #search-form button::before {
  position: relative;
  background: #FFFFFF;
}
@media (max-width: 767.98px) {
  .page-search {
    padding: 0;
  }
}

.ik-huur-blokken {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .ik-huur-blokken {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .ik-huur-blokken {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .ik-huur-blokken {
    margin-top: 20px;
  }
}
.ik-huur-blokken .blok {
  border: 1px solid rgba(18, 40, 140, 0.16);
  border-radius: 40px;
  padding: 30px;
  position: relative;
}
@media (max-width: 767.98px) {
  .ik-huur-blokken .blok {
    height: auto;
    min-height: auto;
    max-height: auto;
  }
}
.ik-huur-blokken .blok img {
  display: inline-block;
  max-width: 33px;
  max-height: 33px;
}
.ik-huur-blokken .blok h3, .ik-huur-blokken .blok .artikel-inhoud h4, .artikel-inhoud .ik-huur-blokken .blok h4, .ik-huur-blokken .blok .vacature-titel {
  display: inline-block;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #12288C;
  position: relative;
  top: 6px;
  left: 10px;
  margin-bottom: 20px;
}
.ik-huur-blokken .blok ul li {
  border-color: #ECEEF6;
}
.ik-huur-blokken .blok .secundaryButton {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 767.98px) {
  .ik-huur-blokken .blok .secundaryButton {
    position: relative;
    left: 0;
    bottom: auto;
  }
}

.artikel-inhoud {
  margin-top: 20px;
}
.artikel-inhoud ol, .artikel-inhoud ul {
  font-size: 18px;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .artikel-inhoud ol li, .artikel-inhoud ul li {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.artikel-inhoud h3, .artikel-inhoud h4, .artikel-inhoud .vacature-titel {
  color: #12288C;
  font-weight: 500;
  line-height: 32px;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .artikel-inhoud h3, .artikel-inhoud h4, .artikel-inhoud .vacature-titel {
    color: #282828;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
  }
}
.artikel-inhoud h4 {
  color: #12288C;
  font-weight: 500;
  margin-bottom: 40px;
}
.artikel-inhoud hr {
  color: #ECEEF6;
  margin: 70px 0 70px 0;
}
@media (max-width: 767.98px) {
  .artikel-inhoud hr {
    display: none;
  }
}

.related-articles h3, .related-articles .vacature-titel, .related-articles .artikel-inhoud h4, .artikel-inhoud .related-articles h4 {
  color: #12288C;
  font-weight: 500;
}
.related-articles .related-article-block {
  margin-top: 32px;
  width: 100%;
  height: 280px;
  min-height: 280px;
  max-height: 280px;
  background-color: #ECEEF6;
  border-radius: 40px;
  padding: 40px 60px 40px 30px;
}
@media (max-width: 991.98px) {
  .related-articles .related-article-block {
    margin-top: 16px;
    height: auto;
    min-height: none;
    max-height: none;
    padding: 20px 60px 20px 30px;
  }
}
.related-articles .related-article-block .content, .related-articles .related-article-block .content-notop {
  display: block;
  height: 120px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .related-articles .related-article-block .content, .related-articles .related-article-block .content-notop {
    height: 200px;
  }
}
.related-articles .related-article-block .content h1, .related-articles .related-article-block .content-notop h1, .related-articles .related-article-block .content h2, .related-articles .related-article-block .content-notop h2, .related-articles .related-article-block .content h3, .related-articles .related-article-block .content-notop h3, .related-articles .related-article-block .content .vacature-titel, .related-articles .related-article-block .content-notop .vacature-titel, .related-articles .related-article-block .content h4, .related-articles .related-article-block .content-notop h4, .related-articles .related-article-block .content p, .related-articles .related-article-block .content-notop p {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #282828;
}
.related-articles .related-article-block .link a {
  font-size: 16px;
  color: #282828;
  text-decoration: none;
}
.related-articles .related-article-block .link a::before {
  content: url("../img/cheveron.svg");
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.andere-rubrieken {
  margin-top: 140px;
}
@media (max-width: 991.98px) {
  .andere-rubrieken {
    margin-top: 40px;
  }
}
.andere-rubrieken h3, .andere-rubrieken .vacature-titel, .andere-rubrieken .artikel-inhoud h4, .artikel-inhoud .andere-rubrieken h4 {
  color: #FF7100;
}
.andere-rubrieken .rubriek-holder {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .andere-rubrieken .rubriek-holder {
    display: block;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .andere-rubrieken .rubriek-holder {
    justify-content: center;
  }
}
.andere-rubrieken .rubriek-holder .rubriek {
  height: 68px;
  border: 1px solid #D8DCEC;
  border-radius: 16px;
  align-items: center;
  display: inline-flex;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #12288C;
  padding-right: 20px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .andere-rubrieken .rubriek-holder .rubriek {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.andere-rubrieken .rubriek-holder .rubriek:hover {
  border: 1px solid #12288C;
  background-color: #12288C;
  color: #FFFFFF;
}
.andere-rubrieken .rubriek-holder img {
  padding-left: 20px;
  padding-right: 15px;
}

body.single-ikhuur .contact-blokken > div:first-child {
  display: none;
}

.contact-title {
  margin-top: 144px;
}
@media (max-width: 991.98px) {
  .contact-title {
    margin-top: 40px;
  }
}

body.tax-ikhuur_categorie .ik-huur-blokken .blok {
  height: auto;
  min-height: auto;
  max-height: none;
}
body.tax-ikhuur_categorie .ik-huur-blokken .blok ul {
  position: relative;
  bottom: auto;
}

.nabijwonen-afbeelding {
  max-width: 480px;
}

.uitgelicht-project {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  min-height: 310px;
  border: 1px solid rgba(18, 40, 140, 0.16);
  border-radius: 40px;
  padding: 30px;
  margin-top: 40px;
  cursor: pointer;
  text-decoration: none;
  background-color: #FFFFFF;
}
.uitgelicht-project .project-image {
  border-radius: 1rem;
  flex: 1 1 420px;
  height: 246px;
  overflow: hidden;
}
.uitgelicht-project .project-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.uitgelicht-project .project-content {
  flex: 3 35ch;
}
.uitgelicht-project h3, .uitgelicht-project .vacature-titel, .uitgelicht-project .artikel-inhoud h4, .artikel-inhoud .uitgelicht-project h4 {
  font-weight: 500;
  color: #12288C;
  transition: color 0.3s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.uitgelicht-project p {
  margin-top: 20px;
  width: 90%;
}
.uitgelicht-project:hover .project-image img {
  scale: 1.1;
}
.uitgelicht-project:hover h3, .uitgelicht-project:hover .vacature-titel, .uitgelicht-project:hover .artikel-inhoud h4, .artikel-inhoud .uitgelicht-project:hover h4 {
  color: #FF7100;
}

.beschikbaar, .binnenkort-beschikbaar {
  display: inline-block;
  padding: 0 15px 0 15px;
  height: 30px;
  background-color: #ECEEF6;
  border-radius: 64px;
  font-size: 14px;
  color: #12288C;
  text-align: center;
  line-height: 32px;
  position: relative;
  top: -7px;
}

.binnenkort-beschikbaar {
  background-color: #FEF4EB;
  color: #FF7100;
}

.uitgelicht .project-image {
  flex: 1 1 330px;
  height: 190px;
}

.project-images {
  margin-top: 100px;
}
.project-images img {
  display: block;
  width: 95%;
  height: auto;
  float: right;
  border-radius: 40px;
  position: relative;
  z-index: 9999999;
}
@media (max-width: 991.98px) {
  .project-images {
    margin-top: 40px;
  }
  .project-images img {
    width: 100%;
    float: none;
    margin: 0px auto;
  }
}

.more-images-holder {
  margin-top: 180px;
  position: relative;
  right: -20px;
}
@media (max-width: 991.98px) {
  .more-images-holder {
    margin: 0px auto;
    margin-top: 20px;
    right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.more-images-holder img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .more-images-holder img {
    max-width: none;
  }
}

.orange-box {
  padding: 40px 30px 80px 60px;
  height: 350px;
  background-color: #FFF7F0;
}
@media (max-width: 1199.98px) {
  .orange-box {
    height: auto;
    padding: 20px 15px 20px 20px;
  }
}
.orange-box h3, .orange-box .vacature-titel, .orange-box .artikel-inhoud h4, .artikel-inhoud .orange-box h4 {
  color: #FF7100;
  font-weight: 500;
}
.orange-box img {
  float: left;
  margin-right: 80px;
}
@media (max-width: 767.98px) {
  .orange-box img {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 30px 20px 0;
  }
}
@media (max-width: 575.98px) {
  .orange-box img {
    float: none;
  }
}

.snel-naar-box {
  background-color: #F1F2F8;
  border-radius: 40px;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .snel-naar-box {
    margin-top: 2rem;
  }
}
.snel-naar-box h3, .snel-naar-box .vacature-titel, .snel-naar-box .artikel-inhoud h4, .artikel-inhoud .snel-naar-box h4 {
  font-weight: 500;
  color: #12288C;
}
.snel-naar-box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.snel-naar-box ul a {
  display: flex;
  justify-content: start;
  white-space: wrap;
}

.contact-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.contact-blocks .contact-blok {
  flex: 1 25ch;
}

.contact-blok {
  border: 1px solid rgba(18, 40, 140, 0.16);
  border-radius: 40px;
  padding: 15px 30px 15px 30px;
}
.contact-blok img {
  margin-right: 16px;
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 0 !important;
}
@media (max-width: 991.98px) {
  .contact-blok img {
    margin-right: 10px;
    margin-top: 0 !important;
  }
}
.contact-blok h3, .contact-blok .vacature-titel, .contact-blok .artikel-inhoud h4, .artikel-inhoud .contact-blok h4 {
  display: inline-block;
  font-weight: 500;
  color: #12288C;
}
.contact-blok p.tekst {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #12288C;
  margin-top: 16px;
}
.contact-blok p.tekst a {
  color: #12288C;
  text-decoration: none;
}
.contact-blok p.sub-tekst {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #12288C;
  opacity: 0.8;
}
.contact-blok ul {
  padding-left: 20px;
}
.contact-blok ul li {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #12288C;
  opacity: 0.8;
}
.contact-blok iframe {
  width: 100%;
  height: 190px;
}

.with-background {
  background-color: #ECEEF6;
  border-color: #ECEEF6;
}

body.page-template-werken-bij .contact-blok {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  body.page-template-werken-bij .contact-blok {
    margin-top: 40px;
  }
}

.formulier {
  padding-top: 60px;
}
.formulier .tekst {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.algemene-pagina {
  background-color: #FFFFFF;
  padding-left: 20px;
}
.algemene-pagina img {
  border-radius: 40px;
}
.algemene-pagina h3, .algemene-pagina .vacature-titel, .algemene-pagina .artikel-inhoud h4, .artikel-inhoud .algemene-pagina h4 {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #12288C;
  margin-top: 40px;
}
.algemene-pagina h6 {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 38px;
  font-size: 24px;
}
.algemene-pagina .full-width-image {
  margin-bottom: 60px;
}
.algemene-pagina .full-width-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  object-position: center top;
  border-radius: 40px;
}

body.search-results h1 {
  font-size: 2.5rem;
}
body.search-results h1 .label {
  color: #FF7100;
}
body.search-results .results-title {
  display: block;
  font-size: 1.5rem;
  color: #FF7100;
}
body.search-results .results-title .label {
  position: initial;
  font-size: inherit;
  margin-top: initial;
  color: #12288C;
}
body.search-results .results-title:not(:first-of-type) {
  margin-top: 4rem;
}
body.search-results .results {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.search-results .results li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.search-results .results li a {
  color: #282828;
  text-decoration: none;
}
body.search-results .results li a:hover {
  text-decoration: underline;
}
body.search-results .results li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/cheveron.svg) no-repeat center;
  margin-top: -2px;
}

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