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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;.
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.codoolink {
  color: #ef5b0c;
}
.codoolink:hover {
  color: white;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.popupholder {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.popupcontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  width: 75vw;
  height: 75vh;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.gridpopup {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.closebutton {
  cursor: pointer;
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #ef5b0c;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.contain-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contain-center.in-navbar {
  padding-right: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contain-center.keepsame {
  width: 850px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003865;
  font-family: Kanit, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.body.white {
  display: block;
  background-color: #f3f3f3;
  color: #003865;
  font-weight: 200;
}

.body.for-2-columns {
  background-color: #f3f3f3;
  color: #003865;
}

.body.black-blue {
  display: block;
  padding-bottom: 100px;
  background-color: #003865;
}

.spacer {
  height: 10px;
}

.code-embed-forms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.updatebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-top: 20px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #141414;
}

.updatebox.white {
  margin-top: 0px;
  margin-bottom: 20px;
  border-color: #dbdbdb;
  background-color: #fff;
}

.iconbox {
  margin-right: 10px;
}

.text-field {
  height: 100%;
  border: 1px none #000;
  border-radius: 9px;
  background-color: transparent;
  color: #000;
}

.button {
  width: 300px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #ef5b0c;
  font-size: 16px;
  font-weight: 400;
}

.button.fullwidth {
  width: 100%;
}

.margin-up {
  margin-top: 20px;
}

.margin-up-40 {
  margin-top: 40px;
}

.margin-down {
  margin-bottom: 20px;
}

.margin-down-40 {
  margin-bottom: 40px;
}

.navbar {
  width: 100vw;
  margin-top: 10px;
  margin-bottom: 60px;
  background-color: transparent;
}

.hackform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.hackform.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-text {
  margin-bottom: 80px;
  font-size: 46px;
  line-height: 52px;
  font-weight: 600;
  text-transform: none;
}

.heading-text.left-text.inline {
  display: inline;
}

.div-to-center-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.field-label {
  padding-left: 10px;
}

.full-google-maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: underline;
}

.full-google-maps:hover {
  font-weight: 600;
}

.copyright-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003865;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.copyright-div.solo {
  position: static;
  margin-top: 0px;
}

.link {
  color: #fff;
}

.link.blue {
  color: #003865;
}

.contain-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #003865;
  color: #fff;
  text-align: left;
}

.part-of-footer {
  width: 30vw;
  padding: 20px 60px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns.on-profilepage {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns.margin-up-40 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image {
  margin-top: 20px;
  padding-left: 40px;
}

.text-for-updatebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.form-block-70 {
  width: 70%;
  max-width: 450px;
}

._50-paragraph {
  width: 50%;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(#000)), url('../images/pexels-yury-kim-585419.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), #000), url('../images/pexels-yury-kim-585419.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
}

.section-hero.vakman {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(#000)), url('../images/vakman-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), #000), url('../images/vakman-hero.jpg');
  background-position: 0px 0px, 50% 0%;
}

.section-black-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#003865));
  background-image: linear-gradient(180deg, #000, #003865);
  color: #fff;
}

.section-black-blue.controlepaneel {
  min-height: 100vh;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100px;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.navbar-2.blue {
  position: static;
  height: auto;
  min-height: 110px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background-color: #003865;
}

.knop {
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.knop:hover {
  border-color: #fff;
  background-color: #003865;
  color: #fff;
  font-weight: 500;
}

.knop.coloured {
  border-style: none;
  background-color: rgba(239, 91, 12, 0.8);
}

.knop.coloured:hover {
  background-color: #ef5b0c;
}

.knop.coloured.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.knop.coloured.margin-up.nomargsides {
  margin-right: 0px;
  margin-left: 0px;
}

.knop.smaller {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
}

.knop.smaller:hover {
  background-color: #ef5b0c;
}

.knop.smaller.onwhite {
  border-width: 1px;
  border-color: #003865;
  color: #003865;
}

.knop.smaller.onwhite:hover {
  border-color: #ef5b0c;
  color: #fff;
}

.knop.invisiblephone {
  z-index: 4;
}

.knop.invisiblephone.w--current {
  display: none;
}

.knop.visiblephone {
  display: none;
}

.knop.margin-10px {
  margin-bottom: 10px;
}

.heading-1 {
  font-weight: 600;
}

.heading-1.small {
  width: 85%;
  max-width: 800px;
}

.heading-1.small.margin-down-40.left-text-on-pc-and-ipad {
  text-align: left;
}

.heading-1.no-margin {
  margin-top: 0px;
}

.grid {
  width: 100%;
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.heading-2.dashboardlower {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.heading-2.stats {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.left-text {
  text-align: left;
}

.left-text._85 {
  width: 85%;
}

.left-text.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.extremelong {
  height: 10000px;
}

.section.minheight {
  height: 75vh;
}

.section.relative-on-phones {
  min-height: 0px;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.item-categorie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #003865;
}

.item-categorie:hover {
  background-color: #ef5b0c;
}

.button-in-categorie {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
}

.link-in-categorie {
  height: 90%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.arrow-icon {
  position: absolute;
  left: auto;
  top: 35%;
  right: 10px;
  bottom: 0%;
}

.link-in-footer {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: underline;
}

.heading-twee {
  margin-bottom: 60px;
}

.heading-twee.profilepage {
  margin-top: 60px;
  margin-bottom: 40px;
}

.heading-twee.inside-column-profilepa {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: right;
}

.heading-twee.different {
  margin-bottom: 40px;
  font-size: 22px;
}

.icon-characteristics {
  margin-left: 10px;
}

.heading-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: none;
}

.div-for-vakman {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  margin-bottom: 20px;
  padding: 10px 0px 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #003865;
  border-radius: 20px;
  background-color: #fff;
  color: #003865;
}

.div-inside-vakman-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-inside-vakman-item.buttons {
  width: 48%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  font-weight: 500;
}

.grey-text {
  text-transform: uppercase;
}

.grey-text.left-text {
  color: #6c6c6c;
  text-transform: uppercase;
}

.form-blue {
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  background-color: #003865;
  color: #fff;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 56, 101, 0.2);
  border-radius: 10px;
}

.checkbox.w--redirected-checked {
  border-color: rgba(0, 56, 101, 0.2);
  background-color: rgba(0, 56, 101, 0.2);
  background-image: none;
}

.logocenter {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo {
  width: 300px;
}

.logo-vakman-small {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50px;
}

.controlepaneel-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.controlepaneel-titel {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 40px;
  font-size: 28px;
  text-transform: uppercase;
}

.tabs-100 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.tab-link-controlepaneel {
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 60px;
  border-radius: 20px;
  background-color: #d8d8d8;
  color: #003865;
  font-weight: 500;
}

.tab-link-controlepaneel:hover {
  background-color: #fff;
}

.tab-link-controlepaneel.w--current {
  background-color: transparent;
  color: #fff;
}

.tabs-menu {
  margin-top: 40px;
  margin-bottom: 100px;
}

.header-tables-controlepaneel {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}

.header-tables-controlepaneel.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.columns-2 {
  width: 100vw;
}

.blue-column {
  min-height: 100vh;
  padding: 40px 60px;
  background-color: #003865;
  color: #fff;
}

.blue-column.white {
  background-color: #f3f3f3;
  color: #003865;
}

.white-column {
  min-height: 100vh;
  background-color: #f3f3f3;
  color: #003865;
}

.delete-embed {
  width: 30px;
  margin-top: 5px;
  color: #fff;
  cursor: pointer;
}

.delete-embed:hover {
  color: #ef3434;
}

.column-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.column-centered.betaald {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.filler-div {
  width: 1px;
  height: 1px;
}

.add-button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-bottom: 40px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #f3f3f3;
  border-radius: 20px;
  background-color: #f3f3f3;
  color: #003865;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.add-button:hover {
  background-color: #fff;
}

.add-button.onwhite {
  border-style: solid;
  border-color: #003865;
}

.plus-icon {
  position: static;
  left: 5px;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 20px;
}

.form-block-65 {
  width: 50%;
}

.form-block-65.startinv {
  display: none;
  width: 65%;
}

.section-hero-categorie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-blue {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #003865;
}

.div-for-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.picture-of-category-on-page {
  width: 250px;
  height: 250px;
  border-radius: 300px;
  background-color: #003865;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-left-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.togglebutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9e9e9;
  text-decoration: none;
}

.togglebuttongreen {
  position: absolute;
  width: 100px;
  height: 40px;
  border-radius: 50px;
  background-color: #50e461;
  opacity: 0;
}

.buttontoggle {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 100%;
  background-color: #fff;
}

.buttontext-off {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-transform: uppercase;
}

.menu-button {
  display: inline;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.menu-button.w--open {
  display: block;
  padding: 0px;
  background-color: #003865;
}

.nav-menu {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  margin-top: 0px;
  margin-right: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003865;
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
}

.lottie-animation {
  width: 50px;
  height: 50px;
}

.hamburger-lottie {
  position: absolute;
  left: auto;
  top: 17.5px;
  right: 12vw;
  bottom: auto;
  z-index: 13;
  width: 70px;
  height: 70px;
}

.eigen-nav-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  overflow: scroll;
  width: 30vw;
  height: 100vh;
  padding: 100px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  background-color: #003865;
  color: #fff;
}

.link-in-nav {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 40px 10px 10px;
  color: #fff;
  text-align: left;
}

.spacer-60px {
  height: 60px;
}

.form-block-100 {
  width: 100%;
}

.filter-block {
  width: 300px;
}

.filter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.margin-right {
  margin-right: 10px;
}

.loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 15;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003865;
  color: #fffcfc;
}

.image-2 {
  width: 200px;
  margin-right: 20px;
}

.text-block-2 {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

.lottie-animation-2 {
  height: 200px;
}

.clicker {
  display: none;
}

.kortntfound {
  display: none;
  width: 50%;
  margin-bottom: 40px;
  padding: 10px;
  background-color: #febaba;
  color: #000;
}

.grid-extra-voordelen {
  width: 100%;
  max-width: 800px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-drie {
  font-size: 18px;
  line-height: 24px;
}

.extravoordeel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding: 0px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 56, 101, 0.7)), to(rgba(0, 56, 101, 0.7))), url('../images/laptop-g6cdab02a8_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 56, 101, 0.7), rgba(0, 56, 101, 0.7)), url('../images/laptop-g6cdab02a8_1280.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
}

.extravoordeel.boekhouding {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 56, 101, 0.7)), to(rgba(0, 56, 101, 0.7))), url('../images/finance-g16ee3ed86_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 56, 101, 0.7), rgba(0, 56, 101, 0.7)), url('../images/finance-g16ee3ed86_1280.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.tabs-menu-choice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-link-choice {
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #6c6c6c;
  border-radius: 20px;
  background-color: #fff;
}

.tab-link-choice.w--current {
  background-color: #003865;
  color: #fff;
}

.div-for-steps {
  width: 400px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fff;
}

.div-for-steps-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  min-height: 100px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numberstep {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  font-family: 'PT Sans', sans-serif;
  color: #ef5b0c;
  font-size: 70px;
  line-height: 90px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-weight: 700;
  text-align: left;
}

.text-left {
  text-align: left;
}

.tabs-content-100 {
  width: 100%;
}

.grid-2 {
  width: 100%;
  margin-top: 60px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.name-profilepage {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
}

.tab-link-dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  color: #003865;
  font-weight: 400;
}

.tab-link-dashboard:hover {
  background-color: #003865;
  color: #fff;
}

.tab-link-dashboard.w--current {
  background-color: #003865;
  color: #fff;
}

.tab-link-dashboard.new {
  width: 80%;
  max-width: 600px;
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.tab-link-dashboard.new:hover {
  border: 2px solid transparent;
  background-color: #fff;
  color: #ef5b0c;
}

.tab-link-dashboard.new.w--current:hover {
  background-color: #003865;
  color: #fff;
}

.tabs-menu-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.html-icon-dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.html-icon-dashboard.tag {
  padding-bottom: 0px;
}

.div-for-checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 5px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: none;
  border-width: 1px;
  border-color: #003865;
  border-radius: 10px;
  cursor: pointer;
}

.kortntfound2 {
  display: none;
  width: 50%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #febaba;
  color: #000;
}

.checkbox-small {
  border-width: 2px;
}

.checkbox-small.w--redirected-checked {
  border-color: #ef5b0c;
  background-color: #ef5b0c;
  background-image: url('../images/whitecheckmark.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.columns-street-number {
  width: 100%;
}

.column-4 {
  padding-right: 10px;
  padding-left: 0px;
  text-align: left;
}

.column-5 {
  padding-right: 0px;
  text-align: left;
}

.maxaantal {
  display: none;
  width: 50%;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #febaba;
}

.checkbox-label {
  display: block;
  text-align: left;
}

.invisible-textfield {
  display: none;
}

.empty-state {
  background-color: transparent;
}

.grid-profile {
  width: 600px;
  max-width: 90vw;
  margin-bottom: 40px;
}

.div-horizontal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.betaald-inactive {
  width: 25px;
  height: 35px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 40px;
  background-color: transparent;
  background-image: url('../images/cross-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.betaald-inactive:hover {
  border-color: #187a04;
  background-color: #187a04;
  background-image: url('../images/whitecheckmark.svg');
}

.form-block-no-margins {
  margin-bottom: 0px;
}

.succes-message-empty {
  background-color: transparent;
}

.reset {
  margin-bottom: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #003865;
  border-radius: 10px;
  background-color: transparent;
  color: #003865;
  font-weight: 400;
  text-decoration: underline;
}

.phonetilted {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.column-6 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tab-menu-dashboard {
  position: fixed;
  left: 0%;
  top: 0px;
  right: auto;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 30vw;
  height: 95vh;
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #bebebe;
}

.text-dashboard-link {
  position: absolute;
  left: 80px;
}

.tabs-dashboard {
  position: static;
  width: 100vw;
}

.top-of-the-dashboard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-of-the-dashboard.controlepaneel {
  height: 100px;
  padding-left: 30vw;
}

.logo-in-dashboard {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #6c6c6c;
}

.line-under-logo {
  position: absolute;
  left: 10%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 0px;
  border-radius: 20px;
  background-color: #bebebe;
}

.line-under-logo.abovelogout {
  left: 10%;
  top: 0%;
  right: 10%;
  bottom: auto;
}

.log-out-holder-dashboard {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-log-out {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003865;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.button-log-out:hover {
  font-weight: 500;
}

.tabs-content-dashboard {
  top: 0px;
  margin-right: 60px;
  margin-left: 30vw;
  padding: 0px 20px 140px 60px;
}

.tabs-content-dashboard.controlepaneel {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.line-between-parts-in-dashboard {
  position: fixed;
  left: 30vw;
  top: 2.5vh;
  bottom: 2.5vh;
  width: 0px;
  height: 95vh;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #bebebe;
}

.holder-dashboard-top-text {
  margin-left: 30vw;
  padding-left: 60px;
}

.logo-dashboard {
  position: absolute;
  left: auto;
  top: 25px;
  right: 0px;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.holder-title-dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #bebebe;
  font-size: 25px;
  text-align: left;
}

.holder-title-dashboard.withoutline {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.form-aanpassen-dashboard {
  padding-right: 0px;
  text-align: left;
}

.label-dashboard {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
}

.save-button-dashboard {
  background-color: #003865;
  font-size: 14px;
  line-height: 20px;
}

.save-button-dashboard:hover {
  font-weight: 300;
}

.save-button-dashboard.aanpassen {
  display: none;
}

.save-button-dashboard.button-add {
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
}

.radio-text-dashboard {
  font-size: 14px;
  font-weight: 200;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-dashboard {
  margin-right: 10px;
}

.radio-button-dashboard.w--redirected-checked {
  border-color: #ef5b0c;
}

.holder-heading-and-dropdownup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.dropdown {
  margin-right: 10px;
}

.top-of-the-pane-dashboard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grids-dashboards {
  width: 80%;
  justify-items: start;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  text-align: left;
}

.stats-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 200px;
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding: 0px 10px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-image: url('../images/background-stats-3.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.stats-number {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  font-size: 75px;
  line-height: 75px;
  font-weight: 500;
}

.holder-statistieken {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contractbepaling-dashboard {
  display: block;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-align: left;
}

.inline-text {
  display: inline;
}

.logo-profilepage {
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
}

.holder-profileinfo-and-logo {
  width: 100%;
  text-align: left;
}

.opningsuren {
  text-align: right;
}

.grid-3 {
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.holder-contacticon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #003865;
}

.centered-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.openingsuren {
  line-height: 30px;
}

.holder-offerte-aanvragen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.basic-button {
  margin-right: 40px;
  padding: 0px;
  background-color: transparent;
  color: #003865;
  text-decoration: underline;
}

.mijnvakman-logo-dasdhboard {
  width: 200px;
}

.table-holder-controlepaneel {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #003865;
  border-radius: 10px;
  background-color: #fff;
}

.html-embed-100 {
  width: 100%;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
}

.pop-up-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.hack38form {
  text-align: left;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.invoegen-variabelen-mail-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.variabele {
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #003865;
  border-radius: 10px;
  background-color: transparent;
  color: #003865;
  font-size: 14px;
  line-height: 20px;
}

.small-text {
  font-size: 14px;
}

.div-logo-and-name-inside-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wave-profilepage {
  display: none;
}

.ondertitel-dashboard {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 100;
  text-align: left;
  text-transform: uppercase;
}

.back-to-top {
  display: none;
}

.thin-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
}

.paid {
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 5px;
  background-color: #187a04;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.paid.not {
  background-color: #d82215;
}

.link-in-footer.w-inline-block:hover {
  color: #ef5b0c;
}

@media screen and (max-width: 991px) {
  .contain-center {
    width: 90vw;
  }

  .contain-center.keepsame {
    width: 90vw;
  }

  .full-google-maps {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    font-size: 12px;
  }

  .part-of-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column {
    display: none;
  }

  .knop.invisiblephone {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo {
    width: 250px;
  }

  .picture-of-category-on-page {
    width: 200px;
    height: 200px;
  }

  .nav-menu {
    width: 50vw;
  }

  .hamburger-lottie {
    right: 20px;
  }

  .eigen-nav-menu {
    display: none;
    width: 50vw;
  }

  .tab-link-dashboard.new {
    font-size: 12px;
  }

  .text-dashboard-link {
    left: 60px;
  }

  .tabs-content-dashboard {
    margin-right: 40px;
    padding-left: 20px;
  }

  .mijnvakman-logo-dasdhboard {
    width: 175px;
  }

  .html-embed-100 {
    overflow: hidden;
  }

  .pop-up-button {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contain-center {
    width: 95vw;
  }

  .contain-center.profilepage {
    width: 100vw;
  }
  
  .popupholder {
  padding-top: 15vh;
}

.popupcontent {
  width: 100vw;
  height: 75vh;
}
  
.grey-text.left-text {
    text-align: center;
}

  .full-google-maps {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright-div {
    text-align: center;
  }
  
  .logo-vakman-small {
  margin-right: 0px;
}

  .contain-footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .part-of-footer {
    width: 45%;
    padding: 10px 20px;
  }

  .part-of-footer.derde {
    width: 100%;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-hero {
    padding-top: 140px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: 0px 0px, 50% 0%;
  }

  .section-hero.vakman {
    padding-top: 140px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .knop.invisiblephone {
    display: none;
  }

  .knop.visiblephone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-1.small.margin-down-40 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-1.small.margin-down-40.left-text.centered-on-phone {
    width: auto;
    text-align: center;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .flex-vertical.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-text._85.margin-down-40.centered-on-phone {
    width: auto;
    text-align: center;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-for-vakman {
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-inside-vakman-item {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-inside-vakman-item.buttons {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .controlepaneel-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .controlepaneel-titel {
    margin-left: 0px;
  }

  .tab-link-controlepaneel {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link-controlepaneel.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }

  .picture-of-category-on-page {
    width: 100%;
    height: 300px;
    margin-top: 60px;
    border-radius: 0px;
  }

  .column-left-aligned {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    width: 100vw;
  }

  .eigen-nav-menu {
    position: absolute;
    width: 100vw;
    border-left-style: none;
  }

  .kortntfound {
    width: 100%;
  }

  .grid-extra-voordelen {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .name-profilepage {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
  }

  .kortntfound2 {
    width: 100%;
  }

  .column-4 {
    padding-right: 0px;
    text-align: left;
  }

  .column-5 {
    padding-left: 0px;
  }

  .maxaantal {
    width: 100%;
  }

  .phonetilted {
    text-align: left;
  }

  .tab-menu-dashboard {
    position: static;
    width: 100vw;
    height: auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .text-dashboard-link {
    position: static;
    margin-left: 20px;
  }

  .top-of-the-dashboard {
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-of-the-dashboard.controlepaneel {
    height: 150px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-in-dashboard {
    position: static;
    width: 300px;
  }

  .log-out-holder-dashboard {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100vw;
  }

  .button-log-out {
    width: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs-content-dashboard {
    margin-right: 0px;
    margin-left: 0vw;
    padding-left: 20px;
  }

  .logo-dashboard {
    position: fixed;
    right: 20px;
  }

  .top-of-the-pane-dashboard {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stats-holder {
    margin-right: 20px;
    margin-left: 20px;
  }

  .holder-statistieken {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contractbepaling-dashboard {
    text-align: center;
  }

  .logo-profilepage {
    position: static;
    width: 100vw;
    margin-top: -60px;
    margin-bottom: 0px;
    margin-left: 0vw;
    float: none;
  }

  .holder-profileinfo-and-logo {
    position: static;
  }

  .basic-button {
    margin-right: 0px;
  }

  .mijnvakman-logo-dasdhboard {
    width: 200px;
  }

  .mijnvakman-logo-dasdhboard.controlepaneel {
    margin-bottom: 20px;
  }

  .holder-text-profilepage {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    background-color: #f3f3f3;
  }

  .wave-profilepage {
    display: block;
    margin-top: -50px;
  }

  .ondertitel-dashboard {
    text-align: center;
  }

  .back-to-top {
    position: fixed;
    left: 10px;
    top: auto;
    right: auto;
    bottom: 10px;
    z-index: 100;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .contain-center {
    width: 90vw;
  }

  .contain-footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .part-of-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-block-70 {
    width: 100%;
  }

  ._50-paragraph.margin-up-40 {
    width: 100%;
  }

  .section-hero {
    background-position: 0px 0px, 50% 0%;
  }

  .knop.smaller {
    margin-top: 10px;
  }

  .heading-1.small.margin-down-40 {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }

  .left-text.centerphone {
    text-align: center;
  }

  .left-text.phonetilted {
    -webkit-transform: rotate(-91deg);
    -ms-transform: rotate(-91deg);
    transform: rotate(-91deg);
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-twee {
    font-size: 28px;
    line-height: 32px;
  }

  .div-inside-vakman-item.buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-blue {
    width: 100%;
    padding: 20px 10px;
  }

  .controlepaneel-titel {
    font-size: 28px;
    line-height: 34px;
  }

  .tabs-100 {
    overflow: scroll;
  }

  .header-tables-controlepaneel {
    overflow: visible;
  }

  .header-tables-controlepaneel.item {
    margin-bottom: 40px;
  }

  .form-block-65.startinv {
    width: 100%;
  }

  .column-left-aligned {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hamburger-lottie {
    right: 0px;
  }

  .image-2 {
    width: 100px;
    margin-left: 20px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .tabs-menu-choice {
    width: 90%;
  }

  .div-for-steps-2 {
    padding-left: 40px;
  }

  .numberstep {
    font-size: 55px;
  }

  .tabs-content-100 {
    width: auto;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .name-profilepage {
    text-align: left;
  }

  .phonetilted {
    -webkit-transform: translate3d(0px, 0px, -90px);
    transform: translate3d(0px, 0px, -90px);
    text-align: center;
  }

  .column-6 {
    -webkit-transform: translate3d(0px, 0px, -81px);
    transform: translate3d(0px, 0px, -81px);
  }

  .logo-in-dashboard {
    width: 200px;
    margin-right: 60px;
  }

  .logo-in-dashboard.controlepaneel {
    margin-right: 0px;
  }

  .holder-title-dashboard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .save-button-dashboard {
    margin-bottom: 10px;
  }

  .top-of-the-pane-dashboard {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .centered-column {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .html-embed-100 {
    overflow: visible;
  }
}

#w-node-_8a74afd8-abed-4ecb-c786-e536735b24c6-35aa7deb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa9e53a6-f642-f901-d597-b2e1faff6a09-35aa7deb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94e56f8b-8396-124f-9afb-8b6fb114ea41-b114ea3e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94e56f8b-8396-124f-9afb-8b6fb114ea47-b114ea3e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94e56f8b-8396-124f-9afb-8b6fb114ea4d-b114ea3e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4caef328-5f85-6603-8ce5-276e8059b04d-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15b623fc-29d1-231a-b5b7-3ebe5930c684-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_221fca40-4b64-078d-b492-044bc3e8dbdb-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_27cca3cf-8ffd-756c-d021-8781f0922cd8-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b1d5110-9350-37fa-1e27-bb394aa68916-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9c52e706-ce80-bfd7-2348-ab71142258bc-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ecef53d-3914-ea35-eb0b-214eec208d26-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb99a647-f378-6288-8e74-51a2c82a7ef8-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8c81c68f-08d4-b943-20e4-e04c030a6b9b-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7bda3945-02b6-b5aa-4326-55533d7b4a2a-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6f90ef2c-f7e3-6c07-18b6-64e1038aa369-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6f90ef2c-f7e3-6c07-18b6-64e1038aa36a-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1e0ac053-aa66-09bd-acd6-6daff5d2e4c8-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6abe42db-8d2c-4334-2da3-0e3a516a3886-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_681c471a-1f88-2f41-1e6d-3e6223e9eec9-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b742c776-bd3a-5be7-c308-305455c2756e-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_198948a9-50d5-ba93-beb7-808524c83e26-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_165c958b-0cba-2d11-98e6-f7977b58b8a3-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad7a724e-52b4-9a81-340e-63f5d6c2302c-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e7eb6ece-b891-c2de-7b6f-5615c7dee179-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_60c079b7-3807-bd92-53ac-b701152368b8-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_55b3d875-f54e-b32f-ce66-d81922cbe26e-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d7e0e9f-3dc3-f86d-40e5-e5c858004150-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_28ee4c65-cf14-4c10-c7db-2b778c5b8f5a-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d223eb72-2f76-4560-7868-6f9778bd8a84-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b1c93b5-0718-9ffd-d0f6-56e14e6f3b90-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b1c93b5-0718-9ffd-d0f6-56e14e6f3b91-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9ce2c3d5-78f9-5236-de93-994d4da642f7-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d2191e24-5a89-7863-4c6a-6f0aad27329a-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d2191e24-5a89-7863-4c6a-6f0aad27329b-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_967772b6-67ac-65f2-1a3c-b6116a18fcca-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f67a4cc7-1981-a69d-2385-6e51079e3205-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_67ba1b4a-e8f8-9fee-57d1-fecb948788b0-d5aa7df9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_364f1be5-d901-6d38-0bad-a6b1f4fa25cb-c1aa7dfb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1bbe7f89-c734-75fe-42bf-ca34aa984f8f-c1aa7dfb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9248a6d-c3b3-4ffd-1b3b-9dabfd382444-c1aa7dfb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_957fdd8d-d2c8-41e2-47a9-86d7c806e1b2-c1aa7dfb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e18c291-11cc-069e-a2a2-c673fd1f7907-c1aa7dfb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_88bd3c2c-d015-5ec2-9b7c-e109b2e3bf2a-c1aa7dfb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bdbd4e66-3540-3b88-018a-e7a96f59286a-89aa7dff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c762b63e-3386-b5bd-8b2f-6cab038207cc-89aa7dff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ac8250fd-a425-1fe4-e13a-f928ecef6f6d-89aa7dff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d2045de-cd03-1497-cebf-9ed82cbaa53a-89aa7dff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2962bb25-0bab-92f5-b14b-a63cfac8ee2c-89aa7dff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#email.w-node-_6f7a75b3-45a1-1531-2af4-236aebcf1064-89aa7dff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#telefoon.w-node-b57bf4d0-009e-6cb9-0e3d-43eb8692d431-89aa7dff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#website.w-node-_5394d27b-adea-9dfb-4276-197d4daf7793-89aa7dff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49107376-99f7-ed54-1107-55085ac4f3b3-cbefa106 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49107376-99f7-ed54-1107-55085ac4f3b5-cbefa106 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

