html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  margin: 0;
}


a.skip-link {
  display: block;
  padding: 1rem;
  text-align: center;
  background-color: #1f62ff;
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
a.skip-link:focus,
a.skip-link:hover {
  text-decoration: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

.hidden {
  display: none;
}

.button-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.order-reverse {
  flex-direction: row-reverse;
}

[class*="btn-"] {
  display: inline-flex;
  align-items: baseline;
  text-decoration: none;
}

.btn-blue {
  white-space: nowrap;
  transition: all 0.2s ease;
  line-height: 100%;
  max-width: 100%;
  padding-top: 0.95em;
  padding-right: 1.25em;
  padding-bottom: 1.05em;
  padding-left: 1.25em;
  background-color: #1f62ff;
  outline-offset: -0.95em;
  transition: all 0.2s ease;
  color: #fff;
  font-weight: 600;
  border: 0.1rem solid #1f62ff;
  border-radius: 2.5rem;
}

.btn-blue:focus,
.btn-blue:hover {
  color: #1f62ff;
  background-color: #fff;
}

.btn-white {
  white-space: nowrap;
  transition: all 0.2s ease;
  line-height: 100%;
  max-width: 100%;
  padding-top: 0.95em;
  padding-right: 1.25em;
  padding-bottom: 1.05em;
  padding-left: 1.25em;
  background-color: #fff;
  outline-offset: -0.95em;
  transition: all 0.2s ease;
  color: #2c3741;
  font-weight: 600;
  border-radius: 2.5rem;
}

.btn-blue-border {
  border: 0.1rem solid #1f62ff;
}

.btn-white:focus,
.btn-white:hover {
  color: #1f62ff;
  background-color: #fff;
}

.btn-green {
  white-space: nowrap;
  transition: all 0.2s ease;
  line-height: 100%;
  max-width: 100%;
  padding-top: 0.95em;
  padding-right: 1.25em;
  padding-bottom: 1.05em;
  padding-left: 1.25em;
  background-color: #1fc198;
  outline-offset: -0.95em;
  transition: all 0.2s ease;
  color: #2c3741;
  font-weight: 600;
  border-radius: 2.5rem;
  border: 0.1rem solid #1fc198;
}

.btn-green:focus,
.btn-green:hover {
  color: #2c3741;
  background-color: #fff;
}


.alert {
  display: flex;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  border-radius: 4px;
  margin-bottom: 2rem;
  border: 1px solid #1f62ff;
}

.alert.error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert.warning {
  color: #854604;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.grid-container {
  position: relative;
  width: calc(100% - 15vw);
  max-width: 1171px;
  margin-left: auto;
  margin-right: auto;
}
.grid-container .grid-container {
  width: auto;
}

.page-header {
  width: 100%;
  z-index: 10;
}

.page-header .region-header {
  background-color: #2c3741;
  color: #fff;
}

.page-header .page-header--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  display: flex;
}

.page-header .page-header--brand svg {
  position: relative;
}

.block-language {
  display: inline-flex;
  align-items: baseline;
}

.block-language .icon.icon--globe {
  position: relative;
  top: 0.125em;
  margin-right: 1rem;
}

.block-language ul {
  display: flex;
  margin: -0.5rem;
}

.block-language ul li {
  margin: 0.5rem;
}

.block-language .language-link {
  text-decoration: none;
}

.gradient--blue-red {
  position: relative;
  background: linear-gradient(
    94deg,
    rgba(111, 153, 255, 0.48) 5%,
    rgba(255, 138, 118, 0.66) 100%
  );
}

.content--header--user {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #1f62ff;
  color: #fff;
  border-radius: 0 0 1rem 1rem;
  margin-top: 0.4rem;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.page-footer {
  position: relative;
}

.page-footer .region-footer {
  background-color: #2c3741;
  color: #fff;
}

.block--contact-footer .text-formatted a {
  text-decoration: underline;
  transition: all 0.2s ease;
  color: #fff;
}
.block--contact-footer .text-formatted a:hover,
.block--contact-footer .text-formatted a:focus {
  text-decoration: none;
}

.block--contact-footer p {
  margin-bottom: 1.6rem;
}

.page-footer .region-footer-inner .col--contact {
  background-color: #1f62ff;
}

.page-footer .region-footer-inner .col--site-info {
  display: flex;
  flex-wrap: wrap;
}

.page-footer .region-footer-inner .col--site-info .col--site-info__top {
  display: flex;
}

.page-footer .region-footer-inner .col--site-info .col--site-info__bottom {
  width: 100%;
}

.menu--footer .menu > li a {
  text-decoration: none;
}

.page-footer
  .region-footer-inner
  .col--site-info
  .col--site-info__top
  .socials {
  align-self: flex-start;
  border-left: 0.2rem solid rgba(255, 255, 255, 0.3);
  padding-left: 1.5rem;
}

.socials .social-list {
  display: flex;
}

.socials .social-list > li + li {
  margin-left: 1.5rem;
}

.socials .social-list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 0 #fff;
}

.menu--footer-sub .menu {
  display: flex;
}

.menu--footer-sub .menu li + li {
  margin-left: 2rem;
}

.menu--footer-sub .menu li a {
  text-decoration: none;
}

.page-footer
  .region-footer-inner
  .col--site-info
  .col--site-info__bottom
  .copy-right
  a {
  text-decoration: underline;
}

[class*="lnk-"] {
  display: inline-flex;
  align-items: baseline;
}

[class*="lnk-"] > :not(:last-child) {
  margin-right: 1rem;
}

.page-main {
  /* background-image: url(../images/pattern-diagonal-lines--colored.svg); */
  background-repeat: no-repeat;
  background-position: 0 0;
}

.last-character {
  color: #1f62ff;
}

.adjust-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.adjust-order > * {
  max-width: 100%;
  flex: 0 0 auto;
}

.adjust-order .order-min {
  order: -1;
}

.content--header .actions {
  margin-bottom: 0.5em;
}

.lnk--blue {
  color: #1f62ff;
  text-decoration: none;
  margin-bottom: 0.20833em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin: 0;
}

.lnk--back .icon {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.content--main {
  display: flex;
}

.menu--ipn li + li {
  margin-top: 2rem;
}

.component--with-line {
  position: relative;
  padding-left: 2.1rem;
}

.component--with-line .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.6rem;
  background-color: #1f62ff;
  border-radius: 10rem;
}

.menu--ipn li .component--with-line .line {
  background-color: transparent;
}

.menu--ipn li .component--with-line a {
  transition: all 0.2s ease;
  color: currentColor;
  text-decoration: none;
}

.component--with-bg {
  border-radius: 1rem;
  background-color: #f5f5f5;
}

.component--with-line {
  position: relative;
  padding-left: 2.1rem;
}

.lnk--ext .icon {
  transform: translate(-0.2rem, 0.2rem);
}

.notranslate_message {
  display: none;
}

html.translated-ltr .notranslate_message,
html.translated-rtl .notranslate_message {
  z-index: 1000;
  border: 2px solid #000;
  padding: 15px;
  display: block;
}

ul>li:before {
  content: "\200B";
  position: absolute;
}

.list--2-col {
  display: flex;
  flex-wrap: wrap;
  margin: -1.25rem;
}

.content--main__content ul.list--2-col {
  padding: 0;
  list-style: none;
}

.list--2-col>* {
  display: flex;
  width: 100%;
  padding: 1.25rem;
}

.list--2-col>*>* {
  width: 100%;
}

.big-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
  border-radius: 1rem;
  border-top: .1rem solid rgba(0,0,0,.2);
  border-left: .1rem solid rgba(0,0,0,.2);
  border-right: .1rem solid rgba(0,0,0,.2);
  overflow: hidden;
  background-color: #fff;
}

.big-button .textual {
  margin-right: 1.5rem;
  margin-bottom: auto;
  text-align: left;
}

.big-button .textual .heading {
  margin-bottom: .5em;
}

.big-button .visual {
  margin-left: auto;
  color: #1f62ff;
  transform: translateX(0);
  transition: all .2s ease;
}

.big-button .gradient--blue-red {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.big-button a,
.big-button button {
  text-decoration: none  !important;
  transition: all .2s ease;
  color: #2c3741 !important;
  background: none;
  border: 0;
  text-align: left;
  padding: 0;
}
.big-button a:hover,
.big-button a:focus,
.big-button button:hover,
.big-button button:focus {
  color: #2c3741 !important;
  text-decoration: underline !important;
}


.full-click {
  position: relative;
}

.full-click .full-click__trigger::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.big-button.full-click:hover {
  background-color: #f5f5f5;
}

.big-button:hover .visual {
  transform: translateX(1rem);
}

.links_brieven span.svg-use--wrapper {
  display: none;
}
.links_brieven .loading span.icon-spinner {
  display: inline-block;
}
.links_brieven .completed span.icon-check {
  display: inline-block;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

@keyframes fa-spin{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  } to {
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}

.toegankelijkheidstabel {
  display: flex;
  flex-direction: row;
  margin: 1.25em 0;
}

.toegankelijkheidstabel-label {
  margin-right: 2rem;
  min-width: 100px;
}

.toegankelijkheidstabel-label IMG {
  width: 143px;
}

.no-margin {
  margin: 0 !important;
}



@media (min-width: 0em) and (max-width: 30.5em) {
  .toegankelijkheidstabel-label {
    display: none;
  }
}

@media (min-width: 0em) and (max-width: 47.9375em) {
  .page {
    line-height: 1.5em;
  }
  .page-header .page-header--inner {
    height: 5.4rem;
  }
  .page-header .page-header--brand {
    margin-right: 5rem;
  }
  .page-header .page-header--brand svg {
    width: 9.1rem;
    height: 3.345rem;
  }
  .page-header .gradient--blue-red {
    margin-bottom: -0.4rem;
  }
  .gradient--blue-red {
    height: 0.4rem;
  }
  .page-footer .region-footer {
    padding-bottom: 3rem;
  }
  .page-footer .region-footer-inner .col--contact {
    padding: 2rem;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
  .page-footer .region-footer-inner .col--site-info .col--site-info__top {
    flex-wrap: wrap;
    width: 100%;
  }
  .page-footer .region-footer-inner .col--site-info .col--site-info__bottom {
    margin-top: 4rem;
  }
  .menu--footer {
    width: 100%;
  }
  .menu--footer .menu {
    display: flex;
    flex-direction: column;
  }
  .menu--footer .menu > li {
    width: 100vw;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
  .menu--footer .menu > li a {
    display: flex;
    padding: 1.2rem 0;
    align-items: center;
  }
  .menu--footer .menu > li a .text {
    margin-right: 2rem;
  }
  .menu--footer .menu > li a .icon {
    margin-left: auto;
  }
  .page-footer
    .region-footer-inner
    .col--site-info
    .col--site-info__top
    .socials {
    margin-top: 3rem;
  }
  .page-footer
    .region-footer-inner
    .col--site-info
    .col--site-info__bottom
    > *
    + * {
    margin-top: 1.5rem;
  }
  .page-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .block--contact-footer h2,
  .h4,
  .lnk--blue,
  .paragraph--type--paragraph-link-list h2,
  .text-formatted h2,
  .ui-dialog .ui-dialog-title,
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444em;
  }
  .content--main {
    margin-top: 3rem;
  }
  .content--main__aside {
    display: none;
  }
  .menu--ipn {
    display: none;
  }
  .content--main__content {
    width: 100%;
  }
  .component--with-bg {
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-left: -7.5vw;
    margin-right: -7.5vw;
  }
  .component--with-bg .component--with-line {
    padding-left: 2rem;
  }
  .paragraph {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    margin-top: -0.1rem;
    border-top: 0.1rem solid #e3e3e3;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #e3e3e3;
  }
  .paragraph + .paragraph {
    padding-top: 3rem;
  }
}

@media (min-width: 48em) and (max-width: 63.9375em) {
  .page {
    line-height: 1.625em;
  }
  .page-header .page-header--inner {
    height: 9.5rem;
  }
  .page-header .page-header--brand {
    margin-right: 10rem;
  }
  .page-header .page-header--brand svg {
    position: relative;
    transform: scale(0.74);
    left: -13%;
  }
  .page-header .gradient--blue-red {
    margin-bottom: -0.7rem;
  }
  .gradient--blue-red {
    height: 0.7rem;
  }
  .content--header--user {
    border-radius: 1rem;
    margin-top: 1.6rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .page-footer .region-footer {
    padding-bottom: 4rem;
  }
  .page-footer .region-footer-inner {
    display: flex;
  }
  .page-footer .region-footer-inner .col--contact {
    margin-top: -2.5rem;
    flex-grow: 0;
    padding: 4rem;
    width: 40.17094%;
  }
  .page-footer .region-footer-inner .col--site-info {
    padding-top: 7rem;
    flex-grow: 0;
    width: 51.28205%;
    margin-left: auto;
  }
  .page-footer .region-footer-inner .col--site-info .col--site-info__top {
    margin-bottom: 3rem;
  }
  .page-footer .region-footer-inner .col--site-info .col--site-info__top {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 3rem;
  }
  .page-footer .region-footer-inner .col--site-info .col--site-info__bottom {
    margin-top: auto;
  }
  .menu--footer {
    width: 100%;
  }
  .menu--footer .menu {
    border-left: 0.2rem solid rgba(255, 255, 255, 0.3);
  }
  .menu--footer .menu > li {
    padding-left: 1.5rem;
  }
  .menu--footer .menu > li + li {
    margin-top: 1.25rem;
  }
  .menu--footer .menu > li a {
    display: inline-block;
  }
  .menu--footer .menu > li a .icon {
    display: none;
  }
  .page-footer
    .region-footer-inner
    .col--site-info
    .col--site-info__bottom
    > *
    + * {
    margin-top: 1.5rem;
  }
  .page-main {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .block--contact-footer h2,
  .h4,
  .lnk--blue,
  .paragraph--type--paragraph-link-list h2,
  .text-formatted h2,
  .ui-dialog .ui-dialog-title,
  h4 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.38889em;
  }
  .content--main {
    margin-top: 4rem;
  }
  .content--main__aside {
    display: none;
  }
  .menu--ipn {
    display: none;
  }
  .content--main__content {
    width: 100%;
  }
  .component--with-bg {
    padding-right: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .component--with-bg .component--with-line {
    padding-left: 2.75rem;
  }
  .paragraph {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #e3e3e3;
  }
  .paragraph + .paragraph {
    padding-top: 3rem;
  }
  .list--2-col>* {
    width: 50%;
  }
}

@media (min-width: 64em) {
  .page {
    line-height: 1.75em;
  }
  .page-header .page-header--inner {
    height: 9.5rem;
  }
  .page-header .page-header--brand {
    margin-right: 10rem;
  }
  .page-header .page-header--brand svg {
    position: relative;
    transform: scale(0.74);
    left: -13%;
  }
  .page-header .gradient--blue-red {
    margin-bottom: -0.7rem;
  }
  .gradient--blue-red {
    height: 0.7rem;
  }
  .page-footer .region-footer {
    padding-bottom: 4rem;
  }
  .content--header--user {
    border-radius: 1rem;
    margin-top: 1.6rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .page-footer .region-footer-inner {
    display: flex;
  }
  .page-footer .region-footer-inner .col--contact {
    margin-top: -2.5rem;
    flex-grow: 0;
    padding: 4rem;
    width: 40.17094%;
  }
  .page-footer .region-footer-inner .col--site-info {
    padding-top: 7rem;
    flex-grow: 0;
    width: 51.28205%;
    margin-left: auto;
  }
  .page-footer .region-footer-inner .col--site-info .col--site-info__top {
    margin-bottom: 3rem;
  }
  .page-footer .region-footer-inner .col--site-info .col--site-info__bottom {
    margin-top: auto;
    display: flex;
  }
  .page-footer
    .region-footer-inner
    .col--site-info
    .col--site-info__top
    .menu--footer {
    width: 30rem;
  }
  .menu--footer .menu {
    border-left: 0.2rem solid rgba(255, 255, 255, 0.3);
  }
  .menu--footer .menu > li {
    padding-left: 1.5rem;
  }
  .menu--footer .menu > li + li {
    margin-top: 1.25rem;
  }
  .menu--footer .menu > li a {
    display: inline-block;
  }
  .menu--footer .menu > li a .icon {
    display: none;
  }
  .page-footer
    .region-footer-inner
    .col--site-info
    .col--site-info__bottom
    > *
    + * {
    margin-left: 2rem;
  }
  .page-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .block--contact-footer h2,
  .h4,
  .lnk--blue,
  .paragraph--type--paragraph-link-list h2,
  .text-formatted h2,
  .ui-dialog .ui-dialog-title,
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33333em;
  }
  .content--main {
    margin-top: 5rem;
  }
  .content--main__aside {
    position: relative;
    flex-shrink: 0;
    width: 25.64103%;
    padding-right: 4.34783%;
  }
  .menu--ipn {
    position: sticky;
    top: 8rem;
  }
  .content--main__content {
    width: 74.35897%;
  }
  .component--with-bg {
    padding-left: 2rem;
    padding-right: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-left: -2rem;
  }
  .component--with-bg .component--with-line {
    padding-left: 3.5rem;
  }
  .list--2-col>* {
    width: 50%;
  }
  .paragraph {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #e3e3e3;
  }
  .paragraph + .paragraph {
    padding-top: 3rem;
  }

}
