:root {
  /* Colours */
  /* Typography bases */
  --clr-base: #666;
  --clr-base-lt: #999;
  --clr-base-dk: #333;

  /* Primary brand colour */
  --clr-primary: #fa8000;
  --clr-primary-lt: #fb9932;
  --clr-primary-ltr: #fcb266;
  --clr-primary-dk: #e17300;
  --clr-primary-dkr: #c86600;

  /* Neutrals */
  --clr-ntrl-min: #f9f9f9;
  --clr-ntrl-max: #111111;

  /* Fonts */
  --ff-primary: 'Montserrat', sans-serif;
  --ff-secondary: 'Montserrat', sans-serif;
  --ff-tertiary: 'Montserrat', sans-serif;

  /* Font Sizes */
  --fs-xxs: 0.5rem;
  --fs-xs: 0.75rem;
  --fs-sm: 1rem;
  --fs-md: 1.25rem;
  --fs-lg: 1.5rem;
  --fs-xl: 2rem;
  --fs-xxl: 2.5rem;

  /* Font Weights */
  --fw-light: 200;
  --fw-normal: 400;
  --fw-bold: 700;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: var(--ff-primary);
  color: var(--clr-base-dk);
  background-color: var(--clr-ntrl-min);
}

main {
  background-color: var(--clr-ntrl-min);
}

/* WYSIWYG */

.wysiwyg.white {
  color: white;
}

.wysiwyg:not(:last-child) {
  margin-bottom: 2rem;
}

.wysiwyg p {
  line-height: 150%;
  white-space: wrap;
}

.wysiwyg p:not(:last-child) {
  margin-bottom: 1rem;
}

.wysiwyg.large p {
  font-size: 1.2rem;
}

.wysiwyg h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--clr-base-dk);
  font-weight: bold;
  line-height: 125%;
}

.wysiwyg.white h1 {
  color: white;
}

.wysiwyg h1:not(:first-child) {
  margin-top: 3.5rem;
}

.wysiwyg h1:not(:last-child) {
  margin-bottom: 2.5rem;
}

.wysiwyg h2 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--clr-base-dk);
  font-weight: bold;
  line-height: 125%;
}

.wysiwyg.white h2 {
  color: white;
}

.wysiwyg h2:not(:first-child) {
  margin-top: 3rem;
}

.wysiwyg h2:not(:last-child) {
  margin-bottom: 2rem;
}

.wysiwyg h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--clr-base-dk);
  font-weight: bold;
  line-height: 125%;
}

.wysiwyg.white h3 {
  color: white;
}

.wysiwyg h3:not(:first-child) {
  margin-top: 2rem;
}

.wysiwyg h3:not(:last-child) {
  margin-bottom: 1.5rem;
}

.wysiwyg ul {
  list-style: none;
}

.wysiwyg ul:not(:last-child) {
  margin-bottom: 3rem;
}

.wysiwyg ul li {
  position: relative;
  padding-left: 20px;
  line-height: 150%;
}

.wysiwyg ul li:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 0.9rem;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--clr-base-dk);
}

.wysiwyg ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.wysiwyg a {
  color: var(--clr-base-dk);
  text-decoration: none;
  font-weight: 400;
}

.wysiwyg a:hover {
  text-decoration: underline;
}

.wysiwyg a.button {
  display: inline-block;
  background-color: var(--clr-base-dk);
  color: white;
  text-decoration: none;
  font-weight: 400;
  padding: 8px 16px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 16px;
}

.wysiwyg a.button.active, .wysiwyg a.button:hover {
  background-color: #fff;
  color: var(--clr-base-dk);
}

/* End wysiwyg */

.slick-arrow {
  background-color: black;
  color: white;
  font-size: 1.8em;
  padding: 5px;
  border: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); 
}

/* Set FontAwesome arrows and hide text in button */

.slick-prev {
  left: 10px;
  content: '';
  font-size: 1.4em;
  color: white;
}

.slick-next {
  right: 10px;
  content: '';
  font-size: 1.4em;
  color: white;
}

/* Navigatie */

.navigatie {
  width: 100%;
  max-width: 1600px;
  padding: 25px 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px solid #f6f6f6;
}

.overnav {
  position: relative;
}

.overnav:hover ul {
  display: flex;
}

.overnav ul {
  z-index: 200;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150%;
  padding: 10px;
  background-color: #fff;
  border: #F6F6F6 2px solid;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.overnav ul li {
  width: 100%;
  padding: 10px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

.overnav ul a {
  text-align: center !important;
  width: 100% !important;
  padding: 2px !important;
}

.logo {
  width: 120px;
}

.navigatie nav {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
}

.navigatie nav a {
  margin: 0 20px;
  padding: 10px 0;
  color: #1C1B1B;
  font-weight: 700;
  font-size: 1em;
  border-bottom: 2px solid transparent;
  position: relative;
  transition: all 2s;
}

.navigatie nav a.emphasis {
  color: var(--clr-primary);
}

.navigatie nav a,
.navigatie nav a:after,
.navigatie nav a:before {
  transition: all .5s;
}

.navigatie nav a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: var(--clr-ntrl-max);
  height: 2px;
}

.navigatie nav a.active:after {
  background: transparent;
  height: 0;
}

.navigatie nav a:hover:after {
  width: 100%;
}

.overnav ul a {
  position: relative;
  width: auto !important;
  padding-bottom: .5em !important;
}

.overnav ul a,
.overnav ul a:after,
.overnav ul a:before {
  transition: all .5s;
}

.overnav a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: var(--clr-ntrl-max);
  height: 2px;
}

.overnav a:hover:after {
  width: 100%;
}

.navigatie nav a.active {
  border-bottom: 2px solid var(--clr-ntrl-max);
}

.navigatie>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

/* Responsive Menu */

.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  background-color: #fff;
}

.menuoverlay,
.filteroverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, .4);
}

.overvisible {
  display: block;
}

.top_res_nav {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  /*padding: 20px;*/
  background-color: #000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 20px;
}

.navspecial {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  border-top: 1px solid #d2d2d2;
}

.navspecial a {
  color: #d14545 !important;
}


.extraNavigationElements {
  position: absolute;
  bottom: 16px;
}

.extraNavigationElements .navitem {
  padding-bottom: 0.5rem;
}

.extraNavigationElements .navitem a {
  color: #BDBDBD;
}

.closebtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 20px;
}

.logo-mobileNav {
  height: 3rem;
  margin: 0.5rem;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 85px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 100px;
  height: 100%;
  position: relative;
}

.navitem {
  width: 100%;
  padding: 5px 0;
}

.navitem #specialbutton {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(-450deg);
}

.rotateImg {
  transform: rotate(0deg) !important;
}

.navitem a {
  color: #353535;
  font-weight: 700;
  font-size: 1.3em;
  padding: 15px 25px;
  display: inline-block;
  border-left: 5px solid transparent;
}

.navitem .active {
  border-left: 5px solid var(--clr-ntrl-max);
}

.openNavItem {
  max-height: 350px !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  list-style-type: disc;
  padding-left: 10px;
  color: white;
  overflow: hidden;
  transition: all .5s;
  max-height: 0;
}

.navitem ul li {
  display: inline-block;
  padding: 10px;
}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #c8c8c8;
}

.menubtn {
  width: 30px;
  cursor: pointer;
  display: none;
  transition: all .3s;
  margin-left: 30px;
}

.menubtn:hover {
  transform: scale(1.05);
}

/* Einde Resp Nav */

/* Curtaindrop */

.curtain-click {
  cursor: pointer;
  padding: 4px 15px;
  color: rgb(233, 194, 164);
  font-size: 25px;
  animation: wiggle 3s;
}

.curtain-titel {
  cursor: pointer;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }

  70% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(25deg);
  }

  80% {
    transform: rotate(-25deg);
  }

  85% {
    transform: rotate(20deg);
  }

  95% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
  font-family: 'Poppins', sans-serif;
}

.curtaindrop>video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-color: rgba(58, 58, 58, 0.808);
  font-family: 'Poppins', sans-serif;
  background-position: center;
  background-size: cover;
  background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 95%;
  max-width: 1000px;
  color: #fff;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  font-family: 'Poppins', sans-serif;
}

.curtaindrop .button {
  display: inline-block;
  padding: 15px 40px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  font-size: 20px;
  color: #4c4c4c;
  background-color: #e0d8d5;
  transition: all 0.8s ease;
  margin-top: 30px;
  font-family: 'Poppins', sans-serif;

}

.curtaindrop .button:hover {
  transform: scale(1.1);
}

.curtaindrop .overlay {
  width: 100%;
  height: 100%;
  background-color: var(--clr-ntrl-max);
  opacity: 0.7;
}

.curtaindrop p {
  font-size: 1.6em;
  line-height: 130%;
}

.curtaindrop ul {
  padding-left: 20px;
}

.curtaindrop ul li {
  line-height: 150%;
  padding-left: 10px;
  font-size: 1.2em;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: bold;
  font-size: 50px;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #92C020;
  border-left: 18px solid transparent;
}

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #92c020;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: var(--clr-ntrl-min);
  font-weight: var(--fw-bold);
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 60px;
  cursor: pointer;
  color: var(--clr-ntrl-min);
  z-index: 5;
}

/* Einde Curtaindrop */

/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: var(--clr-ntrl-min);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
  box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
  color: var(--clr-primary);
  font-weight: var(--fw-bold);
  font-size: 1.8em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  font-size: var(--fs-md);
  font-weight: var(--fw-light);
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: var(--clr-primary);
  border: 2px solid var(--clr-primary);
  color: var(--clr-ntrl-min);
  font-weight: var(--fw-light);
  font-size: 1.2em;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: var(--clr-primary);
}

/* Einde Cookie Melding */

/* Tickertape */

.tickertape {
  margin-top: 30px;
  padding: 30px 10px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  font-weight: 700;
  color: var(--clr-base-lt);
  font-size: 40px;
  line-height: 150%;
  font-family: "Poppins", serif;
  text-align: center;
}

.tickertape b, .tickertape strong {
  color: var(--clr-base-dk);
}

/* Einde Tickertape */

/* Footer */

footer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 0 20px 0;
  border-top: 2px solid #f5f5f5;
  flex-wrap: wrap;
}

footer>div {
  width: 100%;
  padding: 0 10px;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.gdpr {
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  color: #6a6a6a;
  padding-top: 20px;
  border-top: #cccccc 1px dashed;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.gdpr a {
  color: #6a6a6a;
  font-size: 14px;
  width: 40%;
  letter-spacing: 1px;
}

.gdpr a:first-of-type {
  text-align: right;
}

.gdpr span {
  margin: 0 15px;
}

.disclaimer {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #6a6a6a;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 200%;
  margin-top: 20px;
}

.disclaimer h2 {
  font-size: var(--fs-lg);
  font-weight: var(--fw-normal);
  margin-bottom: 1rem;
}

.disclaimer p {
  font-size: 14px;
  color: #1C1B1B;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.disclaimer a {
  color: #1C1B1B;
}

.betaalwijzes {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 7px 0;
}


.betaalwijzes img {
  width: 38px;
  margin: 0 5px;
  border-radius: 200px;
  border: 1px solid #F6F6F6;
}

.socialfooter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  border-top: #cccccc 1px dashed;
  margin-top: 20px;
}

.socialfooter a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin: 0 5px;
  border-radius: 200px;
  border: 2px solid #252525;
  background-color: #252525;
  color: white;
}

.socialfooter a:hover {
  background-color: transparent;
  color: #252525;
}

/* Einde Footer */

/* Page Header */

.page_header {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
  padding-bottom: 50px;
  gap: 20px;
}

.page_header .voordrachtlink {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #252525;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top: 15px;
  cursor: pointer;
  transition: all .3s;
}

.page_header .voordrachtlink:hover {
  background-color: #252525;
  color: #fff;
}

.page_header>div:first-of-type {
  height: 45px;
  width: 2px;
  background-color: #002D5B;
  padding-bottom: 10px;
}

.page_header>h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.page_header>h1 {
  color: #1C1B1B;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  max-width: 600px;
}

.page_header_tekst {
  line-height: 170%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  text-align: center;
}

.page_header__buttons {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.page_header__buttons a {
  padding: 15px 30px;
  background-color: var(--clr-ntrl-max);
  color: var(--clr-ntrl-min);
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid var(--clr-ntrl-max);
  border: none;
  transition: all .3s;
  font-family: Montserrat, sans-serif;
  border-radius: 8px;
}

.page_header__buttons a.active {
  background-color: var(--clr-primary);
  color: var(--clr-ntrl-min);
}

.home_banner {
  min-height: calc(100vw * 750 / 1920);
}

.home_banner article {
  position: relative;
}

.home_banner article img {
  width: 100%;
}

.slick-vertical .slick-slide {
  border: none !important;
}

.home_banner .slick-arrow {
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: white;
  font-size: 1.4em;
  border: none;
  z-index: 2;
  transform: translateY(-25px);
}

.home_banner .slick-next {
  position: absolute;
  transform: translateY(25px);
}

.home_banner .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.home_banner .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.home_banner .slick-dots li.slick-active {
  background-color: #000;
}

.home_banner .slick-dots li button {
  display: none;
}

.home_banner article .content {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  max-width: 1600px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
  transform: translateY(-50%);
}

.home_banner article div h2 {
  font-size: 2.5em;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  max-width: 700px;
  line-height: 150%;
}

.home_banner article div h3 {
  font-size: .9em;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home_banner article div a {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid var(--clr-ntrl-max);
  border: none;
  transition: all .3s;
  font-family: Montserrat, sans-serif;
}

.home_banner article .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Einde Page Header */

/* Aanbod */
.aanbod_top {
  width: 100%;
  max-width: 1600px;
  padding: 40px 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.aanbod_top>h1 {
  font-size: 2em;
  color: #314983;
  font-weight: 700;
}

.aanbod_top>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.aanbod_pagina {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 10px;
  padding-top: 20px;
  margin-bottom: 30px;
  background-color: #f2f5f6;
}

.aanbod_items {
  width: 100%;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product {
  width: 23%;
  margin: 0 1%;
  position: relative;
  transition: all 1s;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.product:hover img {
  transform: scale(1.05) translateY(-10px);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.product a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.product>img {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 1;
  transition: all 1s;
}

.product>h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product>h3 {
  width: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  color: #6a6a6a;
  font-size: 14px;
}

/* Einde Aanbod */

/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 10px 10px;
  margin: 0 auto;
  width: 100%;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 100%;

  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.blokken article.visible {
  opacity: 1;
  transform: translateY(0);
}

.blokken article>img {
  width: 48%;
  order: 1;
}

.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #000;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1.6em;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 20px;
}

.blokken_tekst ul {
  padding-left: 20px;
  list-style-type: disc;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_tekst li a {
  color: #DBB957;
  font-weight: 500;
  text-decoration: underline;
}

.blokken_content>a {
  display: inline-block;
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s;
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(even) img {
  order: 3;
}

/* Einde Blokken */

/* Logobanner */

.logobanner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logobanner article {
  width: 20%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.logobanner article a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.logobanner article img {
  width: 100%;
  transition: all .3s;
  filter: grayscale(100%);
  border: 1px solid #efefef;
}

.logobanner article:hover img {
  filter: grayscale(0);
}

.logobanner article h2 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

/* Einde logobanner */

/* Sponsors */

.content-box {
  margin: 0 auto;
  display: block;
  width: 96%;
  max-width: 1200px;
}

.content-box .main-title {
  font-size: 1.8em;
  color: var(--clr-ntrl-max);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.content-box .main-title span {
  display: inline-block;
  background-color: var(--clr-ntrl-min);
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}

.content-box .main-title hr {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--clr-primary);
  transform: translateY(-50%);
  margin: 0;
}

.content-box .sponsors {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 60px;
}

.content-box .sponsors:last-child {
  margin-bottom: 40px;
}

.content-box .sponsors li {
  width: calc(100% / 5 - 4 * (24px / 5));
}

.content-box .sponsors li img {
  width: 100%;
}

.content-box .sponsors.main_sponsors li {
  width: calc(100% / 3 - 2 * (24px / 3));
}

/* Vragen */

.vragensplit {
  padding: 0px 10px;
}

.vragensplit>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.vragen {
  width: 100%;
  margin-bottom: 100px;
}

.vragen article {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.vragen article h2 {
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 25px;
  color: #000;
  align-items: center;
  line-height: 170%;
  cursor: pointer;
  border-bottom: #f6f6f6 2px solid;
  width: 100%;
  padding: 12px 0;
  transition: all .3s;
}

.vragen article>i {
  font-size: 20px;
  color: var(--clr-primary);
  margin-top: 23px;
  margin-right: 25px;
  transition: all .3s;
}

.arrowUp i {
  transform: rotate(180deg);
}

.fa-minus {
  transform: rotate(180deg);
}

.vragen article>div {
  width: 100%;
}

.vragen article>div div {
  margin-top: 20px;
  color: #8f8f8f;
  line-height: 180%;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #f6f6f6 2px solid;
}

.vragen article>div div p:not(:last-child) {
  margin-bottom: 20px;
}

.vragen article>div div ul {
  list-style-type: disc;
  padding-left: 20px;
}

.vragen article>div div a {
  color: var(--clr-primary);
  font-weight: 600;
}

/* Einde Vragen */

/* Blog*/

.blog-img img {
  width: 100%;
}

.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}

.blog-head .c {
  width: 100%;
  color: #505050;
}

.blog-content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 30px;
}

.footermar-blog {
  padding-bottom: 50px;
}

.blog-item {
  position: relative;
}

.blog-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.blog-rows {
  margin-top: 1%;
}

.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}

.blog-row:last-child {
  margin-bottom: 0;
}

.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
  margin-right: 1%;
}

.blog-row.type-b .row-block {
  margin: 0;
  width: 100%;
}

.blog-row.reverse .row-block:first-child {
  order: 2;
  margin-left: 1%;
  margin-right: 0%;
}

.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
  margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
  width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.58);
  color: #fff;
}

.blog-rows .blog-inhoud h2 {
  font-weight: 700;
  text-align: left;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2em;
}

.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}

.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}

.type-c.reverse .combo-img .big {
  order: 2;
}

.type-c .combo-img>* {
  width: 50%;
}

.type-c .combo-img .big img {
  width: 100%;
}

.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.type-c .combo-img .small img {
  width: 50%;
}

.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.button-hold:last-child {
  margin-bottom: 0px;
}

.button-hold a {
  display: inline-block;
  border: 2px solid #000;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #000;
  transition: all 0.8s ease;
}

.button-hold a:hover {
  background-color: transparent;
  color: #000;
}

/**
 * Blog detail
 **/
.blog-holder {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  border: 2px solid #f7f7f7;

}

.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0;
  line-height: 180%;
}

.blog-item .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0 15px;
  line-height: 180%;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}

.blog-main .blog-img .h1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #000;
  font-size: 2.1em;
}

.blog-aside h3 {
  font-weight: 700;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 25px;
}

.blog-nav nav {
  border-top: 1px solid rgb(220, 220, 220);
  margin-bottom: 60px;
}

.blog-nav a {
  line-height: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(220, 220, 220);
  color: rgb(100, 100, 100);
  padding-left: 8px;
}

.blog-nav a:hover, .blog-nav a.active {
  color: #000;
}

.blog-nav-btn {
  display: none;
  text-align: center;
  padding: 10px 0;
  font-size: 3.2em;
  color: #000;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 1.2em;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #626572;
}

.blog-recent .c {
  margin-bottom: 10px;
  line-height: 180%;
  color: #999999;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: #000;
}

.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-overzicht .blog-item a {
  position: static;
}

.blog-overzicht .btn-hold {
  padding: 15px;
  text-align: left;
}

.blog-overzicht .btn-hold a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #000;
  font-weight: 700;
  border: 2px solid #000;
  color: #fff;
  transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
  background-color: transparent;
  color: #000;
}

.blog-overzicht h2 {
  font-size: 1.3em;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #626572;
}

.blog-overzicht .blog-item {
  width: 48%;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  transition: all 1s;
}

.blog-overzicht .blog-item:hover {
  transform: scale(1.03);
}

.blog-content-row {
  margin-bottom: 30px;
}

.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}

.blog-content-row h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6em;
  line-height: 150%;
  color: #626572;
}

.blog-content-row .c {
  width: 100%;
  margin: 0 auto;
}

.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}

.blog-content-row .multi-img-holder>a img {
  width: 100%;
}

.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
  width: 50%;
}

.blog-content-row .tekst-and-image .c {
  padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
  order: 2;
}

.title-hold {
  text-align: center;
  margin-bottom: 36px;
}

.title-hold h3 {
  margin-top: 30px;
  padding-top: 30px;
  color: #626572;
  border-top: 3px solid #ececec;
  font-size: 1.5em;
  font-weight: bold;
}

/* Blog Einde */

/* Sfeerbeelden */

.album {
  margin-bottom: 80px;
}

.album h1 {
  font-size: 2em;
  color: var(--clr-primary);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.sfeerbeelden {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.sfeerbeelden article {
  width: 25%;
  padding: 10px;
  transition: all 1s;
}

.sfeerbeelden article img {
  width: 100%;
  transition: all 1s;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0);
}

.sfeerbeelden article:hover {
  transform: scale(1.05);
}

.sfeerbeelden article:hover img {
  cursor: zoom-in;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

/* /Sfeerbeelden Einde */

/* Contact Pagina */

.contact_pagina {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 20px 0 20px;
}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--clr-primary-ltr);
  padding: 80px 50px;
  margin-top: 20px;
  width: 100%;
}

.contact_info p {
  font-size: 18px;
  font-weight: 200;
  color: #252525;
  margin: 8px 0;
}

.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
  font-family: 'Work Sans', sans-serif;
  font-size: 30px;
}

.contact_gegevens h2 {
  font-size: 18px;
  font-weight: 300;
  color: #353535;
  line-height: 170%;
}

.contact_gegevens p {
  padding-bottom: 10px;
}

.contact_split {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.contact_split h2 {
  font-weight: 300;
  color: #252525;
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 130%;
}

.contact_split div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.contact_split div p {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  color: #252525;
  font-weight: 300;
  font-size: 18px;
}

.contact_split div p a {
  color: #252525;
}

.contact_split div p i {
  position: absolute;
  left: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  color: #000;
  transform: translateY(-50%);
}

.contact_split img {
  width: 180px;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  top: -3px;
  right: -30px;
  border: 10px solid transparent;
  background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(white, white), linear-gradient(0deg, transparent 0, #ece8e8 0), linear-gradient(10deg, var(--clr-primary) 100%, var(--clr-primary) 60%), linear-gradient(10deg, transparent 0, #ece8e8 0), linear-gradient(60deg, transparent 0, #ece8e8 0);
  background-position: center center, left top, right top, left bottom, right bottom;
  background-origin: content-box, border-box, border-box, border-box, border-box;
  background-clip: content-box, border-box, border-box, border-box, border-box;
}


.contact_formulier {
  width: 55%;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_label {
  width: 100%;
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=file],
.contact_form select {
  width: 100%;
  border: 2px solid #EEEEEE;
  padding: 15px 15px;
  color: #252525;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Work Sans', sans-serif;
}

.contact_form select {
  background-image: url(/images/select.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus {
  border-bottom: 2px solid var(--colour-primary);
  font-weight: 400;
}

.contact_form textarea {
  width: 100%;
  border: 2px solid #EEEEEE;
  border-radius: 0px;
  padding: 15px 15px;
  color: #252525;
  font-weight: 300;
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  height: 180px;
}

.contact_form textarea:focus {
  border-bottom: 2px solid var(--colour-primary);
  font-weight: 300;
}

.contact_form input[type=submit] {
  padding: 15px 45px;
  font-weight: 200;
  color: #fff;
  background-color: var(--colour-primary);
  font-size: 20px;
  font-weight: 300;
  border: none;
  font-family: 'Work Sans', sans-serif;
  transition: all .3s;
}


.contact_form input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}

.contact_formulier .field {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.contact_formulier .field label {
  position: absolute;
  left: 12px;
  top: 17px;
  font-size: 20px;
  transition: all .3s;
  background-color: #fff;
  padding: 0 5px;
}

.contact_formulier .floatlabel label {
  top: -7px;
  left: 13px;
  font-size: 15px;
}


.contact_formulier #NaamInput {
  width: 48.5%;
}

.contact_formulier #EmailInput {
  width: 100%;
}

#dasmap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -70px;
  margin-bottom: 30px;
}

/* Einde Contact Pagina */

/* ======Onze Zalen====== */

.home_activiteiten__list {
  display: flex;
  gap: 6rem;
  flex-direction: column;
}

.home_activiteiten__item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 2rem;
}

.home_activiteiten__item>* {
  width: calc(50% - 5rem);
}

.home_activiteiten__item>.home_activiteiten__item_image {
  width: 40%;
}

.home_activiteiten__item>.home_activiteiten__item_content {
  width: calc(60% - 3rem);
}

.home_activiteiten__item>.full {
  width: 100%;
}

.home_activiteiten__item>.dienst_leden {
  width: 100%;
}

.home_activiteiten__item_image {
  position: relative;
}

.home_activiteiten__item_image img {
  width: 100%;
}

.item_image__status {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  background-color: var(--color-main);
  color: white;
  font-size: 1.2rem;
  text-align: center;
  z-index: 5;
}

.home_activiteiten__item_content {
  color: #808080;
  position: relative;
}

.home_activiteiten__item_content .overlay_icon {
  position: absolute;
  left: -30px;
  top: -16px;
  width: 40px;
}

.home_activiteiten__item_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home_activiteiten__item_content .h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  line-height: 125%;
  gap: 0.5rem;
}

.home_activiteiten__item_content .h3 {
  font-size: 1.5rem;
  line-height: 125%;
  text-transform: uppercase;
}

.home_activiteiten__item_content h4 {
  font-size: 1.2rem;
  line-height: 125%;
  color: var(--color-main);
  display: none;
}

.home_activiteiten__item_content .link {
  color: var(--color-highlight);
  display: flex;
  gap: 1rem;
  width: fit-content;
  font-size: 1.4rem;
}

.home_activiteiten__item_content .wysiwyg:not(:last-child) {
  margin-bottom: 1rem;
}

.home_activiteiten__item.reverse {
  flex-direction: row-reverse;
}

.home_activiteiten__item.reverse .item_image__status {
  top: 0;
  left: 0;
  right: auto;
}

.foldout.home_activiteiten__list {
  gap: 0;
  border-top: 3px solid var(--clr-base-dk);
}

.foldout .home_activiteiten__item {
  display: none;
}

.foldout .home_activiteiten__item.active {
  display: flex;
}

.home_activiteiten__outer {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  flex-direction: column;
  border-bottom: 3px solid var(--clr-base-dk);
}

.home_activiteiten__outer.more {
  display: none;
}

.home_activiteiten__outer_title {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #808080;
  width: 100%;
  cursor: pointer;
}

.home_activiteiten__outer_title>div {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.home_activiteiten__outer_title>div:first-child {
  color: var(--clr-base-dk);
}

.standard {
  padding: 7rem 0;
}

.standard.top_standard {
  padding-top: 0;
}

.standard__inner {
  width: 96%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.standard__inner .h1 {
  font-size: var(--fs-xxl);
  color: var(--clr-base-dk);
  line-height: 125%;
}

.standard__inner>.h1 {
  max-width: 600px;
}

.standard__inner>.h1:not(:last-child) {
  margin-bottom: 4rem;
}

.split_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}

.split_title__title {
  width: 45%;
}

.split_title__title .wysiwyg {
  color: #808080;
  padding-top: 8px;
  font-size: 1.4rem;
}

.split_title h1 {
  font-size: 3.2rem;
  text-transform: uppercase;
  color: var(--clr-base-dk);
  line-height: 125%;
}

.split_title>.wysiwyg {
  width: 45%;
  color: var(--clr-base-dk);
  padding-top: 8px;
  font-size: 1.2rem;
  text-align: right;
}

.split_title .wysiwyg p:last-child a {
  margin-top: 1rem;
  padding: 6px 12px;
  padding-right: 30px;
  background-color: var(--clr-primary);
  color: white;
  position: relative;
  border-radius: 12px;
  display: block;
  width: fit-content;
  font-size: 1.2rem;
}

.split_title .wysiwyg p:last-child a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
}

.split_title__subtitle {
  display: flex;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 2px solid var(--clr-base-dk);
  border-bottom: 2px solid var(--clr-base-dk);
  font-size: 1.4rem;
}

.split_title__subtitle span {
  color: var(--clr-base-dk);
}

/* Feature section */
.feature-section {
  display: flex;
  gap: 2rem;
  padding: 0 0 4rem 0;
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

/* Individual card */
.feature-card {
  flex: 1;
  background-color: #fafafa;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Image */
.feature-card__image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

/* Text elements */
.feature-card__title {
  margin: 0;
  font-size: 1.25rem;
  color: #333;
}

.feature-card__text {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

/* Action buttons row */
.feature-card__actions {
  margin-top: auto;
  /* push buttons to bottom if card grows */
  display: flex;
  gap: 1rem;
}

.feature-card__button {
  flex: 1;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  text-decoration: none;
  background-color: var(--clr-primary);
  color: #fff;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.feature-card__button:hover {
  background-color: var(--clr-primary-lt);
}

/* Detail pagina */

.blog-content.zaal-content {
  width: 96%;
  max-width: 1200px;
}

.zaal-content .blog-main {
  width: 100%;
}

/* =========== Reservaties overzicht ============== */

/* Reservatie overzicht */

.reservations-overview {
	display: grid;
	gap: 2rem;
}

.reservations-overview__section {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.reservations-overview__title {
	position: relative;
	font-size: 1.5rem;
	padding-bottom: 1rem;
	width: fit-content;
}

.reservations-overview__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--clr-primary, #FFA500);
	border-radius: 2px;
}

.reservations-overview__cards {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.reservations-overview__card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
	padding: 1rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.reservations-overview__details {
	display: flex;
  flex-wrap: wrap;
	gap: 1rem;
	margin: 0;
}

.reservations-overview__detail-row {
  width: calc(50% - 0.5rem);
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
  flex-grow: 1;
}

.reservations-overview__label {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.reservations-overview__value {
	margin: 0;
	line-height: 150%;
}

.reservations-overview__actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 1rem;
}

.reservations-overview__new-btn {
	background-color: var(--clr-primary, #FFA500);
	color: #fff;
	border: none;
	padding: 0.6rem 1.2rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
}

.reservations-overview__new-btn i {
	font-size: 0.9em;
}

/* Media queries reservatie overzicht */
@media (max-width: 500px) {
	.reservations-overview__cards {
		grid-template-columns: 1fr;
	}
}

/* Recurring event form */
#new-recurring-form p {
  line-height: 150%;
}
.recurring-form--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 600px;
  margin-top: 2rem;
}
#new-recurring-form .field {
  display: flex;
  flex-direction: column;
}

#new-recurring-form .field.double {
  grid-column: span 2;
}

#new-recurring-form .field label {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

#new-recurring-form .field input,
#new-recurring-form .field select {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

#new-recurring-form .recurring-form__title {
  grid-column: 1 / -1;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

#new-recurring-form .field--submit {
  grid-column: span 2;
  display: flex;
  justify-content: flex-end;
}

#new-recurring-form .recurring-form__submit {
  background-color: var(--clr-primary, #4CAF50);
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
#new-recurring-form .recurring-form__submit:hover {
  background-color: var(--clr-primary-ltr, #45A045);
}

#new-recurring-form .field--repeat-group {
  grid-column: span 2; 
  display:flex; 
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: row;
}

#new-recurring-form .repeat-group__subfield {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
}

#new-recurring-form .repeat-group__subfield select,
#new-recurring-form .repeat-group__subfield input {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}


/* Media queries algemeen */

@media screen and (max-width: 1500px) {
  .home_activiteiten__list {
    margin-left: 0;
    margin-right: 0;
  }

  .home_activiteiten__item_content .h2 {
    flex-direction: column;
  }

  .home_activiteiten__item_content {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 1300px) {
  .blog-overzicht .blog-item {
    width: 98%;
  }

  footer>div {
    justify-content: center;
    gap: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .contact_pagina {
    padding: 25px 10px;
  }

  .contact_gegevens {
    margin-bottom: 20px;
    padding: 30px 10px;
  }

  .contact_gegevens, .contact_formulier {
    width: 100%;
    padding: 0 10px;
  }

  .contact_gegevens h1, .contact_gegevens h2 {
    text-align: center;
    line-height: 120%;
  }

  .contact_gegevens>div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact_gegevens>div a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .contact_split div {
    padding: 20px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .contact_split img {
    display: none;
  }

  #dasmap {
    margin-top: 15px;
    height: 400px;
  }

  .blog-content-row .tekst-and-image>* {
    width: 100%;
  }

  .blog-content-row .tekst-and-image .img {
    margin: 15px auto;
    max-width: 500px;
  }

  .vragen article h2 {
    padding: 0;
  }

  .vragen article>i {
    margin-top: 12px;
  }

  .vragen article>div div {
    margin: 0;
  }

  .page_header {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .navigatie nav {
    display: none;
  }

  .menubtn {
    display: block;
  }
}

@media screen and (max-width: 1050px) {
  .home_activiteiten__list {
    gap: 4rem;
  }

  .home_activiteiten__outer {
    gap: 2rem;
  }

  .home_activiteiten__item {
    flex-direction: column;
    align-items: center;
  }

  .home_activiteiten__item>.home_activiteiten__item_image {
    width: 100%;
    max-width: 725px;
  }

  .home_activiteiten__item>.home_activiteiten__item_content {
    width: 100%;
  }

  .home_activiteiten__item_content h4 {
    display: block;
  }

  .home_activiteiten__item.reverse {
    flex-direction: column;
  }
}

@media screen and (max-width: 1000px) {
  .wysiwyg h1:not(:first-child) {
    margin-top: 2.5rem;
  }

  .wysiwyg h1:not(:last-child) {
    margin-bottom: 2rem;
  }

  .wysiwyg h2:not(:first-child) {
    margin-top: 2rem;
  }

  .wysiwyg h2:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .wysiwyg h3:not(:first-child) {
    margin-top: 1.5rem;
  }

  .wysiwyg h3:not(:last-child) {
    margin-bottom: 1rem;
  }

  .standard {
    padding: 4rem 0;
  }

  .standard__inner>.h1:not(:last-child) {
    margin-bottom: 3rem;
  }

  .blokken_content {
    width: 100%;
    padding: 0;
  }

  .blokken article:nth-child(even) img {
    order: 1;
  }

  .blokken article>img {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .blog-aside {
    order: 2;
    width: 100%;
    margin-right: 0;
  }

  .blog-main {
    width: 100%;
    padding: 10px;
  }

  .row-block .extra {
    padding: 10px;
  }

  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }

  .blog-aside h3 {
    width: 100%;
  }

  .blog-recent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .blog-recent .blog-item {
    width: 45%;
  }
}

@media screen and (max-width: 900px) {
  .split_title {
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2rem;
  }

  .split_title__title {
    width: 100%;
  }

  .split_title>.wysiwyg {
    width: 100%;
    text-align: left;
  }

  .blog-main .c {
    font-size: 1em;
  }

  .aanbod_pagina {
    flex-wrap: wrap;
    padding: 40px 0;
  }

  .aanbod_items {
    padding: 0;
    gap: 20px;
  }

  .aanbod_pagina aside {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .product {
    width: 100%;
  }

  .home_banner article div h3, .home_banner article div a {
    display: none;
  }

  .home_banner article div h2 {
    text-align: center;
    padding: 10px;
    font-size: 1.5em;
    width: 100%;
    max-width: 100%;
  }

  .home_banner article .overlay {
    background-color: rgba(0, 0, 0, .2);
  }
}

@media screen and (max-width: 800px) {
  .wysiwyg ul:not(:last-child) {
    margin-bottom: 2rem;
  }

  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.6em;
  }

  .blog-content-row .multi-img-holder.four>*, .blog-content-row .multi-img-holder.three>* {
    width: 49%;
  }

  .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
    margin-bottom: 2%;
  }

  .blog-content-row .multi-img-holder.three>*:last-child {
    display: none;
  }

  .contact_split div p {
    font-size: 18px;
  }

  .content-box .sponsors.main_sponsors li {
    width: calc(100% / 2 - 1 * (24px / 2));
  }

  .content-box .sponsors li {
    width: calc(100% / 3 - 2 * (24px / 3));
  }

  .tickertape {
    font-size: 30px;
  }

  .home_activiteiten__outer_title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .feature-section {
    flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .blog-recent .blog-item {
    width: 100%;
  }

  .logobanner article {
    width: 33.33%;
  }

  .curtaindrop h2 {
    font-size: 30px;
  }

  .curtaindrop p {
    font-size: 1.2em;
  }

  .curtaindrop .button {
    padding: 10px 30px;
    font-size: 18px;
  }

  .curtain-close {
    font-size: 50px;
  }

  .vragen {
    margin-bottom: 50px;
  }

  .vragen article h2 {
    font-size: 22px;
  }

  .content-box .sponsors {
    padding-bottom: 50px;
    gap: 10px;
  }

  .content-box .sponsors:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .aanbod_items {
    justify-content: flex-start;
  }

  .home_banner article div h2 {
    display: none;
  }

  .home_banner article .overlay {
    display: none;
  }

  .blog-row .row-block, .blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }

  .row-block:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }

  .blog-row {
    margin-bottom: 0;
  }

  .contact_form input[type=submit] {
    font-size: 16px;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 680px) {
  .blog-main .blog-img .h1 {
    position: static;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }
}

@media screen and (max-width: 650px) {
  .curtaindrop h2 {
    font-size: 25px;
  }

  .curtaindrop p {
    font-size: 1.1em;
  }

  .curtain-close {
    font-size: 40px;
  }

  .contact_gegevens h1 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
  }

  .contact_split {
    margin-top: 0px !important;
  }

  .contact_gegevens h2 {
    font-size: 17px;
    text-align: left;
  }

  .contact_info h2 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 700;
    width: 100%;
  }

  .contact_split div p {
    padding: 5px 0;
    font-size: 17px;
    padding-left: 40px;
    text-align: left;
    width: 100%;
  }

  .contact_gegevens>div a {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .standard__inner .h1 {
    font-size: var(--fs-xl);
  }

  .PL_Wrapper {
    right: 10px;
  }

  .blog-more-nav-btn {
    display: block;
  }

  .blog-more-nav {
    display: none;
  }

  .res-nav {
    width: 100%;
    right: -600px;
  }

  .menu-is-open {
    right: 0;
  }

  .logo {
    width: 150px;
  }

  .logobanner article {
    width: 50%;
  }

  .content-box .sponsors.main_sponsors li {
    width: calc(100%);
  }

  .content-box .sponsors li {
    width: calc(100% / 2 - 1 * (24px / 2));
  }

  .content-box .main_sponsors {
    padding-bottom: 50px;
  }

  .tickertape {
    font-size: 25px;
  }

  footer {
    padding-bottom: 0;
  }

  footer>div:not(.socialfooter) {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
  }

  .disclaimer {
    align-items: center;
    margin: 0;
  }

  .gdpr span {
    display: none;
  }

  .gdpr a {
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .home_activiteiten__item_content .h2 {
    font-size: 1.4rem;
  }

  .home_activiteiten__item_content .h3 {
    font-size: 1.2rem;
  }

  .wysiwyg a.button {
    width: 100%;
    margin: 5px 0;
  }
}

@media screen and (max-width: 400px) {
  .row-block.extra {
    display: none;
  }

  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }

  .wysiwyg h3 {
    font-size: 1.3rem;
  }

  .home_activiteiten__item_content .overlay_icon {
    display: none;
  }

  .home_activiteiten__list {
    margin-left: 0;
    margin-right: 0;
  }
}