@font-face {
  font-family: Permanentmarker;
  src: url('../fonts/PermanentMarker-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klinic Slab;
  src: url('../fonts/KlinicSlabBook.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klinic Slab;
  src: url('../fonts/KlinicSlabLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klinic Slab;
  src: url('../fonts/KlinicSlabBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klinic Slab;
  src: url('../fonts/KlinicSlabMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --second-blue: #0e0a31;
  --secondary-yellow: #dfb026;
  --main-blue: #2f2b69;
  --main-yellow: #fed047;
  --grey: #f8f8f8;
}

h1 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: .9;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  color: var(--second-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

h5 {
  color: var(--second-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

p {
  color: var(--second-blue);
  margin-bottom: 0;
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: .875em;
  font-weight: 500;
  line-height: 1.5;
}

ul {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  display: flex;
}

li {
  color: var(--second-blue);
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.header {
  background-color: var(--secondary-yellow);
  min-height: 100vh;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.navigation {
  z-index: 50;
  background-color: var(--white);
  border-bottom: .05em solid #ebebeb;
  max-height: 4.5em;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  max-width: 82em;
  margin-left: auto;
  margin-right: auto;
}

._3-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .35fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 4.5em;
  display: grid;
}

.nav-links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  max-height: 4.5em;
  display: flex;
}

.logo-link {
  max-width: 9em;
}

.nav-cta {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-end;
  align-items: center;
  max-height: 4.55em;
  display: flex;
}

.logo-image {
  display: block;
}

.nav-item {
  grid-column-gap: .35em;
  grid-row-gap: .35em;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  display: flex;
}

.nav-text {
  color: var(--second-blue);
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.circle-plus {
  border-radius: 5em;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.cross {
  justify-content: center;
  align-items: center;
  max-width: .5em;
  display: flex;
}

.pattern {
  z-index: 5;
  position: absolute;
  inset: 4em 0% auto;
}

.head-text-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.head-full-img {
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

._50-img {
  min-width: 50%;
  position: relative;
}

.abs-img {
  background-image: url('../images/smaakbrigade_header_160925.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.left-text {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  margin-left: 4em;
  padding-top: 12em;
  display: flex;
}

.button-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--main-blue);
  color: var(--white);
  border-radius: 10em;
  justify-content: flex-start;
  align-items: center;
  padding: .4em 1.5em .4em .4em;
  text-decoration: none;
  display: flex;
}

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

.button._1 {
  transition: all .2s;
}

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

.button._2 {
  background-color: var(--white);
  color: var(--second-blue);
  transition: all .2s;
}

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

.button.yellow {
  background-color: var(--main-yellow);
}

.button.yellow.nav {
  color: var(--second-blue);
  transition: all .2s;
}

.button.yellow.nav:hover {
  background-color: var(--main-blue);
  color: var(--white);
}

.button._3 {
  transition: all .2s;
}

.button._3:hover {
  background-color: var(--main-yellow);
}

.button.next {
  transition: all .2s;
}

.button.next:hover {
  background-color: var(--main-yellow);
  color: var(--second-blue);
}

.small-circle {
  background-color: var(--white);
  border-radius: 5em;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.regular-text {
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.regular-text.blue {
  color: var(--second-blue);
}

.regular-text._1-5 {
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.regular-text._1-5.bold {
  font-weight: 700;
}

.regular-text._1-5.link {
  transition: all .2s;
}

.regular-text._1-5.link:hover {
  color: var(--secondary-yellow);
}

.cross-offerte {
  justify-content: center;
  align-items: center;
  max-width: 1em;
  display: flex;
}

.header-top {
  height: 5.6em;
  overflow: hidden;
}

.rotating-text {
  margin-bottom: .2em;
}

.boventitel {
  color: var(--white);
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

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

.normal-section {
  background-color: var(--white);
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.flex-outside {
  justify-content: space-between;
  display: flex;
}

.flex-outside.top {
  justify-content: space-between;
  align-items: flex-start;
}

.content-container-text {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40em;
  display: flex;
}

.checkmark-container {
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkmark {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--second-blue);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-1 {
  justify-content: center;
  align-items: center;
  width: 1em;
  display: flex;
}

.arrow {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 5em 7.5em;
}

.arrowsvg {
  max-width: 7em;
}

.marked {
  color: var(--white);
  text-align: center;
  font-family: Permanentmarker, Arial, sans-serif;
  font-size: 2.2em;
  line-height: 1;
  transform: rotate(-7deg);
}

.sticky-container {
  position: relative;
}

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

.p-mid {
  text-align: center;
  font-size: 1.25em;
}

.tarief-section {
  background-color: var(--grey);
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.h1_yellow {
  color: var(--secondary-yellow);
}

.grid-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pakket-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border-radius: .5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 2em 1.5em;
  display: flex;
}

.pricing {
  color: var(--second-blue);
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1;
}

.flex-left {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-left.top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-end;
}

.tag {
  color: var(--secondary-yellow);
  margin-bottom: .75em;
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
}

.flex-below {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.footer {
  background-color: var(--main-blue);
  margin-top: -1.5em;
  padding-top: 5em;
  padding-bottom: 1em;
  position: relative;
}

.left-footer {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  color: var(--white);
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: -5em 0% auto;
}

.logo-footer {
  max-width: 10em;
}

.pattern-track {
  z-index: 0;
  background-color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
  inset: -4em 0% auto;
  overflow: hidden;
}

.image {
  max-width: 35em;
}

.trackslide {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider {
  height: 5em;
}

.bigger {
  flex: 1;
  max-width: 15em;
}

.right-footer {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.haccp {
  max-width: 5em;
}

.socail-icons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.social-link {
  background-color: var(--secondary-yellow);
  color: var(--white);
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  background-color: var(--second-blue);
}

.ig {
  justify-content: center;
  align-items: center;
  width: 1.15em;
  display: flex;
}

.fb {
  justify-content: center;
  align-items: center;
  max-width: .6em;
  display: flex;
}

.rich-text {
  margin-top: 2em;
}

.configurator {
  background-color: var(--secondary-yellow);
  min-height: 100vh;
  padding-top: 10em;
  padding-bottom: 5em;
}

.form-step, .form-steps {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.head-container {
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.select-option {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-option {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  cursor: pointer;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1.25em 1.5em 1.25em .5em;
  transition: all .2s;
  display: flex;
  position: relative;
}

.radio-option:hover {
  background-color: var(--grey);
}

.radio-option.flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.radio-button {
  border: .05em solid var(--secondary-yellow);
  border-radius: .25em;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  background-color: var(--main-blue);
  background-image: url('../images/Checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border-style: none;
  box-shadow: 0 2px 5px #0000;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 2px 5px #0000;
}

.radio-label-text {
  color: var(--main-blue);
  margin-bottom: 0;
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.radio-label-text.big {
  font-size: 1.5em;
  font-weight: 700;
}

.next-back {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border: .025em solid #e9e9e9;
  border-radius: 5em;
  justify-content: flex-end;
  align-items: center;
  padding: .75em 1em;
  display: flex;
  position: fixed;
  inset: auto 2em 2em auto;
}

.submit_button {
  background-color: var(--main-blue);
  color: var(--white);
  border-radius: 5em;
  padding: 1em 2em;
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
}

.submit_button:hover {
  background-color: var(--secondary-yellow);
  color: var(--white);
}

.informatie {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  border-radius: .5em;
  flex-flow: column;
  padding: 1.5em 1.25em;
  display: flex;
}

.input_field {
  border: .025em solid var(--main-yellow);
  border-radius: .5em;
  margin-bottom: 0;
  padding: 1.5em 1em;
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.input_field.extra {
  padding-bottom: 5em;
}

.divider-small {
  height: 2em;
}

.success-message {
  background-color: var(--grey);
  background-image: linear-gradient(#ffffffcf, #ffffffcf), url('../images/patroon2.png');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  border-radius: .5em;
  padding: 5em 2.5em;
}

.t {
  color: var(--second-blue);
  font-family: Klinic Slab, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.div-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.configurator-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.small-h2 {
  color: var(--white);
  font-size: 2em;
}

.wagen-bloc {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: none;
}

.mobile-nav-circle, .mobile-nav {
  display: none;
}

.contact-section {
  background-color: var(--secondary-yellow);
  padding-top: 10em;
  padding-bottom: 20em;
}

._50-locatie {
  width: 50%;
  min-height: 40em;
}

.cntc-page {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  border-radius: .5em;
  flex-flow: column;
  min-width: 100%;
  max-height: 100%;
  padding: 2.5em;
  display: flex;
}

.contact-info {
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  display: block;
}

.h2blue {
  color: var(--second-blue);
  line-height: .7;
}

.gekozen_item {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 95%;
  }

  .nav-item {
    display: none;
  }

  .circle-plus.bigger {
    background-color: var(--secondary-yellow);
    color: var(--white);
    flex: 0 auto;
    width: 2em;
    height: 2em;
  }

  .cross._33 {
    color: var(--second-blue);
    max-width: 1em;
  }

  .head-full-img {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
  }

  ._50-img {
    min-width: 100%;
    min-height: 30em;
  }

  .left-text {
    min-width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10em;
  }

  .button.yellow.nav {
    display: none;
  }

  .button.yellow.nav.no {
    display: flex;
  }

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

  .mobile-nav-circle {
    background-color: var(--grey);
    border-radius: 5em;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    display: flex;
  }

  .mobile-nav {
    z-index: 15;
    background-color: var(--second-blue);
    padding-top: 8em;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .link-home {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    text-decoration: none;
    display: flex;
  }

  .menu-item {
    font-family: Klinic Slab, Arial, sans-serif;
    font-size: 2em;
    font-weight: 500;
    line-height: 1;
  }

  .lottie-animation {
    max-width: 2em;
  }
}

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

  .circle-plus.bigger {
    width: 2em;
    height: 2em;
  }

  .cross._33 {
    max-width: .75em;
  }

  .left-text {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .button._1 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-right: .875em;
  }

  .button._2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .regular-text {
    font-size: .875em;
  }

  .header-top {
    height: 4em;
  }

  .rotating-text {
    font-size: 4em;
  }

  .boventitel {
    font-size: 1.25em;
  }

  .flex-outside {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h1_yellow {
    font-size: 4em;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .tag {
    font-size: 1em;
  }

  .divider.nomob {
    height: 2em;
  }

  .select-option {
    flex-flow: column;
    display: flex;
  }

  .success-message {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .heading {
    font-size: 4em;
  }

  .h2_1 {
    font-size: 2em;
  }

  .mobile-nav {
    padding-top: 6em;
    display: none;
  }

  .link-home {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .menu-item {
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  .pattern {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }

  .image-2 {
    min-width: 75em;
  }
}

#w-node-d79e6bdc-e8de-5635-b19a-4ce716605ffc-16605fe4 {
  place-self: center;
}


@font-face {
  font-family: 'Permanentmarker';
  src: url('../fonts/PermanentMarker-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klinic Slab';
  src: url('../fonts/KlinicSlabBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klinic Slab';
  src: url('../fonts/KlinicSlabLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klinic Slab';
  src: url('../fonts/KlinicSlabBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klinic Slab';
  src: url('../fonts/KlinicSlabMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}