* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

main {
  padding-top: 164px;
}

.home main, .page-template-page-over-ons main {
  padding-top: 0px;
}

.page-template-page-contact main {
  padding-top: 0px;
}

.btn {
  align-self: flex-start;
  padding: 18px 70px 18px 35px;
  margin-bottom: 0px;
  border: none;
  transition: 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #003070;
  background-image: url("../../img/icon-arrow-right.svg");
  background-size: 20px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.btn:hover {
  background-color: #459524;
}

.fadeUp {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.3s ease;
}

.fadeUp.inView {
  transform: inherit;
  opacity: 1;
}

.fadeRight {
  transform: translateX(-40px);
  opacity: 0;
  transition: 0.3s ease;
}

.fadeRight.inView {
  transform: inherit;
  opacity: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

.btns {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}

.error404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

@media only screen and (max-width: 599px) {
  .btns .btn {
    font-size: 16px;
  }
}
article {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: "arboria", sans-serif;
  font-synthesis: none;
  color: #003070;
}
article h1 {
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
}
article h2 {
  font-size: 75px;
  font-weight: 900;
  line-height: 75px;
}
article h3 {
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}
article h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
article h5 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
article h6 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
article p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}
article a {
  text-decoration: underline;
}
article ol, article ul {
  padding-left: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}
article blockquote {
  margin-left: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

@media only screen and (max-width: 1299px) {
  .btn {
    font-size: 20px;
  }
  article h1 {
    font-size: 80px;
    line-height: 80px;
  }
  article h2 {
    font-size: 55px;
    line-height: 55px;
  }
  article h3 {
    font-size: 30px;
    line-height: 30px;
  }
  article h4 {
    font-size: 25px;
    line-height: 25px;
  }
  article h5 {
    font-size: 22px;
    line-height: 22px;
  }
  article h6 {
    font-size: 18px;
    line-height: 18px;
  }
  article p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 599px) {
  article h1 {
    font-size: 40px;
    line-height: 40px;
  }
  article h2 {
    font-size: 40px;
    line-height: 40px;
  }
  article h3 {
    font-size: 30px;
    line-height: 30px;
  }
  article h4 {
    font-size: 20px;
    line-height: 20px;
  }
  article p {
    font-size: 16px;
    line-height: 26px;
  }
  article ol, article ul {
    font-size: 16px;
    line-height: 26px;
  }
  article .btn {
    font-size: 16px;
    width: auto;
  }
}
.hero-front, .hero-page, .hero-single {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 78vh;
  z-index: -1;
  overflow: hidden;
}
.hero-front .inner, .hero-page .inner, .hero-single .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 71.4285714286%;
  height: 100%;
}
.hero-front .inner h1, .hero-page .inner h1, .hero-single .inner h1 {
  position: fixed;
  margin-top: 164px;
  text-transform: uppercase;
  text-align: right;
  font-family: "arboria", sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
  color: #FFFFFF;
}
.hero-front img, .hero-page img, .hero-single img {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.hero-front:before, .hero-page:before, .hero-single:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 48, 112) 100%);
}
.hero-front:after, .hero-page:after, .hero-single:after {
  content: "";
  position: fixed;
  right: -100px;
  margin-top: 164px;
  width: 200px;
  height: 200px;
  transform: rotate(45deg);
  background-color: #459524;
}
.hero-front .scroll, .hero-page .scroll, .hero-single .scroll {
  position: absolute;
  bottom: 120px;
  width: 20px;
  z-index: 2;
}

.hero-single {
  max-height: 500px;
}
.hero-single:after {
  display: none;
}

@media only screen and (max-width: 1799px) {
  .hero-front .hero-inner {
    width: 85.7142857143%;
  }
  .hero-page .hero-inner, .hero-single .hero-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1299px) {
  .hero-front .inner h1, .hero-page .inner h1, .hero-single .inner h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-front, .hero-page, .hero-single {
    max-height: 400px;
  }
  .hero-front .scroll, .hero-page .scroll, .hero-single .scroll {
    bottom: 40px;
  }
  .home .hero-front, .home .hero-page, .home .hero-single {
    margin-top: 0px;
    max-height: 600px;
  }
}
@media only screen and (max-width: 599px) {
  .hero-front .inner, .hero-page .inner, .hero-single .inner {
    width: 85.7142857143%;
  }
  .hero-front .inner h1, .hero-page .inner h1, .hero-single .inner h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .hero-front:after, .hero-page:after, .hero-single:after {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .hero-page, .hero-single {
    height: 300px;
  }
  .front-search-bar .front-search-bar-inner .front-search-icon svg {
    width: 20px;
  }
}
.cta {
  position: relative;
  padding-top: 120px;
  z-index: 2;
  background-color: #FFFFFF;
}
.cta .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  position: relative;
  margin: auto auto;
  width: 85.7142857143%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #459524;
}
.cta .inner .col {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 90px 40px;
}
.cta .inner .col img {
  position: absolute;
  bottom: 0px;
  max-width: 400px;
  width: 100%;
}
.cta .inner .col h3 {
  text-transform: uppercase;
  font-family: "arboria", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #FFFFFF;
}
.cta .inner .col .btn {
  align-self: center;
  color: #003070;
  background-color: #EFDD0E;
}
.cta .inner .col .btn:hover {
  background-color: #003070;
}

.page-template-page-offerte-aanvragen .cta {
  padding-top: 240px;
  background-color: #003070;
}
.page-template-page-offerte-aanvragen .cta article {
  padding-bottom: 300px;
  margin-left: 7.1428571429%;
  width: 50%;
  color: #FFFFFF;
}
.page-template-page-offerte-aanvragen .cta article h1 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80px;
}

@media only screen and (max-width: 1199px) {
  .cta .inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta .inner .col {
    justify-content: flex-start;
  }
  .cta .inner .col h3 {
    font-size: 30px;
  }
  .cta .inner .col:first-of-type {
    grid-row: span 2;
  }
}
@media only screen and (max-width: 999px) {
  .cta .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .cta .inner .col {
    padding: 40px;
  }
  .cta .inner .col:first-of-type {
    grid-row: 3;
  }
  .cta .inner .col img {
    position: relative;
    max-width: 300px;
  }
  .cta .inner .col:last-of-type {
    padding-top: 0px;
  }
  .page-template-page-offerte-aanvragen .cta article h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .cta .inner .col {
    padding: 40px 20px;
  }
  .cta .inner .col:first-of-type {
    padding-bottom: 0px;
  }
  .page-template-page-over-ons .cta {
    padding-top: 0px;
  }
  .page-template-page-offerte-aanvragen .cta article {
    width: 85.7142857143%;
  }
  .page-template-page-offerte-aanvragen .cta article h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.psu {
  background-color: #FFFFFF;
}
.psu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  padding-bottom: 40px;
  margin: auto auto;
  width: 85.7142857143%;
  list-style: none;
}
.psu ul li {
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #003070;
}
.psu ul li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  background-image: url(../../img/icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: auto auto;
  z-index: 2;
  background-color: #FFFFFF;
}
.text article {
  width: 57.1428571429%;
}
.text .btns .btn {
  background-color: #459524;
}

@media only screen and (max-width: 1799px) {
  .text article {
    width: 85.7142857143%;
  }
}
header {
  position: fixed;
  top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  z-index: 4;
  transition: 0.2s ease;
  background-color: rgb(255, 255, 255);
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto auto;
  width: 85.7142857143%;
}
header .inner .logo {
  position: relative;
}
header .inner .logo .logo-dark {
  position: absolute;
  height: 40px;
  opacity: 1;
}
header .inner .logo .logo-light {
  position: absolute;
  height: 40px;
  opacity: 0;
}
header .inner nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .inner nav .menu {
  display: flex;
  align-items: center;
  gap: 50px;
  list-style: none;
}
header .inner nav .menu .menu-item {
  position: relative;
  transition: 0.2s ease;
  text-transform: uppercase;
  font-family: "circe", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
header .inner nav .menu .menu-item:last-of-type {
  padding-right: 0px;
}
header .inner nav .menu .menu-item a {
  position: relative;
  transition: 0.2s ease;
  z-index: 1;
  text-decoration: none;
  color: #000000;
}
header .inner nav .menu .menu-item:hover a {
  color: #459524;
}
header .inner nav .menu .menu-item.wpml-ls-menu-item .sub-menu {
  width: auto;
}
header .inner nav .menu .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 100%;
  left: -40px;
  padding: 0px 40px;
  width: 300px;
  height: 0%;
  transition: 0.2s ease;
  list-style: none;
  overflow: hidden;
  z-index: 2;
  background-color: #FFFFFF;
}
header .inner nav .menu .menu-item .sub-menu .menu-item {
  transition: 0.2s ease;
  font-size: 18px;
}
header .inner nav .menu .menu-item .sub-menu .menu-item a {
  color: #000000;
}
header .inner nav .menu .menu-item-has-children {
  margin-top: 20px;
  padding-bottom: 20px;
}
header .inner nav .menu .menu-item-has-children:hover .sub-menu {
  padding: 40px 40px;
  height: fit-content;
}
header .inner nav .menu .menu-item-has-children:hover .sub-menu .menu-item:hover a {
  color: #003070;
}
header .inner nav .menu .btn {
  padding-left: 0px;
}
header .inner nav .menu .btn a {
  position: relative;
  padding: 23px;
  transition: 0.2s ease;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "circe", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  background-image: none;
  background-color: #459524;
}
header .inner nav .menu .btn:hover {
  padding-left: 0px;
}
header .inner nav .menu .btn:hover a {
  padding: 23px 30px 23px 30px;
  margin-left: -14px;
  color: #FFFFFF;
}
header .inner nav .search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  transition: 0.2s ease;
  cursor: pointer;
  background-color: #459524;
}
header .inner nav .search-icon svg {
  width: 40px;
  height: auto;
}
header .inner nav .search-icon:hover {
  background-color: #003070;
}
header .inner #menu-toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 4;
}
header .inner #menu-toggle span {
  display: block;
  background: #003070;
  border-radius: 5px;
  transition: 0.2s ease;
}
header .inner #menu-toggle #hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}
header .inner #menu-toggle #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  margin-bottom: 7px;
}
header .inner #menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
header .inner #menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
header .inner #menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  margin-bottom: 0px;
}
header .inner #menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
header .inner #menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 0%;
  left: 14px;
  transition-delay: 0s;
}
header .inner #menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0%;
  top: 14px;
  transition-delay: 0.25s;
}
header .inner #menu-toggle.open #hamburger span {
  width: 0%;
}
header .inner #menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
header .inner #menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
header .inner #menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
header .inner #menu-toggle.open #cross span:nth-child(1) {
  height: 30px;
  transition-delay: 0.625s;
}
header .inner #menu-toggle.open #cross span:nth-child(2) {
  width: 30px;
  transition-delay: 0.375s;
}

.header-sticky {
  z-index: 11;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
}
.header-sticky .inner .logo .logo-dark {
  opacity: 1;
}
.header-sticky .inner .logo .logo-light {
  opacity: 0;
}
.header-sticky .inner .menu .menu-item a {
  color: #003070;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 120px;
  padding-right: 7.1428571429%;
  padding-bottom: 40px;
  padding-left: 7.1428571429%;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 3;
  font-family: "circe", sans-serif;
  background-color: #003070;
}
.mobile-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  list-style: none;
}
.mobile-menu .menu .menu-item {
  transition: 0.2s ease;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  list-style: none;
}
.mobile-menu .menu .menu-item a {
  transition: 0.2s ease;
  color: #FFFFFF;
}
.mobile-menu .menu .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.mobile-menu .menu .menu-item .sub-menu .menu-item {
  font-size: 18px;
  font-weight: 400;
}
.mobile-menu .menu .menu-item .sub-menu .menu-item a {
  color: #FFFFFF;
}
.mobile-menu .menu .menu-item .sub-menu .menu-item:hover a {
  color: #459524;
}
.mobile-menu .menu .menu-item:hover a {
  color: #459524;
}
.mobile-menu .menu .btn {
  align-self: flex-start;
  font-size: 18px;
  background-color: #459524;
}
.mobile-menu .search-icon svg {
  width: 20px;
  height: 20px;
}

.home header, .page-template-page-over-ons header {
  background-color: rgba(255, 255, 255, 0);
}
.home header .inner .logo .logo-dark, .page-template-page-over-ons header .inner .logo .logo-dark {
  opacity: 0;
}
.home header .inner .logo .logo-light, .page-template-page-over-ons header .inner .logo .logo-light {
  opacity: 1;
}
.home header .inner .menu .menu-item a, .page-template-page-over-ons header .inner .menu .menu-item a {
  color: #FFFFFF;
}
.home header .inner #menu-toggle span, .page-template-page-over-ons header .inner #menu-toggle span {
  background: #FFFFFF;
}
.home .header-sticky, .page-template-page-over-ons .header-sticky {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
}
.home .header-sticky .inner .logo .logo-dark, .page-template-page-over-ons .header-sticky .inner .logo .logo-dark {
  opacity: 1;
}
.home .header-sticky .inner .logo .logo-light, .page-template-page-over-ons .header-sticky .inner .logo .logo-light {
  opacity: 0;
}
.home .header-sticky .inner .menu .menu-item a, .page-template-page-over-ons .header-sticky .inner .menu .menu-item a {
  color: #003070;
}
.home .header-sticky .inner #menu-toggle span, .page-template-page-over-ons .header-sticky .inner #menu-toggle span {
  background: #003070;
}

@media only screen and (max-width: 1899px) {
  header .inner .logo .logo-light, header .inner .logo .logo-dark {
    height: 30px;
  }
  header .inner nav .menu {
    gap: 30px;
  }
}
@media only screen and (max-width: 1499px) {
  header .inner .logo .logo-light, header .inner .logo .logo-dark {
    height: 20px;
  }
}
@media only screen and (max-width: 1299px) {
  header .inner nav {
    display: none;
  }
  header .inner #menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .inner .logo {
    height: 15px;
  }
  header .inner .logo .logo-light {
    height: 15px;
  }
  header .inner .logo .logo-dark {
    height: 15px;
  }
}
.map-form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 140px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #003070;
}
.map-form .acf-map {
  margin-top: -200px;
  margin-left: -200px;
  width: 50%;
  clip-path: circle(50%);
}
.map-form .acf-map:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.map-form .contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 35.7142857143%;
  bottom: 10%;
  margin-left: -200px;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  background-color: #459524;
}
.map-form article {
  padding-top: 100px;
  width: 42.8571428571%;
  max-width: 600px;
  color: #FFFFFF;
}
.map-form article h1 {
  text-transform: uppercase;
}
.map-form article .gform_wrapper {
  width: 100%;
}
.map-form article .gform_wrapper .gform_title {
  display: none;
}
.map-form article .gform_wrapper .gform_validation_errors {
  padding: 18px 35px;
  border-width: 1px;
  border-radius: 0px;
}
.map-form article .gform_wrapper .gform_validation_errors h2 {
  display: block;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.map-form article form {
  margin-top: 30px;
}
.map-form article form .gform-body {
  grid-column: span 3;
}
.map-form article form .gform-body .gform_fields label {
  display: none;
}
.map-form article form .gform-body .gform_fields input, .map-form article form .gform-body .gform_fields select, .map-form article form .gform-body .gform_fields textarea {
  padding: 18px;
  border: none;
  border-bottom: 1px solid #459524;
  width: 100%;
  resize: none;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.map-form article form .gform-body .gform_fields input::placeholder, .map-form article form .gform-body .gform_fields select::placeholder, .map-form article form .gform-body .gform_fields textarea::placeholder {
  color: #FFFFFF;
}
.map-form article form .gform-body .gform_fields textarea {
  max-height: 100px;
}
.map-form article form .gform-body .gform_fields select {
  background-image: url("../../img/icon-arrow-down.svg");
  background-size: 20px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.map-form article form .gform-body .gfield_description {
  padding: 18px 35px;
  font-family: "arboria", sans-serif;
  font-size: 16px;
}
.map-form article form .gform_footer {
  padding: 0px;
  margin: 0px;
}
.map-form article form .gform_footer .gform_button {
  align-self: flex-start;
  padding: 18px 70px 18px 35px;
  margin-bottom: 0px;
  border: none;
  width: auto;
  transition: 0.2s ease;
  text-align: left;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #459524;
  background-image: url("../../img/icon-arrow-right.svg");
  background-size: 20px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.map-form article form .gform_footer .gform_button:hover {
  background-color: #003070;
}

@media only screen and (max-width: 1399px) {
  .map-form .contact-info {
    bottom: 30%;
  }
}
@media only screen and (max-width: 1199px) {
  .map-form {
    flex-direction: column-reverse;
  }
  .map-form article {
    margin: auto auto;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .map-form .contact-info {
    margin-left: 0px;
    top: 80%;
    right: 7.1428571429%;
    left: inherit;
  }
  .map-form .acf-map {
    position: relative;
    margin-top: 0px;
    margin-left: 7.1428571429%;
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1199px) {
  .map-form {
    gap: 0px;
    padding-bottom: 0px;
  }
  .map-form .acf-map {
    margin: inherit;
    width: 100%;
    clip-path: inherit;
  }
  .map-form .contact-info {
    position: relative;
    padding-top: 40px;
    padding-right: 7.1428571429%;
    padding-bottom: 40px;
    padding-left: 7.1428571429%;
    border-radius: 0px;
    width: 100%;
    height: auto;
  }
  .map-form article {
    margin-bottom: 120px;
  }
}
.payoff {
  padding-top: 40px;
  width: 100%;
  background-color: #003070;
}
.payoff .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: auto auto;
  width: 85.7142857143%;
}
.payoff .inner .title {
  font-family: "arboria", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  color: #459524;
}
.payoff .inner .icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}
.payoff .inner .icons .line {
  flex-grow: 1;
  height: 10px;
  background-color: #459524;
}
.payoff .inner .icons .cirkle {
  border: 10px solid #459524;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.payoff .inner .icons .round {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #459524;
}
.payoff .inner .icons .square {
  width: 40px;
  height: 40px;
  background-color: #459524;
}
.payoff .inner .icons .line-ver {
  width: 10px;
  height: 40px;
  background-color: #459524;
}
.payoff .inner .icons .arrow-right {
  width: 45px;
  height: 45px;
}
.payoff .inner .icons .arrow-right svg {
  width: 100%;
  height: 100%;
}
.payoff .inner .icons .arrow-right svg path {
  fill: #459524;
}

.page-template-page-over-ons .payoff {
  padding-bottom: 40px;
}
.page-template-page-over-ons .payoff .inner .title {
  color: #FFFFFF;
}

@media only screen and (max-width: 1299px) {
  .payoff .inner {
    flex-direction: column;
  }
  .payoff .inner .icons {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .payoff .inner .title {
    font-size: 30px;
  }
}
.services {
  position: relative;
  padding-top: 40px;
  padding-bottom: 140px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.services .inner #tabs ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  width: 71.4285714286%;
  list-style: none;
}
.services .inner #tabs ul li {
  text-transform: uppercase;
  font-family: "circe", sans-serif;
  font-size: 30px;
}
.services .inner #tabs ul li a {
  color: #003070;
}
.services .inner #tabs ul .ui-state-active {
  border-bottom: 4px solid #003070;
}
.services .inner #tabs ul .ui-state-active a {
  transition: 0.2s ease;
  color: #459524;
}
.services .inner #tabs .ui-tabs-panel[aria-hidden=true] {
  opacity: 0;
}
.services .inner #tabs .tab {
  display: flex;
  flex-direction: column;
  margin-left: 28.5714285714%;
  width: 57.1428571429%;
}
.services .inner #tabs .tab .wp-post-image {
  align-self: flex-end;
  margin-bottom: 40px;
  max-width: 1100px;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  object-fit: contain;
}
.services .inner #tabs .tab article {
  max-width: 700px;
  color: #003070;
}

/* Zorg dat de afbeelding kan bewegen */
.services .tab .wp-post-image {
  display: block;
  transform: translateX(0); /* Startpositie */
  transition: transform 0.6s ease-in-out, opacity 0.6s ease;
}

/* Voorkom dat de oude tab direct wegspringt */
.ui-tabs-panel[aria-hidden=true] {
  display: block !important; /* Houd hem in de DOM */
  position: absolute; /* Leg hem onder de nieuwe tab */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none; /* Klikken gaan naar de nieuwe tab */
  /* Na 0.6s (duur van animatie) mag hij pas echt weg */
  transition: visibility 0.6s, opacity 0.6s;
  visibility: hidden;
  opacity: 0;
}

.ui-tabs-panel[aria-hidden=false] {
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.page-template-page-diensten .services {
  padding-top: 120px;
}

@media only screen and (max-width: 1599px) {
  .services .inner #tabs ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .services {
    padding-top: 0px;
  }
  .services .inner #tabs .tab {
    margin-left: 14.2857142857%;
  }
}
@media only screen and (max-width: 1199px) {
  .services .inner #tabs ul {
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin: auto auto;
    width: 85.7142857143%;
  }
  .services .inner #tabs .tab {
    padding-top: 40px;
    margin: auto auto;
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 599px) {
  .services {
    padding-bottom: 0px;
  }
  .page-template-page-diensten .services {
    padding-top: 120px;
  }
}
.form-filter {
  background-color: #FFFFFF;
}
.form-filter .inner {
  position: relative;
  padding: 40px 80px;
  margin: auto auto;
  width: 85.7142857143%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
}
.form-filter .inner h3 {
  text-transform: uppercase;
  font-family: "arboria", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #003070;
}
.form-filter .inner .form h2 {
  display: none;
}
.form-filter .inner .form .gform_wrapper .gform_validation_errors {
  padding: 18px 35px;
  border-width: 1px;
  border-radius: 0px;
}
.form-filter .inner .form .gform_wrapper .gform_validation_errors h2 {
  display: block;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.form-filter .inner .form form {
  margin-top: 30px;
}
.form-filter .inner .form form .gform-body {
  grid-column: span 3;
}
.form-filter .inner .form form .gform-body .gform_page {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.form-filter .inner .form form .gform-body .gform_page .gform_page_fields {
  grid-column: span 3;
}
.form-filter .inner .form form .gform-body .gform_page .gform_page_footer {
  grid-column: span 1;
  display: flex;
  padding: 0px;
  margin: 0px;
}
.form-filter .inner .form form .gform-body .gform_page .gform_page_footer .gform_previous_button {
  padding: 18px;
  width: 50%;
  background-image: none;
}
.form-filter .inner .form form .gform-body .gform_page .gform_page_footer input[type=submit] {
  padding: 18px;
  width: 50%;
}
.form-filter .inner .form form .gform-body .gform_fields label {
  display: none;
}
.form-filter .inner .form form .gform-body .gform_fields input, .form-filter .inner .form form .gform-body .gform_fields select {
  padding: 18px 35px;
  border: none;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #003070;
  background-color: #E5E5E5;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form-filter .inner .form form .gform-body .gform_fields input::placeholder, .form-filter .inner .form form .gform-body .gform_fields select::placeholder {
  color: #003070;
}
.form-filter .inner .form form .gform-body .gform_fields select {
  background-image: url("../../img/icon-arrow-down.svg");
  background-size: 20px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.form-filter .inner .form form .gform-body .gfield_description {
  padding: 18px 35px;
  font-family: "arboria", sans-serif;
  font-size: 16px;
}
.form-filter .inner .form form .gform_footer {
  padding: 0px;
  margin: 0px;
}
.form-filter .inner .form form input[type=submit], .form-filter .inner .form form input[type=button] {
  align-self: flex-start;
  padding: 18px 35px;
  margin-bottom: 0px;
  border: none;
  width: 100%;
  transition: 0.2s ease;
  text-align: left;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #459524;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("../../img/icon-arrow-right.svg");
  background-size: 20px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.form-filter .inner .form form input[type=submit]:hover, .form-filter .inner .form form input[type=button]:hover {
  background-color: #003070;
}
.form-filter .inner .scroll {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 30px;
  transform: translatex(-50%);
  height: auto;
  width: 40px;
}

.home .form-filter .inner {
  transform: translateY(-50%);
}

.page-template-page-over-ons .form-filter {
  padding-bottom: 200px;
}

.page-template-page-diensten .form-filter {
  padding-bottom: 200px;
}

.page-template-page-offerte-aanvragen .form-filter {
  padding-bottom: 100px;
  background-color: #003070;
}

.single-dienst .form-filter {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1199px) {
  .form-filter .inner .form form .gform-body .gform_page .gform_page_fields {
    grid-column: span 4;
  }
  .form-filter .inner .form form .gform-body .gform_page .gform_page_footer {
    grid-column: span 4;
  }
  .form-filter .inner .form form .gform_footer .gform_button {
    padding: 18px 70px 18px 35px;
    width: auto;
  }
  .home .form-filter .inner {
    transform: translateY(-10%);
  }
}
@media only screen and (max-width: 999px) {
  .home .form-filter {
    padding-bottom: 40px;
  }
  .home .form-filter .inner .scroll {
    display: none;
  }
  .form-filter .inner {
    padding: 40px;
  }
}
@media only screen and (max-width: 999px) {
  .form-filter .inner {
    padding: 40px 20px;
  }
  .form-filter .inner form .gform-body .gform_fields label {
    line-height: inherit;
  }
  .form-filter .inner form .gform-body .gform_fields input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: inherit;
    line-height: inherit;
  }
}
.text-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #FFFFFF;
}
.text-image article {
  margin-left: 14.2857142857%;
  width: 28.5714285714%;
  color: #003070;
}
.text-image img {
  margin: 0px;
  width: 57.1428571429%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 999px) {
  .text-image {
    flex-direction: column;
  }
  .text-image article {
    margin-left: 0px;
    width: 100%;
  }
}
.text-slider {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #FFFFFF;
}
.text-slider article {
  margin-left: 14.2857142857%;
  width: 28.5714285714%;
  color: #003070;
}
.text-slider .swiperImage {
  margin: 0px;
  width: 57.1428571429%;
}
.text-slider .swiperImage .swiper-slide {
  width: 80%;
  max-height: 600px;
}
.text-slider .swiperImage .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.text-slider .swiper-button-prev {
  width: 100px;
  height: 160px;
}
.text-slider .swiper-button-prev svg {
  height: 100%;
  transition: 0.2s ease;
  opacity: 0.56;
}
.text-slider .swiper-button-prev svg path {
  fill: #003070;
}
.text-slider .swiper-button-prev svg:hover {
  opacity: 1;
}
.text-slider .swiper-button-prev:after {
  display: none;
}
.text-slider .swiper-button-next {
  width: 100px;
  height: 160px;
}
.text-slider .swiper-button-next svg {
  height: 100%;
  transition: 0.2s ease;
  opacity: 0.56;
}
.text-slider .swiper-button-next svg path {
  fill: #003070;
}
.text-slider .swiper-button-next svg:hover {
  opacity: 1;
}
.text-slider .swiper-button-next:after {
  display: none;
}

@media only screen and (max-width: 1299px) {
  .text-slider article {
    width: 35.7142857143%;
  }
  .text-slider .swiperImage {
    width: 42.8571428571%;
  }
  .text-slider .swiperImage .swiper-slide {
    width: 100%;
  }
}
@media only screen and (max-width: 1299px) {
  .text-slider .swiperImage {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .text-slider article {
    margin-left: 7.1428571429%;
    width: 42.8571428571%;
  }
  .text-slider .swiper-button-prev {
    width: 60px;
    height: 100px;
  }
  .text-slider .swiper-button-next {
    width: 60px;
    height: 100px;
  }
  .text-slider .swiper-button-prev {
    top: inherit;
    bottom: 140px;
  }
  .text-slider .swiper-button-next {
    top: inherit;
    bottom: 140px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-slider {
    flex-direction: column;
  }
  .text-slider article {
    width: 85.7142857143%;
  }
  .text-slider .swiperImage {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1199px) {
  .text-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .text-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
footer {
  width: 100%;
  background-color: #003070;
}
footer .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 200px;
  padding-top: 120px;
  padding-bottom: 200px;
  margin: auto auto;
  width: 85.7142857143%;
}
footer .inner .col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "arboria", sans-serif;
  color: #FFFFFF;
}
footer .inner .col img {
  height: 40px;
}
footer .inner .col h4 {
  font-size: 25px;
}
footer .inner .col p {
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}
footer .inner .col:last-of-type {
  grid-column: span 2;
}
footer .footer-under {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding-bottom: 40px;
  margin: auto auto;
  width: 85.7142857143%;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  color: #FFFFFF;
}
footer .footer-under div:first-of-type {
  padding-right: 20px;
  border-right: 1px solid #FFFFFF;
}
footer .footer-under a {
  color: #FFFFFF;
}

@media only screen and (max-width: 1799px) {
  footer .footer-inner {
    gap: 90px;
    width: 85.7142857143%;
  }
  footer .under-footer .under-footer-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 999px) {
  footer .inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px;
  }
  footer .inner .col img {
    height: 30px;
  }
}
@media only screen and (max-width: 599px) {
  footer .inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    padding-bottom: 40px;
  }
  footer .inner .col img {
    height: 20px;
  }
  footer .inner .col:last-of-type {
    grid-column: span 1;
  }
  footer .footer-under {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-under div {
    font-size: 16px;
  }
  footer .footer-under div:first-of-type {
    border-right: none;
  }
}

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