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

.grecaptcha-badge {
  visibility: hidden;
}

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

.btn {
  display: inline-block;
  position: relative;
  padding: 12px 26px;
  border: 2px solid #9B772D;
  border-radius: 50px;
  transition: 0.3s ease-out;
  z-index: 2;
  font-family: roboto-slab, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.btn svg {
  margin-bottom: -1px;
  margin-left: 10px;
  max-width: 20px;
}
.btn svg path {
  transition: 0.2s ease;
}

main {
  margin-top: 114px;
}

/* === single nieuws styles === */
body.nieuws .txt {
  padding-bottom: 0px;
}
body.nieuws .image-flx-wrapper {
  padding-bottom: 0px;
}
body.nieuws .quote {
  margin-top: 80px;
}

/* === text styles === */
.txt-img {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: din-2014, sans-serif;
}
.txt-img .txt-img-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: auto auto;
  width: 71.4285714286%;
}
.txt-img .txt-img-inner article {
  margin-right: 100px;
  max-width: 670px;
  width: 50%;
}
.txt-img .txt-img-inner article .btns {
  margin-top: 40px;
}
.txt-img .txt-img-inner img {
  max-width: 670px;
  max-height: 670px;
  width: 50%;
  object-fit: cover;
  object-position: center;
}

.img-txt {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 80px;
  font-family: din-2014, sans-serif;
}
.img-txt .img-txt-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: auto auto;
  width: 71.4285714286%;
}
.img-txt .img-txt-inner article {
  max-width: 670px;
  width: 50%;
}
.img-txt .img-txt-inner article .btns {
  margin-top: 40px;
}
.img-txt .img-txt-inner img {
  margin-right: 100px;
  max-width: 670px;
  max-height: 670px;
  width: 50%;
  object-fit: cover;
  object-position: center;
}

.img-txt-bg {
  position: relative;
  padding-top: 120px;
  padding-bottom: 220px;
  clip-path: ellipse(120% 100% at 50% 0%);
  background-image: url("../../img/leaf.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.img-txt-bg .img-txt-inner {
  position: relative;
  z-index: 2;
}
.img-txt-bg .img-txt-inner article {
  color: #ffffff;
}
.img-txt-bg .img-txt-inner article h2 {
  color: #ffffff;
}
.img-txt-bg .img-txt-inner article h4:after {
  border-color: #ffffff;
}
.img-txt-bg .img-txt-inner article .btns .btn svg path {
  fill: #ffffff;
}
.img-txt-bg:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #9B772D;
}
.img-txt-bg .btns .btn {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.page-template-page-over-ons .img-txt {
  position: relative;
  padding-top: 120px;
  padding-bottom: 220px;
  margin-top: 0px;
  clip-path: ellipse(120% 100% at 50% 0%);
  background-color: #F4F4F4;
}

.txt-logo {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: din-2014, sans-serif;
}
.txt-logo .txt-logo-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto auto;
  width: 71.4285714286%;
}
.txt-logo .txt-logo-inner article {
  margin-right: 100px;
  width: 70%;
}
.txt-logo .txt-logo-inner article .btns {
  margin-top: 40px;
}
.txt-logo .txt-logo-inner img {
  height: auto;
  width: 300px;
}

.txt-logo-img {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: din-2014, sans-serif;
}
.txt-logo-img .txt-logo-img-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: auto auto;
  width: 71.4285714286%;
}
.txt-logo-img .txt-logo-img-inner article {
  position: relative;
  max-width: 670px;
  width: 50%;
}
.txt-logo-img .txt-logo-img-inner article h2, .txt-logo-img .txt-logo-img-inner article h3, .txt-logo-img .txt-logo-img-inner article h4 {
  max-width: 70%;
}
.txt-logo-img .txt-logo-img-inner article .btns {
  margin-top: 40px;
}
.txt-logo-img .txt-logo-img-inner article .logo {
  position: absolute;
  top: 0px;
  right: 0px;
  max-height: 90px;
  max-width: 60px;
  width: auto;
}
.txt-logo-img .txt-logo-img-inner img {
  margin-left: 100px;
  max-width: 670px;
  max-height: 670px;
  width: 48%;
  object-fit: cover;
  object-position: center;
}

.txt {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: din-2014, sans-serif;
}
.txt .txt-inner {
  display: flex;
  justify-content: flex-start;
  margin: auto auto;
  width: 71.4285714286%;
}
.txt .txt-inner article {
  margin-right: 100px;
  width: 70%;
}
.txt .txt-inner article .btns {
  margin-top: 40px;
}

.page-template-page-over-ons .txt .txt-inner article {
  text-align: center;
}
.page-template-page-over-ons .txt .txt-inner article h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0px;
}
.page-template-page-over-ons .txt .txt-inner article h4:after {
  position: relative;
  margin-top: 40px;
}

.txt-txt {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: din-2014, sans-serif;
}
.txt-txt .txt-txt-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: auto auto;
  width: 71.4285714286%;
}
.txt-txt .txt-txt-inner article {
  margin-right: 100px;
  max-width: 670px;
  width: 50%;
}
.txt-txt .txt-txt-inner article .btns {
  margin-top: 40px;
}

.quote {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  clip-path: ellipse(120% 100% at 50% 0%);
  background-image: url("../../img/leaf.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quote:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #9B772D;
}
.quote .quote-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto auto;
  width: 57.1428571429%;
  z-index: 2;
}
.quote .quote-inner .image-wrapper {
  position: relative;
  margin-right: 100px;
}
.quote .quote-inner .image-wrapper img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.quote .quote-inner .image-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(50%, -50%);
  width: 90px;
  height: 2px;
  background-color: #ffffff;
}
.quote .quote-inner blockquote {
  position: relative;
  width: 70%;
  font-family: utopia-std, serif;
}
.quote .quote-inner blockquote:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background-image: url("../../img/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.quote .quote-inner blockquote p {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
}

.page-template-page-over-ons .quote {
  z-index: 1;
}
.page-template-page-over-ons .txt-btn {
  padding-top: 150px;
  margin-top: -50px;
}

.text-flx {
  padding-top: 80px;
  padding-bottom: 80px;
  margin: auto auto;
  width: 71.4285714286%;
}

.image-flx-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  margin: auto auto;
  width: 71.4285714286%;
}
.image-flx-wrapper .image-flx {
  width: 100%;
  height: auto;
}

.btns-flx {
  padding-top: 80px;
  padding-bottom: 80px;
  margin: auto auto;
  width: 71.4285714286%;
}

.tabs {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: din-2014, sans-serif;
}
.tabs .tabs-nav {
  margin: auto auto;
  width: 71.4285714286%;
  list-style: none;
}
.tabs .tabs-nav li {
  display: inline-block;
  margin-right: 60px;
  font-size: 19px;
}
.tabs .tabs-nav .ui-tabs-active {
  padding-bottom: 10px;
  font-weight: 700;
  color: #004568;
  border-bottom: 2px solid #004568;
}
.tabs .tabs-content {
  margin: auto auto;
  width: 71.4285714286%;
}
.tabs .tabs-content .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
.tabs .tabs-content .content-wrapper article {
  width: 47%;
}
.tabs .tabs-content .content-wrapper article:first-of-type {
  margin-bottom: 50px;
  width: 100%;
}
.tabs .tabs-content .content-wrapper article:first-of-type:empty {
  display: none;
  margin: 0px;
}

/* === team === */
.team {
  padding-top: 120px;
  padding-bottom: 120px;
  margin: auto auto;
  width: 71.4285714286%;
  font-family: din-2014, sans-serif;
}
.team .title-row {
  margin-bottom: 40px;
  text-align: center;
}
.team .title-row h2 {
  color: #9B772D;
}
.team .title-row h4 {
  text-transform: uppercase;
  font-weight: 400;
}
.team .team-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.team .team-inner .person {
  transition: 0.2s ease;
  cursor: pointer;
  background-color: #F4F4F4;
}
.team .team-inner .person:hover {
  transform: scale(1.03);
}
.team .team-inner .person img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.team .team-inner .person .person-details {
  padding: 40px;
}
.team .team-inner .person .person-details .name {
  margin-bottom: 5px;
  font-size: 25px;
  color: #9B772D;
}
.team .team-inner .person .person-details .function {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
}
.team .team-inner .person .person-details p {
  margin-bottom: 5px;
  font-size: 20px;
}
.team .team-inner .person .person-details p strong {
  margin-right: 5px;
  color: #9B772D;
}
.team .team-inner .person .person-details p:last-of-type {
  margin-bottom: 0px;
}

.popup-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  background-color: #F4F4F4;
}
.popup-wrapper .popup-person {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 80px;
  width: 85.7142857143%;
  max-height: 600px;
  overflow: auto;
  background-color: #ffffff;
}
.popup-wrapper .popup-person .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup-wrapper .popup-person .content {
  margin-right: 50px;
  width: 48%;
}
.popup-wrapper .popup-person .content article {
  margin-bottom: 10px;
}
.popup-wrapper .popup-person .content .info {
  font-family: din-2014, sans-serif;
}
.popup-wrapper .popup-person .content .info strong {
  margin-right: 20px;
  color: #9B772D;
}
.popup-wrapper .popup-person img {
  width: 46%;
  max-width: 700px;
  max-height: 700px;
  object-fit: cover;
  object-position: center;
}

.active {
  display: flex;
}

/* === Carousel === */
.carousel {
  position: relative;
}
.carousel .carouselSwiper {
  margin: auto auto;
  width: 71.4285714286%;
}
.carousel .carouselSwiper .swiper-wrapper .swiper-slide {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #F4F4F4;
}
.carousel .carouselSwiper .swiper-wrapper .swiper-slide .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #ffffff;
}
.carousel .carouselSwiper .swiper-wrapper .swiper-slide .image-wrapper img {
  max-height: 180px;
  max-width: 200px;
}
.carousel .carouselSwiper .swiper-wrapper .swiper-slide .details {
  padding: 40px;
  font-family: din-2014, sans-serif;
}
.carousel .carouselSwiper .swiper-wrapper .swiper-slide .details h3 {
  margin-bottom: 5px;
  font-size: 25px;
  color: #9B772D;
}
.carousel .carouselSwiper .swiper-wrapper .swiper-slide .details h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.carousel .carouselSwiper .swiper-wrapper .swiper-slide .details a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
  font-size: 19px;
  font-weight: 700;
  color: #9B772D;
}
.carousel .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 7.1428571429%;
  border: 2px solid #9B772D;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
  background-color: #ffffff;
}
.carousel .swiper-button-prev svg {
  max-width: 30px;
}
.carousel .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 7.1428571429%;
  border: 2px solid #9B772D;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
  background-color: #ffffff;
}
.carousel .swiper-button-next svg {
  max-width: 30px;
}

.double-carousel {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F4F4F4;
}
.double-carousel article {
  padding-bottom: 40px;
  margin-left: 14.2857142857%;
  width: 50%;
}
.double-carousel article h2 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-family: utopia-std, serif;
  font-size: 45px;
  font-weight: 400;
  color: #822108;
}
.double-carousel article h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 30px solid;
  border-right: 10px solid;
  border-color: #822108;
  width: 10px;
  height: 7px;
}
.double-carousel article .btn {
  padding: 17px 26px 17px 0px;
  font-family: roboto-slab, serif;
  color: #ffffff;
}
.double-carousel article .btn:before {
  background-color: #ffffff;
}
.double-carousel article .btn:after {
  background-color: #ffffff;
}
.double-carousel article .btn:hover {
  padding: 17px 26px 17px 26px;
  color: #004568;
}
.double-carousel .double-carousel-inner {
  margin: auto auto;
  width: 71.4285714286%;
}
.double-carousel .double-carousel-inner:last-of-type {
  margin-bottom: 0px;
}
.double-carousel .double-carousel-inner .carousel-wrapper {
  display: flex;
  margin-bottom: 40px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.double-carousel .double-carousel-inner .carousel-wrapper .col-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  max-width: 20%;
  width: 100%;
  background-color: #E6E6E6;
}
.double-carousel .double-carousel-inner .carousel-wrapper .col-left img {
  margin-bottom: 20px;
  max-width: 200px;
  width: 100%;
}
.double-carousel .double-carousel-inner .carousel-wrapper .col-left p {
  font-family: din-2014, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.double-carousel .double-carousel-inner .carousel-wrapper .col-left p:last-of-type {
  font-weight: 400;
}
.double-carousel .double-carousel-inner .carousel-wrapper .col-right {
  position: relative;
  padding-right: 80px;
  padding-left: 80px;
  max-width: 80%;
  width: 100%;
  background-color: #ffffff;
}
.double-carousel .double-carousel-inner .carousel-wrapper .col-right .swiper {
  position: relative;
  height: 240px;
}
.double-carousel .double-carousel-inner .carousel-wrapper .col-right .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px 20px 0px;
}
.double-carousel .double-carousel-inner .carousel-wrapper .col-right .swiper .swiper-wrapper .swiper-slide img {
  max-width: 200px;
  width: 100%;
  height: auto;
  max-height: 200px;
}
.double-carousel .double-carousel-inner .carousel-wrapper .col-right .carouselTop-button-prev, .double-carousel .double-carousel-inner .carousel-wrapper .col-right .carouselBottom-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 30px;
  height: 16px;
  cursor: pointer;
  background-image: url("../../img/arrow-left-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.double-carousel .double-carousel-inner .carousel-wrapper .col-right .carouselTop-button-next, .double-carousel .double-carousel-inner .carousel-wrapper .col-right .carouselBottom-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
  height: 16px;
  cursor: pointer;
  background-image: url("../../img/arrow-right-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* === pages loop styles === */
.pages-loop {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #DEE8EC;
}
.pages-loop .pages-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}
.pages-loop .pages-wrapper .page {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 40px;
  background-color: #ffffff;
}
.pages-loop .pages-wrapper .page img {
  align-self: center;
  max-height: 180px;
  width: auto;
}
.pages-loop .pages-wrapper .page p {
  font-family: din-2014, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pages-loop .pages-wrapper .page .btn {
  font-family: din-2014, sans-serif;
}
.pages-loop .pages-wrapper .page-workspace .btn {
  padding: 17px 26px 17px 0px;
  color: #004568;
}
.pages-loop .pages-wrapper .page-workspace .btn:after {
  background-color: #004568;
}
.pages-loop .pages-wrapper .page-workspace .btn:hover {
  padding: 17px 26px 17px 26px;
  color: #ffffff;
}
.pages-loop .pages-wrapper .page-workspace .btn:hover:before {
  background-color: #004568;
}
.pages-loop .pages-wrapper .page-home .btn {
  padding: 17px 26px 17px 0px;
  color: #004568;
}
.pages-loop .pages-wrapper .page-home .btn:after {
  background-color: #004568;
}
.pages-loop .pages-wrapper .page-home .btn:hover {
  padding: 17px 26px 17px 26px;
  color: #ffffff;
}
.pages-loop .pages-wrapper .page-home .btn:hover:before {
  background-color: #004568;
}
.pages-loop .pages-wrapper .page-creation .btn {
  padding: 17px 26px 17px 0px;
  color: #004568;
}
.pages-loop .pages-wrapper .page-creation .btn:after {
  background-color: #004568;
}
.pages-loop .pages-wrapper .page-creation .btn:hover {
  padding: 17px 26px 17px 26px;
  color: #ffffff;
}
.pages-loop .pages-wrapper .page-creation .btn:hover:before {
  background-color: #004568;
}

/* === newsletter === */
.newsletter {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 50px;
  clip-path: ellipse(120% 100% at 50% 0%);
  font-family: din-2014, sans-serif;
  color: #ffffff;
  background-image: url("../../img/bg-image-wall.jpg");
}
.newsletter:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #004568;
}
.newsletter .newsletter-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: auto auto;
  width: 78.5714285714%;
  z-index: 2;
}
.newsletter .newsletter-inner .column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
}
.newsletter .newsletter-inner .column h4 {
  margin: 0px;
  max-width: 500px;
  font-family: utopia-std, serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 43px;
}
.newsletter .newsletter-inner .column h4:nth-child(2) {
  margin: 0px;
  text-transform: uppercase;
  font-family: din-2014, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 43px;
}
.newsletter .newsletter-inner form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 20px;
  max-width: 700px;
  width: 100%;
}
.newsletter .newsletter-inner form input {
  padding: 17px 150px 17px 26px;
  border: 1px solid #ffffff;
  width: 70%;
  font-size: 23px;
  font-family: din-2014, sans-serif;
  background-color: transparent;
  outline: none;
}
.newsletter .newsletter-inner form input::placeholder {
  color: #ffffff;
}
.newsletter .newsletter-inner form .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  padding: 17px 26px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #004568;
  background-color: #ffffff;
}
.newsletter .newsletter-inner form span {
  margin-top: 20px;
  max-width: 80%;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

/* === form === */
form {
  position: relative;
  margin-top: 40px;
  width: 100%;
  font-family: din-2014, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
form .nf-form-fields-required {
  display: none;
}
form .nf-form-content {
  padding: 0px;
  max-width: 830px;
}
form .nf-form-content nf-fields-wrap {
  display: flex;
  flex-direction: column;
}
form .nf-form-content nf-fields-wrap nf-field {
  margin-top: 20px;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container {
  margin-bottom: 0px;
}
form .nf-form-content nf-fields-wrap nf-field:nth-child(5) {
  grid-column: span 2;
}
form .nf-form-content nf-fields-wrap nf-field:nth-child(6) {
  grid-column: span 2;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-element {
  width: 100%;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-label label {
  font-weight: 400;
}
form .nf-form-content nf-fields-wrap nf-field .list-radio-wrap .nf-field-label {
  display: flex;
  align-items: center;
  padding-right: 40px;
  width: auto;
  font-weight: 400;
}
form .nf-form-content nf-fields-wrap nf-field .list-radio-wrap .nf-field-element {
  width: 60%;
}
form .nf-form-content nf-fields-wrap nf-field .list-radio-wrap ul li {
  display: inline-block;
}
form .nf-form-content nf-fields-wrap nf-field .list-radio-wrap ul li label {
  margin-right: 40px;
  margin-left: 40px;
  cursor: pointer;
}
form .nf-form-content nf-fields-wrap nf-field .listselect-container select {
  border: none;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  color: #000000;
  background-color: #F4F4F4;
}
form .nf-form-content nf-fields-wrap nf-field .listselect-container div {
  border: none;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container input {
  border: none;
  font-family: din-2014, sans-serif;
  color: #000000;
  background-color: #F4F4F4;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container input::placeholder {
  color: #000000;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container input:focus {
  color: #000000;
  background-color: #F4F4F4;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container textarea {
  border: none;
  resize: none;
  font-family: din-2014, sans-serif;
  color: #000000;
  background-color: #F4F4F4;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container textarea::placeholder {
  color: #000000;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container textarea:focus {
  color: #000000;
}
form .nf-form-content nf-fields-wrap nf-field .submit-wrap .btn {
  display: inline-block;
  position: relative;
  padding: 17px 26px;
  border: 2px solid #9B772D;
  border-radius: 50px;
  height: auto;
  transition: 0.3s ease-out;
  z-index: 2;
  font-family: roboto-slab, serif;
  font-size: 20px;
  font-weight: 700;
  color: #9B772D;
  background-color: transparent;
}
form .nf-form-content nf-fields-wrap nf-field .submit-wrap .btn:hover {
  color: #ffffff;
  background-color: #9B772D;
}
form .nf-form-content nf-fields-wrap nf-field:empty {
  display: none;
}

.object-details {
  position: relative;
  padding-top: 80px;
  padding-right: 160px;
  padding-bottom: 80px;
  padding-left: 160px;
  margin-bottom: 90px;
  font-family: din-2014, sans-serif;
  background-color: #ffffff;
}
.object-details h3 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 800;
  line-height: 34px;
}
.object-details .details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 140px;
  list-style: none;
}
.object-details .details li {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.faq {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url("../../img/deelnemingen.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.faq .title-row {
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 2;
}
.faq .title-row h2 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #ffffff;
}
.faq .title-row h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 30px solid;
  border-right: 10px solid;
  border-color: #ffffff;
  width: 10px;
  height: 7px;
}
.faq:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #822108;
}
.faq .faq-inner {
  position: relative;
  padding: 70px 80px;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 2;
  background-color: #ffffff;
}
.faq .faq-inner .faq-item {
  position: relative;
  border-bottom: 2px dotted #822108;
}
.faq .faq-inner .faq-item h3 {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  transition: 0.3s ease;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-family: din-2014, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 60px;
  color: #000000;
}
.faq .faq-inner .faq-item h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transform-origin: center;
  transition: 0.4s ease;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/arrow-down-red.svg");
}
.faq .faq-inner .faq-item .answer {
  overflow: hidden;
  transition: 0.3s ease;
  max-height: 0px;
}
.faq .faq-inner .faq-item .answer p {
  font-size: 19px;
  font-weight: 400;
}
.faq .faq-inner .open {
  margin-bottom: 20px;
  border-bottom: none;
}
.faq .faq-inner .open h3 {
  margin-bottom: 20px;
}
.faq .faq-inner .open h3:after {
  transform: rotate(180deg) translateY(50%);
}
.faq .faq-inner .open .answer {
  max-height: 900px;
}

/* === footer === */
footer {
  background-color: #FCFBFA;
}
footer .footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  background-color: #ffffff;
}
footer .footer-top .footer-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto auto;
  width: 85.7142857143%;
}
footer .footer-top .footer-top-inner img {
  height: 60px;
}
footer .footer-top .footer-top-inner p {
  font-family: utopia-std, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  color: #9B772D;
}
footer .footer-inner {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  grid-auto-flow: column;
  grid-gap: 120px;
  padding-top: 90px;
  padding-bottom: 90px;
  margin: auto auto;
  width: 85.7142857143%;
}
footer .footer-inner .footer-item {
  color: #000000;
  font-family: din-2014, sans-serif;
}
footer .footer-inner .footer-item h4 {
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 10px;
}
footer .footer-inner .footer-item img {
  display: inline-block;
  margin-bottom: 40px;
  width: auto;
  height: 78px;
}
footer .footer-inner .footer-item p {
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}
footer .footer-inner .footer-item p:last-of-type {
  margin-bottom: 0px;
}
footer .footer-inner .footer-item ul {
  list-style: none;
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}
footer .footer-inner .footer-item ul:last-of-type {
  margin-bottom: 0px;
}
footer .footer-inner .footer-item a {
  transition: 0.2s ease;
}
footer .footer-inner .footer-item a:hover {
  text-decoration: underline;
}
footer .footer-inner .footer-item .logos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 70px;
}
footer .footer-inner .footer-item .logos img {
  margin-right: 10px;
  height: 50px;
  width: auto;
}
footer .footer-under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
footer .footer-under p {
  font-family: din-2014, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #9B772D;
}

/* === responsive === */
@media only screen and (max-width: 1599px) {
  .method-front .title {
    margin-bottom: inherit;
  }
  .partners .partners-inner article {
    max-width: 500px;
  }
  .partners .partners-inner .swiperPartners {
    max-width: 500px;
  }
  .form-contact article, .form-brochure article {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1499px) {
  .partners .partners-inner article {
    max-width: 500px;
  }
  .partners .partners-inner .swiperPartners {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1399px) {
  .intro-front {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .intro-front .intro-shield-wrapper .intro-shield {
    margin-top: -200px;
    margin-right: 0px;
    margin-bottom: 40px;
    transform: translateY(0px);
  }
  .posts-loop .posts-wrapper {
    grid-gap: 70px;
  }
  .posts-loop .posts-wrapper .post h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .posts-loop .posts-wrapper .post .thumbnail .badge img {
    max-height: 30px;
  }
  .newsletter .newsletter-inner .column {
    width: 100%;
  }
  .text-logo .logo {
    margin-right: 40px;
    max-height: 170px;
  }
  .object-details .details {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
  }
  footer .footer-inner {
    grid-gap: 70px;
  }
  footer .footer-under {
    align-items: flex-start;
    flex-direction: column;
  }
  footer .footer-under .logos {
    justify-content: flex-start;
    width: 100%;
  }
  footer .footer-under .logos img {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1299px) {
  .txt-txt .txt-txt-inner {
    align-items: flex-start;
    width: 85.7142857143%;
  }
  .txt-img .txt-img-inner {
    align-items: flex-start;
    width: 85.7142857143%;
  }
  .txt-logo .txt-logo-inner {
    width: 85.7142857143%;
  }
  .txt-logo-img .txt-logo-img-inner {
    align-items: flex-start;
    width: 85.7142857143%;
  }
  .img-txt .img-txt-inner {
    align-items: flex-start;
    width: 85.7142857143%;
  }
  .txt .txt-inner {
    width: 85.7142857143%;
  }
  .specs .specs-inner {
    width: 85.7142857143%;
  }
  .tabs .tabs-nav {
    width: 85.7142857143%;
  }
  .tabs .tabs-content {
    width: 85.7142857143%;
  }
  .faq .title-row {
    width: 85.7142857143%;
  }
  .faq .faq-inner {
    width: 85.7142857143%;
  }
  .double-carousel article {
    margin: auto auto;
    width: 85.7142857143%;
  }
  .double-carousel .double-carousel-inner {
    width: 85.7142857143%;
  }
  .newsletter .newsletter-inner {
    width: 85.7142857143%;
  }
  .team {
    width: 92.8571428571%;
  }
  .popup-wrapper .popup-person {
    flex-wrap: inherit;
    flex-direction: column;
  }
  .popup-wrapper .popup-person .content {
    margin-right: 0px;
    width: 100%;
  }
  .popup-wrapper .popup-person img {
    margin-top: 40px;
    width: 400px;
    height: auto;
  }
  .carousel .carouselSwiper {
    width: 85.7142857143%;
  }
  .carousel .swiper-button-prev {
    left: 1.4285714286%;
  }
  .carousel .swiper-button-next {
    right: 1.4285714286%;
  }
}
@media only screen and (max-width: 1199px) {
  .quote .quote-inner {
    width: 71.4285714286%;
  }
  .posts-aanbod .posts-inner {
    width: 85.7142857143%;
  }
  .results-loop .results-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .partners .partners-inner {
    flex-wrap: wrap;
  }
  .partners .partners-inner .swiperPartners-button-next {
    top: inherit;
    bottom: 0px;
    transform: translate(-50%, -50%);
  }
  .form-contact, .form-brochure {
    flex-wrap: wrap;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .form-contact article, .form-brochure article {
    margin-right: 0px;
    margin-bottom: 90px;
  }
  .form-contact .sidebar, .form-brochure .sidebar {
    padding: 50px 40px;
    max-width: inherit;
  }
}
@media only screen and (max-width: 1099px) {
  .txt-img {
    padding-top: 90px;
    margin-top: 0px;
  }
  .txt-img .txt-img-inner {
    flex-direction: column;
  }
  .txt-img .txt-img-inner article {
    margin-right: 0px;
    margin-bottom: 40px;
    width: 100%;
  }
  .txt-img .txt-img-inner img {
    width: 100%;
  }
  .img-txt {
    padding-top: 90px;
    margin-top: 0px;
  }
  .img-txt .img-txt-inner {
    flex-direction: column;
  }
  .img-txt .img-txt-inner article {
    width: 100%;
  }
  .img-txt .img-txt-inner img {
    margin-right: 0px;
    margin-bottom: 40px;
    width: 100%;
  }
  body.vastgoed .img-txt {
    padding-top: 50px;
  }
  body.vastgoed .img-txt .img-txt-inner {
    flex-direction: column-reverse;
  }
  body.vastgoed .img-txt .img-txt-inner article {
    margin-bottom: 40px;
  }
  body.vastgoed .img-txt .img-txt-inner img {
    margin-bottom: 0px;
  }
  .txt-txt {
    padding-top: 90px;
    margin-top: 0px;
  }
  .txt-txt .txt-txt-inner {
    flex-direction: column;
  }
  .txt-txt .txt-txt-inner article {
    margin-right: 0px;
    margin-bottom: 40px;
    width: 100%;
  }
  .txt-txt .txt-txt-inner article:last-of-type {
    margin-bottom: 0px;
  }
  .txt-logo {
    padding-top: 90px;
    margin-top: 0px;
  }
  .txt-logo .txt-logo-inner {
    flex-direction: column;
  }
  .txt-logo .txt-logo-inner article {
    margin-right: 0px;
    margin-bottom: 40px;
    width: 100%;
  }
  .txt-logo-img {
    padding-top: 90px;
    margin-top: 0px;
  }
  .txt-logo-img .txt-logo-img-inner {
    flex-direction: column;
  }
  .txt-logo-img .txt-logo-img-inner article {
    margin-right: 0px;
    margin-bottom: 40px;
    width: 100%;
  }
  .txt-logo-img .txt-logo-img-inner img {
    margin-left: 0px;
    width: 100%;
  }
  .txt {
    padding-top: 90px;
    margin-top: 0px;
  }
  .txt .txt-inner {
    flex-direction: column;
  }
  .txt .txt-inner article {
    width: 100%;
  }
  .tabs .tabs-content .content-wrapper {
    flex-direction: column;
  }
  .tabs .tabs-content .content-wrapper article {
    width: 100%;
  }
  .tabs .tabs-content .content-wrapper article:last-of-type {
    margin-top: 50px;
  }
  .newsletter .newsletter-inner {
    flex-direction: column;
  }
  .quote .quote-inner {
    width: 85.7142857143%;
  }
  .carousel {
    margin-bottom: 50px;
  }
  .carousel .swiper-button-prev {
    left: 0.7142857143%;
    width: 30px;
    height: 30px;
  }
  .carousel .swiper-button-prev svg {
    max-width: 20px;
  }
  .carousel .swiper-button-next {
    right: 0.7142857143%;
    width: 30px;
    height: 30px;
  }
  .carousel .swiper-button-next svg {
    max-width: 20px;
  }
}
@media only screen and (max-width: 999px) {
  main {
    margin-top: 74px;
  }
  .partners .partners-inner article {
    max-width: inherit;
  }
  .text-logo {
    flex-wrap: wrap;
  }
  .text-logo .logo {
    max-height: 140px;
    margin-bottom: 50px;
  }
  .team .team-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 899px) {
  .quote .quote-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .quote .quote-inner .image-wrapper {
    margin-right: 0px;
  }
  .quote .quote-inner .image-wrapper:after {
    display: none;
  }
  .quote .quote-inner .image-wrapper img {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .quote .quote-inner blockquote {
    text-align: center;
  }
  .posts-aanbod .posts-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footer-top .footer-top-inner {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  footer .footer-top .footer-top-inner img {
    margin-bottom: 40px;
  }
  footer .footer-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: inherit;
  }
}
@media only screen and (max-width: 799px) {
  .quote .quote-inner blockquote {
    width: 100%;
  }
  .quote .quote-inner blockquote p {
    font-size: 30px;
  }
  form .nf-form-content nf-fields-wrap nf-field .nf-field-label label {
    font-size: 16px;
  }
  form .nf-form-content nf-fields-wrap nf-field .nf-field-container input {
    font-size: 18px;
  }
  .newsletter .newsletter-inner .column h4 {
    font-size: 25px;
    line-height: 35px;
  }
  .newsletter .newsletter-inner .column h4:last-of-type {
    font-size: 25px;
    line-height: 35px;
  }
  .newsletter .newsletter-inner .column form input {
    width: 100%;
    font-size: 18px;
  }
  .newsletter .newsletter-inner .column form .btn {
    position: relative;
    margin-top: 20px;
    width: auto;
  }
  .newsletter .newsletter-inner .column form span {
    font-size: 16px;
  }
  footer .footer-inner .footer-item .footer-title {
    font-size: 24px;
  }
  footer .footer-inner .footer-item .textwidget p {
    font-size: 18px;
  }
  footer .footer-inner .footer-item ul {
    font-size: 18px;
  }
  footer .footer-under p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 799px) {
  /* === 799px media query NOT related to font size === */
  .home .txt-img {
    margin-top: 0px;
  }
  .page-template-page-contact {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footer-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footer-inner .footer-item:first-of-type {
    grid-column: inherit;
  }
  footer .footer-inner .footer-item img {
    max-height: 70px;
  }
  footer .footer-under .logos img {
    max-height: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .faq .faq-inner {
    padding: 40px;
  }
  .double-carousel .double-carousel-inner .carousel-wrapper {
    flex-direction: column;
  }
  .double-carousel .double-carousel-inner .carousel-wrapper .col-left {
    max-width: inherit;
  }
  .double-carousel .double-carousel-inner .carousel-wrapper .col-right {
    padding-right: 40px;
    padding-left: 40px;
    max-width: inherit;
  }
}
@media only screen and (max-width: 599px) {
  .grid-pictures {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }
  .grid-pictures .grid-item .grid-image {
    position: relative;
    height: auto;
  }
  .grid-pictures .grid-item .grid-quote {
    position: relative;
    height: auto;
  }
  .grid-pictures .grid-item:nth-child(1) {
    grid-row: inherit;
    grid-column: inherit;
  }
  .grid-pictures .grid-item:nth-child(2) {
    grid-row: inherit;
    grid-column: inherit;
  }
  .grid-pictures .grid-item:nth-child(3) {
    grid-row: inherit;
    grid-column: inherit;
  }
  .grid-pictures .grid-item:nth-child(4) {
    grid-row: inherit;
    grid-column: inherit;
  }
  .grid-pictures .grid-item:nth-child(5) {
    grid-row: inherit;
    grid-column: inherit;
  }
  .grid-pictures .grid-item:nth-child(6) {
    grid-row: inherit;
    grid-column: inherit;
  }
  .team .team-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .popup-wrapper .popup-person {
    padding: 20px;
  }
  footer .footer-under .logos img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 499px) {
  .pages-loop .pages-wrapper .page {
    padding: 40px 20px;
  }
  .pages-loop .pages-wrapper .page img {
    max-height: 140px;
  }
  .results-loop .results-wrapper .result .result-inner {
    padding: 40px 20px;
  }
  form .nf-form-content nf-fields-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  form .nf-form-content nf-fields-wrap nf-field:nth-child(5) {
    grid-column: inherit;
  }
  form .nf-form-content nf-fields-wrap nf-field:nth-child(6) {
    grid-column: inherit;
  }
}
header {
  position: fixed;
  top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
  transition: 0.2s ease;
  z-index: 4;
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto auto;
  width: 85.7142857143%;
}
header .header-inner img {
  display: inline-block;
  position: relative;
  width: auto;
  height: 70px;
  transition: 0.2s ease;
  z-index: 2;
}
header .header-inner nav {
  display: inline-block;
}
header .header-inner nav .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
header .header-inner nav .menu .menu-item {
  display: inline-block;
  position: relative;
  font-family: din-2014, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
header .header-inner nav .menu .menu-item a {
  color: #444444;
  text-decoration: none;
}
header .header-inner nav .menu .menu-item:after {
  display: flex;
  width: 0%;
  height: 2px;
  background-color: #444444;
  content: "";
  transition: 0.2s ease;
}
header .header-inner nav .menu .menu-item:hover:after {
  width: 100%;
}
header .header-inner nav .menu .menu-item .sub-menu {
  position: absolute;
  left: -20px;
  top: 100%;
  padding: 0px 20px 0px 20px;
  width: max-content;
  max-height: 0px;
  height: auto;
  transition: 0.3s;
  overflow: hidden;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.8);
}
header .header-inner nav .menu .menu-item .sub-menu .menu-item {
  display: block;
  margin-left: 0px;
  margin-bottom: 15px;
  width: 100%;
  text-transform: none;
  font-size: 17px;
}
header .header-inner nav .menu .menu-item .sub-menu .menu-item a {
  color: #000000;
}
header .header-inner nav .menu .menu-item .sub-menu .menu-item:after {
  background-color: #000000;
}
header .header-inner nav .menu .menu-item .sub-menu .menu-item:last-of-type {
  margin-bottom: 0px;
}
header .header-inner nav .menu .menu-item.menu-item-has-children:hover .sub-menu {
  padding: 20px 20px 20px 20px;
  max-height: 400px;
  height: auto;
}
header .header-inner nav .menu .current-menu-item:after {
  width: 100%;
}
header .header-inner nav .menu .btn {
  border-color: #9B772D;
}
header .header-inner nav .menu .btn a {
  color: #9B772D;
}
header .header-inner nav .menu .btn:hover {
  background-color: #9B772D;
}
header .header-inner nav .menu .btn:hover a {
  color: #ffffff;
}
header .header-inner nav .menu .btn:hover:after {
  width: 0px;
}
header .header-inner #menu-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 4;
  display: none;
}
header .header-inner #menu-toggle span {
  display: block;
  background: #444444;
  border-radius: 5px;
  transition: 0.2s ease;
}
header .header-inner #menu-toggle #hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}
header .header-inner #menu-toggle #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  margin-bottom: 7px;
}
header .header-inner #menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
header .header-inner #menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
header .header-inner #menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  margin-bottom: 0px;
}
header .header-inner #menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
header .header-inner #menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 0%;
  left: 14px;
  transition-delay: 0s;
}
header .header-inner #menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0%;
  top: 14px;
  transition-delay: 0.25s;
}
header .header-inner #menu-toggle.open #hamburger span {
  width: 0%;
}
header .header-inner #menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
header .header-inner #menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
header .header-inner #menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
header .header-inner #menu-toggle.open #cross span:nth-child(1) {
  height: 30px;
  transition-delay: 0.625s;
}
header .header-inner #menu-toggle.open #cross span:nth-child(2) {
  width: 30px;
  transition-delay: 0.375s;
}

.header-sticky {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-sticky .header-inner img {
  height: 50px;
}

.mobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 20px;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: auto;
  background-color: #ffffff;
}
.mobile-menu-wrapper nav {
  font-family: din-2014, sans-serif;
}
.mobile-menu-wrapper nav .menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 90px;
  width: 100%;
  max-width: 400px;
  list-style: none;
}
.mobile-menu-wrapper nav .menu .menu-item-has-children {
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
.mobile-menu-wrapper nav .menu .menu-item {
  margin-left: 0px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 700;
}
.mobile-menu-wrapper nav .menu .menu-item a {
  color: #444444;
}
.mobile-menu-wrapper nav .menu .menu-item:hover a {
  color: #004568;
}
.mobile-menu-wrapper nav .menu .menu-item:after {
  display: none;
}
.mobile-menu-wrapper nav .menu .menu-item .sub-menu {
  position: relative;
  top: 10px;
  padding: 10px 0px 10px 10px;
  list-style: none;
  background-color: inherit;
}
.mobile-menu-wrapper nav .menu .menu-item .sub-menu .menu-item {
  font-weight: 400;
}
.mobile-menu-wrapper nav .menu .menu-item .sub-menu .menu-item:last-of-type {
  margin-bottom: 0px;
}
.mobile-menu-wrapper nav .menu .menu-item .sub-menu .menu-item a {
  color: #444444;
}
.mobile-menu-wrapper nav .menu .menu-item .sub-menu .menu-item:hover a {
  color: #004568;
}
.mobile-menu-wrapper nav .menu .btn {
  width: auto;
}

body.logged-in header {
  top: 32px;
}

@media only screen and (max-width: 1199px) {
  header .header-inner nav {
    display: none;
  }
  header .header-inner #menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 999px) {
  header {
    top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .header-inner img {
    height: 50px;
  }
}
@keyframes zoomHero {
  from {
    transform: scale(1) translate(-50%, -50%);
  }
  to {
    transform: scale(1.1) translate(-50%, -50%);
  }
}
.hero {
  position: relative;
  width: 100%;
}
.hero picture {
  display: block;
  position: relative;
  clip-path: ellipse(120% 100% at 50% 0%);
  overflow: hidden;
  background-color: rgba(155, 119, 45, 0.23);
  background-blend-mode: multiply;
}
.hero picture img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform-origin: left;
  object-fit: cover;
  object-position: center;
}
.hero .hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto auto;
  width: 71.4285714286%;
  height: 100%;
}
.hero .hero-inner h1 {
  position: relative;
  max-width: 690px;
  z-index: 2;
  font-family: utopia-std, serif;
  font-weight: 800;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.9);
  color: #ffffff;
}

.hero-front picture {
  height: 700px;
}
.hero-front .hero-inner {
  justify-content: flex-end;
  text-align: left;
}
.hero-front .hero-inner h1 {
  margin-bottom: 100px;
  max-width: 450px;
  font-size: 70px;
  line-height: 70px;
}

.hero-page picture {
  height: 500px;
}
.hero-page .hero-inner {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-page .hero-inner h1 {
  font-size: 50px;
  line-height: 70px;
}

.under-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding-top: 20px;
  width: 71.4285714286%;
  margin: auto auto;
}
.under-hero #breadcrumbs {
  font-family: din-2014, sans-serif;
  font-size: 19px;
}
.under-hero .logo {
  max-width: 200px;
}

@media only screen and (max-width: 1399px) {
  .hero .hero-inner {
    align-items: center;
  }
  .hero .hero-inner h1 {
    margin-bottom: 0px;
  }
  .hero .hero-inner .shield-wrapper .shield {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1299px) {
  .under-hero {
    width: 85.7142857143%;
  }
  .hero .hero-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 799px) {
  .home .hero .hero-inner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .home .hero .hero-inner .shield-wrapper .shield {
    max-width: 280px;
    width: 100%;
  }
  .home .hero .hero-inner .shield-wrapper .shield h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .home .hero .hero-inner .shield-wrapper .shield span {
    font-size: 20px;
    line-height: 20px;
  }
  .home .hero .hero-inner .shield-wrapper .shield #bottom_badge {
    max-width: 30px;
  }
  .hero .hero-inner h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-front {
    padding-bottom: 0px;
  }
  .hero-front .hero-inner {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
    width: 85.7142857143%;
    height: auto;
  }
  .hero-front .hero-inner h1 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .hero-page .hero-inner {
    justify-content: center;
  }
  .under-hero #breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 599px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: inherit;
    height: auto;
  }
  .hero-front {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .hero-page {
    max-height: 80vh;
    height: 100%;
  }
}
.gform_wrapper form .gform_body .gform_fields {
  grid-row-gap: 20px;
}
.gform_wrapper form .gform_body .gform_fields .gfield label {
  font-size: 18px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  border: none;
  max-height: 200px;
  min-height: inherit;
  resize: none;
  background-color: #F4F4F4;
}
.gform_wrapper form .gform_footer.top_label input[type=submit].gform_button.button {
  display: inline-block;
  position: relative;
  padding: 12px 20px;
  border: 2px solid #9B772D;
  border-radius: 50px;
  transition: 0.3s ease-out;
  z-index: 2;
  font-family: roboto-slab, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1px;
  color: #9B772D;
  background-color: #ffffff;
}

.grid-pictures {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 400px);
  grid-auto-flow: dense;
  grid-auto-rows: 400px;
  grid-gap: 20px;
  padding: 20px;
}
.grid-pictures .grid-item {
  position: relative;
}
.grid-pictures .grid-item .grid-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-pictures .grid-item .grid-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.grid-pictures .grid-item .grid-quote article {
  position: relative;
}
.grid-pictures .grid-item .grid-quote article h2 {
  font-size: 28px;
  line-height: 28px;
}
.grid-pictures .grid-item .grid-quote article h3 {
  font-size: 26px;
  line-height: 26px;
}
.grid-pictures .grid-item .grid-quote article h4 {
  font-size: 24px;
  line-height: 24px;
}
.grid-pictures .grid-item .grid-quote article:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background-image: url("../../img/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.grid-pictures .grid-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.grid-pictures .grid-item:nth-child(3) {
  grid-row: span 2;
}
.grid-pictures .grid-item:nth-child(5) {
  grid-column: span 2;
}
.grid-pictures .grid-item:nth-child(6) {
  grid-column: span 2;
}

@media only screen and (max-width: 1099px) {
  .grid-pictures {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-pictures .grid-item:nth-child(2) {
    grid-row: span 2;
  }
  .grid-pictures .grid-item:nth-child(3) {
    grid-row: span 1;
  }
  .grid-pictures .grid-item:nth-child(4) {
    grid-column: span 2;
  }
  .grid-pictures .grid-item:nth-child(6) {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 799px) {
  .grid-pictures {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 999px) {
  .hero .hero-inner .shield-wrapper .shield {
    max-width: 300px;
    min-width: inherit;
  }
  .hero .hero-inner .shield-wrapper .shield h3 {
    font-size: 50px;
  }
  .hero .hero-inner .shield-wrapper .shield span {
    font-size: 30px;
  }
  .hero .hero-inner .shield-wrapper .shield .badges-wrapper .badge {
    padding: 20px;
  }
}
.grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 250px);
  grid-auto-flow: dense;
  grid-auto-rows: 250px;
  grid-gap: 20px;
  padding-top: 20px;
  margin: auto auto;
  width: 71.4285714286%;
}
.grid-gallery .grid-item {
  position: relative;
}
.grid-gallery .grid-item .grid-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-gallery .grid-item:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
}

@media only screen and (max-width: 1099px) {
  .grid-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-gallery .grid-item:nth-child(2) {
    grid-row: span 2;
  }
  .grid-gallery .grid-item:nth-child(3) {
    grid-row: span 1;
  }
  .grid-gallery .grid-item:nth-child(4) {
    grid-column: span 2;
  }
  .grid-gallery .grid-item:nth-child(6) {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 799px) {
  .grid-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.posts-aanbod {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 2;
  font-family: din-2014, sans-serif;
  background-image: url("../../img/bg-image-wall.jpg");
  background-size: cover;
  background-position: center;
}
.posts-aanbod .title-row {
  padding-bottom: 70px;
  margin: auto auto;
  width: 71.4285714286%;
}
.posts-aanbod .title-row h2 {
  position: relative;
  margin: 0px;
  z-index: 2;
  font-family: utopia-std, serif;
  color: #ffffff;
}
.posts-aanbod .posts-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin: auto auto;
  width: 71.4285714286%;
}
.posts-aanbod .posts-inner .post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.posts-aanbod .posts-inner .post picture {
  position: relative;
  top: 0px;
  left: 0px;
  border-radius: 20px 20px 0px 0px;
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.posts-aanbod .posts-inner .post picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts-aanbod .posts-inner .post .title {
  position: relative;
  padding: 30px 40px;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
}
.posts-aanbod .posts-inner .post .title h3 {
  margin-bottom: 5px;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  color: #004568;
}
.posts-aanbod .posts-inner .post .title p {
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #004568;
}
.posts-aanbod .posts-inner .post .title .btn {
  margin-top: 30px;
}
.posts-aanbod .posts-inner .post:hover .thumbnail {
  background-blend-mode: multiply;
  background-color: #004568;
}
.posts-aanbod .button-row {
  margin-top: 70px;
  text-align: center;
}
.posts-aanbod:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #004568;
}
.posts-aanbod:has(+ .txt-btn) {
  margin-bottom: -120px;
}
.posts-aanbod:has(+ .txt-btn) + .txt-btn {
  padding-top: 200px;
}

@media only screen and (max-width: 1199px) {
  .posts-nieuws .posts-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 899px) {
  .posts-nieuws .posts-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.posts-nieuws {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: din-2014, sans-serif;
}
.posts-nieuws .title-row {
  margin-bottom: 70px;
  text-align: center;
}
.posts-nieuws .title-row h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 0px;
  font-family: utopia-std, serif;
}
.posts-nieuws .title-row h2:after {
  content: "";
  position: relative;
  margin-top: 40px;
  border-left: 30px solid;
  border-right: 10px solid;
  border-color: #9B772D;
  width: 10px;
  height: 7px;
}
.posts-nieuws .posts-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin: auto auto;
  width: 71.4285714286%;
}
.posts-nieuws .posts-inner .post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  padding: 30px;
  max-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.posts-nieuws .posts-inner .post picture {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.posts-nieuws .posts-inner .post picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts-nieuws .posts-inner .post:hover:after {
  opacity: 0.8;
}
.posts-nieuws .posts-inner .post:before {
  content: "";
  display: block;
  padding-top: 100%; /* initial ratio of 1:1*/
}
.posts-nieuws .posts-inner .post:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  transition: 0.2s ease;
  opacity: 0.3;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.posts-nieuws .posts-inner .post .logo-wrapper {
  display: flex;
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 10px;
  background-color: #ffffff;
}
.posts-nieuws .posts-inner .post .logo-wrapper .logo {
  width: 100px;
}
.posts-nieuws .posts-inner .post .title {
  position: relative;
  z-index: 2;
}
.posts-nieuws .posts-inner .post .title h3 {
  margin-bottom: 5px;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  color: #ffffff;
}
.posts-nieuws .posts-inner .post .title p {
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #ffffff;
}
.posts-nieuws .posts-inner .post:hover .thumbnail {
  background-blend-mode: multiply;
  background-color: #004568;
}
.posts-nieuws .button-row {
  margin-top: 70px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .posts-nieuws .posts-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 899px) {
  .posts-nieuws .posts-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.posts-onderdelen {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 2;
  font-family: din-2014, sans-serif;
  background-image: url("../../img/bg-image-wall.jpg");
  background-size: cover;
  background-position: center;
}
.posts-onderdelen .title-row {
  text-align: left;
  margin-bottom: 70px;
}
.posts-onderdelen .title-row h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 0px;
  z-index: 2;
  font-family: utopia-std, serif;
  color: #ffffff;
}
.posts-onderdelen .title-row h2:after {
  content: "";
  position: relative;
  margin-top: 30px;
  border-left: 30px solid;
  border-right: 10px solid;
  border-color: #ffffff;
  width: 10px;
  height: 7px;
}
.posts-onderdelen .posts-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin: auto auto;
  width: 71.4285714286%;
}
.posts-onderdelen .posts-inner .post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.posts-onderdelen .posts-inner .post picture {
  position: relative;
  top: 0px;
  left: 0px;
  border-radius: 20px 20px 0px 0px;
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.posts-onderdelen .posts-inner .post picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts-onderdelen .posts-inner .post .title {
  position: relative;
  padding: 30px 40px;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
}
.posts-onderdelen .posts-inner .post .title h3 {
  margin-bottom: 5px;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  color: #004568;
}
.posts-onderdelen .posts-inner .post .title p {
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #004568;
}
.posts-onderdelen .posts-inner .post .title .btn {
  margin-top: 30px;
  font-size: 18px;
}
.posts-onderdelen .posts-inner .post:hover .thumbnail {
  background-blend-mode: multiply;
  background-color: #004568;
}
.posts-onderdelen .button-row {
  margin-top: 70px;
  text-align: center;
}
.posts-onderdelen:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #004568;
}
.posts-onderdelen:has(+ .txt-btn) {
  margin-bottom: -120px;
}
.posts-onderdelen:has(+ .txt-btn) + .txt-btn {
  padding-top: 200px;
}

@media only screen and (max-width: 1199px) {
  .posts-nieuws .posts-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 899px) {
  .posts-nieuws .posts-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.posts-pages {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 2;
  font-family: din-2014, sans-serif;
  background-color: #F9FBFB;
}
.posts-pages .title-row {
  padding-bottom: 70px;
  margin: auto auto;
  width: 71.4285714286%;
}
.posts-pages .title-row h2 {
  position: relative;
  margin: 0px;
  z-index: 2;
  font-family: utopia-std, serif;
  color: #004568;
}
.posts-pages .posts-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: auto auto;
  width: 71.4285714286%;
}
.posts-pages .posts-inner .post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.posts-pages .posts-inner .post picture {
  position: relative;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.posts-pages .posts-inner .post picture img {
  width: 100%;
  height: 100%;
  transition: 1s ease;
  object-fit: cover;
}
.posts-pages .posts-inner .post .title {
  position: relative;
  padding: 30px 40px;
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
}
.posts-pages .posts-inner .post .title h3 {
  margin-bottom: 5px;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  color: #004568;
}
.posts-pages .posts-inner .post .title p {
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #000000;
}
.posts-pages .posts-inner .post:hover picture img {
  transform: scale(1.03);
}

@media only screen and (max-width: 1199px) {
  .posts-nieuws .posts-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 899px) {
  .posts-nieuws .posts-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.txt-shld {
  position: relative;
  padding-top: 70px;
  padding-bottom: 120px;
  font-family: din-2014, sans-serif;
}
.txt-shld .txt-shld-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: auto auto;
  width: 71.4285714286%;
}
.txt-shld .txt-shld-inner article {
  margin-right: 100px;
  max-width: 670px;
  width: 50%;
}
.txt-shld .txt-shld-inner article .btns {
  margin-top: 40px;
}
.txt-shld .txt-shld-inner .shield-wrapper {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.txt-shld .txt-shld-inner .shield-wrapper .shield {
  position: sticky;
  top: 80px;
  padding: 40px 40px 60px 40px;
  margin-top: -350px;
  min-width: 360px;
  text-align: center;
  background-color: #ffffff;
  clip-path: ellipse(110% 100% at 50% 0%);
}
.txt-shld .txt-shld-inner .shield-wrapper .shield h3 {
  text-transform: uppercase;
  font-family: utopia-std, serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #9B772D;
}
.txt-shld .txt-shld-inner .shield-wrapper .shield span {
  font-family: din-2014, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: #9B772D;
}
.txt-shld .txt-shld-inner .shield-wrapper .shield .badges-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.txt-shld .txt-shld-inner .shield-wrapper .shield .badges-wrapper .badge {
  position: relative;
  border: 1px solid #ffffff;
  padding: 30px;
  width: 50%;
  transition: 0.2s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.txt-shld .txt-shld-inner .shield-wrapper .shield .badges-wrapper .badge img {
  max-width: 110px;
}
.txt-shld .txt-shld-inner .shield-wrapper .shield .badges-wrapper .badge:nth-child(3) {
  clip-path: ellipse(270% 100% at 100% -2%);
}
.txt-shld .txt-shld-inner .shield-wrapper .shield .badges-wrapper .badge:nth-child(4) {
  clip-path: ellipse(270% 100% at 0% -2%);
}
.txt-shld .txt-shld-inner .shield-wrapper .shield .badges-wrapper .badge:hover {
  transform: scale(1.02);
}
.txt-shld .txt-shld-inner .shield-wrapper .shield p {
  margin-top: 20px;
  font-family: din-2014, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #9B772D;
}

body.logged-in .txt-shld .shield-wrapper .shield {
  top: 120px;
}

@media only screen and (max-width: 1299px) {
  .txt-shld .txt-shld-inner {
    align-items: flex-start;
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1099px) {
  .txt-shld .txt-shld-inner {
    flex-direction: column;
  }
  .txt-shld .txt-shld-inner article {
    width: 100%;
  }
  .txt-shld .txt-shld-inner .shield-wrapper .shield {
    margin-top: 40px;
    min-width: inherit;
    padding: 20px 20px 60px 20px;
  }
  .txt-shld .txt-shld-inner .shield-wrapper .shield h3 {
    margin-bottom: 0px;
    font-size: 40px;
  }
  .txt-shld .txt-shld-inner .shield-wrapper .shield span {
    font-size: 30px;
  }
  .txt-shld .txt-shld-inner .shield-wrapper .shield .badges-wrapper .badge {
    padding: 20px;
  }
}
.txt-btn {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: din-2014, sans-serif;
  background-color: #F4F4F4;
}
.txt-btn .txt-btn-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto auto;
  width: 71.4285714286%;
}
.txt-btn .txt-btn-inner article {
  margin-right: 100px;
  max-width: 670px;
  width: 50%;
}
.txt-btn .txt-btn-inner article h3 {
  margin-bottom: 0px;
  font-size: 45px;
}
.txt-btn .txt-btn-inner .btns {
  flex-direction: column;
}

@media only screen and (max-width: 1299px) {
  .txt-btn .txt-btn-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 999px) {
  .txt-btn .txt-btn-inner {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .txt-btn .txt-btn-inner article {
    margin-bottom: 40px;
    width: auto;
  }
}
.txt-sidebar {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: din-2014, sans-serif;
}
.txt-sidebar .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto auto;
  width: 71.4285714286%;
}
.txt-sidebar .inner article {
  margin-right: 100px;
  max-width: 670px;
  width: 50%;
}
.txt-sidebar .inner article h3 {
  margin-bottom: 0px;
  font-size: 45px;
}
.txt-sidebar .inner .sidebar {
  position: sticky;
  top: 120px;
  padding: 40px;
  margin-top: 0px;
  max-width: 460px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.txt-sidebar .inner .sidebar .widget.widget_block {
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 1299px) {
  .txt-sidebar .inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 999px) {
  .txt-btn .txt-btn-inner {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .txt-btn .txt-btn-inner article {
    margin-bottom: 40px;
    width: auto;
  }
}
.specs {
  padding-top: 40px;
}
.specs .specs-inner {
  margin: auto auto;
  width: 71.4285714286%;
}
.specs .specs-inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
  align-items: center;
  padding: 0px;
  list-style: none;
}
.specs .specs-inner ul li {
  text-transform: uppercase;
  font-family: din-2014, sans-serif;
  font-size: 19px;
  font-weight: 400;
}
.specs .buttons-side {
  position: fixed;
  bottom: 40px;
  right: 0px;
  z-index: 2;
  overflow: hidden;
}
.specs .buttons-side .btns {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.specs .buttons-side .btns .btn {
  right: -50px;
  margin-right: 0px;
  background-color: #ffffff;
}
.specs .buttons-side .btns .btn:hover {
  right: 0px;
  border-color: #ffffff;
  background-color: #004568;
}

section.title {
  position: relative;
  padding-top: 70px;
  margin: auto auto;
  width: 71.4285714286%;
}
section.title h1 {
  font-family: utopia-std, serif;
  font-size: 50px;
  line-height: 1;
  color: #004568;
}

body {
  font-family: din-2014, sans-serif;
}
body h1 {
  margin-bottom: 30px;
  font-family: utopia-std, serif;
  font-size: 40px;
  line-height: 1;
}
body h2 {
  margin-bottom: 30px;
  font-family: utopia-std, serif;
  font-size: 35px;
  line-height: 1;
}
body h3 {
  margin-bottom: 30px;
  font-family: utopia-std, serif;
  font-size: 28px;
  line-height: 1;
}
body h4 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
body h4:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 30px solid;
  border-right: 10px solid;
  border-color: #9B772D;
  width: 10px;
  height: 7px;
}
body p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.4;
}
body p:last-of-type {
  margin-bottom: 0px;
}
body ul, body ol {
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.4;
}
body hr {
  margin-bottom: 40px;
  border-style: solid;
}
body blockquote {
  margin-bottom: 40px;
}
body article a {
  transition: 0.2s ease;
  text-decoration: underline;
}
body article a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 799px) {
  body h1 {
    margin-bottom: 40px;
    font-size: 35px;
  }
  body h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }
  body h3 {
    margin-bottom: 40px;
    font-size: 25px;
  }
  body h4 {
    margin-bottom: 40px;
    font-size: 18px;
  }
  body p, body ol, body ul {
    margin-bottom: 40px;
    font-size: 16px;
  }
  body p:last-of-type, body ol:last-of-type, body ul:last-of-type {
    margin-bottom: 0px;
  }
  body .btn {
    font-size: 16px;
  }
}
body.theme-blauw main {
  background-image: url("../../img/bg-image-main-blue.svg");
  background-size: cover;
  background-position: calc(-40% - 0px) calc(0% + 100px);
  background-repeat: no-repeat;
}
body.theme-blauw .btn {
  border: 2px solid #004568;
  color: #004568;
}
body.theme-blauw .btn:hover {
  color: #ffffff;
  background-color: #004568;
}
body.theme-blauw .btn:hover svg path {
  fill: #ffffff;
}
body.theme-blauw .btn svg path {
  fill: #004568;
}
body.theme-blauw h1, body.theme-blauw h2, body.theme-blauw h3 {
  color: #004568;
}
body.theme-blauw h4:after {
  border-color: #004568;
}
body.theme-blauw hr {
  border-color: #004568;
}
body.theme-blauw #breadcrumbs strong {
  color: #004568;
}
body.theme-blauw .txt-img {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.theme-blauw .img-txt {
  padding-top: 0px;
  padding-bottom: 50px;
}
body.theme-blauw .posts.posts-pages .title-row h2 {
  color: #004568;
}
body.theme-blauw .posts {
  padding-bottom: 120px;
  clip-path: ellipse(170% 100% at 50% 0%);
}
body.theme-blauw .posts .title-row h2 {
  color: #ffffff;
}
body.theme-blauw .posts .title-row h2:after {
  border-color: #004568;
}
body.theme-blauw .posts-nieuws {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 0px;
}
body.theme-blauw .posts-nieuws .title-row h2 {
  color: #004568;
}
body.theme-blauw .grid-pictures .grid-item .grid-quote {
  background-color: #004568;
}
body.theme-blauw .grid-pictures .grid-item .grid-quote article {
  color: #ffffff;
}
body.theme-blauw .grid-pictures .grid-item .grid-quote article h2, body.theme-blauw .grid-pictures .grid-item .grid-quote article h3, body.theme-blauw .grid-pictures .grid-item .grid-quote article h4 {
  color: #ffffff;
}
body.theme-blauw .newsletter:after {
  background-color: #004568;
}
body.theme-blauw .newsletter .newsletter-inner form input {
  color: #ffffff;
}
body.theme-blauw .newsletter .newsletter-inner form .btn {
  color: #004568;
}
body.theme-blauw .newsletter .newsletter-inner form .btn:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #004568;
}
body.theme-blauw .quote {
  background-image: url("../../img/bg-image-wall.jpg");
}
body.theme-blauw .quote:after {
  background-color: #004568;
}

body.theme-brons main {
  background-image: url("../../img/bg-image-main-bronze.svg");
  background-size: cover;
  background-position: calc(-100% - 0px) calc(0% + 800px);
  background-repeat: no-repeat;
}
body.theme-brons .btn {
  border: 2px solid #9B772D;
  color: #9B772D;
}
body.theme-brons .btn:hover {
  color: #ffffff;
  background-color: #9B772D;
}
body.theme-brons .btn:hover svg path {
  fill: #ffffff;
}
body.theme-brons .btn svg path {
  fill: #9B772D;
}
body.theme-brons h1, body.theme-brons h2, body.theme-brons h3 {
  color: #9B772D;
}
body.theme-brons h4:after {
  border-color: #9B772D;
}
body.theme-brons hr {
  border-color: #9B772D;
}
body.theme-brons #breadcrumbs strong {
  color: #9B772D;
}
body.theme-brons .posts .title-row h2 {
  color: #9B772D;
}
body.theme-brons .grid-pictures .grid-item .grid-quote {
  background-color: #9B772D;
}
body.theme-brons .grid-pictures .grid-item .grid-quote article {
  color: #ffffff;
}
body.theme-brons .grid-pictures .grid-item .grid-quote article h2, body.theme-brons .grid-pictures .grid-item .grid-quote article h3, body.theme-brons .grid-pictures .grid-item .grid-quote article h4 {
  color: #ffffff;
}

body.theme-groen main {
  background-image: url("../../img/bg-image-main-green.svg");
  background-size: cover;
  background-position: calc(-40% - 0px) calc(0% + 100px);
  background-repeat: no-repeat;
}
body.theme-groen .btn {
  border: 2px solid #547B24;
  color: #547B24;
}
body.theme-groen .btn:hover {
  color: #ffffff;
  background-color: #547B24;
}
body.theme-groen .btn:hover svg path {
  fill: #ffffff;
}
body.theme-groen .btn svg path {
  fill: #547B24;
}
body.theme-groen h1, body.theme-groen h2, body.theme-groen h3 {
  color: #547B24;
}
body.theme-groen h4:after {
  border-color: #547B24;
}
body.theme-groen hr {
  border-color: #547B24;
}
body.theme-groen #breadcrumbs strong {
  color: #547B24;
}
body.theme-groen .grid-pictures .grid-item .grid-quote {
  background-color: #547B24;
}
body.theme-groen .grid-pictures .grid-item .grid-quote article {
  color: #ffffff;
}
body.theme-groen .grid-pictures .grid-item .grid-quote article h2, body.theme-groen .grid-pictures .grid-item .grid-quote article h3, body.theme-groen .grid-pictures .grid-item .grid-quote article h4 {
  color: #ffffff;
}
body.theme-groen .quote {
  background-image: url("../../img/landgoed.jpg");
}
body.theme-groen .quote:after {
  background-color: #547B24;
}
body.theme-groen .posts {
  margin-top: 0px;
  background-color: #F4F4F4;
}
body.theme-groen .posts .title-row h2 {
  color: #547B24;
}
body.theme-groen .posts .title-row h2:after {
  border-color: #547B24;
}

body.theme-oranje main {
  background-image: url("../../img/bg-image-main-orange.svg");
  background-size: cover;
  background-position: calc(-100% - 0px) calc(0% + 800px);
  background-repeat: no-repeat;
}
body.theme-oranje .btn {
  border: 2px solid #CE7C2F;
  color: #CE7C2F;
}
body.theme-oranje .btn:hover {
  color: #ffffff;
  background-color: #CE7C2F;
}
body.theme-oranje .btn:hover svg path {
  fill: #ffffff;
}
body.theme-oranje .btn svg path {
  fill: #CE7C2F;
}
body.theme-oranje h1, body.theme-oranje h2, body.theme-oranje h3 {
  color: #CE7C2F;
}
body.theme-oranje h4:after {
  border-color: #CE7C2F;
}
body.theme-oranje hr {
  border-color: #CE7C2F;
}
body.theme-oranje #breadcrumbs strong {
  color: #CE7C2F;
}
body.theme-oranje .grid-pictures .grid-item .grid-quote {
  background-color: #CE7C2F;
}
body.theme-oranje .grid-pictures .grid-item .grid-quote article {
  color: #ffffff;
}
body.theme-oranje .grid-pictures .grid-item .grid-quote article h2, body.theme-oranje .grid-pictures .grid-item .grid-quote article h3, body.theme-oranje .grid-pictures .grid-item .grid-quote article h4 {
  color: #ffffff;
}
body.theme-oranje .quote {
  background-image: url("../../img/maatschappelijk.jpg");
}
body.theme-oranje .quote:after {
  background-color: #CE7C2F;
}
body.theme-oranje .posts {
  margin-top: 0px;
  background-color: #F4F4F4;
}
body.theme-oranje .posts .title-row h2 {
  color: #CE7C2F;
}
body.theme-oranje .posts .title-row h2:after {
  border-color: #CE7C2F;
}

body.theme-rood main {
  background-image: url("../../img/bg-image-main-red.svg");
  background-size: cover;
  background-position: calc(-100% - 0px) calc(0% + 800px);
  background-repeat: no-repeat;
}
body.theme-rood .btn {
  border: 2px solid #822108;
  color: #822108;
}
body.theme-rood .btn:hover {
  color: #ffffff;
  background-color: #822108;
}
body.theme-rood .btn:hover svg path {
  fill: #ffffff;
}
body.theme-rood .btn svg path {
  fill: #822108;
}
body.theme-rood h1, body.theme-rood h2, body.theme-rood h3 {
  color: #822108;
}
body.theme-rood h4:after {
  border-color: #822108;
}
body.theme-rood hr {
  border-color: #822108;
}
body.theme-rood #breadcrumbs strong {
  color: #822108;
}
body.theme-rood .img-txt {
  padding-top: 50px;
  padding-bottom: 120px;
  margin-top: 0px;
}
body.theme-rood .posts-nieuws {
  padding-top: 70px;
  padding-bottom: 0px;
  margin-top: 0px;
}
body.theme-rood .posts-nieuws .title-row h2 {
  color: #822108;
}
body.theme-rood .posts-nieuws .title-row h2:after {
  border-color: #822108;
}
body.theme-rood .grid-pictures .grid-item .grid-quote {
  background-color: #822108;
}
body.theme-rood .grid-pictures .grid-item .grid-quote article {
  color: #ffffff;
}
body.theme-rood .grid-pictures .grid-item .grid-quote article h2, body.theme-rood .grid-pictures .grid-item .grid-quote article h3, body.theme-rood .grid-pictures .grid-item .grid-quote article h4 {
  color: #ffffff;
}
body.theme-rood .quote {
  background-image: url("../../img/deelnemingen.jpg");
}
body.theme-rood .quote:after {
  background-color: #822108;
}

/* === werken styles === */
body.werken main {
  background-image: url("../../img/bg-image-main-blue.svg");
  background-size: cover;
  background-position: calc(-40% - 0px) calc(0% + 100px);
  background-repeat: no-repeat;
}
body.werken .btn {
  border: 2px solid #004568;
  color: #004568;
}
body.werken .btn:hover {
  color: #ffffff;
  background-color: #004568;
}
body.werken .btn:hover svg path {
  fill: #ffffff;
}
body.werken .btn svg path {
  fill: #004568;
}
body.werken article h1, body.werken article h2, body.werken article h3 {
  color: #004568;
}
body.werken article h4:after {
  border-color: #004568;
}
body.werken article hr {
  border-color: #004568;
}
body.werken #breadcrumbs strong {
  color: #004568;
}
body.werken .hero-slider .hero-inner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004568;
}
body.werken .specs {
  background-color: #004568;
}
body.werken .tabs .tabs-nav .ui-tabs-active {
  border-bottom: 2px solid #004568;
}
body.werken .tabs .tabs-nav .ui-tabs-active a {
  color: #004568;
}
body.werken .txt-img {
  padding-top: 150px;
  padding-bottom: 50px;
}
body.werken .img-txt {
  padding-top: 0px;
  padding-bottom: 50px;
}
body.werken .posts {
  padding-bottom: 170px;
  clip-path: ellipse(170% 100% at 50% 0%);
}
body.werken .posts .title-row h2 {
  color: #ffffff;
}
body.werken .posts .title-row h2:after {
  border-color: #004568;
}
body.werken .grid-pictures .grid-item .grid-quote {
  background-color: #004568;
}
body.werken .grid-pictures .grid-item .grid-quote article {
  color: #ffffff;
}
body.werken .grid-pictures .grid-item .grid-quote article h2, body.werken .grid-pictures .grid-item .grid-quote article h3, body.werken .grid-pictures .grid-item .grid-quote article h4 {
  color: #ffffff;
}
body.werken .txt-btn {
  font-family: din-2014, sans-serif;
  color: #ffffff;
}
body.werken .txt-btn:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #004568;
}
body.werken .txt-btn .txt-btn-inner {
  position: relative;
  z-index: 2;
}
body.werken .txt-btn .txt-btn-inner article h3 {
  color: #ffffff;
}
body.werken .txt-btn .txt-btn-inner .btns {
  position: relative;
  z-index: 2;
}
body.werken .txt-btn .txt-btn-inner .btns .btn {
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.werken .txt-btn {
  background-image: none;
}
body.werken .txt-btn:after {
  background-color: #F4F4F4;
}
body.werken .txt-btn .txt-btn-inner article h3 {
  color: #004568;
}
body.werken .txt-btn .txt-btn-inner .btns .btn {
  border-color: #004568;
  color: #004568;
}
body.werken .posts-aanbod:after {
  background-color: #004568;
}
body.werken .newsletter:after {
  background-color: #004568;
}
body.werken .newsletter .newsletter-inner form .btn {
  color: #004568;
}
body.werken .newsletter .newsletter-inner form .btn:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #004568;
}

body.theme-oranje main {
  background-image: url("../../img/bg-image-main-orange.svg");
  background-size: cover;
  background-position: calc(-100% - 0px) calc(0% + 800px);
  background-repeat: no-repeat;
}
body.theme-oranje .btn {
  border: 2px solid #CE7C2F;
  color: #CE7C2F;
}
body.theme-oranje .btn:hover {
  color: #ffffff;
  background-color: #CE7C2F;
}
body.theme-oranje .btn:hover svg path {
  fill: #ffffff;
}
body.theme-oranje .btn svg path {
  fill: #CE7C2F;
}
body.theme-oranje h1, body.theme-oranje h2, body.theme-oranje h3 {
  color: #CE7C2F;
}
body.theme-oranje h4:after {
  border-color: #CE7C2F;
}
body.theme-oranje hr {
  border-color: #CE7C2F;
}
body.theme-oranje #breadcrumbs strong {
  color: #CE7C2F;
}
body.theme-oranje .grid-pictures .grid-item .grid-quote {
  background-color: #CE7C2F;
}
body.theme-oranje .grid-pictures .grid-item .grid-quote article {
  color: #ffffff;
}
body.theme-oranje .grid-pictures .grid-item .grid-quote article h2, body.theme-oranje .grid-pictures .grid-item .grid-quote article h3, body.theme-oranje .grid-pictures .grid-item .grid-quote article h4 {
  color: #ffffff;
}
body.theme-oranje .quote {
  background-image: url("../../img/maatschappelijk.jpg");
}
body.theme-oranje .quote:after {
  background-color: #CE7C2F;
}
body.theme-oranje .posts {
  margin-top: 0px;
  background-color: #F4F4F4;
}
body.theme-oranje .posts .title-row h2 {
  color: #CE7C2F;
}
body.theme-oranje .posts .title-row h2:after {
  border-color: #CE7C2F;
}

/* === wonen styles === */
body.wonen main {
  background-image: url("../../img/bg-image-main-blue.svg");
  background-size: cover;
  background-position: calc(-40% - 0px) calc(0% + 100px);
  background-repeat: no-repeat;
}
body.wonen .btn {
  border: 2px solid #004568;
  color: #004568;
}
body.wonen .btn:hover {
  color: #ffffff;
  background-color: #004568;
}
body.wonen .btn:hover svg path {
  fill: #ffffff;
}
body.wonen .btn svg path {
  fill: #004568;
}
body.wonen article h1, body.wonen article h2, body.wonen article h3 {
  color: #004568;
}
body.wonen article h4:after {
  border-color: #004568;
}
body.wonen article hr {
  border-color: #004568;
}
body.wonen #breadcrumbs strong {
  color: #004568;
}
body.wonen .hero-slider .hero-inner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004568;
}
body.wonen .specs {
  background-color: #004568;
}
body.wonen .tabs .tabs-nav .ui-tabs-active {
  border-bottom: 2px solid #004568;
}
body.wonen .tabs .tabs-nav .ui-tabs-active a {
  color: #004568;
}
body.wonen .txt-img {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.wonen .img-txt {
  padding-top: 0px;
  padding-bottom: 50px;
}
body.wonen .posts {
  padding-bottom: 170px;
  margin-top: 100px;
  clip-path: ellipse(170% 100% at 50% 0%);
}
body.wonen .posts .title-row h2 {
  color: #ffffff;
}
body.wonen .posts .title-row h2:after {
  border-color: #004568;
}
body.wonen .grid-pictures .grid-item .grid-quote {
  background-color: #004568;
}
body.wonen .grid-pictures .grid-item .grid-quote article {
  color: #ffffff;
}
body.wonen .grid-pictures .grid-item .grid-quote article h2, body.wonen .grid-pictures .grid-item .grid-quote article h3, body.wonen .grid-pictures .grid-item .grid-quote article h4 {
  color: #ffffff;
}
body.wonen .txt-btn {
  clip-path: ellipse(120% 100% at 50% 0%);
  font-family: din-2014, sans-serif;
  color: #ffffff;
}
body.wonen .txt-btn:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #004568;
}
body.wonen .txt-btn .txt-btn-inner {
  position: relative;
  z-index: 2;
}
body.wonen .txt-btn .txt-btn-inner article h3 {
  color: #ffffff;
}
body.wonen .txt-btn .txt-btn-inner .btns {
  position: relative;
  z-index: 2;
}
body.wonen .txt-btn .txt-btn-inner .btns .btn {
  border: 2px solid #ffffff;
  color: #ffffff;
}
body.wonen .txt-btn .txt-btn-inner .btns .btn:hover {
  color: #ffffff;
}
body.wonen .txt-btn {
  background-image: none;
}
body.wonen .txt-btn:after {
  background-color: #F4F4F4;
}
body.wonen .txt-btn .txt-btn-inner article h3 {
  color: #004568;
}
body.wonen .txt-btn .txt-btn-inner .btns .btn {
  border-color: #004568;
  color: #004568;
}
body.wonen .txt-btn .txt-btn-inner .btns .btn:hover {
  color: #ffffff;
}
body.wonen .posts-aanbod:after {
  background-color: #004568;
}
body.wonen .newsletter:after {
  background-color: #004568;
}
body.wonen .newsletter .newsletter-inner form .btn {
  color: #004568;
}
body.wonen .newsletter .newsletter-inner form .btn:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #004568;
}

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