/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./lagerwerf/wp-content/themes/campfour/framework/BlockCreator/blockCreator/frontend/structure.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
:root {
  --c: 100%;
  --o: 0% ;
}

.v-cs {
  --o:0%;
  --om:0%;
  --os:0%;
  --oxs:0%;
  display: flex;
  flex-wrap: wrap;
}

.v-cs .v-cs {
  /*    margin-left: calc(var(--col-space, 15px) * -1);
      margin-right: calc(var(--col-space, 15px) * -1);*/
}

.v-cs.row-align-top {
  align-items: start;
}

.v-cs.row-align-center {
  align-items: center;
}

.v-cs.row-align-end {
  align-items: end;
}

.row-align-stretch > .awww-col > * {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.row-align-stretch > .awww-col > * .has-text-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.row-align-stretch > .awww-col > * .has-text-align-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.row-align-stretch > .awww-col > .wp-block-image {
  flex-direction: row;
}
.row-align-stretch > .awww-col > .wp-block-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.awww-col {
  padding: var(--col-space, 15px);
  flex: 1;
  flex-direction: column;
  min-width: 0;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: var(--c);
  margin-left: var(--o);
  max-width: 100%;
}

.awww-col.col-no-padding {
  padding: 0;
}

.full-size .post-overview {
  max-width: 100%;
}

.v-cs, .awww-slideshow-holder {
  max-width: var(--max-row-width, 1352px);
  margin-left: auto;
  margin-right: auto;
}

.is-awww-slideshow > .v-cs .awww-col > figure {
  height: 100%;
}
.is-awww-slideshow > .v-cs .awww-col > figure img {
  height: 100%;
  object-fit: cover;
}

.v-c-c {
  position: relative;
}

.v-c-c.full-size > .v-cs {
  width: 100%;
  max-width: 100%;
}

.has-bg-img {
  position: relative;
}

.has-bg-img > :not(.image-background-holder) {
  position: relative;
}

.image-background-holder.v-cs {
  max-width: 100%;
}

.v-cs.has-background {
  max-width: calc(var(--max-row-width, 1352px) - var(--col-space, 15px) * 2);
}

.v-cs .col-container {
  padding: var(--col-space, 15px);
}

.use-full-width {
  justify-content: center;
}
.use-full-width > .awww-col {
  flex-shrink: 1;
  flex-basis: auto;
}

.is-style-cols-a-h > .v-cs > .awww-col:nth-child(even) {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .c1 {
    flex-basis: var(--cm, 16.666%);
    margin-left: var(--om, 0);
  }
  .c2 {
    flex-basis: var(--cm, 33.33%);
  }
  .c3, .c4, .c5 {
    flex-basis: var(--cm, 50%);
  }
  .c6, .c7, .c8, .c9, .c10 {
    flex-basis: var(--cm, 100%);
  }
  .awww-col {
    margin-left: var(--om, 0);
  }
  .has-1-columns .wp-block-column {
    flex-basis: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 764px) {
  .awww-col {
    flex-basis: var(--cs, 100%);
    margin-left: var(--os, 0);
  }
  .c3, .c4 {
    flex-basis: var(--cs, 50%);
  }
  c5, .c6, .c7, .c8, .c9, .c10 {
    flex-basis: var(--cs, 100%);
  }
  .v-cs.mobile-reverse {
    flex-direction: column-reverse;
  }
  .v-cs.mobile-reverse > .awww-col > * {
    display: grid;
  }
}
@media screen and (max-width: 520px) {
  .awww-col {
    flex-basis: var(--cxs, 100%);
    margin-left: var(--oxs, 0);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./lagerwerf/wp-content/themes/campfour/framework/BlockCreator/libs/modules/frontend/SlideshowStyle/SlideshowStyle.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.awww-slideshow-holder {
  position: relative;
  margin-bottom: calc(40px + var(--col-space));
}
.awww-slideshow-holder[data-blocktype="core/gallery"] {
  margin-left: calc(-1 * var(--col-space));
  margin-right: calc(-1 * var(--col-space));
}

.slideshow-c {
  overflow: hidden;
}

.is-awww-slideshow {
  flex-wrap: nowrap !important;
  transition: transform 0.2s ease-out;
  transform: translateX(calc(-100% * var(--activeitem, 0)));
}
.is-awww-slideshow > .v-cs {
  flex-wrap: nowrap;
}
.is-awww-slideshow .awww-col {
  pointer-events: none;
}
.is-awww-slideshow.wp-block-gallery {
  gap: 0 !important;
}
.is-awww-slideshow > figure {
  --wp--style--unstable-gallery-gap:0px;
  padding: var(--col-space, 15px);
  flex: none;
  pointer-events: none;
}

.awww-col > .awww-slideshow-holder {
  margin-left: calc(var(--col-space, 15px) * -1);
  margin-right: calc(var(--col-space, 15px) * -1);
}
.awww-col > .awww-slideshow-holder .is-awww-slideshow > .v-cs {
  margin-left: 0;
  margin-right: 0;
}

.ismoving {
  cursor: move;
}
.ismoving .is-awww-slideshow {
  transition: none;
  transform: translateX(var(--slidepos));
}

.bulletHolder {
  z-index: 2;
  position: absolute;
  width: 100%;
}

.bulletContainer {
  text-align: center;
  list-style: none;
}
.bulletContainer button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin: 6px;
  border: 1px solid var(--light-border-color, transparent);
}
.bulletContainer button[aria-selected=true] {
  background-color: var(--wp--preset--color--primary, #000000);
  cursor: not-allowed;
}

.awwwArrow {
  z-index: 10;
  display: block;
  background-color: var(--wp--preset--color--primary, #000000);
  width: 36px;
  height: 40px;
  position: absolute;
  margin-top: -20px;
  cursor: pointer;
  border: 1px solid var(--light-border-color, transparent);
  border-radius: var(--border-small, 0);
  top: 50%;
}
.awwwArrow[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.awwwArrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 13px;
}
.awwwArrow.arrowRight {
  right: 0;
}
.awwwArrow.arrowRight:after {
  transform: rotate(135deg);
  left: auto;
  right: 13px;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./lagerwerf/wp-content/themes/campfour/framework/CampThree/src/scss/frontend.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url(aef73de5c79cb930796f.eot);
  src: url(aef73de5c79cb930796f.eot#iefix) format("embedded-opentype"), url(093e601ef12519ec97e6.woff2?) format("woff2"), url(6624a125f1ab476b8f74.woff?) format("woff"), url(c65c20d03058e96c3319.ttf?) format("truetype"), url(acdbe08c5f088f1039b7.svg?#fontello) format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

@font-face {
  font-family: "Roboto";
  src: url(3ae0ee9847715bf8a1ca.ttf) format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
.icon-phone-outline:before {
  content: "\e800";
} /* '' */
.icon-mail:before {
  content: "\e801";
} /* '' */
.icon-cancel:before {
  content: "\e802";
} /* '' */
.icon-ok-1:before {
  content: "\e803";
} /* '' */
.icon-location:before {
  content: "\e804";
} /* '' */
.icon-right:before {
  content: "\e805";
} /* '' */
.icon-left:before {
  content: "\e806";
} /* '' */
.icon-search:before {
  content: "\e807";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-facebook-official:before {
  content: "\f230";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.dt {
  margin-top: calc(var(--inner-col-space) * var(--dt, 0) - var(--inner-col-space)) !important;
}

.db {
  margin-bottom: calc(var(--inner-col-space) * var(--db, 0) - var(--inner-col-space)) !important;
}

.dl {
  margin-left: calc(var(--d-space) * var(--dl, 0) - var(--d-space)) !important;
}

.dr {
  margin-right: calc(var(--d-space) * var(--dr, 0) - var(--d-space)) !important;
}

.dit {
  padding-top: calc(var(--d-space) * var(--dit, 0) - var(--d-space)) !important;
}

.dib {
  padding-bottom: calc(var(--d-space) * var(--dib, 0) - var(--d-space)) !important;
}

.dir {
  padding-right: calc(var(--d-space) * var(--dir, 0) - var(--d-space)) !important;
}

.dil {
  padding-left: calc(var(--d-space) * var(--dil, 0) - var(--d-space)) !important;
}

p, ul, ol, cite, figcaption, a, span, figure {
  font-size: var(--wp--preset--font-size--small);
}
p a, ul a, ol a, cite a, figcaption a, a a, span a, figure a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

figcaption {
  font-size: 0.875em;
  font-style: italic;
  margin: 5px 0;
}

h1, h2, h3, h4, h5, h6, th, tfoot td {
  font-family: var(--wp--preset--font-family--head);
  font-weight: 400;
  color: var(--wp--preset--color--fourth);
  line-height: 1.3;
  margin: 1em 0 0.5em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, th a, tfoot td a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.is-overview {
  position: relative;
}
.is-overview h1 a, .is-overview h2 a, .is-overview h3 a, .is-overview h4 a, .is-overview p a {
  text-decoration: inherit;
}
.is-overview h1 a:before, .is-overview h2 a:before, .is-overview h3 a:before, .is-overview h4 a:before, .is-overview p a:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

th {
  text-align: left;
}

h1 {
  font-size: var(--wp--preset--font-size--2-xl);
}

h2 {
  font-size: var(--wp--preset--font-size--x-large);
}

h3 {
  font-size: var(--wp--preset--font-size--large);
}

h4 {
  font-size: var(--wp--preset--font-size--medium);
}

ol, ul {
  padding-left: 19px;
}

figure {
  margin: 0;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}

blockquote {
  padding: var(--col-space, 15px);
  margin: var(--col-space, 15px);
}
blockquote p {
  position: relative;
}
blockquote p:before {
  content: "“";
  font-family: var(--wp--preset--font-family--head);
  font-size: 5rem;
  position: absolute;
  left: -2.3rem;
  top: 0;
  line-height: 4rem;
  color: var(--light-border-color);
}

.wp-block-buttons {
  margin: calc(var(--space-inner, 0) * -1);
}
.wp-block-buttons .wp-block-button {
  margin: var(--space-inner, 0);
}

.wp-block-button__link:hover, .wp-block-button__link:focus {
  transition: all 0.2s ease-in;
}

:not(.is-style-outline) .wp-block-button__link:hover, :not(.is-style-outline) .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--primary);
}
:not(.is-style-outline) .wp-block-button__link.has-primary-background-color:hover, :not(.is-style-outline) .wp-block-button__link.has-primary-background-color:focus {
  background-color: var(--wp--preset--color--secondary) !important;
}

.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:focus {
  background-color: transparent;
  color: var(--wp--preset--color--primary) !important;
}
.is-style-outline .wp-block-button__link.has-primary-color:hover, .is-style-outline .wp-block-button__link.has-primary-color:focus {
  color: var(--wp--preset--color--secondary) !important;
}

input[type=text], input[type=email], input[type=number], input[type=url], input[type=text], input[type=date], input[type=time], input[type=datetime-local], input[type=range], select, textarea {
  min-height: 40px;
  padding: 0 calc(var(--space-inner, 5px) * 2);
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  border-radius: var(--border-small, 0);
  border: 1px solid var(--input-border-color, #dddddd);
  line-height: inherit;
}

label {
  margin: var(--col-space, 15px) 0 calc(var(--col-space, 15px) / 3);
  display: inline-block;
}

.input-range {
  position: relative;
}
.input-range datalist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -12px;
}
.input-range option {
  padding: 0 15px;
}

.range-slider__value {
  position: absolute;
  top: 0;
  right: 0;
  margin: var(--col-space, 15px) 0 calc(var(--col-space, 15px) / 3);
}

.input-radio label, .input-checkbox label {
  margin: calc(var(--col-space, 15px) / 5) 0;
}

fieldset {
  margin: var(--col-space, 15px) 0 calc(var(--col-space, 15px) / 3);
  border-radius: var(--border-small, 0);
  border: 1px solid var(--light-border-color, #dddddd);
}

legend {
  padding: 0 10px;
}

.form-sending button, .form-sending input {
  pointer-events: none;
  opacity: 0.5;
}

.wp-block-table th, .wp-block-table td, .wp-block-table th, .wp-block-table td {
  border: 1px solid var(--light-border-color, currentColor);
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.wp-block-image {
  display: inline-block;
}

.type-flex {
  display: flex;
  gap: var(--col-space, 15px);
}
.type-flex > .type-flex {
  gap: calc(var(--col-space, 15px) / 2);
}

.justify-content-right {
  justify-content: right;
  text-align: right;
}

.justify-content-center {
  justify-content: center;
  text-align: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.flex-wrap-nowrap {
  flex-wrap: nowrap;
}

.vertical-alignment-center {
  align-items: center;
}

.vertical-alignment-bottom {
  align-items: end;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.wp-block-awww-icon {
  line-height: 0em;
  display: inline-block;
}
.wp-block-awww-icon svg {
  width: auto;
  height: 1em;
}
.wp-block-awww-icon svg path {
  fill: currentColor;
}

.mobile-toggle {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  z-index: 20;
}
header:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  box-shadow: 1px 1px 71px 0px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 1px 1px 71px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 1px 71px 0px rgba(0, 0, 0, 0.7);
  margin-top: -60px;
  position: absolute;
}

.logo {
  display: block;
  line-height: 0;
}

.image-background-holder {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
}
.image-background-holder .awww-col {
  position: relative;
  height: 100%;
}
.image-background-holder figure {
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.image-background-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% var(--tp, 50);
  opacity: var(--io, 1);
}

.v-cs > .image-background-holder {
  left: var(--col-space, 15px);
  right: var(--col-space, 15px);
}

.v-cs .image-background-holder + * {
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  --max-row-width:1352px;
  --col-space:15px;
  --d-space: 12px;
  --inner-col-space:8px;
  --rest-space:min(var(--max-row-width), 100% );
  --border-small: 5px;
  --border-mid: 20px;
  --border-big: 50px;
  --space-inner: 5px;
  --max-width-mobile-nav: 992px;
  --light-border-color: #dddddd;
  background-color: var(--wp--preset--color--bg);
  font-size: 1em;
  line-height: 1.6;
  font-weight: 400;
  color: var(--wp--preset--color--antraciet);
  font-family: var(--wp--preset--font-family--text);
}
.entry-content {
  overflow-x: clip;
}

.site .header-holder {
  margin: 0;
}

.v-c-c .v-c-c {
  margin: 0;
}

.entry-content > .v-c-c {
  margin: 100px 0;
}
.entry-content > .v-c-c:first-child {
  margin-top: 0;
}

.v-c-c .v-c-c {
  margin-left: -15px;
  margin-right: -15px;
}

.v-cs > .image-background-holder {
  left: -15px;
  right: -15px;
}

header {
  background-color: #ffffff;
  box-shadow: 1px -1px 19px -1px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 1px -1px 19px -1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px -1px 19px -1px rgba(0, 0, 0, 0.24);
}

.head-con {
  max-width: 1352px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

#nav-container {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-left: 50px;
  align-items: center;
}

.logo-h {
  display: flex;
  justify-content: center;
}

.logo {
  font-weight: 600;
  display: block;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.logo span {
  line-height: 1.2em;
  display: block;
}
.logo .logo-t-holder {
  font-size: 1em;
}
.logo .logo1 {
  color: var(--wp--preset--color--fourth);
}
.logo .logo2 {
  color: var(--wp--preset--color--primary-mid);
}

.entry-content {
  padding-top: 90px;
}

.is-style-uitgevers, .is-style-uitgevers-both {
  position: relative;
  padding: 2px 20px;
}
.is-style-uitgevers:before, .is-style-uitgevers-both:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 5px;
  top: 0;
  left: 0;
  border: 5px solid var(--wp--preset--color--primary-mid);
  border-right: 0;
}

.is-style-uitgevers-both:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 5px;
  right: 0;
  top: 0;
  border: 5px solid #000000;
  border-left: 0;
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .awww-morph {
      animation: morphAni linear both;
      animation-timeline: view();
      animation-range: 0vh 100vh;
    }
    .awww-scale {
      animation: scaleAni linear both;
      animation-timeline: view();
      animation-range: 0vh 100vh;
    }
    .awww-opacity {
      animation: opacityAni linear both;
      animation-timeline: view();
      animation-range: 0vh 100vh;
    }
    .awww-blur {
      animation: blurAni linear both;
      animation-timeline: view();
      animation-range: 0vh 100vh;
    }
    .awww-flyin {
      animation: translateXLeft linear both;
      animation-timeline: view();
      animation-range: 0vh 100vh;
    }
    .flyin-right {
      animation: translateXRight linear both;
      animation-timeline: view();
      animation-range: 0vh 100vh;
    }
    .flyin-bottom {
      animation: translateYBottom linear both;
      animation-timeline: view();
      animation-range: 0vh 100vh;
    }
    .image-background-holder {
      overflow: clip;
    }
    .image-background-holder figure {
      min-height: 100vh;
      animation: parallax linear both;
      animation-timeline: view();
      animation-range: 0vh 200vh;
    }
  }
}
@keyframes parallax {
  0% {
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(80vh);
  }
}
@keyframes morphAni {
  0%, 100% {
    border-radius: var(--mstart);
  }
  34% {
    border-radius: 60% 40% 40% 60%/55% 50% 50% 55%;
  }
  67% {
    border-radius: var(--mend);
  }
}
@keyframes translateXLeft {
  0% {
    transform: translateX(-50vw);
  }
  60% {
    transform: translateX(0vw);
  }
}
@keyframes translateXRight {
  0% {
    transform: translateX(50vw);
  }
  60% {
    transform: translateX(0vw);
  }
}
@keyframes translateYBottom {
  0% {
    transform: translateY(50vh);
  }
  60% {
    transform: translateY(0vh);
  }
}
@keyframes scaleAni {
  0% {
    transform: scale(var(--mstart));
  }
  45%, 85% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes opacityAni {
  0% {
    opacity: var(--mstart);
  }
  50% {
    opacity: 0.5;
  }
  65% {
    opacity: 1;
  }
}
@keyframes blurAni {
  0%, 100% {
    filter: blur(var(--mstart));
  }
  45%, 85% {
    filter: blur(0);
  }
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  display: inline-block;
}
.menu li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  font-weight: 600;
  color: #53565A;
  font-size: 16px;
  letter-spacing: 0.03rem;
  transition: all 0.2s ease-in;
}
.menu li a:hover {
  background-color: var(--wp--preset--color--primary-mid);
  color: #ffffff;
}
.menu li li {
  display: block;
}

@media screen and (max-width: 992px) {
  .head-con {
    padding-right: 60px;
  }
  #nav-container {
    position: fixed;
    inset: 0;
    transform: translateX(-100vw);
    transition: all 0.2s ease-in;
    background-color: #ffffff;
    padding-top: 112px;
  }
  #nav-container.active {
    display: block;
    transform: translateX(0);
  }
  #nav-container .menu {
    display: flex;
    flex-direction: column;
    margin: 20px 15px;
  }
  #nav-container .menu .sub-menu {
    position: relative;
  }
  .mobile-toggle {
    display: block;
    position: absolute;
    z-index: 20;
    right: var(--col-space);
    top: calc(50% - 15px);
  }
  .nav-toggle {
    width: 33px;
    height: 28px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border: 0;
    background-color: transparent;
  }
  .nav-toggle i {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: var(--wp--preset--color--secondary);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .nav-toggle i:nth-child(1) {
    top: 0px;
  }
  .nav-toggle i:nth-child(2), .nav-toggle i:nth-child(3) {
    top: 12px;
  }
  .nav-toggle i:nth-child(4) {
    top: 24px;
  }
  .nav-toggle[aria-expanded=true] i:nth-child(1), .nav-toggle[aria-expanded=true] i:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  .nav-toggle[aria-expanded=true] i:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-toggle[aria-expanded=true] i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 992px) {
  body {
    --inner-col-space:10px;
    font-size: 95%;
    --d-space: 10px;
  }
  .wp-block-awww-post-overview > .v-cs > .awww-col > * {
    display: block;
  }
  .wp-block-heading {
    margin-left: 0 !important;
  }
  #nav-container {
    overflow: auto;
  }
  #page-page-uitgebreid .mobile-reverse {
    flex-direction: column-reverse;
  }
  #page-page-uitgebreid .mobile-reverse > .awww-col > * {
    display: grid;
  }
  #page-page-uitgebreid .mobile-reverse > .awww-col > *.wp-block-image {
    justify-content: center;
  }
  .is-style-title-bg.line-left:before {
    display: none;
  }
  .is-style-hex-mask-rechts > .image-background-holder, .is-style-hex-mask > .image-background-holder {
    position: relative;
    height: 25vh;
  }
  .is-style-hex-mask-rechts > .image-background-holder .awww-col, .is-style-hex-mask > .image-background-holder .awww-col {
    padding: 0;
  }
  .is-style-hex-mask-rechts > .image-background-holder + .v-cs, .is-style-hex-mask > .image-background-holder + .v-cs {
    padding: 0 !important;
    margin-top: 0;
  }
  #tour-detail-price-form > .wp-block-group {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #tour-detail-price-form > .wp-block-group > .wp-block-group:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 8px 15px !important;
  }
  #tour-detail-price-form > .wp-block-group > .wp-block-group:first-child > .wp-block-group {
    flex: 1;
    flex-wrap: wrap !important;
    display: flex;
    gap: 10px;
    align-items: anchor-center;
    flex-wrap: wrap;
  }
  #tour-detail-price-form > .wp-block-group > .wp-block-group:first-child .wp-block-buttons {
    margin: 0 !important;
  }
  #tour-detail-price-form.active #detail-form, #tour-detail-price-form.active #x-request {
    display: block;
  }
  #tour-detail-price-form.active #request-detail-top {
    display: none;
  }
  #detail-form {
    display: none;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
  }
  .entry-content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 764px) {
  .dir {
    padding-right: max(var(--d-space) * var(--dir, 0) - var(--d-space), 0);
  }
  .entry-content > .v-c-c {
    margin: 25px 0;
  }
  .entry-content {
    padding-bottom: 80px;
  }
  body {
    --wp--preset--font-size--large:1.25em;
    --wp--preset--font-size--x-large:1.5em;
    --wp--preset--font-size--2-xl: 2em;
    --wp--preset--font-size--3-xl: 2.5em;
    --wp--preset--font-size--4-xl: 3.25em;
  }
  .filterForm {
    justify-content: right;
  }
  .filter-input {
    width: 100%;
  }
  .is-style-hlaf-bg:before {
    right: 0;
    top: -9px;
  }
  .is-style-hlaf-bg + .v-c-c {
    margin-top: -30px !important;
  }
}
@media screen and (max-width: 600px) {
  body {
    --d-space: 8px;
    --wp--preset--font-size--2-xl: 1.9em;
    --wp--preset--font-size--x-large:1.4em;
    --wp--preset--font-size--large:1.2em;
    --wp--preset--font-size--3-xl: 2.2em;
    --wp--preset--font-size--4-xl: 2.8em;
  }
  h1, h2, h3, h4 {
    word-wrap: break-word;
  }
  .tri-holder {
    position: relative;
  }
  .has-bottom-triangle {
    max-width: 105px;
    height: calc(100% - 31px);
    text-align: left;
    position: absolute;
    display: flex;
    align-items: center;
  }
  .has-bottom-triangle:before {
    clip-path: polygon(96% 0, 100% 0, 100% 100%, 96% 100%, 0 50%);
    height: 100%;
    bottom: 0;
    right: -1px;
  }
  .has-bottom-triangle + .wp-block-group {
    margin-left: 104px;
    padding: 25px 15px !important;
  }
  .has-bottom-triangle + .wp-block-group * {
    text-align: left;
  }
}
@media screen and (max-width: 450px) {
  #tour-detail-price-form > .wp-block-group > .wp-block-group:first-child > .wp-block-group {
    display: block;
  }
}
