@charset "UTF-8";
@import "components/aos.css";
@import "bootstrap/css/bootstrap.min.css";
@keyframes animateHeight {
  0% {
    height: 60px;
  }
  50% {
    height: 80px; /* Tussenliggende hoogte */
  }
  100% {
    height: 100px;
  }
}
/*
$body-font: 	'cc-whatchamacallit-variable', sans-serif !important;
$head-font: 	'FFPraterSansProBold', sans-serif !important;
$bigfont: 		'FFPraterSansProBold', sans-serif !important;

$mainfont: 		'cc-whatchamacallit-variable', sans-serif !important;
*/
.outer-menu {
  position: relative;
  right: 0;
  z-index: 999999;
  height: 60px;
  width: 60px;
}

.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}

.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}

.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}

.outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}

.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 10px;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 5px;
  background: #8b1902;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background: inherit;
  transition: all 0.4s ease;
}

.outer-menu .hamburger > div:after {
  top: 10px;
}

.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .menu > div {
  width: 230vw;
  height: 230vw;
  color: #FEFEFE;
  background: #EA527A;
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  max-height: 100vh;
}

.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 0.4em;
  font-size: 24px;
  display: block;
}

.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  color: white;
  text-transform: uppercase;
  font-size: 130%;
}

.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}

.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}

.outer-menu .menu > div > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 4px;
  background: #e5e5e5;
  transition: width 0.4s ease;
}

@media only screen and (max-width: 830px) {
  .outer-menu .menu > div > div > ul > li > a:hover:after {
    display: none !important;
  }
}
@media only screen and (max-width: 830px) {
  body {
    padding-top: 110px;
  }
}

header {
  height: 160px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 830px) {
  header {
    margin-bottom: 20px;
    height: 110px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-indeX: 88888888;
  }
}

.topbar {
  padding: 5px 0px 5px 0px;
  background: #ffffff;
  color: black;
  font-size: 14px;
  font-family: "FFPraterSansProRegular", sans-serif !important;
}
.topbar .pagewidth {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.topbar .links {
  display: flex;
  width: 50%;
  align-items: center;
}
.topbar .links .knop {
  margin-left: 20px;
}
.topbar .socials {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.topbar .socials ul {
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 10px;
}
.topbar .socials ul li {
  list-style: none;
  margin-left: 10px;
}
.topbar .socials ul li a {
  background: black;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
}
.topbar .socials ul li a:hover {
  background: #ffffff;
  border: 1px solid black;
}
.topbar .socials ul li a:hover svg {
  fill: black;
}
.topbar .socials ul li svg {
  fill: #ffffff;
  height: 13px;
  transition: 0.1s;
  max-width: 15px;
}

@media screen and (max-width: 992px) {
  .topbar {
    display: none;
  }
}
.navbar-custom {
  z-index: 1030;
  position: fixed;
  width: 100%;
}
.navbar-custom .navbar-width {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  width: 1240px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 100%;
  transition: 0.2s;
  padding: 20px;
}
@media only screen and (max-width: 830px) {
  .navbar-custom .navbar-width {
    height: 90px !important;
    padding: 15px;
  }
}
.navbar-custom .rechts {
  display: flex;
}
.navbar-custom .rechts .vertalen .wpml-ls-legacy-list-horizontal {
  padding: 15px;
}
.navbar-custom .rechts .vertalen img {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  margin-left: 10px;
}
.navbar-custom .logo {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  transition: 0.3s;
}
.navbar-custom .logo a.navbar-brand {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.navbar-custom .logo a.navbar-brand img.brand-logo-main {
  height: 100%;
  width: auto;
  transition: 0.3s;
  height: 170px;
}
@media only screen and (max-width: 830px) {
  .navbar-custom .logo a.navbar-brand img.brand-logo-main {
    height: 80px !important;
  }
}
.navbar-custom .logo a.navbar-brand img.brand-logo-scrolled {
  display: none;
}
.navbar-custom ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-custom ul li {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  margin-left: 30px;
}
.navbar-custom ul li.block {
  background-color: #C70039;
}
.navbar-custom ul li.block a {
  padding: 15px 20px !important;
  color: white !important;
  font-weight: bold;
}
.navbar-custom ul li.block:hover {
  background: #8A1B02 !important;
}
.navbar-custom ul li.block:hover a {
  color: white !important;
}
.navbar-custom ul li a {
  color: black;
  font-size: 16px;
  padding: 0px !important;
  font-family: "FFPraterSansProRegular", sans-serif !important;
  font-weight: bold;
  text-decoration: none;
}
.navbar-custom.transparant {
  position: absolute;
  background: none;
  width: 100%;
}
.navbar-custom.transparant ul li a {
  color: white;
}

.scrolled {
  height: auto;
  transition: height 0.3s;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  width: 100%;
  background: white;
}
.scrolled .logo {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  transition: 0.3s;
}
.scrolled .logo a.navbar-brand {
  width: auto;
  height: 55px;
  padding: 0px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.scrolled .logo a.navbar-brand img.brand-logo-main {
  display: none;
}
.scrolled .logo a.navbar-brand img.brand-logo-scrolled {
  display: block;
  width: auto;
  height: 100%;
  transition: 0.3s;
}
.scrolled ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1px;
}
.scrolled ul li {
  display: inline-block;
}
.scrolled ul li a {
  color: black;
}
.scrolled ul.slimmenu li > ul {
  top: 15px;
}

@media screen and (max-width: 992px) {
  .navbar-custom ul li {
    margin-left: 0px;
  }
  .navbar-custom ul li.block a {
    color: #8A1B02 !important;
  }
  .scrolled {
    height: auto;
    min-height: 60px;
  }
  .scrolled ul.slimmenu.collapsed {
    margin-top: 150px;
  }
}
nav.menu {
  display: flex;
  align-items: center;
}

.menu-collapser {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  color: #FFF;
  font-size: 16px;
  line-height: 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.menu-collapser a {
  width: 50%;
}

.menu-collapser > a > img {
  width: 50%;
  padding: 5% 0 0 0;
}

@media (max-width: 540px) {
  .menu-collapser > a > img {
    width: 80%;
    padding: 5% 0 0 0;
  }
}
.sticky .collapse-button {
  right: 0px;
  top: 15px;
}

.collapse-button {
  position: absolute;
  right: 0px;
  top: 50%;
  padding: 10px 2px;
  color: black;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 0;
}

.collapse-button:hover, .collapse-button:focus {
  color: black;
}

.collapse-button .icon-bar {
  display: block;
  height: 3px;
  width: 25px;
  margin: 4px 0;
  background-color: black;
  border-radius: 1px;
}

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 992px) {
  ul.slimmenu {
    padding-top: 35px;
  }
}

ul.slimmenu:before, ul.slimmenu:after {
  content: "";
  display: table;
}

.sub-toggle img {
  height: 15px;
}

ul.slimmenu:before,
ul.slimmenu:after {
  content: "";
  display: table;
}

ul.slimmenu:after {
  clear: both;
}

ul.slimmenu.collapsed {
  padding-top: 40px;
  margin-top: 43px;
  position: absolute;
  left: 0;
  background: white;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  flex-direction: column;
  display: flex;
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: white;
}

ul.slimmenu.collapsed li > ul {
  position: static;
  display: none;
}

ul.slimmenu.collapsed li a {
  text-align: left;
  width: 100%;
  padding: 15px 25px !important;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-toggle {
  height: 30px;
}

ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
  background-color: none;
}

ul.slimmenu li.menu-item-has-children {
  position: relative;
}

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
  padding: 10px;
}

ul.slimmenu li ul li {
  background: white;
  width: 200px;
  left: -5px;
  border-left: 2px solid #8A1B02 !important;
  margin-left: 0;
}

ul.slimmenu li ul li a {
  padding: 10px 10px !important;
  text-align: left;
  min-width: 125px;
}

ul.slimmenu li > ul {
  position: absolute;
  left: -8px;
  top: 20px;
  z-index: 999;
  display: block;
  width: auto;
  padding-top: 25px !important;
}

ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
  padding-left: 0;
}

ul.slimmenu li a {
  display: block;
  padding: 0px 20px 0px 20px;
  cursor: pointer;
}

@media (max-width: 1000px) {
  ul.slimmenu li a {
    transition: padding 0.6s;
  }
}
ul.slimmenu li a:hover {
  text-decoration: none;
}

ul.slimmenu li .sub-toggle {
  right: 25px;
  top: 10px;
  z-index: 999;
  width: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

ul.slimmenu li .sub-toggle:before {
  content: "";
  font-family: fontello;
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  color: white;
}

ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  font-family: fontello;
}

ul.slimmenu li .sub-toggle > i {
  font-style: normal;
  font-size: 12px;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 992px) {
  ul.slimmenu li .sub-toggle > i {
    color: #8A1B02 !important;
  }
}
ul.slimmenu > li {
  border-left: 0;
  display: inline-flex;
  flex-direction: row;
}

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
  border-left: 0;
}

.sub-menu {
  padding-top: 5px;
}

.sub-menu li {
  padding: 0px 0px 0px 0px;
}

.sub-menu .current-menu-item {
  border-bottom: 0px solid #fff !important;
}

@media (min-width: 768px) {
  .slimmenu li > ul {
    padding-left: 0px;
  }
  #nav-wrapper {
    padding-left: 20px;
  }
  .slimmenu > li:hover {
    border-bottom: 0px solid #fff;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 992px) {
  ul.slimmenu li .sub-toggle {
    position: absolute;
  }
}
footer {
  background: white;
  padding: 100px 0;
}
@media only screen and (max-width: 830px) {
  footer {
    padding: 35px 0;
  }
}
footer ul, footer li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer :where(.wp-block-columns.is-layout-flex) {
  gap: 5px !important;
}
footer li a {
  text-decoration: none;
  color: #8b1902;
  font-size: 20px;
}
footer li a:hover {
  text-decoration: underline;
  color: #8b1902;
}
footer p {
  color: #8b1902 !important;
}
footer .wp-block-column p {
  font-size: 20px;
  color: #8b1902 !important;
}
footer .wp-block-column p a {
  color: #8b1902 !important;
  text-decoration:underline;
}
@media only screen and (max-width: 830px) {
  footer .wp-block-column {
    margin-bottom: 25px !important;
  }
}
footer h3 {
  font-size: 22px;
}
footer .copyright a {
  margin: 0 15px;
}

.blog .blogs {
  padding-top: 0px !important;
}

@media only screen and (max-width: 830px) {
  .blogs {
    padding: 100px 0 !important;
  }
}
.blogs h2 {
  text-align: center;
  width: 100%;
}
.blogs .blogoverzicht {
  margin-top: 50px;
}
.blogs .blogoverzicht img {
  max-width: 100%;
  height: auto;
}
.blogs .blogoverzicht .blog {
  margin-bottom: 30px;
  align-items: flex-start;
}
.blogs .blogoverzicht .blog .titel {
  font-family: "FFPraterSansProBold", sans-serif !important;
  text-transform: uppercase;
  margin: 45px 0 10px 0;
  font-size: 24px;
}
.blogs .blogoverzicht .blog .titel svg {
  margin-left: 10px;
  transition: 0.2s;
}
.blogs .blogoverzicht .blog .inhoud {
  font-size: 22px;
}
.blogs .blogoverzicht .blog:hover {
  cursor: pointer;
}
.blogs .blogoverzicht .blog:hover svg {
  margin-left: 20px;
}
.blogs .links {
  padding-right: 60px;
}
.blogs .knoppen {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 830px) {
  .blogs .knoppen {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 830px) {
  .blogs .rechts {
    display: none !important;
  }
  .blogs .links {
    padding-right: 0px;
  }
}
.blogs.blogpagina .first .afbeelding {
  padding-right: 30px;
}
.blogs.blogpagina .first .blog {
  align-items: flex-start;
}

.blogdetail .uitgelichteafbeelding img {
  width: 100%;
}
.blogdetail .singeltop {
  text-align: center;
  max-width: 75%;
  margin: 0 auto 50px auto;
}
.blogdetail .singeltop h1 {
  margin-bottom: 20px;
}
.blogdetail .singeltop .meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.blogdetail .singeltop .meta .blok {
  display: flex;
  padding: 0 20px;
  align-items: center;
  font-size: 80%;
}
.blogdetail .singeltop .meta .blok svg {
  margin-right: 15px;
  height: 25px;
  width: auto;
}

.whyproduct .inhoudwhy {
  border-bottom: 2px solid rgba(255, 255, 255, 0.46);
  padding-bottom: 60px;
  max-width: 75%;
  margin: auto;
}
.whyproduct .inhoudwhy h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 830px) {
  .whyproduct .inhoudwhy {
    max-width: 100%;
    padding-bottom: 40px;
  }
}
.whyproduct .knoppen {
  margin: 50px 0 75px 0;
}
.whyproduct .knoppen .knop:nth-child(1) {
  margin-right: 10px;
}
.whyproduct .products {
  text-align: center;
  padding-top: 75px;
}
@media only screen and (max-width: 830px) {
  .whyproduct .products {
    padding-top: 40px;
  }
}
.whyproduct .splide__arrow--prev {
  left: -100px;
}
@media only screen and (max-width: 830px) {
  .whyproduct .splide__arrow--prev {
    left: 0px;
  }
}
@media only screen and (min-width: 830px) and (max-width: 1130px) {
  .whyproduct .splide__arrow--prev {
    left: -30px;
  }
}
.whyproduct .splide__arrow--next {
  right: -100px;
}
@media only screen and (max-width: 830px) {
  .whyproduct .splide__arrow--next {
    right: 0px;
  }
}
@media only screen and (min-width: 830px) and (max-width: 1130px) {
  .whyproduct .splide__arrow--next {
    right: -30px;
  }
}
.whyproduct .splide__arrow {
  background: none;
  opacity: 1;
}
.whyproduct .splide__arrow svg {
  fill: #C9BDDE;
  height: 150px !important;
  width: 50px !important;
}
@media only screen and (min-width: 1200px) {
  .whyproduct .splide__list {
    justify-content: center;
  }
}

.knop {
  border-radius: 20px;
  font-family: "FFPraterSansProBold", sans-serif !important;
  font-size: 24px;
  padding: 5px 25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  border: 2px solid rgba(0, 0, 0, 0);
}
.knop.filled.white {
  background: white;
  color: #8b1902 !important;
}
.knop.filled.white:hover {
  background: #8b1902;
  color: white !important;
}
.knop.filled.rood {
  background: #8b1902;
  color: white !important;
}
.knop.filled.rood:hover {
  background: white;
  color: #8b1902 !important;
  border: 2px solid #8b1902;
}
.knop.big {
  padding: 10px 35px;
}
.knop.smaller {
  padding: 5px 15px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.hero {
  padding-top: 0px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 830px) {
  .hero {
    padding-top: 0px;
  }
}
.hero h1 {
  line-height: 60px;
  max-width: 380px;
}
@media only screen and (min-width: 830px) and (max-width: 1210px) {
  .hero .midden {
    margin-right: 0px !important;
    max-width: 600px !important;
  }
}
@media only screen and (min-width: 830px) and (max-width: 920px) {
  .hero .kop h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .hero .midden {
    margin-right: 0px !important;
    max-width: 550px !important;
  }
}
.hero .pagewidth {
  position: relative;
}
.hero .kop {
  position: absolute;
  top: 30px;
  left: 0px;
}
@media only screen and (max-width: 830px) {
  .hero .kop {
    position: relative;
    top: 0px;
  }
  .hero .kop h1 {
    line-height: 33px;
  }
}
.hero .midden {
  max-width: 800px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.hero .midden .visual {
  align-self: center;
  position: absolute;
  transform: rotate(220deg);
  top: -115%;
  height: 540px;
  width: auto;
  margin-left: 500px;
}
@media only screen and (min-width: 830px) and (max-width: 1130px) {
  .hero .midden .visual {
    top: -215%;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 830px) {
  .hero .midden .visual {
    height: 350px;
    top: -65%;
    right: -80px;
    margin-left: 0px;
    transform: rotate(215deg);
  }
}
.hero .midden .wolkbrokken {
  display: flex;
  align-items: center;
  margin-top: -50px;
  margin-bottom: -45px;
}
@media only screen and (min-width: 830px) and (max-width: 1130px) {
  .hero .midden .wolkbrokken {
    margin-top: -150px;
  }
}
@media only screen and (max-width: 830px) {
  .hero .midden .wolkbrokken {
    margin-top: 0px;
  }
}
.hero .midden .wolkbrokken .wolken {
  max-width: 430px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 830px) {
  .hero .midden .wolkbrokken .wolken {
    max-width: 275px;
  }
}
.hero .midden .wolkbrokken .brokken {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  z-index: 2;
  margin-top: -80px;
  max-width: 325px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 830px) {
  .hero .midden .wolkbrokken .brokken {
    max-width: 200px;
  }
}
.hero .midden .hondkat {
  max-width: 690px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 830px) {
  .hero .midden .hondkat {
    max-width: 100%;
  }
}
.hero .usps {
  max-width: 800px;
  width: 100%;
  margin: auto;
  /*
  display: flex;
  flex-direction: row;   
  align-items: center;
  justify-content: center;

  */
  padding: 40px 0 0 0;
}
.hero .usps .usp {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin: 0 20px;
  font-family: "FFPraterSansProBold", sans-serif !important;
}
@media only screen and (max-width: 830px) {
  .hero .usps .usp {
    margin: 0 10px;
    justify-content: center;
    padding-bottom: 15px;
  }
}
.hero .usps .usp .icon {
  background: #8b1902;
  border-radius: 100%;
  padding: 5px;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}
@media only screen and (max-width: 830px) {
  .hero .usps .usp .icon {
    height: 40px !important;
    width: 40px !important;
    margin-right: 10px;
  }
}
.hero .usps .usp .icon img {
  max-height: 90%;
  max-width: 90%;
}
.hero .usps .usp .text {
  width: 75%;
}
@media only screen and (max-width: 830px) {
  .hero .usps .usp .text {
    width: auto;
  }
}

.product {
  padding-top: 60px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product:hover {
  cursor: pointer;
}
.product:hover .afbeelding {
  transform: scale(1.05);
}
.product .afbeelding {
  position: relative;
  text-align: center;
  width: 100%;
  transition: 0.2s;
  height: 240px;
}
.product .afbeelding .productafbeelding img,
.product .afbeelding img.productafbeelding {
  opacity: 1;
}
.product .afbeelding .producthover img,
.product .afbeelding img.producthover {
  opacity: 0;
  top: 0px !important;
}
@media only screen and (max-width: 830px) {
  .product .afbeelding .producthover img,
  .product .afbeelding img.producthover {
    top: -40px !important;
  }
}
.product .afbeelding img {
  height: 240px;
  width: auto;
  position: absolute;
  z-index: 2;
  top: -25px;
  margin: auto;
  left: 0px;
  right: 0px;
}
@media only screen and (max-width: 830px) {
  .product .afbeelding img {
    position: relative;
    top: 60px;
    height: 150px !important;
  }
}
@media only screen and (min-width: 830px) and (max-width: 1130px) {
  .product .afbeelding img {
    max-width: 100%;
    height: auto;
  }
}
.product .afbeelding:hover img.producthover,
.product .afbeelding:hover picture.producthover img {
  opacity: 1;
}
.product .afbeelding:hover img.productafbeelding,
.product .afbeelding:hover picture.productafbeelding {
  opacity: 0;
}
.product .afbeelding .cirkel {
  width: 80%;
  padding-bottom: 80%;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  background: #C9BDDE;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
}
@media only screen and (max-width: 830px) {
  .product .afbeelding .cirkel {
    width: 50%;
    padding-bottom: 50%;
  }
}
.product .meta {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  text-align: center;
}
.product .meta .titel {
  font-size: 26px;
  text-transform: uppercase;
  font-family: "FFPraterSansProBold", sans-serif !important;
  color: #8b1902;
}
.product .meta .subtitel {
  text-transform: uppercase;
  color: white;
}
.product .meta .subtitel, .product .meta .sort {
  font-size: 22px;
  color: white;
}
body#oranje .product .meta .sort {
  color: #8b1902;
}
.product .meta .sub {
  color: #8b1902;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "FFPraterSansProBold", sans-serif !important;
}

.productoverzicht .product {
  margin-bottom: 120px;
}
@media only screen and (max-width: 830px) {
  .productoverzicht .product {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 830px) {
  .gerelateerd h2, .productoverzicht h2 {
    font-size: 25px;
    margin-bottom: 10px !important;
  }
  .gerelateerd .product .afbeelding .cirkel, .productoverzicht .product .afbeelding .cirkel {
    width: 70%;
    padding-bottom: 70%;
  }
  .facetwp-facet {
    margin-bottom: 0px !important;
  }
  .wp-block-columns {
    margin-bottom: 0px !important;
  }
}
.facetwp-type-radio {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 830px) {
  .facetwp-type-radio {
    display: block;
    overflow: hidden;
  }
}
.facetwp-type-radio .facetwp-radio {
  padding: 0px;
  background: white;
  margin: 0 10px;
  font-size: 120%;
  text-transform: uppercase;
  background: white;
  padding: 5px 20px;
  border-radius: 10px;
  font-family: "FFPraterSansProBold", sans-serif !important;
  transition: 0.2s;
  margin-bottom: 10px;
}
@media only screen and (max-width: 830px) {
  .facetwp-type-radio .facetwp-radio {
    display: inline-block;
    padding: 5px 10px;
    font-size: 100%;
    margin: 10px 5px 0 5px;
    width: 45%;
    float: left;
    font-size: 85%;
  }
}
.facetwp-type-radio .facetwp-radio:hover, .facetwp-type-radio .facetwp-radio.checked {
  background: #8b1902;
  color: white;
}
.facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}

.footercta {
  background: #EA527A;
  position: relative;
  padding: 40px 0 100px 0;
}
.footercta .inhoud {
  max-width: 750px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 830px) {
  .footercta .inhoud {
    max-width: 100%;
  }
}
.footercta .inhoud .titel {
  font-size: 45px;
  text-transform: uppercase;
  font-family: "FFPraterSansProBold", sans-serif !important;
}
@media only screen and (max-width: 830px) {
  .footercta .inhoud .titel {
    font-size: 35px;
  }
}
.footercta .inhoud .tekst {
  color: white;
  margin: 30px 0 50px 0;
}
@media only screen and (max-width: 830px) {
  .footercta .inhoud .tekst {
    margin: 20px 0 20px 0;
  }
}
.footercta .inhoud .knoppen .knop {
  margin: 0 5px;
}
@media only screen and (max-width: 830px) {
  .footercta .inhoud .knoppen {
    display: flex;
    flex-direction: column;
  }
  .footercta .inhoud .knoppen .knop {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 830px) {
  .footercta {
    padding: 30px 0 30px 0;
  }
}
.footercta:before {
  background-color: #EA527A;
  height: 60px;
  width: 120%;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  transform: rotate(-0.5deg);
  left: -10%;
  animation: animateHeight 3s infinite alternate; /* 5s animatie met oneindige herhaling */
  z-index: 1;
}
@media only screen and (max-width: 830px) {
  .footercta:before {
    width: 160%;
    left: -30%;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}
html#geel, html.blog, html.single-post, body#geel, body.blog, body.single-post {
  background: #FFDB4A !important;
}
html#geel header.bg, html.blog header.bg, html.single-post header.bg, body#geel header.bg, body.blog header.bg, body.single-post header.bg {
  background: #F3B223;
}
@media only screen and (max-width: 830px) {
  html#geel header, html.blog header, html.single-post header, body#geel header, body.blog header, body.single-post header {
    background: #F3B223;
  }
}
html header.bg, body header.bg {
  transition: 0.5s;
  height: 110px;
  position: fixed;
}
html#oranje, body#oranje {
  background: #F3B223;
}
html#oranje header.bg, body#oranje header.bg {
  background: #FFDB4A;
}
@media only screen and (max-width: 830px) {
  html#oranje header, body#oranje header {
    background: #FFDB4A;
  }
}
html#roze, body#roze {
  background: #EA527A;
}
html#blauw, body#blauw {
  background: #8684BF;
}
html#blauw p, body#blauw p {
  color: white;
}
html#blauw header.bg, body#blauw header.bg {
  background: #C9BDDE;
}
@media only screen and (max-width: 830px) {
  html#blauw header, body#blauw header {
    background: #C9BDDE;
  }
}

.meteffect {
  padding: 40px 0;
}
@media only screen and (max-width: 830px) {
  .meteffect {
    padding: 40px 0;
  }
  .meteffect .pagewidth {
    z-index: 2;
    position: relative;
  }
}

.bgblauw.meteffect {
  position: relative;
}
.bgblauw.meteffect:before, .bgblauw.meteffect:after {
  background-color: #8684BF;
  height: 60px;
  width: 120%;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  transform: rotate(-0.5deg);
  left: -10%;
  animation: animateHeight 3s infinite alternate; /* 5s animatie met oneindige herhaling */
  z-index: 1;
}
@media only screen and (max-width: 830px) {
  .bgblauw.meteffect:before, .bgblauw.meteffect:after {
    width: 160%;
    left: -30%;
  }
}
.bgblauw.meteffect:after {
  bottom: -25px;
  top: inherit;
}

.bgrood.meteffect {
  position: relative;
}
.bgrood.meteffect:before, .bgrood.meteffect:after {
  background-color: #DD5929;
  height: 60px;
  width: 120%;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  transform: rotate(-0.5deg);
  left: -10%;
  animation: animateHeight 3s infinite alternate; /* 5s animatie met oneindige herhaling */
  z-index: 1;
}
@media only screen and (max-width: 830px) {
  .bgrood.meteffect:before, .bgrood.meteffect:after {
    width: 160%;
    left: -30%;
  }
}
.bgrood.meteffect:after {
  bottom: -25px;
  top: inherit;
}

.bggeel {
  background: #FFDB4A;
}

.bgoranje {
  background: #F3B223;
}

.bgroze {
  background: #EA527A;
}

.bgblauw {
  background: #8684BF;
}

.bgblauw, .bgroze {
  color: white;
}
.bgblauw p, .bgroze p {
  color: white;
}

.bgrood {
  background: #DD5929;
}
.bgrood .product .cirkel {
  background: white;
  opacity: 0.1;
}

.detailtopblok {
  padding: 0 0 45px 0;
  color: white;
}
.detailtopblok .knop.filled.rood:hover {
  background: #8b1902 !important;
  color: #F3B223 !important;
}
.detailtopblok .productblok {
  position: relative;
}
.detailtopblok .productblok:hover {
  cursor: inherit !important;
}
@media only screen and (max-width: 830px) {
  .detailtopblok .productblok {
    padding-top: 0px;
  }
}
.detailtopblok .productblok .afbeelding {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  top: 0px;
  height: 100%;
  z-index: 2;
}
.detailtopblok .productblok .afbeelding .productafbeelding img,
.detailtopblok .productblok .afbeelding .producthover img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  margin: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 2;
  height: 100%;
}
.detailtopblok .productblok .afbeelding .productafbeelding img,
.detailtopblok .productblok .afbeelding img.productafbeelding {
  max-height: 350px !important;
  width: auto;
}
@media only screen and (max-width: 830px) {
  .detailtopblok .productblok .afbeelding .productafbeelding img,
  .detailtopblok .productblok .afbeelding img.productafbeelding {
    position: relative;
  }
}
.detailtopblok .productblok .afbeelding .producthover img,
.detailtopblok .productblok .afbeelding img.producthover {
  opacity: 0;
  visibility: hidden;
  max-height: 290px !important;
  width: auto;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media only screen and (max-width: 830px) {
  .detailtopblok .productblok .afbeelding .producthover img,
  .detailtopblok .productblok .afbeelding img.producthover {
    top: 0px;
    position: absolute;
  }
}
.detailtopblok .productblok .afbeelding:hover .productafbeelding img,
.detailtopblok .productblok .afbeelding:hover img.productafbeelding {
  opacity: 0;
  visibility: hidden;
}
.detailtopblok .productblok .afbeelding:hover .producthover img,
.detailtopblok .productblok .afbeelding:hover img.producthover {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0px;
}
.detailtopblok .productblok .afbeelding picuture img {
  max-width: 100%;
  height: 400px;
  position: relative;
  z-index: 2;
  margin: auto !important;
  object-fit: cover;
  top: -30px !important;
}
@media only screen and (max-width: 830px) {
  .detailtopblok .productblok .afbeelding picuture img {
    height: 275px;
  }
}
.detailtopblok .productblok .afbeelding .cirkel {
  width: 90%;
  padding-bottom: 90%;
  max-height: 320px;
  border-radius: 100%;
  background: #FFDB4A;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
  z-index: -1;
}
@media only screen and (max-width: 830px) {
  .detailtopblok .productblok .afbeelding .cirkel {
    width: 50%;
    padding-bottom: 50%;
    display: none;
  }
}
@media only screen and (max-width: 830px) {
  .detailtopblok .rechts .inhoudrechts {
    max-width: 90%;
    margin: auto;
  }
}
.detailtopblok .rechts h2 {
  font-size: 60px;
  margin-top: 40px;
  margin-bottom: 0px;
  color: #8b1902;
}
.detailtopblok .rechts h2 span {
  color: #ffffff;
}
@media only screen and (max-width: 830px) {
  .detailtopblok .rechts h2 {
    font-size: 40px;
    margin-top: 0px;
    line-height: 50px;
  }
}
.detailtopblok .rechts h3 {
  font-size: 45px;
  color: #8b1902;
  margin: 0 0 20px 0;
  line-height: 50px;
}
.detailtopblok .rechts .grammage {
  font-size: 30px;
  color: #8b1902;
  margin: 13px 0 0px 0;
  font-family: "FFPraterSansProBold", sans-serif !important;
}
.detailtopblok .rechts .knop {
  color: #F3B223 !important;
}
.detailtopblok .rechts .knop:hover {
  color: #8b1902;
}
.detailtopblok .rechts .usp {
  margin: 30px 0 25px 0;
  width: 100%;
  overflow: hidden;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -moz-column-fill: balance;
  column-fill: balance;
}
@media only screen and (max-width: 830px) {
  .detailtopblok .rechts .usp {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.detailtopblok .rechts .usp .item {
  font-weight: bold;
  font-family: "FFPraterSansProBold", sans-serif !important;
  color: #8b1902;
  font-size: 21px;
  flex: 1;
  display: flex;
  width: 100%;
  text-transform: uppercase;
}
.detailtopblok .rechts .usp .item:before {
  content: "•";
  margin-right: 10px;
}
@media only screen and (max-width: 830px) {
  .detailtopblok .rechts .usp .item {
    width: 100%;
  }
}
.detailtopblok .rechts .usp .item .icoon {
  text-align: center;
  width: 50px;
  margin-right: 15px;
}
.detailtopblok .rechts .usp .item .inhoud {
  width: 100%;
}
.detailtopblok .rechts .usp .item img {
  max-height: 35px;
  height: auto;
  width: auto;
}
.detailtopblok .rechts .omschrijving {
  font-size: 18px;
  line-height: 20px;
}
.detailtopblok .beschikbaar {
  margin-top: 40px;
}
.detailtopblok .beschikbaar h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 830px) {
  .detailtopblok .beschikbaar {
    max-width: 90%;
    margin: 20px auto;
  }
}

.bewaarblok {
  color: #8b1902;
  padding: 100px 0;
}
@media only screen and (max-width: 830px) {
  .bewaarblok {
    padding-bottom: 35px !important;
  }
}
.bewaarblok h2 {
  text-align: center;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.bewaarblok h2:hover {
  cursor: pointer;
}
.bewaarblok h2 svg {
  fill: white;
  margin-left: 15px;
}
@media only screen and (max-width: 830px) {
  .bewaarblok h2 {
    font-size: 26px;
  }
}
.bewaarblok h2.active svg {
  transform: rotate(180deg);
}
.bewaarblok hr {
  width: 90%;
  margin: auto;
  background: white;
  margin-bottom: 30px;
  opacity: 1;
}
.bewaarblok .video {
  text-align: center;
  margin-top: 40px;
}
.bewaarblok .video iframe {
  border-radius: 15px;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 830px) {
  .bewaarblok .video iframe {
    height: 275px;
  }
}
.bewaarblok .overzichtstappen {
  margin: 75px auto;
  max-width: 90%;
}
@media (max-width: 800px) {
  .bewaarblok .overzichtstappen .stappen {
    padding: 0 30px !important;
  }
}
.bewaarblok .overzichtstappen .stappen:nth-child(even) .element .afbeelding {
  float: right;
}
.bewaarblok .overzichtstappen .stappen:nth-child(even) .element .inhoud {
  float: left;
}
@media (max-width: 800px) {
  .bewaarblok .overzichtstappen .stappen:nth-child(even) .element {
    border: 2;
    border-left: 2px solid #8b1902;
  }
  .bewaarblok .overzichtstappen .stappen:nth-child(even) .element .afbeelding {
    float: left;
  }
  .bewaarblok .overzichtstappen .stappen:nth-child(even) .element .inhoud {
    text-align: left;
    float: right;
    width: 75%;
  }
  .bewaarblok .overzichtstappen .stappen:nth-child(even) .element:before {
    left: -11px;
    right: inherit;
  }
}
@media (max-width: 800px) {
  .bewaarblok .overzichtstappen .stappen:nth-child(even) .leeg {
    order: 1;
    border-left: 0px;
  }
}
.bewaarblok .overzichtstappen .stappen:nth-last-child(1) .leeg {
  border: 0px !important;
}
.bewaarblok .overzichtstappen .stappen:nth-child(odd) .leeg {
  order: 1;
  border-left: 0px;
  border-right: 0px;
  position: relative;
}
@media (max-width: 800px) {
  .bewaarblok .overzichtstappen .stappen:nth-child(odd) .leeg {
    order: 2;
  }
}
.bewaarblok .overzichtstappen .stappen:nth-child(odd) .leeg:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #8b1902;
  position: absolute;
  right: -11px;
}
@media (max-width: 800px) {
  .bewaarblok .overzichtstappen .stappen:nth-child(odd) .leeg:before {
    left: 10px;
    right: inherit;
  }
}
.bewaarblok .overzichtstappen .stappen:nth-child(odd) .element {
  order: 2;
  text-align: left;
  border-left: 2px solid #8b1902;
  border-right: 0px;
}
@media (max-width: 800px) {
  .bewaarblok .overzichtstappen .stappen:nth-child(odd) .element {
    order: 1;
  }
}
.bewaarblok .overzichtstappen .stappen:nth-child(odd) .element:before {
  display: none;
}
@media (max-width: 800px) {
  .bewaarblok .overzichtstappen .stappen:nth-child(odd) .element:before {
    display: block;
  }
}
.bewaarblok .overzichtstappen .stappen .element {
  order: 1;
  text-align: right;
  position: relative;
}
.bewaarblok .overzichtstappen .stappen .element p {
  margin-bottom: 0px !important;
  font-size: 18px !important;
}
@media (max-width: 800px) {
  .bewaarblok .overzichtstappen .stappen .element {
    text-align: left;
    border-left: 2px solid #8b1902 !important;
    margin-bottom: 0px !important;
  }
}
.bewaarblok .overzichtstappen .stappen .element:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #8b1902;
  position: absolute;
  right: -11px;
}
@media (max-width: 800px) {
  .bewaarblok .overzichtstappen .stappen .element:before {
    left: -11px;
    right: inherit;
  }
}
.bewaarblok .overzichtstappen .stappen .element .afbeelding {
  width: 20%;
  text-align: center;
  float: left;
}
.bewaarblok .overzichtstappen .stappen .element .afbeelding img {
  width: auto;
  max-height: 100px;
  height: auto;
}
.bewaarblok .overzichtstappen .stappen .element .inhoud {
  float: right;
  width: 75%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.bewaarblok .overzichtstappen .stappen .leeg {
  order: 2;
  border-left: 2px solid #8b1902;
}
@media (max-width: 800px) {
  .bewaarblok .overzichtstappen .stappen .leeg {
    display: none;
  }
}
.bewaarblok .overzichtstappen .stappen .titel {
  font-weight: bold;
  color: #8b1902;
  font-family: "FFPraterSansProBold", sans-serif !important;
  font-size: 24px;
  text-transform: uppercase;
}
.bewaarblok .overzichtstappen .stappen .element {
  padding-bottom: 60px;
}
.bewaarblok .maxw {
  max-width: 93%;
  margin: auto;
}
@media only screen and (max-width: 830px) {
  .bewaarblok .maxw {
    max-width: 100%;
  }
}
.bewaarblok .bewaartip {
  border-radius: 15px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 40px 40px 0 40px;
  height: 100%;
}
@media only screen and (max-width: 830px) {
  .bewaarblok .bewaartip {
    padding: 0px;
  }
}
.bewaarblok .bewaartip .tip {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.bewaarblok .bewaartip .afbeelding {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.bewaarblok .bewaartip .afbeelding img {
  width: auto;
  max-height: 150px;
  height: auto;
}
.bewaarblok .bewaartip .titel {
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
  font-family: "FFPraterSansProBold", sans-serif !important;
  font-size: 24px;
}
.bewaarblok .knopp {
  text-align: center;
  margin: 40px 0;
  width: 100%;
}

.ingredientenblok h2 {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 830px) {
  .ingredientenblok h2 {
    font-size: 26px;
  }
}
.ingredientenblok .intro {
  max-width: 600px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 20px;
}
.ingredientenblok .afbeeldingen {
  text-align: center;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}
.ingredientenblok .video {
  text-align: center;
}
.ingredientenblok .video iframe {
  border-radius: 15px;
  max-width: 100%;
  margin: auto auto 30px auto;
}
.ingredientenblok .ingredienten {
  max-width: 90%;
  margin: auto;
}
@media only screen and (max-width: 830px) {
  .ingredientenblok .ingredienten {
    max-width: 100%;
  }
}
.ingredientenblok .ingredienten .faqblok {
  font-size: 24px;
  color: #8b1902;
  width: 100%;
  text-align: left;
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}
.ingredientenblok .ingredienten .faqblok .faq {
  width: 100%;
  padding: 20px 30px 20px 0;
  position: relative;
  font-family: "FFPraterSansProBold", sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .ingredientenblok .ingredienten .faqblok .faq {
    font-size: 70%;
  }
}
.ingredientenblok .ingredienten .faqblok .faq.active .icon svg {
  transform: rotate(180deg);
}
.ingredientenblok .ingredienten .faqblok .faq:hover {
  cursor: pointer;
}
.ingredientenblok .ingredienten .faqblok .icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 100%;
  float: left;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 35%;
}
.ingredientenblok .ingredienten .faqblok .icon img {
  max-width: 70%;
}
.ingredientenblok .ingredienten .faqblok .icon svg {
  height: 30px;
  fill: #8b1902;
}
.ingredientenblok .ingredienten .panel {
  display: none;
  margin-top: 0px;
  width: 100%;
  padding-bottom: 30px;
  padding-right: 30px;
  font-size: 18px !important;
}
.ingredientenblok .ingredienten .faqblok {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ingredientenblok .ingredienten .faqblok .faq:after {
  content: "";
  position: absolute;
  right: 35px;
  margin-top: 10px;
  background-image: url("../images/arrow-blauw.svg");
  background-size: contain;
  width: 20px;
  background-repeat: no-repeat;
  height: 20px;
  transition: 0.2s;
  transform: rotate(90deg);
}
.ingredientenblok .ingredienten .faqblok .faq.active:after {
  transform: rotate(-90deg) !important;
  margin-top: -10px;
}
.ingredientenblok .ingredienten .faqblok .faq:hover:after {
  margin-top: 10px;
  color: white;
  background-image: url("../images/arrow-wit.svg");
}

@font-face {
  font-family: "FFPraterSansProRegular";
  src: url("fonts/FFPraterSansProRegular/font.woff2") format("woff2"), url("fonts/FFPraterSansProRegular/font.woff") format("woff");
}
@font-face {
  font-family: "FFPraterSansProBold";
  src: url("fonts/FFPraterSansProBold/font.woff2") format("woff2"), url("fonts/FFPraterSansProBold/font.woff") format("woff");
}
body {
  font-family: "FFPraterSansProRegular", sans-serif !important;
  color: #8A1B02 !important;
  font-size: 18px !important;
}
body section a, body p a {
  color: #8A1B02 !important;
}
body section a:hover, body p a:hover {
  font-weight: bold;
  text-decoration: none;
}

section {
  padding: 100px 0;
}
@media only screen and (max-width: 830px) {
  section {
    padding: 40px 0;
  }
}

h1, h2, h3, h4, h5 {
  color: #8b1902;
  text-transform: uppercase;
  font-family: "FFPraterSansProBold", sans-serif !important;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 24px;
}

@media only screen and (max-width: 830px) {
  h1 {
    font-size: 30px;
    line-height: 33px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
    line-height: 33px;
  }
  h4 {
    font-size: 25px;
    line-height: 30px;
  }
  h5 {
    font-size: 20px;
  }
}
.alignfull {
  width: calc(100vw - 0px);
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.alignfull .wp-block-columns {
  max-width: 1240px;
  margin: auto;
}

@media only screen and (max-width: 830px) {
  .rowreverse {
    flex-direction: column-reverse;
  }
}
.pagesmall {
  width: 100%;
  max-width: 1074px;
  margin: auto;
  padding: 0 20px;
}

.wrapper {
  padding-top: 220px;
}
@media only screen and (max-width: 830px) {
  .wrapper {
    padding-top: 40px;
  }
}

.pagewidth, .pagesmall {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1240px) {
  .pagewidth, .wrapper {
    max-width: 1240px;
    margin: auto;
  }
}
@media screen and (max-width: 1240px) {
  .pagewidth, .wrapper {
    max-width: 90%;
    margin: auto;
  }
}
.gform_body {
  max-width: 90% !important;
}
@media only screen and (max-width: 830px) {
  .gform_body {
    max-width: 100% !important;
  }
}
.gform_body .gform_fields {
  display: block !important;
}
.gform_body input, .gform_body textarea {
  background: none !important;
  border: 2px solid white !important;
  border-radius: 15px !important;
  padding: 30px 15px !important;
  margin-bottom: 15px !important;
  font-size: 18px !important;
}
.gform_body input::placeholder, .gform_body textarea::placeholder {
  color: white !important;
  font-size: 18px !important;
}
.gform_body select {
  background-color: #8684BF !important;
  border: 2px solid white !important;
  border-radius: 15px !important;
  margin-bottom: 15px !important;
  font-size: 18px !important;
  padding: 12px 0 0 15px !important;
  height: 65px !important;
  color: white !important;
  border: 1px solid white !important;
}
.gform_body select::placeholder {
  color: white !important;
  font-size: 18px !important;
}

.gform_button {
  font-size: 18px !important;
}

.gform_footer input {
  border-radius: 15px !important;
  padding: 15px 35px !important;
  background: #8A1B02 !important;
}
.gform_footer input:hover {
  background: white !important;
  color: #8A1B02 !important;
}

.gfield_select option:nth-child(1) {
  display: none;
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E") !important;
}