:root {
  --white: white;
  --black: black;
  --gold: #c38f40;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.div-block {
  align-items: stretch;
  display: flex;
}

.div-block-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1320px;
  padding: 20px;
}

.navbar {
  border-bottom: 2px none var(--white);
  background-color: var(--black);
  box-shadow: 0 2px 5px #fff3;
}

.brand {
  max-width: 220px;
}

.nav-link {
  color: var(--white);
  border-bottom: 2px solid #c38f4000;
  margin: 20px;
  padding: 5px 0;
  font-family: League Gothic, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all .2s ease-in;
}

.nav-link:hover {
  border-bottom-color: var(--gold);
}

.nav-link.w--current {
  color: var(--gold);
}

.nav-link-2 {
  font-family: Versailles, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 2px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: all .2s ease-in;
  display: flex;
}

.link-block:hover {
  border-bottom-color: var(--gold);
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Gothic, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.image {
  width: 20px;
}

.container-2 {
  max-width: 1320px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.main-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.image-2 {
  width: 100%;
  min-width: 100%;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.black {
  background-color: var(--black);
}

.section.grey {
  background-color: #f1ead1;
}

.heading-2 {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  font-family: League Gothic, sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-2.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.white {
  color: var(--white);
}

.image-3 {
  width: 1180px;
  max-width: 180px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.image-4 {
  min-width: 80px;
  max-width: 20%;
  margin-bottom: -14px;
  position: relative;
  left: 60%;
  transform: rotate(-80deg);
}

.image-4.invert {
  filter: invert();
}

.div-block-6 {
  padding-left: 0;
}

.paragraph {
  color: var(--black);
  margin-bottom: 50px;
  font-family: Versailles, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.paragraph.white {
  color: var(--white);
}

.div-block-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  min-width: 141.391px;
  padding: 10px 25px;
  font-family: League Gothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all .2s ease-in;
  display: block;
}

.button:hover {
  background-color: var(--white);
}

.button.white {
  background-color: var(--white);
  color: var(--black);
}

.button.white:hover {
  background-color: var(--gold);
}

.button.white.w--current {
  font-size: 1.7rem;
}

.button.round {
  border-radius: 30px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-9 {
  background-color: var(--gold);
  width: 70px;
  height: 2px;
}

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

.code-embed {
  margin-top: 60px;
}

.footer {
  background-color: var(--black);
  border-top: 2px solid #fff3;
  padding-top: 100px;
  padding-bottom: 20px;
}

.div-block-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-2 {
  max-width: 220px;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Gothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Versailles, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-3._2 {
  cursor: default;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.div-block-16._2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
}

.div-block-17 {
  border-top: 1px solid #464646;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
}

.gold {
  color: var(--gold);
}

.card-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Gothic, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--gold);
  background-image: linear-gradient(137deg, #000, #0e0e0e);
  border-radius: 20px;
  flex-flow: column;
  padding: 40px 40px 20px;
  display: flex;
}

.paragraph-2 {
  color: #979797;
  font-family: Versailles, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.paragraph-2.headerparagraph {
  text-align: center;
  max-width: 60rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.paragraph-2.headerparagraph.nospacing {
  margin-bottom: 0;
}

.heading-6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Gothic, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-3 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.2;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-22 {
  margin-top: auto;
  padding-top: 20px;
}

.code-embed-2 {
  margin-top: 60px;
  position: absolute;
  inset: 0%;
}

.slider {
  background-color: #ddd0;
  width: auto;
  height: auto;
  margin-top: 60px;
}

.image-6 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 30px;
  width: 100%;
  height: 600px;
  position: static;
  top: -22px;
}

.icon, .icon-2 {
  color: var(--white);
  font-size: 30px;
}

.left-arrow {
  background-color: var(--gold);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  inset: 25% auto 25% 2%;
}

.right-arrow {
  background-color: var(--gold);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  inset: 25% 2% 25% auto;
}

.div-block-23 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.div-block-24 {
  border: 5px solid var(--gold);
  background-image: url('../images/Delicious-food-for-every-mood-2.pdf-image-007_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 400px;
  position: relative;
}

.div-block-24._2 {
  background-image: url('../images/Delicious-food-for-every-mood-2.pdf-image-005_1.avif');
}

.div-block-24._3 {
  background-image: url('../images/Delicious-food-for-every-mood-2.pdf-image-006_1.avif');
}

.div-block-25 {
  background-image: url('../images/Delicious-food-for-every-mood-2.pdf-image-005_1.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-26 {
  background-image: url('../images/Delicious-food-for-every-mood-2.pdf-image-006_1.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 25% -14% auto;
}

.heading-7 {
  color: var(--black);
  text-align: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  font-family: League Gothic, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.image-9 {
  width: 150px;
  margin-top: 0;
}

.div-block-31 {
  flex-flow: column;
  flex: 1;
  align-items: stretch;
  max-width: 200px;
  display: flex;
  position: absolute;
  left: -16px;
}

.div-block-32 {
  flex: 0 auto;
  width: 100%;
  padding-left: 20%;
}

.div-block-33 {
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 10%;
}

.paragraph-4 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.paragraph-5 {
  font-family: Versailles, sans-serif;
}

.googlecalander {
  width: 100%;
  height: 500px;
  position: relative;
  inset: 0%;
}

.link-2 {
  color: #c28e41;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  transition: all .2s;
}

.link-2:hover {
  color: #fff;
}

.pakketten_small-text {
  color: #979797;
  text-align: center;
  font-family: Versailles, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.pakketten_small-text.headerparagraph {
  text-align: center;
  max-width: 60rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pakketten_small-text.headerparagraph.nospacing {
  margin-bottom: 0;
}

.spacer-small {
  height: 0;
  margin-top: 13px;
  display: block;
}

@media screen and (max-width: 991px) {
  .div-block {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-3 {
    flex: 0 auto;
    margin-right: 20px;
  }

  .nav-menu {
    background-color: #000;
    border-top: 1px solid #3b3b3b;
  }

  .brand.w--current {
    max-width: 160px;
  }

  .nav-link {
    text-align: center;
  }

  .main-grid {
    flex-flow: column-reverse;
    display: flex;
  }

  .image-2 {
    min-width: auto;
    max-width: 70%;
    display: none;
  }

  .image-3, .image-4 {
    display: none;
  }

  .card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-5 {
    font-size: 1.8rem;
  }

  .card {
    padding: 20px;
  }

  .heading-6 {
    font-size: 3rem;
  }

  .code-embed-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .image-6 {
    height: 500px;
  }

  .div-block-23 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .div-block-24 {
    margin-bottom: 0;
  }

  .menu-button {
    background-color: var(--white);
    color: var(--gold);
    border-radius: 10px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .icon-3 {
    font-size: 40px;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .brand.w--current {
    padding-left: 0;
  }

  .heading {
    font-size: 1.2rem;
  }

  .image-2 {
    max-width: 100%;
    display: block;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-2 {
    font-size: 3.6rem;
  }

  .image-3 {
    max-width: 180px;
  }

  .image-4 {
    max-width: 20%;
  }

  .button, .button.white.w--current {
    font-size: 1.4rem;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 60px;
  }

  .div-block-11 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-2.w--current {
    max-width: 180px;
  }

  .card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .image-6 {
    height: 450px;
  }

  .icon, .icon-2 {
    font-size: 25px;
  }

  .left-arrow, .right-arrow {
    width: 40px;
    height: 40px;
  }

  .div-block-23 {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 1.7rem;
  }

  .menu-button {
    padding: 8px;
  }

  .icon-3 {
    font-size: 32px;
  }

  .image-9 {
    width: 100px;
  }

  .link-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-3 {
    margin-right: 20px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand.w--current {
    max-width: 120px;
    padding-left: 0;
  }

  .main-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-2 {
    text-align: center;
    font-size: 3.2rem;
  }

  .heading-2.center.white {
    font-size: 3rem;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-4 {
    max-width: 25%;
  }

  .div-block-6 {
    padding-left: 0;
  }

  .paragraph {
    text-align: center;
  }

  .div-block-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .code-embed {
    margin-top: 40px;
  }

  .footer {
    padding-top: 60px;
  }

  .div-block-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .link {
    text-align: center;
  }

  .div-block-12, .div-block-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .link-block-3._2 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-14 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .card-wrapper {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .slider, .div-block-23 {
    margin-top: 40px;
  }

  .div-block-27 {
    background-image: none;
  }

  .heading-7 {
    max-width: none;
    margin-top: 10px;
  }

  .image-8 {
    max-width: 120px;
  }

  .div-block-28, .div-block-29, .div-block-30 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-9 {
    width: 80px;
  }

  .link-2 {
    font-size: 20px;
  }

  #w-node-_7add8231-4983-6c3d-7a22-8faa8720a7f4-8720a7f1, #w-node-dcb2bc32-26e4-5405-2e40-d26a88c66cce-5bfc5499 {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Versailles';
  src: url('../fonts/VersaillesLTStd-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Versailles';
  src: url('../fonts/VersaillesLTStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Versailles';
  src: url('../fonts/VersaillesLTStd-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Versailles';
  src: url('../fonts/VersaillesLTStd-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Versailles';
  src: url('../fonts/VersaillesLTStd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Versailles';
  src: url('../fonts/VersaillesLTStd-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Versailles';
  src: url('../fonts/VersaillesLTStd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Versailles';
  src: url('../fonts/VersaillesLTStd-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}