/* IMPORTANT */
.mf-cursor-media {
  display: none !important;
}

@font-face {
  font-family: 'Neuehaasunica';
  src: url('/assets/fonts/NeueHaasUnica-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunica';
  src: url('/assets/fonts/NeueHaasUnica-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunica';
  src: url('/assets/fonts/NeueHaasUnica-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunica';
  src: url('/assets/fonts/NeueHaasUnica-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunica';
  src: url('/assets/fonts/NeueHaasUnica-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  letter-spacing: .01em;
  font-family: Neuehaasunica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  overscroll-behavior: none; /* prevent overscrolling so that the black back animation is not visible without background to blend on */
}

h1 {
  letter-spacing: 0;
  text-transform: lowercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 800;
  line-height: .9em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Spectral, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
}

ul {
  margin-bottom: 10px;
  font-family: Spectral, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  list-style-type: circle;
}

a {
  color: #fff;
  text-decoration: none;
  transition-property: none;
}

.body {
  background-color: #e4752f;
}

.main-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.shell-wrapper-black {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  mix-blend-mode: screen; 
}

.overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
  pointer-events: none;
}

.shell-wrapper-black.bottom {
  opacity: 0;
}

.shell-wrapper-black.links {
  overflow: hidden;
}

.overlay-img.absolute {
  position: absolute;
}

.overlay-img.links {
  flex: none;
}

.preloader {
  z-index: 9999;
  pointer-events: none;
  background-color: #e4752f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.swiper {
  width: 100%;
}

.swiper.preloader-col {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper.agendaswiper {
  width: 155vw;
  margin-left: -25vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swiper-wrapper.preloader-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.swiper-slide {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  max-width: 700px;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-slide.preloader-item {
  opacity: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.preloader-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.loader-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader-lottie {
  mix-blend-mode: screen;
  width: 100px;
}

.section-home1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  z-index: 30;
}

.titlewrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 2vw;
  overflow: hidden;
  z-index: 30;
}

.zenchef-embed {
  display: none;
}

.navigation-wrapper {
  z-index: 80;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 15px 35px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.section-home2 {
  z-index: 99;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.section-about3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  z-index: 30;
}

.title-home-img {
  width: 100%;
}

.nav-links {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo.w--current {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn {
  text-align: center;
  letter-spacing: .5px;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1px 35px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.btn:hover {
  color: #e4752f;
  background-color: #fff;
}

.btn.btn-reserveren {
  margin-top: 5px;
}

.btn.btn-insta {
  background-color: #e4752f;
}

.btn.btn-insta:hover {
  color: #e4752f;
  background-color: #fff;
}

.btn.btn-reserverenhome {
  background-color: #e4752f;
  margin-bottom: 10px;
}

.btn.btn-reserverenhome:hover {
  color: #e4752f;
  background-color: #fff;
}

.btn.btn-groepen {
  color: #ffffff;
  border-color: #ffffff;
  margin-left: 20%;
  margin-top: 15px;
}

.btn.btn-groepen:hover {
  color: #e4752f;
  background-color: #ffffff;
}

.btn.btn-groepen-reserveren {
  color: #e4752f;
  background-color: #ffffff;
  border-color: #ffffff;
  margin-left: 20%;
  margin-top: 15px;
}

.btn.btn-groepen-reserveren:hover {
  color: #ffffff;
  background-color: #e4752f;
}

.btn.btn-work {
  margin-top: 0;
}

.btn.btn-work:hover {
  color: #005b4a;
  background-color: #fff;
  border-color: #fff;
}

.btn.btn-mail {
  color: #000;
  border-color: #000;
  margin-top: 15px;
  margin-right: 20%;
}

.btn.btn-mail:hover {
  color: #f0eceb;
  background-color: #000;
}

.btn.btn-vacatures {
  color: #ffffff;
  border-color: #ffffff;
  padding: 5px 40px;
  box-sizing: border-box;
  display: inline-flex;
  height: auto;
  width: 30px;
}

.btn.btn-vacatures:hover {
  color: #005a4a;
  background-color: #ffffff;
}

.btn.btn-linkweb {
  color: #e4752f;
  background-color: #fff;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}

.btn.btn-linkweb:hover {
  color: #fff;
  background-color: #e4752f;
}

.btn.btn-linkweb.w--current {
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn.btn-linkinsta {
  color: #fff;
  background-color: #df6828;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.btn.btn-linkinsta:hover {
  color: #e4752f;
  background-color: #fff;
}

.logo-txt {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
  display: flex;
}

.logo-logo {
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 10px;
  display: flex;
}

.logo-logo-img {
  height: 140%;
  padding-top: 5px;
}

.section-photos4 {
  z-index: 50;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 4px;
}

.wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.wrapper.horizontal {
  flex-flow: row;
  justify-content: space-between;
}

.wrapper.horizontal.work-z {
  z-index: 65;
}

.wrapper.nomaxwidth {
  max-width: none;
}

.about-text {
  font-size: 25px;
  line-height: 1.1em;
}

.about-text.openingstijden {
  width: 100%;
  margin-top: 24px;
  font-family: Spectral, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.overlay-div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-menu5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  z-index: 30;
}

.section-agenda6 {
  z-index: 60;
  background-color: #00594a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-section {
  width: 100%;
  margin-bottom: 69px;
}

.title-section.menu {
  margin-bottom: 20px;
}

.title-section.contact {
  z-index: 40;
  margin-bottom: 20px;
  position: relative;
}

.title-section.bakker {
  margin-bottom: 20px;
}

.title-section.vacatures {
  margin-bottom: 20px;
}

.title-section.groepen {
  margin-bottom: 20px;
}

.title-section.totsnel {
  text-align: center;
  margin-bottom: 20px;
}

.swiper-divtop {
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden;
}

.swipertop-svg {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -2px;
  transform: scaleX(1.015); /* Slightly stretch the SVG horizontally */
}

.swiper-divbottom {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40svh;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block {
  position: absolute;
  inset: 0%;
}

.swiper-divbottom-fill {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.section-contact7 {
  z-index: 60;
  color: #000;
  background-color: #f0eceb;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
}

.preloader-llist {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.preloader-llist.preloader-list2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.preloader-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.preloader-wrapper.preloader-col {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.preloader-wrapper.agendaswiper {
  overflow: hidden;
}

.preloader-slide {
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
}

.preloader-slide.preloader-item {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.section-copyright8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.copyright-txt {
  font-family: Spectral, sans-serif;
  font-weight: 300;
}

.swiper-outerwrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.agenda-overlay-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.agenda-overlay-img {
  max-width: none;
  height: 290%;
}

.opening-txt {
  width: 100%;
  margin-top: 9px;
  font-family: Spectral, sans-serif;
  font-weight: 300;
}

.menu-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 14px;
  display: flex;
  position: sticky;
  top: 0;
}

.title-menu-a {
  margin-right: 48px;
  font-size: 18px;
  line-height: 18px;
  transition-property: none;
}

.title-menu-a:hover {
  opacity: .3;
}

.title-address-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 19px;
  display: flex;
}

.title-address-a {
  font-size: 18px;
  line-height: 18px;
  transition-property: none;
}

.title-address-a:hover {
  opacity: .3;
}

.insta-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  overflow: hidden;
}

.insta-item-a {
  object-fit: cover;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  overflow: hidden;
}

.insta-item-a:hover {
  transform: scale(.97);
}

.insta-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container */
  display: block;
}

.insta-btn-wrapper {
  justify-content: center;
  align-items: flex-end;
  padding-top: 30px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.swiper-slide-btn {
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  color: white !important;
  background-color: #005a4a;
}

.swiper-slide-btn:hover {
  /* background-color: #005a4a; */
  opacity: 0.7;
}

/* Specific hover style for reserveren page */
.body-reserveren .swiper-slide-btn:hover {
  background-color: #e4752f;
}

.body-reserveren .swiper-h3 {
  height: 2em;
}

.swiper-h3 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 800;
  word-wrap: normal;
}

.swiper-p {
  color: #000;
  text-align: left;
  width: 100%;
}

.swiper-date {
  color: #005a4a;
  text-align: center;
  width: 100%;
  margin-top: -31px;
  margin-bottom: 16px;
  font-size: 40px;
}

.menu-grid {
  grid-template-rows: auto;
  grid-auto-flow: row dense;
  width: 100%;
}

.menu-column {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.menu-item {
  border-bottom: 1px solid #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.vacatures-item {
  border-bottom: 1px solid #fff;
  flex-flow: row; /* Keeps items arranged in a row */
  justify-content: space-between; /* Horizontally spaces items to the left and right */
  align-items: center; /* Vertically centers the items */
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  width: 100%;
  box-sizing: border-box; /* Ensures padding is included in the width calculation */
}

.menu-h2 {
  letter-spacing: 0;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1em;
}

.menu-item-h4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1em;
}

.vacatures-item-h4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1em;
}

.menu-item-title-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3px;
  display: flex;
}

.vacatures-item-title-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3px;
  display: flex;
  margin-right: 40px;
  flex-direction: column;
}

.menu-item-price {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1em;
}

.menu-item-txt {
  font-family: Spectral, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.vacatures-item-txt {
  font-family: Spectral, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.menu-type-wrapper {
  margin-top: 102px;
}

.vacatures-type-wrapper {
  margin-top: 102px;
}

.vacatures-list-wrapper {
  width: 100%;
}

.menu-divider-img {
  width: 100%;
  margin-top: 100px;
  padding-left: 18px;
  padding-right: 18px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.contact-grid {
  z-index: 40;
  grid-template-rows: auto;
  grid-auto-flow: row dense;
  width: 100%;
  position: relative;
}

.contact-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-column.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-column.right {
  justify-content: flex-end;
  align-items: flex-end;
}

.contact-h2 {
  text-align: right;
  font-size: 18px;
  line-height: 1em;
}

.contact-txt {
  text-align: right;
  padding-left: 20%;
  font-family: Spectral, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}

.section-work {
  z-index: 60;
  background-color: #bce0dc;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-vacatures {
  z-index: 60;
  background-color: #005a4a;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1em;
}

.contact-overlay-img {
  max-width: none;
  height: 300%;
  margin: -30%;
}

.contact-overlay-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.contact-adres-h2 {
  text-align: left;
  margin-bottom: 1px;
  font-size: 18px;
  line-height: 1em;
}

.adres-txt {
  text-align: left;
  font-family: Spectral, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.adres-txt a {
  color: black;
  text-decoration: underline;
}

.adres-txt a:hover {
  opacity: 30%;
}

.contact-mail-a {
  color: #000;
  font-family: Spectral, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: underline;
  transition-property: none;
}

.contact-mail-a:hover {
  opacity: .4;
}

.body-404 {
  background-color: #e4752f;
}

._404-wrapper {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.text-block {
  text-align: center;
  font-family: Spectral, sans-serif;
  font-weight: 300;
}

._404-link {
  text-decoration: underline;
}

._404-link:hover {
  opacity: .49;
}

.body-links {
  background-color: #e4752f;
}

.links-main {
  z-index: 60;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 97px;
  padding-bottom: 129px;
  display: flex;
  position: relative;
  text-align: center;
}

.linkweb-btn-wrapper {
  z-index: 70;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.link-item-a {
  background-color: #e4752f;
  border: 1px solid #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.link-item-a:hover {
  color: #df6828;
  background-color: #fff;
}

.link-item-arrow-img {
  height: 12px;
  margin-right: 16px;
}

.link-item-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-item-img-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 210px;
  display: flex;
  overflow: hidden;
}

.link-item-img {
  width: 100%;
  max-width: none;
}

.link-item-title-txt {
  margin-right: 26px;
  font-family: Spectral, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
}

.link-item-main-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 18px;
  display: flex;
}

.code-embed {
  display: none;
}

.work-txt {
  text-align: left;
  max-width: 50vw;
  margin-top: 12px;
  padding-right: 92px;
  font-family: Spectral, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}

.work-txt-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.work-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-bakker {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 75px;
  display: flex;
  z-index: 30;
}

.section-groepen {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 150px;
  display: flex;
  z-index: 30;
}

.groepen-txt-wrapper {
  width: 66%;
}

.vacatures-txt-wrapper {
  width: 66%;
}

.bakker-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.vacatures-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.groepen-wrapper {
  justify-content: right;
  align-items: center;
  width: 100%;
  display: flex;
  text-align: right;
  padding-left: 59px;
}

.bakker-img-wrapper {
  aspect-ratio: 16 / 9;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 230px;
  display: flex;
  overflow: hidden;
}

.section-totsnel {
  z-index: 60;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 53px;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  display: none;
  position: relative;
  overflow: hidden;
}

.image {
  width: 100%;
  max-width: none;
}

.bakker-txt-p {
  margin-right: 59px;
}

.vacatures-txt-p {
  margin-bottom: 20px;
}

.groepen-txt-p {
  margin-right: 0;
  margin-bottom: 20px;
}

.title-buttons-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .btn.btn-groepen {
    margin-left: 0;
  }

  .contact-column {
    max-width: 100%;
  }

  .qa-content {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .overlay-img {
    transform: scale(1.4);
  }

  .btn.btn-reserverenhome {
    width: 100%;
  }

  .swiper-wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .btn {
    padding-left: 23px;
    padding-right: 23px;
    font-size: 12px;
  }

  .btn.btn-reserveren:hover, .btn.btn-groepen:hover {
    color: #fff;
    background-color: #fff0;
  }

  .btn.btn-work {
    margin-top: 18px;
  }

  .btn.btn-work:hover {
    color: #fff;
    background-color: #fff0;
  }

  .btn.btn-mail {
    margin-right: 0;
  }

  .btn.btn-mail:hover {
    color: #fff;
    background-color: #fff0;
  }

  .btn.btn-linkweb {
    margin-right: 0;
  }

  .btn.btn-linkweb:hover {
    color: #fff;
  }

  .btn.btn-linkinsta {
    margin-right: 0;
  }

  .logo-txt {
    display: none;
  }

  .btn-text {
    margin-top: 2px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .preloader-llist {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .section-copyright8 {
    margin-bottom: 110px;
  }

  .menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }

  .title-menu-a {
    margin-right: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .title-address-wrapper {
    margin-top: 12px;
  }

  .title-address-a {
    font-size: 12px;
    line-height: 12px;
  }

  .insta-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .insta-item-a:hover {
    transform: none;
  }

  .insta-btn-wrapper {
    padding-top: 15px;
  }

  .swiper-h3 {
    font-size: 17px;
    line-height: 26px;
  }

  .swiper-p {
    font-size: 14px;
  }

  .swiper-date {
    margin-top: -9px;
    font-size: 35px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-type-wrapper {
    margin-top: 40px;
  }

  .vacatures-type-wrapper {
    margin-top: 40px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-column {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-column.left {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-column.right {
    justify-content: center;
    align-items: flex-end;
  }

  .contact-txt {
    padding-left: 0%;
  }

  .contact-overlay-img {
    height: 160%;
    margin-top: 9%;
    margin-right: -94%;
  }

  .contact-overlay-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .link-item-a:hover {
    color: #fff;
    background-color: #e4752f;
  }

  .link-item-arrow-img {
    height: 8px;
    margin-right: 10px;
  }

  .link-item-img-wrapper {
    height: 140px;
  }

  .link-item-title-txt {
    margin-right: 16px;
    font-size: 14px;
  }

  .link-item-main-wrapper {
    padding: 12px;
  }

  .work-txt {
    max-width: none;
    padding-right: 0;
  }

  .work-txt-wrapper {
    width: 100%;
  }

  .work-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bakker-wrapper {
    flex-flow: column;
  }

  .bakker-img-wrapper {
    width: 100%;
    height: auto;
    margin-top: 35px;
  }

  .groepen-txt-wrapper {
    width: 100%;
  }

  .vacatures-txt-wrapper {
    width: 100%;
  }

  .section-totsnel {
    z-index: 60;
  }
  
  .floating-button-text {
    font-size: 12px;
  }

  .qa-content {
    width: 100%;
  }

  /* Add responsive styles for the image grid in reserveren sections */
  .section-bakker .wrapper [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
  }

  .swiper.agendaswiper {
    overflow: hidden;
  }

  .swiper-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .loader-lottie {
    max-width: 40vw;
  }

  .swiper-divtop {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .preloader-llist {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .preloader-wrapper.agendaswiper {
    overflow: hidden;
  }

  .insta-grid {
    grid-template-columns: 1fr;
  }

  .swiper-h3 {
    line-height: 25px;
  }

  .swiper-date {
    margin-top: 0;
  }

  .contact-overlay-img {
    height: 120%;
    margin-top: 61%;
    margin-right: -124%;
  }
}

.floating-button {
  position: fixed;
  bottom: 74px;
  right: 15px;
  color: #e4752f;
  background-color: #fff;
  width: auto;
  padding: 12px 24px;
  border-radius: 12px;
  cursor: pointer;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.floating-button:hover {
  color: #fff;
  background-color: #e4752f;
}

.floating-button-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px;
  line-height: 20px;
}

.section-qa {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 75px;
  display: flex;
  z-index: 30;
}

.qa-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.qa-content {
  width: 66%;
}

.qa-intro a,
.qa-answer a {
  text-decoration: underline;
}

.qa-items {
  margin-top: 30px;
}

.qa-item {
  margin-bottom: 18px;
  cursor: pointer;
}

.qa-question {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  line-height: 1.2em;
}

.qa-question::before {
  content: "+";
  margin-right: 10px;
  font-size: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 20px;
  display: inline-block;
}

.qa-item.collapsed .qa-question::before {
  transform: rotate(45deg);
}

.qa-answer {
  font-family: Spectral, sans-serif;
  font-weight: 300;
  margin-top: 3px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
  margin-left: 30px;
}

.qa-item.collapsed .qa-answer {
  max-height: 1000px;
  margin-top: 10px;
}

.body-reserveren {
  background-color: #e4752f;
}

.reserveren-main {
  z-index: 60;
  width: 100%;
  padding-top: 97px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.reserveren-btn-wrapper {
  z-index: 70;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.reserveren-item-a {
  background-color: #e4752f;
  border: 1px solid #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.reserveren-item-a:hover {
  color: #df6828;
  background-color: #fff;
}

.reserveren-item-arrow-img {
  height: 12px;
  margin-right: 16px;
}

.reserveren-item-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reserveren-item-img-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 210px;
  display: flex;
  overflow: hidden;
}

.reserveren-item-img {
  width: 100%;
  max-width: none;
}

.reserveren-item-title-txt {
  margin-right: 26px;
  font-family: Spectral, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
}

.reserveren-item-main-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 18px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .reserveren-item-a:hover {
    color: #fff;
    background-color: #e4752f;
  }

  .reserveren-item-arrow-img {
    height: 8px;
    margin-right: 10px;
  }

  .reserveren-item-img-wrapper {
    height: 140px;
  }

  .reserveren-item-title-txt {
    margin-right: 16px;
    font-size: 14px;
  }

  .reserveren-item-main-wrapper {
    padding: 12px;
  }
}

.reserveren-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  margin-top: 50px;
}

.reserveren-slide {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .reserveren-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .reserveren-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.title-section-reserveren {
  width: 100%;
  margin-bottom: 69px;
  font-weight: 800;
  font-size: 25px;
  text-align: center;
}

.section-reserveren {
  margin-bottom: 150px;
}

.reserveren-swiper-img {
  width: 100%;
  height: 220px; /* Fixed height for consistency */
  object-fit: cover; /* This ensures the image fills the container while maintaining aspect ratio */
  object-position: center; /* Centers the image within the container */
  padding-bottom: 30px;
}

.section-reserveren-detail {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 75px;
  display: flex;
  z-index: 30;
}

.section-reserveren-detail .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reserveren-detail-content {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reserveren-detail-title {
  margin-top: 0;
  margin-bottom: 20px;
  /* letter-spacing: 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 1em;
  text-align: left; */
}

.reserveren-detail-text {
  margin-bottom: 5px;
  font-family: Spectral, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3em;
  text-align: left;
}

.section-reserveren-detail .btn.btn-groepen {
  display: inline-flex;
  width: auto;
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .reserveren-detail-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-reserveren-detail .wrapper [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
  
  .section-reserveren-detail {
    padding-top: 35px;
    padding-bottom: 100px;
  }
}

/* Reserveren Detail Section Image Grid */
.reserveren-detail-images {
  display: flex;
  gap: 24px;
  width: 100%;
  margin-bottom: 10px;
  height: 350px;
}

.reserveren-detail-image-container {
  flex: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.reserveren-detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .reserveren-detail-images {
    flex-direction: column;
    height: auto;
    gap: 16px;
  }

  .reserveren-detail-image-container {
    flex: none;
    height: 250px;
    width: 100%;
  }
}

.swiper-slide a {
  color: #e4752f;
}


