@font-face {
  font-family: Karla;
  src: url('../fonts/Karla/static/Karla-ExtraLight.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Karla;
  src: url('../fonts/Karla/static/Karla-Light.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Karla;
  src: url('../fonts/Karla/static/Karla-Regular.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Karla;
  src: url('../fonts/Karla/static/Karla-Medium.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Karla;
  src: url('../fonts/Karla/static/Karla-SemiBold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Karla;
  src: url('../fonts/Karla/static/Karla-Bold.ttf');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Quicksand;
  src: url('../fonts/Quicksand/static/Quicksand-Light.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Quicksand;
  src: url('../fonts/Quicksand/static/Quicksand-Regular.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Quicksand;
  src: url('../fonts/Quicksand/static/Quicksand-Medium.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Quicksand;
  src: url('../fonts/Quicksand/static/Quicksand-SemiBold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Quicksand;
  src: url('../fonts/Quicksand/static/Quicksand-Bold.ttf');
  font-weight: 800;
  font-style: normal;
}
.no-margin,
.no-margin-x,
.no-margin-left{
  margin-left: 0!important;
}
.no-margin,
.no-margin-x,
.no-margin-right{
  margin-right: 0!important;
}
.no-margin,
.no-margin-y,
.no-margin-top{
  margin-top: 0!important;
}
.no-margin,
.no-margin-y,
.no-margin-bottom{
  margin-bottom: 0!important;
}

.no-padding,
.no-padding-x,
.no-padding-left{
  padding-left: 0!important;
}
.no-padding,
.no-padding-x,
.no-padding-right{
  padding-right: 0!important;
}
.no-padding,
.no-padding-y,
.no-padding-top{
  padding-top: 0!important;
}
.no-padding,
.no-padding-y,
.no-padding-bottom{
  padding-bottom: 0!important;
}
.d-none{
  display: none!important;
}
.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-layout-grid._0 {
  grid-column-gap: 0;
}
.w-layout-grid._0 > div > *{
  padding-right: 32px;
  padding-left: 32px;
}
.w-layout-grid._0 :first-child h4,
.w-layout-grid._0 :first-child div{
  padding-left: 0px;
}
.w-layout-grid._0 :last-child h4,
.w-layout-grid._0 :last-child div{
  padding-right: 0px;
}

body {
  background-color: #e4f8f0;
  font-family: Karla, 'sans-serif';
  color: #001427;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;

}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 44px;
  font-weight: 800;
  font-family: Quicksand, 'sans-serif';
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 36px;
  font-weight: 800;
  font-family: Quicksand, 'sans-serif';
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 30px;
  font-weight: 800;
  font-family: Quicksand, 'sans-serif';
}
h3.multiple-rows{
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-family: Karla, 'sans serif';
}
a{
  text-decoration: none;
}
.text-18{
  font-size: 18px;
}
.text-27{
  font-size: 27px;
  line-height: 30px;
}
.website-wrapper {
  position: relative;
}

.basic-single-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.basic-3-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.basic-4-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 20px;
}

.overzicht-3-grid {
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 20px;
}
.overzicht-4-grid {
  -ms-grid-columns: 0.66fr 0.57fr 0.57fr 0.8fr;
  grid-template-columns: 0.66fr 0.57fr 0.57fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 20px;
}
.offerte-options-grid,
.basic-5-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 20px;
}

.top-bar-link-wrapper {
  margin-left: 8px;
  padding: 6px 12px;
  border-radius: 3px;
  text-decoration: none;
}

.relative-block {
  position: relative;
}

.top-bar {
  padding: 5px 16px;
  background-color: #f5f5f5;
  line-height: 18px;
}

.top-bar-link-text {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 4px;
  font-family: Karla;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

footer .top-bar-link-text {
  color: #ffffff;
}
.button-no-icon .top-bar-link-text{
  font-size: 14px;
  color: #ffffff;
}
.top-bar-link-icon {
  width: 17px;
  margin-right: 4px;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
}

.logo {
  /*width: 230px;*/
  margin: 0 auto;
}

.large-menu-grid {
  -ms-grid-columns:1fr 2fr 1fr;
  grid-template-columns:1fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-link-title {
  position: relative;
  top: 2px;
  z-index: 10;
  display: inline-block;
  padding: 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Poppins, sans-serif;
  color: #001427;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.nav-link-title:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}

.left-menu-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;
}

.brand-logo {
  position: absolute;
  margin-top: 0px;
  margin-right: 30px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-new {
  padding: 16px 16px;
  background-color: #fff;
}

.nav-link-block {
  margin-right: 10px;
  padding: 14px 20px 14px 0px;
  text-decoration: none;
}

.hero-img-block-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.offerte-description {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Quicksand';
  font-size: 17px;
  line-height: 24px;
  text-align: left;
  font-weight: 500;
}

.hero-image-block-overlay {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  -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: 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;
}
.hero-image-block-overlay._2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-wrapper {
  position: relative;
}

.icon {
  color: #a3a3a3;
}

.offerte-label {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Quicksand, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.hero-section {
  position: relative;
  padding-top: 0px;
  background-color: #f1f1f1;
}

.hero-title-copy {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-shadow: 0px 0px 10px #000000;
}

.offerte-usp-heading-copy {
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: Quicksand, sans-serif;
  color: #2c2c2c;
  font-size: 27px;
  line-height: 32px;
  font-weight: 800;
  text-align: left;
}

.placeholder-tekst {
  display: inline-block;
  color: #222222;
  font-size: 14px;
}

.hero-grid {
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.hero-image-block-overlay._2 .hero-grid{
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.offerte-new {
  position: relative;
  margin: 0 auto;
}

.service-heading {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  font-family: Quicksand, 'sans-serif';
  text-shadow: 0px 0px 10px #000000;

}

.placeholder-tekst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 44px;
  padding: 0px 12px 0px 16px;
  -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-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.offerte-block-stap{
  max-width: 490px;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -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: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.14);
}

.offerte-block-stap-1 {
  position: relative;
  z-index: 2;
}
.offerte-block-stap:not(.offerte-block-stap-1) {
  display: none;
  /*position: absolute;*/
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30;
}

.offerte-block-stap > * {
  margin-left: 40px!important;
  margin-right: 40px!important;
}
.small-hero-heading-wrapper {
  max-width: none;
  margin-top: 30px;
  text-align: center;
}


.top-menu-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.10);
}

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

.link-block {
  width: 100%;
}

.w-100{
  width: 100%;
}
.font-200{
  font-weight: 200;
}
.font-300{
  font-weight: 300;
}
.font-400{
  font-weight: 400;
}
.font-500{
  font-weight: 500;
}
.font-600{
  font-weight: 600;
}
.font-700{
  font-weight: 700;
}
.font-800{
  font-weight: 800;
}

.savings-grid{
  width: 100%;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 0;
  margin-left: 0!important;
  margin-right: 0;
  text-align: left;
  font-family: Quicksand, 'sans-serif';
}

.savings-grid div{
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 800!important;
  border-bottom: 1px solid #dddddd;
  padding-left: 40px;
  margin-left: 0;
}
.savings-grid div small{
  font-weight: 500!important;
}
.savings-grid div.final{
  border-bottom: none
}
.savings-grid div.even{
  background-color: #f8f8f8;
}

.mt-10{
  margin-top: 10px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.mr-10{
  margin-right: 10px;
}
.large-icon-button{
  position: relative;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  background-color: #09A77D;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease, visibility 0s;
}
.large-icon-button._2{
  white-space: nowrap;
}
.large-icon-button.green{
  background-color: #27ca7b;
}
.large-icon-button-text{
  font-family: Quicksand, sans-serif;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.large-icon-button .bg-icon{
  position: absolute;
  opacity: 20%;
  height: 80%;
  top: 10%;
  left: -15px;
}
.large-icon-button:hover{
  background: #153D35;
}
.justify-self-end {
  -ms-grid-column-align: end;
  justify-self: end;
}

.align-self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.error-input{
  border: 1px solid #c92727!important;
}
.offerte-options .offerte-icon{
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
}
.offerte-options.active .offerte-icon{
  border: 1px solid #222222;
}

.offerte-icon.number{
  padding: 20px 10px;
  font-family: Quicksand, 'sans-serif';
}
.offerte-options{
  text-align: center;
}
.offerte-options small{
  font-size: 11px;
  font-weight: 500;
}
.offerte-icon span{
  font-size: 26px;
  color: #09A77D;
  font-weight: 700;
}
.alert {
  font-family: Quicksand, 'sans-serif';
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
}

.alert-primary {
  color: #1472d1;
  background-color: #e0edfd;
  border-color: #afd6fd;
}
.alert-success {
  color: #004521;
  background-color: #e9fef5;
  border-color: #28c979;
}
.alert-light {
  color: #000000;
  background-color: #ffffff;
  border-color: #b7b7b7;
}
.v-align-middle {
  vertical-align: middle;
}
.small-spacing{
  letter-spacing: -1px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eeeeee;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #eeeeee;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #eeeeee;
}
.input-suffix {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 2em;
  height: 1em;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.full-content-section {
  position: relative;
  padding: 0 18px;
  background-color: #ffffff;
}
.large-content-section {
  position: relative;
  padding: 100px 18px;
  background-color: #e4f8f0;
}

.full-content-grid {
  -ms-grid-columns: 1.2fr 1.8fr;
  grid-template-columns: 1.2fr 1.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 75px;
}

.content-grid.final {
  margin-bottom: 0px;
}

.large-image-wrapper-cat {
  position: relative;
  overflow: visible;
  width: 100%;
  border-radius: 2px;
}
.double-grid {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
.triple-grid {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}


.center-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0.4;
  text-align: center;
}

.arrow-rotated {
  position: relative;
  top: 0px;
  width: 8px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.offerte-aanpassen-mini {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  cursor: pointer;
}
/*Footer css*/

.final-footer-link {
  display: inline-block;
  font-family: Karla, 'sans serif';
  color: hsla(0, 0%, 100%, 0.27);
  font-size: 11px;
  text-decoration: none;
}

.final-footer-link._2 {
  margin-left: 8px;
}

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

.footer-block-left._1 {
  position: relative;
  left: 45px;
}

.footer-link-title {
  display: inline-block;
  color: #fff;
  font-weight: 400;
}

.footer-link-wrapper-copy {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 10px 10px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.04);
  text-decoration: none;
  max-width: 224px;
}

.footer-link-wrapper-copy:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.footer-link {
  display: block;
  margin-top: 13px;
  font-family: Karla, 'sans serif';
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  color: #b80102;
}

.footer {
  position: relative;
  padding: 50px 18px 125px;
  background-color: #001427;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1300px;
  background-repeat: repeat, no-repeat;
}

.final-footer-divider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}
.footer-title {
  margin-bottom: 10px;
  font-family: Quicksand, 'sans-serif';
  color: #fff;
  font-size: 19px;
  font-weight: 800;
}

.footer-block {
  margin-right: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.footer-grid-new {
  -ms-grid-columns: 1fr 1fr 1fr 1.5fr;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.footer-link-block-copy {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  font-family: Karla, 'sans serif';
}

.openingstijden-block {
  margin-bottom: 4px;
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.justify-self-start{
  -ms-grid-column-align: start;
  justify-self: start;
}
.justify-self-end{
  -ms-grid-column-align: end;
  justify-self: end;
}

.usp-bar {
  padding: 20px 18px;
  background-color: #001427;
}

._2-col-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-section-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, 'sans-serif';
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}

.cta-description {
  color: #fff;
}

.usp-list {
  display: inline-block;
  margin-right: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 22px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* SPECIFICEREN*/

.relative-fixed-block-copy {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #153d35;
  box-shadow: 1px 7px 15px -6px rgba(0, 0, 0, 0.1);
}
.relative-fixed-block-copy .relative-block {
  padding-top: 10px;
  padding-bottom: 10px;
}
.relative-fixed-block-copy .logo{
  width: 105px;
  margin-top: 0;
}

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

.trip-grid-numbers {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}


.circle {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 22px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #32b85e;
  background-image: url('../images/Check-white.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.circle._2 {
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/Check-green.svg');
  background-position: 50% 50%;
  background-size: 11px;
}

.circle-wrap {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.behind-line {
  position: relative;
  width: 510px;
  height: 0px;
  margin-top: -35px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}
.behind-line.w25{
  border-image:   linear-gradient(to right, #32b85e 25%, #a3a3a3 25%) 1;
}
.behind-line.w50{
  border-image:   linear-gradient(to right, #32b85e 50%, #a3a3a3 50%) 1;
}
.behind-line.w75{
  border-image:   linear-gradient(to right, #32b85e 75%, #a3a3a3 75%) 1;
}
.behind-line.w100{
  border-image:   linear-gradient(to right, #32b85e 100%, #a3a3a3 100%) 1;
}

.large-content-section.offerte {
  padding-top: 18px;
  padding-bottom: 18px;
}

.usp-heading-wrapper-center {
  max-width: 590px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #0c0f21;
  text-align: center;
}
.section-heading-left {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
}
.mini-usp-heading-paragraph {
  color: #000;
  font-size: 17px;
}
.step-heading-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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;
}
.step-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  padding: 6px 11px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 64%, 0.24);
  font-size: 13px;
  font-weight: 500;
}
.select-heading-wrap {
  max-width: 610px;
  margin-left: 0px;
}
.step-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #2c2c2c;
  font-size: 26px;
  font-weight: 700;
}
.step-sub-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 700;
}
.step-mini-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 600;
}
.double-grid-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.align-self-start{
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.specificeren-grid {
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.specificeren-link{
  padding-bottom: 10px;
  background-color: #f8f8f8;
  border: 1px solid #d1d1d1;
  cursor: pointer;
  border-radius: 5px;
  align-self: start;
}
.specificeren-link .more-info-question{
  position: absolute;
  top: 10px;
  right: 15px;
}
.specificeren-link.selected {
  background-color: #27ca7b;
  border: 1px solid #27ca7b;
}
.specificeren-link.selected .flex-box{
  color:#ffffff;
  --animate-duration: 0.0s;
  --animate-delay: 0.0s;
  --animate-repeat: 1;
}
.plint-link,
.houtsoort-link {
  padding-bottom: 0px;
  text-align: center;
}

.plint-link.chosen,
.houtsoort-link.chosen {
  padding-bottom: 0px;
}

.houtsoort-image {
  width: 100%;
  height: 160px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -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;
}

.fake-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  -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: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.28);
  border-radius: 2px;
  background-color: #f5f5f5;
}

.fake-checkbox.check {
  border-color: #27c97a;
  background-color: rgba(39, 201, 122, 0.18);
}
.choose-icon {
  width: 30px;
}

.choose-icon.small {
  position: relative;
  left: 0px;
  top: 0px;
  width: 14px;
}

.center-mini-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
}

.center-mini-heading.chosen {
  color: #27c97a;
}
.large-offerte-block {
  margin-bottom: 0;
  padding: 30px 35px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 13px 13px 15px -14px rgba(0, 0, 0, 0.14);
}

.br-xs{
  display: none;
}
.text-center{
  text-align: center;
}
.border-right{
  border-right: 1px solid #cecece;
}

.ja-nee-wrapper {
  height: 44px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 84.7%, 0.34);
  border-radius: 3px;
  background-color: #f0f0f0;
}

.ja-nee-grid {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.ja-nee-grid label{
  width: 150px;
}

.grid-block-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-right: 1px solid rgba(0, 0, 0, 0.16);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.grid-block-small.highlight {
  border-right-style: none;
  background-color: #27c97a;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}

.grid-block-small._2 {
  border-right-style: none;
}

.extra-info-radio{
  display: none;
}

.footer-final-block {
  position: relative;
  padding: 0px 18px;
  background-color: #001427;
}

.final-footer-divider.odd {
  position: relative;
}

.content-wrapper {
  height: 100%;
}

.choose-heading {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.overzicht-heading {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
.overzicht-mini-heading {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.full-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 14px;
  padding: 21px;
  -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: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background-color: hsla(0, 0%, 64%, 0.09);
}
.full-block-right._2{
  background: #ffffff;
}
.form-block-2 {
  margin-bottom: 0px;
}

.form-block-2._2 {
  margin-top: 7px;
}

.form-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 43px;
  margin-bottom: 0px;
  padding: 0px 12px 0px 16px;
  -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-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 2px;
  font-size: 14px;
  line-height: 30px;
}
textarea.form-item{
  resize: vertical;
  height: 76px;
}

.choose-block {
  position: relative;
  /*height: 65px;*/
  margin-bottom: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.choose-block.final {
  /*height: 48px;*/
  padding-right: 23px;
  border-bottom-style: none;
}

.line-button {
  /*position: absolute;*/
  /*left: 0%;*/
  /*top: auto;*/
  /*right: 0%;*/
  /*bottom: 0%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  margin-left: 0px;
  padding: 6px 12px;
  -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: solid;
  border-width: 1px;
  border-color: rgba(0, 20, 39, 0.09);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  color: #001427;
  font-size: 13px;
  text-decoration: none;
}

.full-green-button-copy {
  width: 220px;
  margin-top: 0px;
  padding: 10px 18px 9px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 64%, 0.63);
  -webkit-transition: opacity 150ms ease-out, background-color 150ms ease-in;
  transition: opacity 150ms ease-out, background-color 150ms ease-in;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.full-green-button-copy:hover {
  background-color: #a3a3a3;
  color: #fff;
}

.full-green-button-copy.full {
  width: 100%;
  margin-top: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #27c97a;
  text-align: center;
}
.small-container{
  max-width: 900px;
}

.green-tekst {
  color: #32b85e;
  font-size: 13px;
}
.bedankt-section{
  padding: 75px 10px 0;
  line-height: 20px;
}

footer.footer-final-block.footer-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 951px;
  }
  /*.basic-3-grid {*/
  /*  -ms-grid-columns: 1fr 1fr;*/
  /*  grid-template-columns: 1fr 1fr;*/
  /*}*/

  .top-bar-link-text {
    display: inline;
  }

  .logo {
    margin-top: 0px;
    margin-left: 0px;
  }

  .menu-button {
    padding: 14px;
    float: right;
  }

  .nav-link-title {
    font-size: 14px;
  }

  .hero-title-copy {
    font-size: 32px;
    line-height: 49px;
  }

  .offerte-usp-heading-copy {
    font-size: 19px;
  }

  .offerte-new {
    position: relative;
    margin-right: auto;
    margin-bottom:0;
    margin-left: auto;
  }

  .offerte-block-stap {
    margin-top: 0px;
  }

  .small-hero-heading-wrapper {
    margin-top: 0px;
    text-align: center;
  }
  .grid-sm-span-2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .hero-image-block-overlay {
    padding-top: 67px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .large-content-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .full-content-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 8px;
  }
  .hero-image-block-overlay._2 .hero-grid {
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }
  .footer-block-left._1 {
    left: 0px;
  }

  .footer-grid-new {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .justify-self-end{
    -ms-grid-column-align: start;
    justify-self: start;
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  ._2-col-grid {
    -ms-grid-columns: 0.75fr 0.5fr;
    grid-template-columns: 0.75fr 0.5fr;
  }
  .basic-2-grid._0{
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .triple-grid {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: auto;
    grid-column-start: auto;
    -ms-grid-column-span: auto;
    grid-column-end: auto;
  }
  .w-layout-grid._0 .border-right{
    border-right: 0;
  }
  .relative-fixed-block-copy{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .relative-fixed-block-copy .relative-block{
    padding: 11px 18px;
  }

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

  .specificeren-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 10px;
  }

  .choose-block.final {
    height: auto;
  }
  .choose-block.large {
    height: auto;
  }
  .div-block-10.hide {
    display: none;
  }
  .specificeren-link{
    padding-bottom: 10px;
  }

  .w-layout-grid._0 h4,
  .w-layout-grid._0 div {
    padding: 0;
  }
  .overzicht-4-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 727px;
  }
  .basic-3-grid {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .top-bar-link-text {
    font-size: 12px;
  }

  .logo {
    width: auto!important;
    max-width: none;
    margin: 0 auto;
    display: block;
  }

  .nav-link-title {
    color: #0c0f21;
  }

  .brand-logo {
    padding-left: 0px;
  }

  .navbar-new {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-title-copy {
    font-size: 30px;
  }

  .placeholder-tekst {
    font-size: 12px;
  }

  .service-heading {
    font-size: 20px;
  }

  .small-hero-heading-wrapper {
    text-align: center;
  }

  .offerte-new{
    max-width: 420px;
  }

  .offerte-options-grid {
    grid-template-columns: repeat(auto-fill, minmax(63px, 63px));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 20px;
  }

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

  .full-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 8px;
  }
  .full-content-grid .large-image-wrapper-cat{
    order: 2;
    text-align: center;

    display: block;
  }
  .hero-image-block-overlay._2 .hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .double-grid-mobile {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .footer-block-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-link {
    display: inline-block;
    margin-right: 13px;
  }

  .footer {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .footer-title {
    margin-bottom: 10px;
  }

  .footer-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .footer-final-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .justify-self-start{
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .justify-self-end{
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  .cta-section-text {
    font-size: 20px;
  }
  .usp-list {
    margin-right: 10px;
    margin-left: 10px;
  }
  .behind-line {
    width: 450px;
    margin-top: -37px;
  }
  .step-block {
    font-size: 11px;
  }

  .step-heading {
    margin-top: 6px;
    margin-bottom: 14px;
  }

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

@media screen and (max-width: 479px) {
  .container {
    max-width: 439px;
  }
  h2 {
    font-size: 25px;
  }

  .basic-3-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-bar-link-wrapper.hide {
    display: none;
  }

  .top-bar-link-text {
    font-size: 11px;
  }

  .top-bar-link-icon {
    width: 16px;
  }

  .logo {
    height: 50px;
    margin-top: 0px;
    margin-left: auto;
  }

  .menu-button {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #f5f5f5;
  }

  .nav-link-title {
    font-size: 13px;
  }

  .nav-menu.open {
    position: fixed;
    left: 0%;
    top: 92px;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    background-color: #f8f8f8;
    text-align: left;
  }

  .nav-link-block {
    width: 100%;
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .hero-image-block-overlay {
    padding-top: 33px;
  }

  .icon {
    margin-right: 5px;
  }

  .offerte-usp-heading-copy {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 25px;
  }

  .placeholder-tekst {
    font-size: 14px;
  }

  .service-heading {
    font-size: 16px;
  }

  .offerte-block-stap-2,
  .offerte-block-stap-3,
  .offerte-block-stap-4 {
    /*position: absolute;*/
    height: auto;
  }

  .small-hero-heading-wrapper {
    max-width: none;
  }

  .offerte-block-stap-1 {
    height: auto;
  }

  .basic-2-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .offerte-block-stap > * {
    margin-left: 25px!important;
    margin-right: 25px!important;
  }
  .savings-grid{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 0!important;
  }

  .savings-grid div._1{
    border-bottom: none
  }
  .savings-grid div._2{
    border-bottom: 1px solid #dddddd;
  }
  .savings-grid div.final{
    border-bottom: none;
  }

  .large-content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-grid {
    margin-bottom: 30px;
  }


  .savings-grid div{
    padding-left: 25px;
  }

  .footer-link {
    margin-top: 7px;
  }

  .footer {
    padding-bottom: 69px;
  }
  .footer-title {
    font-size: 17px;
  }

  .footer-final-block {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  ._2-col-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .usp-list {
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 0% 11%;
  }
  .grid-2 {
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
  }
  .grid-2.personalize{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .circle-wrap {
    font-size: 9px;
  }
  .section-heading-left {
    font-size: 28px;
  }
  .mini-usp-heading-paragraph {
    font-size: 15px;
  }
  .step-heading-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step-block {
    position: relative;
    margin-bottom: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .large-offerte-block {
    padding: 12px;
  }
  .br-xs{
    display: block;
  }

  .final-footer-divider.odd {
    padding: 0px;
    border-top-style: none;
  }
  .basic-4-grid{
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .overzicht-3-grid,
  .overzicht-4-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 20px;
  }
  .choose-block.final{
    border-bottom-style: solid;
  }
}

/*informatiepagina*/

.large-image-item {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 410px;
  border-radius: 2px;
  background-image: linear-gradient(220deg, rgba(152, 28, 31, 0) 37%, #981c1f);
  box-shadow: 0 10px 50px -9px rgba(0, 0, 0, 0.14);
}
.large-image-item-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, 100% 0, 0 0, color-stop(0.1, transparent), color-stop(0.5, rgba(0, 14, 27, 0.27)), to(rgba(0, 20, 39, 0.76)));
  background-image: linear-gradient(180deg, transparent 10%, rgba(0, 14, 27, 0.27) 50%, rgba(0, 20, 39, 0.76));
}

.large-slide-bot-block {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0%;
  padding: 0px 24px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.large-slide-heading {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 600;
}

.slider-paragraph {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  line-height: 20px;
  font-weight: 400;
}

.fake-button {
  position: relative;
  bottom: -10px;
  display: inline-block;
  width: 100%;
  margin-bottom: -65px;
  padding: 13px 14px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: -1px 5px 12px -8px rgba(0, 0, 0, 0.24);
  color: #0c0f21;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.fake-button:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button-no-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  margin-left: 0px;
  padding: 6px 12px;
  -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: 3px;
  background-color: #001427;
  text-decoration: none;
}

.button-no-icon:hover {
  background-color: #0c0f21;
}


.before-block-top {
    position: relative;
    margin-top: 0px;
    padding: 0px 12px 51px;
    border-radius: 2px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.98)), to(hsla(0, 0%, 100%, 0.98)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.98), hsla(0, 0%, 100%, 0.98));
    background-position: 0px 0px;
    background-size: auto;
    box-shadow: 0 5px 11px -9px #000;
    text-align: center;
}

.project-mini-heading {
    margin-bottom: 4px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
}
.section-blocks{
  background-color: #f7f7f7;
  text-align: center;
  padding:90px 18px 100px;
}
.section-blocks .container{
  max-width: 970px;
}

.center-heading-block {
  max-width: 575px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.basic-section-heading {
  margin-top: 0px;
  font-family: Quicksand, 'sans-serif';
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 800;
}
/*.large-paragraph {*/
/*  color: #000;*/
/*  font-size: 18px;*/
/*  line-height: 27px;*/
/*  font-weight: 500;*/
/*  font-family: Karla, 'sans-serif';*/
/*}*/
@media screen and (max-width: 991px){
  .top-bar-link-text {
    display: inline;
  }
  .project-mini-heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px){
  .large-slide-bot-block {
    padding-right: 16px;
    padding-left: 16px;
  }
  .top-bar-link-text {
    font-size: 12px;
  }
  .project-mini-heading {
    font-size: 17px;
  }
}
@media screen and (max-width: 479px){
  .large-slide-bot-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .top-bar-link-text {
    font-size: 11px;
  }
  .project-mini-heading {
    font-size: 15px;
  }
}