/* node_modules/@blixem/cms-bundle/app.less */
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-gap);
  align-items: stretch;
}
.grid::after,
.grid .grid-item {
  flex: 1 1 var(--grid-max);
  min-width: var(--grid-min);
}
.grid::after {
  content: "";
  display: block;
}
.stack.stack-vertical > .stack-item + .stack-item {
  margin-top: var(--stack-gap);
}
@media screen and (max-width: 600px) {
  .stack.stack-horizontal > .stack-item + .stack-item {
    margin-top: var(--stack-gap);
  }
}
@media screen and (min-width: 601px) {
  .stack.stack-horizontal {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--stack-gap));
    overflow: hidden;
  }
  .stack.stack-horizontal .stack-item {
    flex: 1 1 0;
    margin-left: var(--stack-gap);
  }
}
.image img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 100%;
}
.video {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 100%;
}
.cms-admin-actions {
  background: #333;
  position: fixed;
  top: 0;
  left: 20px;
  padding: 4px;
  display: flex;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .cms-admin-actions {
    display: none;
  }
}
.cms-admin-actions a {
  color: #fff;
  border-radius: 2px;
  padding: 6px 11px;
  text-decoration: none;
}
.cms-admin-actions a:hover {
  background: #222;
}

/* library/local/packages/griffioen/griffioen.assets/fonts/cormorant-garamond/stylesheet.css */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  src:
    local("Cormorant Garamond"),
    url("/build/library/local/packages/griffioen/griffioen.assets/fonts/cormorant-garamond/CormorantGaramond-Medium-6WWEYFI2.woff") format("woff"),
    url("/build/library/local/packages/griffioen/griffioen.assets/fonts/cormorant-garamond/CormorantGaramond-Medium-UCULFAIR.woff2") format("woff2");
}

/* library/local/packages/griffioen/griffioen.assets/fonts/montserrat/stylesheet.css */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src:
    local("Montserrat"),
    url("/build/library/local/packages/griffioen/griffioen.assets/fonts/montserrat/Montserrat-Regular-ALR6TE5S.woff") format("woff"),
    url("/build/library/local/packages/griffioen/griffioen.assets/fonts/montserrat/Montserrat-Regular-GQC7AHPK.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src:
    local("Montserrat"),
    url("/build/library/local/packages/griffioen/griffioen.assets/fonts/montserrat/Montserrat-Medium-35MDPHSE.woff") format("woff"),
    url("/build/library/local/packages/griffioen/griffioen.assets/fonts/montserrat/Montserrat-Medium-K5U3HT5T.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  src:
    local("Montserrat"),
    url("/build/library/local/packages/griffioen/griffioen.assets/fonts/montserrat/Montserrat-Bold-MRZP2NWM.woff") format("woff"),
    url("/build/library/local/packages/griffioen/griffioen.assets/fonts/montserrat/Montserrat-Bold-J4ZQVGR6.woff2") format("woff2");
}

/* library/local/packages/griffioen/griffioen.assets/styles/theme.less */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
}
body,
input,
textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 1.7142;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  body,
  input,
  textarea {
    font-size: 16px;
  }
}
h1,
h2,
h3 {
  font-family: "Cormorant Garamond";
  font-weight: 500;
  color: #86734C;
  margin: 0;
}
h1 {
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
.menu-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  transition: 0.25s ease box-shadow;
  transition-delay: 0s;
}
.menu-bar.scrolling {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.menu-bar .menu-bar-inner {
  margin: 0 auto;
  max-width: 1706px;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .menu-bar .menu-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }
  .menu-bar .menu-bar-inner .menu-links a {
    display: block;
  }
  .menu-bar .menu-bar-inner .menu-links a + a {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-bar .menu-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-bar .menu-bar-inner::after {
    content: "";
    width: 190px;
  }
}
.menu-bar .menu-bar-inner #menu-mobile-toggle {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu-bar .menu-bar-inner #menu-mobile-toggle {
    width: 43px;
    height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    background: #FFF8EB;
  }
  .menu-bar .menu-bar-inner #menu-mobile-toggle span {
    display: block;
    height: 1.5px;
    border-radius: 1px;
    background: #000;
    width: 100%;
    transition: 0.25s ease transform, 0.25s ease opacity;
  }
  .menu-bar .menu-bar-inner #menu-mobile-toggle span:nth-child(1) {
    transform: translateY(-5px);
  }
  .menu-bar .menu-bar-inner #menu-mobile-toggle span:nth-child(3) {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 1023px) {
  .menu-bar .menu-links {
    display: none;
    position: fixed;
    left: 100vw;
    top: 83px;
    width: 100vw;
    bottom: 0;
    transition: 0.25s ease left;
    background: #FFF8EB;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
}
@media screen and (min-width: 1024px) {
  .menu-bar .menu-links {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    line-height: 20px;
    padding: 40px;
  }
}
@media screen and (min-width: 1300px) {
  .menu-bar .menu-links {
    padding: 40px 125px;
  }
}
.menu-bar .menu-links a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  position: relative;
}
.menu-bar .menu-links a.current {
  font-weight: bold;
}
.menu-bar .menu-links a.current::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #86734C;
  bottom: -6px;
  content: "";
}
.menu-bar .menu-logo {
  width: 100px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .menu-bar .menu-logo {
    width: 190px;
    transition: 0.25s ease transform, 0.25s ease opacity;
  }
}
.menu-bar .menu-logo img {
  flex: 0 0 auto;
  width: 75px;
  margin-right: 15px;
  transition: 0.25s ease transform;
}
.menu-bar .menu-logo .menu-logo-subtext {
  text-transform: uppercase;
  color: #000;
  line-height: 11px;
  transition: 0.25s ease transform;
}
.menu-bar .menu-logo .menu-logo-subtext span {
  display: inline-block;
  position: relative;
  font-size: 8px;
  line-height: 11px;
  transition: 0.25s ease all;
  transform: translateX(0);
  letter-spacing: 0.2em;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .page-layout.has-hero .menu-bar:not(.scrolling) {
    transition-delay: 0.25s;
  }
}
#menu-mobile-visible {
  display: none;
}
#menu-mobile-visible:checked ~ .menu-bar .menu-links {
  left: 0;
}
#menu-mobile-visible:checked ~ .menu-bar #menu-mobile-toggle span:nth-child(1) {
  transform: translateY(1.5px) rotate(45deg);
}
#menu-mobile-visible:checked ~ .menu-bar #menu-mobile-toggle span:nth-child(2) {
  opacity: 0;
}
#menu-mobile-visible:checked ~ .menu-bar #menu-mobile-toggle span:nth-child(3) {
  transform: translateY(-1.5px) rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .page-layout.has-hero:not(.loaded) .menu-logo {
    opacity: 0;
  }
  .page-layout.has-hero .menu-bar:not(.scrolling) .menu-logo {
    transform: translateY(240px);
    transition-delay: 0.1s;
  }
  .page-layout.has-hero .menu-bar:not(.scrolling) .menu-logo img {
    transform: translateX(145px) scale(4.8);
    transition-delay: 0.1s;
  }
  .page-layout.has-hero .menu-bar:not(.scrolling) .menu-logo .menu-logo-subtext {
    transform: translate(-40px, 200px);
    transition-delay: 0.1s;
  }
  .page-layout.has-hero .menu-bar:not(.scrolling) .menu-logo .menu-logo-subtext span {
    left: 50%;
    transform: translateX(-50%);
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 28px;
  }
  .no-animate .menu-bar,
  .no-animate .menu-logo,
  .no-animate .menu-logo img,
  .no-animate .menu-logo .menu-logo-subtext,
  .no-animate .menu-logo .menu-logo-subtext span {
    transition: none;
  }
}
body {
  margin-top: 83px;
}
@media screen and (min-width: 1024px) {
  body {
    margin-top: 100px;
  }
}
.section {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .section {
    margin-bottom: 150px;
  }
}
.contact-inner {
  margin: 0 auto;
  max-width: 1706px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .contact-inner .contact-columns {
    display: flex;
    justify-content: space-between;
  }
  .contact-inner .contact-column {
    flex: 0 0 calc(100% / 3 - 100px);
  }
}
@media screen and (max-width: 1023px) {
  .contact-inner .contact-column {
    margin-bottom: 40px;
  }
}
.contact-inner .contact-details a {
  color: inherit;
  text-decoration: none;
}
.contact-inner .contact-map {
  margin-top: 90px;
}
.contact-inner .contact-openingstijden .contact-openingstijden-dag {
  display: flex;
}
.contact-inner .contact-openingstijden .contact-openingstijden-dag span:nth-child(1) {
  width: 110px;
}
.contact-inner .contact-link {
  padding: 9px 20px;
  color: #000;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 1.75;
}
.contact-inner .contact-link::before {
  border-radius: 8px;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
  background: white;
}
.contact-inner .contact-link::after {
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background:
    linear-gradient(
      -35deg,
      #86734C 50%,
      #BDAF94 75%,
      #86734C 100%) right center / 200% 100%;
  transition: 0.25s ease background-position;
}
.contact-inner .contact-link:hover::after {
  background-position-x: left;
}
.contact-inner .contact-link i {
  content: "";
  vertical-align: -2px;
  margin-left: 6px;
  transition: 0.25s ease transform;
}
.contact-inner .contact-link:hover i {
  transform: translateX(4px);
}
.contact-inner .contact-link i {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/build/library/local/packages/griffioen/griffioen.assets/icons/icon-arrow-right-XUXQ3GTL.svg") center center / contain no-repeat;
}
.slider .slider-content {
  margin: 0 auto 30px auto;
  max-width: 790px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .slider .slider-content {
    margin-bottom: 80px;
    text-align: center;
  }
}
.slider .slider-items {
  display: flex;
  gap: 50px;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  .slider .slider-items {
    overflow-x: auto;
  }
}
.slider .slider-items .slider-item {
  flex: 0 0 auto;
  width: 500px;
  max-width: 70vw;
  text-decoration: none;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .slider .slider-items .slider-item {
    font-size: 34px;
  }
}
.slider .slider-items .slider-item:first-child {
  margin-left: 20px;
}
@media screen and (min-width: 1666px) {
  .slider .slider-items .slider-item:first-child {
    margin-left: calc(50vw - 1666px / 2);
  }
}
.slider .slider-items .slider-item:last-child {
  margin-right: 20px;
}
@media screen and (min-width: 1666px) {
  .slider .slider-items .slider-item:last-child {
    margin-right: calc(50vw - 1666px / 2);
  }
}
.slider .slider-items .slider-item .slider-image img {
  display: block;
  width: 100%;
  aspect-ratio: 0.74;
  object-fit: cover;
}
.slider .slider-items .slider-item .slider-text {
  margin-top: 30px;
}
.slider .slider-controls {
  margin: 0 auto;
  max-width: 1706px;
  padding: 0 20px;
  display: flex;
  gap: 30px;
  margin-top: 50px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .slider .slider-controls {
    margin-top: 90px;
    flex-direction: column;
  }
}
.slider .slider-controls .slider-buttons {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .slider .slider-controls .slider-buttons {
    gap: 30px;
  }
}
.slider .slider-controls .slider-buttons a {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #3D3D3D;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .slider .slider-controls .slider-buttons a {
    width: 80px;
    height: 80px;
  }
}
.slider .slider-controls .slider-buttons a::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("/build/library/local/packages/griffioen/griffioen.assets/icons/icon-arrow-right-XUXQ3GTL.svg") center center / contain no-repeat;
}
@media screen and (min-width: 1024px) {
  .slider .slider-controls .slider-buttons a::before {
    width: 30px;
    height: 30px;
  }
}
.slider .slider-controls .slider-buttons a.slider-button-prev {
  transform: rotate(-180deg);
}
.slider .slider-controls .slider-link {
  color: #86734C;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .slider .slider-controls .slider-link {
    font-size: 18px;
    order: 2;
  }
}
.content .content-inner {
  margin: 0 auto;
  max-width: 1706px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .content.content-left .content-inner,
  .content .content-right .content-inner {
    display: flex;
    gap: 140px;
  }
}
.content.content-left .content-component,
.content .content-right .content-component {
  flex: 0 0 calc(50% - 70px);
  aspect-ratio: 1.26;
}
.content.content-left .content-component img,
.content .content-right .content-component img,
.content.content-left .content-component .google-maps-map,
.content .content-right .content-component .google-maps-map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content.content-left.content-right .content-component,
.content .content-right.content-right .content-component {
  order: 2;
}
.content.content-left .content-text,
.content .content-right .content-text {
  flex: 0 0 calc(50% - 70px);
}
@media screen and (min-width: 1024px) {
  .content.content-center .content-text {
    text-align: center;
    margin-bottom: 40px;
    margin-bottom: 80px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.content .content-text h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .content .content-text h2 {
    margin-top: 0;
  }
}
.content .content-text a {
  color: #86734C;
}
@media screen and (min-width: 1024px) {
  .content .content-text {
    margin-top: 80px;
  }
}
.content .content-links {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .content .content-links {
    margin-top: 60px;
  }
}
.content.content-links-link .content-links a {
  color: #86734C;
  line-height: 2.5;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 25px;
  text-decoration: none;
}
.content.content-links-link .content-links a::after {
  width: 28px;
  height: 28px;
  content: "";
  border-radius: 50%;
  border: 1.5px solid #86734C;
  background: url("/build/library/local/packages/griffioen/griffioen.assets/icons/icon-arrow-right-XUXQ3GTL.svg") center center / 12px auto no-repeat;
  transition: 0.25s ease transform;
  transform: translateX(0.1px);
}
@media screen and (min-width: 1024px) {
  .content.content-links-link .content-links a::after {
    width: 32px;
    height: 32px;
    background-size: 14px auto;
  }
}
.content.content-links-link .content-links a:hover::after {
  transform: translateX(4px);
}
.content.content-links-button .content-links a {
  padding: 9px 20px;
  color: #000;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 1.75;
}
.content.content-links-button .content-links a::before {
  border-radius: 8px;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
  background: white;
}
.content.content-links-button .content-links a::after {
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background:
    linear-gradient(
      -35deg,
      #86734C 50%,
      #BDAF94 75%,
      #86734C 100%) right center / 200% 100%;
  transition: 0.25s ease background-position;
}
.content.content-links-button .content-links a:hover::after {
  background-position-x: left;
}
.content.content-links-button .content-links a i {
  content: "";
  vertical-align: -2px;
  margin-left: 6px;
  transition: 0.25s ease transform;
}
.content.content-links-button .content-links a:hover i {
  transform: translateX(4px);
}
.people .people-inner {
  margin: 0 auto;
  max-width: 1706px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .people .people-inner {
    display: flex;
    gap: 50px;
  }
}
.people .people-person {
  flex: 0 0 calc(100% / 3 - 25px);
  text-align: center;
}
.people .people-image {
  aspect-ratio: 0.78;
}
.people .people-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people .people-name {
  display: block;
  color: #86734C;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .people .people-name {
    font-size: 34px;
  }
}
.people .people-role {
  display: block;
  margin-top: 5px;
  margin-bottom: 25px;
}
.hero .hero-inner {
  margin: 0 auto;
  max-width: 1706px;
  padding: 0 20px;
  position: relative;
}
.hero .hero-image img {
  height: 380px;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1024px) {
  .hero .hero-image img {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 490px;
    height: 100%;
    width: calc(100% - 490px);
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-content {
    width: 776px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.hero h1 {
  margin: 30px 0;
  color: #3D3D3D;
}
@media screen and (min-width: 1024px) {
  .hero h1 {
    margin-top: 410px;
    margin-bottom: 60px;
  }
}
.hero a {
  padding: 9px 20px;
  color: #000;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 1.75;
}
.hero a::before {
  border-radius: 8px;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
  background: white;
}
.hero a::after {
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background:
    linear-gradient(
      -35deg,
      #86734C 50%,
      #BDAF94 75%,
      #86734C 100%) right center / 200% 100%;
  transition: 0.25s ease background-position;
}
.hero a:hover::after {
  background-position-x: left;
}
.hero a i {
  content: "";
  vertical-align: -2px;
  margin-left: 6px;
  transition: 0.25s ease transform;
}
.hero a:hover i {
  transform: translateX(4px);
}
.hero a i {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/build/library/local/packages/griffioen/griffioen.assets/icons/icon-arrow-right-XUXQ3GTL.svg") center center / contain no-repeat;
}
.static-text .static-text-inner {
  margin: 0 auto;
  max-width: 1706px;
  padding: 0 20px;
  max-width: 1000px;
  padding-top: 20px;
}
.static-text .static-text-inner h1 {
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .static-text .static-text-inner h1 {
    font-size: 40px;
  }
}
.static-text .static-text-inner h2 {
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .static-text .static-text-inner h2 {
    font-size: 30px;
  }
}
.static-text .static-text-inner a {
  color: #86734C;
}
.footer .footer-inner {
  margin: 0 auto;
  max-width: 1706px;
  padding: 0 20px;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
    margin-top: 100px;
  }
}
.footer .footer-inner .footer-logo-keurmerken,
.footer .footer-inner .footer-socials-realisatie {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-inner .footer-logo-keurmerken {
  flex: 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .footer .footer-inner .footer-logo-keurmerken .footer-logo {
    margin-right: 100px;
  }
}
.footer .footer-inner .footer-logo-keurmerken .footer-logo img {
  width: 75px;
}
.footer .footer-inner .footer-logo-keurmerken .footer-keurmerken {
  display: flex;
  gap: 20px;
}
.footer .footer-inner .footer-logo-keurmerken .footer-keurmerken img {
  width: 65px;
  max-height: 55px;
  filter: grayscale(100%);
  transition: 0.25s ease filter;
}
.footer .footer-inner .footer-logo-keurmerken .footer-keurmerken img:hover {
  filter: none;
}
.footer .footer-inner .footer-menu a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1024px) {
  .footer .footer-inner .footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-inner .footer-menu a + a {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-inner .footer-menu a + a {
    margin-top: 10px;
  }
}
.footer .footer-inner .footer-socials {
  display: flex;
  gap: 22px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-inner .footer-realisatie {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-inner .footer-menu,
  .footer .footer-inner .footer-socials-realisatie {
    margin-top: 40px;
  }
}
.icon-pin {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/build/library/local/packages/griffioen/griffioen.assets/icons/icon-pin-FWAU6WW6.svg") center center / contain no-repeat;
}
.icon-facebook {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/build/library/local/packages/griffioen/griffioen.assets/icons/icon-facebook-LZSU4MXR.svg") center center / contain no-repeat;
}
.icon-tiktok {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/build/library/local/packages/griffioen/griffioen.assets/icons/icon-tiktok-TPLJSQCE.svg") center center / contain no-repeat;
}
.icon-instagram {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/build/library/local/packages/griffioen/griffioen.assets/icons/icon-instagram-DMG6YS2X.svg") center center / contain no-repeat;
}
.icon-arrow-right {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/build/library/local/packages/griffioen/griffioen.assets/icons/icon-arrow-right-XUXQ3GTL.svg") center center / contain no-repeat;
}
.dondr {
  display: inline-block;
  width: 57px;
  height: 12px;
  background: url("/build/library/local/packages/griffioen/griffioen.assets/icons/icon-dondr-3SWCYOB5.svg") center center / contain no-repeat;
}
.producten .producten-inner {
  margin: 0 auto;
  max-width: 1706px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .producten .producten-inner {
    flex-direction: row;
    gap: 100px;
  }
}
.producten .producten-inner .producten-product {
  flex: 1 1 calc(50% - 50px);
}
.map-marker {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  font-size: 16px;
  transform: translateY(-10px);
}
.map-marker::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.map-marker .map-marker-image {
  width: 100px;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 800px;
  background: #fff;
  z-index: 9000;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.2);
  display: none;
  border-radius: 10px;
}
.popup.visible {
  display: block;
}
@media screen and (min-width: 1024px) {
  .popup {
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
  }
}
.popup .popup-close {
  position: absolute;
  overflow: hidden;
  right: 15px;
  top: 15px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #86734C;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.25s ease background-color;
}
.popup .popup-close > span {
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
}
.popup .popup-close > span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.popup .popup-close > span:nth-of-type(2) {
  transform: rotate(45deg);
}
.popup .popup-close:hover {
  background-color: #3D3D3D;
}
@media screen and (max-width: 1023px) {
  .popup .popup-close {
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .popup .popup-close > span {
    width: 30px;
    height: 3px;
  }
}
.popup .popup-content {
  padding: 50px 60px;
}
@media screen and (min-width: 1024px) {
  .popup .popup-content {
    padding: 40px 80px;
  }
}
.popup .popup-content a {
  color: #86734C;
  text-decoration: none;
  font-weight: bold;
}
/*# sourceMappingURL=/build/cms-app-3QYEXQG6.css.map */
