/**
 * Variable file
 * place global variables here:
 */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
/**
 * Mixin file 
 * All our custom mixins
 *
 * @package buro been
 */
/* Boxsizing shortcut: */
/* Transform shortcuts */
/* Styling placeholders: */
/* Retina images: */
/* "Hard" gradients: */
/* REM font sizes: */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  font-family: "Nunito Sans", sans-serif;
  line-height: 170%;
}
*:focus {
  outline: none;
}

html {
  overflow-x: hidden;
}
html body {
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden;
  color: #003b47;
  background-color: #e0dbd3;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
}
html body.admin-bar header {
  top: 32px !important;
}
html body #main-wrapper {
  padding-top: 115px;
}

p {
  margin-bottom: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
p:last-child {
  margin-bottom: 0;
}

a, a:visited {
  transition: 0.5s;
  color: #003b47;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}
a:hover, a:visited:hover {
  color: #0091d0;
}
a.button, a:visited.button {
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px 30px;
  transition: 0.3s;
  background-color: #003b47;
}
a.button:hover, a:visited.button:hover {
  background-color: #0091d0;
}
a.button.alt, a:visited.button.alt {
  background-color: #ffffff;
  color: #003b47;
}
a.button.alt:hover, a:visited.button.alt:hover {
  background-color: #003b47;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #003b47;
  line-height: 120%;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #0091d0;
}

h1 {
  font-size: 50px;
  font-size: 3.125rem;
}

h2 {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 30px;
}

h3, h4, h5, h6 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  html body #main-wrapper {
    padding-top: 90px;
  }
  a.button, a:visited.button {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 40px;
  }
}
@media only screen and (max-width: 780px) {
  html body #main-wrapper {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 780px) {
  html body #main-wrapper {
    padding-top: 40px;
  }
}
.hero-banner {
  padding: 0 4%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.hero-banner:after {
  content: "";
  height: 275px;
  width: 600px;
  position: absolute;
  right: -30px;
  bottom: -98px;
}
.hero-banner .container {
  max-width: 100%;
  max-width: 1360px;
  height: 100%;
  display: flex;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.hero-banner .container .header-meta-wrapper {
  min-height: 450px;
  width: 33.3%;
  float: left;
  padding: 50px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-banner .container .header-meta-wrapper .header-content {
  position: relative;
  z-index: 1;
}
.hero-banner .container .header-meta-wrapper .header-content h1, .hero-banner .container .header-meta-wrapper .header-content h2 {
  color: #ffffff;
}
.hero-banner .container .header-meta-wrapper .header-content h1.alt, .hero-banner .container .header-meta-wrapper .header-content h2.alt {
  color: #003b47;
}
.hero-banner .container .header-meta-wrapper .header-content .button {
  margin-top: 100px;
}

@media only screen and (max-width: 1500px) {
  .hero-banner .container .header-meta-wrapper .header-content h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-banner .container .header-meta-wrapper {
    width: 50%;
    padding: 30xp 0;
  }
  .hero-banner .container .header-meta-wrapper .header-content h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 910px) {
  .hero-banner:after {
    width: 400px;
    bottom: -111px;
  }
}
@media only screen and (max-width: 800px) {
  .hero-banner .container .header-meta-wrapper .header-content h2 {
    hyphens: auto;
  }
}
@media only screen and (max-width: 600px) {
  .hero-banner:after {
    display: none;
  }
  .hero-banner .container .header-meta-wrapper {
    width: 100%;
    padding: 60px 0;
  }
  .hero-banner .container .header-meta-wrapper:after {
    right: -100%;
  }
  .hero-banner .container .header-meta-wrapper .header-content {
    padding-right: 0px;
  }
}
body.open-menu {
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: 0.3s;
  flex-flow: row wrap;
  padding: 0;
  top: 0;
  background-color: #003b47;
  -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.4);
}
header .container {
  padding: 0 4%;
  width: 100%;
  position: relative;
  transition: 0.3s;
  z-index: 9;
}
header .container .inner-wrapper {
  transition: all ease-in-out 0.3s;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .inner-wrapper #logo {
  width: 100%;
  max-width: 200px;
}
header .container .inner-wrapper .logo {
  padding: 0;
  text-decoration: none;
  max-width: 200px;
  margin-right: 30px;
  display: block;
  width: 100%;
  transition: 0.3s;
}
header .container .inner-wrapper .logo img {
  width: 100%;
  height: auto;
}
header .container .inner-wrapper .main-nav {
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .container .inner-wrapper .main-nav ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header .container .inner-wrapper .main-nav ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 45px;
}
header .container .inner-wrapper .main-nav ul li:after {
  content: "";
  transition: all ease-in-out 0.3s;
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 0%;
  background-color: #0091d0;
  bottom: -7px;
}
header .container .inner-wrapper .main-nav ul li a, header .container .inner-wrapper .main-nav ul li a:visited {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1;
  position: relative;
  color: #ffffff;
  position: relative;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}
header .container .inner-wrapper .main-nav ul li:hover:after {
  transition: all ease-in-out 0.3s;
  width: 100%;
}
header .container .inner-wrapper .main-nav ul li:hover a {
  color: #0091d0;
}
header .container .inner-wrapper .main-nav ul li.current_page_item:after {
  width: 100%;
}
header .container .inner-wrapper .main-nav ul li.current_page_item a:after, header .container .inner-wrapper .main-nav ul li.current_page_item a:visited:after {
  width: 100%;
}
header .container .inner-wrapper .main-nav ul li:first-child {
  margin-left: 0;
}
header .container .inner-wrapper .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0px;
  top: 27px;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: #ffffff;
  transition: 0.8s;
  opacity: 0;
  display: none;
  border-radius: 5px;
  z-index: 99;
}
header .container .inner-wrapper .main-nav ul li ul.sub-menu li {
  width: 100%;
  transition: 0.3s;
  margin-left: 0;
}
header .container .inner-wrapper .main-nav ul li ul.sub-menu li:after {
  display: none;
}
header .container .inner-wrapper .main-nav ul li ul.sub-menu li a, header .container .inner-wrapper .main-nav ul li ul.sub-menu li a:visited {
  padding: 15px 30px !important;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  color: #003b47;
  transition: 0.3s;
  margin-left: 0;
}
header .container .inner-wrapper .main-nav ul li ul.sub-menu li a:hover, header .container .inner-wrapper .main-nav ul li ul.sub-menu li a:visited:hover {
  color: #0091d0;
}
header .container .inner-wrapper .main-nav ul li ul.sub-menu li.current-menu-item a {
  color: #0091d0;
}
header .container .inner-wrapper .main-nav ul li.menu-cta a, header .container .inner-wrapper .main-nav ul li.menu-cta a:visited {
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  border-radius: 50px;
  padding: 19px 36px;
}
header .container .inner-wrapper .main-nav ul li.menu-cta a:after, header .container .inner-wrapper .main-nav ul li.menu-cta a:visited:after {
  display: none;
}
header .container .inner-wrapper .main-nav ul li.menu-cta a:hover, header .container .inner-wrapper .main-nav ul li.menu-cta a:visited:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
}
header .container .inner-wrapper .main-nav ul li.menu-cta a:hover:after, header .container .inner-wrapper .main-nav ul li.menu-cta a:visited:hover:after {
  display: none;
}
header .container .inner-wrapper .main-nav ul li.cta {
  background-color: #0091d0;
  border-radius: 50px;
  transition: 0.3s;
}
header .container .inner-wrapper .main-nav ul li.cta a {
  color: #ffffff;
  padding: 15px 30px;
}
header .container .inner-wrapper .main-nav ul li.cta:hover {
  background-color: #000000;
}
header .container .inner-wrapper .main-nav ul li.cta:hover a {
  color: #ffffff;
}
header .container .inner-wrapper .main-nav ul li.cta:after {
  display: none;
}
header .container .inner-wrapper .main-nav ul li.menu-item-has-children > a:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #003b47;
  font-size: 18px;
  position: absolute;
  top: 0px;
  right: -20px;
  color: #0091d0;
}
header .container .inner-wrapper .main-nav ul li:hover > ul {
  display: table;
  opacity: 1;
}
header.scroll-version .container .inner-wrapper {
  transition: all ease-in-out 0.3s;
  padding: 10px 0;
}
header.scroll-version .container .inner-wrapper .logo {
  max-width: 150px;
}

.mobile-nav {
  display: none;
  top: 0px;
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 900;
  text-align: center;
  padding: 120px 0 60px;
  background-color: #003b47;
}
.mobile-nav ul {
  list-style: none;
  display: block;
  padding: 0px 30px;
  margin: 0;
  width: 100%;
}
.mobile-nav ul li {
  display: block;
  width: 100%;
  margin: 10px 0;
}
.mobile-nav ul li a, .mobile-nav ul li a:visited {
  font-family: "Manrope", sans-serif;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
  padding: 10px 0;
  font-size: 22px;
  font-size: 1.375rem;
}
.mobile-nav ul li.current_page_item {
  position: relative;
}
.mobile-nav ul li.current_page_item a {
  background-color: #0091d0;
  border-radius: 50px;
  color: #ffffff;
}
.mobile-nav ul li.current_page_item .sub-menu li a {
  color: #ffffff;
  background-color: transparent;
}
.mobile-nav ul li.menu-item-has-children {
  position: relative;
}
.mobile-nav ul li.menu-item-has-children a {
  position: relative;
  z-index: 1;
}
.mobile-nav ul li .sub-menu {
  position: relative;
  padding: 15px;
  margin-top: 15px;
}
.mobile-nav ul li .sub-menu:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0.15;
  background-color: #0091d0;
  border-radius: 30px;
}
.mobile-nav ul li .sub-menu li {
  position: relative;
  z-index: 1;
}
.mobile-nav.fold-out {
  display: block;
  opacity: 1;
}

.menu-switch {
  transition: all ease-in-out 0.3s;
  width: 44px;
  display: none;
}
.menu-switch i {
  color: #0091d0;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1164px) {
  header .container .inner-wrapper .main-nav ul {
    justify-content: flex-end;
  }
  header .container .inner-wrapper .main-nav ul li {
    display: none;
  }
  header .container .inner-wrapper .main-nav ul li.btn-direct-zorg-aanvragen {
    display: flex;
  }
  .menu-switch {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  header .container .inner-wrapper {
    padding: 10px 0;
  }
  .mobile-nav ul li.current_page_item a {
    display: block;
  }
  .mobile-nav ul li.current_page_item a:after {
    display: none;
  }
}
.footer {
  position: relative;
  background-color: #003b47;
}
.footer .footer-section {
  margin: 0px;
}
.footer .footer-section .container {
  display: flex;
  max-width: 1360px;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 100px 0 60px;
}
.footer .footer-section .container .logo {
  width: 100%;
  max-width: 200px;
}
.footer .footer-section .container .footernav {
  flex: 1 0 25%;
}
.footer .footer-section .container .footernav nav ul {
  padding-left: 0;
}
.footer .footer-section .container .footernav nav ul li {
  color: #ffffff;
  list-style: none;
  margin-bottom: 10px;
}
.footer .footer-section .container .footernav nav ul li a, .footer .footer-section .container .footernav nav ul li a:visited {
  color: #ffffff;
}
.footer .footer-section .container .footernav nav ul li a:hover, .footer .footer-section .container .footernav nav ul li a:visited:hover {
  color: #0091d0;
}
.footer .footer-section .container .footernav nav ul li.current-menu-item a {
  color: #0091d0;
}
.footer .footer-section .container .footernav a, .footer .footer-section .container .footernav a:visited {
  color: #ffffff;
  font-weight: 300;
}
.footer .footer-section .container .footernav a:hover, .footer .footer-section .container .footernav a:visited:hover {
  color: #0091d0;
}
.footer .footer-section .container .footernav h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  position: relative;
}
.footer .footer-section .container .footernav p {
  color: #ffffff;
}
.footer .footerCopyBeen {
  padding: 15px 4%;
}
.footer .footerCopyBeen .container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: initial;
  justify-content: center;
  color: #ffffff;
  padding: 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
.footer .footerCopyBeen .container .copyright {
  display: inline-block;
}
.footer .footerCopyBeen .container a, .footer .footerCopyBeen .container a:visited {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
.footer .footerCopyBeen .container a.logoBuroBeenFooter, .footer .footerCopyBeen .container a:visited.logoBuroBeenFooter {
  display: inline-block;
  width: 100px;
  position: relative;
  top: 5px;
  margin-left: 15px;
  opacity: 0.5;
}
.footer .footerCopyBeen .container a.logoBuroBeenFooter:hover, .footer .footerCopyBeen .container a:visited.logoBuroBeenFooter:hover {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .footer .footer-section .container {
    padding: 0;
  }
  .footer .footer-section .container .footernav {
    flex: 1 0 50%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .footer .footer-section .container {
    flex-direction: column;
    padding: 60px 0 0;
    text-align: center;
  }
  .footer .footer-section .container .logo {
    margin-bottom: 0px;
  }
  .footernav {
    max-width: 100%;
    width: 100%;
  }
}
.section {
  padding: 50px 4%;
}
.section .container {
  margin: 0 auto;
}
.section .container .inner-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.section .container .inner-wrapper .content-wrapper {
  width: 100%;
  max-width: 100%;
}
.section.intro .container {
  max-width: 1280px;
}
.section.intro .container .title {
  flex: 1 0 50%;
  padding-right: 100px;
}
.section.intro .container .title .block-subtitle {
  display: inline-block;
  color: #0091d0;
  font-weight: 500;
  font-size: 26px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
}
.section.intro .container .content-wrapper-title {
  flex: 1 0 50%;
}

@media only screen and (max-width: 1024px) {
  .section {
    padding: 30px 4%;
  }
  .section:first-child {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 30px 4%;
  }
  .section:first-child {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .section {
    padding: 30px 4%;
  }
  .section:first-child {
    padding-top: 30px;
  }
  .section.intro .container .inner-wrapper {
    flex-direction: column;
  }
  .section.intro .container .inner-wrapper .content-wrapper-title,
  .section.intro .container .inner-wrapper .title {
    padding-right: 0px;
    flex: 1 0 100%;
  }
  .section.intro .container .inner-wrapper .content-wrapper-title .block-subtitle,
  .section.intro .container .inner-wrapper .title .block-subtitle {
    font-size: 1.25rem;
  }
}
.onze-partners .txtImg .container .block.tekst-block {
  background-color: #0091d0;
}
.onze-partners .txtImg .container .block.tekst-block .inner-wrapper .tekst {
  color: #003b47;
}
.onze-partners .txtImg .container .block.tekst-block .inner-wrapper .button {
  color: #ffffff;
}
.onze-partners .txtImg .container .block.tekst-block .inner-wrapper .titel, .onze-partners .txtImg .container .block.tekst-block .inner-wrapper h3 {
  color: #003b47;
}
.onze-partners .txtImg:nth-child(odd) .container .block.tekst-block {
  background-color: #0091d0;
}
.onze-partners .txtImg:nth-child(odd) .container .block.tekst-block .inner-wrapper .tekst {
  color: #003b47;
}
.onze-partners .txtImg:nth-child(odd) .container .block.tekst-block .inner-wrapper .button {
  color: #ffffff;
}
.onze-partners .txtImg:nth-child(odd) .container .block.tekst-block .inner-wrapper .titel, .onze-partners .txtImg:nth-child(odd) .container .block.tekst-block .inner-wrapper h3 {
  color: #003b47;
}

.klantlogos {
  background-color: #003b47;
  margin-top: 80px;
  margin-bottom: 0;
}
.klantlogos .container {
  padding: 80px 0;
}
.section-calltoaction {
  background-color: #003b47;
  margin-bottom: 0px;
  padding: 120px 4%;
  position: relative;
}
.section-calltoaction .container {
  margin: 0 auto;
  width: 1280px;
  text-align: center;
  color: #ffffff;
}
.section-calltoaction .container h2 {
  color: #ffffff;
}
.section-calltoaction .container .button {
  margin-top: 50px;
  background-color: #fff;
  color: #003b47;
}
.section-calltoaction .container .button:hover {
  background-color: #0091d0;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .section-calltoaction {
    padding: 60px 4%;
  }
  .section-calltoaction .container {
    width: 100%;
  }
}
.txtImg .container {
  padding: 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}
.txtImg .container .block.tekst-block {
  width: 100%;
  max-width: 740px;
  background-color: #ffffff;
  padding: 100px 100px 100px 60px;
  position: relative;
}
.txtImg .container .block.tekst-block:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  display: block;
  left: -100%;
  top: 0;
  position: absolute;
}
.txtImg .container .block.tekst-block .inner-wrapper {
  width: 100%;
  display: block;
  position: relative;
}
.txtImg .container .block.tekst-block .inner-wrapper .subtitel {
  margin-bottom: 15px;
  display: inline-block;
  color: #003b47;
  font-weight: 500;
  font-size: 26px;
  font-family: "Chillax", sans-serif;
}
.txtImg .container .block.tekst-block .inner-wrapper .titel {
  z-index: 1;
  position: relative;
}
.txtImg .container .block.tekst-block .inner-wrapper .tekst {
  z-index: 1;
  position: relative;
  width: 100%;
}
.txtImg .container .block.tekst-block .inner-wrapper .button {
  margin-top: 60px;
}
.txtImg .container .block.image-block {
  width: 100%;
  max-width: 50%;
}
.txtImg .container .block.image-block .inner-wrapper {
  justify-content: flex-start;
  position: relative;
  height: 100%;
}
.txtImg .container .block.image-block .inner-wrapper img {
  background-color: #ffffff;
}
.txtImg:last-child {
  margin-bottom: 0;
}
.txtImg.gradient .container .block.tekst-block, .txtImg.blue .container .block.tekst-block {
  background-color: #003b47;
}
.txtImg.gradient .container .block.tekst-block:after, .txtImg.blue .container .block.tekst-block:after {
  background-color: #003b47;
}
.txtImg.gradient .container .block.tekst-block .inner-wrapper .subtitel, .txtImg.blue .container .block.tekst-block .inner-wrapper .subtitel {
  color: #e0dbd3;
}
.txtImg.gradient .container .block.tekst-block .inner-wrapper h2, .txtImg.blue .container .block.tekst-block .inner-wrapper h2 {
  color: #ffffff;
}
.txtImg.gradient .container .block.tekst-block .inner-wrapper p, .txtImg.blue .container .block.tekst-block .inner-wrapper p {
  color: #ffffff;
}
.txtImg.gradient .container .block.tekst-block .inner-wrapper ul li, .txtImg.blue .container .block.tekst-block .inner-wrapper ul li {
  color: #ffffff;
}
.txtImg.gradient .container .block.tekst-block .inner-wrapper .button, .txtImg.blue .container .block.tekst-block .inner-wrapper .button {
  background-color: #e0dbd3;
  color: #003b47;
}
.txtImg.gradient .container .block.tekst-block .inner-wrapper .button:hover, .txtImg.blue .container .block.tekst-block .inner-wrapper .button:hover {
  background-color: #0091d0;
  color: #ffffff;
}
.txtImg.gradient .container .block.image-block .inner-wrapper img, .txtImg.blue .container .block.image-block .inner-wrapper img {
  background-color: #003b47;
}
.txtImg.gradient .container .block.tekst-block {
  background-color: transparent;
  background-image: none;
}
.txtImg.gradient .container .block.tekst-block:after {
  background: linear-gradient(45deg, #003b47, #0091d0);
  left: -100%;
  right: 0;
  width: 200%;
  z-index: -1;
}
.txtImg:nth-child(even) .container {
  flex-direction: row-reverse;
}
.txtImg:nth-child(even) .container .block.tekst-block {
  margin-right: auto;
  padding: 100px 60px 100px 100px;
}
.txtImg:nth-child(even) .container .block.tekst-block:after {
  left: auto;
  right: -100%;
}
.txtImg:nth-child(even) .container .block.image-block .inner-wrapper {
  justify-content: flex-end;
}
.txtImg:nth-child(even).gradient .container .block.tekst-block {
  background-color: transparent;
}
.txtImg:nth-child(even).gradient .container .block.tekst-block:after {
  eft: 0;
}

@media only screen and (max-width: 1024px) {
  .txtImg .container .block.tekst-block:after {
    display: none;
  }
  .txtImg .container .block.tekst-block .inner-wrapper .button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .txtImg .container .block.tekst-block .inner-wrapper .subtitel {
    font-size: 1.25rem;
  }
}
.section-quote {
  margin-bottom: 0px;
  padding: 120px 4%;
  position: relative;
  background-color: #F7F7F7;
}
.section-quote .container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.section-quote .container h2 {
  margin-bottom: 50px;
  font-size: 42px;
  font-size: 2.625rem;
  color: #003b47;
}
.section-quote .container .quoteNaam {
  width: 100%;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #003b47;
}

@media only screen and (max-width: 1024px) {
  .section-quote {
    margin-bottom: 0px;
    padding: 60px 4%;
  }
  .section-quote .container h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.block-wat_wij_doen {
  position: relative;
  margin-bottom: 0px;
  padding: 160px 4% 0;
  position: relative;
  margin-bottom: 240px;
  background-color: #fff;
}
.block-wat_wij_doen:after {
  content: "";
  font-size: 5.5vw;
  margin: 0 auto;
  font-weight: 600;
  opacity: 0.15;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.block-wat_wij_doen .container .inner-wrapper {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.block-wat_wij_doen .container .blocks {
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  gap: 15px;
  position: relative;
  bottom: -120px;
  margin-top: -60px;
}
.block-wat_wij_doen .container .blocks a {
  width: 33%;
}
.block-wat_wij_doen .container .blocks a .block {
  background-color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 240px;
  height: 520px;
}
.block-wat_wij_doen .container .blocks a .block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #003b47;
  transition: all ease-in-out 0.4s;
  opacity: 0.9;
}
.block-wat_wij_doen .container .blocks a .block .content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  padding: 40px;
}
.block-wat_wij_doen .container .blocks a .block .content .content_placeholder {
  align-self: flex-end;
}
.block-wat_wij_doen .container .blocks a .block .content .content_placeholder span,
.block-wat_wij_doen .container .blocks a .block .content .content_placeholder h3 {
  text-transform: uppercase;
  margin: 0px;
  position: relative;
  transition: all ease-in-out 0.2s;
  color: #fff;
  font-weight: 400;
  font-style: 28px;
  line-height: 36px;
}
.block-wat_wij_doen .container .blocks a .block .content .content_placeholder span {
  color: #0091d0;
}
.block-wat_wij_doen .container .blocks a:hover .block:before {
  background-color: #003b47;
  transition: all ease-in-out 0.4s;
  opacity: 0.5;
}
.block-wat_wij_doen .container .blocks a:hover .block .content h3 {
  transition: all ease-in-out 0.2s;
  margin-bottom: 20px;
  color: #fff;
}
.block-wat_wij_doen .container .blocks a:hover .block .content h3:before {
  transition: all ease-in-out 0.2s;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .block-wat_wij_doen {
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .block-wat_wij_doen {
    padding: 100px 4% 0;
  }
  .block-wat_wij_doen:after {
    top: 90px;
  }
  .block-wat_wij_doen .container .blocks {
    flex-direction: column;
    gap: 30px;
  }
  .block-wat_wij_doen .container .blocks a {
    width: 100%;
  }
  .block-wat_wij_doen .container .blocks a .block {
    height: auto;
  }
  .block-wat_wij_doen .container .blocks a .block .content {
    padding: 70px 40px 40px;
  }
}
@media only screen and (max-width: 600px) {
  .block-wat_wij_doen {
    padding: 60px 4% 0;
  }
  .block-wat_wij_doen:after {
    display: none;
  }
  .block-wat_wij_doen .container .inner-wrapper h2 {
    margin-bottom: 0px;
  }
}
.block-actionblock {
  position: relative;
  padding: 0;
}
.block-actionblock .banner {
  position: relative;
  padding: 160px 0 300px;
  background-color: #003b47;
}
.block-actionblock .banner:after {
  content: "";
  height: 275px;
  width: 600px;
  position: absolute;
  left: -30px;
  bottom: -85px;
  z-index: 9;
}
.block-actionblock .banner .container .inner-wrapper {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.block-actionblock .banner .container .inner-wrapper h2 {
  color: #fff;
}
.block-actionblock:after {
  content: "CAD Projects";
  text-transform: uppercase;
  font-size: 5.5vw;
  color: #fff;
  margin: 0 auto;
  font-weight: 500;
  opacity: 0.15;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  text-align: center;
}
.block-actionblock .content-block {
  margin-top: -200px;
  position: relative;
}
.block-actionblock .content-block .content-placeholder {
  max-width: 1640px;
  margin: 0 auto;
}
.block-actionblock .content-block .content-placeholder .content {
  width: 60%;
  margin-left: 40%;
  background-color: #e0dbd3;
  padding: 160px 130px 130px;
  min-height: 500px;
}
.block-actionblock .content-block .content-placeholder .content h2 {
  position: relative;
}
.block-actionblock .content-block .content-placeholder .content h2:before {
  content: " ";
  transition: all ease-in-out 0.2s;
  font-family: "Chillax", sans-serif;
  font-size: 2rem;
  color: #003b47;
  font-weight: 500;
  top: -50px;
  position: absolute;
}

@media only screen and (max-width: 1024px) {
  .block-actionblock .banner:after {
    left: -200px;
  }
  .block-actionblock .content-block .content-placeholder .content {
    padding: 110px 60px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .block-actionblock:after {
    top: 80px;
  }
  .block-actionblock .banner {
    padding: 100px 0 260px;
  }
  .block-actionblock .banner:after {
    display: none;
  }
  .block-actionblock .banner .container .inner-wrapper h2 {
    margin: 0 60px;
  }
  .block-actionblock .content-block .content-placeholder .content {
    width: 80%;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 600px) {
  .block-actionblock .banner .container .inner-wrapper h2 {
    margin: 0 4%;
  }
  .block-actionblock .content-block .content-placeholder .content {
    margin-left: 4%;
    width: 92%;
    padding: 80px 30px 30px;
  }
  .block-actionblock .content-block .content-placeholder .content h2:before {
    font-size: 1.25rem;
  }
}
.block-tekst-width .container {
  max-width: 1360px;
}
.block-tekst-width .container .inner-wrapper {
  display: block;
  max-width: 960px;
  margin: unset;
}
.block-tekst-width .container .inner-wrapper .title .block-subtitle {
  margin-bottom: 0px;
  display: inline-block;
  color: #003b47;
  font-weight: 500;
  font-size: 26px;
  font-family: "Chillax", sans-serif;
}
.block-tekst-width .container .inner-wrapper .title .block-title {
  width: 75%;
}

@media only screen and (max-width: 600px) {
  .block-tekst-width .container .inner-wrapper .title .block-title {
    width: 100%;
  }
}
.usps .container {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
  max-width: 1360px;
  width: 100%;
}
.usps .container .content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 30%;
  flex: 1 0 auto;
  margin: 0 auto;
  text-align: center;
  padding: 50px;
  background-color: #212529;
  border-radius: 50px;
}
.usps .container .content-wrapper img {
  border-radius: 25px;
}
.usps .container .content-wrapper .title {
  margin: 30px 0;
  font-size: 32px;
  font-size: 2rem;
  hyphens: auto;
  color: #ffffff;
}
.usps .container .content-wrapper p, .usps .container .content-wrapper ul li {
  color: #ffffff;
}
.usps .container .content-wrapper ul {
  list-style: none;
  padding: 0;
}
.usps .container .content-wrapper .button {
  background-color: #0091d0;
  color: #ffffff;
  border-radius: 50px;
  transition: 0.3s;
}
.usps .container .content-wrapper .button:hover {
  background-color: #003b47;
}

@media only screen and (max-width: 1100px) {
  .usps .container {
    flex-direction: column;
  }
  .usps .container .content-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .usps .container .content-wrapper .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.form-block .container {
  max-width: 1360px;
}
.form-block .container .row {
  display: flex;
  flex-direction: row;
}
.form-block .container .row .block {
  flex: 1;
}
.form-block .container .row .block.block-form .gform_heading {
  display: none;
}
.form-block .container .row .block.block-form form input, .form-block .container .row .block.block-form form textarea {
  border: 0 solid transparent;
  max-width: 100%;
}
.form-block .container .row .block.block-form form textarea {
  min-height: 200px;
  min-width: 100%;
}
.form-block .container .row .block.block-form form input[type=submit] {
  color: #ffffff;
  background-color: #0091d0;
  border-radius: 50px;
  transition: 0.3s;
  padding: 15px 30px;
  font-weight: 500;
  margin-left: auto;
}
.form-block .container .row .block.block-form form input[type=submit]:hover {
  background-color: #003b47;
}
.form-block .container .row .block.block-tekst .inner-wrapper {
  flex-direction: column;
}

@media only screen and (max-width: 800px) {
  .form-block .container .row {
    flex-direction: column;
  }
  .form-block .container .row .block.block-form {
    margin-top: 50px;
  }
  .form-block .container .row .block.block-form form input[type=submit] {
    width: 100%;
  }
}
.lists .container .block.tekst-block .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.lists .container .block.tekst-block .inner-wrapper .titel {
  text-align: center;
  margin: 30px 0;
}
.lists .container .block.tekst-block .inner-wrapper .content-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
.lists .container .block.tekst-block .inner-wrapper .content-wrapper .tekst {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .lists .container .block.tekst-block .inner-wrapper .content-wrapper {
    flex-direction: column;
  }
}
.img_text-alt {
  border-bottom: 40px solid #003b47;
}
.img_text-alt .container {
  max-width: 1280px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(12, 1fr);
}
.img_text-alt .container .block.image-block {
  grid-column: 1/5;
}
.img_text-alt .container .block.image-block .image-placeholder {
  background-color: #003b47;
  position: relative;
}
.img_text-alt .container .block.image-block .image-placeholder:before {
  content: "";
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 9;
  position: absolute;
  top: 0px;
  opacity: 0.22;
}
.img_text-alt .container .block.image-block .image-placeholder img {
  opacity: 0.5;
}
.img_text-alt .container .block.tekst-block {
  grid-column: 5/12;
  padding: 60px;
}
.img_text-alt .container .block.tekst-block .button {
  margin-top: 30px;
}
.img_text-alt .container .block .inner-wrapper {
  display: block;
}
.img_text-alt .container .block .inner-wrapper .subtitel {
  margin-bottom: 0px;
  display: inline-block;
  color: #003b47;
  font-weight: 500;
  font-size: 26px;
  font-family: "Chillax", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .img_text-alt {
    background-image: none;
  }
  .img_text-alt .container .block.image-block {
    grid-column: 1/7;
  }
  .img_text-alt .container .block.tekst-block {
    grid-column: 7/13;
  }
}
@media only screen and (max-width: 768px) {
  .img_text-alt .container .block.image-block {
    grid-column: 1/13;
  }
  .img_text-alt .container .block.tekst-block {
    grid-column: 1/13;
  }
}
body.home .hero-banner .header-meta-wrapper {
  min-height: 825px;
}

@media only screen and (max-width: 1024px) {
  body.home .hero-banner .header-meta-wrapper {
    min-height: auto;
  }
}
@media only screen and (max-width: 1380px) {
  .main-content h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .main-content .txtImg .container {
    align-items: center;
  }
  .main-content .txtImg .container .block.tekst-block {
    max-width: 50%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1165px) {
  header .container .inner-wrapper .main-nav ul {
    justify-content: space-between;
    max-width: 680px;
  }
  header .container .inner-wrapper .main-nav ul li a,
  header .container .inner-wrapper .main-nav ul li a:visited {
    margin-left: auto;
  }
  .main-content .txtImg .container .block.tekst-block {
    padding: 40px;
    margin: 0 0 0 0;
  }
  .main-content .txtImg:nth-child(2n+1) .container .block.tekst-block {
    padding: 40px;
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 1042px) {
  body p, body li,
  .footer .footer-section .container .footernav a, .footer .footer-section .container .footernav a:visited {
    font-size: 16px;
    font-size: 1rem;
  }
  .main-content .txtImg .container,
  .main-content .txtImg:nth-child(2n+1) .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .main-content .txtImg .container .block.tekst-block,
  .main-content .txtImg .container .block.image-block,
  .main-content .txtImg .container .block.tekst-block .inner-wrapper .tekst,
  .main-content .txtImg:nth-child(2n+1) .container .block.tekst-block,
  .main-content .txtImg:nth-child(2n+1) .container .block.image-block,
  .main-content .txtImg:nth-child(2n+1) .container .block.tekst-block .inner-wrapper .tekst {
    max-width: 100%;
  }
  .main-content .txtImg .container .block.tekst-block img,
  .main-content .txtImg .container .block.image-block img,
  .main-content .txtImg .container .block.tekst-block .inner-wrapper .tekst img,
  .main-content .txtImg:nth-child(2n+1) .container .block.tekst-block img,
  .main-content .txtImg:nth-child(2n+1) .container .block.image-block img,
  .main-content .txtImg:nth-child(2n+1) .container .block.tekst-block .inner-wrapper .tekst img {
    max-width: 100%;
    height: 100%;
    min-width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
