/** Shopify CDN: Minification failed

Line 804:0 Unexpected "}"
Line 1100:0 Expected "}" to go with "{"

**/
.site-footer .trust-logos {
  margin-top: 32px;
}

.site-footer .trust-logos li:not(:last-child) {
  margin-bottom: 12px;
}

.language-switch-wrapper {
  position: fixed;
  top: 20%;
  right: -8px;
  transform: translateY(-50%) scale(0.8);
  z-index: 99;
  width: 80px;
  height: 50px;
  padding-top: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px 0 0 12px;
  border-right: none;
}

.language-switch-wrapper iframe {
  height: 200px;
  border: unset;
}

.small-r {
  display: inline-block;
  vertical-align: super;
  font-size: 65%;
}

.sign-up .subscription-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 32px; 
  background: rgb(245,245,245);
  background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
  border-radius: 20px 64px 64px 20px;
  border-left: 8px solid #00A4BB;
  outline: 5px solid #F5FEFF;
  border-top: 1px solid #ddd;
}

.sign-up .subscription-holder p.subscription-title {
  margin: 0;
  font-size: 20px;
  font-weight: var(--font-heading-weight);
  color: rgb(var(--color-foreground));
}

.sign-up .subscription-holder .newsletter-form__field-wrapper {
  width: 40rem;
  max-width: none;
}

.sign-up .subscription-holder .field__input {
  padding-left: 32px;
  background-color: #fff;
  height: 5.5rem;
}

.sign-up .subscription-holder .field:after {
  border: 1px solid #ddd;
  border-radius: 40px;
  box-shadow: none;
}

.sign-up .subscription-holder .field__input:focus {
  box-shadow: none;
}

.sign-up .subscription-holder .field__label {
  top: 16px;
  left: 32px;
}

.sign-up .subscription-holder .newsletter-form__button {
  right: 2px;
  width: 57px;
  background-color: #00A4BB !important;
  color: #fff;
  border-radius: 50%;
}

.sign-up .subscription-holder .newsletter-form__button svg {
  width: auto;
  height: auto;
  fill: #fff;
}

.sign-up .subscription-holder .newsletter-form__message--success {
  position: absolute;
  top: 80px;
  left: 0;
  font-size: 15px;
  margin-top: 0;
  padding: 8px 14px;
  background-color: #E6F7EF;
  border-radius: 12px;
}

.sign-up .subscription-holder .newsletter-form__message--success svg {
  margin-right: 8px;
}

.sign-up .subscription-holder .footer__newsletter {
  position: relative;
}

.site-footer {
  position: relative;
  padding-top: 120px;
  color: rgba(255, 255, 255, 0.85);
  background: rgb(0,164,187);
  background: linear-gradient(180deg, rgba(0,164,187,1) 0%, rgba(1,132,150,1) 100%);
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  overflow-x: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 217px;
  height: 300px;
  background-image: url('/cdn/shop/files/footer-shape.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.sign-up {
  margin-top: 64px;
  margin-bottom: -44px;
  position: relative;
  z-index: 1;
}

.site-footer .app-holder p {
  font-size: 26px;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: var(--font-heading-weight);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
}

.site-footer .button-group {
  margin-top: 40px;
}

.site-footer .app-button {
  display: inline-block;
  vertical-align: middle;
}

.site-footer .app-button:not(:last-child) {
  margin-right: 8px;
}

.site-footer .download-app {
  position: relative;
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.site-footer .download-app .image-holder {
  position: absolute;
  right: 64px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.site-footer .download-app .image-holder img {
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
  filter: drop-shadow(-4px 0px 32px rgba(0, 0, 0, .15))
}

.site-footer .footer-item-holder {
  display: inline-block;
  width: calc(25% - 16px);
  vertical-align: top;
}

.site-footer .footer-title {
  display: block;
  color: #ffd170;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
}

.site-footer .footer-menu ul a {
  display: block;
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
  transition: .1s color ease-in-out;
}

.site-footer .footer-menu ul a:hover {
  color: #fff;
}

.site-footer .footer-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

.site-footer .contact-list {
  margin-bottom: 20px;
  color: #fff;
}

.site-footer .contact-links li:not(:last-child) {
  margin-bottom: 16px;
}

.site-footer .contact-links a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px;
  text-decoration: none;
  color: rgba(255, 255, 255, .85);
  transition: .1s color ease-in-out;
}

.site-footer .contact-links a:hover {
  color: #fff;
}

.site-footer .contact-links a svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.site-footer .social-links {
  display: flex;
  margin-top: 40px;
}

.site-footer .social-links a svg path {
  transition: .1s fill ease-in-out;
}

.site-footer .social-links a svg > path:first-child {
  fill: rgba(255, 255, 255, .1);
}

.site-footer .social-links a:hover svg > path:first-child {
  fill: rgba(255, 255, 255, .2);
}

.site-footer .social-links li:not(:last-child) {
  margin-right: 16px;
}

.site-footer .plaswekker-vergelijker {
  margin-top: 64px;
}

.site-footer .plaswekker-vergelijker .logo-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
  background-color: #27A2B3;
  border-radius: 64px 64px 0 0;
}

.site-footer .plaswekker-vergelijker .logo-holder a {
  padding-top: 8px;
}

.site-footer .plaswekker-vergelijker .logo-holder span {
  display: inline-block;
  padding-left: 20px;
  margin-left: 20px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .25);
}

.site-footer .trust-logos-holder {
  padding: 17px 0;
  border: 1px solid #27A2B3;
  border-radius: 0 0 64px 64px;
}

.site-footer .trust-logos-holder ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer .trust-logos-holder ul li:not(:first-child) {
  margin-left: 12px;
}

.site-footer .copyright-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 14px;
}

.site-footer .copyright-bar .copyright-text {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer .copyright-bar .copyright-text a {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: .1s color ease-in-out;
}

.site-footer .copyright-bar .copyright-text a:hover {
  color: #fff;
}

.site-footer .copyright-bar ul {
  display: inline-flex;
  align-items: center;
}

.site-footer .copyright-bar ul li:not(:last-child) {
  margin-right: 32px;
}

.site-footer .copyright-bar ul a {
  color: #ffffffbf;
  text-decoration: none;
  transition: .1s color ease-in-out;
}

.site-footer .copyright-bar ul a:hover {
  color: #fff;
}

.site-footer .plaswekker-vergelijker a {
  color: #fff;
}

@media only screen and (max-width: 1050px) {

  .site-footer .download-app {
    margin-bottom: 40px;
  }

  .site-footer .footer-item-holder {
    display: block;
    width: auto;
  }

  .site-footer .footer-item-holder:not(:last-child) {
    margin-bottom: 32px;
  }

  .site-footer .footer-title {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 850px) {

  .site-footer .app-holder p {
    font-size: 24px;
  }

  .site-footer::before {
    display: none;
  }

  .site-footer .download-app .image-holder {
    position: static;
  }

  .site-footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .site-footer .download-app {
    padding-bottom: 0;
  }

  .sign-up .subscription-holder {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px 40px 40px 16px;
  }

  .sign-up .subscription-holder .newsletter-form__field-wrapper {
    width: auto;
    max-width: 100%;
  }

  .sign-up .subscription-holder  {
    padding: 20px 20px 20px 24px;
  }

  .sign-up .subscription-holder p.subscription-title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .sign-up .subscription-holder .field__input {
    background-color: transparent;
  }

  .sign-up .subscription-holder .footer__newsletter {
    width: 100%;
  }

  .site-footer .plaswekker-vergelijker .logo-holder {
    flex-direction: column;
    align-items: center;
    padding: 12px;
    border-radius: 40px 40px 0 0;
  }

  .site-footer .trust-logos-holder {
    padding: 14px 0 8px 0;
    border-radius: 0 0 40px 40px;
  }

  .site-footer .plaswekker-vergelijker .logo-holder span {
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .site-footer .trust-logos-holder ul li:nth-child(7),
  .site-footer .trust-logos-holder ul li:nth-child(8),
  .site-footer .trust-logos-holder ul li:nth-child(9), 
  .site-footer .trust-logos-holder ul li:nth-child(10) {
    display: none;
  }

  .site-footer .plaswekker-vergelijker {
    margin-top: 40px;
  }

  .site-footer .copyright-bar {
    flex-direction: column;
  }

  .site-footer .copyright-bar .copyright-text {
    margin-bottom: 20px;
    text-align: center;
  }
}

.cta-footer-holder {
  padding-left: 80px;
  margin: 80px 0 120px 0;
}

.cta-footer-holder .page-width {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-footer {
  background: rgb(247,209,110);
  background: linear-gradient(315deg, rgba(247,209,110,1) 0%, rgba(245,198,81,1) 100%);
  border-top-left-radius: 52px;
  border-bottom-left-radius: 52px;
}

.cta-footer h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
}

.cta-footer .image-holder {
  position: absolute;
  right: 40px;
  bottom: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cta-footer .image-holder img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.site-footer a.jobs {
  color: #fff;
  text-shadow: 0px 0px 8px #ffd170;
}

.cta-footer .button--secondary {
  margin-left: 10px;
}

@media only screen and (max-width: 990px) {

  .cta-footer .image-holder {
    position: static;
    margin-top: 40px;
    padding-left: 32px;
  }

  .cta-footer .image-holder img {
    max-width: 75%;
    height: auto;
  }

  .cta-footer-holder .page-width {
    display: flex;
    flex-direction: column;
  }

  .cta-footer-holder .page-width {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 48px 28px 0 28px;
  }

  .cta-footer-holder {
    padding-left: 20px;
    margin: 40px 0 80px 0;
  }

  .cta-footer h2 {
    font-size: 24px;
  }

  .cta-footer .button--secondary {
    margin-left: 0;
    margin-top: 10px;
  }
}

.legal-notice{
  display: none;
}

:lang(de) .legal-notice{
  display: block;
}

:lang(de) .cta-footer-holder .button--secondary {
  display: none;
}

/* Oude footer */
/*
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-scheme-1) {
  border-top: none;
}

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}

@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
    padding-left: calc(4rem / var(--font-body-scale));
    padding-right: calc(4rem / var(--font-body-scale));
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }

  .footer__content-bottom.scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 1rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
  flex-grow: 1;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  /* Pushes other components to the right of the flexbox */ /*
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }

  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }
  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  /*
    All three components are present, email, Follow on Shop, and social icons.
    Moves the FoS button next to the social icons so they appear grouped together
  */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 749px) {
  /*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */ /*
  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: center;
    gap: 3rem;
  }

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }

  .footer-block__newsletter {
    flex-direction: column;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (max-width: 989px) {
  .footer__localization noscript {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: right;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content > li:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}

.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }
}

.footer-block__image-wrapper {
  margin-bottom: 2rem;
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child > .footer-block__brand-info > .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image > img,
.footer-block__brand-info > img {
  height: auto;
}

.footer-block:only-child .footer-block__brand-info .footer__list-social.list-social {
  justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content {
  font-size: 1.1rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: '\00B7';
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  display: block;
}

@media screen and (min-width: 750px) {
  .policies li a {
    padding: 0;
  }
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}
