@font-face {
  font-family: "ITC Galliard Italic";
  src: url("../font/ITC Galliard Italic.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "ITC Galliard";
  src: url("../font/ITC Galliard Roman.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  background-color: #EFE7DC;
  color: #000000;
  overflow-x: hidden;
}

.theme-wrapper {
  padding: 75px 0;
}

.theme-404 {
  padding-top: 175px;
}

.custom-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.custom-hero-container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container {
  max-width: 1440px;
}

a {
  text-decoration: none;
  transition: 0.2s ease-in;
}
a:hover {
  color: #dfcfb9;
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

ol li {
  list-style-type: disc;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.non-clickable {
  pointer-events: none;
  cursor: default;
}

.burger-trigger {
  position: relative;
  height: 10px;
  width: 20px;
  z-index: 15;
  cursor: pointer;
}
.burger-trigger span {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
  transition-duration: 0.3s;
  border-radius: 999px;
}
.burger-trigger span:first-child {
  top: 0px;
}
.burger-trigger span.center {
  top: calc(50% - 1px);
}
.burger-trigger span:last-child {
  bottom: 0px;
}
.burger-trigger.burger-active {
  display: none;
}
.burger-trigger.burger-active span:nth-of-type(1) {
  rotate: -135deg;
  top: 8.5px;
}
.burger-trigger.burger-active span.center {
  opacity: 0;
}
.burger-trigger.burger-active span:nth-of-type(4) {
  rotate: 135deg;
  bottom: 7.5px;
}

strong {
  color: #EFE7DC;
}

.fa {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
}

.button-container {
  margin-top: 32px;
}

.theme-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #38382E;
  padding: 10px 22px;
  border: 1.5px solid #FFFFFF;
  transition: 0.2s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
}
.theme-button:hover {
  color: #fff0dc;
}
.theme-button.primary {
  background-color: #FFFFFF;
  color: #38382E;
}
.theme-button.primary::after {
  content: "";
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transform-origin: left;
  transition: 0.2s transform ease-out;
  z-index: -1;
}
.theme-button.primary:hover::after {
  transform: translate(0, 0) rotate(0deg);
}
.theme-button.primary:hover {
  background: transparent;
  color: #fff0dc;
  border: 1.5px solid #FFFFFF;
}
.theme-button.primary-black {
  background-color: #38382E;
  color: #FFFFFF;
  border: 1.5px solid #38382E;
}
.theme-button.primary-black::after {
  content: "";
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transform-origin: left;
  transition: 0.2s transform ease-out;
  z-index: -1;
}
.theme-button.primary-black:hover::after {
  transform: translate(0, 0) rotate(0deg);
}
.theme-button.primary-black:hover {
  background: transparent;
  color: #38382E;
  border: 1.5px solid #38382E;
}
.theme-button.secondary {
  color: #FFFFFF;
  border: 1.5px solid #FFFFFF;
}
.theme-button.secondary::after {
  content: "";
  background-color: #FFFFFF;
  display: block;
  height: 100%;
  width: 100%;
  color: #1B1B18;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transform-origin: left;
  transition: 0.2s transform ease-out;
  z-index: -1;
}
.theme-button.secondary:hover::after {
  transform: translate(0, 0) rotate(0deg);
}
.theme-button.secondary:hover {
  border: 1.5px solid transparent;
  color: #1B1B18;
}
.theme-button.secondary-black {
  background-color: none;
  color: #38382E;
  border: 1.5px solid #38382E;
}
.theme-button.secondary-black::after {
  content: "";
  background-color: #38382E;
  display: block;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transform-origin: left;
  transition: 0.2s transform ease-out;
  z-index: -1;
}
.theme-button.secondary-black:hover::after {
  transform: translate(0, 0) rotate(0deg);
}
.theme-button.secondary-black:hover {
  border: 1.5px solid transparent;
  color: #FFFFFF;
}

.lightbox .lb-image {
  border: none;
}

.theme-loader {
  display: flex;
  justify-content: center;
  width: 100%;
}
.theme-loader button.wpgb-button.wpgb-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  outline: none !important;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.1s ease-in-out;
}
.theme-loader button.wpgb-button.wpgb-load-more::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f110" !important;
  font-size: 28px;
  animation: spin 1.5s linear infinite;
  color: #EFE7DC;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.wpgb-facet.wpgb-facet-5 > button,
.wpgb-facet.wpgb-facet-10 > button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 22px;
  transition: 0.2s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
  position: relative;
  overflow: hidden;
  background: none !important;
  color: #38382E !important;
  border: 1.5px solid #38382E !important;
}
.wpgb-facet.wpgb-facet-5 > button:focus,
.wpgb-facet.wpgb-facet-10 > button:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.wpgb-facet.wpgb-facet-5 > button::after,
.wpgb-facet.wpgb-facet-10 > button::after {
  content: "";
  background-color: #FFFFFF;
  display: block;
  height: 100%;
  width: 100%;
  color: #1B1B18;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transform-origin: left;
  transition: 0.2s transform ease-out;
  z-index: -1;
}
.wpgb-facet.wpgb-facet-5 > button:hover::after,
.wpgb-facet.wpgb-facet-10 > button:hover::after {
  transform: translate(0, 0) rotate(0deg);
}
.wpgb-facet.wpgb-facet-5 > button:hover,
.wpgb-facet.wpgb-facet-10 > button:hover {
  border: 0.5px solid transparent;
  color: #1B1B18;
}

@media screen and (max-width: 768px) {
  .theme-button {
    padding: 8px 16px;
  }
  .burger-trigger {
    display: block;
  }
}
/*/ Blocks /*/
.theme-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.theme-header.dark-text {
  color: #000000;
}
.theme-header-logo {
  padding: 32px 0;
}
.theme-header-logo img {
  max-width: 233px;
  height: auto;
}
.theme-header-wrapper .menu-main-menu-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 48px;
}
.theme-header-wrapper .menu-main-menu-container ul li {
  position: relative;
}
.theme-header-wrapper .menu-main-menu-container ul li a {
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 7px;
}
.theme-header-wrapper .menu-main-menu-container ul li a i {
  font-size: 12px;
  transition: 0.2s ease-in-out;
}
.theme-header-wrapper .menu-main-menu-container ul li.menu-item-has-children:hover .sub-menu {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
.theme-header-wrapper .menu-main-menu-container ul li.menu-item-has-children:hover a i {
  transform: scaleY(-1);
}
.theme-header-wrapper .menu-main-menu-container ul .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  min-width: 200px;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  flex-direction: column;
  gap: 0px;
}
.theme-header-wrapper .menu-main-menu-container ul .sub-menu li {
  width: 100%;
}
.theme-header-wrapper .menu-main-menu-container ul .sub-menu li a {
  color: #000000;
  padding: 10px 20px;
  display: block;
  white-space: nowrap;
}
.theme-header-wrapper .menu-main-menu-container ul .sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.theme-header-wrapper .menu-main-menu-container ul.menu-item-has-children:hover .sub-menu {
  max-height: 300px;
  opacity: 1;
  pointer-events: auto;
  padding: 10px 0;
}
.theme-header-cta {
  display: flex;
  gap: 20px;
  align-items: center;
}

.divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .theme-header {
    padding: 0px 12px;
  }
  .theme-header-wrapper .menu-main-menu-container {
    display: none;
  }
  .theme-header-logo img {
    max-width: 144px;
  }
  .theme-header-cta {
    flex-direction: row-reverse;
  }
}
.theme-hero {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  padding: 0px;
}
.theme-hero.has-video-bg {
  position: relative;
}
.theme-hero.has-video-bg .hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.theme-hero.has-video-bg .hero-video-bg iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-hero.has-video-bg .hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 72.12%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: -1;
}
.theme-hero.gallery-mode {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 900 !important;
  background: #000 !important;
  background-image: none !important;
  padding: 0 !important;
  transition: all 0.4s ease;
}
.theme-hero.entering-gallery {
  overflow: hidden;
}
.theme-hero.entering-gallery .theme-hero-container h1,
.theme-hero.entering-gallery .theme-hero-container h2 {
  position: absolute !important;
  animation: slideToRight 0.6s ease-in-out forwards;
}
.theme-hero.entering-gallery .theme-hero-download {
  animation: slideToLeft 0.6s ease-in-out forwards;
}
.theme-hero.entering-gallery .theme-hero-video-circle,
.theme-hero.entering-gallery .line {
  opacity: 0;
  transition: opacity 0.3s ease;
}
@keyframes slideToRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100vw);
    opacity: 0;
  }
}
@keyframes slideToLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100vw);
    opacity: 0;
  }
}
.theme-hero .hero-gallery-content {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #000;
}
.theme-hero .hero-gallery-content .gallery-close {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: rgba(56, 56, 46, 0.7);
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  z-index: 10001;
}
.theme-hero .hero-gallery-content .gallery-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.theme-hero .hero-gallery-content .gallery-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: grab;
}
.theme-hero .hero-gallery-content .gallery-image-container:active {
  cursor: grabbing;
}
.theme-hero .hero-gallery-content .gallery-image {
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 100%;
}
.theme-hero .hero-gallery-content .gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(56, 56, 46, 0.7);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.theme-hero .hero-gallery-content .gallery-nav:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}
.theme-hero .hero-gallery-content .gallery-nav.prev {
  left: 30px;
}
.theme-hero .hero-gallery-content .gallery-nav.next {
  right: 30px;
}
.theme-hero .hero-gallery-content .gallery-counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: rgba(56, 56, 46, 0.7);
  padding: 15px 30px;
  border-radius: 25px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 16px;
  font-weight: 500;
  z-index: 999;
}
.theme-hero .flash-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.theme-hero .flash-overlay.show {
  opacity: 1;
}
.theme-hero .flash-overlay.close {
  opacity: 0.7;
  transition: opacity 0.15s ease;
}
.theme-hero .line {
  width: 4px;
  height: 42px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 89%;
  transform: translateX(-50%) scaleY(0.1);
  transform-origin: top;
  animation: lineGrow 3.5s ease-in-out infinite;
}
@keyframes lineGrow {
  0% {
    transform: translateX(-50%) scaleY(0.1);
    transform-origin: top;
  }
  24.9% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: top;
  }
  25% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: bottom;
  }
  49.9% {
    transform: translateX(-50%) scaleY(0.1);
    transform-origin: bottom;
  }
  50% {
    transform: translateX(-50%) scaleY(0.1);
    transform-origin: bottom;
  }
  74.9% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: bottom;
  }
  75% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: translateX(-50%) scaleY(0.1);
    transform-origin: top;
  }
}
.theme-hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-hero-container h1 {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1;
  text-indent: -2ch;
  padding-left: 2ch;
}
.theme-hero-container h2 {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1;
  text-align: center !important;
  width: 75%;
}
.theme-hero-bottom {
  position: relative;
}
.theme-hero-download {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  margin-bottom: 60px;
  line-height: 20px;
  transition: transform 0.3s ease-in-out;
}
.theme-hero-download::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.3s ease-in-out;
}
.theme-hero-download:hover img {
  animation: bounce 1.2s ease-in-out;
}
.theme-hero-download:hover::after {
  width: 100%;
}
.theme-hero-download img {
  position: relative;
  width: 28px;
  transition: transform 0.3s ease-in-out;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.theme-hero-video-circle {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 10;
  width: 201px;
  height: 201px;
}
.theme-hero .video-circle-bg {
  width: 201px;
  height: 201px;
  background-image: url(../img/bekijkfullscreen.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: spin 10s linear infinite;
  z-index: 5;
  position: relative;
}
.theme-hero .video-play-button {
  position: relative;
  width: 54px;
  aspect-ratio: 1;
  clip-path: shape(from 95.09% 47.16%, curve to 95.09% 52.84% with 100% 50%, line to 29.91% 90.46%, curve to 25% 87.63% with 25% 93.3%, line to 25% 12.37%, curve to 29.91% 9.54% with 25% 6.7%);
  background: #fff0dc;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

@keyframes spin {
  from {
    transform: translateY(50%) rotate(0deg);
  }
  to {
    transform: translateY(50%) rotate(360deg);
  }
}
@media screen and (max-width: 992px) {
  .theme-hero-container h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .theme-hero-container h1 {
    text-align: center;
    font-size: 38px;
    text-indent: 0;
    padding-left: 0;
  }
  .theme-hero-container h2 {
    font-size: 40px;
  }
  .theme-hero-video-circle {
    width: 140px;
    height: 140px;
    right: 0;
    left: 3%;
  }
  .theme-hero-video-circle .video-circle-bg {
    width: 140px;
    height: 140px;
  }
  .theme-hero-video-circle .video-play-button {
    width: 38px;
  }
  .theme-hero-download {
    bottom: 10%;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
  }
  .theme-hero-download img {
    width: 20px;
  }
  .theme-hero .hero-gallery-content .gallery-nav.prev {
    left: 20px;
  }
  .theme-hero .hero-gallery-content .gallery-nav.next {
    right: 20px;
  }
}
.theme-hero.has-video-bg .theme-hero-container,
.theme-hero.has-video-bg .theme-hero-download,
.theme-hero.has-video-bg .line,
.theme-hero.has-video-bg .theme-hero-video-circle {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.theme-hero.has-video-bg.video-playing .theme-hero-container,
.theme-hero.has-video-bg.video-playing .theme-hero-download,
.theme-hero.has-video-bg.video-playing .line,
.theme-hero.has-video-bg.video-playing .theme-hero-video-circle {
  opacity: 0;
  transform: translateY(20px);
}

.theme-subhero {
  --bg-color: #38382E;
  background: linear-gradient(0deg, var(--bg-color) 0%, var(--bg-color) 100%), url(../img/project-background.png) lightgray 0% 0%/50px 50px repeat;
  background-blend-mode: multiply, normal;
  padding: 150px 0 0;
  color: #EFE7DC;
}
.theme-subhero-container {
  color: #EFE7DC;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
}
.theme-subhero-textbox {
  color: #EFE7DC;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.theme-subhero-textbox a {
  -webkit-text-decoration: underline #EFE7DC;
          text-decoration: underline #EFE7DC;
}
.theme-subhero-textbox > div {
  margin: 32px 0px;
  width: 80%;
}
.theme-subhero-image img {
  height: 588px;
}

@media screen and (max-width: 768px) {
  .theme-subhero {
    padding: 100px 0 0;
  }
  .theme-subhero-container {
    font-size: 40px;
  }
  .theme-subhero-textbox {
    align-items: center;
  }
  .theme-subhero-image img {
    height: 350px;
  }
}
.theme-slogan {
  --bg-color: #38382e;
  background: linear-gradient(0deg, var(--bg-color) 0%, var(--bg-color) 100%), url(../img/project-background.png) lightgray 0% 0%/50px 50px repeat;
  background-blend-mode: multiply, normal;
  position: relative;
  z-index: 0;
}
.theme-slogan a {
  text-decoration: underline;
  color: #EFE7DC;
}
.theme-slogan::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/mereno-cali.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
.theme-slogan-headline {
  color: #EFE7DC;
  font-family: "ITC Galliard", serif;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 68px;
}
.theme-slogan-headline em {
  color: #FFFFFF;
  font-family: "ITC Galliard Italic", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
}
.theme-slogan-textbox {
  color: #fff0dc;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.theme-slogan .watch-video {
  display: none;
  margin-top: 30px;
  color: #fff0dc;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 2px;
  transition: 0.2s ease-in;
}
.theme-slogan .watch-video:hover {
  color: #EFE7DC;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.theme-slogan .watch-video::before {
  content: "\f2ec";
  margin-right: 12px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  color: #fff0dc;
  text-decoration: none !important;
  display: inline-block;
  transform: rotate(90deg);
}
.theme-slogan-project {
  color: #fff0dc;
  font-size: 20px;
}
.theme-slogan-project-details {
  margin-top: 25%;
}
.theme-slogan-project-details-item {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0px;
  align-items: center;
}
.theme-slogan-project-details-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-slogan-project-details-item .header {
  width: 45%;
  color: #fff0dc;
  font-size: 20px;
  font-weight: 600;
}
.theme-slogan-project-details-item .info {
  width: 55%;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.theme-slogan .slogan-image-masonry {
  --gap: 24px;
  --row: 160px;
  /* Reduce individual row height */
  margin: 124px auto 0;
  /* map images to layout */
}
.theme-slogan .slogan-image-masonry .masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--row);
  gap: var(--gap);
  grid-template-areas: "bigL midTop bigR" "bigL midTop bigR" "bigL midBot bigR" "bigL midBot bigR";
}
.theme-slogan .slogan-image-masonry .masonry-item {
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.theme-slogan .slogan-image-masonry .masonry-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.theme-slogan .slogan-image-masonry .masonry-item:nth-child(1) {
  grid-area: bigL;
  height: 80%;
}
.theme-slogan .slogan-image-masonry .masonry-item:nth-child(2) {
  grid-area: midTop;
}
.theme-slogan .slogan-image-masonry .masonry-item:nth-child(3) {
  grid-area: bigR;
  height: 80%;
}
.theme-slogan .slogan-image-masonry .masonry-item:nth-child(4) {
  grid-area: midBot;
}
.theme-slogan .vacature-description {
  color: #EFE7DC;
}
.theme-slogan .vacature-description .vacature-item {
  margin: 32px 0px;
}
.theme-slogan .vacature-description .vacature-item h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.theme-slogan .vacature-description .vacature-item h3 {
  font-size: 40px;
  font-weight: 500;
  font-family: "ITC Galliard", serif;
}
.theme-slogan .vacature-description .vacature-item li {
  list-style: disc;
  list-style-position: inside;
}
.theme-slogan .vacature-description .vacature-item p {
  font-size: 20px;
}
.theme-slogan .no-description {
  display: none;
}
.theme-slogan .image_gallery_content {
  color: #EFE7DC;
}
.theme-slogan .image_gallery_content-item {
  margin-top: 100px;
}
.theme-slogan .image_gallery_content h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.theme-slogan .image_gallery_content h3 {
  font-size: 40px;
  font-weight: 500;
  font-family: "ITC Galliard", serif;
  margin-bottom: 20px;
}
.theme-slogan .image_gallery_content li {
  list-style: disc;
  list-style-position: inside;
}
.theme-slogan .image_gallery_content p {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.theme-slogan .slogan-inspiration-masonry {
  margin-top: 124px;
  position: relative;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid {
  position: relative;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .inspiration-item .header {
  color: #EFE7DC;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .inspiration-item .header h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .inspiration-item .header p {
  font-size: 18px;
  max-width: 600px;
  font-family: "Montserrat", sans-serif;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .grid-sizer,
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .grid-item {
  width: calc((100% - 30px) / 2);
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .gutter-sizer {
  width: 30px;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item {
  margin-bottom: 30px;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item:hover .inspiration-fullscreen {
  opacity: 1;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .inspiration-fullscreen {
  display: block;
  padding: 28px;
  text-align: right;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .inspiration-fullscreen i {
  font-size: 32px;
  color: #FFFFFF;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .inspiration-fullscreen i:hover {
  scale: 1.1;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .slogan-inspiration-image {
  position: relative;
  overflow: hidden;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .slogan-inspiration-image.has-bg {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .slogan-inspiration-image img {
  display: block;
  width: 100%;
  height: auto;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .slogan-inspiration-image .slogan-inspiration-overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 80px;
  transition: opacity 0.3s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  pointer-events: none;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .slogan-inspiration-image .slogan-inspiration-overlay .slogan-inspiration-content {
  color: #FFFFFF;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .slogan-inspiration-image .slogan-inspiration-overlay .slogan-inspiration-content h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .slogan-inspiration-image .slogan-inspiration-overlay .slogan-inspiration-content .slogan-inspiration-desc {
  font-size: 18px;
}
.theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .slogan-inspiration-image:hover .slogan-inspiration-overlay {
  opacity: 1;
  pointer-events: auto;
}
.theme-slogan .slogan-inspiration-masonry .masonry-preload {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.theme-slogan .bullet-points {
  margin-top: 124px;
  color: #FFFFFF;
}
.theme-slogan .bullet-points-header {
  color: #fff0dc;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 80px;
}
.theme-slogan .bullet-points ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  grid-auto-flow: row;
}
.theme-slogan .bullet-points ul li {
  display: flex;
  gap: 28px;
  align-items: center;
}
.theme-slogan .bullet-points ul li:before {
  content: "+";
  color: #fff0dc;
  display: block;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1200) {
  .slogan-image-masonry .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "bigL bigR" "midTop midBot";
  }
}
@media screen and (max-width: 992px) {
  .theme-slogan-project-details {
    margin-top: 8%;
  }
}
@media screen and (max-width: 768px) {
  .theme-slogan-headline {
    font-size: 24px;
  }
  .theme-slogan-headline em {
    font-size: 24px;
  }
  .theme-slogan .watch-video {
    display: block;
  }
  .theme-slogan-textbox {
    font-size: 16px;
  }
  .theme-slogan .image_gallery_content h2 {
    font-size: 32px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }
  .theme-slogan .image_gallery_content h3 {
    font-size: 36px;
  }
  .theme-slogan .image_gallery_content p {
    font-size: 18px;
  }
  .theme-slogan .slogan-inspiration-masonry {
    margin-top: 70px;
  }
  .theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .grid-sizer,
  .theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .grid-item {
    width: 100%;
  }
  .theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .gutter-sizer {
    display: none;
  }
  .theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item {
    margin-bottom: 30px;
  }
  .theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .slogan-inspiration-image .slogan-inspiration-overlay {
    padding: 40px 24px;
  }
  .theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .slogan-inspiration-image .slogan-inspiration-overlay .slogan-inspiration-content h3 {
    font-size: 24px;
  }
  .theme-slogan .slogan-inspiration-masonry .slogan-inspiration-grid .slogan-inspiration-item .slogan-inspiration-image .slogan-inspiration-overlay .slogan-inspiration-content .slogan-inspiration-desc {
    font-size: 16px;
  }
  .theme-slogan .bullet-points ul {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .theme-slogan .slogan-image-masonry {
    padding: 0px 20px;
  }
  .theme-slogan .slogan-image-masonry .masonry-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    grid-auto-rows: 300px;
    gap: 16px;
  }
  .theme-slogan .slogan-image-masonry .masonry-item {
    grid-area: unset !important;
    height: auto !important;
  }
  .theme-slogan-project-details-item {
    flex-direction: column;
    align-items: start;
  }
}
.theme-showcase {
  overflow: hidden;
  padding: 125px 0;
}
.theme-showcase .no-padding {
  padding: 0;
}
.theme-showcase-top {
  margin-bottom: 84px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.theme-showcase-top .col-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.theme-showcase strong {
  color: #38382E;
}
.theme-showcase h3 {
  font-size: 40px;
  font-weight: 400;
}
.theme-showcase-container {
  margin-left: calc((100% - 1440px) / 2);
}
.theme-showcase-slide {
  margin: 0 15px;
}
.theme-showcase-slide-content {
  margin-top: 24px;
  max-height: 142px;
}
.theme-showcase-slide-content-title {
  font-size: 24px;
  font-weight: 600;
}
.theme-showcase-slide-content-description {
  font-size: 18px;
  font-weight: 400;
}
.theme-showcase-slider .slick-arrow {
  background: linear-gradient(90deg, #5A3B29 0%, #FFF0D8 100%);
  color: #FFFFFF;
  height: 80px;
  width: 80px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 71px);
  transform: translateY(-50%);
  font-size: 40px;
  z-index: 10;
  overflow: hidden;
}
.theme-showcase-slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}
.theme-showcase-slider .slick-arrow:hover::before {
  left: 100%;
}
.theme-showcase-slider .slick-arrow.slick-prev {
  left: 0px;
  margin-left: 15px;
}
.theme-showcase-slider .slick-arrow.slick-next {
  right: 0px;
  margin-right: calc((100% - 1440px) / 1);
}

@media screen and (max-width: 768px) {
  .theme-showcase .no-padding {
    padding: 0 15px;
  }
  .theme-showcase-container {
    margin-left: 0;
  }
  .theme-showcase-slider .slick-arrow {
    height: 60px;
    width: 60px;
    opacity: 0.7;
  }
  .theme-showcase-slider .slick-arrow.slick-prev {
    left: 0px;
    margin-left: 0;
  }
  .theme-showcase-slider .slick-arrow.slick-next {
    right: 0px;
    margin-right: 0;
  }
}
.theme-latest-blogs h2,
.theme-archive-blogs h2 {
  font-weight: 400;
}
.theme-latest-blogs .additional-text,
.theme-archive-blogs .additional-text {
  margin-bottom: 44px;
}
.theme-latest-blogs .blog-content,
.theme-archive-blogs .blog-content {
  margin: 8px 0 32px 0;
}
.theme-latest-blogs .blog-content h3,
.theme-archive-blogs .blog-content h3 {
  margin-top: 16px;
}
.theme-latest-blogs .blog-content h3 a,
.theme-archive-blogs .blog-content h3 a {
  font-size: 28px;
  color: #38322e;
  font-weight: 400;
}
.theme-latest-blogs .blog-image,
.theme-archive-blogs .blog-image {
  position: relative;
  overflow: hidden;
}
.theme-latest-blogs .blog-image::after,
.theme-archive-blogs .blog-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.theme-latest-blogs .blog-image:hover::after,
.theme-archive-blogs .blog-image:hover::after {
  opacity: 0;
}
.theme-latest-blogs .blog-image img,
.theme-archive-blogs .blog-image img {
  max-height: 300px;
  aspect-ratio: 16/9;
}
.theme-latest-blogs .blog-excerpt,
.theme-archive-blogs .blog-excerpt {
  color: #38322e;
  font-size: 16px;
  font-weight: 400;
}

.theme-blog-content {
  padding: 40px 0;
}
.theme-blog-content strong {
  color: #38382E;
}
.theme-blog-content-wrapper h1 {
  font-size: 32px;
  font-weight: 400;
}
.theme-blog-content-wrapper a {
  text-decoration: underline;
  color: #B7A28F;
}
.theme-blog-content .row.reverse {
  flex-direction: row-reverse;
}
.theme-blog-content-text {
  width: 98%;
}
.theme-blog-content-text h1 {
  font-size: 30px;
  font-weight: 400;
}
.theme-blog-content-text a {
  text-decoration: underline;
  color: #B7A28F;
}
.theme-blog-content-text ul {
  list-style-type: disc;
  padding: 12px;
}
.theme-blog-content-text ul li::marker {
  font-size: 12px;
}
.theme-blog-content-image {
  height: 100%;
}
.theme-blog-content-image img {
  height: 100%;
}
.theme-blog-content-thumbnail img {
  max-height: 512px;
}
.theme-blog-content-hoofdtekst {
  font-size: 44px;
  font-weight: 500;
  color: #38322e;
  font-family: "ITC Galliard", serif;
}
.theme-blog-content-hoofdtekst em {
  color: #b7a28f;
  font-family: "ITC Galliard Italic", serif;
  font-style: italic;
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .theme-archive-blogs .blog-content h3 a,
  .theme-latest-blogs .blog-content h3 a {
    font-size: 24px;
  }
  .theme-archive-blogs .blog-excerpt,
  .theme-latest-blogs .blog-excerpt {
    font-size: 14px;
  }
  .theme-blog-content-text {
    width: 100%;
  }
  .theme-blog-content-text h1 {
    font-size: 24px;
  }
  .theme-blog-content-thumbnail img {
    width: 100%;
    height: auto;
  }
}
.theme-cards {
  padding: 0;
}
.theme-cards-wrapper {
  display: flex;
  border: 1.5px solid #39392E;
  width: 100%;
}
.theme-cards-wrapper-slide {
  padding: 80px;
  border-right: 1.5px solid #39392E;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
}
.theme-cards-wrapper-slide:last-child {
  border-right: none;
}
.theme-cards-wrapper-slide .mover {
  position: relative;
  transition: transform 0.3s;
  transform: translateY(0);
  top: 97px;
}
.theme-cards-wrapper-slide .mover .number {
  color: #000000;
  font-family: "ITC Galliard", serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
}
.theme-cards-wrapper-slide .mover .title {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 400;
  width: 50%;
  margin-bottom: auto;
}
.theme-cards-wrapper-slide .mover .phonearrow {
  display: none;
  color: #000000;
}
.theme-cards-wrapper-slide .desc {
  visibility: hidden;
  opacity: 0;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  transition: all 0.3s ease;
  height: 97px;
  margin-top: 0;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
}
.theme-cards-wrapper-slide:hover .mover {
  transform: translateY(-97px);
}
.theme-cards-wrapper-slide::after {
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(90deg, #5A3B29 0%, #FFF0D8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #FFFFFF;
  font-weight: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 3;
}

@media screen and (max-width: 1440px) {
  .theme-cards-wrapper-slide .desc {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .theme-cards-wrapper-slide {
    padding: 60px 50px;
    min-height: 350px;
  }
  .theme-cards-wrapper-slide .mover {
    top: 80px;
  }
  .theme-cards-wrapper-slide .mover .number {
    font-size: 65px;
  }
  .theme-cards-wrapper-slide .mover .title {
    font-size: 40px;
    width: 60%;
  }
  .theme-cards-wrapper-slide .desc {
    height: 80px;
    font-size: 16px;
  }
  .theme-cards-wrapper-slide:hover .mover {
    transform: translateY(-80px);
  }
  .theme-cards-wrapper-slide::after {
    width: 100px;
    height: 100px;
    font-size: 50px;
  }
}
@media screen and (max-width: 992px) {
  .theme-cards-wrapper-slide {
    padding: 50px 40px;
    min-height: 320px;
  }
  .theme-cards-wrapper-slide .mover {
    top: 70px;
  }
  .theme-cards-wrapper-slide .mover .number {
    font-size: 55px;
  }
  .theme-cards-wrapper-slide .mover .title {
    font-size: 32px;
    width: 70%;
  }
  .theme-cards-wrapper-slide .desc {
    height: 70px;
    font-size: 15px;
  }
  .theme-cards-wrapper-slide:hover .mover {
    transform: translateY(-70px);
  }
  .theme-cards-wrapper-slide::after {
    width: 90px;
    height: 90px;
    font-size: 45px;
  }
}
.theme-cards-wrapper-slide:hover {
  flex: 1.15;
  z-index: 10;
}

.theme-cards-wrapper-slide:hover .desc {
  visibility: visible;
  opacity: 1;
  color: white;
}

.theme-cards-wrapper-slide:hover .number,
.theme-cards-wrapper-slide:hover .title,
.theme-cards-wrapper-slide:hover .phonearrow {
  color: white !important;
}

.theme-cards-wrapper-slide:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.theme-cards-wrapper-slide:hover::after {
  opacity: 1;
  visibility: visible;
}

.theme-cards-wrapper-slide:hover > * {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .theme-cards-wrapper {
    flex-direction: column;
    border-right: 0;
    border-left: 0;
  }
  .theme-cards-wrapper-slide {
    padding: 46px 24px;
    border-bottom: 1.5px solid #39392E;
    min-height: unset;
    border-right: none;
  }
  .theme-cards-wrapper-slide::after {
    display: none;
  }
  .theme-cards-wrapper-slide .mover {
    display: flex;
    gap: 16px;
    align-items: center;
    top: 0;
  }
  .theme-cards-wrapper-slide .mover .number {
    font-size: 60px;
  }
  .theme-cards-wrapper-slide .mover .title {
    font-size: 28px;
    margin-bottom: unset;
  }
  .theme-cards-wrapper-slide .mover .phonearrow {
    display: block;
    font-size: 60px;
    color: #000000;
    margin-left: auto;
  }
  .theme-cards-wrapper-slide .desc {
    display: none;
  }
  .theme-cards-wrapper-slide:hover .mover {
    transform: translateX(-16px);
  }
  .theme-cards-wrapper-slide:last-child {
    border-bottom: none;
  }
}
.theme-content-image {
  padding: 0;
}
.theme-content-image .reverse {
  flex-direction: row-reverse;
}
.theme-content-image .reverse .offset-md-1 {
  margin-right: 8.333333%;
  margin-left: 0;
}
.theme-content-image .no-padding {
  padding: 0;
}
.theme-content-image .text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.theme-content-image .text-content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.theme-content-image .text-content strong {
  color: #000000;
}
.theme-content-image .image-content img {
  aspect-ratio: 1/1;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .theme-content-image .mobile-padding {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .theme-content-image .reverse {
    flex-direction: row;
  }
  .theme-content-image .reverse .offset-md-1 {
    margin-right: 0;
    margin-left: 0;
  }
  .theme-content-image .mobile-padding {
    padding: 50px 15px;
  }
}
.theme-sticky-content {
  padding: 0;
}
.theme-sticky-content .reverse {
  flex-direction: row-reverse;
}
.theme-sticky-content .reverse .offset-md-1 {
  margin-right: 8.333333%;
  margin-left: 0;
}
.theme-sticky-content .no-padding {
  padding: 0;
}
.theme-sticky-content .text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.theme-sticky-content .text-content .header {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 36px;
}
.theme-sticky-content .text-content h2 {
  font-weight: 400;
  font-size: 36px;
}
.theme-sticky-content .text-content h3 {
  font-weight: 400;
}
.theme-sticky-content .text-content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.theme-sticky-content .text-content ul li::marker {
  font-size: 12px;
}
.theme-sticky-content .text-content strong {
  color: #000000;
}
.theme-sticky-content .image-content img {
  aspect-ratio: 1/1;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .theme-content-image .mobile-padding {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .theme-content-image .reverse {
    flex-direction: row;
  }
  .theme-content-image .reverse .offset-md-1 {
    margin-right: 0;
    margin-left: 0;
  }
  .theme-content-image .mobile-padding {
    padding: 50px 15px;
  }
}
.theme-contact {
  padding-top: 50px;
  --bg-color: #38382e;
  background: linear-gradient(0deg, var(--bg-color) 0%, var(--bg-color) 100%), url(../img/project-background.png) lightgray 0% 0%/50px 50px repeat;
  background-blend-mode: multiply, normal;
}
.theme-contact.MediumBrown .ff-default .ff-el-form-control {
  background-color: #7f7b79;
  border: none !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
}
.theme-contact.MediumBrown .ff-default .ff-el-form-control:focus {
  transition: 0.2s ease-in-out;
  background-color: #FFFFFF !important;
  box-shadow: none !important;
  color: #1B1B18 !important;
}
.theme-contact.MediumBrown .ff-default .ff-el-form-control::-moz-placeholder {
  color: #FFFFFF !important;
  opacity: 1;
}
.theme-contact.MediumBrown .ff-default .ff-el-form-control::placeholder {
  color: #FFFFFF !important;
  opacity: 1;
}
.theme-contact.MediumBrown .ff_file_upload_holder {
  width: 100%;
  border: 1px solid rgba(56, 56, 46, 0.3) !important;
  background: white;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-left: 6px;
}
.theme-contact.MediumBrown .ff_file_upload_holder::after {
  content: "Selecteer bijlages...";
  padding: 10px;
  color: rgba(56, 56, 46, 0.6);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.theme-contact.MediumBrown .fluentform .ff_upload_btn.ff-btn {
  padding: 6px 20px;
  background: #38382E;
  border-color: #38382E;
  margin: 10px 24px;
  font-size: 14px;
  display: inline-block;
}
.theme-contact.MediumBrown .ff-uploaded-list {
  margin-top: 0px !important;
}
.theme-contact.MediumBrown .ff-message-success {
  color: #fff0dc !important;
  border: none !important;
}
.theme-contact.MediumBrown .theme-contact-header {
  color: #fff0dc;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}
.theme-contact.MediumBrown .theme-contact-content {
  color: #fff0dc;
}
.theme-contact.MediumBrown .theme-contact-content a {
  text-decoration: underline;
  color: #38382E;
}
.theme-contact.MediumBrown .theme-contact-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.theme-contact.MediumBrown .theme-contact-cta {
  margin-top: 12px;
  margin-bottom: 24px;
}
.theme-contact.MediumBrown .theme-contact-menu-info {
  display: flex;
  flex-direction: column;
}
.theme-contact.MediumBrown .theme-contact-menu-info a {
  font-size: 16px;
}
.theme-contact.MediumBrown .theme-contact-menu-info .address {
  margin-bottom: 14px;
  color: #EFE7DC;
  width: 60%;
}
.theme-contact.MediumBrown .theme-contact-menu-info .phonenumber,
.theme-contact.MediumBrown .theme-contact-menu-info .mail {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 2px;
  transition: 0.2s ease-in;
}
.theme-contact.MediumBrown .theme-contact-menu-info .phonenumber:hover,
.theme-contact.MediumBrown .theme-contact-menu-info .mail:hover {
  color: #EFE7DC;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.theme-contact.MediumBrown .theme-contact-menu-title {
  font-size: 16px;
  color: #B7A28F;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.theme-contact.MediumBrown .theme-contact-menu-links {
  color: #EFE7DC;
  font-size: 16px;
}
.theme-contact.MediumBrown .theme-contact-menu-links nav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.theme-contact.MediumBrown .theme-contact-menu-links nav ul li {
  font-family: "Montserrat", sans-serif;
  list-style: none;
}
.theme-contact.MediumBrown .theme-contact-menu-links nav ul li a {
  color: #EFE7DC;
  font-size: 16px;
  font-weight: 400;
}
.theme-contact.MediumBrown .theme-contact-menu-links nav ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.theme-contact.Beige .ff-default .ff-el-form-control {
  background-color: #fff;
  border: 1px solid rgba(56, 56, 46, 0.21) !important;
  border-radius: 0px !important;
}
.theme-contact.Beige .ff-default .ff-el-form-control:focus {
  transition: 0.2s ease-in-out;
  background-color: #FFFFFF !important;
  box-shadow: none !important;
  color: #1B1B18 !important;
}
.theme-contact.Beige .ff-default .ff-el-form-control::-moz-placeholder {
  opacity: 1;
  color: rgba(56, 56, 46, 0.6) !important;
}
.theme-contact.Beige .ff-default .ff-el-form-control::placeholder {
  opacity: 1;
  color: rgba(56, 56, 46, 0.6) !important;
}
.theme-contact.Beige .ff_file_upload_holder {
  width: 100%;
  border: 1px solid rgba(56, 56, 46, 0.3) !important;
  background: white;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-left: 6px;
}
.theme-contact.Beige .ff_file_upload_holder::after {
  content: "Selecteer bijlages...";
  padding: 10px;
  color: rgba(56, 56, 46, 0.6);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.theme-contact.Beige .fluentform .ff_upload_btn.ff-btn {
  padding: 6px 20px;
  background: #38382E;
  border-color: #38382E;
  margin: 10px 24px;
  font-size: 14px;
  display: inline-block;
}
.theme-contact.Beige .ff-uploaded-list {
  margin-top: 0px !important;
}
.theme-contact.Beige .ff-message-success {
  color: #38382E !important;
  border: none !important;
}
.theme-contact.DarkBrown .theme-contact-header {
  color: #EFE7DC;
}
.theme-contact.DarkBrown .theme-contact-content {
  color: #EFE7DC;
}
.theme-contact.DarkBrown .theme-contact-content a {
  color: #FFFFFF;
}
.theme-contact.DarkBrown .theme-contact-content a:hover {
  color: #EFE7DC;
}
.theme-contact.DarkBrown .theme-contact-cta {
  color: #EFE7DC;
  border-color: #EFE7DC;
}
.theme-contact.DarkBrown .theme-contact-cta:hover {
  border-color: transparent;
}
.theme-contact-header {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}
.theme-contact-content {
  color: #000;
}
.theme-contact-content a {
  text-decoration: underline;
  color: #1B1B18;
}
.theme-contact-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.theme-contact-cta {
  margin-top: 12px;
  margin-bottom: 24px;
}
.theme-contact-menu-info {
  display: flex;
  flex-direction: column;
}
.theme-contact-menu-info a {
  font-size: 16px;
}
.theme-contact-menu-info .address {
  margin-bottom: 14px;
  color: #EFE7DC;
  width: 60%;
}
.theme-contact-menu-info .phonenumber,
.theme-contact-menu-info .mail {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 2px;
  transition: 0.2s ease-in;
}
.theme-contact-menu-info .phonenumber:hover,
.theme-contact-menu-info .mail:hover {
  color: #EFE7DC;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.theme-contact-menu-title {
  font-size: 16px;
  color: #B7A28F;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.theme-contact-menu-links {
  color: #EFE7DC;
  font-size: 16px;
}
.theme-contact-menu-links nav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.theme-contact-menu-links nav ul li {
  font-family: "Montserrat", sans-serif;
  list-style: none;
}
.theme-contact-menu-links nav ul li a {
  color: #EFE7DC;
  font-size: 16px;
  font-weight: 400;
}
.theme-contact-menu-links nav ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.theme-inspiration-header h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
.theme-inspiration-header p {
  font-size: 18px;
  max-width: 600px;
  font-family: "Montserrat", sans-serif;
}

.inspiration-grid {
  position: relative;
}
.inspiration-grid .grid-sizer,
.inspiration-grid .grid-item {
  width: calc((100% - 30px) / 2);
}
.inspiration-grid .gutter-sizer {
  width: 30px;
}
.inspiration-grid .inspiration-item {
  margin-bottom: 30px;
}
.inspiration-grid .inspiration-item .inspiration-image {
  position: relative;
  overflow: hidden;
}
.inspiration-grid .inspiration-item .inspiration-image.has-bg {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
}
.inspiration-grid .inspiration-item .inspiration-image img {
  display: block;
  width: 100%;
  height: auto;
}
.inspiration-grid .inspiration-item .inspiration-image .inspiration-overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 80px;
  transition: opacity 0.3s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  pointer-events: none;
}
.inspiration-grid .inspiration-item .inspiration-image .inspiration-overlay .inspiration-content {
  color: #FFFFFF;
}
.inspiration-grid .inspiration-item .inspiration-image .inspiration-overlay .inspiration-content h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}
.inspiration-grid .inspiration-item .inspiration-image .inspiration-overlay .inspiration-content .inspiration-desc {
  font-size: 18px;
}
.inspiration-grid .inspiration-item .inspiration-image:hover .inspiration-overlay {
  opacity: 1;
  pointer-events: auto;
}
.inspiration-grid .inspiration-item .inspiration-image:hover .showroom {
  opacity: 0;
}

.inspiration-view-all {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 48px;
  align-items: center;
}
.inspiration-view-all a {
  font-size: 32px;
  color: #38382E;
}
.inspiration-view-all a:hover {
  text-decoration: underline;
}
.inspiration-view-all i {
  font-size: 60px;
}

.masonry-preload {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.filters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filters .right-filters {
  display: flex;
  gap: 24px;
}
.filters .wpgb-select-separator {
  display: none;
}

.wpgb-facet .wpgb-inline-list li {
  margin: 0 !important;
}

.wpgb-facet .wpgb-inline-list {
  gap: 24px;
}

.wpgb-facet select.wpgb-select,
.wpgb-facet .wpgb-search-facet input[type=search],
.wpgb-facet .wpgb-autocomplete-facet input[type=search] {
  height: 48px !important;
}

.wpgb-facet select.wpgb-select {
  text-indent: 0px !important;
  color: #38382e !important;
  padding: 0px 56px 0px 24px !important;
}

.wpgb-facet .wpgb-input-icon {
  color: #000000 !important;
}

.wpgb-facet select.wpgb-select,
.wpgb-facet .wpgb-search-facet input[type=search],
.wpgb-facet .wpgb-autocomplete-facet input[type=search] {
  background-color: #FFFFFF !important;
  border: none !important;
  border-radius: 0px !important;
  font-weight: 600 !important;
}

.wpgb-search-facet {
  border-bottom: 1px solid #38382e;
}

.wpgb-facet .wpgb-button {
  border-radius: 0px !important;
  border: 1.5px solid #38382e;
  border-color: #38382e !important;
}

.wpgb-facet .wpgb-button[aria-pressed=true] {
  background-color: #38382E !important;
  color: #FFFFFF !important;
}

.wpgb-button-label {
  font-weight: 600 !important;
  padding: 4px 8px !important;
}
.wpgb-button-label span {
  display: none;
}

.showroom {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  padding: 12px 16px;
  background-color: #FFFFFF;
  color: #38382e;
  font-weight: 600;
  font-size: 16px;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .theme-inspiration-header h2 {
    font-size: 28px;
  }
  .theme-inspiration-header p {
    font-size: 16px;
  }
  .theme-inspiration .inspiration-grid .inspiration-item {
    margin-bottom: 30px;
  }
  .theme-inspiration .inspiration-grid .inspiration-item .inspiration-image .inspiration-overlay {
    padding: 40px 24px;
  }
  .theme-inspiration .inspiration-grid .inspiration-item .inspiration-image .inspiration-overlay .inspiration-content h3 {
    font-size: 24px;
  }
  .theme-inspiration .inspiration-grid .inspiration-item .inspiration-image .inspiration-overlay .inspiration-content .inspiration-desc {
    font-size: 16px;
  }
  .wpgb-facet {
    width: 100%;
  }
  .filters .right-filters {
    flex-wrap: wrap;
    gap: 0;
  }
  .inspiration-top-row {
    flex-direction: column;
  }
  .inspiration-grid .grid-sizer,
  .inspiration-grid .grid-item {
    width: 100%;
  }
  .inspiration-grid .gutter-sizer {
    display: none;
  }
  .inspiration-view-all {
    margin-top: 0px;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 24px 12px;
  }
  .inspiration-view-all a {
    font-size: 28px;
  }
  .inspiration-view-all i {
    font-size: 44px;
    font-weight: 300;
  }
}
@media screen and (max-width: 576px) {
  .theme-inspiration .inspiration-grid .inspiration-item .inspiration-image .inspiration-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    opacity: 1;
  }
  .inspiration-view-all a {
    font-size: 20px;
  }
  .inspiration-view-all i {
    font-size: 32px;
  }
}
.theme-team {
  padding-bottom: 44px;
}
.theme-team-join {
  background: #FFF0DC;
}
.theme-team-join .thin {
  font-weight: 400;
}
.theme-team-join .join {
  color: #000000;
}
.theme-team-member {
  aspect-ratio: 1/1;
  background-size: cover;
  margin-bottom: 32px;
}
.theme-team-member-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.theme-team-member-overlay:hover .theme-team-member-contactpoints {
  height: 144px;
}
.theme-team-member-overlay:hover .theme-team-member-contactpoints a {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  border-radius: 999px;
}
.theme-team-member-content {
  padding: 40px;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.theme-team-member-title {
  font-size: 28px;
  font-weight: 500;
}
.theme-team-member-description {
  color: #FFF0DC;
  font-size: 18px;
  font-weight: 400;
}
.theme-team-member-contactpoints {
  background-color: #FFF0DC;
  width: 56px;
  height: 0px;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
}
.theme-team-member-contactpoints a {
  color: #38382E;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px) scale(0.8);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-team-member-contactpoints a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateX(0) scale(1.1);
}
.theme-team-member-contactpoints a:nth-child(1) {
  transition-delay: 0.1s;
}
.theme-team-member-contactpoints a:nth-child(2) {
  transition-delay: 0.15s;
}
.theme-team-member-contactpoints a:nth-child(3) {
  transition-delay: 0.2s;
}
.theme-team-member-contactpoints a:nth-child(4) {
  transition-delay: 0.25s;
}

@media screen and (max-width: 768px) {
  .theme-team-member-content {
    padding: 20px;
  }
  .theme-team-member-title {
    font-size: 20px;
  }
  .theme-team-member-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .theme-team-member.theme-team-join {
    aspect-ratio: auto;
    padding: 10px 0px;
  }
  .theme-team-member-content {
    padding: 8px;
    padding-bottom: 0px;
  }
  .theme-team-member-title {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .theme-team-member-description {
    font-size: 12px;
  }
  .theme-team-member-overlay {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.theme-dealers-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  height: 100%;
}
.theme-dealers-wrapper img {
  filter: grayscale(100%);
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-dealers-wrapper img:hover {
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}
.theme-dealers-link {
  width: 25%;
  display: flex;
  align-items: center;
}
.theme-dealers-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.theme-dealers-content a {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 992px) {
  .theme-dealers-wrapper {
    gap: 32px;
  }
  .theme-dealers-link {
    width: 27%;
  }
  .theme-dealers .content-wrapper {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .theme-dealers-wrapper {
    justify-content: space-evenly;
    gap: 40px;
  }
  .theme-dealers-link {
    width: 24%;
  }
  .theme-dealers-content {
    margin-top: 32px;
  }
}
.theme-dealer-map {
  position: relative;
}
.theme-dealer-map .leaflet-control-attribution,
.theme-dealer-map .leaflet-control-zoom {
  display: none;
}
.theme-dealer-map .wpgb-marker-style-default {
  border-radius: 0px !important;
  background: none;
  background-image: url("../img/map-pin.svg");
  background-size: contain;
  box-shadow: none !important;
  width: 40px;
  height: 40px;
  font-size: 0px;
}
.theme-dealer-map .wpgb-facet > fieldset:last-child {
  margin: 0;
}
.theme-dealer-map .wpgb-viewport {
  display: none;
}
.theme-dealer-map .ontop {
  position: absolute;
  z-index: 999;
  top: 0;
  padding: 78px 0 102px 0;
  display: block;
  margin-left: 160px;
  height: 100%;
  max-width: 645px;
}
.theme-dealer-map .dealers-list {
  background: #fff0dc;
  overflow-y: auto;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: #38322e transparent;
}
.theme-dealer-map .dealers-list::-webkit-scrollbar {
  width: 6px;
}
.theme-dealer-map .dealers-list::-webkit-scrollbar-track {
  background: transparent;
}
.theme-dealer-map .dealers-list::-webkit-scrollbar-thumb {
  background-color: #38322e;
  height: 209px;
  border-radius: 0px;
}
.theme-dealer-map .dealers-list::-webkit-scrollbar-thumb:hover {
  background-color: #1c1917;
}
.theme-dealer-map .dealers-list h3 {
  padding: 34px 34px 24px 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 28px;
  color: #000000;
  font-weight: 400;
}
.theme-dealer-map .dealer-item {
  margin: 0px 34px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px 0px;
}
.theme-dealer-map .dealer-item i {
  font-size: 20px;
  margin-right: 8px;
}
.theme-dealer-map .dealer-title {
  margin: 0 0 10px 0;
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  width: 100%;
}
.theme-dealer-map .dealer-item p {
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  margin: 0;
}
.theme-dealer-map .dealer-item a {
  color: #000000;
  text-decoration: none;
}
.theme-dealer-map .dealer-item a:hover {
  color: #000000;
}

@media screen and (max-width: 992px) {
  .theme-dealer-map .row {
    justify-content: center;
  }
  .theme-dealer-map .ontop {
    margin: 0;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 568px) {
  .theme-dealer-map .dealer-item {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .theme-dealer-map .leaflet-container {
    padding-bottom: 100% !important;
  }
}
.theme-recent-projects {
  background: linear-gradient(0deg, #38382E 0%, #38382E 100%), url(../img/project-background.png) lightgray 0% 0%/50px 50px repeat;
  background-blend-mode: multiply, normal;
  padding: 125px 0px;
  overflow: hidden;
}
.theme-recent-projects h2 {
  color: #FFFFFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
}
.theme-recent-projects .custom-arrows {
  display: none;
}
.theme-recent-projects-slider {
  max-width: 1905px;
  margin: 0 auto;
  height: 580px;
}
.theme-recent-projects-slider .slick-slide {
  height: 480px;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}
.theme-recent-projects-slider .slick-active {
  height: 580px;
  transition: height 0.4s ease-in-out;
}
.theme-recent-projects-slider .slick-active:hover .arrow,
.theme-recent-projects-slider .slick-active:hover .slide-content,
.theme-recent-projects-slider .slick-active:hover .slide-overlay {
  opacity: 1;
  visibility: visible;
}
.theme-recent-projects-slider .arrow {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: 200;
  transition: all 0.3s ease;
  z-index: 3;
}
.theme-recent-projects-slider .slick-track {
  display: flex;
  gap: 60px;
  align-items: center;
}
.theme-recent-projects-slider .slick-arrow {
  background: linear-gradient(90deg, #5A3B29 0%, #FFF0D8 100%);
  color: #FFFFFF;
  height: 80px;
  width: 80px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  z-index: 10;
  overflow: hidden;
}
.theme-recent-projects-slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}
.theme-recent-projects-slider .slick-arrow:hover::before {
  left: 100%;
}
.theme-recent-projects-slider .slick-arrow.slick-prev {
  left: 0px;
}
.theme-recent-projects-slider .slick-arrow.slick-next {
  right: 0px;
}
.theme-recent-projects-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.theme-recent-projects-slider .slick-dots li {
  margin: 0 4px;
}
.theme-recent-projects-slider .slick-dots li button {
  border: none;
  background: #FFFFFF;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
}
.theme-recent-projects-slider .slick-dots li button:hover, .theme-recent-projects-slider .slick-dots li button:focus {
  opacity: 0.9;
}
.theme-recent-projects-slider .slick-dots li.slick-active button {
  background: #FFFFFF;
  opacity: 1;
}
.theme-recent-projects-slide {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.theme-recent-projects-slide .slide-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all 0.3s ease;
}
.theme-recent-projects-slide .slide-content {
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
  color: #FFFFFF;
  transition: all 0.5s ease;
}
.theme-recent-projects-slide .slide-content .title {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}
.theme-recent-projects-slide .slide-content .desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
}
.theme-recent-projects .seeall {
  margin-top: 52px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .theme-recent-projects-slider {
    max-width: 700px;
  }
  .theme-recent-projects-slider .slick-slide {
    height: 400px;
    margin: 0 20px;
  }
  .theme-recent-projects-slider .slick-active {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .theme-recent-projects {
    padding: 60px 0px;
  }
  .theme-recent-projects h2 {
    font-size: 32px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .theme-recent-projects-slider {
    max-width: 400px;
    padding: 0;
    height: 350px;
  }
  .theme-recent-projects-slider .slick-slide {
    height: 300px;
    margin: 0 10px;
  }
  .theme-recent-projects-slider .slick-active {
    height: 350px;
  }
  .theme-recent-projects-slider .slick-active:hover .arrow {
    opacity: 1;
    visibility: visible;
  }
  .theme-recent-projects-slider .slick-track {
    gap: 20px;
  }
  .theme-recent-projects-slider .slick-arrow {
    display: none !important;
  }
  .theme-recent-projects .custom-arrows {
    display: flex;
    gap: 20px;
    justify-content: center;
    font-size: 32px;
  }
  .theme-recent-projects .custom-arrows button {
    border: none;
    background: none;
  }
  .theme-recent-projects .custom-arrows button i {
    color: #FFFFFF;
  }
  .theme-recent-projects-slide .slide-overlay {
    opacity: 0.3;
  }
  .theme-recent-projects-slide .slide-content {
    opacity: 0;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .theme-recent-projects-slide .slide-content .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .theme-recent-projects-slide .slide-content .desc {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .theme-recent-projects-slide .arrow {
    opacity: 1;
    visibility: visible;
    width: 60px;
    height: 60px;
    font-size: 24px;
    top: 10px;
    right: 10px;
  }
  .theme-recent-projects .seeall {
    margin-top: 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .theme-recent-projects-slide .slide-overlay {
    opacity: 0.7;
  }
  .theme-recent-projects-slide .slide-content {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .theme-recent-projects-slider {
    height: 300px;
  }
  .theme-recent-projects-slider .slick-slide {
    height: 250px;
    margin: 0 5px;
  }
  .theme-recent-projects-slider .slick-active {
    height: 280px;
  }
  .theme-recent-projects-slide .slide-content .title {
    font-size: 20px;
  }
  .theme-recent-projects-slide .slide-content .desc {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}
.theme-vakmanschap {
  position: relative;
  padding: 124px 0;
  color: #FFFFFF;
  background-position: 50% 50%;
  background-size: cover;
}
.theme-vakmanschap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 40%);
  pointer-events: none;
  z-index: 1;
}
.theme-vakmanschap .container {
  position: relative;
  z-index: 2;
}
.theme-vakmanschap-header {
  font-size: 36px;
  font-weight: 400;
}
.theme-vakmanschap .text {
  margin-bottom: 32px;
}
.theme-vakmanschap .buttons {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.theme-vacatures-wrapper {
  display: flex;
  padding: 80px 160px;
  align-items: center;
  width: 100%;
  border-top: 1.5px solid #39392E;
  border-bottom: 1.5px solid #39392E;
  color: #000000;
}
.theme-vacatures-wrapper:hover {
  color: #1B1B18;
}
.theme-vacatures-wrapper:hover .arrow i {
  transform: translateX(20px);
}
.theme-vacatures-wrapper .left-side {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 50%;
}
.theme-vacatures-wrapper .number {
  color: #000000;
  font-family: "ITC Galliard", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}
.theme-vacatures-wrapper .position {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
}
.theme-vacatures-wrapper .require {
  width: 30%;
}
.theme-vacatures-wrapper .require ul {
  display: flex;
  gap: 40px;
}
.theme-vacatures-wrapper .require ul li {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #38382E;
}
.theme-vacatures-wrapper .arrow {
  width: 20%;
  text-align: right;
}
.theme-vacatures-wrapper .arrow i {
  font-size: 80px;
  color: #38382E;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
  .theme-vacatures-wrapper {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 992px) {
  .theme-vacatures .custom-container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .theme-vacatures-wrapper {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .theme-vacatures-wrapper .left-side {
    width: 100%;
    gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .theme-vacatures-wrapper .number {
    font-size: 44px;
  }
  .theme-vacatures-wrapper .position {
    font-size: 28px;
  }
  .theme-vacatures-wrapper .require {
    margin-top: 12px;
    width: 100%;
    font-size: 14px;
    width: 50%;
  }
  .theme-vacatures-wrapper .require ul {
    gap: 12px;
    flex-wrap: wrap;
  }
  .theme-vacatures-wrapper .arrow {
    display: inline-block;
    width: 100%;
    text-align: left;
    width: 50%;
  }
  .theme-vacatures-wrapper .arrow i {
    font-size: 60px;
  }
}
.faq strong {
  color: #000000;
}
.faq a {
  color: #EFE7DC;
}
.faq a strong {
  color: #EFE7DC;
}
.faq .theme-accordion-accordion {
  border-radius: 8px;
  height: auto;
}
.faq .theme-accordion-accordion-item {
  border: 1px solid rgba(57, 57, 46, 0.35);
  border-radius: 4px;
  padding: 32px 32px;
}
.faq .theme-accordion-accordion-item.active .theme-accordion-accordion-item-header {
  color: #38382E;
}
.faq .theme-accordion-accordion-item.active .theme-accordion-accordion-item-header::after {
  transform: scaleY(-1);
}
.faq .theme-accordion-accordion-item:not(:last-child) {
  margin-bottom: 32px;
}
.faq .theme-accordion-accordion-item-header {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  margin: 0;
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  gap: 32px;
}
.faq .theme-accordion-accordion-item-header .counter {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}
.faq .theme-accordion-accordion-item-header:hover {
  color: #000000;
}
.faq .theme-accordion-accordion-item-header .title-width {
  width: 79%;
}
.faq .theme-accordion-accordion-item-header::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  position: absolute;
  right: 0;
  color: #593b29;
  transition: 0.2s ease-in-out;
}
.faq .theme-accordion-accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  padding: 0px 49px;
}
.faq .theme-accordion-accordion-item-body p {
  margin: 0;
  margin-top: 16px;
  font-weight: 400;
}
.faq .theme-accordion-accordion-item-body a {
  color: #B7A28F;
}

@media screen and (max-width: 768px) {
  .theme-accordion-accordion {
    margin-top: 32px;
  }
}
.theme-dtr {
  background: radial-gradient(92.66% 123.41% at 50% 28.83%, rgba(57, 57, 46, 0) 0%, #37372d 100%), lightgray;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.theme-dtr-container {
  text-align: center;
}
.theme-dtr-container .header {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 104px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1;
}
.theme-dtr-container .theme-button {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .theme-dtr-container .header {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .theme-dtr {
    min-height: 40vh;
  }
}
.theme-footer {
  background-color: #38382E;
  padding-top: 50px;
}
.theme-footer .footer-alt-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
}
.theme-footer .footer-alt-logo img {
  width: 174px;
  height: auto;
}
.theme-footer .divider-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 50px 0px;
  color: #FFFFFF;
}
.theme-footer-wrapper a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
}
.theme-footer-wrapper a:hover {
  color: #B7A28F;
}
.theme-footer-menu-info {
  display: flex;
  flex-direction: column;
}
.theme-footer-menu-info .address {
  margin-bottom: 14px;
  color: #FFF0DC;
  width: 60%;
}
.theme-footer-menu-info .phonenumber,
.theme-footer-menu-info .mail {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 2px;
  transition: 0.2s ease-in;
}
.theme-footer-menu-info .phonenumber:hover,
.theme-footer-menu-info .mail:hover {
  color: #EFE7DC;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.theme-footer-menu-title {
  font-size: 16px;
  color: #B7A28F;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.theme-footer-menu-links {
  font-size: 16px;
  color: #FFF0DC;
}
.theme-footer-menu-links nav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.theme-footer-menu-links nav ul li {
  font-family: "Montserrat", sans-serif;
  list-style: none;
}
.theme-footer-menu-links nav ul li a {
  color: #FFF0DC;
  font-size: 16px;
  font-weight: 400;
}
.theme-footer-menu-links nav ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.theme-footer-bottom {
  background: #1B1B18;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.theme-footer-bottom-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 16px 0;
  font-weight: 300;
}
.theme-footer-bottom-container-terms ul {
  display: flex;
  gap: 24px;
  margin: 0;
  font-size: 16px;
}
.theme-footer-bottom-container-terms ul a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 2px;
  transition: 0.2s ease-in;
}
.theme-footer-bottom-container-terms ul a:hover {
  color: #EFE7DC;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.theme-footer-bottom-container-copy {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.theme-footer-bottom-container-socials {
  display: flex;
  gap: 12px;
}
.theme-footer-bottom-container-socials a {
  color: rgba(255, 255, 255, 0.5);
}
.theme-footer-bottom-container-socials a:hover {
  color: #EFE7DC;
}
.theme-footer-bottom-container-socials a i {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .theme-footer-wrapper {
    justify-content: left;
  }
  .theme-footer-wrapper a {
    font-size: 16px;
  }
  .theme-footer-menu {
    width: 50%;
  }
  .theme-footer-bottom-container {
    flex-direction: column-reverse;
  }
  .theme-footer-bottom-container-terms ul {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
}
.theme-offcanvas {
  position: fixed;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(56, 56, 46, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9999;
  transition: top 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.theme-offcanvas.active {
  top: 0;
}
.theme-offcanvas .theme-offcanvas-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-offcanvas .theme-offcanvas-top-logo {
  padding: 32px 0;
}
.theme-offcanvas .theme-offcanvas-top-logo img {
  max-width: 233px;
  height: auto;
}
.theme-offcanvas .theme-offcanvas-top-burger {
  display: flex;
  align-items: center;
  gap: 20px;
}
.theme-offcanvas .theme-offcanvas-top-burger .burger-trigger {
  width: unset;
  height: 36px;
}
.theme-offcanvas .theme-offcanvas-top-burger .burger-trigger i {
  font-size: 36px;
  color: #FFFFFF;
}
.theme-offcanvas-image {
  width: 45%;
  overflow: hidden;
}
.theme-offcanvas-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-offcanvas-download {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  bottom: 0;
  margin-bottom: 60px;
  line-height: 20px;
  transition: transform 0.3s ease-in-out;
}
.theme-offcanvas-download::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.3s ease-in-out;
}
.theme-offcanvas-download:hover img {
  animation: bounce 1.2s ease-in-out;
}
.theme-offcanvas-download:hover::after {
  width: 100%;
}
.theme-offcanvas-download img {
  position: relative;
  width: 28px;
  transition: transform 0.3s ease-in-out;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.theme-offcanvas .theme-offcanvas-wrapper {
  flex: 1;
  display: flex;
}
.theme-offcanvas .theme-offcanvas-wrapper-content {
  width: 55%;
  padding: 0px 160px 0px 114px;
}
.theme-offcanvas .theme-offcanvas-wrapper-navmenu {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}
.theme-offcanvas .theme-offcanvas-wrapper .offcanvas-contact,
.theme-offcanvas .theme-offcanvas-wrapper .offcanvas-openinghours {
  margin-bottom: 40px;
}
.theme-offcanvas .theme-offcanvas-wrapper .offcanvas-contact-point {
  color: #FFFFFF;
}
.theme-offcanvas .theme-offcanvas-wrapper nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.theme-offcanvas .theme-offcanvas-wrapper nav ul li {
  margin: 0px 0px 16px 0;
}
.theme-offcanvas .theme-offcanvas-wrapper nav ul li .sub-menu a {
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.theme-offcanvas .theme-offcanvas-wrapper nav ul li a {
  font-family: "ITC Galliard", serif;
  color: #EFE7DC;
  font-size: 40px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}
.theme-offcanvas .theme-offcanvas-wrapper nav ul li a:hover {
  color: #FFFFFF;
}
.theme-offcanvas .right .offcanvas-socials {
  display: flex;
  gap: 12px;
}

.theme-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.theme-offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

body.menu-open {
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .theme-offcanvas-image {
    width: 25%;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-navmenu {
    margin-top: 50px;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-content {
    width: 75%;
    padding: 0px 60px 0px 60px;
  }
}
@media screen and (max-width: 768px) {
  .theme-offcanvas-image {
    width: 100%;
  }
  .theme-offcanvas .theme-offcanvas-wrapper {
    flex-direction: column-reverse;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-navmenu {
    margin-top: 50px;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-content {
    width: 100%;
    padding: 0px 60px 0px 60px;
  }
}
@media screen and (max-width: 576px) {
  .theme-offcanvas-download {
    gap: 4px;
    font-size: 12px;
  }
  .theme-offcanvas-download img {
    width: 18px;
  }
  .theme-offcanvas .theme-offcanvas-top-logo {
    padding: 32px 0;
  }
  .theme-offcanvas .theme-offcanvas-top-logo img {
    max-width: 144px;
    height: auto;
  }
  .theme-offcanvas .theme-offcanvas-top-burger {
    flex-direction: row-reverse;
  }
  .theme-offcanvas-image {
    width: 100%;
  }
  .theme-offcanvas .theme-offcanvas-wrapper {
    flex-direction: column-reverse;
  }
  .theme-offcanvas .theme-offcanvas-wrapper .offcanvas-contact,
  .theme-offcanvas .theme-offcanvas-wrapper .offcanvas-openinghours {
    width: 100%;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-navmenu {
    margin-top: 50px;
    gap: 50px;
  }
  .theme-offcanvas .theme-offcanvas-wrapper nav ul li a {
    font-size: 36px;
  }
  .theme-offcanvas .theme-offcanvas-wrapper nav ul li:nth-last-child(-n+2) a {
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-content {
    width: 100%;
    padding: 0px 15px;
  }
  .theme-offcanvas .right .offcanvas-socials {
    margin-bottom: 12px;
  }
}/*# sourceMappingURL=style.css.map */