@font-face {
  font-family: "FuturaBold";
  src: url("fonts/FuturaBookBold.woff2") format("woff2"),
    url("fonts/Futura-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FuturaMedium";
  src: url("fonts/Futura-Medium.woff2") format("woff2"),
    url("fonts/Futura-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FuturaLT";
  src: url("fonts/FuturaLT-Light.woff2") format("woff2"),
    url("fonts/FuturaLT-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

/* body{position: relative;font-family: 'FuturaLT', sans-serif;font-weight: 200;font-size: 15px;color: #000;line-height: 1.6;letter-spacing: 1px; padding-top: 105px; background-color: #DFD9D6;} */
body {
  position: relative;
  font-family: "FuturaLT", sans-serif;
  font-weight: 200;
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  letter-spacing: 1px;
  background-color: #dfd9d6;
  /* background-color: azure; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-style: normal;
  color: #282828;
  font-family: "FuturaBold", serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  word-break: break-word;
  overflow-wrap: break-word;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}

strong {
  font-weight: 700;
}
img {
  max-width: 100%;
}
a {
  color: #000;
  transition: 300ms color ease;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
  color: #000;
}
p {
  margin-bottom: 0;
}

.form-control {
  border-radius: 0;
  padding: 8px 12px;
  border: 0;
}

.color-white {
  color: #fff;
}

.btn {
  border-radius: 0;
  font-weight: 400;
  transition: all 130ms ease-in;
  text-transform: uppercase;
  padding: 10px 17px;
}
.btn:hover {
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #000 !important;
  text-decoration: none !important;
  text-transform: none;
  padding: 8px 30px;
  text-align: left;
  margin: 15px 0 0 0;
}
.btn-white i {
  float: right;
  padding-top: 4px;
}
.btn-white:hover {
  color: #000;
  background-color: #e3e3e3;
}
.btn-grey {
  background-color: #dfd9d6;
  color: #000;
  text-transform: none;
  padding: 8px 30px;
  text-align: left;
  margin: 15px 0 0 0;
}
.btn-grey:hover {
  background-color: #a8a4a2;
}
.btn-grey i {
  margin-left: 15px;
}
.btn-white i {
  margin-left: 5px;
}
.btn-blue {
  background-color: #b4c8d4;
  color: #fff;
}
.btn-blue:hover {
  background-color: #b4c8d4;
  color: #fff;
}
.btn-whiteline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  text-transform: none;
  padding: 7px 30px;
  text-align: left;
  margin: 15px 0 0 0;
}
.btn-whiteline:hover {
  background-color: #fff;
  color: #000;
}

.btn-arrow a {
  padding: 6px 60px;
  display: inline-block;
}
.btn-arrow:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 4px;
  right: 35px;
  content: "\f178";
  font-weight: 300;
  font-size: 22px;
  position: relative;
}

.grey {
  /* background-color: #dfd9d6; */
}
.beige {
  padding: 50px 0;
  background-color: #efe9e5;
}

.content-block-grey {
  background-color: #f7f7f7;
  padding: 30px;
}
.image-bottom-effect:after {
  position: absolute;
  content: " ";
  width: 457px;
  max-width: 100%;
  height: 19px;
  bottom: -10px;
  left: 0;
  background-image: url("../images/photo-bottom.jpg");
  background-repeat: no-repeat;
}

video {
  object-fit: fill;
}

header {
  padding: 15px 0;
  /* height: 105px; */
  background-color: rgba(223, 217, 214, 0.9);
}
header .container {
  max-width: 1300px;
}
header .logo img {
  display: block;
  height: 70px;
  width: auto;
  line-height: 95px;
}
header .navbar {
  float: right;
  padding: 0.5rem 0 0.5rem 1rem;
}
header .navbar .navbar-nav {
  font-size: 14px;
}
header .navbar .navbar-nav > li {
  margin: 45px 25px 0 0;
}
header .navbar .navbar-nav > li:last-child {
  margin: 45px 0 0 0;
}
header .navbar .navbar-nav li:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}
header .navbar .navbar-nav li:hover::after {
  width: 100%;
}
header .navbar .navbar-nav li a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

header .navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}

header .navbar .navbar-nav .dropdown-menu {
  /*display: none;*/
  margin-top: 10px;
  border: 0;
  background-color: rgba(242, 239, 234, 0.9);
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px;
  margin-left: -15px;
}
header .btn-purple-solid {
  width: 100%;
}
header .btn-green-solid {
  width: 100%;
  margin: 10px 0 0 0;
}

header .socials {
  float: right;
  margin: 8px 0;
}
header .socials a {
  background-color: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  padding: 5px;
  transition: all 0.1s ease-in-out;
}
header .socials a:hover {
  background-color: rgb(201, 201, 201);
}
header .socials a i {
  color: #fff;
  width: 19px !important;
}

.site-content-contain .container {
  max-width: 1300px;
}

.site-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 50px;
}

.btn-social {
  display: block;
  font-size: 26px;
  float: left;
  color: #64358c;
  width: 35px;
  height: 35px;
  line-height: 36px;
  border-radius: 3px;
  margin: 0 15px 0 0;
  text-align: center;
  transition: all 130ms ease-in;
}
.btn-social:hover {
  background-color: #826a4f;
  color: #fff;
}
.btn-social.mail {
  font-size: 21px;
  line-height: 36px;
}
/*.btn-social.facebook{background-color:transparent;color:#fff;font-size: 40px;margin: -3px 15px 0 0;}*/

.nf-form-fields-required {
  display: none;
}

.parent-zoom {
  overflow: hidden;
  width: 100%;
}
.parent-zoom .cover-photo {
  transition: 1.5s transform ease-in-out;
}
.parent-zoom:hover .cover-photo,
.parent-zoom:focus .cover-photo {
  transform: scale(1.12);
}

/* MENU */
.nav-button-holder {
  display: block;
  position: absolute;
  z-index: 101; /*left:calc(30% - 108px);*/
  padding: 15px 0 0 0;
  height: 65px;
  right: 20px;
}
.nav-holder {
  display: none;
}
.nav-button {
  background: none;
  border: none;
  cursor: pointer;
  padding-bottom: 20px;
  width: 65px;
  height: 45px;
  vertical-align: middle;
  outline-width: 0;
}
.nav-button:focus {
  outline-width: 0;
}
.icon-bar,
.icon-bar1,
.icon-bar2 {
  display: block;
  height: 4px;
  width: 30px;
  background: #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.icon-bar1,
.icon-bar2 {
  width: 30px;
}
.icon-bar:before,
.icon-bar:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  bottom: -11px;
  right: 0;
}
.icon-bar:after {
  bottom: -22px;
  left: 0;
  top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
  left: 0;
}
.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body.has-active-menu {
  overflow: hidden;
}

.menu-mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.menu-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.mobile-menu-holder {
  position: fixed;
  z-index: 1050;
  display: none;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 30%;
  height: 100%;
  background: #e0dad6;
  opacity: 0;
  padding: 0 25px 0 30px;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.mobile-menu-holder .exit-mobile span {
  background: #000;
}
.mobile-menu-holder.is-active {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.modal-menu-container {
  position: relative;
}

.exit-mobile {
  float: right;
  cursor: pointer;
  padding: 20px 15px;
  display: inline-block;
  margin-top: 10px;
}
.icon-bar1 {
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-bar2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-mobile {
  font-size: 0;
  margin: 0 auto;
  margin-left: 0;
  padding: 50px 0 0 48px;
}
.menu-mobile li {
  font-size: 22px;
  font-weight: 600;
  padding-top: 16px;
  list-style: none;
}
.menu-mobile li a {
  color: #252525;
  display: block;
  line-height: 1.1;
}
.menu-mobile li a:hover,
.menu-mobile li a:focus {
  background: none;
  text-decoration: none;
}
.menu-mobile li:hover > a,
.menu-mobile li.current-menu-item > a {
  color: #000;
}
.menu-mobile .dropdown-toggle::after {
  display: none;
}
.menu-mobile .dropdown-menu {
  display: block;
  position: static;
  background-color: transparent;
  width: 100%;
  border: 0;
}
.menu-mobile .dropdown-menu li {
  padding: 6px 0 6px 25px;
}
.menu-mobile ul {
  margin-left: 0px;
  padding-left: 10px;
}
.menu-mobile ul li {
  font-size: 15px;
  font-weight: 500;
  padding-top: 16px;
  text-transform: none;
  padding-left: 8px;
  display: block;
}

.mobiel-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: fit-content;
  position: absolute;
  right: 17.5vw;
  top: 50%;
  transform: translate(0, -40%);
}
.mobiel-icons .mobiel-icon {
  text-decoration: none;
  height: 45px;
  width: 45px;
  margin: 5px;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobiel-icons .mobiel-icon i {
  font-size: 20px;
}
.mobiel-icons .mobiel-icon:hover {
  text-decoration: none;
}

/* MENU */

.site-content-contain {
  overflow: hidden;
}

footer {
  width: 100%;
  padding: 50px 0;
  background-color: #f2efea;
  color: #000;
  position: relative;
}
footer .container {
  max-width: 1300px;
}
footer hr {
  border-top: 2px solid #282828;
  height: 0;
  max-width: 1270px;
  margin: 0 auto 50px auto;
}
footer h5 {
  text-transform: none;
  font-family: "FuturaMedium", sans-serif;
  margin: 0 0 30px 0;
}
footer i {
  margin-right: 10px;
  font-size: 22px;
}
footer a {
  color: #282828;
}
footer a:hover {
  color: #000;
}
footer img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
footer .vormgegeven {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 15px 0 0;
}
footer select {
  background-color: #f2efea;
  color: #282828;
  padding: 0;
  border: none;
  outline-width: 0;
  -webkit-appearance: none;
  background-image: none;
  margin-top: 15px;
}

body .read-link {
  display: inline-block;
  color: #000;
  background-color: transparent;
  padding: 0.1rem 0.1rem 0.1rem 0.1rem !important;
  margin-top: 0;
  border-radius: 0;
  transition: all 150ms linear;
  text-decoration: underline;
  border-bottom: none;
}
body .read-link:hover {
  background-color: transparent;
  color: #000;
  border-bottom: none;
}
body .read_div:nth-last-child(2) ~ p,
body .read_div:nth-last-child(3) ~ p {
  display: none;
}

/* Content Blok */
section#contentblok {
  /* padding: 50px 0; */
}
section#contentblok a.item {
  color: #000;
  display: block;
  padding: 40px;
  animation-duration: 2000ms;
}
section#contentblok a.item:hover {
  text-decoration: none;
}
section#contentblok .content-text {
  padding: 10px;
  margin: 10px 0 0 -10px;
}
section#contentblok .content-text {
  width: 100%;
}
section#contentblok .content-text p {
  display: inline;
}
section#contentblok .white-block {
  max-width: 380px;
  background-color: #fff;
  padding: 30px;
  position: relative;
  z-index: 5;
  margin-left: 0;
}

section#contentblok .total-2.key-0 .item {
  padding: 0 50px 0 0;
}
section#contentblok .total-2.key-0 .item .photo {
  height: 600px;
}
section#contentblok .total-2.key-1 .item {
  padding: 1px 0 0 50px;
}

section#contentblok .total-2.key-0 .onder {
  margin: -30px 0 0 20px;
}
section#contentblok .total-2.key-0 .boven {
  margin: 0 0 -30px 30px;
}
section#contentblok .total-2.key-1 .white-block {
  float: right;
}
section#contentblok .total-2.key-1 .onder {
  margin: -30px 30px 0 0;
}
section#contentblok .total-2.key-1 .boven {
  margin: 0 40px -30px 0;
}

section#contentblok .col-md-5.total-2 .white-block {
  max-width: 350px;
  padding: 30px 30px 20px 20px;
}

section#contentblok .total-3 {
  padding-top: 50px;
}
section#contentblok .total-3.key-0 .item {
  padding: 0 50px 0 0;
  margin: -150px 0 0 0;
}
section#contentblok .total-3.key-2 .item {
  padding: 0 0 0 50px;
}

section#contentblok .total-1.key-0 .item {
  padding: 0;
}
section#contentblok .total-1.key-0 .white-block {
  position: absolute;
  right: 10%;
  margin: -60px 0 0 0;
}

/* BLOKKEN */
section#blokken {
  padding: 50px 0 30px 0;
  background-color: #efe9e5;
}
section#blokken h3 {
  margin-bottom: 0px;
}
section#blokken .container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section#blokken .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}
section#blokken .blok {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 25px;
  padding: 20px;
  transition: all 0.15s ease-in-out;
}
section#blokken .block-item {
  flex: 1;
  min-width: 0;
}
section#blokken .blok:hover {
  text-decoration: none;
  color: #000;
  background-color: #dfd9d6;
}
section#blokken .blok h6 {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  text-decoration: underline;
  text-transform: none;
  font-family: "FuturaLT", sans-serif;
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
/* section#blokken .blok .square-photo {
  width: 100%;
  height: 200px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
} */
section#blokken .blok > div:last-child {
  min-width: 0;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#blokken p {
  text-align: center;
}

/* Berichten overzicht */
section#nieuwsberichten {
  /* padding: 50px 0; */
}
section#nieuwsberichten h3 {
  margin-bottom: 150px;
}
section#nieuwsberichten a.item {
  display: block;
  color: #000;
}
section#nieuwsberichten a.item:hover {
  text-decoration: none;
}
section#nieuwsberichten a.item .content-text {
  padding: 10px;
  margin: 10px 0 0 -10px;
}
section#nieuwsberichten a.item .content-text p {
  display: inline;
}
/* section#nieuwsberichten .key-0 .item,
section#nieuwsberichten .key-3 .item,
section#nieuwsberichten .key-6 .item,
section#nieuwsberichten .key-9 .item,
section#nieuwsberichten .key-12 .item {
  margin: -80px 0 0 0;
  padding: 0 40px 0 0;
}
section#nieuwsberichten .key-1 .item,
section#nieuwsberichten .key-4 .item,
section#nieuwsberichten .key-7 .item,
section#nieuwsberichten .key-10 .item,
section#nieuwsberichten .key-13 .item {
  margin: 80px 0 0 0;
  padding: 0 20px;
}
section#nieuwsberichten .key-2 .item,
section#nieuwsberichten .key-5 .item,
section#nieuwsberichten .key-8 .item,
section#nieuwsberichten .key-11 .item,
section#nieuwsberichten .key-14 .item {
  padding: 0 0 0 40px;
} */
/* Make the 3-pattern infinite using nth-child so it applies beyond key-14 */
section#nieuwsberichten .row > *:nth-child(3n + 1) .item {
  margin: -80px 0 0 0;
  padding: 0 40px 0 0;
}
section#nieuwsberichten .row > *:nth-child(3n + 2) .item {
  margin: 80px 0 0 0;
  padding: 0 20px;
}
section#nieuwsberichten .row > *:nth-child(3n) .item {
  padding: 0 0 0 40px;
}
/*
section#nieuwsberichten .col-12:nth-child(4n) .item{padding: 0 40px 0 0; margin: -50px 0 0 0;}
section#nieuwsberichten .col-12:nth-child(5n) .item{padding: 0 20px; margin: 80px 0 0 0;}
section#nieuwsberichten .col-12:nth-child(6n) .item{padding: 0 0 0 40px; margin: 0 0 0 0;}
*/

/* Tekstblok 3 afbeeldingen */
section#tekstblok-drie {
  /* padding: 50px 0; */
}
section#tekstblok-drie .cover-photo {
  height: 350px;
  margin: 40px 20px 20px 20px;
}
section#tekstblok-drie .btn.btn-white {
  min-width: 250px;
  max-width: 300px;
  text-align: center;
}

/* Tekstblok */
section#tekstblok .btn i {
  margin-left: 8px;
}

/* Tekstblok 5 afbeeldingen */
section#tekstblok-vijf {
  /* padding: 100px 0; */
}
section#tekstblok-vijf .btn i {
  margin-left: 8px;
}
section#tekstblok-vijf .cover-photo {
  height: 350px;
  margin: 35px 20px;
}

/* Tekst met afbeelding */
section#tekst-afbeelding {
  /* padding: 70px 0; */
}
section#tekst-afbeelding .btn.btn-white i {
  margin-left: 5px;
}
section#tekst-afbeelding .onder {
  margin-top: 50px;
}

/* Architect dubbel tekst */
section#architect-dubbel-tekst {
  padding: 70px 0;
}

/* Grote afbeelding */
section#grote_afbeelding {
  /* padding-bottom: 20px; */
}
section#grote_afbeelding img {
  width: 100%;
}

/* Blokken met grote afbeelding */
section#blokken-met-grote-afbeelding .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  /* padding-top: 20px;
  padding-bottom: 50px; */
}

section#blokken-met-grote-afbeelding .blok {
  flex: 1 1 0;
  min-width: 0;
  background-color: #efe9e5;
}

section#blokken-met-grote-afbeelding .blok .content {
  padding: 50px;
}

section#blokken-met-grote-afbeelding .blok img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* Popup blok */
section#popup-blok {
  /* padding: 50px 0; */
}
section#popup-blok .blok {
  background-color: #fff;
}
section#popup-blok .blok .text {
  padding: 60px 30px 30px 60px;
}
section#popup-blok .blok .cover-photo {
  height: 100%;
}
section#popup-blok .blok #btn-showroom {
  margin-top: 30px;
  text-align: center;
}

/* POPUP BLOG */
#popup-blog {
  display: block;
  position: fixed;
  bottom: -240px;
  width: 220px;
  background-color: #b4c8d4;
  color: #fff;
  padding: 30px 15px 45px 15px;
  right: 50px;
  z-index: 222;
  transition: 400ms bottom ease;
}
#popup-blog .text {
  text-align: center;
}
#popup-blog .title {
  font-size: 28px;
  display: block;
}
#popup-blog .subtitle {
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
}
#popup-blog .text a {
  display: block;
  margin-top: 15px;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}

/* Popup */
#btn-inspiratieblad {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  padding: 0 30px;
  right: 15px;
  top: 0;
  line-height: 35px;
}
#btn-inspiratieblad:hover {
  cursor: pointer;
}

.popup {
  width: 900px;
  margin: 0 auto;
  display: none;
}
#popup-inspiratieblad {
  width: 800px;
  padding: 20px 5px 15px 5px;
  font-size: 1.5rem;
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: -432px;
  background-color: #fff;
  display: block;
  transition: 400ms bottom ease;
}
#popup-inspiratieblad .close {
  position: absolute;
  right: 8px;
  top: 5px;
  cursor: pointer;
  color: #000;
  opacity: 1;
}
#popup-inspiratieblad .close svg {
  color: #000;
}
#popup-inspiratieblad .cover-photo {
  margin: 15px 0 0 0;
}
#popup-inspiratieblad .text {
  margin-top: 20px;
  padding: 0 40px;
  font-size: 16px;
}
#popup-inspiratieblad .text h1 {
  font-size: 25px;
}
#popup-inspiratieblad input[type="text"],
#popup-inspiratieblad input[type="email"] {
  padding: 6px;
  height: auto;
  font-size: 16px;
}
#popup-inspiratieblad .nf-field-container {
  /*margin: 10px 0;*/
  margin-bottom: 8px;
}
#popup-inspiratieblad .nf-field-container.zip-container,
#popup-inspiratieblad .nf-field-container.city-container {
  /*margin:10px 0 0 0;*/
  margin-bottom: 3px;
}

/* COLLECTIE */
.page-template-archive-collectie section#intro {
  /* padding: 50px 0 0 0; */
}
.intro-moved-bottom {
  /* padding: 30px 0 !important; */
}

.intro-moved-bottom h2 {
  font-size: 20px !important;
}

@media screen and (max-width: 767px) {
  .intro-moved-bottom h2 {
    font-size: 18px !important;
  }
}

section#collectie-breadcrumbs {
  padding: 50px 0 0 0;
}
section#collectie-breadcrumbs a h5 {
  display: inline-block;
  text-transform: lowercase;
  color: #868786;
}
section#collectie-breadcrumbs a:hover h5 {
  color: #282828;
}
section#collectie-breadcrumbs a h5 i {
  margin-left: 20px;
}
section#collectie-breadcrumbs .breadcrumbs {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 25px;
}
section#collectie-breadcrumbs .breadcrumbs li {
  display: inline;
  margin-right: 30px;
}
section#collectie-breadcrumbs .breadcrumbs li a {
  color: #868786;
}

section#collectie-cats {
  /* padding: 30px 0; */
}
section#collectie-cats .category {
  display: block;
  margin: 40px 0 0 0;
  transition: 250ms opacity ease;
}
section#collectie-cats .category:hover {
  opacity: 0.7;
  text-decoration: none;
}
section#collectie-cats .category .photo {
  height: 300px;
}
section#collectie-cats .category h3 {
  text-transform: lowercase;
  margin: 10px 0 0 0;
}

section#collectie-cats .products {
  width: 100%;
  padding: 30px 50px 0 50px;
  display: none;
}
section#product-related-products .products {
  padding: 0 50px 0 50px;
}
section#collectie-cats .product,
section#product-related-products .product {
  display: block;
  margin: 20px;
}
section#collectie-cats .product h5,
section#product-related-products .product h5 {
  font-family: "FuturaLT", sans-serif;
  margin: 5px 0 0 0;
}

/* PRODUCT */
.single-products h2,
.single-products h3,
.single-products h4 {
  font-size: 25px;
}
.single-products section#nieuwsberichten .item h4 {
  font-size: 20px;
}

section#product-intro #accordion {
  width: 70%;
}
section#product-intro #accordion .card {
  border: none;
  background-color: transparent;
}
section#product-intro #accordion .card .card-header {
  padding: 5px 0;
  border: none;
  background-color: transparent;
}
section#product-intro #accordion .card .card-header a {
  cursor: pointer;
  font-family: "FuturaMedium", sans-serif;
}
section#product-intro #accordion .card .card-header a:hover:before,
section#product-intro
  #accordion
  .card
  .card-header
  a[aria-expanded="true"]:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 100px;
  border-bottom: 1px solid #000;
}
section#product-intro #accordion .card .card-body {
  line-height: 2;
  padding: 1.25rem 0;
}
section#product-intro .photo {
  display: block;
  cursor: pointer;
  transition: 250ms opacity ease;
}
section#product-intro .photo:hover {
  opacity: 0.7;
}
section#product-intro .photo1 {
  height: 555px;
}

section#product-intro .images-row {
  padding: 50px 0;
}
section#product-intro .images-row .photo {
  height: 515px;
}

section#product-intro .intro-text {
  padding: 50px 0 100px 0;
}

section#product-design {
  padding: 50px 0;
  background-color: #efe9e5;
}
section#product-design .product-design-carousel .item {
  height: 410px;
}

.single-products section#photos-single {
  padding: 50px 0;
}

section#product-sfeer {
  /* padding: 50px 0 35px 0; */
}
section#product-sfeer .photo {
  display: block;
  height: 300px;
  margin: 15px 0;
  cursor: pointer;
  transition: 250ms opacity ease;
}
section#product-sfeer .photo:hover {
  opacity: 0.7;
}

section#product-materialen {
  padding-top: 50px;
  background-color: #efe9e5;
}
section#product-materialen h3 {
  margin: 0 0 40px 0;
}
section#product-materialen .product-colors-carousel a {
  padding: 15px 0;
  font-family: "FuturaMedium", sans-serif;
  text-align: center;
}
section#product-materialen .product-colors-carousel .slick-list {
  width: calc(100% - 120px);
  margin: 0 auto;
}
section#product-materialen .product-colors-carousel .slick-prev {
  left: 20px;
}
section#product-materialen .product-colors-carousel .slick-next {
  right: 20px;
}

section#product-materialen .photo {
  height: 70px;
}
section#product-materialen .colors-container {
  position: relative;
  margin: 0 0 40px 0;
}
section#product-materialen .colors {
  padding: 20px 20px 10px 20px;
  min-height: 134px;
  background-color: #fff;
  display: none;
}
section#product-materialen .colors:first-child {
  display: block;
}
section#product-materialen .colors a {
  display: block;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
section#product-materialen .colors a:nth-child(1 + 12n) {
  margin: 0 0 10px 0;
}

.single-products section#nieuwsberichten {
  padding: 80px 0 30px 0;
}
.single-products section#nieuwsberichten h4 {
  margin-bottom: 130px;
}

section#product-related-products {
  padding: 50px 0;
}
section#product-related-products h4 {
  font-size: 25px;
}

/* single kasten */
section#product-intro.kasten {
  padding: 50px 0;
}
section.techniq {
  background-color: #ece7e3;
  padding: 10px 0;
}
section#double-img {
  padding: 70px 0;
}
section#double-img .cover-photo {
  height: 370px;
}
section#double-img .cover-photo.photo-0 {
  margin: 0 5px 0 0;
}
section#double-img .cover-photo.photo-1 {
  margin: 0 0 0 5px;
}
section#photos-single.kasten .photo1,
section#photos-single.kasten .photo2 {
  height: 400px;
}
section#photos-single.kasten .photo2 {
  margin: 15px 0 0 0;
}
section#photos-single.kasten .photo3 {
  height: 590px;
}
section#photos-single.kasten .photo-container {
  background-color: #ece7e3;
  margin: 0 0 0 25px;
}
section#photos-single.kasten .block-designers {
  padding: 0 0 50px 0;
}
section#photos-single.kasten .block-designers .content-designers {
  font-size: 14px;
  padding: 0 25px;
}

section#drie-fotos {
  padding: 100px 0;
}
section#drie-fotos .photo1,
section#drie-fotos .photo2 {
  height: 350px;
}
section#drie-fotos .photo2 {
  margin: 15px 0 0 0;
}
section#drie-fotos .photo3 {
  height: 100%;
  margin: 0 0 0 15px;
}

section#vijf-fotos {
  padding: 50px 0;
}
section#vijf-fotos .content {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
section#vijf-fotos .content .text {
  max-width: 350px;
  font-size: 14px;
  margin: 0 30px 100px 0;
}
section#vijf-fotos .photo1,
section#vijf-fotos .photo2 {
  height: 300px;
  margin: 0 150px 0 50px;
}
section#vijf-fotos .photo2 {
  margin-top: 15px;
  margin-bottom: 50px;
}
section#vijf-fotos .photo3 {
  height: 800px;
  margin: 0 0 0 150px;
}
section#vijf-fotos .photo-container {
  background-color: #efe9e5;
  margin: 0 -50px 0 100px;
  padding: 50px 0;
}
section#vijf-fotos .photo4 {
  height: 700px;
}
section#vijf-fotos .photo5 {
  height: 600px;
  margin-top: 50px;
}

section#product-materialen.kasten {
  background-color: unset;
}

/* PORTFOLIO & NIEUWS OVERVIEW */
.page-template-news #nieuwsberichten > .container > .row:nth-child(1) {
  margin-bottom: 150px;
}
section#nieuwsberichten .photo {
  width: 100%;
  height: 450px;
}

/* PORTFOLIO & NIEUWS DETAIL */
section#banner-single .photo {
  width: 100%;
  height: 600px;
  /* margin: 70px 0 0 0; */
}

section#content-single {
  /* padding: 50px 0; */
}

section#photos-single {
  /* padding: 100px 0 0 0; */
}
section#photos-single .photo1 {
  height: 750px;
}
section#photos-single .photo2 {
  height: 465px;
  margin: 70px 0 0 30px;
}

section#photos-single .block-designers {
  padding: 60px 0 50px 0;
}
section#photos-single .block-designers .photo-designer {
  height: 159px;
  margin: 0 0 15px 0;
}
section#photos-single .block-designers .content-designers {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0 50px 0 50px;
}
section#photos-single .block-designers .content-designers h2 {
  font-size: 26px;
  text-transform: none;
}

section#extra .photo1 {
  height: 300px;
  margin: 0 0 30px 0;
}
section#extra .photo2 {
  height: 300px;
}
section#extra .photo3 {
  height: 630px;
}
section#extra h3 {
  margin: 50px 0 10px 0;
}

section#banner-bottom-single {
  padding: 70px 0;
}
section#banner-bottom-single .photo {
  width: 100%;
  height: 600px;
}

/* FAQ */
section#faq-intro {
  padding: 70px 0;
}
section#faq-intro h1 {
  font-size: 22px;
}

section#faq {
  padding: 0 0 50px 0;
}
section#faq .faq-container,
section#single-faq .faq-container {
  background-color: #f2efea;
  padding: 70px 50px;
}
section#faq .category {
  margin: 0 0 50px 0;
  line-height: 1.3;
}
section#faq .category img {
  max-width: 50%;
}
section#faq .category a {
  display: block;
  margin-bottom: 15px;
}
section#faq .category a:last-child {
  margin: 0;
}

section#faq-breadcrumbs {
  margin: 15px 0;
}
section#single-faq {
  padding: 0 0 50px 0;
}
section#single-faq .afbeeldingen {
  margin-top: 35px;
}
section#single-faq .other-faqs {
  margin: 70px 0 0 0;
  line-height: 1.3;
}
section#single-faq .other-faqs a {
  display: block;
  margin-bottom: 15px;
}
section#single-faq .other-faqs a:last-child {
  margin: 0;
}

section#faq .card {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  margin-bottom: 30px;
}
section#faq .card-header {
  background-color: #f2efea;
  padding: 0;
  border-radius: 0;
  border-bottom: 0;
  text-align: center;
}
section#faq .card-header button {
  width: 100%;
  padding: 40px 0;
  background-color: #f2efea;
  border: 0;
  cursor: pointer;
}
section#faq .card-header button:focus {
  outline: 0;
}
section#faq .card-header button img {
  width: 75px;
  margin: 0 0 5px 0;
}
section#faq .card-body {
  border: 0;
}

/* BLOG */
section#blog-archive {
  padding: 50px 0;
}
.blog {
  background-color: #ede7e4;
  padding: 35px;
  position: relative;
  margin: 25px 0;
}
.blog h4 {
  margin-bottom: 25px;
  min-height: 100px;
}
.blog .square-photo {
  padding-bottom: 75%;
  margin-bottom: 30px;
}
.blog .text {
  padding-bottom: 85px;
}
.blog .btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

/* BLOG SINGLE */
section.single-blog {
  padding: 50px 0;
}
section.single-blog .background {
  background-color: #ede7e4;
  padding: 40px;
}
section.single-blog .intro {
  padding: 0 15px;
}
section.single-blog .intro-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  display: block;
  margin: 20px 0;
}

section.tekst {
  /* padding: 30px 0; */
}

section#afbeeldingen {
  padding: 25px 0;
}
section#afbeeldingen .small {
  padding: 0 80px;
}
section#afbeeldingen .square-photo {
  padding-bottom: 65%;
}

section#collage {
  padding: 30px 0;
}
section#collage .column1 .cover-photo,
section#collage .column3 .cover-photo {
  padding-bottom: 75%;
}
section#collage .column1 .cover-photo:first-child,
section#collage .column3 .cover-photo:first-child {
  margin-bottom: 16px;
}
section#collage .column1 {
  padding-right: 8px;
}
section#collage .column2 {
  padding: 0 8px;
}
section#collage .column3 {
  padding-left: 8px;
}
section#collage .column2 .cover-photo {
  height: 100%;
}

/* CONTACT */
section#contact-intro {
  text-align: center;
  padding-top: 50px;
}
section#contact-intro h1 {
  font-size: 65px;
  text-transform: none;
  margin-bottom: 30px;
}

section#contact-icons {
  text-align: center;
}
section#contact-icons h3 {
  text-transform: none;
  font-size: 20px;
  font-family: "FuturaMedium";
}
section#contact-icons .contact-icon {
  width: 50%;
  padding-bottom: 50%;
  margin: 0 auto 25px auto;
  background-color: #fff;
  border-radius: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30%;
}
section#contact-icons .contact-icon.phone {
  background-image: url("/wp-content/themes/exsta/images/icon-phone.png");
}
section#contact-icons .contact-icon.map {
  background-image: url("/wp-content/themes/exsta/images/icon-map.png");
}
section#contact-icons .contact-icon.mail {
  background-image: url("/wp-content/themes/exsta/images/icon-mail.png");
}
section#contact-icons .contact-icon.contact {
  background-image: url("/wp-content/themes/exsta/images/icon-contact.png");
}
section#contact-icons .contact-icon.clock {
  background-image: url("/wp-content/themes/exsta/images/icon-clock.png");
}

section#contact-form {
  /* padding: 70px 0 100px 0; */
  text-align: center;
}
section#contact-form h2 {
  margin-bottom: 30px;
  text-transform: none;
}
section#contact-form .contactform {
  margin-top: 40px;
}
section#contact-form .contactform input,
.contactform textarea {
  border: none;
  width: 100%;
  padding: 4px 8px;
}
section#contact-form .contactform input:focus,
.contactform textarea:focus {
  outline: 0;
}
section#contact-form .contactform input[type="submit"] {
  width: auto;
  background-color: #fff;
  padding: 4px 60px; /*background-image: url('/wp-content/themes/exsta/images/arrow-right-black.svg');background-repeat: no-repeat;background-position: center right;background-size: 26px;*/
  transition: all 130ms ease-in;
}
section#contact-form .contactform input[type="submit"]:hover {
  cursor: pointer;
  background-color: #e3e3e3;
  color: #000;
}
section#contact-form .contactform textarea {
}
section#contact-form .contactform .wpcf7-spinner {
  position: absolute;
}
section#contact-form .contactform div.wpcf7 .ajax-loader {
  display: none;
}

/* KNOPPEN SLIDER */
section#slider-knoppen .knoppenslider-container {
  position: relative;
}
section#slider-knoppen .knoppenslider-container .knoppenslider-carousel .slide {
  height: 700px;
}
section#slider-knoppen .knoppenslider-container .content {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#slider-knoppen .knoppenslider-container .content h1 {
  color: #fff;
  font-size: 80px;
  margin-top: 150px;
  text-align: center;
}
section#slider-knoppen .knoppenslider-container .slide h1 {
  color: #fff;
  font-size: 80px;
  text-align: center;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
section#slider-knoppen .knoppenslider-container .slide .slide-title {
  color: #fff;
  font-size: 80px;
  text-align: center;
  font-family: "FuturaBold", serif;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 38.4px;
}
section#slider-knoppen .knoppenslider-container .content .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 40px; */
  gap: 10px;
}
section#slider-knoppen .knoppenslider-container .content .buttons .btn {
  margin: 0 7px;
  font-family: "FuturaBold", serif;
  font-weight: 600;
  color: inherit;
}

/* SLICK */
.slick-prev,
.slick-next {
  width: auto;
  height: auto;
  padding: 8px 6px;
  margin: 6px 0 0 0;
  z-index: 100;
  position: absolute;
  top: calc(50% - 5px);
}
.slick-prev {
  left: -25px;
}
.slick-next {
  right: -25px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 0;
  color: #000;
}

.slick-prev:before {
  content: "<";
}
[dir="rtl"] .slick-prev:before {
  content: ">";
}

[dir="rtl"] .slick-next {
  left: -10px;
  top: 70px;
  right: auto;
}
.slick-next:before {
  content: ">";
}
[dir="rtl"] .slick-next:before {
  content: "<";
}

.left-align-slick > .slick-list > .slick-track {
  margin-left: 0;
}

/* SLICK */
.slick-dots {
  bottom: 22px !important;
}

.slick-dots li {
  width: 5px !important;
}

.slick-dots li button:before {
  color: #fff !important;
  font-size: 8px !important;
}

.slick-dots li.slick-active button:before {
  color: #fff !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}

/* PDF */
#pdf-viewer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  flex-direction: column;
}
#pdf-viewer .pdf {
  width: 100%;
}
#pdf-viewer .pdf-link {
  background-color: #868786;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  display: none;
}
#pdf-viewer .pdf-link p {
  position: absolute;
  left: 50%;
  top: -200%;
  transform: translate(-50%);
  color: #000;
  width: 100vw;
  text-align: center;
}
/* PDF*/

/* RECAPTCHA */
.grecaptcha-badge {
  display: none !important;
}

/* Cookie banner */
body .cky-consent-container .cky-consent-bar {
  padding: 12px;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-title {
  display: none;
}
body .cky-consent-container .cky-consent-bar .cky-notice-group {
  font-size: 12px;
  line-height: 18px;
}
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-btn {
  padding: 5px 20px;
}
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-des {
  font-size: 12px;
  line-height: 18px;
}

/* ANIMATE.CSS */
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*video 2024 section*/
#video-2024 {
  text-align: center;
  margin-bottom: 30px !important;
}

#video-2024 iframe {
  aspect-ratio: 1.7 !important;
  height: unset !important;
}

#video-2024 .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: white;
}

/* Architectenpagina */
.page-id-17395 section#tekst-afbeelding:first-child h3 {
  text-align: center;
  text-transform: none;
}
.page-id-17395 h3 {
  font-size: 30px;
  text-transform: none;
}
.page-id-17395 section#tekst-afbeelding:nth-child(1) .container {
  text-align: center;
}
.page-id-17395 section#tekst-afbeelding:nth-child(2) .row {
  align-items: center;
}
.page-id-17395 section#tekst-afbeelding:nth-child(4) .container {
  text-align: center;
  max-width: 1100px;
}
.page-id-17395 section#tekst-afbeelding:nth-child(4) .cover-photo {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.page-id-17395 section#video-2024 {
  padding: 70px 0;
}
.page-id-17395 section#video-2024 h2 {
  text-transform: unset;
}

.grote_afbeelding_img {
  position: relative;
  height: 558px;
  object-fit: cover;
}

.grote_afbeelding_titel {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 80px;
  padding: 40px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  hyphens: none;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #000000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

/* CSS cannot insert characters into text content */
/* To break at "paspoort", you MUST add &shy; in HTML: DUURZAAMHEIDS&shy;PASPOORT */

.groen_blok_wrapper {
  background-color: #5a7c75;
  padding: 50px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.groen_blok_item {
  display: flex;
  align-items: center;
  gap: 50px;
}

.groen_blok_item_content h2 {
  color: white;
}

.groen_blok_item_content a {
  color: white;
  text-decoration: underline;
}

.grote_blok_item_content a {
  text-decoration: underline;
}

.grote_blokken_wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.groen_blok_item_img {
  height: 185px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.grote_blokken_titel {
  width: 100%;
  text-align: center;
}

.grote_blokken_content {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.grote_blok_item {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.grote_blok_item_img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
