﻿@font-face {
  font-family: "RM Neue";
  font-style: normal;
  font-weight: 100 900;
  src: url("https://www.zwitserleven.nl/assets/labels/zwitserleven-2024/fonts/rmneue-vf.woff2") format("woff2"), url("https://www.zwitserleven.nl/assets/labels/zwitserleven-2024/fonts/rmneue-vf.woff") format("woff");
  font-display: fallback;
}

:root {
  --colors-brand-tertiary-03-500: #547277;
  --colors-brand-tertiary-03-800: #002D36;
  --colors-neutral-50: #FFFBF8;
  --colors-body-primary: var(--colors-brand-tertiary-03-800);
  --colors-body-secondary: var(--colors-brand-tertiary-03-500);
  --colors-notification-warning: #FFAB7B;
  --font-family:"RM Neue", sans-serif;
  --loader-content-1: "Je gegevens worden ingeladen...";
  --loader-content-2: "Een moment geduld...";
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  background-color: var(--colors-neutral-50);
  color: var(--colors-body-secondary);
  font-family: var(--font-family, "RM Neue");
  font-size: 1rem;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  letter-spacing: -0.02em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#skip-link,
#notification-browser,
header:not(funnel header) {
  display: none;
}

body #menu {
  background-color: var(--colors-neutral-50);
}

html[data-init=false]:has(funnel:empty) #notification-browser {
  background-color: var(--colors-notification-warning);
  border: 0 none;
  display: block;
  position: static;
  text-align: center;
  width: 100%;
}

html[data-init=false]:has(funnel:empty) #notification-browser p,
html[data-init=false]:has(funnel:empty) #notification-browser a {
  color: var(--colors-body-primary);
}

html[data-init=false]:has(funnel:empty) #notification-browser a {
  -webkit-text-decoration-color: unset;
          text-decoration-color: unset;
  text-decoration-thickness: unset;
}

html[data-init=false]:has(funnel:empty) #notification-browser a:active,
html[data-init=false]:has(funnel:empty) #notification-browser a:hover,
html[data-init=false]:has(funnel:empty) #notification-browser a:focus {
  color: var(--colors-body-secondary);
}

html[data-init=false]:has(funnel:empty) #notification-browser a:focus-visible {
  color: var(--colors-body-primary);
  outline: 1px solid var(--colors-body-primary);
  outline-offset: 2px;
  text-decoration: none;
}

html[data-init=false]:has(funnel:empty) #notification-browser button {
  display: none;
}

html body::before {
  background-color: var(--colors-brand-primary-50, #fffaf1);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 120' xmlns='http://www.w3.org/2000/svg' style='height:120px;width:160px'%3E%3Cstyle%3E@keyframes loading%7B0%25%7Bfill:%23e6eeeb;transform:scaleY(10%25)%7D30%25%7Bfill:%23fcbd31%7D50%25%7Btransform:scaleY(100%25)%7D80%25%7Bfill:%23fcd989%7Dto%7Bfill:%23fffbf8;transform:scaleY(10%25)%7D%7Dsvg .border%7Bbackground-color:%23547277%7Dsvg g rect%7Banimation:loading 2.5s infinite;fill:transparent;height:100px;transform-origin:bottom;y:20px;width:30px%7Dsvg g rect:nth-child(1)%7Banimation-delay:.25s;x:0%7Dsvg g rect:nth-child(2)%7Banimation-delay:.5s;x:30px%7Dsvg g rect:nth-child(3)%7Banimation-delay:.75s;x:60px%7Dsvg g rect:nth-child(4)%7Banimation-delay:1s;x:90px%7D%3C/style%3E%3Crect class='border border-left' style='height:120px;width:1px'/%3E%3Crect class='border border-bottom' style='height:1px;width:160px;y:119px'/%3E%3Cg style='transform:translate(16px,-9px)'%3E%3Crect/%3E%3Crect/%3E%3Crect/%3E%3Crect/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 160px 120px;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100vw;
  z-index: 1;
}

html[data-init="true"]:not(:has(funnel:empty)) body::before,
html[data-init="false"]:has(funnel:empty) body::before,
html[data-funnel-page] body::before,
html[data-maintenance] body::before {
  content: none !important;
}

html[lang=nl] {
  --loader-content-1: "Je gegevens worden ingeladen...";
  --loader-content-2: "Een moment geduld...";
}

html[lang=en] {
  --loader-content-1: "Your data is being loaded...";
  --loader-content-2: "Please wait...";
}

html body::after {
  align-items: center;
  -webkit-animation: 15s textswap infinite ease-in-out;
          animation: 15s textswap infinite ease-in-out;
  background-color: transparent;
  bottom: 0;
  color: var(--colors-body-secondary);
  content: var(--loader-content-1);
  display: flex;
  font-family: var(--font-family, "RM Neue");
  font-size: 1.125rem;
  height: 100vh;
  justify-content: center;
  left: 0;
  letter-spacing: -0.02em;
  position: fixed;
  right: 0;
  text-align: center;
  top: 96px;
  width: 100vw;
  z-index: 1;
}

html[data-init="true"]:not(:has(funnel:empty)) body::after,
html[data-init="false"]:has(funnel:empty) body::after,
html[data-funnel-page] body::after,
html[data-maintenance] body::after {
  content: none !important;
}

@media (min-width: 1024px) {
  html[data-maintenance] #menu ~ main {
    padding-top: unset;
  }
}

html[data-maintenance=true] #menu > .container nav,
html[data-maintenance=true] #menu > nav {
  display: none;
}

html[data-maintenance] #menu > .container {
  border-bottom: 1px solid var(--colors-divider-brand);
}

html[data-maintenance-css] main,
html[data-maintenance-css] footer {
  display: block;
}

html[data-maintenance] .paragraphblock:has(#maintenance-script) {
  display: none;
}

.paragraphblock:has(#webapi),
.paragraphblock:has([id^='maintenance']) {
  padding: unset !important;
}

.paragraphblock:has(#webapi) {
  display: none;
}

.paragraphblock:has(#webapi) > .box,
.paragraphblock:has([id^='maintenance']) > .box {
  border: unset;
  /* height: 0; */
  height: unset;
  margin: unset;
  min-height: unset;
}

.paragraphblock:has([id="maintenance-title"]) ~ .paragraphblock:has([id="maintenance-title"]) {
  display: none;
}

html[data-maintenance] body,
html[data-maintenance] body #menu,
html[data-maintenance] #main {
  background-color: var(--colors-brand-primary-50);
}

html[data-maintenance] body main .container hgroup {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5);
  margin-inline: auto;
  margin-bottom: var(--grid-row-gap);
  text-align: center;
}

html[data-maintenance] body main .container hgroup h1 {
  color: var(--colors-heading-primary);
  font-size: var(--heading-1, 3.5rem);
  font-weight: 700;
  line-height: 95%;
  letter-spacing: -0.02em;
  text-wrap: pretty;
  margin: 0 auto var(--heading-1-margin-bottom);
}

@media (min-width: 1024px) {
  html[data-maintenance] body main .container hgroup h1 {
    max-width: var(--grid-content-max-width);
  }
}

html[data-maintenance] body main .container hgroup h1:first-child {
  margin-top: unset;
}

html[data-maintenance] body main .container hgroup h1:last-child {
  margin-bottom: unset;
}

html[data-maintenance] body main .container hgroup p {
  color: var(--colors-body-brand);
  display: block;
  font-size: var(--body-large);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 140%;
  margin: 0 auto;
}

html[data-maintenance] body main .container hgroup + p {
  margin: 0 auto;
  text-align: center;
}

html[data-maintenance] body main .container .d-none {
  display: none;
}

@media (min-width: 640px) {
  html[data-maintenance] body main .container .d-xs-inline {
    display: inline;
  }
}

@-webkit-keyframes textswap {
  0% {
    content: var(--loader-content-1);
  }
  50% {
    content: var(--loader-content-2);
  }
}

@keyframes textswap {
  0% {
    content: var(--loader-content-1);
  }
  50% {
    content: var(--loader-content-2);
  }
}