@charset "UTF-8";
/*
Theme Name: ibizz
Author: ibizz
Author URI: https://ibizz.nl/
Version: 2.1
Tested up to: 6.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ibizz

This theme, like WordPress, is licensed under the GPL.

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/
*/
@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);
  }
}
@keyframes stripesFadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moveUp {
  0% {
    transform: rotate(0deg) scaleX(-1);
  }
  30% {
    transform: rotate(-53deg) scaleX(-1);
  }
  50% {
    transform: rotate(-53deg) scaleX(-1);
  }
  100% {
    transform: rotate(0deg) scaleX(-1);
  }
}
@keyframes moveUpNormal {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-53deg);
  }
  50% {
    transform: rotate(-53deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes moveDown {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(53deg);
  }
  50% {
    transform: rotate(53deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes cloudUp {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  70% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes cloudLeftRight {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-45px);
  }
  70% {
    transform: translateX(-45px);
  }
  100% {
    transform: translateX(0px);
  }
}
figure.star.flipped {
  transform: scaleX(-1);
}
figure.star .stripes {
  opacity: 0;
  animation: stripesFadeIn 5s ease-in-out infinite;
}

@media (min-width: 1024px) {
  .animate {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .animate.inview:not(.Usp.default) {
    animation-name: fadeInDownTransform;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-timing-function: ease-out;
  }
  .animate.inview:not(.Usp.default):not(.wp-block-image) {
    z-index: 0;
  }
}

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

.animateLi:nth-child(1) {
  animation-delay: 0s !important;
}
.animateLi:nth-child(2) {
  animation-delay: 0.05s !important;
}
.animateLi:nth-child(3) {
  animation-delay: 0.1s !important;
}
.animateLi:nth-child(4) {
  animation-delay: 0.15s !important;
}
.animateLi:nth-child(5) {
  animation-delay: 0.2s !important;
}
.animateLi:nth-child(6) {
  animation-delay: 0.25s !important;
}
.animateLi:nth-child(7) {
  animation-delay: 0.3s !important;
}
.animateLi:nth-child(8) {
  animation-delay: 0.35s !important;
}
.animateLi:nth-child(9) {
  animation-delay: 0.4s !important;
}
.animateLi:nth-child(10) {
  animation-delay: 0.45s !important;
}
.animateLi:nth-child(11) {
  animation-delay: 0.5s !important;
}
.animateLi:nth-child(12) {
  animation-delay: 0.55s !important;
}
.animateLi:nth-child(13) {
  animation-delay: 0.6s !important;
}
.animateLi:nth-child(14) {
  animation-delay: 0.65s !important;
}
.animateLi:nth-child(15) {
  animation-delay: 0.7s !important;
}
.animateLi:nth-child(16) {
  animation-delay: 0.75s !important;
}
.animateLi:nth-child(17) {
  animation-delay: 0.8s !important;
}
.animateLi:nth-child(18) {
  animation-delay: 0.85s !important;
}
.animateLi:nth-child(19) {
  animation-delay: 0.9s !important;
}
.animateLi:nth-child(20) {
  animation-delay: 0.95s !important;
}
.animateLi:nth-child(21) {
  animation-delay: 1s !important;
}
.animateLi:nth-child(22) {
  animation-delay: 1.05s !important;
}
.animateLi:nth-child(23) {
  animation-delay: 1.1s !important;
}
.animateLi:nth-child(24) {
  animation-delay: 1.15s !important;
}
.animateLi:nth-child(25) {
  animation-delay: 1.2s !important;
}
.animateLi:nth-child(26) {
  animation-delay: 1.25s !important;
}
.animateLi:nth-child(27) {
  animation-delay: 1.3s !important;
}
.animateLi:nth-child(28) {
  animation-delay: 1.35s !important;
}
.animateLi:nth-child(29) {
  animation-delay: 1.4s !important;
}
.animateLi:nth-child(30) {
  animation-delay: 1.45s !important;
}
.animateLi:nth-child(31) {
  animation-delay: 1.5s !important;
}
.animateLi:nth-child(32) {
  animation-delay: 1.55s !important;
}
.animateLi:nth-child(33) {
  animation-delay: 1.6s !important;
}
.animateLi:nth-child(34) {
  animation-delay: 1.65s !important;
}
.animateLi:nth-child(35) {
  animation-delay: 1.7s !important;
}
.animateLi:nth-child(36) {
  animation-delay: 1.75s !important;
}
.animateLi:nth-child(37) {
  animation-delay: 1.8s !important;
}
.animateLi:nth-child(38) {
  animation-delay: 1.85s !important;
}
.animateLi:nth-child(39) {
  animation-delay: 1.9s !important;
}
.animateLi:nth-child(40) {
  animation-delay: 1.95s !important;
}
.animateLi:nth-child(41) {
  animation-delay: 2s !important;
}
.animateLi:nth-child(42) {
  animation-delay: 2.05s !important;
}
.animateLi:nth-child(43) {
  animation-delay: 2.1s !important;
}
.animateLi:nth-child(44) {
  animation-delay: 2.15s !important;
}
.animateLi:nth-child(45) {
  animation-delay: 2.2s !important;
}
.animateLi:nth-child(46) {
  animation-delay: 2.25s !important;
}
.animateLi:nth-child(47) {
  animation-delay: 2.3s !important;
}
.animateLi:nth-child(48) {
  animation-delay: 2.35s !important;
}
.animateLi:nth-child(49) {
  animation-delay: 2.4s !important;
}
.animateLi:nth-child(50) {
  animation-delay: 2.45s !important;
}

.News.Overview.default {
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
}
.News.Overview.default > .Heading .h2 {
  color: #02534C;
}
.News.Overview.default.sub > .Heading .h2 {
  color: #131313;
}
.News.Overview.default.sub > .Heading .h2 span::after {
  background: #E77724;
}
@media (max-width: 768px) {
  .News.Overview.default > .block-grid > li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .News.Overview.default nav {
    justify-content: center;
  }
}
.News.Overview.related {
  position: relative;
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  .News.Overview.related {
    padding: 3.75rem 0;
  }
}
.News.Overview.related::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: #FFF4E1;
}
@media (max-width: 768px) {
  .News.Overview.related::before {
    max-width: 100vw;
  }
}

.News.Item > a {
  color: currentColor;
  text-decoration: none;
}
.News.Item.default > a > figure {
  position: relative;
  display: flex;
}
.News.Item.default > a > figure img {
  object-fit: cover;
  mask-image: url("/wp-content/themes/ibizz/images/mask/news-mask-default.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  width: 26.25rem;
  height: 20.4375rem;
}
.News.Item.default > a > figure span.icon {
  right: 1.25rem;
}
.News.Item.default > a > .inner {
  margin-top: 1.8125rem;
}
@media (max-width: 768px) {
  .News.Item.default > a > .inner {
    max-width: 90%;
  }
}
.News.Item.default > a > .inner > .Heading .h4 {
  font-size: 1.125rem;
  font-weight: 500;
}
.News.Item.default > a > .inner > .Heading .h3 {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 600;
  color: #02534C;
}
.News.Item.default.sub > a > .inner > .Heading .h3, .News.Item.default.sub > a > .inner > .Heading .h4 {
  color: #131313;
}
.News.Item.default.sub > a > figure::after {
  content: "";
  position: absolute;
  width: 5.3125rem;
  height: 5.125rem;
  bottom: -1.25rem;
  right: -1.25rem;
  z-index: 2;
  background: url("/wp-content/themes/ibizz/images/noordster/news-nav.svg");
}
@media (max-width: 768px) {
  .News.Item.default.sub > a > figure::after {
    background-size: contain;
    right: 0;
  }
}
.News.Item.default.sub > a > figure span.icon {
  opacity: 1 !important;
  z-index: 8;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .News.Item.default.sub > a > figure span.icon {
    right: 1.5625rem;
  }
}
.News.Item.default.sub > a > figure > img {
  mask-image: none;
  border-radius: 0.8125rem;
}
.News.Item.default.reigersberg > a > figure::after {
  content: "";
  position: absolute;
  right: -0.625rem;
  bottom: -0.9375rem;
  width: 6.75rem;
  height: 6.0625rem;
  background: url("/wp-content/themes/ibizz/images/reigersberg/cloud-green-tb.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .News.Item.default.reigersberg > a > figure::after {
    right: 0;
  }
}
.News.Item.default.reigersberg > a > figure > img {
  mask-image: none;
  border-radius: 1.25rem;
}
.News.Item.default.reigersberg > a > figure span.icon {
  right: 1.875rem;
  z-index: 5;
  width: auto;
  height: 0.625rem;
  bottom: 1.875rem;
  background: transparent;
}
.News.Item.default.reigersberg > a > figure span.icon svg {
  fill: #131313;
}
.News.Item.default.reigersberg > a > .inner {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .News.Item.default.reigersberg > a > .inner {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .News.Item.default.slider {
    margin-right: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .News.Item.default.slider span.icon {
    right: 0.3125rem;
    bottom: 2.8125rem;
  }
}
@media (max-width: 768px) {
  .News.Item.default.slider .inner {
    margin-top: -1.25rem;
  }
}

/* Forminator */
.forminator-edit-module {
  display: none;
}

.forminator-ui, .forminator-row-last {
  margin: 0;
  margin-bottom: 0 !important;
}

.forminator-required {
  color: #02534C !important;
}

.forminator-field .forminator-consent__label p {
  margin: 0;
}
.forminator-field .forminator-button-submit {
  margin-top: 2.5rem;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
  margin-bottom: 1.5625rem !important;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row, .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col {
  padding: 0 0px !important;
}

.forminator-error-message, .forminator-response-message {
  font-size: 0.8125rem;
  color: red;
}
.forminator-error-message ul, .forminator-response-message ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.forminator-error-message.forminator-success, .forminator-response-message.forminator-success {
  color: white;
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
  background: green;
}

.forminator-response-message.forminator-accessible {
  background: #FFFDF4;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}

.forminator-col-6 {
  width: 50%;
  display: inline-block;
}

.forminator-field-textarea {
  width: 100% !important;
}

.forminator-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: nowrap !important;
}
.forminator-row label, .forminator-row .forminator-label {
  margin-bottom: 0.625rem !important;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  color: #131313 !important;
  gap: 0 !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  font-family: "Albert Sans", serif !important;
}
.forminator-row .forminator-radio-inline {
  display: inline-flex !important;
  margin-bottom: 0 !important;
  gap: 0 !important;
}
.forminator-row input, .forminator-row .select2-selection, .forminator-row .forminator-radio-bullet, .forminator-row .forminator-checkbox-box, .forminator-row textarea {
  border-radius: 0.5rem !important;
  border: 0.0625rem solid rgba(19, 19, 19, 0.2) !important;
  background: rgb(255, 255, 255) !important;
  padding-left: 0.9375rem !important;
  font-weight: 500 !important;
}
.forminator-row input:focus, .forminator-row .select2-selection:focus, .forminator-row .forminator-radio-bullet:focus, .forminator-row .forminator-checkbox-box:focus, .forminator-row textarea:focus {
  outline: none !important;
  border: 0.0625rem solid rgba(19, 19, 19, 0.2) !important;
}
.forminator-row textarea {
  border-radius: 0.5rem !important;
}
.forminator-row .forminator-checkbox-box {
  border-radius: 0 !important;
}
.forminator-row .forminator-radio-bullet::before {
  background-color: #E77724 !important;
}
.forminator-row .forminator-button-submit {
  cursor: pointer;
  background: #E86A0E !important;
  border-radius: 6.25rem !important;
  color: white !important;
  border: 0.0625rem solid #E86A0E !important;
  padding: 0.75rem 1.875rem 0.75rem 1.875rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .forminator-row .forminator-button-submit {
    padding: 0.625rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .forminator-row .forminator-button-submit {
    padding: 0.625rem 1.25rem;
  }
}

.forminator-field-consent > div {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end;
}
.forminator-field-consent input[type=checkbox]:checked::before {
  margin-left: -0.75rem !important;
}

.forminator-row-last {
  display: block;
  text-align: right;
}

.forminator-field-section h2.forminator-title {
  margin-top: 1.875rem;
  font-size: 1.5625rem;
  line-height: 100%;
  font-weight: 600;
  color: #02534C;
  margin: 0 !important;
}
.forminator-field-section h3.forminator-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #131313;
  margin-bottom: -1.25rem !important;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  border: 0.0625rem solid #131313;
  /* 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], input[type=date], textarea {
  border: 0;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  margin-top: 0.3125rem;
}

input[type=file] {
  display: inline-flex;
}
input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
@media (max-width: 768px) {
  input[type=file] {
    display: block;
  }
}
input[type=file]::before {
  content: "Bestand kiezen";
  display: inline-block;
  background: white;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  color: #131313;
  cursor: pointer;
  margin-top: 0.125rem;
}
@media (max-width: 768px) {
  input[type=file]::before {
    width: 100%;
  }
}

.forminator-ui.forminator-custom-form[data-design=basic] .forminator-file-upload {
  gap: 0.3125rem !important;
}

.forminator-button-upload {
  display: block;
  background: white;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  color: #131313;
  cursor: pointer;
  margin-top: 0.125rem;
  font-size: 0 !important;
  width: 100%;
}
.forminator-button-upload::before {
  font-size: 0.875rem;
  content: "Bestand kiezen";
}
.forminator-button-upload ~ span {
  display: block;
}

.forminator-button-delete {
  color: red !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}

input[type=submit] {
  cursor: pointer;
  background: #E77724 !important;
  border: 0;
}
input[type=submit]:hover {
  background: #E86A0E !important;
}

.wpcf7 select, .searchandfilter select {
  cursor: pointer;
  border: 0;
  color: white;
  font-family: "Albert Sans", serif;
  font-size: 1.125rem;
  font-weight: 400;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23F3D03E' 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% - 2.5rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding: 0.625rem;
}
.wpcf7 select:focus, .wpcf7 select:focus-within, .searchandfilter select:focus, .searchandfilter select:focus-within {
  outline: 0;
}
.wpcf7 select option, .searchandfilter select option {
  color: #131313;
}
.wpcf7 select option:first-child, .searchandfilter select option:first-child {
  display: none;
}

.wpcf7-response-output {
  background: #02534C;
  border-radius: 1.25rem;
  color: white;
  border-color: #E77724 !important;
}

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

.wpcf7-spinner {
  position: absolute;
}

form label {
  display: block;
  margin-top: 1.875rem;
}
form .input-group {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  form .input-group {
    flex-direction: column;
  }
}
form .input-group > label {
  width: 50%;
}
@media (max-width: 768px) {
  form .input-group > label {
    width: 100%;
  }
}
form .input-group > label input, form .input-group > label textarea, form .input-group > label select {
  width: 100%;
}
form .input-group .wpcf7-submit {
  align-self: flex-end;
}
form .input-group.upload {
  padding-bottom: 3.25rem;
  margin-bottom: 3.25rem;
  border-bottom: 0.0625rem solid #131313;
}
@media (min-width: 1024px) {
  form .input-group.upload label:first-child {
    padding-right: 4.8125rem;
    border-right: 0.0625rem solid #131313;
  }
  form .input-group.upload label:last-child {
    padding-left: 4.8125rem;
  }
}
form .wpcf7-form-control.wpcf7-checkbox {
  display: block;
}
form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  gap: 0.3125rem;
  margin: 0 0 0.625rem 0;
}
form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.first {
  margin-top: 0.9375rem;
}
form .wpcf7-form-control-wrap {
  display: block;
}
form .h3 {
  margin-top: 1.875rem;
  font-size: 1.5625rem;
  line-height: 100%;
  font-weight: 600;
  color: #02534C;
}
form .h3 + span {
  font-size: 1rem;
}

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: #131313;
}

.wpcf7-acceptance {
  margin-top: 1.875rem;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  width: 100%;
}

.Refines {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 768px) {
  .Refines {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .Refines {
    min-width: 82.5rem;
  }
}
.Refines input[type=radio] {
  width: 0;
  position: relative;
  left: -9999px;
}
.Refines ul {
  margin: 0;
  padding: 0;
}
.Refines li {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .Refines form {
    width: 100%;
  }
}
.Refines form .sf-field-taxonomy-field,
.Refines form .sf-field-taxonomy-location {
  display: inline-block;
}
.Refines form .sf-field-taxonomy-field {
  position: relative;
}
.Refines form .sf-field-taxonomy-field::after {
  content: "";
  width: 0.0625rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  right: 1.25rem;
  top: 0;
}
.Refines form > ul > li:not([data-sf-field-input-type=checkbox]) > ul {
  display: flex;
  justify-content: flex-start;
  gap: 0.625rem;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .Refines form > ul > li:not([data-sf-field-input-type=checkbox]) > ul {
    flex-wrap: wrap;
    border-radius: 1.25rem;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .Refines form > ul > li:not([data-sf-field-input-type=checkbox]) > ul li {
    width: auto;
  }
}
.Refines form > ul > li:not([data-sf-field-input-type=checkbox]) > ul li > label {
  width: 100%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.75rem 1.9375rem !important;
  border-radius: 6.25rem;
  border: 0.0625rem solid #07625A;
  text-align: center;
  color: #F3D03E;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}
.Refines form > ul > li:not([data-sf-field-input-type=checkbox]) > ul li > label.active {
  border-color: #F3D03E;
}
.Refines form > ul > li:not([data-sf-field-input-type=checkbox]) > ul li.sf-option-active label, .Refines form > ul > li:not([data-sf-field-input-type=checkbox]) > ul li:hover label {
  border-color: #F3D03E;
}
.Refines.vacancy {
  background: rgba(255, 255, 255, 0.15);
  max-width: 31.25rem;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0.625rem 0rem 0.625rem 1.0625rem;
  border-radius: 6.25rem;
}
@media (max-width: 768px) {
  .Refines.vacancy ul {
    display: flex;
  }
  .Refines.vacancy ul select {
    min-width: 12.5rem;
  }
}
.Refines.vacancy > img {
  margin-right: 0.9375rem;
}
.Refines.Noordster form > ul > li:not([data-sf-field-input-type=checkbox]) > ul {
  display: flex;
  justify-content: flex-start;
  gap: 0.625rem;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .Refines.Noordster form > ul > li:not([data-sf-field-input-type=checkbox]) > ul {
    flex-wrap: wrap;
    border-radius: 1.25rem;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .Refines.Noordster form > ul > li:not([data-sf-field-input-type=checkbox]) > ul li {
    width: auto;
  }
}
.Refines.Noordster form > ul > li:not([data-sf-field-input-type=checkbox]) > ul li > label {
  width: 100%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.75rem 1.9375rem !important;
  border-radius: 6.25rem;
  border: 0.0625rem solid transparent;
  text-align: center;
  color: #131313;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}
.Refines.Noordster form > ul > li:not([data-sf-field-input-type=checkbox]) > ul li > label.active {
  border-color: #E77724;
}
.Refines.Noordster form > ul > li:not([data-sf-field-input-type=checkbox]) > ul li.sf-option-active label, .Refines.Noordster form > ul > li:not([data-sf-field-input-type=checkbox]) > ul li:hover label {
  border-color: #E77724;
}

.site-main.single {
  --container-width:68.4375rem;
  --text-width:40.3125rem;
  margin-top: calc(5rem + 7.5rem);
}
@media (max-width: 768px) {
  .site-main.single {
    margin-top: 5rem;
  }
}
.site-main.single > article {
  position: relative;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .site-main.single > article {
    padding: 3.75rem 0 0 0;
  }
}
.site-main.single > article > .Content > img, .site-main.single > article > .Content > p > img {
  width: 100%;
  border-radius: 1.25rem;
  margin-top: 1.875rem;
  object-fit: cover;
}
.site-main.single a.backto {
  position: absolute;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .site-main.single a.backto {
    position: relative;
  }
}
.site-main.single a.backto:hover {
  opacity: 0.3;
}
.site-main.single .entry-header {
  position: relative;
  padding: var(--padding);
  max-width: 47.375rem;
  margin-left: auto;
  margin-right: auto;
}
.site-main.single .entry-header .entry-meta {
  margin-bottom: 0;
}
.site-main.single .entry-header .entry-meta span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #131313;
}
@media (max-width: 768px) {
  .site-main.single .entry-header {
    padding: 3.75rem 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: #72BB6F;
  max-width: 120rem;
  top: calc(-1 * 7.5rem / 1 - 5rem);
}
@media (max-width: 768px) {
  .site-main.single .entry-header::before {
    max-width: 100vw;
  }
}
@media (min-width: 1024px) {
  .site-main.single .entry-header::before {
    height: 350%;
  }
}
.site-main.single .entry-header .entry-title {
  font-size: 2.1875rem;
  line-height: 83%;
  font-weight: 600;
  color: #131313;
  margin-top: 0.3125rem;
}
.site-main.single .entry-header .Intro {
  margin-top: 1.625rem;
  font-family: "Albert Sans", serif;
  line-height: 150%;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 3.625rem;
}
.site-main.single .entry-image, .site-main.single .video {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 1.25rem;
}
.site-main.single .entry-image .post-thumbnail, .site-main.single .video .post-thumbnail {
  width: 100%;
  margin: 0;
  display: flex;
}
.site-main.single .entry-image img, .site-main.single .video img {
  object-fit: cover;
  width: 100%;
  max-width: var(--container-width);
  height: auto;
  max-height: 45.625rem;
}
@media (max-width: 768px) {
  .site-main.single .entry-image img, .site-main.single .video img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .site-main.single .entry-image, .site-main.single .video {
    margin-top: -3.75rem;
  }
}
.site-main.single .entry-content p, .site-main.single .entry-content h2, .site-main.single .Content, .site-main.single .usp-list {
  position: relative;
  margin-top: calc(7.5rem / 2);
  max-width: var(--text-width);
  margin-left: auto;
  margin-right: 14%;
}
.site-main.single .entry-content p > .addtoany_shortcode, .site-main.single .entry-content h2 > .addtoany_shortcode, .site-main.single .Content > .addtoany_shortcode, .site-main.single .usp-list > .addtoany_shortcode {
  position: absolute;
  left: -9.375rem;
  top: 0;
}
.site-main.single .entry-content p p, .site-main.single .entry-content h2 p, .site-main.single .Content p, .site-main.single .usp-list p {
  font-size: 1.125rem;
  color: #131313;
  margin: 0;
}
.site-main.single .entry-content p p.has-medium-font-size, .site-main.single .entry-content h2 p.has-medium-font-size, .site-main.single .Content p.has-medium-font-size, .site-main.single .usp-list p.has-medium-font-size {
  font-size: 1.28125rem;
  font-weight: 600;
  font-family: "Albert Sans", serif;
}
.site-main.single .entry-content p h2, .site-main.single .entry-content h2 h2, .site-main.single .Content h2, .site-main.single .usp-list h2 {
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
  color: #FFD744;
  font-size: 1.5625rem;
  line-height: 100%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .site-main.single .entry-content p h2, .site-main.single .entry-content h2 h2, .site-main.single .Content h2, .site-main.single .usp-list h2 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .site-main.single .entry-content p .wp-block-image, .site-main.single .entry-content h2 .wp-block-image, .site-main.single .Content .wp-block-image, .site-main.single .usp-list .wp-block-image {
    margin: 5rem 0;
    width: 66.25rem;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 768px) {
  .site-main.single .entry-content p .wp-block-image, .site-main.single .entry-content h2 .wp-block-image, .site-main.single .Content .wp-block-image, .site-main.single .usp-list .wp-block-image {
    margin: 2.5rem 0;
  }
}
.site-main.single .entry-footer {
  border-top: 0.0625rem solid rgba(19, 19, 19, 0.2);
  padding-top: 1.875rem;
  margin-top: calc(7.5rem / 2);
  margin-bottom: 7.5rem;
  max-width: var(--text-width);
  display: flex;
  gap: 0.625rem;
  margin-left: auto;
  margin-right: 14%;
}
@media (max-width: 768px) {
  .site-main.single .entry-footer {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.site-main.single .entry-footer a.backto {
  width: 100%;
  position: relative;
  display: flex;
  gap: 0.625rem;
  justify-content: flex-start;
  text-decoration: none;
  color: #131313;
  font-size: 1rem;
  font-weight: 400;
}
.site-main.single .entry-content {
  max-width: 105rem;
  min-width: 105rem;
  margin-right: auto;
  margin-left: auto;
  transform: translate(-50%, 0);
  left: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .site-main.single .entry-content {
    max-width: 100%;
    min-width: 100%;
  }
}
.site-main.single.search .entry-header::before {
  height: 85vh !important;
  background: #E2A5CA !important;
}

.site-main.single .type-post .entry-meta {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.site-main.single .type-post .entry-meta .addtoany_shortcode {
  margin-left: auto;
}
.site-main.single .type-post .entry-meta .addtoany_shortcode a {
  display: flex;
}
.site-main.single .type-post .entry-meta .addtoany_shortcode img {
  max-height: 2.5rem;
}

.site-main.single .type-vacancy {
  --container-width:55.1875rem;
  --text-width:40.3125rem;
}
.site-main.single .type-vacancy a.backto {
  position: absolute;
  left: -4.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
@media (max-width: 768px) {
  .site-main.single .type-vacancy a.backto {
    position: relative;
    left: 0;
  }
}
.site-main.single .type-vacancy .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: #DFA0C8;
  max-width: 120rem;
  top: calc(-1 * 7.5rem / 1 - 5rem);
}
@media (max-width: 768px) {
  .site-main.single .type-vacancy .entry-header::before {
    max-width: 100vw;
  }
}
@media (min-width: 1024px) {
  .site-main.single .type-vacancy .entry-header::before {
    height: 300%;
  }
}
.site-main.single .type-vacancy .entry-header .Intro {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .site-main.single .type-vacancy .entry-header {
    padding-top: 1.875rem;
  }
}
.site-main.single .type-vacancy .entry-meta {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.site-main.single .type-vacancy .entry-meta .specs {
  display: flex;
  gap: 1.0625rem;
}
.site-main.single .type-vacancy .entry-meta .specs > span {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: black;
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .site-main.single .type-vacancy .applyshare .more {
    min-width: 28.125rem;
  }
}
.site-main.single .type-vacancy .applyshare .addtoany_share img {
  border-radius: 100%;
  overflow: hidden;
  border: 0.0625rem solid #E77724;
}
.site-main.single .type-vacancy .entry-image {
  margin-top: 3.125rem;
}
.site-main.single .type-vacancy .Content {
  position: relative;
}
.site-main.single .type-vacancy .Content img {
  margin: 6.25rem 0 0 0;
}
.site-main.single .type-vacancy .Content.extra {
  margin: 0 auto;
  padding: 6.25rem 0;
}
.site-main.single .type-vacancy .Content.extra::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: #FFF4E1;
}
@media (max-width: 768px) {
  .site-main.single .type-vacancy .Content.extra::before {
    max-width: 100vw;
  }
}
.site-main.single .type-vacancy .Content ol {
  list-style: none;
  padding: 0;
  margin: 2.375rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.site-main.single .type-vacancy .Content ol > li {
  display: flex;
  background: #FFFDF4;
  padding: 1.25rem;
  font-size: 1.0625rem;
  color: #02534C;
  font-weight: 700;
  border-radius: 0.3125rem;
}
.site-main.single .type-vacancy .Content ol > li::before {
  margin-right: 0.9375rem;
  color: #02534C;
  font-weight: 400;
}
.site-main.single .type-vacancy .Content ol > li:first-child::before {
  content: "01";
}
.site-main.single .type-vacancy .Content ol > li:nth-child(2)::before {
  content: "02";
}
.site-main.single .type-vacancy .Content ol > li:nth-child(3)::before {
  content: "03";
}
.site-main.single .type-vacancy .Content ol > li:nth-child(4)::before {
  content: "04";
}
.site-main.single .type-vacancy .Content ol > li:nth-child(5)::before {
  content: "05";
}
.site-main.single .type-vacancy .Content ol > li:nth-child(6)::before {
  content: "06";
}
.site-main.single .type-vacancy .Content ul {
  list-style: none;
  padding: 0;
  margin: 2.375rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.site-main.single .type-vacancy .Content ul > li {
  display: flex;
  gap: 0.3125rem;
  font-size: 1.0625rem;
  color: #131313;
  font-weight: 400;
}
.site-main.single .type-vacancy .Content ul > li::before {
  content: "•";
  margin-right: 0.9375rem;
}
.site-main.single .type-vacancy .usp-list {
  margin: 6.25rem auto;
}
.site-main.single .type-vacancy .usp-list > .Heading .h2 {
  color: #02534C;
  margin-bottom: 1.5625rem;
  font-size: 1.5625rem;
}
.site-main.single .type-vacancy .usp-list .block-grid {
  justify-content: center;
}
@media (max-width: 768px) {
  .site-main.single .type-vacancy .usp-list .block-grid {
    flex-direction: column;
  }
}
.site-main.single .type-vacancy .usp-list li {
  padding: 2.5rem 1.25rem;
  background: #FFF4E1;
  border-radius: 1.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .site-main.single .type-vacancy .usp-list li {
    width: 100%;
  }
}
.site-main.single .type-vacancy .usp-list li span.icon {
  margin-bottom: 0.9375rem;
  transform: rotate(0deg);
  transition: all 1.25s ease-in-out;
}
.site-main.single .type-vacancy .usp-list li.inview span.icon {
  transform: rotate(180deg);
}

#masthead.site-header, .banner-header {
  transition: top 0.25s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 0.625rem;
  max-width: 105rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  min-height: 5rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#masthead.site-header.hidden, .banner-header.hidden {
  top: -6.25rem;
}
@media (max-width: 768px) {
  #masthead.site-header, .banner-header {
    max-width: 100vw;
    margin: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #masthead.site-header, .banner-header {
    max-width: 100vw;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
#masthead.site-header .bars, .banner-header .bars {
  width: 2.875rem;
  height: 2.875rem;
}
@media (max-width: 768px) {
  #masthead.site-header .bars, .banner-header .bars {
    width: 3.75rem;
    height: 3.75rem;
  }
}
#masthead.site-header .menu-toggle, .banner-header .menu-toggle {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#masthead.site-header .menu-toggle:hover, .banner-header .menu-toggle:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  #masthead.site-header, .banner-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #masthead.site-header .site-branding, .banner-header .site-branding {
    width: 9.1875rem;
  }
  #masthead.site-header .site-branding img, .banner-header .site-branding img {
    max-width: 9.1875rem;
  }
}
#masthead.site-header .wpml-ls-legacy-dropdown, .banner-header .wpml-ls-legacy-dropdown {
  width: auto;
  margin-left: 0.625rem;
}
#masthead.site-header .wpml-ls-legacy-dropdown li > a, .banner-header .wpml-ls-legacy-dropdown li > a {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-family: "Albert Sans", serif;
  font-size: 0.9375rem;
  font-weight: normal;
  border: 0;
  padding: 0.625rem 0.9375rem;
  color: #131313;
}
#masthead.site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li > a, .banner-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li > a {
  color: #131313;
  padding: 0.625rem 0.9375rem;
}
#masthead.site-header .wpml-ls-legacy-dropdown a, .banner-header .wpml-ls-legacy-dropdown a {
  border: 0;
}
#masthead.site-header .wpml-ls-legacy-dropdown a::after, .banner-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, .banner-header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .banner-header .wpml-ls-legacy-dropdown a:focus, .banner-header .wpml-ls-legacy-dropdown a:hover {
  background: #FFFDF4;
}
#masthead.site-header.scrolled.hidden, .banner-header.scrolled.hidden {
  top: 0;
}

.site-header {
  z-index: 88;
  background: #FFFDF4 !important;
}
@media (max-width: 768px) {
  .site-header {
    display: none !important;
  }
}
.site-header .bar {
  position: absolute;
  top: 0;
  height: 0.625rem;
  background: #FFFDF4;
  width: 100%;
}
.site-header::before {
  content: "";
  position: absolute;
  width: 30vw;
  right: -18vw;
  top: 0;
  height: 100%;
  background: #FFFDF4;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
.site-header::after {
  content: "";
  position: absolute;
  width: 20vw;
  left: -11vw;
  top: 0;
  height: 100%;
  background: #FFFDF4;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.site-header .site-branding {
  min-width: 11.6875rem;
  margin-right: 1.875rem;
  width: 19.8125rem;
  transition: width 0.4s ease-out;
  position: relative;
  mask-image: url("/wp-content/themes/ibizz/images/mask/header-mask-left.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: bottom;
  margin-left: -8.125rem;
  margin-top: -0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
  background: #FFFDF4;
}
.site-header .site-branding img {
  max-width: 100%;
  transition: all 0.4s ease-out;
}
.site-header .site-branding .site-title {
  margin: 0;
}
.site-header .site-branding > a {
  margin-left: 8.125rem;
  display: block;
}
.site-header .site-branding img {
  max-width: 8.375rem;
}
.site-header .main-navigation {
  height: 5.25rem;
  width: 18.125rem;
  margin-right: -3.125rem;
  margin-top: -0.625rem;
  position: relative;
  mask-image: url("/wp-content/themes/ibizz/images/mask/header-mask.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: top left;
  background: #FFFDF4;
  align-items: center;
  gap: 0.75rem;
}
.site-header .main-navigation > * {
  align-self: center;
}
.site-header .main-navigation .menu-toggle {
  margin-left: 0 !important;
  margin-right: 3.125rem !important;
}

.banner-header {
  z-index: 96;
  padding-top: 1.25rem;
  position: absolute;
}
.banner-header .more.cta {
  align-self: center;
}
.banner-header .search-toggle {
  display: none;
  cursor: pointer;
}
.banner-header .search-toggle img {
  max-height: 3.6875rem;
  min-height: 3.6875rem;
}
.banner-header .bars.close {
  display: none;
}
.banner-header .right {
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .banner-header {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    position: fixed;
    background: var(--theme, #FFD744);
  }
}

#banner {
  position: relative;
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: relative;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  z-index: 3;
  min-width: 120rem;
  background: var(--theme);
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  animation: none;
  opacity: 1;
}
@media (max-width: 768px) {
  #banner {
    min-width: 0;
  }
}
#banner.home {
  height: 56.25rem;
}
#banner:not(.home) {
  height: 56.25rem;
  max-height: 56.25rem;
}
@media (max-width: 768px) {
  #banner {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  #banner.home {
    height: 100%;
    max-height: 100%;
  }
  #banner:not(.home) {
    height: 100%;
    max-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #banner {
    height: auto;
    transform: none;
    left: 0%;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column-reverse;
    width: 110%;
    margin-left: -1.875rem;
  }
  #banner.home {
    height: 100%;
    max-height: 100%;
  }
  #banner:not(.home) {
    height: 100%;
    max-height: 100%;
  }
}
#banner > .inner > .left > .titles > .title {
  opacity: 0;
}
#banner > .inner > .left > .titles > .content,
#banner > .inner > .left > nav {
  transform: translateX(-150%);
}
#banner.home::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  top: 100%;
  left: 15%;
  transition: all 0.55s ease-out;
  background: url("/wp-content/themes/ibizz/images/noordster/flight.svg") no-repeat center center;
  z-index: 9;
}
@media (max-width: 768px) {
  #banner.home::before {
    max-width: 100vw;
  }
}
#banner.home.inview::before {
  top: 20%;
  left: 45%;
  transition-delay: 1s;
}
@media (max-width: 768px) {
  #banner.home.inview::before {
    top: -15%;
  }
}
#banner > figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: 68.4375rem;
  mask-image: url("/wp-content/themes/ibizz/images/noordster/mask/banner-mask.svg");
  mask-size: 125%;
  mask-repeat: no-repeat;
  mask-position: left 108%;
}
#banner > figure img {
  height: 96%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  #banner > figure {
    margin-top: 7.5rem;
    position: relative;
    max-width: 100%;
    height: 24.5rem;
  }
}
#banner > figure::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: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
}
@media (max-width: 768px) {
  #banner > figure::before {
    max-width: 100vw;
  }
}
#banner > .inner {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  #banner > .inner {
    flex-direction: column-reverse;
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #banner > .inner {
    max-width: 100%;
    overflow: visible;
  }
}
#banner > .inner > .left {
  padding-left: 1.875rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  color: var(--text);
  z-index: 9;
  width: 100%;
  max-width: 31.6875rem;
}
@media (max-width: 768px) {
  #banner > .inner > .left {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #banner > .inner > .left {
    padding-left: 0;
  }
}
#banner > .inner > .left .h1 {
  display: block;
  margin-bottom: 0.9375rem;
  margin-top: 2.5rem;
  color: var(--accent);
  font-size: 5.75rem;
  line-height: 83%;
  font-weight: 600;
}
@media (max-width: 768px) {
  #banner > .inner > .left .h1 {
    font-size: 3.4375rem;
    line-height: 83%;
    font-weight: 600;
  }
}
#banner > .inner > .left .h1 span::after {
  width: 0%;
}
@media (max-width: 768px) {
  #banner > .inner > .left {
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 3.125rem;
  }
}
#banner > .inner > .left .Intro {
  margin-top: 3.125rem;
  color: var(--text);
  font-size: 1.125rem;
}
#banner > .inner.top > .left {
  justify-content: flex-start;
  padding-top: calc(7.5rem + 5rem);
}
@media (max-width: 768px) {
  #banner > .inner.top > .left {
    padding-top: calc(3.75rem + 5rem);
  }
}
#banner > .inner.bottom > .left {
  justify-content: flex-end;
  padding-bottom: calc(7.5rem / 2);
}
#banner > .inner > .right {
  width: 66%;
  display: flex;
  z-index: 4;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  #banner > .inner > .right {
    width: 100%;
  }
}
#banner > .inner > .right > .text {
  position: relative;
}
#banner:not(.home) .h1 {
  font-size: 3.375rem;
  line-height: 83%;
  font-weight: 600;
}
#banner.inview > .inner > .left > .titles .h1 span::after {
  transition: all 0.65s ease-out;
  width: 100%;
  transition-delay: 1s;
}
#banner.inview > .inner > .left > .titles > .content, #banner.inview > .inner > .left > nav {
  transform: translateX(0%);
  transition: all 0.5s ease-out;
}
#banner.inview > .inner > .left > .titles > .content, #banner.inview > .inner > .left > nav {
  transition-delay: 0.25s !important;
}
#banner.inview > .inner > .left > .titles > .title {
  opacity: 1;
  transition: all 0.5s ease-out;
}
#banner .scrollto {
  position: absolute;
  bottom: 2.75rem;
  left: 40%;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  #banner .scrollto {
    display: none;
    bottom: 0;
    left: 1.25rem;
    bottom: 3.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #banner .scrollto {
    bottom: -15.625rem;
  }
}
#banner .scrollto > img:first-of-type {
  width: 4.6875rem;
}
#banner .scrollto > img:last-of-type {
  height: 3.1875rem;
  margin-top: -0.625rem;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(2.5px);
  }
}
#banner.small {
  display: flex;
  height: 48.75rem;
  max-width: 105rem;
  min-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row-reverse;
}
#banner.small.left {
  flex-direction: row;
}
@media (max-width: 768px) {
  #banner.small {
    flex-direction: column !important;
    min-width: 0;
    max-width: 100%;
    margin-top: 0 !important;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #banner.small {
    flex-direction: column-reverse;
    min-width: 0;
    max-width: 100vw;
    height: auto;
    padding-top: 7.5rem;
  }
  #banner.small > .inner {
    margin-left: auto !important;
  }
}
#banner.small::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: var(--theme);
}
@media (max-width: 768px) {
  #banner.small::before {
    max-width: 100vw;
  }
}
#banner.small > figure {
  mask-image: url("/wp-content/themes/ibizz/images/noordster/mask/banner-mask-small.svg");
  mask-repeat: no-repeat;
  mask-position: left 108%;
  margin-right: -2.5rem;
  mask-size: 100% 100%;
  position: relative;
  max-width: 58.625rem;
}
@media (max-width: 768px) {
  #banner.small > figure {
    max-width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 1600px) {
  #banner.small > figure {
    mask-position: 100% 80%;
  }
}
#banner.small > figure::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: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  #banner.small > figure::before {
    max-width: 100vw;
  }
}
#banner.small.left > figure {
  margin-right: 0;
}
#banner.small.inview > figcaption {
  left: 0;
  opacity: 1;
  transition: all 0.75s ease-out;
  transition-delay: 0.25s;
}
#banner.small > .inner {
  margin-left: 0;
}
@media (max-width: 768px) {
  #banner.small > .inner > .left {
    padding-top: 0 !important;
    padding-bottom: 3.75rem;
  }
}
#banner.small > .inner > .left .h1 {
  font-size: 4.25rem;
}
@media (max-width: 768px) {
  #banner.small > .inner > .left .h1 {
    font-size: 3.4375rem;
  }
}
#banner.small.left > .inner {
  margin-left: 3.75rem;
}
@media (max-width: 768px) {
  #banner.small.left > .inner {
    margin-left: 0 !important;
  }
}
#banner.noimg {
  height: 37.875rem;
}
@media (max-width: 768px) {
  #banner.noimg {
    margin-top: 0 !important;
    height: 100%;
    min-height: 21.875rem;
    height: auto;
  }
}
#banner.noimg > .inner {
  width: 100%;
  display: block;
  padding-top: 5rem;
}
#banner.noimg > .inner > .left {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  #banner.noimg > .inner > .left {
    padding-left: 0;
  }
}
#banner.noimg > .inner > .left .h1 {
  font-size: 4.25rem;
  text-align: center;
  max-width: 44.6875rem;
  margin: 0 auto;
  line-height: 83%;
}
@media (max-width: 768px) {
  #banner.noimg > .inner > .left .h1 {
    font-size: 2.8125rem;
    max-width: 100%;
  }
}
#banner.noimg > .inner > .left .content {
  max-width: 37.5rem;
  margin: 0 auto;
}
@media (max-width: 1600px) and (min-width: 1024px) {
  #banner figure {
    margin-left: 2.5rem;
  }
}
@media all and (max-width: 1480px) {
  #banner {
    transform: none;
    left: 0;
    width: 100vw;
    margin-left: -1.875rem !important;
  }
}
@media (max-width: 1480px) and (min-width: 1024px) {
  #banner figure {
    margin-left: 2.5rem;
  }
}
@media (max-width: 1480px) and (max-width: 768px) {
  #banner {
    margin-left: calc(-1.875rem / 1.5) !important;
  }
}
@media (max-width: 1480px) and (min-width: 1024px) {
  #banner:not(.small) > .inner {
    margin-left: 0;
  }
}
@media all and (max-width: 1480px) {
  #banner.small > .inner {
    margin-left: 3.75rem;
  }
}
@media (max-width: 1480px) and (max-width: 768px) {
  #banner.small > .inner {
    margin-left: 0;
  }
}
@media (max-width: 1480px) and (max-width: 768px) {
  #banner.small {
    margin-left: 0 !important;
  }
}
@media (max-width: 1320px) and (min-width: 1024px) {
  #banner.small {
    flex-direction: row-reverse;
  }
  #banner.small figcaption {
    display: none;
  }
}

body.page-id-1242 #banner {
  height: 27.5rem;
}

.main-navigation {
  display: flex;
  justify-content: flex-end;
  align-self: stretch;
  width: auto;
}
.main-navigation a.more {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
}
.main-navigation a.more:hover span.icon {
  left: 0;
}
.main-navigation .menu-hoofdmenu-container {
  display: flex;
  align-items: center;
}
.main-navigation > div ul {
  margin-right: 3.6875rem;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1.1875rem;
}
.main-navigation > div ul > li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.9375rem;
}
.main-navigation > div ul > li > a {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #131313;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.main-navigation > div ul > li > a::after {
  content: "";
  height: 0.125rem;
  width: 0;
  background: #131313;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.main-navigation > div ul > li > a:hover::after {
  width: 100%;
}
.main-navigation > div ul > li.current-menu-item > a::after {
  width: 100%;
}
.main-navigation .desktop-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
.main-navigation .menu-right {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.main-navigation .menu-right .search {
  height: 3.25rem;
  display: flex;
}
.main-navigation .menu-toggle {
  border: 0;
  padding: 0;
  background: none;
  margin-left: 1.25rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.main-navigation .menu-toggle > img {
  width: 2.375rem;
}
.main-navigation .menu-toggle > svg {
  display: none;
  width: 1.4375rem;
  height: 1.4375rem;
  fill: #131313;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .main-navigation .desktop-menu {
    display: none;
  }
  .main-navigation .menu-toggle {
    display: flex;
  }
}

/* Mobile menu */
body .overlay-menu,
body .overlay-search {
  display: block;
  position: fixed;
  width: calc(100% - 6.25rem);
  left: 3.125rem;
  right: 0;
  top: -200vh;
  transition: top 0.3s ease-in-out;
  z-index: 94;
}
body .overlay-menu::before,
body .overlay-search::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: #FFD744;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  top: -110vh;
  transition: top 0.3s ease-out;
}
@media (max-width: 768px) {
  body .overlay-menu::before,
  body .overlay-search::before {
    max-width: 100vw;
  }
}
body .overlay-menu::after,
body .overlay-search::after {
  content: "";
  position: absolute;
  bottom: 15%;
  left: 50%;
  pointer-events: none;
  background: url("/wp-content/themes/ibizz/images/noordster/footer-dec-1.svg") no-repeat left bottom;
  width: 100vw;
  height: 10.1875rem;
  transform: translate(-50%, 0);
  z-index: 6;
}
@media (max-width: 768px) {
  body .overlay-menu::after,
  body .overlay-search::after {
    display: none;
  }
}
@media (max-width: 768px) {
  body .overlay-menu,
  body .overlay-search {
    width: 100%;
    max-width: 100vw;
    left: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body .overlay-menu a.more,
  body .overlay-search a.more {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    width: 90%;
  }
}
body .overlay-menu > .inner,
body .overlay-search > .inner {
  background: #FFDF69;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  body .overlay-menu > .inner,
  body .overlay-search > .inner {
    min-height: 43.75rem;
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media all and (max-width: 1600px) {
  body .overlay-menu > .inner,
  body .overlay-search > .inner {
    min-height: 85vh;
    margin-top: 1.875rem;
  }
}
body .overlay-menu > .inner::after,
body .overlay-search > .inner::after {
  content: "";
  position: absolute;
  bottom: 15%;
  left: 50%;
  pointer-events: none;
  background: url("/wp-content/themes/ibizz/images/noordster/nav-dec.svg") no-repeat right bottom;
  width: 100vw;
  height: 11.375rem;
  transform: translate(-50%, 0);
  z-index: 69;
  background-size: contain;
}
@media (max-width: 768px) {
  body .overlay-menu > .inner::after,
  body .overlay-search > .inner::after {
    display: none;
  }
}
@media (max-width: 768px) {
  body .overlay-menu > .inner,
  body .overlay-search > .inner {
    flex-direction: column;
    height: 100%;
    min-height: 85vh;
    margin-top: calc(5rem + 3.75rem / 2.5);
    padding-top: 6.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .overlay-menu > .inner,
  body .overlay-search > .inner {
    mask-image: none;
    padding: 2.5rem;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 1.25rem;
  }
}
body .overlay-menu > .inner > .slogan,
body .overlay-search > .inner > .slogan {
  padding-left: 11.25rem;
  margin-right: 11.25rem;
}
body .overlay-menu > .inner > .slogan .h2,
body .overlay-search > .inner > .slogan .h2 {
  font-size: 4.8125rem;
  line-height: 100%;
  font-weight: 600;
  color: #131313;
  max-width: 25.75rem;
  line-height: 73%;
}
body .overlay-menu > .inner > .slogan .h2 > span::after,
body .overlay-search > .inner > .slogan .h2 > span::after {
  bottom: -0.3125rem;
}
@media (max-width: 768px) {
  body .overlay-menu > .inner > .slogan,
  body .overlay-search > .inner > .slogan {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .overlay-menu > .inner > .slogan,
  body .overlay-search > .inner > .slogan {
    display: none;
  }
}
@media (max-width: 768px) {
  body .overlay-menu > .inner > .menu,
  body .overlay-search > .inner > .menu {
    width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .overlay-menu > .inner > .menu,
  body .overlay-search > .inner > .menu {
    width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
body .overlay-menu > .inner > .menu ul.menu,
body .overlay-search > .inner > .menu ul.menu {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  /* Submenu Styling */
  /* Show submenu on hover or click */
}
body .overlay-menu > .inner > .menu ul.menu > li > a,
body .overlay-search > .inner > .menu ul.menu > li > a {
  position: relative;
  font-size: 2.625rem;
  font-weight: 700;
  color: #131313;
  line-height: 150%;
  text-decoration: none;
}
body .overlay-menu > .inner > .menu ul.menu > li > a::after,
body .overlay-search > .inner > .menu ul.menu > li > a::after {
  content: "";
  height: 0.125rem;
  width: 0;
  background: #131313;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
body .overlay-menu > .inner > .menu ul.menu > li > a:focus-within,
body .overlay-search > .inner > .menu ul.menu > li > a:focus-within {
  outline: none;
}
@media (max-width: 768px) {
  body .overlay-menu > .inner > .menu ul.menu > li > a,
  body .overlay-search > .inner > .menu ul.menu > li > a {
    font-size: 1.5625rem;
  }
}
body .overlay-menu > .inner > .menu ul.menu > li.current_page_item a::after, body .overlay-menu > .inner > .menu ul.menu > li a:hover::after, body .overlay-menu > .inner > .menu ul.menu > li.active a::after,
body .overlay-search > .inner > .menu ul.menu > li.current_page_item a::after,
body .overlay-search > .inner > .menu ul.menu > li a:hover::after,
body .overlay-search > .inner > .menu ul.menu > li.active a::after {
  width: 100%;
}
body .overlay-menu > .inner > .menu ul.menu > li.menu-item-has-children,
body .overlay-search > .inner > .menu ul.menu > li.menu-item-has-children {
  position: relative;
}
body .overlay-menu > .inner > .menu ul.menu > li.menu-item-has-children::after,
body .overlay-search > .inner > .menu ul.menu > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: -1.875rem;
  top: 50.5%;
  transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.75rem;
  background: url("/wp-content/themes/ibizz/images/carrot.svg") no-repeat;
  background-size: contain;
}
body .overlay-menu > .inner > .menu ul.menu .sub-menu,
body .overlay-search > .inner > .menu ul.menu .sub-menu {
  position: absolute;
  top: 0.625rem;
  left: calc(100% + 11.25rem);
  display: none;
  margin: 0;
  list-style: none;
  padding: 0;
  min-width: 21.0625rem;
}
body .overlay-menu > .inner > .menu ul.menu .sub-menu li a,
body .overlay-search > .inner > .menu ul.menu .sub-menu li a {
  color: #131313;
  text-decoration: none;
  display: block;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
body .overlay-menu > .inner > .menu ul.menu .sub-menu li a:hover,
body .overlay-search > .inner > .menu ul.menu .sub-menu li a:hover {
  opacity: 0.5;
}
body .overlay-menu > .inner > .menu ul.menu .menu-item-has-children.active > .sub-menu,
body .overlay-search > .inner > .menu ul.menu .menu-item-has-children.active > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  body .overlay-menu > .inner > .menu ul.menu,
  body .overlay-search > .inner > .menu ul.menu {
    flex-direction: column;
    width: 100%;
    /* Back button styling */
  }
  body .overlay-menu > .inner > .menu ul.menu .sub-menu,
  body .overlay-search > .inner > .menu ul.menu .sub-menu {
    position: absolute;
    top: -7.5rem;
    left: -2%;
    width: 120%;
    background: #FFDF69;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    justify-content: flex-start;
    min-height: 25rem;
    z-index: 99;
  }
  body .overlay-menu > .inner > .menu ul.menu .submenu-header,
  body .overlay-search > .inner > .menu ul.menu .submenu-header {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  body .overlay-menu > .inner > .menu ul.menu .submenu-header > .parent-menu-link,
  body .overlay-search > .inner > .menu ul.menu .submenu-header > .parent-menu-link {
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: underline;
  }
  body .overlay-menu > .inner > .menu ul.menu .back-button img,
  body .overlay-search > .inner > .menu ul.menu .back-button img {
    filter: invert(1);
  }
  body .overlay-menu > .inner > .menu ul.menu .sub-menu.active,
  body .overlay-search > .inner > .menu ul.menu .sub-menu.active {
    display: flex;
    flex-direction: column;
  }
  body .overlay-menu > .inner > .menu ul.menu .back-button,
  body .overlay-search > .inner > .menu ul.menu .back-button {
    display: block;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 0px;
    cursor: pointer;
  }
}
body .overlay-menu .back-button,
body .overlay-search .back-button {
  margin-bottom: 0rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  display: block;
}
body .overlay-menu .parent-title,
body .overlay-search .parent-title {
  position: relative;
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 500;
}
body .overlay-menu .social,
body .overlay-search .social {
  display: flex;
  margin-top: 2.1875rem;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  body .overlay-menu .social,
  body .overlay-search .social {
    margin-top: auto;
  }
}
body .overlay-menu .social span.icon,
body .overlay-search .social span.icon {
  width: 3.75rem;
  height: 3.75rem;
  padding: 1.3125rem;
  background: #fff;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .overlay-menu .social span.icon svg,
body .overlay-search .social span.icon svg {
  fill: #E77724;
  transition: fill 0.3s ease-in-out;
}
body .overlay-menu .social span.icon:hover svg,
body .overlay-search .social span.icon:hover svg {
  fill: #FFD744;
}

body .overlay-search {
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
body .overlay-search::before {
  background: #72BB6F;
}
body .overlay-search::after {
  display: none;
}
body .overlay-search > .inner {
  justify-content: center;
  text-align: center;
  background: #8EC98C;
}
body .overlay-search > .inner .h2 {
  font-size: 4.375rem;
  line-height: 83%;
  font-weight: 600;
  color: #131313;
  margin-bottom: 2.875rem;
}
body .overlay-search > .inner::after {
  display: none;
}
body .overlay-search > .inner .search {
  position: relative;
}
body .overlay-search > .inner .search::before {
  content: "";
  width: 6.75rem;
  height: 7rem;
  position: absolute;
  left: -9.375rem;
  top: 80%;
  background: url("/wp-content/themes/ibizz/images/noordster/nav-dec.svg");
  background-size: contain;
  transform: rotate(120deg);
}
@media (max-width: 768px) {
  body .overlay-search > .inner {
    justify-content: flex-start;
  }
  body .overlay-search > .inner .h2 {
    font-size: 2.5rem;
    line-height: 83%;
    font-weight: 600;
  }
}

body.toggled .overlay-menu {
  top: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.toggled .overlay-menu::before {
  top: 0;
}
body.toggled .overlay-menu nav {
  margin-top: 7rem;
}

body.toggled.search-toggled .overlay-search {
  top: 0;
  opacity: 1;
  visibility: visible;
}
body.toggled.search-toggled .overlay-search::before {
  top: 0;
  opacity: 1;
  visibility: visible;
}

body.toggled .search-toggle {
  display: flex;
}
body.toggled .banner-header {
  position: fixed;
  opacity: 1 !important;
}
body.toggled .banner-header .bars:not(.close) {
  display: none;
}
body.toggled .banner-header .bars.close {
  display: block;
}
@media (max-width: 768px) {
  body.toggled .banner-header {
    background: #FFD744;
    max-width: 100vw;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  body.scrolled .banner-header {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    transition-delay: 0.2s;
  }
}

.site-footer {
  position: relative;
  padding: 2.5rem 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: #66B2E4;
  z-index: 0;
}
@media (max-width: 768px) {
  .site-footer .bg {
    max-width: 100vw;
  }
}
.site-footer > *:not(.bg) {
  z-index: 5;
  position: relative;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 3.75rem 1.875rem 0 1.875rem;
    overflow: hidden;
  }
}
.site-footer .bg::before {
  content: "";
  position: absolute;
  bottom: 15%;
  pointer-events: none;
  left: -1.875rem;
  background: url("/wp-content/themes/ibizz/images/noordster/footer-dec-1.svg") no-repeat left bottom;
  width: 10.5625rem;
  height: 10.1875rem;
  z-index: 6;
  animation: moveUpNormal 4s infinite;
}
@media (max-width: 768px) {
  .site-footer .bg::before {
    display: none;
  }
}
.site-footer .bg::after {
  content: "";
  position: absolute;
  top: 40%;
  pointer-events: none;
  right: -0.625rem;
  background: url("/wp-content/themes/ibizz/images/noordster/footer-dec-2.svg") no-repeat right top;
  width: 7.9375rem;
  height: 12.5rem;
  z-index: 6;
  animation: moveDown 4s infinite;
}
@media (max-width: 768px) {
  .site-footer .bg::after {
    display: none;
  }
}
.site-footer > .inner {
  max-width: 82.5rem;
  margin: auto;
}
@media (max-width: 768px) {
  .site-footer > .inner {
    max-width: 100%;
    padding: 1.25rem;
  }
}
.site-footer #footerTop {
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.0625rem solid rgba(19, 19, 19, 0.2);
  padding-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .site-footer #footerTop {
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
  }
}
.site-footer #footerTop nav {
  justify-content: center;
}
.site-footer .social {
  display: flex;
  gap: 1.25rem;
}
.site-footer .social span.icon {
  width: 4.5rem;
  height: 4.5rem;
  padding: 1.3125rem;
  background: white;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/wp-content/themes/ibizz/images/noordster/social-nav.svg") no-repeat center center;
  background-size: contain;
}
.site-footer .social span.icon svg {
  fill: #131313;
  width: 0.9375rem;
  height: 0.9375rem;
  position: relative;
  top: 0.1875rem;
}
.site-footer .social span.icon:hover svg {
  fill: #E77724;
  transition: all 0.4s ease-out;
}
.site-footer #footerMiddle {
  padding-top: 3.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer #footerMiddle {
    padding-top: 1.25rem;
  }
}
.site-footer #footerMiddle .left .slogan {
  font-size: 3.125rem;
  line-height: 100%;
  font-weight: 600;
  color: #131313;
  max-width: 15.625rem;
}
.site-footer #footerMiddle .left .slogan span::after {
  bottom: 0.5rem;
  height: 0.375rem;
}
@media (max-width: 768px) {
  .site-footer #footerMiddle .left .slogan {
    margin-bottom: 1.25rem;
    font-size: 2.0625rem;
    line-height: 100%;
    font-weight: 600;
  }
  .site-footer #footerMiddle .left .slogan span::after {
    bottom: 0.3125rem;
    height: 0.25rem;
  }
}
.site-footer #footerMiddle .right {
  display: flex;
  gap: 6.25rem;
}
.site-footer #footerMiddle .right .h5 {
  margin-top: 0;
  color: #131313;
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .site-footer #footerMiddle .right .h5 {
    position: relative;
  }
  .site-footer #footerMiddle .right .h5::after {
    content: url("/wp-content/themes/ibizz/images/chevron-down.svg");
    position: absolute;
    right: 0;
    top: 0;
  }
}
.site-footer #footerMiddle .right a {
  display: block;
  font-size: 1rem;
  color: #131313;
  text-decoration: none;
  line-height: 196%;
}
.site-footer #footerMiddle .right a:hover {
  text-decoration: underline;
}
.site-footer #footerMiddle .right > .footerlinks {
  display: block;
}
@media (max-width: 768px) {
  .site-footer #footerMiddle .right > .footerlinks a {
    display: none;
  }
  .site-footer #footerMiddle .right > .footerlinks.active a {
    display: block;
  }
  .site-footer #footerMiddle .right > .footerlinks.active .h5::after {
    transform: scaleY(-1);
    top: 0.625rem;
  }
}
.site-footer #footerMiddle .right .address {
  gap: 3.75rem;
  color: #131313;
  font-size: 1rem;
  font-style: normal;
  line-height: 196%;
}
.site-footer #footerMiddle .right .address a {
  margin-top: 1.5625rem;
  color: #131313;
  text-decoration: none;
}
.site-footer #footerMiddle .right .address a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .site-footer #footerMiddle .right .address {
    flex-direction: column;
  }
  .site-footer #footerMiddle .right .address > *:not(.h5) {
    display: none;
  }
  .site-footer #footerMiddle .right .address.active > * {
    display: block;
  }
}
@media (max-width: 768px) {
  .site-footer #footerMiddle .right {
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-top: 2.5rem;
  }
  .site-footer #footerMiddle .right > div {
    width: 100%;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  }
  .site-footer #footerMiddle .right a {
    margin-top: 0;
  }
  .site-footer #footerMiddle .right > .footerlinks {
    margin-bottom: 1.25rem;
  }
}
.site-footer #footerBottom {
  padding: 1.25rem 0;
}
@media (min-width: 1024px) {
  .site-footer #footerBottom {
    margin-top: 3.4375rem;
  }
}
.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: #85C1E9;
}
@media (max-width: 768px) {
  .site-footer #footerBottom::before {
    max-width: 100vw;
  }
}
.site-footer #footerBottom > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .site-footer #footerBottom > .inner {
    flex-direction: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.site-footer #footerBottom .copyright {
  font-size: 0.875rem;
  color: rgba(19, 19, 19, 0.5);
}
@media (max-width: 768px) {
  .site-footer #footerBottom .copyright {
    width: 100%;
    margin-left: 0;
    color: white;
  }
}
.site-footer #footerBottom nav {
  margin: 0;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .site-footer #footerBottom nav {
    width: 100%;
    gap: 0.3125rem;
    justify-content: flex-start;
  }
}
.site-footer #footerBottom nav a {
  color: rgba(19, 19, 19, 0.5);
  font-size: 0.875rem;
  text-decoration: none;
}
@media (max-width: 768px) {
  .site-footer #footerBottom nav a {
    color: white;
  }
  .site-footer #footerBottom nav a::after {
    content: "|";
    margin: 0 0.3125rem;
  }
}
.site-footer #footerBottom nav a:hover {
  text-decoration: underline;
}

html {
  font-size: 16px;
}
@media all and (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Albert Sans", serif;
  background: #FFFDF4;
}
body.post, body.page {
  margin-bottom: 0;
}

#page.site {
  max-width: 105rem;
  margin: 0 auto;
}

/* titles & text */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
  font-family: "Albert Sans", serif;
}

h1, .h1 {
  font-size: 4.25rem;
  line-height: 83%;
  font-weight: 600;
}
h1 span, .h1 span {
  position: relative;
}
h1 span::after, .h1 span::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  background: white;
  position: absolute;
  left: 0;
  border-radius: 0.25rem;
  bottom: 10px;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 83%;
    font-weight: 600;
  }
  h1 span::after, .h1 span::after {
    height: 0.3125rem;
    bottom: 10px;
  }
}

h2, .h2 {
  font-size: 2.8125rem;
  line-height: 100%;
  font-weight: 600;
}
h2 span, .h2 span {
  position: relative;
}
@media (min-width: 1024px) {
  h2 span, .h2 span {
    display: inline-block;
  }
}
h2 span::after, .h2 span::after {
  content: "";
  width: 100%;
  height: 0.375rem;
  background: white;
  position: absolute;
  left: 0;
  border-radius: 0.25rem;
  bottom: 1px;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 100%;
  font-weight: 600;
}
h3 span, .h3 span {
  position: relative;
}
h3 span::after, .h3 span::after {
  content: "";
  width: 100%;
  height: 0.375rem;
  background: #E77724;
  position: absolute;
  left: 0;
  border-radius: 0.25rem;
  bottom: 0px;
}

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

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

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

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

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

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

.wp-block-columns {
  overflow: hidden;
  border-radius: 1.25rem;
}
@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: 7.5rem;
  z-index: 9;
}

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

.more, .wp-block-button > a, input[type=submit] {
  display: inline-block;
  background: #E77724;
  border-radius: 1.5625rem;
  padding: 0.75rem 1.875rem 0.75rem 1.875rem;
  color: white;
  text-decoration: none;
  font-family: "Albert Sans", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  min-width: 8.125rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .more, .wp-block-button > a, input[type=submit] {
    padding: 0.625rem 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: #131313;
  color: white;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.more.bg2, .more.cta, .wp-block-button > a.bg2, .wp-block-button > a.cta, input[type=submit].bg2, input[type=submit].cta {
  background: #E77724;
}
.more.bg2:hover, .more.cta:hover, .wp-block-button > a.bg2:hover, .wp-block-button > a.cta:hover, input[type=submit].bg2:hover, input[type=submit].cta:hover {
  background: #131313;
}
.more.summer, .more.spring, .wp-block-button > a.summer, .wp-block-button > a.spring, input[type=submit].summer, input[type=submit].spring {
  background: #E77724;
}
.more.summer:hover, .more.spring:hover, .wp-block-button > a.summer:hover, .wp-block-button > a.spring:hover, input[type=submit].summer:hover, input[type=submit].spring:hover {
  background: #FFD744;
}
.more.outline, .wp-block-button > a.outline, input[type=submit].outline {
  background: transparent;
  border: 0.0625rem solid rgba(19, 19, 19, 0.2);
  color: #131313;
}
.more.outline:hover, .wp-block-button > a.outline:hover, input[type=submit].outline:hover {
  background: #131313;
  color: white;
}
.more.outline:hover span.icon, .more.outline:hover span.icon svg, .wp-block-button > a.outline:hover span.icon, .wp-block-button > a.outline:hover span.icon svg, input[type=submit].outline:hover span.icon, input[type=submit].outline:hover span.icon svg {
  fill: white;
}
.more.winter, .more.fall, .wp-block-button > a.winter, .wp-block-button > a.fall, input[type=submit].winter, input[type=submit].fall {
  color: white;
  border-color: white;
  background: #E77724;
}
.more.winter:hover, .more.fall:hover, .wp-block-button > a.winter:hover, .wp-block-button > a.fall:hover, input[type=submit].winter:hover, input[type=submit].fall:hover {
  background: white;
  color: #131313;
}
.more.white, .wp-block-button > a.white, input[type=submit].white {
  background: white;
  color: #131313;
}
.more.white span.icon svg, .wp-block-button > a.white span.icon svg, input[type=submit].white span.icon svg {
  fill: #131313;
}
.more.white:hover, .wp-block-button > a.white:hover, input[type=submit].white:hover {
  background: #131313;
  color: white;
}
.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.white.outline, .wp-block-button > a.white.outline, input[type=submit].white.outline {
  background: transparent;
  border: 0.0625rem solid white;
  color: white;
}
.more.white.outline:hover, .wp-block-button > a.white.outline:hover, input[type=submit].white.outline:hover {
  background: white;
  color: #131313;
}
.more.white.outline:hover span.icon, .more.white.outline:hover span.icon svg, .wp-block-button > a.white.outline:hover span.icon, .wp-block-button > a.white.outline:hover span.icon svg, input[type=submit].white.outline:hover span.icon, input[type=submit].white.outline:hover span.icon svg {
  fill: white;
}
.more.black, .wp-block-button > a.black, input[type=submit].black {
  background: #131313;
  color: white;
  border: 0.0625rem solid #131313;
}
.more.black:hover, .wp-block-button > a.black:hover, input[type=submit].black:hover {
  background: white;
  color: #131313;
  border-color: #131313;
}
.more.icon, .wp-block-button > a.icon, input[type=submit].icon {
  min-width: 3.125rem;
  min-height: 3.125rem;
  max-width: 3.125rem;
  max-height: 3.125rem;
  border-radius: 50%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more.icon span.icon, .wp-block-button > a.icon span.icon, input[type=submit].icon span.icon {
  margin: 0;
  padding: 0;
}

.more-inline {
  color: #131313;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.more-inline span.icon {
  margin-right: 0.3125rem;
}
.more-inline:hover {
  color: #E77724;
  text-decoration: none;
}

.scrollto {
  cursor: pointer;
}

.winter {
  --theme: #66B2E4;
  --accent: #131313;
  --text: #131313;
}

.fall {
  --theme: #FFD744;
  --accent: #131313;
  --text: #131313;
}

.summer {
  --theme: #E2A5CA;
  --accent: #131313;
  --text: #131313;
}

.spring {
  --theme: #72BB6F;
  --accent: #131313;
  --text: #131313;
}

.schoolvan {
  text-decoration: none;
}

.school-van {
  margin-top: 5rem;
  display: flex;
  color: #131313;
  text-decoration: none;
}
.school-van > span {
  font-size: 0.75rem;
}
.school-van > img {
  max-width: 8.6875rem;
}

/* 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% - 1.875rem * 0.75);
}
.block-grid.three-up > li {
  width: calc(33.33% - 1.875rem * 0.75);
}
.block-grid.four-up > li {
  width: calc(25% - 1.875rem * 0.75);
}
.block-grid.five-up > li {
  width: calc(19.85% - 1.875rem * 0.75);
}
.block-grid.six-up > li {
  width: calc(16% - 1.875rem * 0.5);
}
.block-grid.seven-up > li {
  width: calc(14.28571% - 1.875rem * 0.87);
}

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

.Overview > .Heading.center .h4, .Overview > .Heading.center .h2, .Overview > .Heading.center .h3, .Overview > .Heading.center .Intro {
  text-align: center;
}
.Overview > .Heading .h4 {
  margin-top: 1.375rem;
  font-size: 1rem;
}
.Overview > .Heading .h2, .Overview > .Heading .h3 {
  font-size: 2.8125rem;
  line-height: 100%;
  font-weight: 600;
}
.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;
}

.Intro, .Content {
  font-family: "Albert Sans", serif;
  color: #131313;
  font-size: 1.125rem;
  font-weight: normal;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/* .site-main */
.site-main {
  margin-top: calc(5rem);
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  /* Pagina main */
  /* 404 */
}
@media (max-width: 768px) {
  .site-main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.site-main > #banner {
  margin-top: -7.5rem;
}
.site-main .page.type-page .precontent {
  margin: 7.5rem auto 4.375rem auto;
  max-width: 34.375rem;
  color: #131313;
}
.site-main .page.type-page .precontent h2 {
  position: relative;
  font-size: 2.8125rem;
  font-weight: 600;
}
.site-main .page.type-page .precontent h2 strong {
  position: relative;
  font-weight: 600;
}
.site-main .page.type-page .precontent h2 strong::after {
  content: "";
  width: 100%;
  height: 0.375rem;
  background: #E77724;
  position: absolute;
  left: 0;
  border-radius: 0.25rem;
  bottom: 4px;
}
.site-main .page.type-page .precontent p:last-child {
  margin-bottom: 0;
}
.site-main .page.type-page .entry-header {
  text-align: center;
}
@media (max-width: 768px) {
  .site-main .page.type-page .entry-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.site-main .page.type-page .entry-header h1 {
  font-size: 2.5rem;
  font-weight: normal;
  color: #131313;
}
@media (min-width: 1024px) {
  .site-main .page.type-page .entry-header {
    animation-delay: 0.6s;
  }
}
.site-main .page.type-page .entry-content > p, .site-main .page.type-page .entry-content > ul {
  font-family: "Albert Sans", serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #131313;
}
@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: 1024px) {
  .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: 0.8s;
}
.site-main .page.type-page .titlecolumn {
  padding: 4.375rem 0;
  margin-bottom: 3.125rem;
  position: relative;
  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: #E77724;
}
@media (max-width: 768px) {
  .site-main .page.type-page .titlecolumn::before {
    max-width: 100vw;
  }
}
.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;
}
.site-main .page.type-page .entry-title.center {
  text-align: center;
}
.site-main .error-404 {
  padding: 3.125rem 0;
  margin: 0;
  padding: 0;
  margin-top: -5rem;
}
.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: #72BB6F;
  height: 100vh;
}
@media (max-width: 768px) {
  .site-main .error-404::before {
    max-width: 100vw;
  }
}
.site-main .error-404 > .inner {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
}
@media (min-width: 1024px) {
  .site-main .error-404 > .inner {
    min-height: 43.75rem;
    margin-top: 11.875rem;
    margin-bottom: 7.5rem;
  }
}
@media all and (max-width: 1600px) {
  .site-main .error-404 > .inner {
    min-height: 46.875rem;
    margin-top: 1.875rem;
  }
}
@media (max-width: 768px) {
  .site-main .error-404 > .inner {
    flex-direction: column;
    height: 100%;
    min-height: 42.6875rem;
    margin-top: calc(5rem + 3.75rem);
    padding-top: 6.5625rem;
  }
}
.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: 34.0625rem;
  color: #131313;
}
.site-main .error-404 .page-header::before {
  content: "";
  position: absolute;
  right: -6.25rem;
  top: 6.25rem;
  background: url("/wp-content/themes/ibizz/images/404-1.svg") no-repeat;
  filter: brightness(10);
  width: 4.875rem;
  height: 6.3125rem;
}
@media (max-width: 768px) {
  .site-main .error-404 .page-header::before {
    right: 0.625rem;
    top: -0.625rem;
    height: 100%;
    pointer-events: none;
  }
}
.site-main .error-404 .page-header .page-title {
  font-size: 6.25rem;
  line-height: 83%;
  font-weight: 600;
  color: #131313;
  margin-top: 0;
  margin-bottom: 0;
}
.site-main .error-404 .page-header .h2 {
  color: #131313;
  font-weight: 600;
  margin-top: 1rem;
}
.site-main .error-404 .page-header .Intro {
  margin: 2.5rem 0;
  font-size: 1.125rem;
  color: #131313;
  font-weight: normal;
}
.site-main .error-404 .page-header nav::before {
  content: "";
  position: absolute;
  left: -7.5rem;
  bottom: 1.25rem;
  background: url("/wp-content/themes/ibizz/images/404-2.svg") no-repeat;
  filter: brightness(10);
  width: 10rem;
  height: 8.5625rem;
}
@media (max-width: 768px) {
  .site-main .error-404 .page-header nav::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-main .error-404 .page-header {
    padding: 1.875rem 3.75rem;
    margin: 0;
  }
  .site-main .error-404 .page-header .page-title {
    font-size: 2.5rem;
    line-height: 83%;
    font-weight: 600;
  }
  .site-main .error-404 .page-header .h2 {
    font-size: 1.875rem;
    line-height: 100%;
    font-weight: 600;
  }
}

body.error404 .site-footer {
  display: none;
}

figure.arrow {
  position: relative;
  margin: 0;
}
figure.arrow span.icon.arrow {
  width: 2.625rem;
  height: 2.625rem;
  background: #E77724;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  bottom: 1.25rem;
  right: 0;
}
@media (min-width: 1024px) {
  figure.arrow span.icon.arrow {
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
}
@media (max-width: 768px) {
  figure.arrow span.icon.arrow {
    bottom: 2.5rem;
  }
}
figure.arrow span.icon.arrow svg {
  transform: none;
  width: 1.0625rem;
  fill: white;
  transition: all 0.25s ease-in-out;
}
figure.arrow span.icon.arrow:hover svg {
  transform: rotate(-45deg);
}
figure.arrow:hover span.icon {
  opacity: 1;
}

@media (max-width: 768px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0;
  }
}
/* 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: #E77724;
  border-radius: 1.25rem;
}
.Snippet.Popup > .inner > span.close {
  cursor: pointer;
  position: absolute;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: #DE9833;
  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: 83%;
  font-weight: 600;
}
.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: rgba(0, 0, 0, 0.5);
  font-size: 1.0625rem;
}
.Snippet.Popup > .inner .Content h3 {
  color: #E77724;
}
.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;
}

.pagination {
  margin: 0.9375rem auto;
  padding-bottom: 1.25rem;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.page-numbers {
  color: white;
  font-family: "Albert Sans", serif;
  font-size: 1.125rem;
  text-decoration: none;
  width: 2.8125rem;
  height: 2.8125rem;
  background: #ADACAB;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.45s ease-out;
}
.page-numbers:hover {
  background: #FFD744;
  color: white;
}
.page-numbers.current {
  background: #FFD744;
}

/* Search */
.search-form {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.search-form > label {
  width: 80%;
  display: inline-block;
}
.search-form input {
  width: calc(100% + 8.125rem);
  border: 0;
  padding: 0.625rem 1.25rem;
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.15);
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  color: #131313;
}
.search-form input::placeholder {
  color: #131313;
}
.search-form input:focus {
  outline: none;
}
.search-form input[type=submit] {
  width: auto;
  cursor: pointer;
  background: #E77724;
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.875rem 1.25rem;
  transition: all 0.3s ease-in-out;
  border: 0;
  position: relative;
}
.search-form input[type=submit]:hover {
  background: #FFD744;
}

div.search-item {
  margin-bottom: 1.875rem;
}
div.search-item:first-of-type {
  margin-top: 7.5rem;
}
div.search-item:last-of-type {
  margin-bottom: 7.5rem;
}
div.search-item h2 {
  margin: 0.625rem 0;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(19, 19, 19, 0.2);
}
div.search-item h2 a {
  color: #131313;
  font-size: 1.5rem;
  text-decoration: none;
}

.search-no-results .site-main {
  margin: 0;
}
.search-no-results .page.no-results {
  text-align: center;
  padding: 7.5rem 0;
  margin: 0 auto;
  color: #131313;
  font-size: 1.125rem;
  max-width: 37.5rem;
}
.search-no-results .page.no-results p {
  margin: 0;
}
.search-no-results .page.no-results::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: #E2A5CA;
}
@media (max-width: 768px) {
  .search-no-results .page.no-results::before {
    max-width: 100vw;
  }
}

.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: rgba(0, 0, 0, 0.5);
  margin-left: 15px;
  margin-right: 15px;
}
.horizontal_outer::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #E77724 !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
}
.horizontal_outer::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.5) !important;
}