* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.btns {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.btns:empty {
  display: none;
}

.logged-in header {
  top: 32px;
}

body.front-end {
  overflow-x: hidden;
}
body.front-end:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 200px;
  height: 300px;
  z-index: 2;
  background-image: url("../../img/pattern-blue.svg");
  background-size: cover;
  background-position: right center;
}
body.front-end:after {
  content: "";
  position: absolute;
  top: 80%;
  right: 0px;
  width: 200px;
  height: 300px;
  z-index: 2;
  background-image: url("../../img/pattern-green.svg");
  background-size: cover;
  background-position: left center;
}

body.front-end.home:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 200px;
  height: 300px;
  z-index: 2;
  background-image: url("../../img/pattern-green.svg");
  background-size: cover;
  background-position: right center;
}
body.front-end.home:after {
  content: "";
  display: none;
  position: absolute;
  top: 220%;
  right: 0px;
  width: 200px;
  height: 300px;
  z-index: 2;
  background-image: url("../../img/pattern-blue.svg");
  background-size: cover;
  background-position: left center;
}

.highlights-vacatures {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto auto;
  width: 71.4285714286%;
  padding-bottom: 140px;
}
.highlights-vacatures .col {
  min-width: 200px;
  width: 30%;
}
.highlights-vacatures .col h4 {
  font-size: 25px;
  color: #DA001A;
}
.highlights-vacatures .col p {
  font-family: filson-soft, sans-serif;
  font-size: 22px;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.text-single .text-single-inner article {
  margin: auto auto;
  width: 57.1428571429%;
}

.archive .text-single {
  padding-top: 120px;
  padding-bottom: 120px;
}

.error404 .error-404 {
  padding-top: 140px;
  margin: auto auto;
  width: 57.1428571429%;
}
.error404 .error-404 article h2 {
  font-size: 30px;
  color: #159EDA;
}
.error404 .error-404 article h3 {
  font-size: 25px;
  color: #159EDA;
}
.error404 .error-404 article h4 {
  font-size: 22px;
  color: #159EDA;
}
.error404 .error-404 article p {
  font-size: 20px;
  line-height: 30px;
}
.error404 .error-404 article ul, .error404 .error-404 article ol {
  font-size: 20px;
  line-height: 30px;
}
.error404 .error-404 article .search-form {
  display: flex;
  margin-top: 40px;
  max-width: 400px;
  width: 100%;
  transition: 0.2s ease;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.error404 .error-404 article .search-form input {
  padding: 10px;
  border: none;
  width: 70%;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
  background-color: #F0F9FE;
}
.error404 .error-404 article .search-form input[type=submit] {
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  width: 30%;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  background-color: #DA001A;
}
.error404 .error-404 article .search-form input[type=submit]:hover {
  border: 1px solid #159EDA;
  background-color: #159EDA;
}

.text-cta .text-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto auto;
  width: 71.4285714286%;
}
.text-cta .text-cta-inner article {
  max-width: 700px;
  font-size: 25px;
  line-height: 35px;
}
.text-cta .text-cta-inner .cta {
  position: relative;
  max-width: 340px;
  min-width: 300px;
  width: 100%;
}
.text-cta .text-cta-inner .cta .cta-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 90px 40px 90px 60px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #ffffff;
}
.text-cta .text-cta-inner .cta .cta-inner h2 {
  font-size: 30px;
  color: #C9D200;
}
.text-cta .text-cta-inner .cta .cta-inner h3 {
  font-size: 25px;
  color: #C9D200;
}
.text-cta .text-cta-inner .cta .cta-inner h4 {
  font-size: 22px;
}
.text-cta .text-cta-inner .cta .cta-inner p {
  font-size: 22px;
}
.text-cta .text-cta-inner .cta .cta-inner ul, .text-cta .text-cta-inner .cta .cta-inner ol {
  font-size: 22px;
}
.text-cta .text-cta-inner .cta .cta-inner .btn:hover {
  background-color: #C9D200;
}

.mission-logo {
  max-width: 100%;
  display: flex;
  padding-bottom: 50px;
}
.mission-logo .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mission-logo .inner img {
  max-width: 100%;
  width: 330px;
  height: auto;
}
.mission-logo .inner img:nth-of-type(1) {
  margin-bottom: 10px;
  width: 300px;
}

aside .mission-logo {
  width: 100%;
  padding-top: 40px;
  justify-content: center;
}

.image-single {
  margin: auto auto;
  width: 57.1428571429%;
}

.slider-image {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.slider-image .swiper {
  position: relative;
  margin: auto auto;
  width: 85.7142857143%;
}
.slider-image .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.slider-image .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 7.1428571429%;
  margin-left: -20px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  transition: 0.2s ease;
  cursor: pointer;
  z-index: 2;
  background-color: #159EDA;
}
.slider-image .swiper-button-prev:after {
  content: "<";
  text-transform: uppercase;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
}
.slider-image .swiper-button-prev:hover {
  transform: scale(0.9);
}
.slider-image .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 7.1428571429%;
  margin-right: -20px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  transition: 0.2s ease;
  cursor: pointer;
  z-index: 2;
  background-color: #159EDA;
}
.slider-image .swiper-button-next:after {
  content: ">";
  text-transform: uppercase;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
}
.slider-image .swiper-button-next:hover {
  transform: scale(0.9);
}

.slider-posts {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  background-color: #F5FCFF;
}
.slider-posts:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0px;
  width: 400px;
  height: 100%;
  z-index: 0;
  background-image: url("../../img/pattern-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-posts .title-row {
  margin: auto auto;
  width: 71.4285714286%;
}
.slider-posts .title-row h2 {
  margin-bottom: 50px;
  font-size: 30px;
  color: #159EDA;
}
.slider-posts .slider-wrapper {
  width: 100%;
  overflow: hidden;
}
.slider-posts .slider-wrapper .swiper {
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  overflow: visible;
}
.slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  padding: 30px;
  border-radius: 40px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide .wp-post-image, .slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide h3 {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #ffffff;
  z-index: 2;
  transition: 0.3s ease;
  background-color: #DA001A;
}
.slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  text-decoration: none;
}
.slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide p {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 5px;
  transition: 0.3s ease;
  z-index: 2;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  background-color: #DA001A;
}
.slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide .btn {
  display: inline-block;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 0px;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s ease;
}
.slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s ease;
  background-color: #159EDA;
}
.slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide:hover h3 {
  background-color: inherit;
}
.slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide:hover p {
  margin-bottom: 15px;
  background-color: inherit;
}
.slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide:hover .btn {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  opacity: 1;
}
.slider-posts .slider-wrapper .swiper .swiper-wrapper .swiper-slide:hover:after {
  opacity: 0.8;
}
.slider-posts .nav-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
  margin: auto auto;
  width: 71.4285714286%;
}
.slider-posts .nav-row .swiperPosts-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 40px;
  transition: 0.2s ease;
  cursor: pointer;
  z-index: 2;
}
.slider-posts .nav-row .swiperPosts-button-prev:after {
  content: "<";
  text-transform: uppercase;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 30px;
  color: #159EDA;
}
.slider-posts .nav-row .swiperPosts-button-prev:hover {
  transform: scale(0.9);
}
.slider-posts .nav-row .swiperPosts-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 40px;
  transition: 0.2s ease;
  cursor: pointer;
  z-index: 2;
}
.slider-posts .nav-row .swiperPosts-button-next:after {
  content: ">";
  text-transform: uppercase;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 30px;
  color: #159EDA;
}
.slider-posts .nav-row .swiperPosts-button-next:hover {
  transform: scale(0.9);
}

.home .posts-agenda, .home .posts-locations {
  margin-bottom: 100px;
}

.posts-agenda, .posts-locations {
  position: relative;
  padding-top: 0px;
  padding-bottom: 100px;
}
.posts-agenda .title-row, .posts-locations .title-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin: auto auto;
  z-index: 1;
  width: 71.4285714286%;
}
.posts-agenda .title-row h2, .posts-locations .title-row h2 {
  font-size: 30px;
  color: #ffffff;
}
.posts-agenda .title-row a, .posts-locations .title-row a {
  transition: 0.2s ease;
  text-decoration: underline;
  font-family: filson-soft, sans-serif;
  font-size: 20px;
  color: #ffffff;
}
.posts-agenda .title-row a:hover, .posts-locations .title-row a:hover {
  color: #159EDA;
}
.posts-agenda .posts-agenda-inner, .posts-agenda .posts-locations-inner, .posts-locations .posts-agenda-inner, .posts-locations .posts-locations-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 1;
}
.posts-agenda .posts-agenda-inner a, .posts-agenda .posts-locations-inner a, .posts-locations .posts-agenda-inner a, .posts-locations .posts-locations-inner a {
  text-decoration: none;
  color: inherit;
}
.posts-agenda .posts-agenda-inner .post, .posts-agenda .posts-locations-inner .post, .posts-locations .posts-agenda-inner .post, .posts-locations .posts-locations-inner .post {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  padding: 30px;
  height: 300px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.posts-agenda .posts-agenda-inner .post .wp-post-image, .posts-agenda .posts-agenda-inner .post img, .posts-agenda .posts-locations-inner .post .wp-post-image, .posts-agenda .posts-locations-inner .post img, .posts-locations .posts-agenda-inner .post .wp-post-image, .posts-locations .posts-agenda-inner .post img, .posts-locations .posts-locations-inner .post .wp-post-image, .posts-locations .posts-locations-inner .post img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.posts-agenda .posts-agenda-inner .post h3, .posts-agenda .posts-locations-inner .post h3, .posts-locations .posts-agenda-inner .post h3, .posts-locations .posts-locations-inner .post h3 {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #ffffff;
  z-index: 2;
  transition: 0.3s ease;
  background-color: #DA001A;
}
.posts-agenda .posts-agenda-inner .post p, .posts-agenda .posts-locations-inner .post p, .posts-locations .posts-agenda-inner .post p, .posts-locations .posts-locations-inner .post p {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 5px;
  transition: 0.3s ease;
  z-index: 2;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  background-color: #DA001A;
}
.posts-agenda .posts-agenda-inner .post .btn, .posts-agenda .posts-locations-inner .post .btn, .posts-locations .posts-agenda-inner .post .btn, .posts-locations .posts-locations-inner .post .btn {
  display: inline-block;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 0px;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s ease;
}
.posts-agenda .posts-agenda-inner .post:after, .posts-agenda .posts-locations-inner .post:after, .posts-locations .posts-agenda-inner .post:after, .posts-locations .posts-locations-inner .post:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s ease;
  background-color: #159EDA;
}
.posts-agenda .posts-agenda-inner .post:hover h3, .posts-agenda .posts-locations-inner .post:hover h3, .posts-locations .posts-agenda-inner .post:hover h3, .posts-locations .posts-locations-inner .post:hover h3 {
  background-color: inherit;
}
.posts-agenda .posts-agenda-inner .post:hover p, .posts-agenda .posts-locations-inner .post:hover p, .posts-locations .posts-agenda-inner .post:hover p, .posts-locations .posts-locations-inner .post:hover p {
  margin-bottom: 15px;
  background-color: inherit;
}
.posts-agenda .posts-agenda-inner .post:hover .btn, .posts-agenda .posts-locations-inner .post:hover .btn, .posts-locations .posts-agenda-inner .post:hover .btn, .posts-locations .posts-locations-inner .post:hover .btn {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  opacity: 1;
}
.posts-agenda .posts-agenda-inner .post:hover:after, .posts-agenda .posts-locations-inner .post:hover:after, .posts-locations .posts-agenda-inner .post:hover:after, .posts-locations .posts-locations-inner .post:hover:after {
  opacity: 0.8;
}
.posts-agenda:after, .posts-locations:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 92.8571428571%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #C9D200;
}

.posts-vacatures {
  position: relative;
}
.posts-vacatures .posts-vacatures-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 1;
}
.posts-vacatures .posts-vacatures-inner .col h3 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  color: #DA001A;
}
.posts-vacatures .posts-vacatures-inner .col ul {
  padding-left: 20px;
}
.posts-vacatures .posts-vacatures-inner .col ul li {
  margin-bottom: 20px;
  font-family: filson-soft, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.posts-vacatures .posts-vacatures-inner .col ul li:last-of-type {
  margin-bottom: 0px;
}
.posts-vacatures .posts-vacatures-inner .col ul li a {
  text-decoration: none;
  color: #000000;
}
.posts-vacatures .posts-vacatures-inner .col ul li a:hover {
  color: #159EDA;
}

.posts-vacatures-list {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #C9D200;
}
.posts-vacatures-list .title-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin: auto auto;
  z-index: 1;
  width: 71.4285714286%;
}
.posts-vacatures-list .title-row h2 {
  font-size: 30px;
  color: #DA001A;
}
.posts-vacatures-list .title-row a {
  transition: 0.2s ease;
  text-decoration: underline;
  font-family: filson-soft, sans-serif;
  font-size: 20px;
  color: #000000;
}
.posts-vacatures-list .title-row a:hover {
  color: #159EDA;
}
.posts-vacatures-list ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 1;
  list-style: none;
}
.posts-vacatures-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  font-family: filson-soft, sans-serif;
  font-size: 20px;
  font-weight: 400;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #000000;
  background-color: #ffffff;
}
.posts-vacatures-list ul li:last-of-type {
  margin-bottom: 0px;
}
.posts-vacatures-list ul li h4 {
  max-width: 420px;
  width: 100%;
  color: #000000;
}
.posts-vacatures-list ul li p {
  max-width: 320px;
  width: 100%;
  color: #000000;
}
.posts-vacatures-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  text-decoration: none;
  color: #ffffff;
}

.archive .posts-vacatures-list {
  padding-top: 0px;
  background-color: inherit;
}
.archive .posts-vacatures-list .title-row {
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.archive .posts-vacatures-list .title-row h2 {
  color: #159EDA;
}
.archive .posts-vacatures-list .title-row .searchandfilter {
  width: auto;
}
.archive .posts-vacatures-list .title-row .searchandfilter ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  margin: inherit;
  width: 100%;
}
.archive .posts-vacatures-list .title-row .searchandfilter ul li {
  padding: 0px;
  box-shadow: none;
}
.archive .posts-vacatures-list .title-row .searchandfilter ul li select {
  padding: 14px 90px 14px 40px;
  border: none;
  border-radius: 5px;
  min-width: 200px;
  appearance: none;
  font-family: filson-soft, sans-serif;
  font-size: 20px;
  font-weight: 700;
  background-image: url("../../img/arrow-down-black.svg");
  background-size: 20px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #EBEBEB;
}

.posts-locations .title-row h2 {
  color: #159EDA;
}
.posts-locations:after {
  display: none;
}

.table {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-left: 14.2857142857%;
  max-width: 860px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.table .col {
  min-width: 410px;
  width: 50%;
  background-color: #ffffff;
}
.table .col:first-of-type article {
  border-right: 1px solid #AFAFAF;
}
.table .col h3 {
  padding: 20px 40px;
  text-align: left;
  font-family: filson-soft, sans-serif;
  font-size: 25px;
  color: #ffffff;
  background-color: #DA001A;
}
.table .col article {
  padding: 40px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #000000;
}
.table .col article a {
  text-decoration: none;
  color: #000000;
}
.table .col article a:hover {
  text-decoration: underline;
  color: #DA001A;
}

.posts-actueel {
  padding-bottom: 100px;
}
.posts-actueel .title-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin: auto auto;
  z-index: 1;
  width: 71.4285714286%;
}
.posts-actueel .title-row h2 {
  font-size: 30px;
  color: #159EDA;
}
.posts-actueel .title-row a {
  transition: 0.2s ease;
}
.posts-actueel .title-row a:hover {
  color: #159EDA;
}
.posts-actueel .posts-actueel-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 500px;
  grid-gap: 50px;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 1;
}
.posts-actueel .posts-actueel-inner a {
  text-decoration: none;
  color: inherit;
}
.posts-actueel .posts-actueel-inner .post {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.posts-actueel .posts-actueel-inner .post .wp-post-image {
  position: absolute;
  width: 100%;
  height: 300px;
  transition: 0.3s ease;
  object-fit: cover;
  object-position: center;
}
.posts-actueel .posts-actueel-inner .post .post-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  bottom: 0px;
  padding: 40px;
  background-color: #ffffff;
}
.posts-actueel .posts-actueel-inner .post .post-inner .date {
  margin-bottom: 15px;
  max-height: inherit;
  height: auto;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
}
.posts-actueel .posts-actueel-inner .post .post-inner h3 {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 30px;
  color: #ffffff;
  z-index: 2;
  transition: 0.3s ease;
  background-color: #DA001A;
}
.posts-actueel .posts-actueel-inner .post .post-inner p {
  position: relative;
  margin-bottom: 0px;
  max-height: 0px;
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease;
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.posts-actueel .posts-actueel-inner .post .post-inner span {
  text-decoration: underline;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  color: #DA001A;
}
.posts-actueel .posts-actueel-inner .post:hover .wp-post-image {
  height: 250px;
}
.posts-actueel .posts-actueel-inner .post:hover .post-inner p {
  margin-bottom: 15px;
  max-height: 200px;
}

.posts-stories .title-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin: auto auto;
  z-index: 1;
  width: 71.4285714286%;
}
.posts-stories .title-row h2 {
  font-size: 30px;
  color: #159EDA;
}
.posts-stories .title-row a {
  transition: 0.2s ease;
}
.posts-stories .title-row a:hover {
  color: #159EDA;
}
.posts-stories .posts-stories-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 1;
}
.posts-stories .posts-stories-inner a {
  text-decoration: none;
  color: inherit;
}
.posts-stories .posts-stories-inner .post {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  position: relative;
  padding: 40px;
  height: 350px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.posts-stories .posts-stories-inner .post:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.posts-stories .posts-stories-inner .post .wp-post-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  object-fit: cover;
  object-position: center;
}
.posts-stories .posts-stories-inner .post .post-inner {
  bottom: 0px;
  z-index: 2;
}
.posts-stories .posts-stories-inner .post .post-inner .date {
  margin-bottom: 15px;
  max-height: inherit;
  height: auto;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
}
.posts-stories .posts-stories-inner .post .post-inner h3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 30px;
  color: #ffffff;
  z-index: 2;
  transition: 0.3s ease;
}
.posts-stories .posts-stories-inner .post .post-inner p {
  transition: 0.3s ease;
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}
.posts-stories .posts-stories-inner .post .shape {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  padding: 20px;
  margin-left: 20px;
  width: 150px;
  height: 150px;
  z-index: 2;
}
.posts-stories .posts-stories-inner .post .shape p {
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.posts-stories .posts-stories-inner .post .shape svg {
  position: absolute;
}
.posts-stories .posts-stories-inner .post .shape svg path {
  transition: 0.2s ease;
  fill: #DA001A;
}
.posts-stories .posts-stories-inner .post:hover .wp-post-image {
  transform: scale(1.03);
}
.posts-stories .posts-stories-inner .post:hover .shape svg path {
  fill: #159EDA;
}

.page-template-page-werken-bij .posts-stories {
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-template-page-information-for-students {
  overflow-x: hidden;
}
.page-template-page-information-for-students .text-single .text-single-inner article {
  margin-left: 14.2857142857%;
  max-width: 800px;
  width: 100%;
}
.page-template-page-information-for-students .image-right {
  position: absolute;
  top: 70%;
  right: -100px;
  max-width: 700px;
  max-height: 700px;
}
.page-template-page-information-for-students .image-right image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.archive .posts-agenda {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.archive .posts-agenda:after {
  display: none;
}

.nf-form-cont {
  padding-top: 120px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
.nf-form-cont .nf-form-title {
  display: none;
}
.nf-form-cont .nf-response-msg {
  padding: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  font-weight: 700;
  color: #DA001A;
}
.nf-form-cont .nf-form-layout form .nf-before-form-content {
  display: none;
}
.nf-form-cont .nf-form-layout form .nf-form-content {
  padding: 0px;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container {
  margin-bottom: 10px;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-error {
  font-size: 16px;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field label {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input, .nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field textarea, .nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field select {
  border: none;
  border-radius: 10px;
  resize: none;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #000000;
  background-color: #EBEBEB;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input:focus, .nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field textarea:focus, .nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field select:focus {
  background-color: #E3E3E3;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field select + div {
  display: none;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-element {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-element .nf-fu-progress {
  margin-bottom: 0px;
  width: 100%;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .files_uploaded {
  color: #159EDA;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .checkbox-container .field-wrap {
  flex-direction: column;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .checkbox-wrap .nf-field-label label {
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin-left: 0px;
  height: 30px;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .checkbox-wrap .nf-field-label label:before {
  content: "";
  border: none;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #DA001A;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .checkbox-wrap .nf-field-label label:after {
  left: 0px;
  border: none;
  width: 30px;
  height: 30px;
  background-color: #EBEBEB;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .checkbox-wrap .nf-field-label label.nf-checked-label:before {
  border: none;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .checkbox-wrap .nf-field-description {
  padding-left: 40px;
  margin-right: 0px;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input[type=button] {
  padding: 20px 30px;
  border-radius: 0px;
  transition: 0.2s ease;
  height: auto;
  text-decoration: none;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #DA001A;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input[type=button]:hover {
  background-color: #159EDA;
}

.search-results-title {
  padding-top: 120px;
  margin: auto auto;
  width: 71.4285714286%;
}
.search-results-title h2 {
  font-size: 30px;
  color: #159EDA;
}

.search-results-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 120px;
  margin: auto auto;
  width: 71.4285714286%;
}
.search-results-wrapper p {
  margin-bottom: 40px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
}
.search-results-wrapper .post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #159EDA;
  max-width: 800px;
  width: 100%;
}

.map .map-wrapper {
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  height: 500px;
}
.map .map-wrapper .info {
  position: absolute;
  top: 40px;
  left: 40px;
  max-width: 380px;
  min-width: 300px;
  width: 100%;
  z-index: 2;
}
.map .map-wrapper .info .info-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 40px 40px 40px 70px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #000000;
}
.map .map-wrapper .info .info-inner h2 {
  font-size: 30px;
}
.map .map-wrapper .info .info-inner h3 {
  font-size: 25px;
}
.map .map-wrapper .info .info-inner h4 {
  font-size: 22px;
}
.map .map-wrapper .info .info-inner p {
  font-size: 20px;
}
.map .map-wrapper .info .info-inner ul, .map .map-wrapper .info .info-inner ol {
  font-size: 20px;
}
.map .map-wrapper .info .info-inner a {
  color: #000000;
}
.map .map-wrapper .info .info-inner .btn:hover {
  background-color: #C9D200;
}
.map .map-wrapper .info svg path {
  fill: #C9D200;
}
.map .map-wrapper .acf-map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.single-vacatures .content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  padding-bottom: 120px;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 2;
}
.single-vacatures .content .content-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 800px;
  width: 50%;
}
.single-vacatures .content .content-inner article {
  margin: inherit;
  max-width: inherit;
  width: 100%;
}
.single-vacatures .content .content-inner article strong {
  color: #159EDA;
}
.single-vacatures .content .content-inner .image-single {
  margin: 0px;
  width: 100%;
}
.single-vacatures .content aside {
  align-self: flex-start;
  position: sticky;
  top: 40px;
  margin-top: 0px;
  right: 0px;
  max-width: 500px;
  width: 40%;
}
.single-vacatures .content aside .aside-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 90px 70px;
  margin-bottom: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.single-vacatures .content aside .aside-inner p {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 21px;
  font-weight: 400;
}
.single-vacatures .content aside .aside-inner h3 {
  font-size: 30px;
  color: #DA001A;
}
.single-vacatures .content aside .aside-inner .posts-stories {
  margin-top: 40px;
}
.single-vacatures .content aside .aside-inner .posts-stories .title-row {
  margin: inherit;
  width: 100%;
}
.single-vacatures .content aside .aside-inner .posts-stories .title-row h4 {
  font-size: 25px;
  color: #DA001A;
}
.single-vacatures .content aside .aside-inner .posts-stories .posts-stories-inner {
  grid-template-columns: repeat(1, 1fr);
  margin: 0px;
  width: 100%;
}
.single-vacatures .content aside .aside-inner .posts-stories .posts-stories-inner .post .post-inner {
  width: 100%;
}
.single-vacatures .content aside .aside-inner .posts-stories .posts-stories-inner .post .post-inner h3 {
  font-size: 25px;
}
.single-vacatures .content aside .aside-inner .posts-stories .posts-stories-inner .post .shape {
  display: none;
}
.single-vacatures .content aside h3 {
  position: relative;
  margin-bottom: 20px;
  font-size: 30px;
  color: #159EDA;
}
.single-vacatures .content aside .btn {
  display: inline-block;
}

.form-vacature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-top: 120px;
  margin: auto auto;
  width: 71.4285714286%;
}
.form-vacature .col {
  padding: 90px;
  max-width: 700px;
  width: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.form-vacature .col article h2, .form-vacature .col article h3, .form-vacature .col article h4 {
  color: #159EDA;
}
.form-vacature .col article .nf-form-cont {
  padding-top: 0px;
}
.form-vacature .col .posts-stories .title-row {
  margin: inherit;
  width: 100%;
}
.form-vacature .col .posts-stories .title-row h2 {
  font-size: 25px;
  color: #DA001A;
}
.form-vacature .col .posts-stories .posts-stories-inner {
  grid-template-columns: repeat(1, 1fr);
  margin: inherit;
  width: 100%;
}

.form-popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.form-popup .form-wrapper {
  position: relative;
  padding: 90px;
  margin-top: 120px;
  max-width: 700px;
  width: 50%;
  max-height: 80vh;
  overflow: auto;
  z-index: 2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.form-popup .form-wrapper article h2, .form-popup .form-wrapper article h3, .form-popup .form-wrapper article h4 {
  color: #159EDA;
}
.form-popup .form-wrapper article .nf-form-cont {
  padding-top: 0px;
}
.form-popup .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #159EDA;
}

.form-popup-open {
  display: flex;
}

.single-vacatures .share .icons a:nth-child(1) .icon-wrapper {
  background-color: #006490;
}
.single-vacatures .share .icons a:nth-child(2) .icon-wrapper {
  background-color: #159EDA;
}
.single-vacatures .share .icons a:nth-child(3) .icon-wrapper {
  background-color: #006490;
}
.single-vacatures .share .icons a:nth-child(4) .icon-wrapper {
  background-color: #C9D200;
}
.single-vacatures .share .icons a:nth-child(5) .icon-wrapper {
  background-color: #DA001A;
}

.share {
  padding-top: 20px;
  font-family: filson-soft, sans-serif;
}
.share span {
  display: inline-block;
  margin-bottom: 20px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.share .icons {
  display: flex;
}
.share .icons a {
  text-decoration: none;
}
.share .icons a:nth-child(1) .icon-wrapper {
  background-color: #DA001A;
}
.share .icons a:nth-child(2) .icon-wrapper {
  background-color: #159EDA;
}
.share .icons a:nth-child(3) .icon-wrapper {
  background-color: #C9D200;
}
.share .icons .icon-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  transition: 0.2s ease;
  overflow: hidden;
}
.share .icons .icon-wrapper .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.share .icons .icon-wrapper .icon img {
  max-width: 20px;
  max-height: 20px;
  height: auto;
}
.share .icons .icon-wrapper p {
  font-size: 18px;
  color: #ffffff;
}
.share .icons .icon-wrapper:hover {
  padding-right: 20px;
  max-width: 200px;
  width: auto;
}

.gform_wrapper.gravity-theme form {
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
.gform_wrapper.gravity-theme form h3 {
  margin-bottom: 0px;
}
.gform_wrapper.gravity-theme form input[type=text], .gform_wrapper.gravity-theme form input[type=tel], .gform_wrapper.gravity-theme form input[type=email], .gform_wrapper.gravity-theme form textarea, .gform_wrapper.gravity-theme form select {
  padding: 14px 90px 14px 20px;
  border: none;
  border-radius: 10px;
  width: 100%;
  resize: none;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  color: #000000;
  background-color: #EBEBEB;
}
.gform_wrapper.gravity-theme form input[type=text]:focus, .gform_wrapper.gravity-theme form input[type=tel]:focus, .gform_wrapper.gravity-theme form input[type=email]:focus, .gform_wrapper.gravity-theme form textarea:focus, .gform_wrapper.gravity-theme form select:focus {
  background-color: #E3E3E3;
}
.gform_wrapper.gravity-theme form textarea {
  max-height: 100px;
}
.gform_wrapper.gravity-theme form select {
  border: none;
  appearance: none;
  font-family: filson-soft, sans-serif;
  font-size: 20px;
  background-image: url("../../img/arrow-down-black.svg");
  background-size: 10px;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-color: #EBEBEB;
}
.gform_wrapper.gravity-theme form input[type=checkbox] {
  position: relative;
  padding-left: 40px;
  margin-left: 0px;
  width: 30px;
  height: 30px;
  appearance: none;
  accent-color: #159EDA;
}
.gform_wrapper.gravity-theme form input[type=checkbox]:before {
  content: "";
  position: absolute;
  left: 0px;
  border: none;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  background-color: #EBEBEB;
}
.gform_wrapper.gravity-theme form input[type=checkbox]:after {
  content: "";
  position: absolute;
  border: none;
  left: 5px;
  top: 5px;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  opacity: 0;
  background-color: #DA001A;
}
.gform_wrapper.gravity-theme form input[type=checkbox]:checked:after {
  opacity: 1;
}
.gform_wrapper.gravity-theme form .gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gform_wrapper.gravity-theme form input[type=submit], .gform_wrapper.gravity-theme form input[type=button] {
  padding: 20px 30px;
  border: none;
  border-radius: 0px;
  transition: 0.2s ease;
  height: auto;
  appearance: none;
  text-decoration: none;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #DA001A;
}
.gform_wrapper.gravity-theme form input[type=submit]:hover, .gform_wrapper.gravity-theme form input[type=button]:hover {
  background-color: #159EDA;
}

.home .site-footer {
  margin-top: 280px;
}

.site-footer {
  position: relative;
  margin-top: 280px;
  background-color: #ffffff;
}
.site-footer:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: 300px;
  z-index: -2;
  background-image: url("../../img/footer-top.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.site-footer .top-footer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 71.4285714286%;
  transform: translateY(-40px);
}
.site-footer .top-footer .col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.site-footer .top-footer .col:first-of-type {
  align-items: flex-start;
}
.site-footer .top-footer .col h3 {
  font-size: 45px;
  color: #159EDA;
}
.site-footer .top-footer .col h4 {
  position: absolute;
  text-decoration: underline;
  text-decoration-color: #C9D200;
  font-size: 35px;
  line-height: 35px;
  color: #DA001A;
}
.site-footer .footer-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 120px;
  padding-bottom: 120px;
  margin: auto auto;
  width: 71.4285714286%;
  font-family: filson-soft, sans-serif;
}
.site-footer .footer-inner .footer-column h2 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #159EDA;
}
.site-footer .footer-inner .footer-column .menu {
  list-style: none;
  line-height: 35px;
}
.site-footer .footer-inner .footer-column .menu .menu-item {
  font-size: 20px;
}
.site-footer .footer-inner .footer-column .menu .menu-item a {
  text-decoration: none;
  font-weight: 300;
  color: #000000;
}
.site-footer .footer-inner .footer-column .menu .menu-item:hover a {
  text-decoration: underline;
}
.site-footer .footer-inner .footer-column p {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  color: #000000;
}
.site-footer .footer-inner .footer-column p:last-of-type {
  margin-bottom: 0px;
}
.site-footer .footer-inner .footer-column p strong {
  color: #159EDA;
}
.site-footer .footer-inner .footer-column p a {
  text-decoration: none;
  color: #DA001A;
}
.site-footer .footer-inner .footer-column p a:hover {
  text-decoration: underline;
}
.site-footer .under-footer {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #D1D1D1;
  margin: auto auto;
  width: 85.7142857143%;
  font-family: filson-soft, sans-serif;
}
.site-footer .under-footer p {
  font-size: 20px;
  font-weight: 300;
}
.site-footer .under-footer p a {
  text-decoration: none;
  font-weight: 300;
  color: #000000;
}
.site-footer .under-footer p a:last-of-type {
  color: #DA001A;
}
.site-footer .under-footer p a:hover {
  text-decoration: underline;
}

.page-template-page-werken-bij .site-footer {
  margin-top: 400px;
}
.page-template-page-werken-bij .site-footer .top-footer {
  margin-bottom: -140px;
  transform: translateY(-240px);
}

@media only screen and (max-width: 1699px) {
  .page-template-page-information-for-students .text-single .text-single-inner article {
    max-width: 600px;
  }
  .posts-agenda .posts-agenda-inner, .posts-agenda .posts-locations-inner, .posts-locations .posts-agenda-inner, .posts-locations .posts-locations-inner {
    grid-gap: 40px;
  }
  .single-vacatures .content .content-inner article {
    max-width: 600px;
  }
  .form-vacature .col {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1599px) {
  .page-template-page-information-for-students .image-right {
    max-width: 600px;
    max-height: 600px;
  }
}
@media only screen and (max-width: 1499px) {
  body:before {
    width: 100px;
    opacity: 0.3;
  }
  body:after {
    width: 100px;
    opacity: 0.3;
  }
  .text-single .text-single-inner article {
    margin: auto auto;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .text-cta .text-cta-inner {
    width: 85.7142857143%;
  }
  .page-template-page-information-for-students .text-single .text-single-inner article {
    margin-left: 7.1428571429%;
  }
  .table {
    margin-left: 7.1428571429%;
  }
  .posts-agenda .title-row, .posts-locations .title-row {
    width: 85.7142857143%;
  }
  .posts-agenda .posts-agenda-inner, .posts-agenda .posts-locations-inner, .posts-locations .posts-agenda-inner, .posts-locations .posts-locations-inner {
    width: 85.7142857143%;
  }
  .posts-agenda:after, .posts-locations:after {
    width: 100%;
  }
  .posts-actueel .title-row {
    width: 85.7142857143%;
  }
  .posts-actueel .posts-actueel-inner {
    width: 85.7142857143%;
  }
  .posts-stories .title-row {
    width: 85.7142857143%;
  }
  .posts-stories .posts-stories-inner {
    width: 85.7142857143%;
  }
  .posts-vacatures .title-row {
    width: 85.7142857143%;
  }
  .posts-vacatures .posts-vacatures-inner {
    width: 85.7142857143%;
  }
  .posts-vacatures-list .title-row {
    width: 85.7142857143%;
  }
  .posts-vacatures-list ul {
    width: 85.7142857143%;
  }
  .slider-posts .slider-wrapper .swiper {
    width: 85.7142857143%;
  }
  .single-vacatures .content {
    width: 85.7142857143%;
  }
  .form-vacature {
    width: 85.7142857143%;
  }
  .map .map-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85.7142857143%;
  }
  .map .map-wrapper .info {
    position: relative;
  }
  .map .map-wrapper iframe {
    position: relative;
  }
  .site-footer .top-footer {
    width: 85.7142857143%;
  }
  .site-footer .footer-inner {
    width: 85.7142857143%;
  }
  .site-footer .under-footer {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1299px) {
  .text-cta .text-cta-inner .cta {
    max-width: 420px;
  }
  .text-cta .text-cta-inner .cta .cta-inner {
    padding: 70px 40px 70px 70px;
  }
  .text-cta .text-cta-inner .cta .cta-inner h3 {
    font-size: 20px;
  }
  .text-cta .text-cta-inner .cta .cta-inner p {
    font-size: 20px;
  }
  .posts-agenda .posts-agenda-inner, .posts-agenda .posts-locations-inner, .posts-locations .posts-agenda-inner, .posts-locations .posts-locations-inner {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  /* font sizes */
  .btn {
    font-size: 16px;
    line-height: 16px;
  }
  .text-cta .text-cta-inner article h2 {
    font-size: 30px;
  }
  .text-cta .text-cta-inner article h3 {
    font-size: 25px;
  }
  .text-cta .text-cta-inner article h4 {
    font-size: 20px;
  }
  .text-cta .text-cta-inner article p {
    font-size: 18px;
  }
  .text-cta .text-cta-inner article ul, .text-cta .text-cta-inner article ol {
    font-size: 18px;
  }
  .text-cta .text-cta-inner .cta {
    max-width: 400px;
  }
  .page-template-page-information-for-students .text-single .text-single-inner article p {
    font-size: 20px;
  }
  .page-template-page-information-for-students .image-right {
    right: -10px;
    max-width: 400px;
    max-height: 400px;
  }
  .table .col h3 {
    font-size: 20px;
  }
  .table .col article {
    font-size: 18px;
  }
  .posts-agenda .title-row h2, .posts-locations .title-row h2 {
    font-size: 30px;
  }
  .posts-agenda .posts-agenda-inner .post h3, .posts-agenda .posts-locations-inner .post h3, .posts-locations .posts-agenda-inner .post h3, .posts-locations .posts-locations-inner .post h3 {
    font-size: 20px;
  }
  .posts-agenda .posts-agenda-inner .post p, .posts-agenda .posts-locations-inner .post p, .posts-locations .posts-agenda-inner .post p, .posts-locations .posts-locations-inner .post p {
    font-size: 18px;
  }
  .posts-actueel .title-row h2 {
    font-size: 30px;
  }
  .posts-actueel .posts-actueel-inner .post .post-inner .date {
    font-size: 16px;
  }
  .posts-actueel .posts-actueel-inner .post .post-inner h3 {
    font-size: 20px;
  }
  .posts-actueel .posts-actueel-inner .post .post-inner p {
    font-size: 18px;
  }
  .posts-stories .title-row h2 {
    font-size: 30px;
  }
  .posts-stories .posts-stories-inner .post .post-inner h3 {
    font-size: 20px;
  }
  .posts-stories .posts-stories-inner .post .post-inner p {
    font-size: 16px;
  }
  .posts-stories .posts-stories-inner .post .shape {
    padding: 10px;
    width: 120px;
    height: 120px;
  }
  .posts-stories .posts-stories-inner .post .shape p {
    font-size: 16px;
  }
  .single-vacatures .content .content-inner {
    max-width: inherit;
  }
  .single-vacatures .content .content-inner article {
    max-width: inherit;
  }
  .single-vacatures .content .content-inner article h2 {
    font-size: 35px;
  }
  .single-vacatures .content .content-inner article h3 {
    font-size: 25px;
  }
  .single-vacatures .content .content-inner article h4 {
    font-size: 20px;
  }
  .single-vacatures .content .content-inner article p {
    font-size: 18px;
  }
  .single-vacatures .content .content-inner article ol, .single-vacatures .content .content-inner article ul {
    font-size: 18px;
  }
  .single-vacatures .content aside {
    position: relative;
  }
  .form-vacature .col {
    padding: 40px;
    max-width: inherit;
    width: 100%;
  }
  .form-popup .form-wrapper {
    padding: 40px;
    margin-top: 100px;
    max-width: 85.7142857143%;
    width: 100%;
  }
  .map .map-wrapper .info .info-inner h2 {
    font-size: 35px;
  }
  .map .map-wrapper .info .info-inner h3 {
    font-size: 25px;
  }
  .map .map-wrapper .info .info-inner h4 {
    font-size: 20px;
  }
  .map .map-wrapper .info .info-inner p {
    font-size: 18px;
  }
  .map .map-wrapper .info .info-inner ol, .map .map-wrapper .info .info-inner ul {
    font-size: 18px;
  }
  .site-footer .top-footer h4 {
    font-size: 20px;
  }
  .site-footer .footer-inner .footer-column h2 {
    font-size: 20px;
  }
  .site-footer .footer-inner .footer-column .menu .menu-item {
    font-size: 18px;
  }
  .site-footer .footer-inner .footer-column p {
    font-size: 18px;
  }
  .site-footer .under-footer p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1099px) {
  .text-cta .text-cta-inner article {
    max-width: 440px;
  }
  .text-cta .text-cta-inner .cta .cta-inner {
    padding: 50px 40px 50px 70px;
  }
  .single-vacatures .content {
    flex-direction: column;
  }
  .single-vacatures .content .content-inner {
    max-width: inherit;
    width: 100%;
  }
  .single-vacatures .content aside {
    width: 100%;
  }
  .page-template-page-information-for-students .image-right {
    z-index: -1;
    opacity: 0.3;
  }
  .archive .posts-agenda .posts-agenda-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer .footer-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 999px) {
  .text-cta .text-cta-inner article {
    max-width: 360px;
  }
  .single-vacatures .content article {
    max-width: 360px;
  }
  .posts-agenda .posts-agenda-inner, .posts-agenda .posts-locations-inner, .posts-locations .posts-agenda-inner, .posts-locations .posts-locations-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .table {
    flex-direction: column;
    width: 85.7142857143%;
  }
  .table .col {
    width: 100%;
  }
  .table .col:first-of-type article {
    border: inherit;
  }
}
@media only screen and (max-width: 899px) {
  body:before {
    display: none;
  }
  body:after {
    display: none;
  }
  .home .text-single {
    margin-top: 60px;
  }
  .page-template-page-information-for-students .text-single .text-single-inner article {
    margin: auto auto;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .text-cta .text-cta-inner .cta {
    margin-top: 70px;
  }
  .posts-vacatures .posts-vacatures-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-vacatures .content article {
    max-width: inherit;
  }
  .single-vacatures .content nav, .single-vacatures .content aside {
    margin-top: 40px;
    max-width: inherit;
    width: 100%;
  }
  .image-single {
    width: 85.7142857143%;
  }
  .form-vacature {
    width: 85.7142857143%;
  }
  .form-vacature .form-wrapper {
    padding: 40px;
    max-width: inherit;
    width: 100%;
  }
  .posts-agenda .posts-agenda-inner, .posts-agenda .posts-locations-inner, .posts-locations .posts-agenda-inner, .posts-locations .posts-locations-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .home .posts-locations {
    padding-top: 60px;
  }
  .archive .posts-agenda .posts-agenda-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .posts-actueel .posts-actueel-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .posts-stories .posts-stories-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .search-results-title {
    width: 85.7142857143%;
  }
  .search-results-wrapper {
    width: 85.7142857143%;
  }
  .map .map-wrapper {
    align-items: flex-start;
    flex-direction: column;
    height: inherit;
  }
  .map .map-wrapper .info {
    left: 0px;
  }
  .map .map-wrapper iframe {
    flex-shrink: 0;
    position: relative;
    height: 400px;
  }
  .site-footer .top-footer {
    flex-direction: column;
  }
  .site-footer .top-footer .col {
    display: inherit;
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .posts-vacatures-list ul li {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .text-cta {
    overflow: hidden;
  }
  .text-cta .text-cta-inner {
    margin: inherit;
    width: 100%;
    gap: 70px;
  }
  .text-cta .text-cta-inner article {
    margin: auto auto;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .text-cta .text-cta-inner .cta {
    margin-top: 70px;
    margin: auto auto;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .text-cta .text-cta-inner .cta .cta-inner {
    padding: 0px;
  }
  .text-cta .text-cta-inner .cta svg {
    position: relative;
    left: -20%;
    width: 140%;
  }
  .table .col {
    min-width: inherit;
  }
  .site-footer .footer-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 499px) {
  .posts-stories .posts-stories-inner .post {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .posts-stories .posts-stories-inner .post .shape {
    margin-left: 0px;
  }
  .search-results-title {
    padding-top: 40px;
  }
  .search-results-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: filson-soft, sans-serif;
}

article {
  /* How to handle spacing in text */
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin-bottom: 30px;
}
article h2 {
  font-size: 30px;
  line-height: 1;
  color: #159EDA;
}
article h3 {
  font-size: 25px;
  line-height: 1;
  color: #159EDA;
}
article h4 {
  font-size: 22px;
  line-height: 1;
  color: #159EDA;
}
article h5 {
  font-size: 20px;
  line-height: 1;
}
article h6 {
  font-size: 18px;
  line-height: 1.8;
}
article p, article em {
  margin-bottom: 30px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
article p:last-of-type, article em:last-of-type {
  margin-bottom: 0px;
}
article p.space {
  min-height: 30px;
  height: 30px;
}
@media (max-width: 500px) {
  article p.space + p.space {
    min-height: 10px;
    height: 10px;
  }
}
article ul, article ol {
  padding-left: 20px;
  margin-bottom: 30px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
article a {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #DA001A;
}
article iframe {
  width: 100%;
  height: 400px;
}
article .flowpaper-class {
  height: 900px;
}
article .flowpaper-logo-bg {
  display: none !important;
}
article .btn {
  display: inline-block;
}

/* #tinymce = Inside the tinymce editor */
/* .mce-menu = The tinyMCE menu bar */
/* section.container = front-end and backend */
body section .btn, body section button, body section input[type=submit],
article .btn,
article button,
article input[type=submit],
#tinymce .btn,
#tinymce button,
#tinymce input[type=submit],
.mce-menu .btn,
.mce-menu button,
.mce-menu input[type=submit], div .btn, div button, div input[type=submit] {
  padding: 20px 30px;
  transition: 0.2s ease;
  text-decorPation: none;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #ffffff;
  background-color: #DA001A;
}
body section .btn:hover, body section button:hover, body section input[type=submit]:hover,
article .btn:hover,
article button:hover,
article input[type=submit]:hover,
#tinymce .btn:hover,
#tinymce button:hover,
#tinymce input[type=submit]:hover,
.mce-menu .btn:hover,
.mce-menu button:hover,
.mce-menu input[type=submit]:hover, div .btn:hover, div button:hover, div input[type=submit]:hover {
  background-color: #159EDA;
}
body section .btn-1,
body section .mce-i-br-btn-1,
article .btn-1,
article .mce-i-br-btn-1,
#tinymce .btn-1,
#tinymce .mce-i-br-btn-1,
.mce-menu .btn-1,
.mce-menu .mce-i-br-btn-1, div .btn-1,
div .mce-i-br-btn-1 {
  background-color: #DA001A;
}
body section .btn-1:hover,
body section .mce-i-br-btn-1:hover,
article .btn-1:hover,
article .mce-i-br-btn-1:hover,
#tinymce .btn-1:hover,
#tinymce .mce-i-br-btn-1:hover,
.mce-menu .btn-1:hover,
.mce-menu .mce-i-br-btn-1:hover, div .btn-1:hover,
div .mce-i-br-btn-1:hover {
  background-color: #159EDA;
}
body section .btn-2,
body section .mce-i-br-btn-2,
article .btn-2,
article .mce-i-br-btn-2,
#tinymce .btn-2,
#tinymce .mce-i-br-btn-2,
.mce-menu .btn-2,
.mce-menu .mce-i-br-btn-2, div .btn-2,
div .mce-i-br-btn-2 {
  background-color: #159EDA;
}
body section .btn-2:hover,
body section .mce-i-br-btn-2:hover,
article .btn-2:hover,
article .mce-i-br-btn-2:hover,
#tinymce .btn-2:hover,
#tinymce .mce-i-br-btn-2:hover,
.mce-menu .btn-2:hover,
.mce-menu .mce-i-br-btn-2:hover, div .btn-2:hover,
div .mce-i-br-btn-2:hover {
  background-color: #DA001A;
}
body section .btn-3,
body section .mce-i-br-btn-3,
article .btn-3,
article .mce-i-br-btn-3,
#tinymce .btn-3,
#tinymce .mce-i-br-btn-3,
.mce-menu .btn-3,
.mce-menu .mce-i-br-btn-3, div .btn-3,
div .mce-i-br-btn-3 {
  background-color: #C9D200;
}
body section .btn-3:hover,
body section .mce-i-br-btn-3:hover,
article .btn-3:hover,
article .mce-i-br-btn-3:hover,
#tinymce .btn-3:hover,
#tinymce .mce-i-br-btn-3:hover,
.mce-menu .btn-3:hover,
.mce-menu .mce-i-br-btn-3:hover, div .btn-3:hover,
div .mce-i-br-btn-3:hover {
  background-color: #159EDA;
}

/* Tinymce header bar styling */
.mce-i-br-buttons {
  display: none !important;
}
.mce-i-br-buttons + span.mce-txt {
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1 !important;
}

@media screen and (max-width: 1699px) {
  body section.container .btn, body section.container button,
  article .btn,
  article button,
  #tinymce .btn,
  #tinymce button,
  .mce-menu .btn,
  .mce-menu button {
    font-size: 18px;
  }
}
/* Make sure the buttons looks normal in the editor */
.mce-i-br-btn-0 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-0:before {
  content: "Button";
}
.mce-i-br-btn-0 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #DA001A !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #DA001A !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-1 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-1:before {
  content: "Button";
}
.mce-i-br-btn-1 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #DA001A !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #DA001A !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-2 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-2:before {
  content: "Button";
}
.mce-i-br-btn-2 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #DA001A !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #DA001A !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-3 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-3:before {
  content: "Button";
}
.mce-i-br-btn-3 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #DA001A !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #DA001A !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-4 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-4:before {
  content: "Button";
}
.mce-i-br-btn-4 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #DA001A !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #DA001A !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-5 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-5:before {
  content: "Button";
}
.mce-i-br-btn-5 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #DA001A !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #DA001A !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-6 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-6:before {
  content: "Button";
}
.mce-i-br-btn-6 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #DA001A !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #DA001A !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-7 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-7:before {
  content: "Button";
}
.mce-i-br-btn-7 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #DA001A !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #DA001A !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-8 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-8:before {
  content: "Button";
}
.mce-i-br-btn-8 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #DA001A !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #DA001A !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-9 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-9:before {
  content: "Button";
}
.mce-i-br-btn-9 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #DA001A !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #DA001A !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-10 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-10:before {
  content: "Button";
}
.mce-i-br-btn-10 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #DA001A !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #DA001A !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

@media screen and (max-width: 599px) {
  body section.container .btn,
  article .btn,
  #tinymce .btn,
  .mce-menu .btn {
    padding: 10px 18px;
    font-size: 16px;
  }
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0px;
  padding: 0px 50px 0px 30px;
  width: 100%;
  height: 120px;
  transition: 0.2s ease;
  z-index: 9;
  background-color: #ffffff;
}
header .header-logo {
  position: relative;
}
header .header-logo img {
  transition: 0.2s ease;
  max-width: 250px;
}
header .header-logo span {
  position: absolute;
  top: 110%;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  width: max-content;
  transition: 0.2s ease;
  font-family: filson-soft, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #DA001A;
}
header nav {
  display: flex;
  gap: 30px;
  font-family: filson-soft, sans-serif;
}
header nav .menu {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
}
header nav .menu .menu-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 19px;
}
header nav .menu .menu-item a {
  transition: 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  color: #159EDA;
}
header nav .menu .menu-item:hover a {
  color: #DA001A;
}
header nav .menu .menu-item-has-children {
  padding-right: 20px;
}
header nav .menu .menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 12px;
  background-image: url("../../img/arrow-down.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
header nav .menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -40px;
  padding: 30px 0px;
  min-width: 240px;
  width: max-content;
  transform: scale(0);
  opacity: 0;
  transition: 0.2s ease;
  list-style: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item:last-of-type {
  margin-bottom: 0px;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item a {
  transition: 0.2s ease;
  text-decoration: none;
  font-weight: 300;
  color: #159EDA;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item:hover a {
  color: #DA001A;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  top: -30px;
  right: 100%;
  left: inherit;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item a {
  color: #159EDA;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item:hover a {
  color: #DA001A;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item .sub-menu {
  right: 100%;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item a {
  color: #159EDA;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item:hover a {
  color: #DA001A;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
  transform: scale(1);
  opacity: 1;
}
header nav .menu .menu-item-has-children:hover .sub-menu {
  transform: scale(1);
  opacity: 1;
}
header nav .search {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
header nav .search svg {
  height: 30px;
  cursor: pointer;
}
header nav .search svg path {
  transition: 0.2s ease;
}
header nav .search svg:hover path {
  fill: #159EDA;
}
header nav .search .search-form {
  display: flex;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 0px;
  transition: 0.2s ease;
  overflow: hidden;
  z-index: 4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
header nav .search .search-form input {
  padding: 10px;
  border: none;
  width: 70%;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
  background-color: #F0F9FE;
}
header nav .search .search-form input[type=submit] {
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  width: 30%;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  background-color: #DA001A;
}
header nav .search .search-form input[type=submit]:hover {
  border: 1px solid #159EDA;
  background-color: #159EDA;
}
header nav .search .search-form-open {
  width: 300px;
}
header #menu-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 4;
  display: none;
}
header #menu-toggle span {
  display: block;
  background: #DA001A;
  border-radius: 5px;
  transition: 0.2s ease;
}
header #menu-toggle #hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}
header #menu-toggle #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  margin-bottom: 7px;
}
header #menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
header #menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
header #menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  margin-bottom: 0px;
}
header #menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
header #menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 0%;
  left: 14px;
  transition-delay: 0s;
}
header #menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0%;
  top: 14px;
  transition-delay: 0.25s;
}
header #menu-toggle.open #hamburger span {
  width: 0%;
}
header #menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
header #menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
header #menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
header #menu-toggle.open #cross span:nth-child(1) {
  height: 30px;
  transition-delay: 0.625s;
}
header #menu-toggle.open #cross span:nth-child(2) {
  width: 30px;
  transition-delay: 0.375s;
}
header .search-bg {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
}

.header-sticky {
  padding: 0px 30px 0px 30px;
  height: 80px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.header-sticky .header-logo img {
  max-width: 200px;
}

.mobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 80px;
  left: 0px;
  padding: 90px 0px 0px 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  overflow: scroll;
  background-color: #ffffff;
}
.mobile-menu-wrapper .mobile-menu {
  margin-left: 7.1428571429%;
  width: 100%;
  max-width: 400px;
}
.mobile-menu-wrapper .mobile-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  font-family: filson-soft, sans-serif;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item {
  position: relative;
  font-size: 20px;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item a {
  transition: 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  color: #159EDA;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item:hover a {
  color: #DA001A;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children {
  padding-right: 24px;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 20px;
  width: 14px;
  background-image: url("../../img/arrow-down.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu {
  position: relative;
  opacity: 0;
  max-height: 0px;
  height: 100%;
  overflow: hidden;
  transition: 0.2s ease;
  list-style: none;
  background-color: #ffffff;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  font-size: 18px;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item:last-of-type {
  margin-bottom: 0px;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item a {
  transition: 0.2s ease;
  text-decoration: none;
  font-weight: 300;
  color: #159EDA;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item:hover a {
  color: #DA001A;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item a {
  color: #159EDA;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item:hover a {
  color: #DA001A;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children:hover .sub-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 400px;
  opacity: 1;
}
.mobile-menu-wrapper .mobile-menu .search-form {
  display: flex;
  position: relative;
  top: 20px;
  right: 0px;
  transition: 0.2s ease;
  overflow: hidden;
  z-index: 4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.mobile-menu-wrapper .mobile-menu .search-form input {
  padding: 10px;
  border: none;
  width: 70%;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
  background-color: #F0F9FE;
}
.mobile-menu-wrapper .mobile-menu .search-form input[type=submit] {
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  width: 30%;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  background-color: #DA001A;
}
.mobile-menu-wrapper .mobile-menu .search-form input[type=submit]:hover {
  border: 1px solid #159EDA;
  background-color: #159EDA;
}

main {
  padding-top: 120px;
}

@media only screen and (max-width: 1499px) {
  header nav {
    gap: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  header .header-logo img {
    max-width: 220px;
  }
  header nav {
    gap: 20px;
  }
  header nav .menu {
    gap: 20px;
  }
  header nav .menu .menu-item {
    font-size: 16px;
  }
  header nav .menu .menu-item .sub-menu .menu-item {
    font-size: 16px;
  }
  header nav .search svg {
    height: 20px;
  }
}
@media only screen and (max-width: 1099px) {
  header nav {
    display: none;
  }
  header #menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 999px) {
  header .header-logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 799px) {
  .logged-in header {
    top: 46px;
  }
  .logged-in .header-sticky {
    top: 0px;
  }
  .mobile-menu-wrapper {
    padding: 120px 0px 120px 0px;
  }
}
@media only screen and (max-width: 599px) {
  header {
    padding-right: 7.1428571429%;
    padding-left: 7.1428571429%;
  }
  header img {
    max-height: 180px;
  }
  .mobile-menu-wrapper .mobile-menu {
    max-width: inherit;
    width: 85.7142857143%;
  }
  .search-results-wrapper .post {
    align-items: flex-start;
    flex-direction: column;
  }
}
.hero-front {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  max-height: 800px;
  min-height: 700px;
  height: 70vh;
  background-image: url("../../img/hero-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-front:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 90%);
}
.hero-front:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0px;
  width: 400px;
  height: 100%;
  z-index: 1;
  background-image: url("../../img/hero-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-front .hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  height: 100%;
  z-index: 2;
}
.hero-front .hero-inner:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 30%;
  width: 400px;
  height: 200px;
  z-index: -1;
  background-image: url("../../img/pattern-blue.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-front .hero-inner .col h1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  color: #159EDA;
}
.hero-front .hero-inner .col h1 .red {
  padding: 5px 10px;
  margin-left: -10px;
  line-height: 80px;
  color: #ffffff;
  background-color: #DA001A;
}
.hero-front .hero-inner .col .hero-image-contain {
  max-width: 600px;
  width: 100%;
}
.hero-front .hero-inner-cover .col h1 {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
}
.hero-front .hero-image-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-page {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  height: 500px;
}
.hero-page:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgb(255, 255, 255) 90%);
}
.hero-page .hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  height: 100%;
  z-index: 2;
}
.hero-page .hero-inner .col:first-of-type {
  align-self: flex-end;
}
.hero-page .hero-inner .col h1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  max-width: 800px;
  font-size: 50px;
  line-height: 70px;
  color: #ffffff;
}
.hero-page .hero-inner .col h1 span {
  padding: 5px 10px;
  background-color: #DA001A;
}
.hero-page .hero-inner .col .cta {
  position: relative;
  max-width: 480px;
  min-width: 360px;
  width: 100%;
}
.hero-page .hero-inner .col .cta .cta-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 90px 40px 90px 70px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #ffffff;
}
.hero-page .hero-inner .col .cta .cta-inner h2 {
  font-size: 24px;
}
.hero-page .hero-inner .col .cta .cta-inner h3 {
  font-size: 22px;
}
.hero-page .hero-inner .col .cta .cta-inner h4 {
  font-size: 20px;
}
.hero-page .hero-inner .col .cta .cta-inner p {
  font-size: 18px;
}
.hero-page .hero-inner .col .cta .cta-inner ul, .hero-page .hero-inner .col .cta .cta-inner ol {
  font-size: 18px;
}
.hero-page .hero-inner .col .cta .cta-inner a {
  color: #ffffff;
}
.hero-page .hero-inner .col .cta .cta-inner .btn:hover {
  background-color: #C9D200;
}
.hero-page img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-page .breadcrumbs {
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 2;
}
.hero-page .breadcrumbs span {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
  color: #159EDA;
}
.hero-page .breadcrumbs span a {
  text-decoration: none;
  color: #000000;
}

.hero-vacature {
  max-height: 800px;
  min-height: 400px;
  height: 40vh;
}
.hero-vacature .hero-inner .col h1 {
  gap: 0px;
  font-size: 35px;
  line-height: 50px;
}
.hero-vacature .hero-inner .col p {
  display: inline-block;
  padding: 5px 10px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  background-color: #DA001A;
}

@media only screen and (max-width: 1699px) {
  .hero-front .hero-inner .col h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .hero-front .hero-inner .col h1 .red {
    line-height: 70px;
  }
}
@media only screen and (max-width: 1499px) {
  body:before {
    width: 100px;
    opacity: 0.3;
  }
  body:after {
    width: 100px;
    opacity: 0.3;
  }
  .hero-front .hero-inner {
    width: 85.7142857143%;
  }
  .hero-page .hero-inner {
    width: 85.7142857143%;
  }
  .hero-page .breadcrumbs {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-page .hero-inner .col .cta {
    max-width: 420px;
  }
  .hero-page .hero-inner .col .cta .cta-inner {
    padding: 70px 40px 70px 70px;
  }
  .hero-page .hero-inner .col .cta .cta-inner h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1099px) {
  .hero-page .hero-inner .col .cta {
    max-width: 360px;
    min-width: 300px;
  }
  .hero-page .hero-inner .col .cta .cta-inner {
    padding: 40px 20px 40px 40px;
  }
}
@media only screen and (max-width: 799px) {
  .hero-front .hero-inner .col h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero-front .hero-inner .col h1 .red {
    line-height: 30px;
  }
  .hero-page {
    padding-bottom: 140px;
    margin-bottom: 0px;
    height: 400px;
  }
  .hero-page:before {
    height: 50%;
  }
  .hero-page .hero-inner .col h1 {
    font-size: 30px;
    line-height: 50px;
  }
  .hero-page img {
    height: 50%;
  }
  .hero-page .breadcrumbs {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 699px) {
  .hero-page {
    height: auto;
  }
  .hero-page .hero-inner {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
  .hero-page .hero-inner .col:first-of-type {
    align-self: flex-start;
  }
}
@media only screen and (max-width: 599px) {
  .hero-front {
    min-height: 500px;
    height: 50vh;
  }
  .hero-front .hero-inner:before {
    top: -200px;
    width: 200px;
  }
  .hero-front .hero-inner .col {
    position: absolute;
    width: 100%;
  }
  .hero-front .hero-inner .col:first-of-type {
    z-index: 2;
  }
  .hero-front .hero-inner .col img {
    width: 100%;
  }
  .hero-front:after {
    display: none;
  }
}
.text-image {
  position: relative;
}
.text-image .text-image-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 2;
  background-color: #C9D200;
}
.text-image .text-image-inner article {
  padding: 100px 0px 100px 100px;
  width: 50%;
}
.text-image .text-image-inner article h2, .text-image .text-image-inner article h3, .text-image .text-image-inner article h4, .text-image .text-image-inner article h5, .text-image .text-image-inner article h6 {
  color: #ffffff;
}
.text-image .text-image-inner article h2 {
  font-size: 30px;
}
.text-image .text-image-inner article h3 {
  font-size: 25px;
}
.text-image .text-image-inner article h4 {
  font-size: 22px;
}
.text-image .text-image-inner article p {
  font-size: 20px;
  line-height: 30px;
}
.text-image .text-image-inner article ul, .text-image .text-image-inner article ol {
  padding-left: 20px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.text-image .text-image-inner .image-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  right: -40px;
  max-width: 600px;
  width: auto;
  height: calc(100% - 80px);
  aspect-ratio: 600/537;
}
.text-image .text-image-inner .image-wrapper svg {
  position: relative;
}
.text-image .text-image-inner .image-wrapper svg image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reversed .text-image-inner {
  flex-direction: row-reverse;
  background-color: #159EDA;
}
.reversed .text-image-inner article {
  padding: 100px 100px 100px 0px;
  color: #ffffff;
}
.reversed .text-image-inner article .btn:hover {
  background-color: #C9D200;
}
.reversed .text-image-inner .image-wrapper {
  right: inherit;
  left: -40px;
}

.page-template-page-werken-bij .text-image .text-image-inner {
  background-color: #159EDA;
}
.page-template-page-werken-bij .text-image .text-image-inner article {
  color: #ffffff;
}
.page-template-page-werken-bij .text-image .text-image-inner article .btns .btn:hover {
  background-color: #C9D200;
}

@media only screen and (max-width: 1599px) {
  .text-image .text-image-inner {
    align-items: center;
  }
  .text-image .text-image-inner .image-wrapper {
    max-width: 400px;
  }
  .reversed .text-image-inner .image-wrapper {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1499px) {
  .text-image .text-image-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 899px) {
  .text-image .text-image-inner {
    flex-direction: column;
  }
  .text-image .text-image-inner article {
    padding: 80px;
    max-width: inherit;
    width: 100%;
  }
  .text-image .text-image-inner .image-wrapper {
    position: relative;
    right: inherit;
    padding: 0px 40px 40px 40px;
    width: 100%;
  }
  .reversed .text-image-inner .image-wrapper {
    left: inherit;
  }
}
@media only screen and (max-width: 599px) {
  .text-image .text-image-inner article {
    padding: 40px;
  }
  .text-image .text-image-inner .image-wrapper {
    padding: 0px 20px 20px 20px;
  }
}
.text-video {
  position: relative;
}
.text-video .text-video-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 2;
}
.text-video .text-video-inner article {
  padding: 100px 0px 100px 100px;
  max-width: 700px;
  width: 50%;
}
.text-video .text-video-inner .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -40px;
  max-width: 600px;
  width: auto;
  min-height: 400px;
  height: auto;
  aspect-ratio: 600/537;
}
.text-video .text-video-inner .image-wrapper svg {
  position: relative;
}
.text-video .text-video-inner .image-wrapper svg image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.text-video .text-video-inner .image-wrapper .play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 120px;
  height: 120px;
  transition: 0.2s ease;
  z-index: 2;
  background-color: #DA001A;
}
.text-video .text-video-inner .image-wrapper .play img {
  transition: 0.2s ease;
  width: 30px;
}
.text-video .text-video-inner .image-wrapper .play:hover {
  background-color: #159EDA;
}
.text-video .text-video-inner .image-wrapper .play:hover img {
  transform: scale(0.9);
}
.text-video .text-video-inner .image-wrapper .video-img {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 120px;
}
.text-video:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 7.1428571429%;
  height: 100%;
  width: 85.7142857143%;
  z-index: -1;
  background-color: #C9D200;
}
.text-video .video-popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.text-video .video-popup iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: calc(100% - 40px);
  height: auto !important;
  aspect-ratio: 16/9;
  z-index: 2;
}
.text-video .video-popup .video-popup-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.home .text-video-inner article {
  padding: 100px 0px 100px 0px;
}
.home .text-video:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #ffffff, transparent);
}
.home .text-video:after {
  left: 0px;
  width: 100%;
  transform: rotate(180deg);
  opacity: 0.4;
  background-image: url(../../img/footer-top.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: inherit;
}

@media only screen and (max-width: 1599px) {
  .text-video .text-video-inner {
    align-items: center;
  }
  .text-video .text-video-inner .image-wrapper .video-img {
    bottom: -30px;
  }
}
@media only screen and (max-width: 1499px) {
  .text-video .text-video-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 899px) {
  .text-video .text-video-inner {
    flex-direction: column;
  }
  .text-video .text-video-inner article {
    padding: 80px;
    max-width: inherit;
    width: 100%;
  }
  .text-video .text-video-inner .image-wrapper {
    position: relative;
    right: inherit;
    padding: 0px 40px 40px 40px;
    width: 100%;
  }
  .text-video .text-video-inner .image-wrapper .video-img {
    bottom: 20px;
  }
  .text-video .text-video-inner .image-wrapper .play {
    width: 80px;
    height: 80px;
  }
  .home .text-video .text-video-inner article {
    padding: 0px;
  }
}
@media only screen and (max-width: 599px) {
  .text-video .text-video-inner article {
    padding: 40px;
  }
  .text-video .text-video-inner .image-wrapper {
    padding: 0px 20px 20px 20px;
    min-height: inherit;
  }
  .text-video .text-video-inner .image-wrapper .video-img {
    bottom: -10px;
  }
}
.text-menu .text-menu-inner, .text-menu .text-sidebar-inner, .text-sidebar .text-menu-inner, .text-sidebar .text-sidebar-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto auto;
  width: 71.4285714286%;
}
.text-menu .text-menu-inner article, .text-menu .text-sidebar-inner article, .text-sidebar .text-menu-inner article, .text-sidebar .text-sidebar-inner article {
  max-width: 700px;
  font-size: 25px;
  line-height: 35px;
}
.text-menu .text-menu-inner nav, .text-menu .text-menu-inner aside, .text-menu .text-sidebar-inner nav, .text-menu .text-sidebar-inner aside, .text-sidebar .text-menu-inner nav, .text-sidebar .text-menu-inner aside, .text-sidebar .text-sidebar-inner nav, .text-sidebar .text-sidebar-inner aside {
  position: sticky;
  top: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 400px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.text-menu .text-menu-inner nav h2, .text-menu .text-menu-inner nav h3, .text-menu .text-menu-inner nav h4, .text-menu .text-menu-inner aside h2, .text-menu .text-menu-inner aside h3, .text-menu .text-menu-inner aside h4, .text-menu .text-sidebar-inner nav h2, .text-menu .text-sidebar-inner nav h3, .text-menu .text-sidebar-inner nav h4, .text-menu .text-sidebar-inner aside h2, .text-menu .text-sidebar-inner aside h3, .text-menu .text-sidebar-inner aside h4, .text-sidebar .text-menu-inner nav h2, .text-sidebar .text-menu-inner nav h3, .text-sidebar .text-menu-inner nav h4, .text-sidebar .text-menu-inner aside h2, .text-sidebar .text-menu-inner aside h3, .text-sidebar .text-menu-inner aside h4, .text-sidebar .text-sidebar-inner nav h2, .text-sidebar .text-sidebar-inner nav h3, .text-sidebar .text-sidebar-inner nav h4, .text-sidebar .text-sidebar-inner aside h2, .text-sidebar .text-sidebar-inner aside h3, .text-sidebar .text-sidebar-inner aside h4 {
  padding: 20px 40px;
  font-size: 30px;
  color: #DA001A;
}
.text-menu .text-menu-inner nav p, .text-menu .text-menu-inner aside p, .text-menu .text-sidebar-inner nav p, .text-menu .text-sidebar-inner aside p, .text-sidebar .text-menu-inner nav p, .text-sidebar .text-menu-inner aside p, .text-sidebar .text-sidebar-inner nav p, .text-sidebar .text-sidebar-inner aside p {
  margin-bottom: 30px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.text-menu .text-menu-inner nav p:last-of-type, .text-menu .text-menu-inner aside p:last-of-type, .text-menu .text-sidebar-inner nav p:last-of-type, .text-menu .text-sidebar-inner aside p:last-of-type, .text-sidebar .text-menu-inner nav p:last-of-type, .text-sidebar .text-menu-inner aside p:last-of-type, .text-sidebar .text-sidebar-inner nav p:last-of-type, .text-sidebar .text-sidebar-inner aside p:last-of-type {
  margin-bottom: 0px;
}
.text-menu .text-menu-inner nav ul, .text-menu .text-menu-inner aside ul, .text-menu .text-sidebar-inner nav ul, .text-menu .text-sidebar-inner aside ul, .text-sidebar .text-menu-inner nav ul, .text-sidebar .text-menu-inner aside ul, .text-sidebar .text-sidebar-inner nav ul, .text-sidebar .text-sidebar-inner aside ul {
  list-style: none;
}
.text-menu .text-menu-inner nav ul li, .text-menu .text-menu-inner aside ul li, .text-menu .text-sidebar-inner nav ul li, .text-menu .text-sidebar-inner aside ul li, .text-sidebar .text-menu-inner nav ul li, .text-sidebar .text-menu-inner aside ul li, .text-sidebar .text-sidebar-inner nav ul li, .text-sidebar .text-sidebar-inner aside ul li {
  padding: 20px 40px;
  border-top: 1px solid #E6E6E6;
  transition: 0.2s ease;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  background-color: #ffffff;
}
.text-menu .text-menu-inner nav ul li a, .text-menu .text-menu-inner aside ul li a, .text-menu .text-sidebar-inner nav ul li a, .text-menu .text-sidebar-inner aside ul li a, .text-sidebar .text-menu-inner nav ul li a, .text-sidebar .text-menu-inner aside ul li a, .text-sidebar .text-sidebar-inner nav ul li a, .text-sidebar .text-sidebar-inner aside ul li a {
  text-decoration: none;
  color: #000000;
}
.text-menu .text-menu-inner nav ul li:hover, .text-menu .text-menu-inner aside ul li:hover, .text-menu .text-sidebar-inner nav ul li:hover, .text-menu .text-sidebar-inner aside ul li:hover, .text-sidebar .text-menu-inner nav ul li:hover, .text-sidebar .text-menu-inner aside ul li:hover, .text-sidebar .text-sidebar-inner nav ul li:hover, .text-sidebar .text-sidebar-inner aside ul li:hover {
  background-color: #159EDA;
}
.text-menu .text-menu-inner nav ul li:hover a, .text-menu .text-menu-inner aside ul li:hover a, .text-menu .text-sidebar-inner nav ul li:hover a, .text-menu .text-sidebar-inner aside ul li:hover a, .text-sidebar .text-menu-inner nav ul li:hover a, .text-sidebar .text-menu-inner aside ul li:hover a, .text-sidebar .text-sidebar-inner nav ul li:hover a, .text-sidebar .text-sidebar-inner aside ul li:hover a {
  color: #ffffff;
}
.text-menu .text-menu-inner aside, .text-menu .text-sidebar-inner aside, .text-sidebar .text-menu-inner aside, .text-sidebar .text-sidebar-inner aside {
  padding: 40px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
}
.text-menu .text-menu-inner aside h2, .text-menu .text-menu-inner aside h3, .text-menu .text-menu-inner aside h4, .text-menu .text-sidebar-inner aside h2, .text-menu .text-sidebar-inner aside h3, .text-menu .text-sidebar-inner aside h4, .text-sidebar .text-menu-inner aside h2, .text-sidebar .text-menu-inner aside h3, .text-sidebar .text-menu-inner aside h4, .text-sidebar .text-sidebar-inner aside h2, .text-sidebar .text-sidebar-inner aside h3, .text-sidebar .text-sidebar-inner aside h4 {
  padding: 0px;
  margin-bottom: 30px;
}
.text-menu .text-menu-inner aside a, .text-menu .text-sidebar-inner aside a, .text-sidebar .text-menu-inner aside a, .text-sidebar .text-sidebar-inner aside a {
  color: #DA001A;
}

@media only screen and (max-width: 1699px) {
  .text-cta .text-cta-inner article, .text-cta .text-menu-inner article, .text-cta .text-sidebar-inner article, .text-menu .text-cta-inner article, .text-menu .text-menu-inner article, .text-menu .text-sidebar-inner article, .text-sidebar .text-cta-inner article, .text-sidebar .text-menu-inner article, .text-sidebar .text-sidebar-inner article {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1499px) {
  .text-menu .text-menu-inner, .text-menu .text-sidebar-inner, .text-sidebar .text-menu-inner, .text-sidebar .text-sidebar-inner {
    width: 85.7142857143%;
  }
  .text-menu .text-menu-inner nav, .text-menu .text-menu-inner aside, .text-menu .text-sidebar-inner nav, .text-menu .text-sidebar-inner aside, .text-sidebar .text-menu-inner nav, .text-sidebar .text-menu-inner aside, .text-sidebar .text-sidebar-inner nav, .text-sidebar .text-sidebar-inner aside {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-menu .text-menu-inner article, .text-menu .text-sidebar-inner article, .text-sidebar .text-menu-inner article, .text-sidebar .text-sidebar-inner article {
    max-width: 500px;
  }
  .text-menu .text-menu-inner article p, .text-menu .text-sidebar-inner article p, .text-sidebar .text-menu-inner article p, .text-sidebar .text-sidebar-inner article p {
    font-size: 20px;
  }
  .text-menu .text-menu-inner nav, .text-menu .text-menu-inner aside, .text-menu .text-sidebar-inner nav, .text-menu .text-sidebar-inner aside, .text-sidebar .text-menu-inner nav, .text-sidebar .text-menu-inner aside, .text-sidebar .text-sidebar-inner nav, .text-sidebar .text-sidebar-inner aside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .text-menu .text-menu-inner nav h2, .text-menu .text-menu-inner nav h3, .text-menu .text-menu-inner nav h4, .text-menu .text-menu-inner aside h2, .text-menu .text-menu-inner aside h3, .text-menu .text-menu-inner aside h4, .text-menu .text-sidebar-inner nav h2, .text-menu .text-sidebar-inner nav h3, .text-menu .text-sidebar-inner nav h4, .text-menu .text-sidebar-inner aside h2, .text-menu .text-sidebar-inner aside h3, .text-menu .text-sidebar-inner aside h4, .text-sidebar .text-menu-inner nav h2, .text-sidebar .text-menu-inner nav h3, .text-sidebar .text-menu-inner nav h4, .text-sidebar .text-menu-inner aside h2, .text-sidebar .text-menu-inner aside h3, .text-sidebar .text-menu-inner aside h4, .text-sidebar .text-sidebar-inner nav h2, .text-sidebar .text-sidebar-inner nav h3, .text-sidebar .text-sidebar-inner nav h4, .text-sidebar .text-sidebar-inner aside h2, .text-sidebar .text-sidebar-inner aside h3, .text-sidebar .text-sidebar-inner aside h4 {
    padding: 20px 40px;
    font-size: 20px;
  }
  .text-menu .text-menu-inner nav p, .text-menu .text-menu-inner aside p, .text-menu .text-sidebar-inner nav p, .text-menu .text-sidebar-inner aside p, .text-sidebar .text-menu-inner nav p, .text-sidebar .text-menu-inner aside p, .text-sidebar .text-sidebar-inner nav p, .text-sidebar .text-sidebar-inner aside p {
    font-size: 18px;
  }
  .text-menu .text-menu-inner nav ul li, .text-menu .text-menu-inner aside ul li, .text-menu .text-sidebar-inner nav ul li, .text-menu .text-sidebar-inner aside ul li, .text-sidebar .text-menu-inner nav ul li, .text-sidebar .text-menu-inner aside ul li, .text-sidebar .text-sidebar-inner nav ul li, .text-sidebar .text-sidebar-inner aside ul li {
    padding: 20px 40px;
    font-size: 18px;
  }
  .text-menu .text-menu-inner aside, .text-menu .text-sidebar-inner aside, .text-sidebar .text-menu-inner aside, .text-sidebar .text-sidebar-inner aside {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }
  .text-menu .text-menu-inner aside h2, .text-menu .text-menu-inner aside h3, .text-menu .text-menu-inner aside h4, .text-menu .text-sidebar-inner aside h2, .text-menu .text-sidebar-inner aside h3, .text-menu .text-sidebar-inner aside h4, .text-sidebar .text-menu-inner aside h2, .text-sidebar .text-menu-inner aside h3, .text-sidebar .text-menu-inner aside h4, .text-sidebar .text-sidebar-inner aside h2, .text-sidebar .text-sidebar-inner aside h3, .text-sidebar .text-sidebar-inner aside h4 {
    padding: 0px;
  }
}
@media only screen and (max-width: 1099px) {
  .text-menu .text-menu-inner article, .text-menu .text-sidebar-inner article, .text-sidebar .text-menu-inner article, .text-sidebar .text-sidebar-inner article {
    max-width: 480px;
  }
  .text-menu .text-menu-inner nav, .text-menu .text-menu-inner aside, .text-menu .text-sidebar-inner nav, .text-menu .text-sidebar-inner aside, .text-sidebar .text-menu-inner nav, .text-sidebar .text-menu-inner aside, .text-sidebar .text-sidebar-inner nav, .text-sidebar .text-sidebar-inner aside {
    max-width: 360px;
    min-width: 300px;
  }
}
@media only screen and (max-width: 999px) {
  .text-menu .text-menu-inner article, .text-menu .text-sidebar-inner article, .text-sidebar .text-menu-inner article, .text-sidebar .text-sidebar-inner article {
    max-width: 360px;
  }
}
@media only screen and (max-width: 899px) {
  .text-menu .text-menu-inner, .text-menu .text-sidebar-inner, .text-sidebar .text-menu-inner, .text-sidebar .text-sidebar-inner {
    flex-direction: column;
  }
  .text-menu .text-menu-inner article, .text-menu .text-sidebar-inner article, .text-sidebar .text-menu-inner article, .text-sidebar .text-sidebar-inner article {
    max-width: inherit;
    width: 100%;
  }
  .text-menu .text-menu-inner nav, .text-menu .text-menu-inner aside, .text-menu .text-sidebar-inner nav, .text-menu .text-sidebar-inner aside, .text-sidebar .text-menu-inner nav, .text-sidebar .text-menu-inner aside, .text-sidebar .text-sidebar-inner nav, .text-sidebar .text-sidebar-inner aside {
    margin-top: 40px;
    width: 100%;
  }
}
.text-kernwaarden {
  padding-top: 100px;
  padding-bottom: 100px;
}
.text-kernwaarden .text-kernwaarden-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: auto auto;
  width: 71.4285714286%;
}
.text-kernwaarden .text-kernwaarden-inner article {
  flex: 1;
  max-width: 700px;
  width: 50%;
  font-size: 25px;
  line-height: 35px;
}
.text-kernwaarden .text-kernwaarden-inner .btns .btn {
  text-decoration: none;
}
.text-kernwaarden .text-kernwaarden-inner aside {
  position: sticky;
  top: 140px;
  padding: 80px 40px;
  border-radius: 5px;
  max-width: 700px;
  width: 50%;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(21, 158, 218, 0.9) 0%, rgba(21, 158, 218, 0.9) 90%);
  background-size: cover;
  background-image: url(../../img/kernwaarden-bg.jpg);
}
.text-kernwaarden .text-kernwaarden-inner aside h2, .text-kernwaarden .text-kernwaarden-inner aside h3, .text-kernwaarden .text-kernwaarden-inner aside h4 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #ffffff;
}
.text-kernwaarden .text-kernwaarden-inner aside p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.text-kernwaarden .text-kernwaarden-inner aside p:last-of-type {
  margin-bottom: 0px;
}
.text-kernwaarden .text-kernwaarden-inner aside p svg {
  margin-top: 4px;
  flex-shrink: 0;
  height: 20px;
}
.text-kernwaarden .text-kernwaarden-inner aside .bg {
  position: absolute;
  top: 50%;
  left: 40%;
  height: 80%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.text-kernwaarden .text-kernwaarden-inner aside .bg svg {
  height: 100%;
}

/* Zorg ervoor dat items die de klasse 'js-fade-in-item' hebben, in eerste instantie onzichtbaar zijn */
.js-fade-in-item {
  opacity: 0;
  transform: translateY(10px); /* Een lichte verschuiving voor een mooier effect */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* De klasse die de zichtbaarheid en animatie activeert */
.js-fade-in-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 1499px) {
  .text-kernwaarden .text-kernwaarden-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 899px) {
  .text-kernwaarden .text-kernwaarden-inner {
    flex-direction: column;
  }
  .text-kernwaarden .text-kernwaarden-inner article {
    width: 100%;
  }
  .text-kernwaarden .text-kernwaarden-inner aside {
    width: 100%;
  }
}
.quote {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.quote .quote-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto auto;
  width: 57.1428571429%;
  z-index: 2;
  background-color: #159EDA;
}
.quote .quote-inner article {
  padding: 100px 120px;
  width: 70%;
  color: #ffffff;
}
.quote .quote-inner article h2 {
  margin: 0px;
  font-size: 38px;
  font-weight: 400;
  color: #ffffff;
}
.quote .quote-inner .image-wrapper {
  position: absolute;
  right: -40px;
  max-width: 400px;
  height: 370px;
  aspect-ratio: 400/358;
}
.quote .quote-inner .image-wrapper svg {
  position: relative;
}
.quote .quote-inner .image-wrapper svg image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 1499px) {
  .quote .quote-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1099px) {
  .quote .quote-inner {
    flex-direction: column;
  }
  .quote .quote-inner article {
    width: 100%;
  }
  .quote .quote-inner .image-wrapper {
    position: relative;
    right: inherit;
    margin-bottom: -40px;
    max-width: 400px;
    width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 599px) {
  .quote .quote-inner article {
    padding: 40px;
  }
  .quote .quote-inner article h2 {
    font-size: 20px;
  }
}
.faq {
  position: relative;
}
.faq .title-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin: auto auto;
  z-index: 1;
  width: 57.1428571429%;
}
.faq .title-row h2 {
  font-size: 30px;
  color: #DA001A;
}
.faq .faq-inner {
  position: relative;
  margin: auto auto;
  width: 57.1428571429%;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  background-color: #F8F8F8;
}
.faq .faq-inner .faq-item {
  position: relative;
  transition: 0.3s ease;
}
.faq .faq-inner .faq-item .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px 40px;
}
.faq .faq-inner .faq-item .question h4 {
  font-size: 20px;
  color: #159EDA;
}
.faq .faq-inner .faq-item .question svg {
  height: 20px;
  width: 20px;
  transition: 0.3s ease;
}
.faq .faq-inner .faq-item .answer {
  display: none;
  overflow: hidden;
}
.faq .faq-inner .faq-item .answer article {
  padding: 0px 40px 30px 40px;
}
.faq .faq-inner .faq-item .answer article p {
  font-size: 18px;
}
.faq .faq-inner .faq-item .answer article ul, .faq .faq-inner .faq-item .answer article ol {
  font-size: 18px;
}
.faq .faq-inner .faq-item.open .question svg {
  transform: rotate(180deg);
}
.faq .faq-inner .faq-item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #707070;
}
.faq .faq-inner .faq-item:last-of-type:after {
  display: none;
}

@media only screen and (max-width: 1499px) {
  .faq .title-row {
    width: 85.7142857143%;
  }
  .faq .faq-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1099px) {
  .faq .faq-inner .faq-item .question {
    padding: 20px 30px;
  }
  .faq .faq-inner .faq-item .answer article {
    padding: 0px 30px 20px 30px;
  }
}

/*# sourceMappingURL=style.css.map */
