/*
Theme Name: The Moment Booth
Theme URI: https://themomentbooth.nl
Author: CG Fotodesign
Author URI: https://www.themomentbooth.nl/
Description: The Moment Booth
Version: 1.0
Text Domain: themomentbooth
*/
/* Typography */
/* Colors */
@font-face {
  font-family: "Inria Sans";
  src: url("fonts/InriaSans-Bold.woff2") format("woff2"), url("fonts/InriaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inria Sans";
  src: url("fonts/InriaSans-Light.woff2") format("woff2"), url("fonts/InriaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inria Sans";
  src: url("fonts/InriaSans-Italic.woff2") format("woff2"), url("fonts/InriaSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inria Sans";
  src: url("fonts/InriaSans-LightItalic.woff2") format("woff2"), url("fonts/InriaSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inria Sans";
  src: url("fonts/InriaSans-BoldItalic.woff2") format("woff2"), url("fonts/InriaSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inria Sans";
  src: url("fonts/InriaSans-Regular.woff2") format("woff2"), url("fonts/InriaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fascinate Inline";
  src: url("fonts/FascinateInline-Regular.woff2") format("woff2"), url("fonts/FascinateInline-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inria Sans", sans-serif;
  font-size: clamp(14px, 1vw, 22px);
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(images/paper.jpg);
}

::selection {
  color: white;
  background: #d35028;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2em 2em;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8em;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

/* MAIN */
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* BUTTONS */
.btn {
  padding: 0.74em 1.8em;
  font-size: 1.25em;
  font-weight: 700;
  border-radius: 2em;
}
.btn.btn-primary {
  color: white;
  border-color: #01b902;
  background-color: #01b902;
}
.btn.btn-primary:hover {
  color: white;
  border-color: #33d433;
  background-color: #33d433;
}
.btn.btn-link {
  font-size: 1.25em;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.btn.btn-link:hover {
  text-decoration: none;
  color: #000;
}
.btn.btn-outline-secondary {
  color: #d35028;
  border-color: #d35028;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary.active {
  color: white;
  background-color: #d35028;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.95em;
}

/* BG COLORS */
.bg-orange {
  background-color: #d35028;
}
.bg-orange h1, .bg-orange .h1, .bg-orange h2, .bg-orange .h2, .bg-orange h3, .bg-orange .h3, .bg-orange h4, .bg-orange .h4, .bg-orange h5, .bg-orange .h5, .bg-orange h6, .bg-orange .h6, .bg-orange p {
  color: white;
}
.bg-orange .btn-link {
  color: white;
}
.bg-orange .btn-link:hover {
  color: white;
}

.bg-yellow {
  background-color: #fcae06;
}

/* TYPOGRAPHY */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Fascinate Inline";
  font-weight: 700;
  color: #000;
}

h1, .h1 {
  margin: 0 0 0.4em 0;
  font-size: min(9.5vw, 3.75em);
}

h2, .h2 {
  margin: 0 0 0.7em 0;
  font-size: min(8vw, 2.8125em);
}

h3, .h3 {
  margin: 0 0 0.65em 0;
  font-size: min(6.5vw, 2.1875em);
}

p, ul, ol {
  margin: 0 0 1.85em;
  font-size: 1.25em;
}

main h1 {
  margin: 0 0 0.8em 0;
}
main h2, main .h2, main h3, main .h3, main h4, main .h4, main h5, main .h5, main h6, main .h6 {
  font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  color: #000;
}
main h2 {
  font-size: 2.2em;
}
main h3 {
  font-size: 1.8em;
}
main h4 {
  font-size: 1.4em;
}
main ul {
  padding-left: 0.85em;
}

/* CONTAINER */
.container {
  margin: 0 auto;
  padding-left: min(10vw, 10em);
  padding-right: min(10vw, 10em);
  max-width: 100em;
}
.container.large {
  padding-left: clamp(1.5em, 4vw, 3.5em);
  padding-right: clamp(1.5em, 4vw, 3.5em);
}
.container.medium {
  padding-left: calc(min(10vw, 10em) * 1.75);
  padding-right: calc(min(10vw, 10em) * 1.75);
}
.container.small {
  padding-left: calc(min(10vw, 10em) * 2.5);
  padding-right: calc(min(10vw, 10em) * 2.5);
}
.container.no-padding {
  padding-left: unset;
  padding-right: unset;
}

/* SECTIONS */
section {
  padding: min(11vh, 11em) 0;
  position: relative;
}

.section-header {
  margin: 0 0 4em 0;
}

/* BLOCKS */
.block {
  padding: clamp(2.5em, 4vw, 3.5em);
  border-radius: clamp(3em, 1.5vw, 3.75em) 0 clamp(3em, 1.5vw, 3.75em) 0;
}
.block.large {
  padding: clamp(2.5em, 6vw, 6em);
}

/* NAVIGATION */
.navbar {
  padding: clamp(1.1em, 2.5vw, 1.65em) 0 clamp(2.5em, 2.5vw, 1.85em) 0;
  position: relative;
  z-index: 1;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  width: clamp(6em, 16vw, 10.5em);
}
.navbar .hamburger {
  margin-left: auto;
  padding: 1.5em 0;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.navbar .hamburger.is-active .hamburger-inner,
.navbar .hamburger.is-active .hamburger-inner::before,
.navbar .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.navbar .hamburger-box {
  width: 1.5em;
  height: 1.2em;
  display: inline-block;
  position: relative;
}
.navbar .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.1em;
}
.navbar .hamburger-inner, .navbar .hamburger-inner::before, .navbar .hamburger-inner::after {
  width: 1.5em;
  height: 0.15em;
  background-color: #000;
  border-radius: 0.2em;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.navbar .hamburger-inner::before, .navbar .hamburger-inner::after {
  content: "";
  display: block;
}
.navbar .hamburger-inner::before {
  top: -0.5em;
}
.navbar .hamburger-inner::after {
  bottom: -0.5em;
}
.navbar .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.navbar .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.navbar .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar .navbar-nav {
  padding: 1.3em 0 1.7em 0;
  gap: clamp(0.5em, 5vw, 2em);
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav {
    padding: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 1.3em;
  font-weight: 700;
  color: #000;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #d35028;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "\f078";
  margin-left: 0.45em;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.7em;
  vertical-align: unset;
  border: unset;
  transform: translateY(-0.1em);
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.show:after {
  transform: translateY(-0.1em) scaleY(-1);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  min-width: 18em;
  margin-top: 0.9em;
  padding: 1.2em 0;
  border: 0;
  border-radius: 0.8em;
  box-shadow: 0 0.15em 0.6em rgba(0, 0, 0, 0.15);
  animation: dropdown-slidein 0.3s cubic-bezier(0.3, 1, 0.3, 1) both;
}
@keyframes dropdown-slidein {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.35em 1.3em;
  font-size: 1.35rem;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:active, .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #d35028;
  background-color: unset;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  font-weight: 700;
}

/* HERO */
.hero {
  padding: min(4vh, 8em) 0 min(15vh, 15em) 0;
  position: relative;
  background-color: #fcae06;
}
@media screen and (min-width: 576px) {
  .hero {
    padding: min(8vh, 8em) 0 min(15vh, 15em) 0;
  }
}
.hero:before {
  content: "";
  height: 90em;
  position: absolute;
  top: -89em;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fcae06;
}
.hero .image-wrapper {
  position: relative;
}
.hero .image-wrapper figure {
  margin-left: 3.8em;
  aspect-ratio: 654/797;
  border-radius: clamp(3em, 1.5vw, 3.75em) 0;
  border: clamp(0.6em, 1vw, 0.9em) solid white;
  overflow: hidden;
}
.hero .image-wrapper figure .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .photostrip {
  width: clamp(5em, 6.5vw, 6.5em);
  position: absolute;
  left: 0;
  bottom: 2em;
  transform: rotate(-7.821deg);
}
@media screen and (min-width: 576px) {
  .hero .photostrip {
    bottom: 5em;
  }
}
.hero .scroll-down {
  left: 50%;
  bottom: min(5vh, 5em);
  position: absolute;
  font-size: 2.18em;
  color: #000;
  transform: translateX(-50%);
  border: 0;
  background-color: unset;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
}
.hero .scroll-down:hover {
  transform: translateX(-50%) translateY(0.2em);
}

/* ICON BLOCK */
.icon-block-wrapper {
  margin-bottom: -5em;
  padding: clamp(2.5em, 5.5vw, 5.5em);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5em, 4.5vw, 4.5em);
  text-align: center;
  color: white;
  z-index: 1;
  border-radius: clamp(3em, 1.5vw, 3.75em) 0 clamp(3em, 1.5vw, 3.75em) 0;
}
@media screen and (min-width: 768px) {
  .icon-block-wrapper {
    margin-bottom: -7.5em;
  }
}
.icon-block-wrapper .row {
  justify-content: center;
  row-gap: clamp(2.5em, 5vw, 5em);
}
.icon-block-wrapper .icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.icon-block-wrapper .icon-block img {
  width: 3.5em;
  height: 3.5em;
  object-fit: contain;
}

.photo-banner {
  width: 100%;
  aspect-ratio: 16/14;
  border-radius: clamp(3em, 1.5vw, 3.75em);
  border: clamp(0.6em, 1vw, 0.9em) solid #fcae06;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .photo-banner {
    aspect-ratio: 2/1;
  }
}
.photo-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* GALLERY */
.gallery-row {
  position: relative;
}
.gallery-row.gallery-row-color:before {
  content: "";
  position: absolute;
  top: 8em;
  right: 0;
  bottom: 8em;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .gallery-row.gallery-row-color:before {
    top: 5.6em;
    bottom: 3em;
  }
}
.gallery-row.gallery-row-color.yellow:before {
  background-color: #fcae06;
}
.gallery-row.gallery-row-color.orange:before {
  background-color: #d35028;
}
.gallery-row .row {
  row-gap: clamp(1.5em, 3vw, 3em);
}

.gallery-image img {
  width: 100%;
  object-fit: cover;
  border-radius: clamp(3em, 1.5vw, 3.75em) 0 clamp(3em, 1.5vw, 3.75em) 0;
}
.gallery-image.gallery-image-4 img {
  aspect-ratio: 495/570;
}
.gallery-image.gallery-image-6 img {
  aspect-ratio: 759/570;
}
.gallery-image.gallery-image-8 img {
  aspect-ratio: 1020/570;
}

/* CTA */
.cta {
  margin: 10.7em 0 7.6em 0;
  padding: clamp(2.5em, 4vw, 4.5em);
  display: flex;
  flex-direction: column-reverse;
  gap: clamp(2em, 4vw, 3em);
  justify-content: space-between;
  border-radius: clamp(3em, 1.5vw, 3.75em) clamp(3em, 1.5vw, 3.75em) clamp(3em, 1.5vw, 3.75em) 0;
  background-color: #fcae06;
}
@media screen and (min-width: 992px) {
  .cta {
    flex-direction: row;
  }
}
.cta .cta-title {
  margin: 0 0 0.6em 0;
  display: block;
}
.cta figure {
  width: 17em;
  max-width: 100%;
  margin: -7.5em 0 0 0;
  aspect-ratio: 276/334;
  flex-shrink: 0;
  border-radius: clamp(3em, 1.5vw, 3.75em) 0 clamp(3em, 1.5vw, 3.75em) 0;
  overflow: hidden;
}
.cta figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT SPLIT */
.content-split {
  padding: min(11vh, 11em) 0 0 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .content-split {
    padding: min(11vh, 11em) 0;
  }
}
.content-split:before {
  content: "";
  width: 100%;
  height: 87%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 clamp(3em, 1.5vw, 3.75em) 0;
  background-color: #fcae06;
}
@media screen and (min-width: 992px) {
  .content-split:before {
    width: calc(50% + 12em);
    height: 100%;
  }
}
.content-split .image-wrapper {
  position: relative;
}
.content-split .image-wrapper figure {
  margin-left: 2.5em;
  aspect-ratio: 654/463;
  border-radius: clamp(3em, 1.5vw, 3.75em) 0;
  border: clamp(0.6em, 1vw, 0.9em) solid #d35028;
  overflow: hidden;
}
.content-split .image-wrapper figure .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-split .photostrip {
  width: clamp(4em, 6.5vw, 6.5em);
  position: absolute;
  left: 0;
  bottom: clamp(-2em, 5vw, 5em);
  transform: rotate(-7.821deg);
}

.content-split-simple img {
  border-radius: clamp(3em, 1.5vw, 3.75em) 0;
  border: clamp(0.6em, 1vw, 0.9em) solid #fcae06;
}
.content-split-simple ul {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  list-style-type: none;
}
.content-split-simple ul li {
  padding: 0 0 0 1.8em;
  position: relative;
}
.content-split-simple ul li:before {
  content: "\f058";
  position: absolute;
  top: 0.05em;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  color: #d35028;
}

/* PAKKETTEN */
.pakket {
  height: 100%;
  position: relative;
  padding: clamp(2.5em, 4vw, 3.5em);
  text-align: center;
  color: #000;
  cursor: pointer;
  border-radius: clamp(3em, 1.5vw, 3.75em) 0 clamp(3em, 1.5vw, 3.75em) 0;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
  background-color: white;
}
.pakket .subtitle {
  margin: 0 0 1em 0;
  display: block;
  font-size: 1.875em;
  font-weight: 700;
}
.pakket p {
  text-align: left;
}
.pakket .pakket-title, .pakket p {
  color: #000;
}
.pakket .pakket-title {
  margin-bottom: 0.9em;
}
.pakket .pakket-title.has-label {
  margin-bottom: 0;
}
.pakket .label {
  margin-top: 0.5em;
  font-weight: 700;
}
.pakket .price {
  color: #000;
}
.pakket:hover {
  box-shadow: 0 0 0 5px #ececec;
}
.pakket.active {
  box-shadow: 0 0 0 5px #01b902;
}
.pakket.active .label, .pakket.active .price, .pakket.active strong {
  color: #01b902;
}

.fixed-bottom-bar {
  width: 100%;
  padding: 1em 0;
  position: fixed;
  bottom: 0;
  display: none;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  z-index: 8;
}
.fixed-bottom-bar .fixed-bottom-bar-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .fixed-bottom-bar .fixed-bottom-bar-inner {
    gap: 1rem;
  }
}

.bar-block {
  padding: 0.6em 1em;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.12em;
  color: #000;
  text-decoration: none;
  opacity: 0.5;
  border: 2px dashed #d35028;
  border-radius: 0.15em;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .bar-block {
    padding: 0.9em 1em;
    align-items: center;
    flex-direction: row;
    gap: 1em;
  }
}
.bar-block .bar-block-inner {
  overflow: hidden;
  text-overflow: ellipsis;
}
.bar-block .icon {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .bar-block .icon {
    font-size: 1.7em;
  }
}
.bar-block .checkmark {
  position: absolute;
  right: 0.6em;
  top: 0.3em;
  font-size: 1em;
  color: #01b902;
  display: none;
}
.bar-block .selected-opties {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bar-block.active {
  opacity: 1;
  background-color: #fff5ef;
}
.bar-block.completed {
  border-color: #01b902;
  background-color: #e0efe0;
}
.bar-block.completed .checkmark {
  display: block;
}

/* OPTIONS */
.option-row {
  row-gap: 2.5em;
}

.option {
  display: flex;
  flex-direction: column;
  gap: 1.7em;
  cursor: pointer;
}
.option img {
  aspect-ratio: 3/4;
  border-radius: clamp(3em, 1.5vw, 3.75em) 0 clamp(3em, 1.5vw, 3.75em) 0;
  object-fit: cover;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
}
.option .option-content {
  padding: 0 0.8em;
}
.option h3 {
  font-family: "Inria Sans", sans-serif;
  font-weight: 700;
}
.option h3, .option .price {
  font-size: 1.43em;
}
.option:hover img {
  opacity: 0.8;
  box-shadow: 0 0 0 5px #ececec;
}
.option.active img {
  box-shadow: 0 0 0 5px #01b902;
}

/* FORM BLOCK */
.form-block-content {
  display: flex;
  justify-content: space-between;
  gap: 3em;
}
.form-block-content img {
  width: clamp(12em, 17vw, 17em);
  height: 100%;
  aspect-ratio: 3/4;
  margin-top: calc(-1.5 * clamp(2.5em, 6vw, 6em));
  object-fit: cover;
  border-radius: clamp(3em, 1.5vw, 3.75em) 0 clamp(3em, 1.5vw, 3.75em) 0;
}

/* FAQ */
.faq-btn-row {
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.faqs {
  margin: 2em 0 0 0;
}
.faqs .faq-item:not(:last-child) {
  margin-bottom: 1.2em;
}
.faqs .faq-item button {
  width: 100%;
  padding: clamp(1em, 4vw, 1.45em) 3.9em clamp(1em, 4vw, 1.45em) clamp(1em, 4vw, 1.6em);
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  text-align: left;
  border-radius: 1.25em 1.25em 0 0;
  border: 0;
  background-color: white;
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
}
.faqs .faq-item button:before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  right: 1.6em;
  transform: translateY(-50%) scaleY(-1);
  transition: 0.2s all cubic-bezier(0.66, 0, 0.34, 1);
}
.faqs .faq-item button.collapsed {
  color: #000;
  border-radius: 1.25em;
}
.faqs .faq-item button.collapsed:before {
  transform: translateY(-50%) scaleY(1);
}
.faqs .faq-item .faq-item-body {
  padding: 0.5em 2em 2.5em clamp(1em, 4vw, 2em);
  border-radius: 0 0 1.25em 1.25em;
  background-color: white;
}
.faqs .faq-item .faq-item-body p {
  color: #000;
}
.faqs .faq-item .faq-item-body p:last-child {
  margin-bottom: 0;
}
.faqs .faq-item .faq-item-body a {
  color: #d35028;
  text-decoration: underline;
}

/* FOOTER */
footer {
  padding: 0 0 2.5em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    text-align: unset;
  }
}
footer a {
  color: inherit;
}
footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5em 1em;
}
@media screen and (min-width: 768px) {
  footer .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
}
footer .footer-inner .footer-left .logo {
  display: block;
  font-size: 1.56em;
  font-weight: 700;
}
footer .footer-inner .footer-left a {
  text-decoration: underline;
}
footer .footer-inner .footer-right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em 1.2em;
  text-align: end;
}
@media screen and (min-width: 768px) {
  footer .footer-inner .footer-right {
    justify-content: unset;
  }
}
footer .footer-inner .footer-right a {
  text-decoration: none;
}
footer .footer-inner .footer-right a:hover {
  text-decoration: underline;
}

/* NINJA FORMS */
.nf-form-content {
  padding: 0 !important;
}
.nf-form-content label {
  font-size: 1em !important;
}
.nf-form-content .nf-field-description {
  margin: -0.4rem 0 0.8em 0 !important;
  font-size: 1em;
  opacity: 0.7;
}
.nf-form-content .nf-field-description p {
  font-size: 1em;
}
.nf-form-content .nf-field-description a {
  color: white;
}
.nf-form-content .ninja-forms-req-symbol {
  color: white !important;
}
.nf-form-content .html-wrap p:last-child {
  margin-bottom: 0;
}

.nf-multi-cell .nf-cell {
  padding: 0 !important;
}

@media screen and (min-width: 601px) {
  .nf-row nf-cells {
    display: flex;
    gap: 1.5em;
  }
}

.nf-form-content .ninja-forms-field {
  padding: 0.9em !important;
}

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

.nf-error .nf-error-msg {
  color: white !important;
  font-style: italic;
}

.nf-error-msg, .ninja-forms-req-symbol {
  color: white !important;
}

.nf-pass.field-wrap .nf-field-element:after {
  display: none;
}

.nf-error.field-wrap .nf-field-element:after {
  height: 100% !important;
  top: 0 !important;
  font-size: 1.25em !important;
  line-height: 2.7em !important;
  background-color: unset !important;
}

.nf-error .ninja-forms-field {
  border-color: white !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  height: auto !important;
  padding-left: 1.1em !important;
  font-size: 1rem !important;
  font-weight: 700;
  color: white !important;
  border-radius: 1.25em !important;
  border: 1px solid white !important;
  background-color: #d35028 !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div::placeholder, .nf-form-content input:not([type=button])::placeholder, .nf-form-content textarea::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div.geen-invoer, .nf-form-content input:not([type=button]).geen-invoer, .nf-form-content textarea.geen-invoer {
  cursor: not-allowed;
  border-style: dashed !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div:focus, .nf-form-content input:not([type=button]):focus, .nf-form-content textarea:focus {
  outline: 0 !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  height: auto !important;
  padding: 0.74em 1.8em !important;
  font-size: 1.25em !important;
  font-weight: 700;
  border-radius: 2em !important;
  border-color: #01b902 !important;
  background-color: #01b902 !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
  border-color: #33d433 !important;
  background-color: #33d433 !important;
}

/* CONTACT */
.contact-sidebar {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.18em;
}
.contact-sidebar figure {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: clamp(3em, 1.5vw, 3.75em) 0 clamp(3em, 1.5vw, 3.75em) 0;
  border: clamp(0.6em, 1vw, 0.9em) solid #fcae06;
}
@media screen and (min-width: 992px) {
  .contact-sidebar figure {
    width: 100%;
    height: 100%;
  }
}
.contact-sidebar figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.contact-sidebar .contact-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  list-style-type: none;
}
.contact-sidebar .contact-list li a {
  padding: clamp(1em, 4vw, 1.5em) clamp(1.5em, 4vw, 2.5em);
  display: flex;
  align-items: center;
  gap: clamp(1em, 4vw, 2.1em);
  text-decoration: none;
  color: #000;
  border-radius: clamp(3em, 1.5vw, 3.75em) 0 clamp(3em, 1.5vw, 3.75em) 0;
  background-color: white;
}
.contact-sidebar .contact-list li a i {
  font-size: min(7vw, 2em);
  color: #d35028;
}
.contact-sidebar .contact-list li a div {
  display: flex;
  flex-direction: column;
}
.contact-sidebar .contact-list li a div span {
  font-size: min(5vw, 1.5em);
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

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