:root {
  --dodger-blue: #0094ff;
  --midnight-blue: #002640;
  --dark-slate-blue: #004d80;
  --lime-green: #1ec346;
  --white: white;
  --light-blue: #c7e6ff;
  --black: black;
  --lemon-chiffon: #fff5ca;
  --alert-warning: #f5bfbf;
  --alert-success: #cff6cf;
  --alert-danger: #ff0000;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1/1/2/2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  border-color: var(--midnight-blue);
  border-radius: 1px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--midnight-blue);
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.3em;
}

a {
  color: var(--dodger-blue);
  text-align: left;
  font-family: Barlow, sans-serif;
  text-decoration: underline;
  transition: opacity 0.2s;
  display: inline;
}

a:focus-visible {
  color: var(--dark-slate-blue);
}

a[data-wf-focus-visible] {
  color: var(--dark-slate-blue);
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-weight: 500;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  background-color: rgba(153, 214, 255, 0.5);
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: 0.6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: 0.6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text blockquote {
  background-color: rgba(153, 214, 255, 0.3);
  border-left-width: 15px;
  border-left-color: #99d6ff;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9em;
  line-height: 1.2em;
}

.paragraph-small.address {
  min-width: 50%;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 0.75rem;
  line-height: 1rem;
}

.paragraph-tiny.inhoud-profiel {
  color: rgba(0, 0, 0, 0.5);
}

.label {
  color: #004d80;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.label.cc-styleguide-label {
  color: var(--dark-slate-blue);
  letter-spacing: 0;
  margin-bottom: 25px;
  font-weight: 500;
}

.paragraph-light {
  opacity: 0.6;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #fffacf;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  min-width: 150px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #09f;
  border-radius: 8rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 25px;
  font-size: 1em;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.4s, opacity 0.4s, color 0.4s;
}

.button:hover {
  background-color: var(--lime-green);
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button:focus-visible {
  outline-color: var(--dodger-blue);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.button[data-wf-focus-visible] {
  outline-color: var(--dodger-blue);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.button.green {
  background-color: var(--lime-green);
  color: var(--white);
}

.button.green:hover {
  background-color: var(--dodger-blue);
}

.button.green:focus-visible {
  outline-color: var(--lime-green);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.button.green[data-wf-focus-visible] {
  outline-color: var(--lime-green);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.button.secundair {
  background-color: var(--white);
  color: var(--dodger-blue);
  font-weight: 500;
}

.button.secundair:hover {
  color: var(--midnight-blue);
}

.button.secundair.lightblue {
  background-color: var(--light-blue);
  color: var(--dodger-blue);
}

.button.tertiair {
  background-color: var(--light-blue);
}

.button.tertiair:hover, .button.tertiair:focus {
  background-color: var(--dodger-blue);
}

.button.tertiair:focus-visible {
  color: var(--white);
}

.button.tertiair[data-wf-focus-visible] {
  color: var(--white);
}

.button.add-extra {
  min-width: 100%;
  color: var(--dodger-blue);
  background-color: #ddf0ff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.button.add-extra:hover {
  background-color: var(--dodger-blue);
  color: var(--dark-slate-blue);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu-icon {
  width: 30px;
}

.navigation-item {
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
  transition-property: none;
}

.navigation-item:hover {
  opacity: 1;
  color: var(--dodger-blue);
  font-weight: 500;
  text-decoration: none;
}

.navigation-item:active {
  opacity: 1;
  font-weight: 500;
  text-decoration: none;
}

.navigation-item:focus {
  color: var(--midnight-blue);
  font-weight: 500;
  text-decoration: none;
}

.navigation-item:focus-visible {
  color: var(--midnight-blue);
  text-decoration: none;
}

.navigation-item[data-wf-focus-visible] {
  color: var(--midnight-blue);
  text-decoration: none;
}

.navigation-item.w--current {
  opacity: 1;
  color: #0073c0;
  font-weight: 500;
  text-decoration: underline;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #09f;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: var(--black);
}

.navigation-item.portal {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: color 0.4s;
  display: flex;
}

.navigation-item.portal:hover {
  color: var(--dodger-blue);
}

.navigation-item.portalnav {
  color: var(--light-blue);
  transition: color 0.4s;
}

.navigation-item.portalnav:hover, .navigation-item.portalnav:focus {
  color: var(--dodger-blue);
}

.navigation-item.portalnav:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0094ff;
}

.navigation-item.portalnav[data-wf-focus-visible] {
  outline-offset: 3px;
  outline: 3px solid #0094ff;
}

.navigation-items {
  opacity: 0.96;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-items.dropdown {
  z-index: 1;
  background-color: var(--white);
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.menu-button {
  border-radius: 20px;
  transition: background-color 0.2s;
}

.menu-button:hover {
  background-color: var(--light-blue);
  border-radius: 20px;
}

.menu-button:focus-visible {
  outline-color: var(--dodger-blue);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.menu-button[data-wf-focus-visible] {
  outline-color: var(--dodger-blue);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.logo-image {
  max-width: 400px;
  display: block;
}

.logo-shield {
  display: none;
}

.navigation-wrap {
  background-color: var(--white);
  border-radius: 20px;
}

.intro-wrap {
  display: flex;
}

.text-field {
  border: 1px solid var(--dodger-blue);
  background-color: rgba(199, 230, 255, 0.4);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color 0.4s;
}

.text-field:hover {
  border-color: var(--dark-slate-blue);
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field:focus-visible {
  border-color: var(--dodger-blue);
  outline-color: var(--dodger-blue);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.text-field[data-wf-focus-visible] {
  border-color: var(--dodger-blue);
  outline-color: var(--dodger-blue);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.text-field::-ms-input-placeholder {
  color: var(--midnight-blue);
}

.text-field::placeholder {
  color: var(--midnight-blue);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.white, .text-field.white-field {
  background-color: var(--white);
}

.text-field.white-field:hover {
  border-color: var(--dark-slate-blue);
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: 0.5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: 0.6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.half {
  width: 50%;
  flex: 1;
}

.half._40 {
  padding-right: 30px;
}

.half.centered-content-wrapper.organisatie {
  margin-left: 40px;
}

.half.white {
  max-height: 100px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.opening-animation {
  width: 50%;
  height: 50vh;
  background-image: url("../images/animation-background.svg");
  background-position: 20% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  padding-left: 30px;
  display: flex;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slider {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.prijs-label {
  z-index: 2;
  width: 175px;
  height: 175px;
  background-color: var(--midnight-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: auto;
}

.white {
  color: var(--white);
}

.white.centered {
  text-align: center;
}

.white.centered.h3-size {
  font-size: 2em;
  line-height: 1.1em;
}

.white.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.white.no-margin.h5-size {
  font-size: 20px;
}

.image {
  padding-left: 10px;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-container {
  min-height: 105px;
  background-color: var(--white);
  flex: 1;
  justify-content: center;
  padding-right: 10vw;
  display: flex;
}

.container-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tabs-wrapper {
  grid-column-gap: 5px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.tab-links {
  width: 50%;
  background-color: var(--midnight-blue);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.tab-rechts {
  width: 50%;
  background-color: var(--dark-slate-blue);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.regular-italic {
  font-weight: 400;
}

.particulieren-en-bedrijven {
  margin-top: 20px;
  margin-bottom: 140px;
}

.headline-and-bttn-wrapper {
  max-width: 50%;
  position: relative;
}

._3-stappen {
  background-color: rgba(199, 230, 255, 0.6);
  background-image: linear-gradient(to bottom, var(--light-blue), var(--lemon-chiffon));
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.rounded-column {
  border-radius: 40px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 38, 64, 0.2);
}

.rounded-column.midnight-blue {
  background-color: var(--midnight-blue);
  box-shadow: 0 2px 10px rgba(0, 38, 64, 0.5);
}

.rounded-column.white {
  background-color: var(--white);
}

.rounded-column.white.transparent {
  background-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 20px rgba(0, 77, 128, 0.25);
}

.superscript {
  font-size: 0.6em;
}

.blue {
  color: var(--dodger-blue);
}

.prijs {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.prijs.light-blue {
  color: var(--light-blue);
  margin-bottom: 10px;
  font-weight: 400;
}

h4.prijs {
  font-size: 4em;
}

.prijs.justis {
  color: var(--dark-slate-blue);
}

.centered {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.centered.h3-size {
  font-size: 2em;
  line-height: 1.1em;
}

.vog-aanvragen {
  padding-top: 20px;
  padding-bottom: 60px;
}

.vog-aanvragen.blauw {
  background-color: rgba(199, 230, 255, 0.6);
}

.som {
  z-index: 3;
  width: 0.3em;
  color: var(--light-blue);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 8em;
  position: absolute;
  top: 0%;
  bottom: 40%;
  left: auto;
  right: 65%;
}

.som.equals {
  width: 0.3em;
  top: 0%;
  bottom: 40%;
  left: auto;
  right: 31%;
}

.txt-link-on-dark-blue {
  color: var(--dodger-blue);
}

.spacer-120 {
  height: 120px;
}

.centered-content-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.absolute-positioning {
  max-width: 50%;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.absolute-positioning.trustpilot-panel {
  z-index: 2;
  max-width: 40%;
  background-color: var(--dark-slate-blue);
  border-radius: 40px 80px 80px 40px;
  padding: 20px;
  top: auto;
  bottom: 75px;
  left: auto;
  right: 0%;
}

.absolute-positioning.reviews-uitleg {
  z-index: 3;
  max-width: 40%;
  background-color: var(--midnight-blue);
  border-radius: 40px;
  padding: 20px 20px 30px 35px;
  top: auto;
  bottom: -130px;
  left: auto;
  right: 15%;
}

.block_top-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.carrousel_slider-mask {
  width: 100%;
  overflow: visible;
}

.testimonials1_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--light-blue);
  color: var(--midnight-blue);
  border: 1px #e1e4e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color 0.1s ease-out;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: 0%;
  right: 0%;
}

.testimonials1_arrow:hover, .testimonials1_arrow:focus {
  background-color: var(--dodger-blue);
}

.testimonials1_arrow:focus-visible {
  background-color: var(--light-blue);
  outline-color: var(--dodger-blue);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.testimonials1_arrow[data-wf-focus-visible] {
  background-color: var(--light-blue);
  outline-color: var(--dodger-blue);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.testimonials1_arrow.right {
  background-color: var(--light-blue);
  bottom: -25%;
  left: 11%;
  right: 0%;
}

.testimonials1_arrow.right:hover {
  background-color: var(--dodger-blue);
}

.testimonials1_arrow.right:focus-visible {
  outline-color: var(--dodger-blue);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.testimonials1_arrow.right[data-wf-focus-visible] {
  outline-color: var(--dodger-blue);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.testimonials1_arrow.right.articles, .testimonials1_arrow.articles {
  bottom: -5%;
}

.testimonials1_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-profile-img {
  width: 120px;
  height: 64px;
  object-fit: contain;
  margin-right: 24px;
}

.testimonials1_client-details {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.testimonials1_client-image-wrapper {
  border-radius: 50%;
  flex: none;
  margin-right: 1rem;
  overflow: hidden;
}

.carrousel_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2rem;
  margin-bottom: 9rem;
}

.carrousel_component.articles {
  margin-top: 0;
}

.reviews {
  margin-top: 12rem;
  margin-bottom: 4rem;
  overflow: hidden;
}

.reviews.articles {
  margin-top: 0;
}

.block-date {
  color: #626e96;
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.5;
}

.testimonials1_client-image {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonials1_slider-nav {
  display: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icone-plateform-review {
  width: 40px;
  margin-left: 0;
  position: relative;
  left: 8rem;
  right: 0%;
}

.carrousel_slide {
  max-width: 28rem;
  margin-right: 2rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.page-padding {
  padding: 25px 2.5rem;
}

.testimonials1_client-line {
  width: 1.25px;
  height: 1.25rem;
  background-color: #e1e4e8;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.carrousel_content {
  height: 100%;
  min-height: 20rem;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 77, 128, 0.25);
}

.carrousel_content.article {
  box-shadow: none;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.testimonials1_client-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  margin-top: 2rem;
  display: flex;
}

.container-only-margin-on-top {
  margin-top: 100px;
}

.faq {
  min-height: 70vh;
  background-color: var(--lemon-chiffon);
}

.faq.container-lots-of-margin {
  padding-top: 5vh;
}

.faq.container-lots-of-margin.white-background {
  background-color: rgba(0, 0, 0, 0);
}

.horizontal-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 25vh;
  margin-bottom: auto;
  display: flex;
}

.horizontal-wrapper.faq {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.horizontal-wrapper.top {
  background-color: rgba(199, 230, 255, 0.4);
  border-radius: 40px;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px;
}

.horizontal-wrapper.portal {
  margin-top: 10px;
}

.text-light {
  font-weight: 300;
}

.align-to-the-right {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.smaller-row-wrapper {
  z-index: 30;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.smaller-row-wrapper.round-blue-wrapper.yellow {
  background-color: var(--lemon-chiffon);
  box-shadow: 0 2px 15px 10px rgba(0, 0, 0, 0.2);
}

.text-hilight-block {
  border-left: 10px solid var(--dark-slate-blue);
  background-color: rgba(199, 230, 255, 0.6);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
}

.text-hilight-block.short {
  display: block;
}

.footer {
  background-color: rgba(199, 230, 255, 0.5);
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-logo {
  width: 30%;
  margin-right: 18%;
}

.centered-logo {
  justify-content: center;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.copyright {
  background-color: var(--midnight-blue);
  flex-direction: row;
  padding-top: 8px;
  padding-bottom: 8px;
}

.clean-link {
  font-size: 12px;
  text-decoration: none;
}

.copyright-horizontal-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.footer-page-links {
  flex-direction: column;
  display: flex;
}

.social-icons-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  display: flex;
}

.buttons-wrapper.intro {
  justify-content: flex-start;
  align-items: flex-start;
}

.buttons-wrapper.portal {
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 30px;
}

.article-image {
  width: 60%;
  border-radius: 20px;
}

.article-image.overzicht {
  width: 100%;
}

.article-image.detail {
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
}

.h3-size {
  font-size: 2em;
  line-height: 1.1em;
}

.field-label {
  color: var(--dodger-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.spacer-40 {
  height: 40px;
}

.select-field {
  border: 1px solid var(--dodger-blue);
  background-color: rgba(199, 230, 255, 0.4);
  border-radius: 5px;
}

.select-field:hover {
  border-color: var(--dark-slate-blue);
}

.select-field:focus-visible {
  outline-color: var(--dodger-blue);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.select-field[data-wf-focus-visible] {
  outline-color: var(--dodger-blue);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.select-field.white-field {
  background-color: var(--white);
}

.faq-content {
  overflow: hidden;
}

.faq-question-bar {
  border-bottom: 1px none var(--midnight-blue);
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.plus-icon {
  max-width: 70%;
}

.faq-grid {
  width: 100%;
  grid-template-columns: minmax(0, 0) 1fr minmax(0, 0);
}

.faq-question-wrap {
  cursor: pointer;
  padding: 0;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-circle {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  background-color: rgba(199, 230, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.div-block-16 {
  width: 100%;
  height: 1px;
}

.image-2 {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  overflow: visible;
}

.image-with-padding {
  padding: 15px;
}

.text-span-medium {
  font-weight: 500;
}

.link-2 {
  display: inline-block;
}

.heading {
  line-height: 34em;
}

.artikelen-overzicht {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.semi-bold {
  font-weight: 600;
}

.logo-organisatie {
  width: 60%;
  object-fit: contain;
}

.gegevens-organisatie {
  color: var(--dodger-blue);
  font-weight: 500;
}

.formulier-wrapper {
  grid-column-gap: 40px;
  background-color: rgba(199, 230, 255, 0.4);
  border-radius: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.formulier-wrapper.wit {
  background-color: var(--white);
}

.heading-sub {
  font-size: 3.8em;
}

.paragraph {
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.div-block-17, .no-margin-horizontal-wrapper {
  display: flex;
}

.list {
  padding-left: 15px;
}

.all-bolds {
  font-weight: 600;
}

.h1-sub {
  font-size: 0.8em;
  line-height: 0;
}

.heading-2 {
  font-size: 3em;
  line-height: 1em;
}

.horizontal {
  grid-column-gap: 20px;
  align-items: stretch;
  display: flex;
}

.horizontal-fields {
  grid-column-gap: 10px;
  display: flex;
}

.horizontal-fields.opsomming {
  grid-column-gap: 5px;
  background-color: var(--white);
  border-radius: 5px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.horizontal-fields.opsomming.select {
  transition: background-color 0.4s;
}

.horizontal-fields.opsomming.select:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.grow-if-possible {
  flex: 1;
}

.checkbox:focus-visible {
  outline-color: var(--dodger-blue);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.checkbox[data-wf-focus-visible] {
  outline-color: var(--dodger-blue);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.round-wrapper {
  background-color: var(--light-blue);
  border-radius: 20px;
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 15px;
}

.round-wrapper.portal {
  margin-top: 0;
  margin-bottom: 0;
}

.round-wrapper.portal.select {
  background-color: var(--dark-slate-blue);
}

.round-wrapper.outlined {
  border: 2px solid var(--light-blue);
  background-color: rgba(0, 0, 0, 0);
}

.round-wrapper.outlined.portal {
  display: flex;
}

.round-wrapper.yellow {
  background-color: var(--lemon-chiffon);
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.36);
}

.spacer-80 {
  height: 80px;
}

.logo-upload {
  background-color: #ddf0ff;
  margin-bottom: 10px;
}

.portal-form {
  background-color: #ddf0ff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
}

.portal-form.white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.green, .url-valid {
  color: var(--lime-green);
}

.green, .url-invalid {
  color: var(--alert-danger);
}

.bedrijfsgegevens {
  background-color: var(--white);
  border-radius: 20px;
  padding: 10px 20px;
}

.portal-grid {
  grid-template: "." "."/1fr;
}

.grid-2-col {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.grid-3-col {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.spacer-20 {
  height: 20px;
}

.edit-or-delete {
  grid-column-gap: 3px;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.pictogram {
  opacity: 0.4;
  color: var(--dodger-blue);
}

.pictogram:hover {
  opacity: 1;
}

.html-embed {
  max-height: 20px;
  min-width: 20px;
  color: rgba(199, 230, 255, 0.8);
}

.html-embed:hover {
  color: var(--dodger-blue);
}

.html-embed.edit {
  color: #c7e6ff;
}

.html-embed.edit:hover, .html-embed.delete:hover {
  color: var(--white);
}

.html-embed.verwerkt:hover {
  color: rgba(199, 230, 255, 0.8);
}

.html-embed.verwerkt.ja {
  color: var(--lime-green);
}

.html-embed.portalnav:hover {
  color: var(--light-blue);
}

.company {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  justify-content: stretch;
  align-self: stretch;
}

.link-block {
  text-decoration: none;
  display: block;
}

.portal-beheer {
  z-index: 3;
  margin-top: 8vh;
  margin-bottom: 8vh;
  position: relative;
}

.h5-size {
  font-size: 1.3em;
}

.toelichting-bij-vog-profielen-uitleg {
  z-index: 2;
}

.side-bar {
  z-index: 2;
  width: 20vw;
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.portal-body {
  background-color: var(--light-blue);
}

.portal-wrapper {
  margin-left: 20vw;
  padding-left: 20px;
  padding-right: 20px;
}

.copyright-vertical-wrapper {
  flex-direction: column;
  margin-top: auto;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
}

.columns {
  justify-content: space-between;
  display: flex;
}

.toelichting-wrapper {
  justify-content: space-around;
  display: flex;
}

.bestelgeschiedenis {
  width: 41%;
  max-width: 41%;
  font-size: 0.8rem;
  line-height: 1rem;
}

.max40 {
  width: 40%;
}

.grid-wrapper {
  display: flex;
}

.start-nieuwe-aanvraag {
  min-height: 10vh;
}

.navbar {
  z-index: 2;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--midnight-blue) 50%);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.container-5 {
  width: 20vw;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.nav-portal {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.geslotenportal {
  position: static;
  top: 0;
}

.geslotenportal.eersteaanvraag {
  position: fixed;
}

.background-blur {
  z-index: 3;
  min-height: 100%;
  min-width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-pop-up {
  z-index: 6;
  max-width: 50vw;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: left;
    font-size: 3em;
  }

  h2, h3, h4, h5, h6, a, .styleguide-block {
    text-align: left;
  }

  .container {
    max-width: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color 0.4s, opacity 0.4s, color 0.4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.portal {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.8rem;
  }

  .navigation-item.portal:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item.portalnav {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.7rem;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .intro-wrap {
    grid-column-gap: 20px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap, .half.info {
    width: 100%;
  }

  .vog-aanvragen {
    padding-top: 10px;
  }

  .carrousel_slide {
    max-width: 80vw;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .carrousel_content.article {
    padding: 1rem;
  }

  .container-only-margin-on-top {
    margin-top: 0;
  }

  .faq {
    padding-bottom: 15vh;
  }

  .faq.container-lots-of-margin {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .horizontal-wrapper {
    margin-bottom: 40px;
  }

  .horizontal-wrapper.faq {
    padding-bottom: 0;
  }

  .horizontal-wrapper.portal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .smaller-row-wrapper.eerste-aanvraag {
    width: auto;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .buttons-wrapper.intro {
    flex-direction: column;
  }

  .article-image {
    height: 45vh;
    object-fit: cover;
  }

  .faq-grid {
    grid-template-columns: 1fr 4fr;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .image-with-padding {
    padding: 40px 90px;
  }

  .italic-text {
    display: inline-block;
  }

  .trustpilot {
    padding-top: 5vh;
  }

  .heading-4 {
    position: relative;
  }

  .section-7 {
    padding-top: 5vh;
  }

  .no-margin-horizontal-wrapper {
    flex-direction: column-reverse;
  }

  .list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .horizontal-fields.opsomming {
    flex-direction: row;
    align-items: flex-start;
  }

  .portal-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(50%, 1fr);
  }

  .company {
    flex: 0 auto;
  }

  .side-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .portal-wrapper.eerste-aanvraag {
    margin-left: 0;
  }

  .toelichting-wrapper {
    justify-content: space-between;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-pop-up {
    max-width: 70vw;
  }
}
@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.7em;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .button.tertiair {
    display: none;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
    display: block;
    position: static;
  }

  .navigation-item.portalnav {
    display: none;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-wrap {
    flex-direction: column-reverse;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "." "." "."/1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

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

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .half {
    width: 100%;
  }

  .half._40 {
    padding-right: 0;
  }

  .half.centered-content-wrapper.organisatie {
    margin-left: 5px;
  }

  .opening-animation {
    align-items: center;
  }

  .opening-animation.testimonials {
    height: 80vh;
  }

  .prijs-label {
    width: 120px;
    height: 120px;
    padding: 10px;
  }

  .headline-and-bttn-wrapper {
    max-width: 100%;
  }

  ._3-stappen {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .vog-aanvragen {
    align-items: flex-start;
    padding: 10px 10px;
  }

  .som {
    top: 0%;
    bottom: 27%;
    left: auto;
    right: auto;
  }

  .som.equals {
    bottom: -35%;
    right: auto;
  }

  .absolute-positioning.trustpilot-panel {
    bottom: 28px;
  }

  .absolute-positioning.reviews-uitleg {
    max-width: 100%;
  }

  .carrousel_slider-mask {
    width: 100%;
  }

  .reviews {
    margin-top: 9rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .carrousel_slide {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 1rem;
  }

  .padding-vertical, .page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .carrousel_content.article {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonials1_client-wrapper {
    grid-auto-flow: row;
    margin-top: 1.25rem;
  }

  .container-only-margin-on-top {
    margin-top: 30px;
  }

  .faq {
    padding-left: 11px;
    padding-right: 11px;
  }

  .faq.container-lots-of-margin {
    padding-left: 10px;
    padding-right: 10px;
  }

  .horizontal-wrapper {
    flex-direction: column;
  }

  .align-to-the-right {
    text-align: left;
  }

  .smaller-row-wrapper {
    width: 100%;
  }

  .text-hilight-block {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer, .copyright {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .article-image {
    width: 80%;
    height: auto;
    max-height: 50vh;
    margin-right: 20px;
  }

  .spacer-40 {
    display: none;
  }

  .faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .image-with-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .artikelen-overzicht {
    grid-template-columns: 1fr 1fr;
  }

  .logo-organisatie {
    width: 90%;
    max-height: 60vh;
  }

  .formulier-wrapper {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .heading-sub {
    text-align: left;
    font-size: 2.7em;
  }

  .opening {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3 {
    display: none;
  }

  .paragraph {
    text-align: left;
  }

  .trustpilot {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .vog-voor-specifieke-organisaties, .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    max-width: 100%;
  }

  .vog-voor-instellingen, .uitleg-mogelijkheden {
    padding-left: 10px;
    padding-right: 10px;
  }

  .no-margin-horizontal-wrapper {
    flex-direction: column-reverse;
  }

  .list {
    padding-left: 15px;
  }

  .vog-voor-particulieren-en-bedrijven {
    padding-left: 10px;
    padding-right: 10px;
  }

  .horizontal {
    flex-direction: column;
  }

  .portal-grid {
    grid-template: "Area-2" "." "." "."/1fr;
  }

  .html-embed.portalnav:hover {
    color: var(--dodger-blue);
  }

  .company {
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 3fr 2fr 1fr;
  }

  .image-3 {
    max-height: 70vh;
    max-width: 70vw;
  }

  .portal-beheer, .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .portal-wrapper {
    margin-left: 0;
  }

  .portal-wrapper.eerste-aanvraag {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-5 {
    width: 100vw;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 20px;
  }

  .nav-portal {
    z-index: 5;
    flex-direction: row;
    justify-content: space-around;
    display: flex;
    position: relative;
  }

  .info-pop-up {
    max-width: 90vw;
  }

  .menu-button-2, .icon, .icon-2, .menu-button-hibbem {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.7em;
  }

  h6 {
    line-height: 19px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .button {
    padding: 10px 15px;
    font-size: 0.8em;
  }

  .logo-link img.logo-image {
    display: none;
  }

  .logo-link img.logo-shield {
    display: block;
    width: 35%;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .intro-wrap {
    flex-direction: column-reverse;
  }

  .contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .half {
    width: 100%;
  }

  .half._40 {
    width: 100%;
    padding-right: 0;
  }

  .half.centered-content-wrapper.organisatie {
    margin-left: 0;
  }

  .opening-animation {
    width: 100%;
    justify-content: center;
    align-self: center;
  }

  .particulieren-en-bedrijven {
    flex-direction: column;
    margin-bottom: 70px;
  }

  .headline-and-bttn-wrapper {
    max-width: 100%;
  }

  .vog-aanvragen {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials1_arrow.right.articles, .testimonials1_arrow.articles {
    bottom: -15%;
  }

  .block-profile-img {
    width: 100px;
    height: auto;
    margin-right: 10px;
  }

  .testimonials1_client-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icone-plateform-review {
    width: 30px;
    position: static;
  }

  .carrousel_slide {
    width: 90%;
    margin-right: 0.65rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials1_client-line {
    display: none;
  }

  .carrousel_content {
    padding: 1.25rem;
  }

  .faq.container-lots-of-margin {
    padding-left: 10px;
    padding-right: 10px;
  }

  .horizontal-wrapper {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .smaller-row-wrapper {
    width: auto;
  }

  .smaller-row-wrapper.eerste-aanvraag {
    margin-left: 0;
    margin-right: 0;
  }

  .text-hilight-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo {
    width: auto;
    height: 20%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .copyright-horizontal-wrapper {
    flex-direction: column;
  }

  .article-image.overzicht {
    max-height: 30vh;
  }

  .image-with-padding {
    padding: 10px 0;
  }

  .artikelen-overzicht {
    grid-template-columns: 1fr;
  }

  .logo-organisatie {
    width: 80%;
  }

  .heading-sub {
    font-size: 2.5em;
  }

  .trustpilot, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
    display: none;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vog-voor-particulieren-en-bedrijven {
    flex-direction: column;
    display: none;
  }

  .over-ons, .hoe-het-werkt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 2em;
  }

  .horizontal-fields, .edit-or-delete {
    flex-direction: column;
  }

  .url {
    font-size: 12px;
    line-height: 17px;
  }

  .company {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
  }

  .heading-6 {
    font-size: 1.7em;
  }

  .portal-wrapper.eerste-aanvraag {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-portal {
    margin-top: 7px;
  }
}
#w-node-_95f99b24-02dc-4cce-9829-b6cfe6802d4c-e6802d47, #w-node-_95f99b24-02dc-4cce-9829-b6cfe6802d51-e6802d47, #w-node-_95f99b24-02dc-4cce-9829-b6cfe6802d53-e6802d47, #w-node-_95f99b24-02dc-4cce-9829-b6cfe6802d58-e6802d47, #w-node-_95f99b24-02dc-4cce-9829-b6cfe6802d61-e6802d47, #w-node-_95f99b24-02dc-4cce-9829-b6cfe6802d6a-e6802d47, #w-node-_95f99b24-02dc-4cce-9829-b6cfe6802d71-e6802d47 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-f8a0123b-dd00-4a08-24b6-77c472f025ac-52f56773, #w-node-_956d4c78-ba19-cd3e-b449-004bcec09675-52f56773 {
  grid-area: 1/1/2/3;
}

#w-node-_08ebfd67-1932-7109-7cd4-b688780426c0-52f56774, #w-node-b65586dd-104b-37ba-8131-e91dcbabaf9b-52f56774, #w-node-f0f5b92d-9a77-8a45-a35b-d588807d60cc-52f56774, #w-node-ce1807d2-69c3-2442-56e1-736611f55b8d-52f56774, #w-node-ce1807d2-69c3-2442-56e1-736611f55b98-52f56774, #w-node-ce1807d2-69c3-2442-56e1-736611f55b9f-52f56774 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-f8a0123b-dd00-4a08-24b6-77c472f025ac-52f56774, #w-node-_7ad5792c-186c-d478-34b4-5a495226dc0e-52f56774, #w-node-ac6d4102-a3ce-0da2-f89c-78c898025f16-52f56774, #w-node-f7e38fb6-2d57-2b65-1177-44273e152e1d-52f56776, #w-node-f7e38fb6-2d57-2b65-1177-44273e152e52-52f56776, #w-node-f7e38fb6-2d57-2b65-1177-44273e152ec3-52f56776, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf60-52f5677e, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf95-52f5677e, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeb006-52f5677e, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf60-52f5677f, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf95-52f5677f, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeb006-52f5677f, #w-node-ac75edf7-4ac0-eee7-7fcc-6a4bc0ddce79-52f56783, #w-node-f8a0123b-dd00-4a08-24b6-77c472f025ac-52f56783 {
  grid-area: 1/1/2/3;
}

#w-node-ab48a6bc-2070-819b-daaa-4db743a38bba-6b93fd01 {
  grid-area: 1/1/2/2;
}

#w-node-_9cb381b3-c0ee-afbf-49fa-09dd30edea15-6b93fd01 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_891ec2bd-ab01-8915-5cbf-5f986b93fd08-6b93fd01 {
  grid-area: 2/2/3/3;
}

#w-node-_891ec2bd-ab01-8915-5cbf-5f986b93fd17-6b93fd01, #w-node-_891ec2bd-ab01-8915-5cbf-5f986b93fd22-6b93fd01, #w-node-_891ec2bd-ab01-8915-5cbf-5f986b93fd31-6b93fd01 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_891ec2bd-ab01-8915-5cbf-5f986b93fd35-6b93fd01 {
  grid-area: 2/1/3/2;
}

#w-node-_4d613f1f-2001-922a-f50c-e235b41b65eb-52f56786 {
  grid-area: 1/1/2/2;
}

#w-node-_0f72cfdb-7dc9-a4e0-8441-357648d69ac3-52f56786 {
  grid-area: 3/1/4/2;
}

#w-node-da8abe38-9619-156d-4ca9-fa1bc0462a7b-52f56786 {
  grid-area: 3/2/4/3;
}

#w-node-d77d7253-1db1-da56-8507-68cddf8ea35c-52f56786 {
  grid-area: 1/2/2/3;
}

#w-node-d77d7253-1db1-da56-8507-68cddf8ea36b-52f56786, #w-node-d77d7253-1db1-da56-8507-68cddf8ea376-52f56786, #w-node-d77d7253-1db1-da56-8507-68cddf8ea385-52f56786 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-d77d7253-1db1-da56-8507-68cddf8ea389-52f56786 {
  grid-area: 1/1/2/2;
}

#w-node-fc140e14-60eb-be2c-abf4-9cfacd3a4f4c-52f5679a, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf60-7b3592ea, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf95-7b3592ea, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeb006-7b3592ea {
  grid-area: 1/1/2/3;
}

@media screen and (max-width: 991px) {
  #w-node-_9cb381b3-c0ee-afbf-49fa-09dd30edea08-6b93fd01 {
    grid-area: 2/1/3/2;
  }

  #w-node-_891ec2bd-ab01-8915-5cbf-5f986b93fd08-6b93fd01 {
    grid-area: 3/1/4/2;
  }

  #w-node-_891ec2bd-ab01-8915-5cbf-5f986b93fd35-6b93fd01 {
    grid-area: 4/1/5/2;
  }

  #w-node-d77d7253-1db1-da56-8507-68cddf8ea35c-52f56786 {
    grid-area: 1/1/2/2;
  }

  #w-node-d77d7253-1db1-da56-8507-68cddf8ea389-52f56786 {
    grid-row-start: 2;
  }
}
@media screen and (max-width: 767px) {
  #w-node-f8a0123b-dd00-4a08-24b6-77c472f025ac-52f56773, #w-node-_956d4c78-ba19-cd3e-b449-004bcec09675-52f56773, #w-node-f8a0123b-dd00-4a08-24b6-77c472f025ac-52f56774, #w-node-_7ad5792c-186c-d478-34b4-5a495226dc0e-52f56774, #w-node-ac6d4102-a3ce-0da2-f89c-78c898025f16-52f56774, #w-node-f7e38fb6-2d57-2b65-1177-44273e152e1d-52f56776, #w-node-f7e38fb6-2d57-2b65-1177-44273e152e52-52f56776, #w-node-f7e38fb6-2d57-2b65-1177-44273e152ec3-52f56776, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf60-52f5677e, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf95-52f5677e, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeb006-52f5677e, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf60-52f5677f, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf95-52f5677f, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeb006-52f5677f, #w-node-ac75edf7-4ac0-eee7-7fcc-6a4bc0ddce79-52f56783, #w-node-f8a0123b-dd00-4a08-24b6-77c472f025ac-52f56783 {
    grid-area: 1/1/2/2;
  }

  #w-node-ab48a6bc-2070-819b-daaa-4db743a38bba-6b93fd01 {
    grid-row: 1/2;
  }

  #w-node-_891ec2bd-ab01-8915-5cbf-5f986b93fd08-6b93fd01 {
    grid-area: 3/1/4/2;
  }

  #w-node-_891ec2bd-ab01-8915-5cbf-5f986b93fd35-6b93fd01 {
    grid-area: 4/1/5/2;
  }

  #w-node-d77d7253-1db1-da56-8507-68cddf8ea35c-52f56786 {
    grid-area: 2/1/3/2;
  }

  #w-node-d77d7253-1db1-da56-8507-68cddf8ea389-52f56786, #w-node-fc140e14-60eb-be2c-abf4-9cfacd3a4f4c-52f5679a, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf60-7b3592ea, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeaf95-7b3592ea, #w-node-e285844c-ac20-58bf-d0dd-b2e59dfeb006-7b3592ea {
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_891ec2bd-ab01-8915-5cbf-5f986b93fd35-6b93fd01 {
    grid-row-end: 5;
  }

  #w-node-d77d7253-1db1-da56-8507-68cddf8ea389-52f56786 {
    grid-row-end: 2;
  }
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraBold.ttf") format("truetype"), url("../fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Barlow-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.alert {
  padding: 20px;
  border: 1px solid grey;
  border-radius: 10px;
}
.alert li {
  color: black;
}

.alert-warning {
  background-color: var(--alert-warning);
}

.alert-success {
  background-color: var(--alert-success);
}

.sameline {
  display: inline-block;
  margin-left: 5px;
}

ul .suggestions {
  position: absolute;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  z-index: 9999;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul .suggestions li .suggestion-item {
  padding: 8px;
  cursor: pointer;
}
ul .suggestions li .suggestion-item:hover {
  background-color: #f0f0f0;
}
ul .suggestions li .suggestion-title {
  font-weight: bold;
}
ul .suggestions li .suggestion-url {
  font-size: 0.9em;
  color: #555;
}

.row-link {
  cursor: pointer;
}
.row-link :hover {
  text-decoration: underline;
}

.frm-done {
  border-radius: 5px;
  background-color: #76a976;
  border: 1px solid #4e6e4e;
  padding: 20px;
  margin: 10px 0;
  display: none;
}

.frm-fail {
  border-radius: 5px;
  background-color: #cc9494;
  border: 1px solid #ff0000;
  padding: 20px;
  margin: 10px 0;
  display: none;
}

summary {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
  outline: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
}

details {
  border-bottom: 1px solid #d0e3d4;
}

details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}

details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

/*# sourceMappingURL=vog.css.map */
