/* styling app */

@import url('https://www.zwitserleven.nl/assets/labels/zwitserleven-2024/css/default');

html.noscroll {
  height: auto;
  overflow-y: initial;
  position: initial;
  width: 100%;
}

header,
.menu-area,
#cookiebanner {
  display: none !important;
}

@media (max-width: 767px) {
  main {
    padding-top: 0 !important;
  }
}

footer {
  display: none !important;
}

