/* Minification failed. Returning unminified contents.
(1649,89): run-time error CSS1030: Expected identifier, found '*'
(1649,90): run-time error CSS1031: Expected selector, found ')'
(1649,90): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body {
  line-height: 1.65em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: alwyn-new-web, sans-serif;
  color: #1B365D;
  line-height: 1.1em;
  font-weight: 700;
  word-break: break-word;
  word-wrap: break-word;
}
.ease,
transition,
.fade {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sub-heading,
.subtitle {
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  font-weight: 300;
}
.hand,
.written {
  font-family: "Oooh Baby", cursive;
  color: #FA4616;
}
.shadow {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.rounded {
  border-radius: 8px;
}
.btn {
  border-radius: 8px;
}
.btn:hover {
  border-radius: 0px;
}
.btn.btn-outline {
  border-color: rgba(250, 70, 22, 0.48);
  color: #FA4616;
}
.contentblock.fullscreen-text a.btn.btn-outline,
section.slider-and-text .text .content p.actions .btn-outline,
.fullscreen-reference .card .btn-outline {
  border-color: rgba(250, 70, 22, 0.48);
  color: #FA4616;
}
.contentblock.fullscreen-text a.btn.btn-outline:hover,
section.slider-and-text .text .content p.actions .btn-outline:hover,
.fullscreen-reference .card .btn-outline:hover {
  background: #fff;
  border-color: #FA4616;
  color: #FA4616;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.contentblock.fullscreen-text a.btn.btn-outline:focus-visible,
section.slider-and-text .text .content p.actions .btn-outline:focus-visible,
.fullscreen-reference .card .btn-outline:focus-visible {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
b,
strong {
  font-weight: 600;
  color: #4B5761;
}
.topmenu {
  background: #869BAD;
  padding-bottom: 58px;
}
.topmenu ul.topmenu-nav li a {
  color: #fff;
}
.topmenu ul.topmenu-nav li .dropdown .dropdown-menu {
  background: #f13705;
  border: #e2e7ec;
  top: 14px !important;
  border-radius: 0 0 8px 8px;
  padding: 0 0 8px 0;
}
.topmenu ul.topmenu-nav li .dropdown .dropdown-menu a.dropdown-item {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.topmenu ul.topmenu-nav li .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #fff;
}
.topmenu ul.topmenu-nav li .dropdown .dropdown-menu a.dropdown-item.active {
  background: #d83105;
  color: #fff;
}
.topmenu ul.topmenu-nav .flag {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.topmenu ul.social-links {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topmenu ul.social-links {
    margin-left: -15px;
  }
}
.topmenu ul.social-links li:first-child {
  margin-left: 8px;
}
.topmenu ul.social-links li a {
  color: #1B365D;
}
.topmenu ul.social-links li a:hover {
  color: #fff;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar {
  position: relative;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 24px 15px 0px 15px;
}
@media only screen and (min-width: 1200px) {
  .navbar + .fullscreen-slider {
    margin-top: -63px;
  }
}
.navbar:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  display: block;
  content: ' ';
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  z-index: -1;
}
.navbar .container {
  padding-inline: 15px;
}
.navbar .navbar-brand {
  padding-bottom: 24px;
  padding-top: 0;
  top: 0;
}
.navbar .navbar-brand img {
  height: 80px;
  width: 140px;
}
.navbar .navbar-nav .nav-item {
  padding-top: 20px;
  padding-bottom: 36px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    padding-top: 0;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle {
    line-height: 1;
    padding-top: 13px;
    text-align: center;
    text-decoration: none;
    margin-left: -4px;
    margin-right: 12px;
  }
  .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    display: inline;
    margin-left: 0;
    vertical-align: 0.1em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    font-size: 16px;
    color: #1B365D;
  }
  .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:after {
    content: '\F106';
  }
  .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle[aria-expanded="false"]:after {
    content: '\F107';
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  padding-left: 12px;
  padding-right: 12px;
  color: #1B365D;
  font-weight: 400;
}
.navbar .navbar-nav .nav-item .nav-link.no-link {
  cursor: default;
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 17px;
  }
}
.navbar .navbar-nav .nav-item.active .nav-link {
  color: #1B365D;
}
.navbar .navbar-nav .nav-item.active .nav-link:hover {
  color: #FA4616;
}
.navbar .navbar-nav .nav-item.active:after {
  height: 3px;
  -webkit-transform: skew(-13deg);
          transform: skew(-13deg);
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav .nav-item.active:after {
    display: none;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar:before {
    -webkit-transform: skew(0);
            transform: skew(0);
    border-radius: 0;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar .navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar .navbar-brand {
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .navbar .container {
    padding-inline: 0;
  }
  .navbar .container .navbar-brand img {
    height: 35px;
    width: auto;
  }
}
@media screen and (min-width: 1485px) {
  .navbar:before {
    -webkit-transform: skew(-13deg);
            transform: skew(-13deg);
  }
}
.breadcrumbs + section,
.breadcrumbs + div {
  margin-top: 48px !important;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs + section,
  .breadcrumbs + div {
    margin-top: 24px !important;
  }
}
.breadcrumbs .breadcrumb .breadcrumb-item {
  color: #869BAD;
}
.breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #869BAD;
}
.breadcrumbs .breadcrumb .breadcrumb-item:before {
  color: #bdc8d4;
}
.breadcrumbs .breadcrumb .breadcrumb-item:first-child:before {
  color: #bdc8d4;
}
#generic-index .fullscreen-slider {
  margin-top: 0;
}
.fullscreen-slider {
  margin-block: 0;
  padding-block: 0;
}
.fullscreen-slider .owl-carousel .owl-dots:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px;
  position: absolute;
  z-index: 999;
  bottom: 60px;
  top: unset;
  width: 100%;
}
.fullscreen-slider .owl-carousel .owl-dots:not(.disabled) .owl-dot span {
  background: rgba(255, 255, 255, 0.48);
}
.fullscreen-slider .owl-carousel .owl-dots:not(.disabled) .owl-dot span:hover {
  background: rgba(255, 255, 255, 0.64);
}
.fullscreen-slider .owl-carousel .owl-dots:not(.disabled) .owl-dot.active span {
  background: #fff;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fullscreen-slider .owl-carousel .owl-dots:not(.disabled) {
    bottom: 35px;
  }
}
.fullscreen-slider .owl-carousel .owl-stage .item {
  padding-bottom: 0;
  height: unset;
}
.fullscreen-slider .owl-carousel .owl-stage .item .slide-image {
  aspect-ratio: 2.2403734;
  position: relative;
  width: 100%;
  height: unset;
  left: unset;
  top: unset;
}
.fullscreen-slider .owl-carousel .owl-stage .item .slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media only screen and (max-width: 575px) {
  .fullscreen-slider .owl-carousel .owl-stage .item .slide-image {
    min-height: 250px;
  }
}
.fullscreen-slider .owl-carousel .owl-stage .item .filter {
  display: block;
  background: rgba(0, 0, 0, 0.25);
}
.fullscreen-slider .owl-carousel .owl-stage .item .content {
  position: absolute;
  z-index: 200;
  bottom: 100px;
  width: 100%;
}
.fullscreen-slider .owl-carousel .owl-stage .item .content .row > * > :first-child {
  margin-top: 0;
}
.fullscreen-slider .owl-carousel .owl-stage .item .content .row > * > :last-child {
  margin-bottom: 0;
}
.fullscreen-slider .owl-carousel .owl-stage .item .content .subtitle {
  font-family: alwyn-new-web, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
}
.fullscreen-slider .owl-carousel .owl-stage .item .content .page-title {
  margin-top: 0.25em;
  color: #fff;
  font-size: 60px;
  line-height: 1em;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fullscreen-slider .owl-carousel .owl-stage .item .content .page-title {
    font-size: 48px;
  }
}
.fullscreen-slider .owl-carousel .owl-stage .item .content p.intro {
  font-style: italic;
  line-height: 30px;
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .fullscreen-slider .owl-carousel .owl-stage .item .content {
    bottom: 70px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fullscreen-slider .owl-carousel .owl-stage .item {
    padding-top: 0;
  }
}
.Dienstenoverzicht {
  margin-block: 0;
  padding-block: 96px;
  background: #FA4616;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#1B365D), to(#24487d));
  background-image: linear-gradient(to top right, #1B365D, #24487d);
}
.Dienstenoverzicht:after {
  display: none;
}
.Dienstenoverzicht .container {
  padding-bottom: 0;
}
.Dienstenoverzicht .inner-part:first-child {
  padding-top: 0;
}
.Dienstenoverzicht .inner-part h2 {
  margin-top: 0;
  line-height: 1.25em;
}
@media only screen and (max-width: 575px) {
  .Dienstenoverzicht .inner-part h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .Dienstenoverzicht .inner-part h2 {
    font-size: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Dienstenoverzicht .inner-part h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .Dienstenoverzicht .inner-part h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .Dienstenoverzicht .inner-part h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .Dienstenoverzicht .icon-sec {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .Dienstenoverzicht {
    padding-block: 48px;
  }
}
.featured {
  margin-top: -40px;
  padding-top: 0;
  padding-bottom: 40px;
}
.featured .card {
  border-radius: 8px;
  background-image: none;
  background: #fff;
  background-size: cover;
}
.featured .card .filter {
  background: rgba(255, 255, 255, 0.95);
}
.featured .card .card-title {
  color: #1B365D;
}
.featured .card .card-description {
  color: #252B30;
}
.featured .card .btn.btn-link {
  color: #FA4616;
}
@media only screen and (max-width: 991px) {
  .featured {
    margin-top: -30px;
  }
}
.updates {
  padding-block: 0;
  margin-block: 96px;
}
.updates .col .card {
  padding: 0;
  border-radius: 8px;
  background-color: #fff;
}
.updates .col .card.has-image .filter {
  display: none;
}
.updates .col .card .content {
  padding: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.updates .col .card .content .subtitle {
  color: #869BAD;
}
.updates .col .card .content .card-title {
  color: #FA4616;
  margin-top: 0.25em;
  margin-bottom: 0;
}
.updates .col .card .content .card-text {
  color: #252B30;
}
.updates .col:first-child .card .filter {
  background: rgba(75, 87, 97, 0.48);
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(75, 87, 97, 0.84)), to(rgba(75, 87, 97, 0.36)));
  background-image: linear-gradient(to top right, rgba(75, 87, 97, 0.84), rgba(75, 87, 97, 0.36));
  display: block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.updates .col:first-child .card:hover .filter {
  background: rgba(75, 87, 97, 0.36);
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(75, 87, 97, 0.72)), to(rgba(75, 87, 97, 0.24)));
  background-image: linear-gradient(to top right, rgba(75, 87, 97, 0.72), rgba(75, 87, 97, 0.24));
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.updates .col:first-child .card .content {
  padding-top: 20px;
  position: relative;
  background: transparent;
}
.updates .col:first-child .card .content .card-title {
  color: #fff;
}
.updates .col:first-child .card .content .subtitle,
.updates .col:first-child .card .content .card-text {
  color: #869BAD;
}
.updates .col.newsletter .subtitle {
  font-family: alwyn-new-web, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0.5em;
  display: inline-block;
}
.updates .col.newsletter .newsletter-title {
  color: #FA4616;
}
.updates .col.newsletter form .btn {
  color: #FA4616;
  border-color: rgba(250, 70, 22, 0.35);
}
.updates .col.newsletter form .btn:hover {
  border-color: #FA4616;
  color: #FA4616;
}
.updates .col.newsletter form .btn:hover .fas {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .updates {
    margin-block: 48px;
  }
}
.about-us-home {
  text-align: left;
  background: url(/Content/CSS/THEME/images/line.svg) no-repeat top center;
  background-position-y: 33%;
  background-size: contain;
  margin-block: 96px;
  padding-block: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .about-us-home {
    background-size: 1680px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-home {
    margin-block: 48px;
  }
}
.about-us-home .container {
  display: block;
}
.about-us-home .container .col {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.about-us-home .container .col .hand {
  margin-block: 0;
  display: block;
}
@media only screen and (max-width: 575px) {
  .about-us-home .container .col .hand {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-us-home .container .col .hand {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-home .container .col .hand {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-home .container .col .hand {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-home .container .col .hand {
    font-size: 40px;
  }
}
.about-us-home h2 {
  margin-top: -16px;
}
@media only screen and (max-width: 575px) {
  .about-us-home h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-us-home h2 {
    font-size: 35.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-home h2 {
    font-size: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-home h2 {
    font-size: 38.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-home h2 {
    font-size: 40px;
  }
}
.about-us-home header {
  margin-bottom: 2.5em;
}
.about-us-home .about-us-text {
  margin-bottom: 2em;
}
.about-us-home .brand {
  margin-bottom: 2.5em;
}
section.fullscreen-reference {
  min-height: 0;
  margin-top: 146px;
  margin-bottom: 50px;
  padding-block: 0;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 575px) {
  section.fullscreen-reference {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  section.fullscreen-reference {
    position: relative;
    margin-block: 98px 48px;
  }
  section.fullscreen-reference:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    content: ' ';
  }
  section.fullscreen-reference .col.offset-7 {
    margin-left: auto;
    margin-right: auto;
    width: 196px;
    max-width: 196px;
  }
  section.fullscreen-reference .col.offset-7 .reference-image {
    top: 0;
  }
  section.fullscreen-reference .card {
    text-align: center;
  }
}
section.fullscreen-reference .reference-image {
  position: relative;
  z-index: 80;
  top: 0px;
  width: 160px;
  max-width: none;
}
section.fullscreen-reference .reference-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 375px), only screen and (max-width: 575px) {
  section.fullscreen-reference .reference-image img {
    border-radius: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.fullscreen-reference .reference-image img {
    left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.fullscreen-reference .reference-image img {
    left: 0;
  }
}
section.fullscreen-reference .card {
  margin-top: -50px;
  padding: 45px 50px;
  border-radius: 8px;
}
section.fullscreen-reference .card > * > *:first-child {
  margin-top: 0;
}
section.fullscreen-reference .card > * > *:last-child {
  margin-bottom: 0;
}
section.fullscreen-reference .card > * img,
section.fullscreen-reference .card > * iframe {
  max-width: 100%;
  height: auto;
}
section.fullscreen-reference .card > * table {
  margin-bottom: 1rem;
}
section.fullscreen-reference .card > * table tbody,
section.fullscreen-reference .card > * table td,
section.fullscreen-reference .card > * table tfoot,
section.fullscreen-reference .card > * table th,
section.fullscreen-reference .card > * table thead,
section.fullscreen-reference .card > * table tr {
  vertical-align: top;
}
section.fullscreen-reference .card > * p.lead {
  font-family: alwyn-new-web, sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #4B5761;
}
section.fullscreen-reference .card a {
  color: #FA4616;
}
section.fullscreen-reference .card .quote {
  margin-bottom: 0.5em;
}
section.fullscreen-reference .card .quote,
section.fullscreen-reference .card .reference-name,
section.fullscreen-reference .card .reference-project {
  z-index: 99;
}
section.fullscreen-reference .card .reference-name {
  font-family: "Oooh Baby", cursive;
  color: #FA4616;
  font-size: 34px;
}
section.fullscreen-reference .card .reference-project {
  font-weight: 700;
}
section.expertises {
  margin-block: 96px;
  padding-block: 0;
}
@media only screen and (max-width: 767px) {
  section.expertises {
    margin-block: 48px;
  }
}
section.expertises .expertise .image img {
  border-radius: 8px;
}
@media only screen and (max-width: 575px) {
  section.expertises .expertise .image img {
    border-radius: 0;
  }
}
section.expertises .expertise .text .card {
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
section.expertises .expertise .col .contact .contact-image img {
  border-radius: 8px;
}
@media only screen and (max-width: 375px) {
  section.expertises .expertise .col .contact .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.expertises .expertise .col .contact .row .contact-image {
    margin-left: auto;
    margin-right: auto;
  }
  section.expertises .expertise .col .contact .row .contact-text {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-top: 24px;
  }
  section.expertises .expertise .col .contact .row .contact-text.col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
section.expertises .expertise.mirrored .contact-image {
  margin-left: 0px;
  margin-right: auto;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  section.expertises .expertise.mirrored .contact-image {
    margin-left: 0;
  }
}
@media only screen and (max-width: 375px) {
  section.expertises .expertise.mirrored .col .contact .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.expertises .expertise.mirrored .col .contact .row .contact-image {
    margin-left: auto;
    margin-right: auto;
  }
  section.expertises .expertise.mirrored .col .contact .row .contact-text {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-top: 24px;
  }
  section.expertises .expertise.mirrored .col .contact .row .contact-text.col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
section.expertises .col .contact .row .contact-text {
  padding-top: 55px;
  color: #252B30;
}
section.expertises .contact .contact-text {
  color: #1B365D;
}
section.expertises .contact .contact-text h1,
section.expertises .contact .contact-text h2,
section.expertises .contact .contact-text h3,
section.expertises .contact .contact-text h4 {
  font-family: "Oooh Baby", cursive;
  color: #FA4616;
  font-size: 32px;
  margin-bottom: 0;
}
section.expertises .contact .contact-image {
  max-width: 196px;
  margin-right: -68px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  section.expertises .contact .contact-image {
    margin-right: 0;
    margin-top: -20px;
  }
}
section.video {
  margin-block: 96px;
  padding-block: 0;
}
section.video .video {
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
section.video .video .placeholder {
  padding-bottom: 40.44642857%;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.video .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.video {
    margin-block: 48px;
  }
}
@media only screen and (max-width: 575px) {
  section.video .container .video {
    border-radius: 0;
  }
}
section.slider-and-text {
  margin-block: 96px;
}
section.slider-and-text h1,
section.slider-and-text h2,
section.slider-and-text h3,
section.slider-and-text h4,
section.slider-and-text h5,
section.slider-and-text h6 {
  color: #1B365D;
  font-family: alwyn-new-web, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 0.9em;
  margin-bottom: 0.45em;
  line-height: 1.05em;
}
@media only screen and (max-width: 575px) {
  section.slider-and-text h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.slider-and-text h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.slider-and-text h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.slider-and-text h1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  section.slider-and-text h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  section.slider-and-text h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.slider-and-text h2 {
    font-size: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.slider-and-text h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.slider-and-text h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  section.slider-and-text h2 {
    font-size: 48px;
  }
}
section.slider-and-text h2:first-child {
  margin-top: 0.5em;
}
@media only screen and (max-width: 575px) {
  section.slider-and-text h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.slider-and-text h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.slider-and-text h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.slider-and-text h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  section.slider-and-text h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  section.slider-and-text h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.slider-and-text h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.slider-and-text h4 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.slider-and-text h4 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  section.slider-and-text h4 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  section.slider-and-text h5 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.slider-and-text h5 {
    font-size: 25.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.slider-and-text h5 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.slider-and-text h5 {
    font-size: 28.5px;
  }
}
@media only screen and (min-width: 1200px) {
  section.slider-and-text h5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  section.slider-and-text h6 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.slider-and-text h6 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.slider-and-text h6 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.slider-and-text h6 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  section.slider-and-text h6 {
    font-size: 24px;
  }
}
section.slider-and-text p.lead {
  font-size: 20px;
  margin-bottom: 1.25em;
  line-height: 34px !important;
  color: #4B5761;
}
section.slider-and-text .actions .btn {
  margin-right: 16px;
  margin-bottom: 16px;
}
section.slider-and-text .text .content > *:first-child {
  margin-top: 0;
}
section.slider-and-text .text .content > *:last-child {
  margin-bottom: 0;
}
section.slider-and-text .text .content img,
section.slider-and-text .text .content iframe {
  max-width: 100%;
  height: auto;
}
section.slider-and-text .text .content table {
  margin-bottom: 1rem;
}
section.slider-and-text .text .content table tbody,
section.slider-and-text .text .content table td,
section.slider-and-text .text .content table tfoot,
section.slider-and-text .text .content table th,
section.slider-and-text .text .content table thead,
section.slider-and-text .text .content table tr {
  vertical-align: top;
}
section.slider-and-text .text .content p.lead {
  font-family: alwyn-new-web, sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #4B5761;
}
@media only screen and (max-width: 575px) {
  section.slider-and-text .text .content h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.slider-and-text .text .content h2 {
    font-size: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.slider-and-text .text .content h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.slider-and-text .text .content h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  section.slider-and-text .text .content h2 {
    font-size: 48px;
  }
}
section.slider-and-text .text .content p.actions {
  margin-top: 2em;
}
section.slider-and-text .text .content p.actions .btn:nth-child(n+2) {
  margin-top: 0px;
}
section.slider-and-text .slider-holder .container-fluid .slider-container .tns-outer .tns-nav {
  margin-top: -55px;
}
@media only screen and (max-width: 375px), only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.slider-and-text .slider-holder .container-fluid .slider-container .tns-outer .tns-nav {
    margin-bottom: 55px;
  }
}
section.slider-and-text .slider-holder .container-fluid .slider-container .tns-outer .tns-nav button {
  background: rgba(255, 255, 255, 0.64);
  position: relative;
}
section.slider-and-text .slider-holder .container-fluid .slider-container .tns-outer .tns-nav button.tns-nav-active {
  height: 14px;
  width: 14px;
  top: -1px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
section.slider-and-text .slider-holder .container-fluid .slider .item .inner {
  border-radius: 8px;
  overflow: hidden;
}
section.slider-and-text.variant-text-slider .slider-holder .container-fluid .slider .item .inner {
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  section.slider-and-text {
    margin-block: 48px;
  }
}
section.carousel-slider {
  margin-block: 96px;
}
section.carousel-slider .slider-container .item .inner {
  border-radius: 8px;
}
section.carousel-slider .slider-container .item .inner .overlay {
  background-color: rgba(27, 54, 93, 0.72);
}
section.carousel-slider .slider-container .item .inner:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
section.carousel-slider .slider-container .tns-nav button {
  background: #e2e7ec;
  height: 12px;
  width: 12px;
}
section.carousel-slider .slider-container .tns-nav button.tns-nav-active {
  background: #FA4616;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}
section.carousel-slider .slider-container .tns-nav button.tns-nav-active:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  section.carousel-slider {
    margin-block: 48px;
  }
}
section.call-to-action {
  margin-block: 96px;
  background-position: unset;
  background-size: cover;
}
section.call-to-action .content {
  margin: 0;
}
section.call-to-action .content h2 {
  color: #1B365D;
}
@media only screen and (max-width: 575px) {
  section.call-to-action .content h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.call-to-action .content h2 {
    font-size: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.call-to-action .content h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.call-to-action .content h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  section.call-to-action .content h2 {
    font-size: 48px;
  }
}
section.call-to-action .content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  section.call-to-action {
    margin-block: 48px;
  }
  section.call-to-action .btn.btn-primary {
    margin-bottom: 0;
    margin-top: 24px;
  }
}
section.contentblock {
  padding-block: 0;
}
section.contentblock h1,
section.contentblock h2,
section.contentblock h3,
section.contentblock h4,
section.contentblock h5,
section.contentblock h6 {
  color: #1B365D;
  font-family: alwyn-new-web, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 0.9em;
  margin-bottom: 0.45em;
  line-height: 1.05em;
}
@media only screen and (max-width: 575px) {
  section.contentblock h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.contentblock h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.contentblock h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.contentblock h1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  section.contentblock h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  section.contentblock h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.contentblock h2 {
    font-size: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.contentblock h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.contentblock h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  section.contentblock h2 {
    font-size: 48px;
  }
}
section.contentblock h2:first-child {
  margin-top: 0.5em;
}
@media only screen and (max-width: 575px) {
  section.contentblock h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.contentblock h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.contentblock h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.contentblock h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  section.contentblock h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  section.contentblock h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.contentblock h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.contentblock h4 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.contentblock h4 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  section.contentblock h4 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  section.contentblock h5 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.contentblock h5 {
    font-size: 25.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.contentblock h5 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.contentblock h5 {
    font-size: 28.5px;
  }
}
@media only screen and (min-width: 1200px) {
  section.contentblock h5 {
    font-size: 30px;
  }
}
section.contentblock h6 {
  font-family: "Oooh Baby", cursive;
  color: #FA4616;
  margin-top: 0.5em;
  display: block;
  font-weight: 300;
}
@media only screen and (max-width: 575px) {
  section.contentblock h6 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.contentblock h6 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.contentblock h6 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.contentblock h6 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  section.contentblock h6 {
    font-size: 40px;
  }
}
section.contentblock .lead {
  margin-bottom: 1.25em;
  line-height: 32px !important;
  color: #4B5761;
}
section.contentblock.header-image {
  padding-bottom: 0;
}
section.contentblock.header-image.first {
  padding-top: 0;
}
@media only screen and (min-width: 1200px) {
  section.contentblock.header-image.first {
    margin-top: -63px;
  }
}
section.contentblock.header-image .image {
  aspect-ratio: 2.58411844;
  position: relative;
  width: 100%;
  height: unset;
  left: unset;
  top: unset;
}
@media only screen and (max-width: 575px) {
  section.contentblock.header-image .image {
    min-height: 250px;
  }
}
section.contentblock.header-image .filter {
  background-image: linear-gradient(13deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.08));
}
section.contentblock.header-image .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-block: 0 48px;
}
section.contentblock.header-image .content .row > * > :first-child {
  margin-top: 0;
}
section.contentblock.header-image .content .row > * > :last-child {
  margin-bottom: 0;
}
section.contentblock.header-image .content .subtitle {
  font-family: alwyn-new-web, sans-serif;
  font-style: normal;
  font-weight: 300;
}
section.contentblock.header-image .content .page-title {
  margin-top: 0.25em;
}
@media only screen and (max-width: 575px) {
  section.contentblock.header-image .content {
    padding-bottom: 24px;
  }
}
section.contentblock.contactperson {
  margin-block: 96px;
  padding-block: 0;
}
@media only screen and (max-width: 575px) {
  section.contentblock.contactperson {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  section.contentblock.contactperson {
    margin-block: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.contentblock.contactperson {
    overflow-x: hidden;
  }
}
section.contentblock.contactperson .referentie-person {
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  section.contentblock.contactperson .referentie-person {
    margin-bottom: 0;
  }
}
section.contentblock.contactperson .referentie-person .contactpersoon .image {
  position: relative;
  height: 100%;
}
section.contentblock.contactperson .referentie-person .contactpersoon .image:before {
  display: none;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  section.contentblock.contactperson .referentie-person .contactpersoon .image:before {
    display: none;
  }
}
section.contentblock.contactperson .referentie-person .contactpersoon .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contentblock.contactperson .referentie-person .contactpersoon .txtperson {
  padding: 30px;
}
section.contentblock.contactperson .referentie-person .contactpersoon .txtperson p {
  font-family: alwyn-new-web, sans-serif;
  font-weight: 700;
  color: #1B365D;
  font-size: 24px;
  line-height: 1.1em;
}
section.contentblock.contactperson .referentie-person .contactpersoon .txtperson h2 {
  font-family: "Oooh Baby", cursive;
  color: #FA4616;
  font-size: 32px;
}
section.contentblock.contactperson .referentie-person .contactpersoon .txtperson h3 {
  font-family: proxima-nova, sans-serif;
  color: #252B30;
  font-weight: 700;
}
section.contentblock.contactperson .referentie-person .contactpersoon .txtperson .socials a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.contentblock.contactperson .referentie-person .contactpersoon .socials a {
  border-radius: 50%;
  padding: 10px 15px;
  font-size: 14px;
  width: 44px;
  height: 44px;
  border-color: rgba(250, 70, 22, 0.48);
  color: #FA4616;
  border-radius: 8px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
section.contentblock.contactperson .referentie-person .contactpersoon .socials a:hover {
  border-color: #FA4616;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
section.contentblock.contactperson .referentie-person .contactpersoon .socials a.linkedin {
  margin-left: 10px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  section.contentblock.contactperson .referentie-person .contactpersoon .txtperson {
    padding-bottom: 15px;
  }
  section.contentblock.contactperson .referentie-person .contactpersoon:last-child .txtperson {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
section.contentblock.contactperson .referentie-person .contactpersoon:last-child h2 {
  font-family: alwyn-new-web, sans-serif;
  font-weight: 700;
  color: #1B365D;
  font-size: 24px;
  line-height: 1.1em;
  margin-top: 0;
}
section.contentblock.fullscreen-text {
  margin-block: 96px;
}
section.contentblock.fullscreen-text.contact {
  margin-bottom: 48px;
}
section.contentblock.fullscreen-text p.actions {
  margin-block: 2em 0;
}
section.contentblock.fullscreen-text p.actions .btn {
  margin-right: 12px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  section.contentblock.fullscreen-text p.actions .btn:nth-child(n+2) {
    margin-top: 16px;
  }
}
section.contentblock.fullscreen-text .lead {
  font-family: alwyn-new-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #4B5761;
}
section.contentblock.fullscreen-text .container .content > .row > * > :first-child:not(h*) {
  margin-top: 0;
}
section.contentblock.fullscreen-text .container .content > .row > * > :last-child {
  margin-bottom: 0;
}
section.contentblock.fullscreen-text .container > .row > * > :first-child {
  margin-top: 0;
}
section.contentblock.fullscreen-text .container > .row > * > :last-child {
  margin-bottom: 0;
}
section.contentblock.fullscreen-text .content > *:first-child {
  margin-top: 0;
}
section.contentblock.fullscreen-text .content > *:last-child {
  margin-bottom: 0;
}
section.contentblock.fullscreen-text .content img,
section.contentblock.fullscreen-text .content iframe {
  max-width: 100%;
  height: auto;
}
section.contentblock.fullscreen-text .content table {
  margin-bottom: 1rem;
}
section.contentblock.fullscreen-text .content table tbody,
section.contentblock.fullscreen-text .content table td,
section.contentblock.fullscreen-text .content table tfoot,
section.contentblock.fullscreen-text .content table th,
section.contentblock.fullscreen-text .content table thead,
section.contentblock.fullscreen-text .content table tr {
  vertical-align: top;
}
@media only screen and (max-width: 575px) {
  section.contentblock.fullscreen-text .content img,
  section.contentblock.fullscreen-text .content iframe {
    margin-left: -15px;
    width: calc(100% + 30px) !important;
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  section.contentblock.fullscreen-text {
    margin-block: 48px;
  }
  section.contentblock.fullscreen-text.contact {
    margin-bottom: 24px;
  }
}
section.contentblock.fullscreen-image {
  margin-block: 96px;
  margin-inline: 20px;
}
section.contentblock.fullscreen-image .image {
  min-height: 150px;
  position: relative;
  aspect-ratio: 4.20131291;
}
section.contentblock.fullscreen-image .image img {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.contentblock.fullscreen-image {
    margin-inline: 0;
  }
  section.contentblock.fullscreen-image .image img {
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.contentblock.fullscreen-image {
    margin-block: 48px;
  }
}
section.contentblock.faq {
  margin-block: 96px;
}
section.contentblock.faq header h2 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  section.contentblock.faq {
    margin-block: 48px;
  }
}
.site-footer {
  margin-top: 0;
}
.site-footer .footer-nav-block {
  margin-top: 0px;
  padding: 0;
}
.site-footer .footer-nav-block .container {
  position: relative;
  padding-block: 50px 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .site-footer .footer-nav-block .container {
    padding-block: 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer .footer-nav-block .container {
    padding-block: 0;
  }
}
@media only screen and (max-width: 375px), only screen and (max-width: 575px) {
  .site-footer .footer-nav-block {
    padding-right: 15px;
    overflow: hidden;
    padding-bottom: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-nav-block {
    padding-top: 30px;
  }
}
.site-footer .footer-nav-block .flexfamily-member {
  bottom: 36px;
}
@media only screen and (max-width: 375px), only screen and (max-width: 575px) {
  .site-footer .footer-nav-block .flexfamily-member {
    bottom: -112px;
    right: -35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .site-footer .footer-nav-block .flexfamily-member {
    bottom: 50px;
  }
}
.site-footer .footer-nav-block:before {
  border-top-right-radius: 0px;
  background-color: #1B365D;
  width: 100vw;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer .footer-nav-block {
    background-color: #1B365D;
    border-radius: 0;
  }
}
.site-footer .footer-nav-block .footer-title {
  color: #fff;
}
.site-footer .footer-nav-block .footer-nav li a,
.site-footer .footer-nav-block .altijd-extra-list li a {
  color: rgba(255, 255, 255, 0.72);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.site-footer .footer-nav-block .footer-nav li a:hover,
.site-footer .footer-nav-block .altijd-extra-list li a:hover {
  color: #fff;
}
.site-footer .footer-nav-block ul.social-links:before {
  content: none;
}
.site-footer .footer-nav-block ul.social-links li a {
  color: rgba(255, 255, 255, 0.72);
}
.site-footer .footer-nav-block ul.social-links li a:hover {
  color: #fff;
}
.site-footer .footer-nav-block .last {
  margin-top: 0;
}
.site-footer .footer-bottom:before {
  width: 100vw;
}
.site-footer .footer-bottom .copyright,
.site-footer .footer-bottom .credits {
  color: #fff;
}
.site-footer .footer-bottom .copyright a,
.site-footer .footer-bottom .credits a {
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.site-footer .footer-bottom .copyright a:hover,
.site-footer .footer-bottom .credits a:hover {
  color: #FA4616;
}
.site-footer .footer-bottom:before {
  background-color: #152b49;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer .footer-bottom {
    background-color: #152b49;
  }
}
.team .teamlid .overlay {
  background: rgba(75, 87, 97, 0.1);
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(75, 87, 97, 0.1)), to(rgba(75, 87, 97, 0)));
  background-image: linear-gradient(to top right, rgba(75, 87, 97, 0.1), rgba(75, 87, 97, 0));
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.team .teamlid:hover .overlay {
  background: rgba(75, 87, 97, 0.02);
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(75, 87, 97, 0.02)), to(rgba(75, 87, 97, 0)));
  background-image: linear-gradient(to top right, rgba(75, 87, 97, 0.02), rgba(75, 87, 97, 0));
}
.news .col .card,
.vacancies .col .card {
  border-radius: 8px;
  overflow: hidden;
}
.news .col .card .content,
.vacancies .col .card .content {
  width: 100%;
}
.news .col .card .filter,
.vacancies .col .card .filter {
  background: rgba(75, 87, 97, 0.24);
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(75, 87, 97, 0.3)), to(rgba(75, 87, 97, 0.12)));
  background-image: linear-gradient(to top right, rgba(75, 87, 97, 0.3), rgba(75, 87, 97, 0.12));
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.news .col .card:hover .filter,
.vacancies .col .card:hover .filter {
  background: rgba(75, 87, 97, 0.18);
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(75, 87, 97, 0.24)), to(rgba(75, 87, 97, 0.06)));
  background-image: linear-gradient(to top right, rgba(75, 87, 97, 0.24), rgba(75, 87, 97, 0.06));
}
section.vacancies.contentblock,
.vacancies {
  margin-block: 96px;
  padding-block: 0;
}
section.vacancies.contentblock h2,
.vacancies h2 {
  margin-block: 0 0.75em;
}
section.vacancies.contentblock .btn,
.vacancies .btn {
  margin-top: 30px;
}
section.vacancies.contentblock .vacancies-container .item,
.vacancies .vacancies-container .item {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  section.vacancies.contentblock .vacancies-container .item,
  .vacancies .vacancies-container .item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  section.vacancies.contentblock,
  .vacancies {
    margin-block: 48px;
  }
}
#vacancies-apply h1 {
  margin-top: 0.33333333em;
}
#vacancies-apply .fullscreen-text {
  margin-bottom: 48px;
}
#vacancies-apply .fullscreen-text + .sollicitatieform {
  margin-top: 48px;
}
#vacancies-apply input[type="file"] {
  width: 100%;
}
#vacancies-apply .no-link {
  color: #252B30;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #vacancies-apply .fullscreen-text {
    margin-bottom: 24px;
  }
  #vacancies-apply .fullscreen-text + .sollicitatieform {
    margin-top: 24px;
  }
}
.contactform .form-control {
  background: #fff;
  border-color: #e2e7ec;
}
.contactform .form-control:focus {
  border-color: #869BAD;
  outline: none;
  -webkit-box-shadow: 0 5px 15px rgba(27, 54, 93, 0.08);
          box-shadow: 0 5px 15px rgba(27, 54, 93, 0.08);
}
section.contentblock.fullscreen-text .card-per-item {
  margin: 0 -8px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
section.contentblock.fullscreen-text .card-per-item li {
  width: 100%;
  padding: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.contentblock.fullscreen-text .card-per-item li {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  section.contentblock.fullscreen-text .card-per-item li {
    width: 33.33333333%;
  }
}
section.contentblock.fullscreen-text .card-per-item li:before {
  display: none;
}
section.contentblock.fullscreen-text .card-per-item li a {
  border-radius: 8px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #1B365D;
  padding: 26px 24px 24px;
  background: #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: 100%;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  border: solid 1px #e2e7ec;
  font-family: alwyn-new-web, sans-serif;
}
section.contentblock.fullscreen-text .card-per-item li a:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  color: #fff;
  background: #1B365D;
  border-color: #1B365D;
}
.fixed-bottom {
  background: rgba(0, 0, 0, 0.48);
  padding-top: 4px;
  padding-bottom: 4px;
}
#contact-index .fullscreen-reference {
  background-size: cover !important;
  background-position: center !important;
}
@media only screen and (min-width: 1200px) {
  #contact-index .fullscreen-reference {
    min-height: 400px;
  }
  #contact-index .fullscreen-reference .col-left {
    margin-left: 50%;
  }
  #contact-index .fullscreen-reference .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact-index .fullscreen-reference {
    min-height: 400px;
  }
  #contact-index .fullscreen-reference .col-left {
    margin-left: 41.666667%;
  }
  #contact-index .fullscreen-reference .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
#contact-index .expertises {
  margin-bottom: 0;
}
#vacancies-detail .vacancy-intro .actions {
  padding-bottom: 0;
}
#vacancies-detail .vacancy-intro .actions .btn {
  margin-bottom: 0;
}
#vacancies-detail > section:nth-last-of-type(2) {
  margin-bottom: 48px;
}
#vacancies-detail .vacancy-footer {
  padding-block: 0;
  margin-bottom: 96px;
}
@media only screen and (max-width: 767px) {
  #vacancies-detail > section:nth-last-of-type(2) {
    margin-bottom: 24px;
  }
  #vacancies-detail .vacancy-footer {
    padding-block: 0;
    margin-bottom: 48px;
  }
}

