<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONTS */
@font-face {
  font-family: "GFS Neohellenic";
  src: url("../fonts/GFSNeohellenic-Regular.eot");
  src: url("../fonts/GFSNeohellenic-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GFSNeohellenic-Regular.woff2") format("woff2"),
    url("../fonts/GFSNeohellenic-Regular.woff") format("woff"),
    url("../fonts/GFSNeohellenic-Regular.svg#GFSNeohellenic-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GFS Neohellenic";
  src: url("../fonts/GFSNeohellenic-Bold.eot");
  src: url("../fonts/GFSNeohellenic-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GFSNeohellenic-Bold.woff2") format("woff2"),
    url("../fonts/GFSNeohellenic-Bold.woff") format("woff"),
    url("../fonts/GFSNeohellenic-Bold.svg#GFSNeohellenic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Light.woff2") format("woff2"),
    url("../fonts/Lato-Light.woff") format("woff"),
    url("../fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato-Regular.woff") format("woff"),
    url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Bold.woff2") format("woff2"),
    url("../fonts/Lato-Bold.woff") format("woff"),
    url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Strawberry Blossom";
  src: url("../fonts/StrawberryBlossom.eot");
  src: url("../fonts/StrawberryBlossom.eot?#iefix") format("embedded-opentype"),
    url("../fonts/StrawberryBlossom.woff2") format("woff2"),
    url("../fonts/StrawberryBlossom.woff") format("woff"),
    url("../fonts/StrawberryBlossom.svg#StrawberryBlossom") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ALGEMEEN */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  transition: all ease 0.3s 0.7s;
  opacity: 1 !important;
  transform: none !important;
  background: #fff;
}

*:active,
*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: museo-slab, serif;
  font-weight: 700;
  color: #4f4f4e;
}

.specialTitle {
  font-family: "GFS Neohellenic";
  font-weight: normal;
  text-transform: uppercase;
}

.smallTitle {
  font-family: "Lato";
  text-transform: uppercase;
}

p,
a,
li,
label {
  font-family: "Lato";
  font-size: 14px;
  color: #4f4f4e;
}

ul {
  padding-left: 20px;
}

.bold,
strong {
  font-family: "Lato";
  font-weight: bold;
}

.light {
  font-family: "Lato";
  font-weight: 300;
}

.lightTitle {
  color: #fff;
}

.darkTitle {
  color: #4f4f4e;
}

.yellowColor {
  color: #f8a901;
  font-weight: bold;
}

/* BUTTONS */
.yellowBtn {
  position: relative;
  width: 250px;
  height: 60px;
  font-family: "Lato";
  background: #f8a901 !important;
  color: #fff;
  border: 2px solid transparent !important;
  font-size: 16.5px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: normal;
  transition-duration: 0.5s;
  cursor: pointer;
  line-height: 40px;
}

.yellowBtn:hover {
  color: #f8a901;
  background: #fff !important;
}

.yellowBtn.noSVG:hover {
  border: 2px solid #f8a901 !important;
}

.yellowBtn svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: transparent;
}

.yellowBtn svg rect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: transparent;
  stroke: #f8a901;
  stroke-width: 5;
  transition: 0.5s;
  stroke-dasharray: 610;
  stroke-dashoffset: 610;
}

.yellowBtn:hover svg rect {
  stroke-dashoffset: 0;
}

.invisBtn {
  position: relative;
  width: 250px;
  height: 50px;
  font-family: "Lato";
  background: none;
  color: #fff;
  border: 2px solid #fff !important;
  font-size: 16.5px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: normal;
  transition-duration: 0.5s;
  cursor: pointer;
  line-height: 35px;
}

.invisBtn:hover {
  color: #fff;
  background: #f8a901;
  border: 2px solid transparent !important;
}

.invisBtn svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: transparent;
}

.invisBtn svg rect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: transparent;
  stroke: #fff;
  stroke-width: 5;
  transition: 0.5s;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}

.invisBtn:hover svg rect {
  stroke-dashoffset: 0;
}

.whiteBtn {
  position: relative;
  font-family: "Lato";
  width: 250px;
  height: 50px;
  background: #fff;
  color: #4f4f4e;
  border: 2px solid transparent !important;
  font-size: 16.5px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: normal;
  transition-duration: 0.5s;
  cursor: pointer;
  line-height: 35px;
}

.whiteBtn:hover {
  color: #fff;
  background: #f8a901;
}

.whiteBtn svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: transparent;
}

.whiteBtn svg rect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: transparent;
  stroke: #fff;
  stroke-width: 5;
  transition: 0.5s;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}

.whiteBtn:hover svg rect {
  stroke-dashoffset: 0;
}

.darkBtn {
  position: relative;
  font-family: "Lato";
  width: 250px;
  height: 50px;
  background: #4f4f4e;
  color: #fff;
  border: 2px solid transparent !important;
  font-size: 16.5px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: normal;
  transition-duration: 0.5s;
  cursor: pointer;
  line-height: 35px;
  transition-duration: 0.5s;
}

.darkBtn:hover {
  background: #fff;
  color: #4f4f4e;
}

.website-content {
  padding: 100px 0;
}

.form-control:focus {
  box-shadow: none;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.screenHugRight {
  padding-right: 0;
}

.screenHugLeft {
  padding-left: 0;
}

.screenHugBoth {
  padding-left: 0;
  padding-right: 0;
}

/* Queries */
.displayBig {
  display: none;
}

.displayLarge {
  display: none;
}

.displayMedium {
  display: none;
}

.displaySmall {
  display: none;
}

/* INPUTS */
.bigLabel {
  margin: 0;
  width: 100%;
  padding-left: 25px;
  padding-top: 8px;
  font-family: "GFS Neohellenic";
  font-weight: normal;
  background: #fff;
  color: #909590;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.21px;
  line-height: 20px;
  border-radius: 10px 10px 0 0;
}

.bigInput {
  margin-top: -5px;
  border: 0;
  padding: 0;
  padding-left: 25px;
  padding-bottom: 15px;
  border-radius: 0 0 10px 10px;
  color: #4f4f4e;
  font-family: "Lato";
  font-size: 16px;
  letter-spacing: 0.27px;
}

.nice-select:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 13px;
  font-weight: 900;
  border: 0;
  transform: none;
  transform-origin: center;
  top: 5px;
  right: 20px;
  color: #909590;
}

.nice-select.open:after {
  transform: none;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
}

.contactVraag .nice-select:after {
  top: 0;
}

.nice-select.wide .list {
  overflow-y: scroll;
  height: 150px;
}

/* ANIMATIONS */
.cornerSVG {
  position: absolute;
  left: 50px;
  top: 55px;
}

.cornerSVG svg g {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.cornerSVG.animateCorner svg g {
  -webkit-animation: dash 5s linear alternate forwards;
  animation: dash 5s linear alternate forwards;
}

.lineSVG {
  position: absolute;
  right: 0;
  top: 40px;
}

.lineSVG svg g {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.lineSVG.animateLine svg g {
  -webkit-animation: dash 5s linear alternate forwards;
  animation: dash 5s linear alternate forwards;
}

.yellowSVG {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
}

.yellowSVG svg g {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.yellowSVG.animateYellow svg g {
  -webkit-animation: dash 5s linear alternate forwards;
  animation: dash 5s linear alternate forwards;
}

.verhaalSVG {
  position: absolute;
  width: 35%;
  top: 25px;
  left: 0;
}

.verhaalSVG svg line {
  stroke: #fff;
  opacity: 0.5;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.verhaalSVG.animateVerhaal svg line {
  -webkit-animation: dash 5s linear alternate forwards;
  animation: dash 5s linear alternate forwards;
}

.verhaalsvgRight {
  position: absolute;
  width: 35%;
  top: 25px;
  right: 0;
}

.verhaalsvgRight svg line {
  stroke: #fff;
  opacity: 0.5;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.verhaalsvgRight.animateVerhaal svg line {
  -webkit-animation: reversedash 3s linear alternate forwards;
  animation: reversedash 3s linear alternate forwards;
}

.verhaalsvgDown {
  position: absolute;
  width: 2px;
  height: 700px;
  top: 150px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.verhaalsvgDown svg line {
  stroke: #fff;
  opacity: 0.5;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.verhaalsvgDown.animateVerhaal svg line {
  -webkit-animation: dash 5s linear alternate forwards;
  animation: dash 5s linear alternate forwards;
}

.contentSVGOuter {
  position: relative;
  width: 100%;
  height: 100%;
}

.contentSVG {
  position: absolute;
  width: 100%;
  height: 100%;
}

.contentSVG img {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 75px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}

.contentSVG svg {
  top: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.contentSVG svg line {
  stroke: #979797;
  opacity: 0.5;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.contentSVG.animateContent svg line {
  -webkit-animation: dash 5s linear alternate forwards;
  animation: dash 5s linear alternate forwards;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes reversedash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 2000;
  }
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Slow-motion Zoom Container */
.img-hover-zoom {
  /* Modify this according to your need */
  overflow: hidden; /* Removing this will break the effects */
}

.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  transform: scale(1.2);
}

/* BACK TO TOP BUTTON */
button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before {
  content: "\f077";
  font-family: "FontAwesome";
  display: block;
  vertical-align: middle;
  margin: -5px 0 auto;
}

button.back-to-top.show {
  display: block;
  background: #3c3c3b;
  color: #fff;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/* SLIDER ARROWS */
.arrowLeft,
.arrowRight {
  transition-duration: 0.5s;
}

.arrowLeft:hover {
  transform: translateX(-10px);
  opacity: 0.6 !important;
}

.arrowRight:hover {
  transform: translateX(10px);
  opacity: 0.6 !important;
}

/* NAVIGATION */
.navColumn {
  position: absolute;
  width: 100%;
  top: 100px;
  z-index: 100;
}

.megamenuColumn {
  position: relative;
}

.navbar {
  height: 70px;
  padding: 0;
}

.navbar .dropdown {
  height: 100%;
}

.navbar-nav {
  margin-right: 0 !important;
  padding: 0 20px;
  background: rgba(60, 60, 59, 0.58);
  border-radius: 0 100px 100px 0;
  height: 70px;
}

.navbar .nav-item {
  position: relative;
  padding: 0 10px;
  line-height: 55px;
}

.navbar .nav-item .nav-link {
  font-size: 16.5px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #fff;
  transition-duration: 1.5s;
}

.navbar .nav-item:hover .nav-link {
  color: #f8a901;
}

.navbar .nav-item::after {
  content: "|";
  color: #fff;
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
}

.navbar .nav-item:last-child::after {
  content: "";
}

.languageDropdown {
  width: 80px;
  position: relative;
}

.languageDropdown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 70px;
  width: 100px;
  background: #3c3c3b;
  opacity: 0.9;
  z-index: -1;
}

.languageBtn {
  background: none;
  color: #fff;
  height: 100%;
  width: 80px;
}

.languageDropdown .dropdown-menu {
  border: 0;
  background: #3c3c3b;
  padding: 0;
  border-radius: 0;
  z-index: -1;
  margin: 0;
}

.languageDropdown .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 10px 24px;
}

.languageDropdown .dropdown-menu .dropdown-item:hover,
.languageDropdown .dropdown-menu .dropdown-item:focus {
  color: #3c3c3b;
}

.navbar .navbar-brand {
  position: relative;
  width: 130px;
  margin-right: 0;
}

.navbar .navbar-brand img {
  position: absolute;
  bottom: -75px;
  width: 147px;
}

.navbar .container {
  padding: 0;
  height: 100%;
}

.navbar .megaMenubtn {
  position: relative;
  height: 100%;
  width: 75px;
  text-align: center;
}

.navbar .megaMenubtn img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.navbar .megaMenubtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 70px;
  width: 75px;
  background: #3c3c3b;
  z-index: -1;
}

.navbar .megaMenubtn.show::after {
  background: #4f4f4e;
}

.languageDropdown.zichtbaar::after {
  background: #6b6b6a;
}

.languageDropdown.zichtbaar .dropdown-menu {
  background: #a9a9a9;
}

.navbar-collapse.show {
  opacity: 0;
  pointer-events: none;
}

#mainNav.show {
  background: none;
  position: fixed;
}

.normalmenuDropdown {
  margin-top: 0;
  border-radius: 0;
  padding: 0;
  background: #3c3c3b;
  z-index: -1;
  border: 0;
}

.normalmenuDropdown .dropdown-item {
  color: #fff;
  letter-spacing: 0.2px;
  font-size: 15px;
  text-transform: uppercase;
}

.normalmenuDropdown .dropdown-item:hover,
.normalmenuDropdown .dropdown-item:focus {
  color: #3c3c3b;
}

.normalmenuDropdown .dropdown-item.active,
.normalmenuDropdown .dropdown-item:active {
  background: #fff;
  color: #3c3c3b;
}

.broodiconNav {
  position: absolute;
  top: 0;
  right: 0;
}

.broodiconNav.show {
  position: fixed;
  top: auto;
  right: 129px;
}

/* BUTTON MEGA MENU */
.megaMenubtn .icon-bars {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.megaMenubtn .icon-bars.show .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  top: 7px;
}

.megaMenubtn .icon-bars.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.megaMenubtn .icon-bars.show .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
  top: -7px;
}

.megaMenubtn .icon-bar {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

/* MEGA MENU */
/* The Overlay (background) */
.overlay {
  /* Height &amp; width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 90; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #3c3c3b;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  width: 100%; /* 100% width */
  height: 100%;
  text-align: center; /* Centered text/links */
}

.overlay-content .row {
  height: 100%;
}

.overlay-content .meganavColumn {
  position: relative;
  top: 25%;
  max-height: 700px;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.closebtn {
  display: none;
  font-size: 60px;
}

.closebtn.show {
  display: block;
}

/* MENU IN MEGA */
.megamenuNav {
  border-right: 1px solid rgba(204, 219, 220, 0.2);
}

.mainMega {
  margin: 30px 0;
}

.subMega {
  margin: 50px 0;
}

.mainMega li {
  list-style-type: none;
}

.mainMega .megaLink {
  font-family: museo-slab, serif;
  font-weight: 500;
  text-align: left;
}

.mainMega .smallMega {
  font-family: museo-slab, serif;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: left;
  transition-duration: 0.5s;
}

.mainMega .smallMega:hover {
  color: #f8a901;
}

.subMega ul li {
  position: relative;
  list-style-type: none;
  text-align: left;
  margin: 20px 0;
}

.subMega .megasubLink {
  display: none;
  position: relative;
  width: 100%;
  font-family: museo-slab, serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.subMega .megasubLink:hover {
  color: #f8a901;
}

/* .subMega ul li:hover::after {
  content: "";
  display: block;
  position: absolute;
  background: #F8A901;
  width: 175px;
  height: 1px;
  right: -40px;
  top: 14px;
} */

.conceptMenu {
  margin-top: 20px;
}

.socialMenu {
  padding-left: 20px;
  text-align: left;
}

.socialMenu .socialLink {
  display: inline-block;
  position: relative;
  font-size: inherit;
}

.socialIcon {
  transition-duration: 0.5s;
}

.socialLink:hover .socialIcon {
  color: #f8a901 !important;
  border: 1px solid #f8a901 !important;
}

.socialMenu .socialIcon {
  font-size: 16px;
  width: 33px;
  height: 33px;
  color: rgba(204, 219, 220, 0.56);
  border: 1px solid rgba(204, 219, 220, 0.26);
  border-radius: 100%;
}

.socialMenu .socialIcon::before {
  position: relative;
  display: block;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.megamenuImage {
  height: 100%;
}

.megamenuimageInner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.megamenuimageInner h2 {
  position: absolute;
  color: #fff;
  font-size: 74px;
  letter-spacing: -2.63px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* MOBILE MENU */
.mobileMenu {
  display: none;
}

.mobileMenu.show {
  display: block;
}

.mobileMenu ul {
  list-style-type: none;
  text-align: left;
}

.mobileMenu ul li a {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}

/* HEADER */
.homeHeader {
  height: 100%;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeInner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.hometitleRow {
  margin-bottom: 80px;
}

.headerTitle {
  text-align: right;
}

.headerTitle h1 {
  font-size: 74px;
  color: #fff;
}

.headerTitle h3 {
  font-size: 25px;
  color: #fff;
  letter-spacing: 5.32px;
}

.headerText p {
  font-size: 18px;
  color: #fff;
  line-height: 34px;
}

.homeheaderBottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.headerVak {
  position: relative;
  background: #3c3c3b;
  height: 110px;
  text-align: center;
}

.headerVak h3 {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #fff;
  background: #3c3c3b;
  margin: 0;
  width: 500px;
  z-index: 5;
  letter-spacing: 3.67px;
}

/* VERVOLG HEADER */
.vervolgHeader {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 580px;
}

.vervolgMobile {
  display: none;
}

.vervolgHeader .row {
  height: 100%;
}

.vervolgTitel {
  position: absolute;
  bottom: 85px;
}

.vervolgHeader h1 {
  color: #ffffff;
  font-family: museo-slab, sans-serif;
  font-size: 74px;
  letter-spacing: -2.63px;
  line-height: 69px;
}

/* HOME */

/* BROOD WAAR JE BLIJ VAN WORDT */
.blijBrood h2 {
  font-size: 74px;
  letter-spacing: -2.63px;
  line-height: 69px;
  margin-bottom: 20px;
}

.blijBrood a:hover {
  text-decoration: none;
}

.blijBrood h4 {
  font-size: 25px;
  letter-spacing: 5.32px;
  margin-bottom: 50px;
}

.blijBrood .blijtextInner {
  padding-right: 50px;
}

.blijBrood .blijtextInner p {
  line-height: 32px;
}

.blijBrood .ontdekTitel {
  position: relative;
  margin-top: 150px;
}

.blijbroodMozaik img {
  width: 100%;
}

.blijbroodMozaik .topImage {
  padding-left: 33%;
  padding-top: 25px;
  margin-bottom: 15px;
}

.blijbroodMozaik .bottomImage {
  padding-left: 15%;
  position: relative;
}

.blijbroodMozaik .bottomImage .iconOverlay {
  position: absolute;
  width: 160px;
  top: -80px;
  right: -80px;
  z-index: 10;
}

.blijbroodMozaik .sideImage {
  position: relative;
}

.blijbroodMozaik .sideImage .alleRecept {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

/* ONS ASSORTIMENT */
.assortimentHome {
  background-image: url("../img/backgrounds/assort-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.assorthomeTitle {
  margin-bottom: 140px;
}

.assorthomeTitleInner {
  margin-bottom: 80px;
}

.assorthomeTitleInner h6 {
  font-size: 16px;
  color: #f8a901;
  letter-spacing: 3.43px;
  line-height: 80px;
  font-weight: normal;
}

.assorthomeTitleInner h4 {
  font-size: 45px;
  letter-spacing: 9.57px;
  line-height: 63px;
  position: relative;
  z-index: 10;
}

.assortimentSlider {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: -185px;
  margin-bottom: 80px;
}

.assortimentSlider .arrowLeft,
.assortimentSlider .arrowRight {
  top: -100px;
  position: absolute;
  width: 70px;
  opacity: 0.3;
  cursor: pointer;
}

.assortimentSlider .arrowLeft {
  left: 43%;
}

.assortimentSlider .arrowRight {
  right: 43%;
}

.assortColumn {
  margin-bottom: 70px;
}

.assortColumn a:hover {
  text-decoration: none;
}

.assortsliderOuter {
  position: relative;
  height: inherit;
  margin: 0 10px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  box-shadow: 0 19px 24px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  overflow: hidden;
  min-height: 400px;
}

.heightSlider {
  height: 100%;
}

.assortsliderOuter a:hover {
  text-decoration: none;
}

.assortsliderImage {
  position: relative;
  border-radius: 10px;
  padding: 10px 30px;
}

.assortsliderOuter .assortsliderImage::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 1.5s ease;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.assortsliderOuter:hover .assortsliderImage::after {
  transform: scale(1.2);
  opacity: 1;
}

.assortsliderImage img {
  position: relative;
  max-height: 280px;
  z-index: 20;
  width: 100%;
  margin: 0 auto;
  transition: 1.5s ease;
}

.assortsliderOuter:hover .assortsliderImage img {
  transform: translateY(-10px);
}

.assortsliderInfo {
  position: relative;
  background: #fff;
  padding-top: 65px;
  margin-top: -60px;
  z-index: 10;
}

.assortsliderTitel h6 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.31px;
  line-height: 31px;
  padding: 0 10px;
  /* height: 150px; */
}

.assortsliderIcons {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.assortsliderIcons svg {
  display: inline-block;
}

.assortsliderMeer {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 30;
}

.assortsliderMeer .leesmeerBtn {
  display: block;
  background: #f8a901;
  font-size: 21px;
  line-height: 25px;
  font-weight: 900;
  font-family: museo-slab, sans-serif;
  color: #fff;
  width: 25px;
  height: 25px;
  transition-duration: 0.5s;
}

.assortsliderMeer .leesmeerBtn:hover {
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #f8a901;
  background: #fff;
}

.assortAlles {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

/* ASSORTIMENT PARALLAX */
.zaadjePar {
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 1;
}

.meelparLeft {
  position: absolute;
  left: -600px;
  top: -200px;
  z-index: 0;
}

.meelparRight {
  position: absolute;
  right: -400px;
  top: -200px;
  z-index: 0;
}

/* RECEPTEN HOME */
.receptenHome {
  background-image: url("../img/backgrounds/receptbg.png");
  background-repeat: no-repeat;
  background-position: 100% 230%;
}

.recepthomeHeader {
  height: 645px;
  background-image: url("../img/backgrounds/ouderkind.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.recepthomeHeader .row {
  height: 100%;
}

.recepthomeHeader .col-lg-5 {
  position: relative;
}

.recepthomeTitel {
  position: relative;
  top: 30%;
  transform: translateY(-30%);
  text-align: right;
  padding-left: 65px;
  overflow: hidden;
}

.recepthomeTitel h2 {
  text-align: left;
  font-size: 74px;
  letter-spacing: -2.63px;
  color: #fff;
}

.recepthomeTitel h4 {
  height: 63px;
  color: #ccdbdc;
  font-size: 25px;
  letter-spacing: 5.32px;
  line-height: 63px;
  padding-right: 65px;
}

.recepthomeTitel .invisBtn {
  margin-right: 65px;
}

.receptFilter {
  margin-top: -110px;
  text-align: left;
}

.receptFilter .specialTitle {
  text-align: center;
  border-bottom: 2px solid rgba(210, 210, 210, 0.25);
  padding-bottom: 35px;
  margin: 0;
}

.receptFilter .receptfilterTitel {
  padding: 75px;
  background: #fff;
}

/* RECEPT SHOWCASE */
.receptoverzichtHome {
  margin-top: 20px;
}

.homereceptRight,
.homereceptRight .homeRecept,
.homereceptRight .homereceptInner,
.homereceptRight .receptgridInner {
  height: 100%;
}

.homereceptMargin {
  margin-bottom: 20px;
}

.homereceptInner a:hover {
  color: #fff;
  text-decoration: none;
}

.homereceptRight p {
  position: absolute;
  bottom: 30px;
}

/* recept filter */
.receptfilterForm {
  padding: 75px;
  padding-top: 0;
}

.formFilter label {
  margin: 0;
  color: #4f4f4e;
  font-family: "GFS Neohellenic";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.21px;
  text-align: left;
}

.formFilter .nice-select {
  font-family: "Lato";
  font-size: 16px;
  font-weight: normal;
  color: #4f4f4e;
  border: 0;
  height: 68px;
  line-height: 68px;
  background: rgba(204, 219, 220, 0.25);
}

/* .formFilter .nice-select:after {
  border: 0;
  content: '&gt;';
  font-family: "Lato";
  color: #909590;
  font-size: 20px;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 5px;
  right: 20px;
  height: auto;
}

.formFilter .nice-select.open:after {
  top: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
} */

.formFilter .alleRecept {
  display: block;
  color: #909590;
  font-size: 16.5px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 58px;
  text-decoration: underline;
  text-align: right;
}

.formFilter .alleRecept:hover {
  color: #f8a901 !important;
  transition-duration: 0.5s;
}

.formFilter .submitForm {
  margin: 60px 0;
}

/* ONS VERHAAL */
.onsVerhaalTop {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.onsverhaalLogo {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 150px;
}

.onsverhaalHeader {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.onsverhaalHeader h4 {
  color: #ffffff;
  font-size: 45px;
  letter-spacing: 9.57px;
}

.onsverhaalHeader h6 {
  color: #f8a901;
  font-family: "Lato";
  font-size: 16px;
  letter-spacing: 3.43px;
  font-weight: normal;
  text-transform: uppercase;
}

.onsVerhaalBottom {
  background: #3c3c3b;
}

.onsverhaalText {
  position: relative;
  margin-right: 50px;
  padding: 100px 0;
  height: 100%;
}

.onsverhaalText a:hover {
  text-decoration: none;
}

.onsverhaalText a:hover h6 {
  color: #f8a901;
}

.onsverhaalText h6 {
  margin-bottom: 30px;
  color: #f7ede2;
  font-size: 25px;
  letter-spacing: 5.32px;
  transition-duration: 0.5s;
}

.onsverhaalText p {
  color: #939393;
  font-family: "Lato";
  font-size: 14px;
  letter-spacing: 0.24px;
  line-height: 24px;
}

.onsverhaalMeer {
  position: absolute;
  left: 0;
  bottom: 0;
}

.onsverhaalText .leesmeerBtn {
  display: block;
  background: rgba(144, 149, 144, 0.38);
  font-size: 21px;
  line-height: 25px;
  font-weight: 900;
  font-family: museo-slab, sans-serif;
  text-align: center;
  color: #fff;
  width: 25px;
  height: 25px;
  transition-duration: 0.5s;
}

.onsverhaalText .leesmeerBtn:hover {
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #f8a901;
  background: #fff;
}

/* BLOG HOME */
.bloghomeColumn a:hover {
  text-decoration: none;
}

.bloghomeOuter {
  position: relative;
  height: 100%;
  background: #fff;
  box-shadow: 0 19px 24px 0 rgba(0, 0, 0, 0.05);
}

.bloghomeTitel {
  text-align: center;
  margin-bottom: 60px;
}

.bloghomeTitel img {
  margin-bottom: 30px;
}

.bloghomeTitel .specialTitle {
  color: #4f4f4e;
  font-size: 45px;
  letter-spacing: 9.57px;
}

.bloghomeImage img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.bloghomeInner {
  position: relative;
  padding: 50px;
}

.bloghomeInner h6 {
  text-align: center;
  color: #4f4f4e;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.31px;
  line-height: 31px;
  margin-bottom: 30px;
}

.bloghomeMeer {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bloghomeMeer .leesmeerBtn {
  display: block;
  background: #f8a901;
  font-size: 21px;
  line-height: 25px;
  font-weight: 900;
  font-family: museo-slab, sans-serif;
  text-align: center;
  color: #fff;
  width: 25px;
  height: 25px;
  transition-duration: 0.5s;
}

.bloghomeMeer .leesmeerBtn:hover {
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #f8a901;
  background: #fff;
}

/* NIEUWSBRIEF */

.nieuwsbriefBlock {
  background-image: url("../img/backgrounds/nieuwsbriefbg.png");
}

.nieuwsbriefInner {
  text-align: center;
}

.nieuwsbriefTitel {
  margin-bottom: 60px;
}

.nieuwsbriefTitel h4 {
  color: #4f4f4e;
  font-size: 45px;
  letter-spacing: 9.57px;
  line-height: 63px;
}

.nieuwsbriefTitel h6 {
  font-family: "Lato";
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3.43px;
}

.briefForm {
  text-align: left;
}

.briefForm .yellowBtn {
  width: 100%;
}

/* CONTENT PAGINA */

/* BREADCRUMBS */
.contentBreadcrumbs {
  position: relative;
  background: #3c3c3b;
  height: 150px;
}

.contentBreadcrumbs .row {
  height: 100%;
}

.contentcrumbsInner {
  text-align: center;
  font-size: 18px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.contentcrumbsInner a {
  color: #ffffff;
  font-family: museo-slab, sans-serif;
  font-size: 18px;
  letter-spacing: 0.21px;
  transition-duration: 0.5s;
}

.contentcrumbsInner a:hover {
  color: #f8a901;
}

.contentcrumbsInner hr {
  margin: 0;
  border-top: 1px solid #f8a901;
}

.contentBreadcrumbs .row .col:last-child {
  display: none;
}

/* CONTENT TITLE */
.contentHeader {
  background: #f7ede2;
  margin-top: 15px;
}

.contentsideImage {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contentsideImage img {
  width: 100%;
}

.contentTitle {
  padding: 60px 0;
  margin-right: 50px;
}

.contentTitle h2 {
  color: #4f4f4e;
  font-weight: 700;
  font-size: 74px;
  letter-spacing: -2.63px;
  line-height: 69px;
}

.contentTitle h4 {
  color: #4f4f4e;
  font-size: 25px;
  letter-spacing: 5.32px;
  line-height: 63px;
  margin-bottom: 50px;
}

.contentTitle .datum {
  color: #4f4f4e;
  font-family: "Lato";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.27px;
  line-height: 30px;
}

.contentText p {
  font-size: 16px;
  letter-spacing: 0.27px;
}

/* CONTENT INHOUD */
#columnVolgorde,
#columnVolgorde .row {
  height: 100%;
  position: relative;
}

#columnVolgorde2,
#columnVolgorde2 .row {
  height: 100%;
  position: relative;
}

.columneenInner {
  position: relative;
  padding: 50px 0;
}

.blogPagina .columneenInner {
  top: auto;
  transform: none;
}

.columneenInner .specialTitle {
  position: relative;
  color: #4f4f4e;
  font-size: 25px;
  letter-spacing: 5.32px;
  line-height: 63px;
  margin-bottom: 80px;
}

.columneenInner .specialTitle::after {
  position: relative;
  display: block;
  content: "";
  height: 6px;
  width: 75px;
  top: 30px;
}

.columneenInner .specialTitle.titelEen::after {
  background: #f8a901;
}

.columneenInner .specialTitle.titelTwee::after {
  background: #ccdbdc;
}

.columneenInner p {
  color: #4f4f4e;
  font-size: 16px;
  letter-spacing: 0.27px;
  line-height: 30px;
}

.columneenInner li {
  color: #4f4f4e;
  font-size: 16px;
  letter-spacing: 0.27px;
  line-height: 30px;
}

.columneenFoto img {
  width: 100%;
}

.contentcolumnTwoOuter {
  padding-bottom: 100px;
}

.contentcolumnTwo {
  background: #3c3c3b;
}

.columntweeInner {
  position: relative;
  padding: 50px 0;
}

.columntweeInner .specialTitle {
  position: relative;
  color: #f7ede2;
  font-size: 25px;
  letter-spacing: 5.32px;
  line-height: 63px;
  margin-bottom: 80px;
}

.columntweeInner .specialTitle::after {
  position: relative;
  display: block;
  content: "";
  height: 6px;
  width: 75px;
  top: 30px;
}

.columntweeInner .specialTitle.titelEen::after {
  background: #f8a901;
}

.columntweeInner .specialTitle.titelTwee::after {
  background: #ccdbdc;
}

.columntweeInner p {
  color: #909590;
  font-size: 16px;
  letter-spacing: 0.27px;
  line-height: 30px;
}

.columntweeInner strong {
  color: #f7ede2;
}

.columntweeFoto {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.columntweeFoto img {
  width: 100%;
}

.columneenInner a,
.columntweeInner a {
  font-family: "Lato";
  font-weight: bold;
  background: #f7ede2;
  padding: 5px;
  border-radius: 10px;
  transition-duration: 0.5s;
}

.columneenInner a:hover,
.columntweeInner a:hover {
  background: #f8a901;
  color: #fff;
}

/* OVERZICHT PAGINA */
.overzichtContent {
  padding-bottom: 100px;
}

.overzichtTitle img {
  margin-bottom: 50px;
}

.overzichtTitle h2 {
  color: #4f4f4e;
  font-size: 45px;
  letter-spacing: 9.57px;
  line-height: 63px;
  margin-bottom: 50px;
}

.overzichtInleiding {
  margin-top: 50px;
}

.overzichtInleiding p {
  color: #4f4f4e;
  font-family: "Lato";
  font-size: 16px;
  letter-spacing: 0.27px;
  line-height: 30px;
  text-align: center;
}

.overzichtColumn {
  margin-bottom: 30px;
}

.overzichtInner {
  position: relative;
  height: 100%;
  background: #fff;
  box-shadow: 0 19px 24px 0 rgba(0, 0, 0, 0.05);
}

.overzichtInner .overzichtImage img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.overzichtText {
  background: #fff;
  border-bottom-left-radius: 10px;
  padding: 30px;
  position: relative;
}

.overzichtText h6 a {
  display: block;
  color: #4f4f4e;
  font-family: museo-slab, sans-serif;
  font-size: 26px;
  letter-spacing: 0.31px;
  line-height: 31px;
  text-align: center;
}

/* BLOG PAGINA */
.blogreceptOverzicht {
  background-image: url("../img/backgrounds/nieuwsbriefbg.png");
}

.blogreceptOverzicht .extrareceptRow {
  padding-top: 150px;
}

/* ASSORTIMENT PAGINA */
.productOverzicht {
  padding-bottom: 0;
}

.assortimentPagina {
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 300px;
}

.productSlider,
.productSlider .slick-list,
.productSlider .slick-track {
  height: 100%;
}

.productsliderInner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.productheaderInfo {
  position: relative;
  height: 100%;
  padding: 125px;
  padding-left: 125px;
}

.productFoto {
  padding-bottom: 40px;
}

.productFoto img {
  margin-left: -80px;
}

.productTitle h2 {
  color: #ffffff;
  font-family: museo-slab, sans-serif;
  font-size: 54px;
  letter-spacing: -2.63px;
  line-height: 69px;
}

.receptHeader .productTitle {
  margin-top: 80px;
}

.productInleiding {
  margin-top: 30px;
}

.productInleiding p {
  color: #ffffff;
  font-family: "Lato";
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.39px;
}

.productTags {
  margin: 30px 0;
}

.productTags .tagIcon {
  margin-right: 10px;
}

.productTags .tagIcon svg {
  position: relative;
  bottom: -10px;
}

.productTags .tagIcon svg g {
  stroke: #fff;
}

.productTags p {
  position: relative;
  font-size: 16px;
  margin-bottom: 0;
  margin: 15px 0;
  padding-bottom: 15px;
  padding-left: 20px;
  color: #fff;
  opacity: 0.8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.productTags p::before {
  content: url("../img/icons/checkmark.svg");
  display: block;
  position: absolute;
  color: #fff;
  left: 0;
}

.productTags p:last-child {
  border-bottom: 0;
}

.productTags p:last-child::before {
  display: none;
}

.productIcons svg {
  opacity: 0.53;
  margin-right: 5px;
}

.productIcons svg circle {
  stroke: #fff;
}

.productIcons svg path {
  fill: #fff;
}

.productQuote {
  padding-bottom: 20px;
}

.productQuote p {
  color: #4f4f4e;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  letter-spacing: -1.03px;
}

.productquoteNaam {
  padding: 40px 0;
  border-top: 1px solid rgba(60, 60, 59, 0.23);
}

.productquoteNaam h4 {
  font-size: 25px;
  letter-spacing: 5.32px;
  line-height: 23px;
}

.productquoteNaam h6 {
  font-size: 16px;
  line-height: 22px;
}

.fotoRoos img {
  margin-bottom: 30px;
}

.productIngredient {
  background-image: url("../img/backgrounds/nieuwsbriefbg.png");
}

/* RECEPT PRODUCT */
.productRecept h2 {
  color: #4f4f4e;
  font-family: museo-slab, sans-serif;
  font-size: 74px;
  letter-spacing: -2.63px;
  line-height: 69px;
  margin-bottom: 20px;
}

.productRecept h6 {
  margin-top: 30px;
}

.noRecepten .productmeerRecepten {
  height: auto;
  width: 100%;
}

.productreceptBottom {
  margin-top: 15px;
}

.productreceptTop .productreceptInner .receptgridInner {
  height: 275px;
  position: relative;
}

.productreceptRight .productreceptInner .receptgridInner {
  position: relative;
  height: 400px;
}

.productreceptRight .productreceptInner .receptgridInner p,
.productreceptTop .productreceptInner .receptgridInner p {
  position: absolute;
  bottom: 30px;
}

.productreceptInner {
  overflow: hidden;
}

.productreceptInner a:hover {
  color: #fff;
  text-decoration: none;
}

.productmeerRecepten {
  position: relative;
  height: 150px;
  width: 150px;
}

.productmeerRecepten h6 {
  display: block;
  color: #ffffff;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  letter-spacing: -0.85px;
  line-height: 24px;
  padding: 20px;
}

.productmeerreceptenButton:hover a {
  text-decoration: none;
}

.productmeerreceptenButton a {
  width: 150px;
  height: 150px;
  position: relative;
}

.productmeerRecepten i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
}

.productmeerReceptenLink svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: transparent;
}

.productmeerReceptenLink svg rect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: transparent;
  stroke-width: 5;
  transition: 1.5s;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}

.productmeerReceptenLink:hover svg rect {
  stroke-dashoffset: 0;
}

.extrareceptRow {
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 300px;
  padding-bottom: 150px;
}

.extrareceptLeft .receptgridInner,
.extrareceptRight .receptgridInner {
  height: 500px;
  position: relative;
}

.extrareceptLeft .receptgridInner p,
.extrareceptRight .receptgridInner p {
  position: absolute;
  bottom: 30px;
}

.extrareceptMiddle .receptgridInner {
  height: 242px;
}

.extrareceptTop .receptgridInner {
  margin-bottom: 15px;
}

/* INGREDIENTEN */
.ingredientTitel h3 {
  color: #4f4f4e;
  font-family: "GFS Neohellenic";
  font-size: 25px;
  letter-spacing: 5.32px;
  line-height: 63px;
  border-bottom: 1px solid rgba(79, 79, 78, 0.2);
}

.ingredientColumns {
  margin-top: 60px;
  margin-bottom: 20px;
}

.ingredientColumn p {
  color: #4f4f4e;
  font-family: "Lato";
  font-size: 14px;
  letter-spacing: 0.27px;
  line-height: 30px;
}

.ingredientDivide {
  height: 100%;
  width: 1px;
  background: rgba(60, 60, 59, 0.2);
}

.allergenenBlock {
  margin-bottom: 40px;
}

.allergenenBlock .ingredientTitel h3 {
  border: 0;
}

.productIngredient ul li {
  color: #4f4f4e;
  font-family: "Lato";
  font-size: 14px;
  letter-spacing: 0.27px;
  line-height: 30px;
}

.voedingswaardeTabel {
  margin: 60px 0;
}

.voedingswaardeTabel table {
  width: 100% !important;
}

.voedingswaardeTabel th,
.voedingswaardeTabel td {
  font-family: "Lato";
  font-size: 13px;
  letter-spacing: 0.22px;
  line-height: 30px;
}

.voedingswaardeTabel td {
  color: #4f4f4e;
  font-weight: normal;
}

/* PRODUCT IMAGE */
.waarteKoop {
  position: relative;
}

.waarteKoop h6 {
  font-family: "Lato";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 3.43px;
  line-height: 109px;
  padding-top: 30px;
}

.waarteKoop h4 {
  color: #4f4f4e;
  font-size: 45px;
  letter-spacing: 9.57px;
  line-height: 63px;
}

.productImg {
  position: absolute;
  width: 100%;
  top: -260px;
  left: 0;
}

.productImg img {
  max-height: 280px;
}

.tekoopSlider {
  margin-top: 200px;
  position: relative;
}

.tekoopSlider .tekoopSlide img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
  transition-duration: 0.5s;
  margin: 0 auto;
}

.tekoopSlider .tekoopSlide img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}

.waarteKoop .arrowLeft,
.waarteKoop .arrowRight {
  top: -150px;
  position: absolute;
  width: 70px;
  opacity: 0.3;
  cursor: pointer;
}

.waarteKoop .arrowLeft {
  left: 43%;
}

.waarteKoop .arrowRight {
  right: 43%;
}

/* RECEPTEN */

/* RECEPTEN OVERZICHT */
.receptenOverzicht .receptFilter {
  margin-top: 0;
  padding-right: 50px;
}

.receptBorder {
  border-right: 1px solid rgba(151, 151, 151, 0.36);
}

.receptenOverzicht .receptFilter .receptfilterTitel {
  padding: 0;
}

.receptenOverzicht .receptfilterForm {
  padding: 0;
  padding-top: 20px;
}

.receptenOverzicht .formFilter .submitForm {
  margin-top: 20px;
  margin-bottom: 0;
}

.receptenOverzicht .formFilter .yellowBtn {
  width: 100%;
}

/* RECEPTEN GRID */

.homereceptInner {
  overflow: hidden;
}

.receptgridInner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition-duration: 1.5s;
}

.receptgridInner:hover {
  transform: scale(1.1);
}

.receptenoverzichtInner {
  padding-left: 50px;
}

.receptenoverzichtInner .grid-item {
  overflow: hidden;
  margin-bottom: 18px;
}

.receptenoverzichtInner .grid-item a:hover {
  color: #fff;
  text-decoration: none;
}

.receptOverlay {
  display: block;
  position: relative;
  background: linear-gradient(
    171.21deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(110, 110, 110, 0.29) 73.52%,
    rgba(0, 0, 0, 0.34) 100%
  );
  width: 100%;
  height: 100%;
  transition-duration: 1.5s;
  padding: 100px 30px 30px 30px;
}

.receptOverlay:hover {
  background-color: rgba(248, 169, 1, 0.74);
}

.receptgridInner p {
  color: #ffffff;
  font-family: museo-slab, sans-serif;
  font-size: 22px;
  letter-spacing: -1.1px;
  line-height: 33px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* COLCADE CSS */
.grid:after {
  display: block;
  content: "";
  clear: both;
}

.grid-col {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.grid-col--4 {
  margin-right: 0;
}

/* hide two middle */
.grid-col--2,
.grid-col--3 {
  display: none;
}

@media (min-width: 768px) {
  .grid-col {
    width: 49%;
  }
}

@media (max-width: 575px) {
  .grid-col {
    width: 100%;
  }
  .grid-col--4 {
    display: none;
  }
}

@media (min-width: 1400px) {
  .grid-col {
    width: 32%;
  }
  .grid-col--2 {
    display: block;
  }
}

/* RECEPT HEADER */
.receptHeader {
  position: relative;
}

.receptHeader .productheaderinfoInner {
  position: relative;
}

.receptHeader .table td {
  font-family: "Lato";
  border-top: 0;
  position: relative;
  opacity: 0.8;
  height: 60px;
  vertical-align: middle;
}

.receptHeader .table td svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
}

.receptHeader .productTags tr {
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.receptHeader .receptTag {
  display: inline-block;
  width: 100px;
  color: #fff;
}

.receptHeader .receptTag p {
  opacity: 0.8;
}

/* RECEPT INGREDIENTEN */
.receptIngredient .ingredientColumn img {
  margin-top: -130px;
  height: 280px;
}

/* RECEPTEN CTA */
.receptenboekjeCTA {
  background-color: #f8a901;
  position: relative;
}

.receptenboekjeCTAInner::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("../img/backgrounds/CTAbg.jpg");
  background-repeat: no-repeat;
  background-position: 100% 75%;
  background-size: cover;
  opacity: 0.19;
  z-index: -1;
}

.receptenboekjeCTAInner {
  position: relative;
  display: block;
  z-index: 10;
  padding: 40px 0;
}

.receptenboekjeCTA h2 {
  color: #4f4f4e;
  font-size: 45px;
  letter-spacing: 9.57px;
  line-height: 63px;
}

.receptenboekjeCTA p {
  font-family: "Strawberry Blossom";
  color: #fff;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: 2.57px;
}

/* FAQ */

.faqOuter {
  margin-bottom: 10px;
}

.faqOuter .card {
  border: 0;
}

.faqOuter .card-header {
  background-color: rgba(204, 219, 220, 0.24);
  border: 0;
  border-radius: 10px;
}

.faqOuter .btn-link {
  text-align: left;
  display: inline-block;
  width: 97%;
  color: #4f4f4e;
  font-family: "Lato";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.27px;
  text-transform: uppercase;
}

.faqOuter .leesmeerBtn {
  display: inline-block;
  text-align: center;
  background: #f8a901;
  font-size: 21px;
  line-height: 25px;
  font-weight: 900;
  font-family: museo-slab, sans-serif;
  color: #fff;
  width: 25px;
  height: 25px;
  transition-duration: 0.5s;
}

.faqOuter:hover .leesmeerBtn {
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #f8a901;
  background: #fff;
}

.faqOuter .card-body {
  background: #f3f6f6;
  margin-top: -10px;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 50px;
}

.faqOuter .card-body a {
  font-family: "Lato";
  font-weight: bold;
  background: #f7ede2;
  padding: 5px;
  border-radius: 10px;
  transition-duration: 0.5s;
}

.faqOuter .card-body a:hover {
  background: #f8a901;
  color: #fff;
}

/* CONTACT PAGINA */

/* CONTACT HEADER */
.contactHeader .contentsideImage {
  height: 100%;
}

.contactHeader .contentText p,
.contactHeader .contentText a {
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 35px;
  color: #4f4f4e;
}

.contactHeader .socialMenu {
  padding-left: 0;
}

.contactHeader .socialIcon {
  color: #bfb2a4;
  border: 1px solid #bfb2a4;
}

/* CONTACT INHOUD */
.contactPagina h4.specialTitle {
  font-size: 25px;
  letter-spacing: 5.32px;
  line-height: 63px;
  margin-bottom: 60px;
}

.contactPagina h4.specialTitle::after {
  position: relative;
  display: block;
  content: "";
  height: 6px;
  width: 75px;
  top: 25px;
  background: #4f4f4e;
}

.contactPagina h4.specialTitle.yellowBorder::after {
  background: #f8a901;
}

.contactPagina h4.specialTitle.blueBorder::after {
  background: #ccdbdc;
}

.contactbuttonsInner {
  text-align: center;
  border-radius: 10px;
  background: rgba(204, 219, 220, 0.24);
  padding: 15px 0;
  transition-duration: 0.5s;
  cursor: pointer;
}

.contactbuttonsInner h6 {
  font-size: 32px;
  letter-spacing: -1.14px;
  line-height: 69px;
}

.contactIcon svg path {
  fill: #f8a901;
}

.contactIcon svg circle {
  stroke: #f8a901;
}

.contactbuttonsInner.active {
  background: #f8a901;
}

.contactbuttonsInner.active .contactIcon svg path {
  fill: #fff;
}

.contactbuttonsInner.active .contactIcon svg circle {
  stroke: #fff;
}

.contactbuttonsInner:hover {
  background: #f8a901;
}

.contactbuttonsInner:hover .contactIcon svg path {
  fill: #fff;
}

.contactbuttonsInner:hover .contactIcon svg circle {
  stroke: #fff;
}

/* CONTACT FORM STYLING */
.contactVraag {
  display: none;
}

.contactVraag#vraagForm {
  display: block;
}

.contactStyling label {
  display: block;
  padding-left: 18px;
  padding-top: 10px;
  color: #909590;
  font-family: "GFS Neohellenic";
  font-size: 12px;
  letter-spacing: 0.21px;
  text-transform: uppercase;
  margin-bottom: 0;
  background: rgba(204, 219, 220, 0.24);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.contactStyling .nice-select {
  font-size: 14px;
  font-family: "Lato";
  font-weight: normal;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(204, 219, 220, 0.24);
  border: 0;
}

.contactStyling .yellowColor {
  font-weight: normal;
  margin-left: 30px;
}

.contactStyling textarea,
.contactStyling input {
  background: rgba(204, 219, 220, 0.24);
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 18px;
  font-size: 14px;
  font-family: "Lato";
  font-weight: normal;
}

.contactStyling input[type="submit"] {
  border-radius: 5px;
}

.contactStyling input[type="file"] {
  width: 100%;
}

.contactStyling .form-control:focus {
  background-color: rgba(204, 219, 220, 0.24);
  padding: 10px 18px;
  font-size: 14px;
  font-family: "Lato";
  font-weight: normal;
}

.contactStyling .nieuwsbriefGroup label {
  display: inline-block;
  padding-left: 40px;
  background: none;
  font-family: "Lato";
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
}

.contactStyling .verzendRow {
  text-align: right;
  margin-top: 20px;
}

.nieuwsbriefGroup .radioStyling {
  position: relative;
  display: inline-block;
}

.nieuwsbriefGroup input[type="radio"] {
  position: absolute;
  top: 15px;
  left: 5px;
  cursor: pointer;
}

.nieuwsbriefGroup .check {
  display: block;
  position: absolute;
  background: #f3f6f7;
  border-radius: 100%;
  height: 23px;
  width: 23px;
  top: 10px;
  left: 0;
  z-index: 5;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  pointer-events: none;
}

.nieuwsbriefGroup input[type="radio"]:checked ~ .check {
  background: #f8a901;
}

.nieuwsbriefGroup .nieuwsbriefVraag {
  padding-left: 0 !important;
  padding-right: 30px;
}

.nieuwsbriefGroup .nieuwsbriefLabel {
  font-size: 16.5px !important;
  font-weight: bold !important;
  font-family: "Lato" !important;
  color: #4f4f4e !important;
  padding-right: 10px;
}

/* INSTAGRAM */
.instagramTimeline {
  position: relative;
  margin-top: 15px;
  margin-bottom: 8px;
}

.instagramButton {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.instagramButton .whiteBtn {
  width: 170px;
  height: 60px;
  border-radius: 5px;
  line-height: 40px;
}

/* RECEPTEN BOEKJE POPUP */
.receptenboekjeContact.contactStyling textarea,
.receptenboekjeContact.contactStyling input {
  padding: 5px 18px;
}

.receptenboekjeContact.contactStyling .form-control:focus {
  padding: 5px 18px;
}

.receptenboekjeContact.contactStyling .nieuwsbriefGroup label {
  font-size: 14px !important;
}

.receptenboekjeContact .yellowBtn {
  height: 50px;
  line-height: 30px;
}

.receptboekjeInhoud {
  padding: 1rem;
}

.receptenAdres {
  display: none;
}

.modal-header {
  border: none;
}

.modal-body {
  padding: 0;
}

.receptboekjeImage {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.closeReceptboekje {
  padding: 1rem;
}

/* FOOTER */
.topFooter {
  position: relative;
  padding: 60px 0;
  background-image: url("../img/backgrounds/broodfooter.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: #f7ede2;
  border-top: 10px solid #f8a901;
}

.topFooter h3 {
  margin: 40px 0;
  letter-spacing: 7.44px;
}

.topFooter h6 {
  font-weight: 500;
  color: #4f4f4e;
  margin-bottom: 20px;
}

.topFooter h6 a {
  font-family: museo-slab, serif;
  font-size: 1rem;
  font-weight: 500;
  color: #4f4f4e;
}

.topFooter .logoFooter {
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.topFooter .logoFooter img {
  width: 147px;
}

.topFooter .socialMenu {
  margin: 40px 0;
  text-align: center;
  padding: 0;
}

.topFooter .socialMenu .socialIcon {
  margin: 0 5px;
  color: #bfb2a4;
  border: 1px solid #e3d0bb;
}

/* BOTTOM FOOTER */
.bottomFooter {
  background: #e3d0bb;
  padding: 20px 0;
}

.bottomFooter p {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
  color: #4f4f4e;
}

.linkFooter {
  font-size: 13px;
}

.linkFooter a {
  font-size: 13px;
  color: #4f4f4e;
  text-decoration: underline;
}

.topFooter br {
  display: none;
}

/* ACTIE PAGINA STYLING */
.actieHeader {
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}

.actieBanner h1 {
  font-size: 86px;
  color: #fff;
  line-height: 78px;
}

.actieBanner h4 {
  font-family: "GFS Neohellenic";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
}

.actieBanner {
  position: relative;
  height: 210px;
  top: 30%;
  transform: translateY(-30%);
  background: url("../img/actie/brood.svg") no-repeat, rgb(248, 169, 1);
  background: url("../img/actie/brood.svg") no-repeat,
    -webkit-linear-gradient(rgba(248, 169, 1, 1) 0%, rgba(250, 196, 80, 1) 100%);
  background: url("../img/actie/brood.svg") no-repeat,
    -o-linear-gradient(rgba(248, 169, 1, 1) 0%, rgba(250, 196, 80, 1) 100%);
  background: url("../img/actie/brood.svg") no-repeat,
    linear-gradient(rgba(248, 169, 1, 1) 0%, rgba(250, 196, 80, 1) 100%);
  background-blend-mode: screen;
}

.actiebannerText {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.actieBanner img {
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.actiepaginaForm {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 19px 24px 0 rgba(0, 0, 0, 0.05);
  padding: 25px 45px;
}

.actieformTitel {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;
}

.actiepaginaForm h6 {
  font-family: "GFS Neohellenic";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 35px;
  color: #4f4f4e;
  letter-spacing: 6px;
}

.actiepaginaForm p {
  font-family: "GFS Neohellenic";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 21px;
  color: #909590;
  line-height: 31px;
  margin: 0;
  letter-spacing: 2px;
}

/* DEBUGGING */
/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */
</pre></body></html>