@charset "UTF-8";
/*
Theme Name: ibizz
Author: ibizz
Author URI: https://ibizz.nl/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ibizz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ibizz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Bold.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Light.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Mediu.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Bold.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Light.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Mediu.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  border: 0.0625rem solid #181818;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 0rem;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer; }

input[type="checkbox"]::before {
  content: url("/wp-content/themes/ibizz/images/checked.svg");
  width: 0.875rem;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out; }

input[type="checkbox"]:checked::before {
  transform: scale(1); }

input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  border: 0.0625rem solid #D9D9D9;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.625rem;
  width: 100%; }

input[type="file"] {
  display: none; }
  input[type="file"]::-webkit-file-upload-button {
    visibility: hidden; }

input[type="submit"] {
  cursor: pointer; }

textarea {
  max-height: 6.25rem; }

select {
  margin-bottom: 1.25rem;
  width: 100%;
  cursor: pointer;
  border: 0.0625rem solid #D9D9D9;
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
  border-radius: 0.625rem;
  color: #181818;
  font-family: "Neue Haas Grotesk Display Pro", Arial, helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 1rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important; }

.wpcf7-list-item label {
  display: flex;
  gap: 0.625rem; }

.wpcf7-spinner {
  position: absolute; }

.wpcf7-submit {
  margin-top: 1.875rem;
  width: 100%; }

.wpcf7 .input-group {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  width: 100%;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .wpcf7 .input-group {
      flex-wrap: nowrap; } }
  .wpcf7 .input-group label {
    width: 50%; }
    .wpcf7 .input-group label.half-width {
      width: calc(50% - 5px); }
    .wpcf7 .input-group label.one-fifth-width {
      width: calc(20% - 5px); }
    .wpcf7 .input-group label.three-tenth-width {
      width: calc(30% - 10px); }
.wpcf7 div {
  margin-bottom: 1.25rem; }
  .wpcf7 div p {
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-top: 0; }
.wpcf7 label {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.45px; }
  .wpcf7 label > span {
    margin-top: 0.3125rem; }
.wpcf7 input[type="file"] {
  display: block; }
@media (max-width: 768px) {
  .wpcf7 .input-group label.half-width, .wpcf7 .input-group label.one-fifth-width, .wpcf7 .input-group label.three-tenth-width {
    width: 100%; } }

span.privacy {
  display: block;
  margin-top: 3.125rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.33px;
  color: #6A6867; }
  span.privacy > strong {
    font-weight: 500; }
  span.privacy > a {
    color: #AFCB5D;
    text-decoration: underline;
    font-weight: 500; }

form > .row {
  width: 100%; }

form > .row > p {
  margin-bottom: 0;
  display: flex;
  gap: 0.625rem; }
  @media (max-width: 768px) {
    form > .row > p {
      flex-direction: column; } }
  form > .row > p label {
    width: 100%;
    font-size: 1.0625rem;
    color: #181818; }

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0; }
.wpcf7-acceptance .wpcf7-list-item-label {
  width: 70%; }

.Refines {
  margin-bottom: -3.125rem;
  margin-top: 1.875rem;
  display: flex;
  justify-content: center; }
  .Refines input[type="radio"] {
    width: 0;
    position: relative;
    left: -9999px; }
  .Refines ul {
    margin: 0;
    padding: 0; }
  .Refines li {
    padding: 0 !important; }
  .Refines form > ul > li > ul {
    display: flex;
    justify-content: center;
    background: white;
    gap: 1.5625rem;
    padding: 0;
    border-radius: 6.25rem;
    overflow: hidden; }
    @media (max-width: 768px) {
      .Refines form > ul > li > ul {
        flex-direction: column;
        border-radius: 1.875rem;
        align-items: center; } }
    .Refines form > ul > li > ul li > label {
      width: 100%;
      cursor: pointer;
      background: white;
      padding: 0.9375rem 1.5625rem !important;
      border-radius: 0;
      border: 0.0625rem solid transparent;
      text-align: center;
      color: #422B7A;
      font-weight: 500;
      font-size: 0.875rem;
      text-decoration: none;
      transition: all .35s ease-in-out; }
      .Refines form > ul > li > ul li > label.active {
        border-color: #422B7A;
        border-radius: 6.25rem; }
    .Refines form > ul > li > ul li.sf-option-active label, .Refines form > ul > li > ul li:hover label {
      border-color: #422B7A;
      border-radius: 6.25rem; }

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Bold.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Light.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Mediu.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("/wp-content/themes/ibizz/fonts/NeueHaasDisplay-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
html {
  font-size: 16px; }
  @media all and (max-width: 1600px) {
    html {
      font-size: 14px; } }

body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Neue Haas Grotesk Display Pro", Arial, helvetica, sans-serif;
  background: #fff; }
  body.post, body.page {
    margin-bottom: 0; }

#page.site {
  max-width: calc(100rem + 3.75rem * 2);
  margin: 0 auto; }
  @media (max-width: 768px) {
    #page.site {
      max-width: 100vw;
      overflow: hidden; } }

/* titles & text */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
  font-family: "Neue Haas Grotesk Display Pro", Arial, helvetica, sans-serif; }
  h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
    color: #AFCB5D; }

h1, .h1 {
  font-size: 4.75rem;
  line-height: 96%;
  font-weight: 500; }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 2.5rem;
      line-height: 96%;
      font-weight: 500; } }

h1.entry-title,
h1.entry-title > a {
  color: #181818;
  text-decoration: none;
  font-size: 4.75rem;
  line-height: 96%;
  font-weight: 500; }

h2, .h2 {
  font-size: 2.8125rem;
  line-height: 96%;
  font-weight: 500; }

h3, .h3 {
  font-size: 1.75rem;
  line-height: 96%;
  font-weight: 500; }

h4, .h4 {
  font-size: 1.0625rem;
  font-weight: normal; }

h5, .h5 {
  font-size: 1em; }

.wp-block-heading {
  color: #181818;
  margin-bottom: 0.9375rem; }

h2.wp-block-heading {
  font-size: 2.8125rem;
  line-height: 96%;
  font-weight: 500;
  margin-top: 0.625rem; }

h3.wp-block-heading {
  font-size: 1.75rem;
  line-height: 96%;
  font-weight: 500;
  font-weight: normal; }

h4.wp-block-heading {
  font-size: 1.0625rem;
  font-weight: normal;
  color: #422B7A;
  margin: 0; }

.wp-block-columns {
  overflow: hidden;
  border-radius: 1.875rem; }
  @media (max-width: 768px) {
    .wp-block-columns {
      gap: 0;
      margin: 0; } }

.wp-block-buttons > .wp-block-button {
  margin-top: 1.25rem; }

.wp-block-image {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem; }
  @media (min-width: 1200px) {
    .wp-block-image {
      z-index: 9; } }

/* Buttons */
nav:not(.main-navigation) {
  display: flex;
  margin-top: 3.125rem;
  gap: 0.9375rem; }

.more, .wp-block-button > a, input[type="submit"] {
  display: inline-block;
  font-family: "Neue Haas Grotesk Display Pro", Arial, helvetica, sans-serif;
  background: #FF5F1F;
  border-radius: 6.25rem;
  border: 0.0625rem solid transparent;
  padding: 0.75rem 1.6875rem 0.75rem 1.6875rem;
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  min-width: 7.5rem;
  text-align: center;
  transition: all .3s ease-in-out; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .more, .wp-block-button > a, input[type="submit"] {
      padding: 0.9375rem 1.25rem; } }
  @media (max-width: 768px) {
    .more, .wp-block-button > a, input[type="submit"] {
      padding: 0.625rem 1.25rem; } }
  .more:hover, .wp-block-button > a:hover, input[type="submit"]:hover {
    background: #DF4000;
    color: white;
    border-color: #DF4000; }
    .more:hover span.icon, .wp-block-button > a:hover span.icon, input[type="submit"]:hover span.icon {
      left: 0.1875rem; }
  .more.white, .wp-block-button > a.white, input[type="submit"].white {
    background: white;
    color: #181818; }
    .more.white span.icon svg, .wp-block-button > a.white span.icon svg, input[type="submit"].white span.icon svg {
      fill: #181818; }
    .more.white:hover, .wp-block-button > a.white:hover, input[type="submit"].white:hover {
      background: #181818;
      color: white;
      border-color: #181818; }
      .more.white:hover span.icon svg, .wp-block-button > a.white:hover span.icon svg, input[type="submit"].white:hover span.icon svg {
        fill: white; }
  .more.bg2, .wp-block-button > a.bg2, input[type="submit"].bg2 {
    background: #AFCB5D; }
    .more.bg2:hover, .wp-block-button > a.bg2:hover, input[type="submit"].bg2:hover {
      background: #8AA734;
      color: white;
      border-color: #8AA734; }
  .more.outline, .wp-block-button > a.outline, input[type="submit"].outline {
    background: transparent;
    border: 0.125rem solid #422B7A;
    color: #422B7A; }
    .more.outline:hover, .wp-block-button > a.outline:hover, input[type="submit"].outline:hover {
      background: #422B7A;
      color: white; }
  .more span.icon, .wp-block-button > a span.icon, input[type="submit"] span.icon {
    margin-left: 0.3125rem;
    position: relative;
    display: inline-block;
    width: 1.0625rem;
    left: 0;
    transition: all .3s ease-in-out; }
    .more span.icon svg, .wp-block-button > a span.icon svg, input[type="submit"] span.icon svg {
      fill: white; }

.more-inline {
  padding: 0.75rem 1.6875rem 0.75rem 1.6875rem;
  color: #181818;
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 500; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .more-inline {
      padding: 0.9375rem 1.25rem; } }
  @media (max-width: 768px) {
    .more-inline {
      padding: 0.625rem 1.25rem; } }
  .more-inline:hover {
    text-decoration: none; }

.scrollto {
  cursor: pointer; }

/* Block-grid */
.block-grid {
  overflow: visible;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.875rem; }
  .block-grid > li {
    list-style: none;
    width: 100%; }
    .block-grid > li > article, .block-grid > li > section {
      margin-bottom: 0; }
  .block-grid.one-up > li {
    width: 100%; }
  .block-grid.two-up > li {
    width: calc(50% - calc(1.875rem * 0.75)); }
  .block-grid.three-up > li {
    width: calc(33.33% - calc(1.875rem * 0.75)); }
  .block-grid.four-up > li {
    width: calc(25% - calc(1.875rem * 0.75)); }
  .block-grid.five-up > li {
    width: calc(19% - calc(1.875rem * 0.75)); }
  .block-grid.six-up > li {
    width: calc(15.9% - calc(1.875rem * 0.5)); }
  .block-grid.seven-up > li {
    width: calc(14.28571% - calc(1.875rem * 0.87)); }
  .block-grid.nine-up > li {
    width: calc(11% - calc(1.875rem * 0.87)); }

@keyframes fadeInRightTransform {
  0% {
    opacity: 0;
    transform: translate3d(50%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftTransform {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownTransform {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@media (min-width: 1200px) {
  .animate {
    opacity: 0; } }
@media (min-width: 1200px) {
  .animate.inview {
    animation-name: fadeInDownTransform;
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-timing-function: ease-out; }
    .animate.inview:not(.wp-block-image) {
      z-index: 0; } }

@media (min-width: 1200px) {
  .animateTb > figure {
    opacity: 0; } }
@media (min-width: 1200px) {
  .animateTb.inview.imgleft > figure {
    animation-name: fadeInLeftTransform;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-timing-function: ease-in-out; } }
@media (min-width: 1200px) {
  .animateTb.inview.imgright > figure {
    animation-name: fadeInRightTransform;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-timing-function: ease-in-out; } }

.animateLi:nth-child(2) {
  animation-delay: .25s; }
.animateLi:nth-child(3) {
  animation-delay: .45s; }
.animateLi:nth-child(4) {
  animation-delay: .65s; }
.animateLi:nth-child(5) {
  animation-delay: .85s; }
.animateLi:nth-child(6) {
  animation-delay: 1.05s; }

/* Block styling */
.Overview, .Detail, .Block {
  margin: 5rem auto; }
  @media (max-width: 768px) {
    .Overview, .Detail, .Block {
      margin: 2.5rem auto; } }

.Overview > .Heading .h4 {
  text-align: center;
  margin: 0;
  color: #422B7A; }
.Overview > .Heading .h2, .Overview > .Heading .h3 {
  text-align: center;
  margin-top: 0.625rem;
  color: #181818; }
.Overview > .Heading .Intro, .Overview > .Heading .intro {
  color: #181818;
  font-size: 1.1875rem;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
.Overview > .Heading.flex {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .Overview > .Heading.flex .h4, .Overview > .Heading.flex .h2, .Overview > .Heading.flex .h3 {
    text-align: left;
    margin-bottom: 0; }
  .Overview > .Heading.flex nav {
    margin: 0; }

.Intro, .Content {
  font-family: "Neue Haas Grotesk Display Pro", Arial, helvetica, sans-serif;
  color: #181818;
  font-size: 1.0625rem;
  font-weight: normal;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

/* Header */
#masthead.site-header {
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: calc(100rem + 3.75rem * 2);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  min-height: 5.25rem;
  background: white;
  border-bottom: 0.0625rem solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    #masthead.site-header {
      max-width: 100vw;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    #masthead.site-header {
      max-width: 100vw;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  #masthead.site-header::before {
    content: '';
    left: 50%;
    max-width: 100.2vw;
    transform: var(--transform, translateX(-50%));
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 120rem;
    background: white; }
    @media (max-width: 768px) {
      #masthead.site-header::before {
        max-width: 100vw; } }
  #masthead.site-header .site-branding {
    min-width: 5rem;
    margin-right: 2.5rem; }
    #masthead.site-header .site-branding .site-title {
      margin: 0; }
  #masthead.site-header .main-navigation {
    display: flex;
    justify-content: flex-end;
    align-self: stretch;
    width: 100%; }
    #masthead.site-header .main-navigation a.more {
      display: flex;
      gap: 0.3125rem;
      align-items: center;
      justify-content: center; }
      #masthead.site-header .main-navigation a.more:hover span.icon {
        left: 0; }
    #masthead.site-header .main-navigation .menu-hoofdmenu-container {
      display: flex;
      align-items: center; }
    #masthead.site-header .main-navigation > div ul {
      margin-right: 3.6875rem;
      display: flex;
      align-items: center;
      height: 100%;
      gap: 1.1875rem; }
      #masthead.site-header .main-navigation > div ul > li {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0.9375rem; }
        #masthead.site-header .main-navigation > div ul > li > a {
          font-size: 1rem;
          font-weight: 500;
          color: #181818;
          transition: all .3s ease-in-out; }
          #masthead.site-header .main-navigation > div ul > li > a:hover {
            color: #AFCB5D; }
        #masthead.site-header .main-navigation > div ul > li.current-menu-item > a {
          color: #AFCB5D; }
    #masthead.site-header .main-navigation .desktop-menu {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-self: stretch; }
    @media (min-width: 1200px) {
      #masthead.site-header .main-navigation .sub-menu.first-level {
        position: absolute;
        left: 50%;
        width: 100.2vw;
        /* Set the width to span the entire viewport */
        transform: translate(-50%, 0);
        background: white;
        overflow: hidden;
        max-height: 0;
        min-height: 0;
        transition: all .35s ease-in-out; }
        #masthead.site-header .main-navigation .sub-menu.first-level .submenu-inner {
          padding: 1.875rem 6.25rem;
          max-width: 83.125rem;
          margin-left: auto;
          margin-right: auto;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          gap: 1.875rem;
          opacity: 0;
          transition: opacity .25s ease;
          transition-delay: .4s; }
          #masthead.site-header .main-navigation .sub-menu.first-level .submenu-inner > li > a {
            color: #181818;
            font-size: 1.375rem;
            font-weight: 500;
            transition: color .4s ease-out; }
            #masthead.site-header .main-navigation .sub-menu.first-level .submenu-inner > li > a:hover {
              color: #AFCB5D; }
        #masthead.site-header .main-navigation .sub-menu.first-level.submenu-visible {
          max-height: 31.25rem;
          min-height: 31.25rem;
          opacity: 1;
          overflow: visible;
          transition: all .5s ease-in-out;
          transition-delay: .15s; }
          #masthead.site-header .main-navigation .sub-menu.first-level.submenu-visible .submenu-inner {
            opacity: 1; }
      #masthead.site-header .main-navigation .sub-menu.second-level {
        position: relative;
        left: 0;
        float: none;
        top: 1.5625rem;
        box-shadow: none; }
        #masthead.site-header .main-navigation .sub-menu.second-level > li {
          padding: 0; }
          #masthead.site-header .main-navigation .sub-menu.second-level > li a {
            font-size: 1.125rem;
            font-style: normal;
            text-transform: none;
            font-weight: 400;
            text-shadow: 0px 0 0 currentColor; }
            #masthead.site-header .main-navigation .sub-menu.second-level > li a:hover {
              text-shadow: 0 0 .75px currentColor, 0 0 .75px currentColor; }
              #masthead.site-header .main-navigation .sub-menu.second-level > li a:hover::after {
                width: 0; } }
    #masthead.site-header .main-navigation .menu-right {
      margin-left: auto;
      display: flex;
      gap: 1.25rem;
      align-items: center; }
      #masthead.site-header .main-navigation .menu-right .search {
        height: 1.25rem;
        display: flex; }
      #masthead.site-header .main-navigation .menu-right .more-inline {
        padding-left: 0;
        padding-right: 0;
        transition: all .3s ease-in-out; }
        #masthead.site-header .main-navigation .menu-right .more-inline:hover {
          color: #FF5F1F; }
    #masthead.site-header .main-navigation .menu-toggle {
      border: 0;
      padding: 0;
      background: none;
      margin-left: 1.25rem;
      cursor: pointer;
      justify-content: center;
      align-items: center; }
      #masthead.site-header .main-navigation .menu-toggle > img {
        width: 2.375rem; }
      #masthead.site-header .main-navigation .menu-toggle > svg {
        display: none;
        width: 1.4375rem;
        height: 1.4375rem;
        fill: #181818;
        transform: rotate(45deg); }
    @media (max-width: 1200px) {
      #masthead.site-header .main-navigation {
        flex-direction: row; }
        #masthead.site-header .main-navigation .desktop-menu {
          display: none; }
        #masthead.site-header .main-navigation .menu-toggle {
          display: flex; } }
  #masthead.site-header .wpml-ls-legacy-dropdown {
    width: auto;
    margin-left: 0.625rem; }
    #masthead.site-header .wpml-ls-legacy-dropdown li > a {
      display: flex;
      align-items: center;
      gap: 0.3125rem;
      font-family: "Neue Haas Grotesk Display Pro", Arial, helvetica, sans-serif;
      font-size: 0.9375rem;
      font-weight: normal;
      border: 0;
      padding: 0.625rem 0.9375rem;
      color: #181818; }
    #masthead.site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li > a {
      color: #181818;
      padding: 0.625rem 0.9375rem; }
  #masthead.site-header .wpml-ls-legacy-dropdown a {
    border: 0; }
    #masthead.site-header .wpml-ls-legacy-dropdown a::after {
      display: none; }
  #masthead.site-header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, #masthead.site-header .wpml-ls-legacy-dropdown a:focus, #masthead.site-header .wpml-ls-legacy-dropdown a:hover {
    background: #F6F4F8; }

/* Mobile menu */
body .mobile-menu {
  display: block;
  position: fixed;
  width: calc(100% - 3.75rem);
  left: 1.875rem;
  right: 0;
  padding-top: 5rem;
  border-radius: 1.875rem;
  top: -110vh;
  transition: top .6s ease-out;
  z-index: 9; }
  body .mobile-menu::before {
    content: '';
    left: 50%;
    max-width: 100.2vw;
    transform: var(--transform, translateX(-50%));
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 120rem;
    background: #422B7A;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    top: -110vh;
    transition: top .6s ease-out; }
    @media (max-width: 768px) {
      body .mobile-menu::before {
        max-width: 100vw; } }
  body .mobile-menu .back-button {
    margin-bottom: 1.875rem;
    color: #C6BFD7;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    display: block; }
  body .mobile-menu .parent-title {
    position: relative;
    text-transform: none;
    font-size: 1.125rem;
    font-weight: 500; }
  body .mobile-menu .menu-mobiel-menu-container {
    margin-top: 3.125rem; }
  body .mobile-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem; }
  body .mobile-menu ul li {
    padding: 0;
    display: flex;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15); }
    @media (min-width: 1200px) {
      body .mobile-menu ul li.current_page_item a {
        color: #422B7A; } }
    @media (max-width: 768px) {
      body .mobile-menu ul li.current_page_item a {
        color: #FF5F1F; } }
    body .mobile-menu ul li a {
      text-decoration: none;
      color: white;
      font-size: 1.75rem;
      text-transform: none;
      font-weight: 500; }
      body .mobile-menu ul li a::after {
        display: none; }
  body .mobile-menu .menu-hoofdmenu-rechts-container ul li > a {
    font-size: 1rem;
    font-weight: 400; }
  body .mobile-menu .menu .sub-menu {
    margin: -107px 0 0 0;
    padding: 0;
    display: none;
    width: 100%;
    position: fixed;
    background: #F6F4F8; }
    body .mobile-menu .menu .sub-menu::before {
      content: '';
      left: 50%;
      max-width: 100.2vw;
      transform: var(--transform, translateX(-50%));
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 120rem;
      min-height: 70vh;
      top: -12.5rem;
      background: #F6F4F8; }
      @media (max-width: 768px) {
        body .mobile-menu .menu .sub-menu::before {
          max-width: 100vw; } }
    body .mobile-menu .menu .sub-menu.submenu-visible {
      display: block; }
    body .mobile-menu .menu .sub-menu .h4.parent-title {
      text-transform: none;
      font-size: 1.125rem;
      font-weight: 500; }
    body .mobile-menu .menu .sub-menu .submenu-inner {
      margin-top: 3.125rem;
      display: flex;
      flex-direction: column;
      gap: 2.5rem; }

img.menu-after {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1.25rem;
  width: 4.375rem;
  height: 4.375rem;
  margin-left: auto;
  margin-right: auto; }

body.toggled .mobile-menu::before {
  background: #422B7A;
  top: 0;
  transition: top .6s ease-out; }

body.toggled .mobile-menu {
  top: 4.28125rem;
  display: flex;
  flex-direction: column;
  min-height: 85vh; }
  body.toggled .mobile-menu nav {
    margin-top: auto; }
    body.toggled .mobile-menu nav .more-inline {
      color: white; }

body.toggled .menu-toggle > img {
  display: none; }
body.toggled .menu-toggle > svg {
  display: block !important; }

.mobile-menu {
  display: none; }

/* .site-main */
.site-main {
  margin-top: calc(5.25rem + 5rem);
  max-width: calc(100rem + 3.75rem * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  /* Pagina main */
  /* Single posts */
  /* 404 */ }
  @media (max-width: 768px) {
    .site-main {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .site-main > #banner {
    margin-top: -5rem; }
  .site-main #banner {
    content: '';
    left: 50%;
    max-width: 100.2vw;
    transform: var(--transform, translateX(-50%));
    position: relative;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 120rem;
    min-width: 98vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    max-width: 120rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    z-index: 4;
    animation: none;
    opacity: 1; }
    .site-main #banner.home {
      height: 47.5rem; }
    .site-main #banner:not(.home) {
      height: 41.375rem;
      max-height: 41.375rem; }
    @media (max-width: 768px) {
      .site-main #banner {
        height: auto;
        display: flex;
        flex-direction: column-reverse; }
        .site-main #banner.home {
          height: 43.75rem; }
        .site-main #banner:not(.home) {
          height: 41.375rem;
          max-height: 41.375rem; } }
    @media (min-width: 1200px) {
      .site-main #banner {
        animation: fadeBanner 1s ease-out forwards; }
      @keyframes fadeBanner {
        0% {
          opacity: 0; }
        100% {
          opacity: 1; } } }
    .site-main #banner.txt {
      background: #C6BFD7; }
    .site-main #banner > figure {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: 0;
      border-radius: 1.875rem;
      overflow: hidden; }
      .site-main #banner > figure::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(66, 43, 122, 0) 35%, #422B7A 100%); }
      .site-main #banner > figure img {
        height: 100%;
        object-fit: cover; }
    .site-main #banner > .inner {
      height: 100%;
      position: relative;
      display: flex;
      justify-content: space-between;
      max-width: 83.125rem;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden; }
      @media (max-width: 768px) {
        .site-main #banner > .inner {
          flex-direction: column-reverse;
          padding: 1.875rem 1.25rem; } }
      .site-main #banner > .inner > .left {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        color: white;
        z-index: 9;
        width: 40%; }
        .site-main #banner > .inner > .left .h1 {
          display: block;
          font-size: 6.625rem;
          margin-bottom: 0.9375rem;
          margin-top: 2.5rem; }
        @media (max-width: 768px) {
          .site-main #banner > .inner > .left .h1 {
            font-size: 3.125rem; } }
        @media (max-width: 768px) {
          .site-main #banner > .inner > .left {
            width: 100%;
            justify-content: flex-end;
            padding-bottom: 3.125rem; } }
        .site-main #banner > .inner > .left .Intro {
          margin: 2.5rem 0;
          color: white;
          font-size: 1.1875rem;
          font-weight: 500; }
      .site-main #banner > .inner.top > .left {
        justify-content: flex-start;
        padding-top: 5rem; }
      .site-main #banner > .inner.bottom > .left {
        justify-content: flex-end;
        padding-bottom: 5rem; }
      .site-main #banner > .inner > .right {
        width: 66%;
        display: flex;
        z-index: 4;
        margin-top: 1.875rem; }
        @media (max-width: 768px) {
          .site-main #banner > .inner > .right {
            width: 100%; } }
        .site-main #banner > .inner > .right > .text {
          position: relative; }
    .site-main #banner:not(.home) .h1 {
      font-size: 3.375rem;
      line-height: 96%;
      font-weight: 500; }
    .site-main #banner.txt > .inner {
      margin-left: auto;
      margin-right: auto; }
      .site-main #banner.txt > .inner > .left {
        width: 100%;
        color: #181818; }
        .site-main #banner.txt > .inner > .left .subtitle {
          color: #ADACAB; }
  .site-main .titlecolumn {
    position: relative;
    margin-top: -5rem;
    padding-bottom: 5rem;
    padding-top: 5rem;
    color: white; }
    .site-main .titlecolumn::before {
      content: '';
      left: 50%;
      max-width: 100.2vw;
      transform: var(--transform, translateX(-50%));
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 120rem;
      background: #422B7A; }
      @media (max-width: 768px) {
        .site-main .titlecolumn::before {
          max-width: 100vw; } }
    .site-main .titlecolumn > .inner {
      max-width: calc(50.625rem - 3.125rem);
      margin-left: auto;
      margin-right: auto; }
      .site-main .titlecolumn > .inner > .Heading {
        text-align: center; }
        .site-main .titlecolumn > .inner > .Heading .h4 {
          font-size: 0.9375rem;
          line-height: 96%;
          font-weight: 500;
          letter-spacing: 0.25rem;
          text-transform: uppercase; }
        .site-main .titlecolumn > .inner > .Heading .Intro {
          color: white;
          font-size: 1.1875rem;
          font-weight: 500; }
  .site-main .page.type-page {
    margin-bottom: 0; }
    .site-main .page.type-page:not([data-banner]) .entry-header {
      margin-left: auto;
      margin-right: auto;
      text-align: left; }
    .site-main .page.type-page:not([data-banner]) .entry-content > h2.wp-block-heading {
      font-size: 2.5rem; }
    .site-main .page.type-page .entry-content {
      margin-top: 5rem; }
      .site-main .page.type-page .entry-content .precontent {
        max-width: 50.625rem;
        color: #181818;
        margin-left: auto;
        margin-right: auto; }
        .site-main .page.type-page .entry-content .precontent:not(.hasBanner) {
          max-width: 55.3125rem; }
        .site-main .page.type-page .entry-content .precontent .title {
          text-align: center; }
        .site-main .page.type-page .entry-content .precontent .h4 {
          font-size: 0.9375rem;
          line-height: 96%;
          font-weight: 500;
          letter-spacing: 0.25rem;
          text-transform: uppercase;
          text-align: center;
          margin-bottom: 2.5rem; }
        .site-main .page.type-page .entry-content .precontent .h1 {
          font-size: 3.25rem;
          line-height: 96%;
          font-weight: 500;
          margin: 0; }
          .site-main .page.type-page .entry-content .precontent .h1 span {
            color: #422B7A; }
          @media (max-width: 768px) {
            .site-main .page.type-page .entry-content .precontent .h1 {
              font-size: 2.5rem;
              line-height: 96%;
              font-weight: 500; } }
        .site-main .page.type-page .entry-content .precontent .intro {
          margin-top: 2.5rem;
          font-size: 1.1875rem;
          font-weight: 500; }
          .site-main .page.type-page .entry-content .precontent .intro > p {
            margin: 0; }
          .site-main .page.type-page .entry-content .precontent .intro a {
            color: #AFCB5D; }
        .site-main .page.type-page .entry-content .precontent nav {
          justify-content: center; }
        .site-main .page.type-page .entry-content .precontent .usps {
          margin-top: 3.125rem;
          margin-bottom: 5rem;
          display: flex;
          align-items: center;
          gap: 3.125rem;
          justify-content: center; }
          @media (max-width: 768px) {
            .site-main .page.type-page .entry-content .precontent .usps {
              flex-direction: column;
              gap: 1.25rem; } }
          .site-main .page.type-page .entry-content .precontent .usps .usp {
            font-size: 0.9375rem;
            display: flex;
            gap: 0.625rem;
            align-items: center; }
            .site-main .page.type-page .entry-content .precontent .usps .usp .icon {
              height: 1.25rem; }
            @media (max-width: 768px) {
              .site-main .page.type-page .entry-content .precontent .usps .usp {
                min-width: 13.75rem; } }
        .site-main .page.type-page .entry-content .precontent:not(.hasBanner) .h1 {
          font-size: 4.75rem;
          line-height: 96%;
          font-weight: 500; }
          @media (max-width: 768px) {
            .site-main .page.type-page .entry-content .precontent:not(.hasBanner) .h1 {
              font-size: 2.5rem;
              line-height: 96%;
              font-weight: 500; } }
      .site-main .page.type-page .entry-content.news {
        margin-bottom: 0; }
      .site-main .page.type-page .entry-content > p, .site-main .page.type-page .entry-content > ul {
        font-family: "Neue Haas Grotesk Display Pro", Arial, helvetica, sans-serif;
        font-size: 1.125rem;
        font-weight: 400;
        color: #181818; }
        @media (max-width: 768px) {
          .site-main .page.type-page .entry-content > p, .site-main .page.type-page .entry-content > ul {
            padding-left: 1.25rem;
            padding-right: 1.25rem; } }
        @media (min-width: 1200px) {
          .site-main .page.type-page .entry-content > p, .site-main .page.type-page .entry-content > ul {
            max-width: 80%;
            margin-right: auto;
            margin-left: 0; } }
        .site-main .page.type-page .entry-content > p:first-of-type, .site-main .page.type-page .entry-content > ul:first-of-type {
          animation-delay: .8s; }
    .site-main .page.type-page .titlecolumn {
      max-width: 83.125rem;
      margin-left: auto;
      margin-right: auto;
      padding: 4.375rem 0;
      margin-bottom: 3.125rem;
      margin-top: -5rem;
      position: relative;
      min-height: 30.9375rem;
      padding-bottom: 15.625rem;
      color: white; }
      .site-main .page.type-page .titlecolumn::before {
        content: '';
        left: 50%;
        max-width: 100.2vw;
        transform: var(--transform, translateX(-50%));
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        width: 120rem;
        background: #422B7A;
        max-width: 97vw;
        border-radius: 1.875rem; }
        @media (max-width: 768px) {
          .site-main .page.type-page .titlecolumn::before {
            max-width: 100vw; } }
        @media (max-width: 768px) {
          .site-main .page.type-page .titlecolumn::before {
            max-width: 100vw;
            border-radius: 0; } }
      .site-main .page.type-page .titlecolumn::after {
        content: "";
        width: 100%;
        height: 25rem;
        position: absolute;
        left: auto;
        top: 0;
        right: -18.75rem;
        bottom: 0;
        background: url(images/ring-green-titlecolumn.svg) no-repeat;
        background-position: right top; }
        @media (max-width: 768px) {
          .site-main .page.type-page .titlecolumn::after {
            display: none; } }
      .site-main .page.type-page .titlecolumn .entry-title, .site-main .page.type-page .titlecolumn .entry-content {
        text-align: left;
        color: white;
        margin-top: 0; }
        .site-main .page.type-page .titlecolumn .entry-title p, .site-main .page.type-page .titlecolumn .entry-content p {
          color: white;
          text-align: left;
          margin-left: 0; }
      @media (min-width: 1200px) {
        .site-main .page.type-page .titlecolumn > .Heading {
          max-width: 40%; } }
      .site-main .page.type-page .titlecolumn > .Heading .h1 {
        font-size: 3.5rem;
        line-height: 96%;
        font-weight: 500; }
      .site-main .page.type-page .titlecolumn > .Heading .Intro {
        color: white;
        font-size: 1.1875rem;
        font-weight: 500;
        letter-spacing: 0.57px; }
    .site-main .page.type-page .titlecolumn + .entry-content {
      margin-top: -15.625rem; }
    .site-main .page.type-page .entry-title.center {
      text-align: center; }
    .site-main .page.type-page.post-601 {
      margin-top: 0; }
      .site-main .page.type-page.post-601 > .entry-content {
        margin-top: 0; }
        .site-main .page.type-page.post-601 > .entry-content .Detail {
          margin-top: 0; }
  .site-main.single > article {
    position: relative;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto; }
  .site-main.single .entry-header {
    margin-top: -5rem;
    position: relative;
    padding: 5rem 0 10rem 0; }
    .site-main.single .entry-header::before {
      content: '';
      left: 50%;
      max-width: 100.2vw;
      transform: var(--transform, translateX(-50%));
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 120rem;
      background: #422B7A; }
      @media (max-width: 768px) {
        .site-main.single .entry-header::before {
          max-width: 100vw; } }
    .site-main.single .entry-header a.backto {
      position: absolute;
      left: 0; }
      .site-main.single .entry-header a.backto svg {
        width: 3.75rem;
        height: 3.75rem;
        background: transparent;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s ease-in-out; }
      .site-main.single .entry-header a.backto:hover svg {
        fill: white; }
      @media (max-width: 768px) {
        .site-main.single .entry-header a.backto {
          position: relative;
          margin-top: -2.5rem;
          display: block;
          margin-bottom: 2.5rem; } }
    .site-main.single .entry-header div.info {
      color: white;
      text-align: center;
      display: flex;
      justify-content: center;
      font-size: 0.9375rem;
      line-height: 96%;
      font-weight: 500;
      letter-spacing: 0.25rem;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 500;
      margin-bottom: 2.5rem; }
      .site-main.single .entry-header div.info > * {
        margin-right: 1.25rem; }
        .site-main.single .entry-header div.info > *:last-child {
          margin-right: 0; }
          .site-main.single .entry-header div.info > *:last-child::before {
            content: "•";
            margin-right: 1.25rem; }
    .site-main.single .entry-header .entry-title {
      font-size: 2.875rem; }
    .site-main.single .entry-header .entry-title, .site-main.single .entry-header .Intro {
      color: white;
      max-width: 50.625rem;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1200px) {
        .site-main.single .entry-header .entry-title, .site-main.single .entry-header .Intro {
          position: relative;
          overflow: hidden; } }
    .site-main.single .entry-header .Intro {
      margin-top: 3.125rem;
      margin-bottom: 3.125rem;
      font-family: "Neue Haas Grotesk Display Pro", Arial, helvetica, sans-serif;
      line-height: 120%;
      font-size: 1.1875rem;
      font-weight: 500; }
    @media (min-width: 1200px) {
      .site-main.single .entry-header::after {
        content: "";
        position: absolute;
        left: -10rem;
        bottom: -37.5rem;
        background: url(images/ring-full.svg) no-repeat;
        background-position: left bottom;
        width: 43.75rem;
        height: 43.75rem; } }
  .site-main.single .entry-image {
    position: relative;
    max-width: 83.125rem;
    border-radius: 1.875rem;
    width: 100%;
    margin-top: -8.75rem;
    margin-left: auto;
    margin-right: auto;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .site-main.single .entry-image .post-thumbnail {
      width: 100%;
      display: flex; }
    .site-main.single .entry-image img {
      object-fit: cover;
      width: 100%;
      border-radius: 1.875rem;
      max-height: 34.375rem; }
      @media (max-width: 768px) {
        .site-main.single .entry-image img {
          max-width: 100%;
          height: auto; } }
  .site-main.single .entry-content {
    position: relative;
    margin-top: 3.3125rem;
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto; }
    .site-main.single .entry-content .addtoany_content {
      position: absolute;
      top: 0;
      left: -13.125rem; }
      @media (max-width: 768px) {
        .site-main.single .entry-content .addtoany_content {
          left: 0;
          position: relative; } }
    .site-main.single .entry-content .wp-block-heading {
      font-size: 1.75rem;
      font-weight: 400;
      margin-bottom: 2.5rem; }
    .site-main.single .entry-content p {
      font-size: 1.25rem;
      color: #181818;
      margin-bottom: 3.125rem; }
      .site-main.single .entry-content p.has-medium-font-size {
        font-size: 1.28125rem;
        font-weight: 600;
        font-family: "Neue Haas Grotesk Display Pro", Arial, helvetica, sans-serif; }
  .site-main.single .entry-footer {
    border-top: 0.0625rem solid #D9D9D9;
    padding-top: 1.875rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
    max-width: 55.4375rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between; }
    .site-main.single .entry-footer a.backto {
      display: flex;
      gap: 0.625rem;
      justify-content: flex-start;
      text-decoration: none;
      color: #181818;
      font-size: 0.9375rem;
      font-weight: 400;
      transition: all .3s ease; }
      .site-main.single .entry-footer a.backto svg {
        width: 0.8125rem; }
      .site-main.single .entry-footer a.backto:hover {
        color: #FF5F1F; }
        .site-main.single .entry-footer a.backto:hover svg path {
          stroke: #FF5F1F; }
    .site-main.single .entry-footer .a2a_kit .a2a_dd {
      text-decoration: none; }
      .site-main.single .entry-footer .a2a_kit .a2a_dd img {
        display: none; }
      .site-main.single .entry-footer .a2a_kit .a2a_dd::before {
        content: url("/wp-content/themes/ibizz/images/share-small.svg");
        width: 0.5rem;
        height: 0.5625rem;
        margin-right: 0.3125rem; }
      .site-main.single .entry-footer .a2a_kit .a2a_dd::after {
        text-decoration: none;
        color: #181818;
        font-size: 0.9375rem;
        font-weight: 400;
        content: "Artikel delen"; }
  .site-main .error-404 {
    padding: 3.125rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .site-main .error-404::before {
      content: '';
      left: 50%;
      max-width: 100.2vw;
      transform: var(--transform, translateX(-50%));
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 120rem;
      background: #422B7A; }
      @media (max-width: 768px) {
        .site-main .error-404::before {
          max-width: 100vw; } }
    .site-main .error-404 .page-image {
      position: relative; }
    .site-main .error-404 .page-header {
      position: relative;
      padding: 5rem 0 10rem 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 55%;
      color: #181818; }
      .site-main .error-404 .page-header .page-title {
        font-size: 4.625rem;
        line-height: 96%;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 0; }
      .site-main .error-404 .page-header .Intro {
        margin: 1.875rem 0;
        font-size: 1.5rem;
        font-weight: normal; }
    @media (max-width: 768px) {
      .site-main .error-404 .page-header {
        padding: 0;
        margin: 0; }
        .site-main .error-404 .page-header .page-title {
          font-size: 2.5rem;
          line-height: 96%;
          font-weight: 500; } }

body.search .site-main {
  max-width: 50.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem; }

body.page-template-page-contact .precontent {
  max-width: 100% !important;
  position: relative;
  margin-bottom: 5rem; }
  body.page-template-page-contact .precontent > .inner {
    justify-content: center; }
    @media (min-width: 1200px) {
      body.page-template-page-contact .precontent > .inner {
        display: flex;
        gap: 5.9375rem; } }
    body.page-template-page-contact .precontent > .inner > .left {
      align-self: flex-start;
      background: white;
      border-radius: 1.25rem;
      padding: 3.125rem;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
      max-width: 38.4375rem; }
      @media (min-width: 1200px) {
        body.page-template-page-contact .precontent > .inner > .left {
          min-width: 38.4375rem; } }
    body.page-template-page-contact .precontent > .inner > .right {
      align-self: flex-start;
      display: flex;
      flex-direction: column;
      gap: 1.875rem;
      max-width: 38.4375rem; }
      body.page-template-page-contact .precontent > .inner > .right > .inner {
        background: white;
        border-radius: 1.25rem;
        padding: 3.125rem;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); }
      @media (min-width: 1200px) {
        body.page-template-page-contact .precontent > .inner > .right {
          min-width: 38.4375rem; } }
      @media (max-width: 768px) {
        body.page-template-page-contact .precontent > .inner > .right {
          margin-top: calc(5rem / 2); } }
      body.page-template-page-contact .precontent > .inner > .right .Content {
        margin: 0;
        font-size: 1.1875rem;
        font-weight: 400;
        line-height: 120%;
        color: #6A6867; }
        body.page-template-page-contact .precontent > .inner > .right .Content strong {
          font-weight: 500;
          color: #6A6867; }
        body.page-template-page-contact .precontent > .inner > .right .Content h3, body.page-template-page-contact .precontent > .inner > .right .Content .h3 {
          margin-top: 0;
          color: #181818; }
        body.page-template-page-contact .precontent > .inner > .right .Content h4, body.page-template-page-contact .precontent > .inner > .right .Content .h4 {
          font-size: 0.9375rem;
          line-height: 96%;
          font-weight: 500;
          letter-spacing: 0.25rem;
          text-transform: uppercase;
          margin-top: 3.125rem;
          margin-bottom: 2.5rem; }
        body.page-template-page-contact .precontent > .inner > .right .Content ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          body.page-template-page-contact .precontent > .inner > .right .Content ul > li {
            font-size: 0.9375rem;
            align-items: center;
            color: #181818; }
            body.page-template-page-contact .precontent > .inner > .right .Content ul > li::before {
              content: url(images/check-green.svg);
              width: 0.6875rem;
              height: 0.6875rem;
              margin-right: 0.625rem;
              position: relative; }
            body.page-template-page-contact .precontent > .inner > .right .Content ul > li:not(:last-child) {
              margin-bottom: 0.9375rem; }
            body.page-template-page-contact .precontent > .inner > .right .Content ul > li strong {
              margin-right: 0.3125rem;
              margin-left: 0.3125rem;
              color: #181818; }
        body.page-template-page-contact .precontent > .inner > .right .Content address {
          margin: 1.0625rem 0;
          font-weight: 500;
          color: #6A6867;
          font-size: 1.1875rem;
          font-style: normal; }
          body.page-template-page-contact .precontent > .inner > .right .Content address a {
            color: #6A6867;
            text-decoration: none; }
      body.page-template-page-contact .precontent > .inner > .right nav {
        justify-content: flex-start !important; }

@media (max-width: 768px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0; } }
/* Cookie */
.cc-window.cc-banner {
  position: fixed;
  border-radius: 1.875rem;
  width: 54.6875rem;
  height: auto;
  top: auto;
  bottom: 6.25rem;
  left: 0;
  margin: 0 auto;
  flex-direction: column;
  padding: 2.1875rem 1.875rem; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .cc-window.cc-banner {
      padding: 1.875rem; } }
  @media (max-width: 768px) {
    .cc-window.cc-banner {
      padding: 1.25rem; } }

.cc-revoke {
  left: auto !important;
  right: 3em !important; }

@media (max-width: 768px) {
  .cc-revoke {
    display: none !important; } }
/* Popup */
.Snippet.Popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999; }
  .Snippet.Popup > .inner {
    position: relative;
    background: white;
    width: 46.6875rem;
    height: auto;
    min-height: 40.5rem;
    padding: 3.125rem;
    color: #AFCB5D;
    border-radius: 1.875rem; }
    .Snippet.Popup > .inner > span.close {
      cursor: pointer;
      position: absolute;
      width: 4.25rem;
      height: 4.25rem;
      border-radius: 50%;
      background: #FF5F1F;
      display: flex;
      justify-content: center;
      align-items: center;
      top: -3.75rem;
      right: -3.75rem; }
      .Snippet.Popup > .inner > span.close svg {
        width: 2.625rem;
        height: 2.625rem;
        transform: rotate(45deg);
        fill: white; }
    .Snippet.Popup > .inner > .Heading {
      text-align: center; }
      .Snippet.Popup > .inner > .Heading .h1 {
        font-size: 3.125rem;
        line-height: 96%;
        font-weight: 500; }
      .Snippet.Popup > .inner > .Heading .Intro {
        margin-top: 1.25rem;
        font-size: 1.125rem;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; }
    .Snippet.Popup > .inner .Content {
      color: #C6BFD7;
      font-size: 1.0625rem; }
      .Snippet.Popup > .inner .Content h3 {
        color: #AFCB5D; }
      .Snippet.Popup > .inner .Content ul {
        margin: 0;
        padding: 0 0 0 1.25em;
        line-height: 1.9;
        list-style: none; }
        .Snippet.Popup > .inner .Content ul li {
          position: relative; }
          .Snippet.Popup > .inner .Content ul li::before {
            content: "•";
            position: absolute;
            left: -1.25em; }
  .Snippet.Popup.hidden {
    display: none; }
  .Snippet.Popup.visible {
    display: flex; }

/* Search */
.search-form {
  max-width: 50.625rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 5rem; }
  .search-form > label {
    width: 80%;
    display: inline-block; }
  .search-form input {
    width: 100%;
    border: 0.0625rem solid #6A6867;
    margin-top: 0.9375rem;
    padding: 0.9375rem 0.9375rem;
    border-radius: 0.9375rem; }
    .search-form input[type="submit"] {
      width: auto;
      margin-left: 0.9375rem;
      margin-top: 0.625rem;
      cursor: pointer;
      background: #FF5F1F;
      border: 0.0625rem solid transparent;
      color: white;
      font-size: 1.125rem;
      font-weight: 600;
      padding: 1.125rem 1.25rem;
      transition: all .3s ease-in-out; }
      .search-form input[type="submit"]:hover {
        background: transparent;
        color: white;
        border-color: #FF5F1F; }

div.search-item {
  max-width: 50.625rem;
  margin-left: auto;
  margin-right: auto; }
  div.search-item h2, div.search-item h1 {
    margin: 0.625rem 0;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #D9D9D9; }
    div.search-item h2 a, div.search-item h1 a {
      color: #422B7A;
      font-size: 1.5rem;
      text-decoration: none; }

/* Footer */
.site-footer {
  position: relative;
  padding: 3.75rem 1.875rem 0 1.875rem; }
  .site-footer .bg {
    content: '';
    left: 50%;
    max-width: 100.2vw;
    transform: var(--transform, translateX(-50%));
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 120rem;
    background: #422B7A;
    z-index: 0;
    overflow: hidden; }
    @media (max-width: 768px) {
      .site-footer .bg {
        max-width: 100vw; } }
    .site-footer .bg::before {
      content: '';
      left: 50%;
      max-width: 100.2vw;
      transform: var(--transform, translateX(-50%));
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 120rem;
      content: "";
      height: 100%;
      left: 2%;
      top: 0;
      background: url(images/ring-footer.svg) no-repeat center center;
      background-size: 16.6%;
      z-index: 1; }
      @media (max-width: 768px) {
        .site-footer .bg::before {
          max-width: 100vw; } }
      @media (max-width: 768px) {
        .site-footer .bg::before {
          display: none; } }
    .site-footer .bg::after {
      content: '';
      left: 50%;
      max-width: 100.2vw;
      transform: var(--transform, translateX(-50%));
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 120rem;
      content: "";
      height: 100%;
      right: 0;
      left: 100%;
      top: auto;
      bottom: 3.75rem;
      background: url(images/ring-footer-small.svg) no-repeat center bottom;
      background-size: 16.6%;
      z-index: 1; }
      @media (max-width: 768px) {
        .site-footer .bg::after {
          max-width: 100vw; } }
      @media (max-width: 768px) {
        .site-footer .bg::after {
          background-size: 50%;
          background-position: right bottom;
          transform: none;
          left: auto; } }
  .site-footer > *:not(.bg) {
    z-index: 5;
    position: relative; }
  @media (max-width: 768px) {
    .site-footer {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .site-footer .social {
    display: flex;
    gap: 1.25rem; }
    .site-footer .social > a {
      max-width: 1.875rem; }
      .site-footer .social > a span.icon {
        background: white;
        width: 2.625rem;
        height: 2.625rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .site-footer .social > a span.icon svg {
          fill: #181818;
          max-height: 1.25rem;
          max-width: 1.875rem;
          transition: all .3s ease-in-out; }
      .site-footer .social > a:hover span.icon svg {
        fill: #AFCB5D; }
  .site-footer #footerMiddle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10%; }
    @media (min-width: 1200px) {
      .site-footer #footerMiddle {
        padding-left: 8.75rem; } }
    .site-footer #footerMiddle .left {
      width: 30%; }
      @media (max-width: 768px) {
        .site-footer #footerMiddle .left {
          width: 100%; } }
      .site-footer #footerMiddle .left img {
        width: 7.1875rem; }
      .site-footer #footerMiddle .left .slogan {
        font-size: 0.8125rem;
        font-weight: 400;
        color: #C6BFD7;
        line-height: 150%;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem; }
      .site-footer #footerMiddle .left .more:hover {
        color: white; }
    .site-footer #footerMiddle .right {
      width: 60%;
      margin-top: 2.25rem;
      display: flex;
      gap: 3.75rem; }
      @media (max-width: 768px) {
        .site-footer #footerMiddle .right {
          width: 100%; } }
      .site-footer #footerMiddle .right .h5 {
        margin-top: 0;
        color: white;
        font-size: 0.8125rem;
        line-height: 96%;
        margin-bottom: 1.125rem; }
      .site-footer #footerMiddle .right a {
        display: block;
        font-size: 0.8125rem;
        font-weight: 400;
        color: white;
        text-decoration: none;
        line-height: 200%; }
        .site-footer #footerMiddle .right a:hover {
          text-decoration: underline; }
      .site-footer #footerMiddle .right > .footerlinks {
        display: block; }
      .site-footer #footerMiddle .right address {
        display: flex;
        gap: 3.75rem;
        color: white;
        font-size: 0.8125rem;
        font-style: normal; }
        .site-footer #footerMiddle .right address a {
          color: white;
          text-decoration: none; }
          .site-footer #footerMiddle .right address a:hover {
            text-decoration: underline; }
          .site-footer #footerMiddle .right address a.contact {
            font-weight: 700;
            text-decoration: underline; }
        @media (max-width: 768px) {
          .site-footer #footerMiddle .right address {
            flex-direction: column; } }
      @media (max-width: 768px) {
        .site-footer #footerMiddle .right {
          flex-wrap: wrap;
          gap: 0.625rem;
          margin-top: 2.5rem; }
          .site-footer #footerMiddle .right > div {
            width: 46%; }
          .site-footer #footerMiddle .right > .footerlinks {
            margin-bottom: 1.25rem; } }
  .site-footer #footerBottom {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-top: 7.5rem; }
    .site-footer #footerBottom::before {
      content: '';
      left: 50%;
      max-width: 100.2vw;
      transform: var(--transform, translateX(-50%));
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 120rem;
      background: #352363; }
      @media (max-width: 768px) {
        .site-footer #footerBottom::before {
          max-width: 100vw; } }
    @media (max-width: 768px) {
      .site-footer #footerBottom {
        margin-top: 0; } }
    .site-footer #footerBottom > .inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 768px) {
        .site-footer #footerBottom > .inner {
          flex-direction: column;
          flex-wrap: wrap; } }
    .site-footer #footerBottom .copyright {
      font-size: 0.8125rem;
      color: white; }
      @media (max-width: 768px) {
        .site-footer #footerBottom .copyright {
          width: 100%;
          margin-left: 0;
          color: rgba(255, 255, 255, 0.4); } }
    .site-footer #footerBottom nav {
      margin: 0;
      gap: 2.5rem; }
      @media (max-width: 768px) {
        .site-footer #footerBottom nav {
          width: 100%;
          gap: 0.625rem; } }
      .site-footer #footerBottom nav a {
        color: white;
        font-size: 0.8125rem;
        text-decoration: none; }
        @media (max-width: 768px) {
          .site-footer #footerBottom nav a {
            color: rgba(255, 255, 255, 0.4); }
            .site-footer #footerBottom nav a::after {
              content: "|";
              margin: 0 0.3125rem; } }
        .site-footer #footerBottom nav a:hover {
          text-decoration: underline; }

input[type="file"] + span {
  background: #FF5F1F;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block; }
  input[type="file"] + span:hover {
    background: #eb4300; }
  input[type="file"] + span::after {
    content: 'Uploaden';
    position: absolute;
    color: #333;
    left: calc(100% + 10px); }

.horizontal_outer {
  margin: 0 -15px;
  padding: 0 0 0 15px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  /* !important is needed sometimes */
  /* Track */
  /* Handle */ }
  .horizontal_outer .horizontal_inner {
    width: 100%;
    flex-wrap: nowrap; }
    .horizontal_outer .horizontal_inner .horizontal_item {
      display: inline;
      padding-right: 10px; }
      .horizontal_outer .horizontal_inner .horizontal_item article {
        clear: none;
        zoom: 1;
        display: inline;
        vertical-align: top;
        white-space: normal;
        max-width: 70vw;
        margin-bottom: 5px; }
      .horizontal_outer .horizontal_inner .horizontal_item:last-child {
        padding-right: 15px; }
  .horizontal_outer::-webkit-scrollbar {
    display: none !important; }
  .horizontal_outer::-webkit-scrollbar-track {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #C6BFD7;
    margin-left: 15px;
    margin-right: 15px; }
  .horizontal_outer::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #AFCB5D !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important; }
  .horizontal_outer::-webkit-scrollbar-thumb:window-inactive {
    background: #C6BFD7 !important; }

/*# sourceMappingURL=style.css.map */
