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

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #169bda;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container1 {
  position: static;
  height: 1600px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/asd.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.side-blocks {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-blocks._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.side-blocks._1.add {
  background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(red));
  background-image: linear-gradient(180deg, red, red);
}

.side-blocks._1.adf {
  background-color: #0089a3;
  background-image: none;
}

.side-blocks._1.adp {
  background-color: #bd3a08;
  background-image: none;
}

.side-blocks._1.ads {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 0px solid #000;
  background-color: #fff;
  background-image: none;
}

.side-blocks._1.ads.add {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-width: 0px;
}

.side-blocks._1.ads.add.addd {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-width: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/DGwhlBU.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/DGwhlBU.jpg');
  background-position: 0px 0px, 0px -25px;
  background-size: auto, cover;
  -webkit-transition: background-position 500ms ease;
  transition: background-position 500ms ease;
}

.side-blocks._1.ads.add.addd:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0))), url('../images/DGwhlBU.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), url('../images/DGwhlBU.jpg');
  background-position: 0px 0px, 0px -25px;
  background-size: auto, cover;
}

.side-blocks._1.ads.addd {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-blocks._2 {
  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-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: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-blocks._3 {
  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-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: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-blocks._4 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  display: block;
  padding: 50px 50px 0px;
  float: none;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  position: static;
  width: 100%;
  margin: 25px 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.teskt {
  display: block;
  padding: 25px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.teskkt {
  width: 942px;
  margin-top: 18px;
  margin-bottom: 18px;
  color: #3ab81b;
  font-size: 16px;
  text-align: left;
}

.da9usn {
  margin-top: 22px;
  margin-bottom: 22px;
  font-weight: 400;
}

.imager {
  display: block;
  margin: 19px 35px 19px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.textt-spanner {
  color: #3ab81b;
  font-weight: 400;
}

.div {
  display: block;
  width: 50%;
  height: 50%;
  min-height: 50%;
  float: left;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #3ab81b;
}

.sectione {
  display: block;
  height: 50%;
  -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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.divv-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 1400px;
  min-height: 1400px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

.nav-container {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img {
  height: 320px;
  background-image: linear-gradient(70deg, rgba(22, 155, 218, 0.1), rgba(22, 155, 218, 0.35)), url('../images/pexels-pixabay-534219.jpg');
  background-position: 0px 0px, 50% 86%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 0px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}

.section._2 {
  padding-top: 80px;
  padding-bottom: 80px;
  border: 1px none #000;
  background-color: rgba(150, 158, 162, 0.04);
}

.section._2.mt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section._3 {
  height: 650px;
  border-bottom: 0px none transparent;
  background-color: #3ab81b;
}

.section._3.adfontes {
  background-color: #169bda;
  background-image: url('../images/.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.section._3.adpeople {
  background-color: #f90;
}

.section.contact {
  border-bottom-width: 0px;
  background-image: url('../images/Achtergrond-copy.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(22, 155, 218, 0.2)), color-stop(98%, rgba(22, 155, 218, 0.5)));
  background-image: url('../images/Achtergrond-copy.jpg'), linear-gradient(180deg, rgba(22, 155, 218, 0.2), rgba(22, 155, 218, 0.5) 98%);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.diensten-blok {
  font-family: 'Open Sans', sans-serif;
  color: #5f6c72;
  line-height: 21px;
  font-weight: 300;
}

.diensten-blok.contact {
  color: #fff;
}

.diensten-blok.diensten {
  margin-top: 60px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.titel-stuk {
  color: #3ab81b;
}

.titel-stuk.contact {
  margin-bottom: 0px;
  color: #fff;
}

.titel-stuk.adfontes {
  color: #169bda;
}

.titel-stuk.adpeople {
  color: #f90;
}

.titelje {
  margin-bottom: 32px;
  padding-right: 48px;
  padding-left: 48px;
  font-family: 'Open Sans', sans-serif;
  color: #354147;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.2px;
  text-transform: none;
}

.titelje.intro {
  margin-top: -20px;
  margin-bottom: 40px;
  font-size: 15px;
}

.titelje.intro.contact {
  margin-top: 0px;
  color: #fff;
}

.titelje.intro.contact.scheef {
  padding-right: 82px;
  padding-left: 82px;
}

.titelje.intro.scheef {
  margin-bottom: 60px;
  opacity: 0.56;
  font-size: 22px;
  line-height: 32px;
  font-style: normal;
  font-weight: 300;
}

.titelje.intro.scheef.mt {
  position: static;
  margin-bottom: 60px;
  color: #5f6c72;
  font-size: 17px;
  line-height: 25px;
}

.titelje.intro.scheef.mt.deze {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: -10vh;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-style: normal;
}

.titelje.contact {
  color: #fff;
}

.nav-button {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #5f6c72;
  font-weight: 300;
  text-transform: none;
}

.nav-button:hover {
  color: #3ab81b;
}

.nav-button.adfontes {
  padding: 33px 24px 33px 0px;
  font-size: 16px;
  font-weight: 400;
}

.nav-button.adfontes:hover {
  color: #169bda;
}

.nav-button.adfontes.w--current {
  color: #5f6c72;
  font-weight: 400;
}

.nav-button.adfontes.w--current:hover {
  color: #169bda;
}

.rooww {
  margin-bottom: 20px;
}

.blokk {
  height: 150px;
  min-height: 150px;
}

.knop {
  width: 100%;
  background-color: #fff;
  -webkit-transition: background-color 450ms ease;
  transition: background-color 450ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #3ab81b;
}

.knop:hover {
  background-color: #f0f0f0;
}

.knop.adfontes {
  width: 30%;
  border-radius: 10px;
  color: #969ea2;
}

.knop.adfontes:hover {
  background-color: #f0f0f0;
}

.knop.adfontes.extrapage {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.knop.adpeople {
  color: #f90;
}

.knop.mt {
  width: 40%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 5px 15px;
  border: 1px solid #5f6c72;
  border-radius: 10px;
  background-color: transparent;
  color: #5f6c72;
  font-size: 13px;
}

.knop.mt:hover {
  background-color: #f0f0f0;
}

.block {
  border: 1px solid #f0f0f0;
  font-family: 'Open Sans', sans-serif;
  color: #969ea2;
  font-weight: 300;
}

.damn {
  display: block;
  padding: 20px;
}

.damn.addd {
  padding: 20px;
  border: 2px solid #000;
  border-bottom-right-radius: 25px;
  background-color: #fff;
}

.line {
  width: 150px;
  height: 3px;
  float: none;
  clear: both;
  background-color: #169bda;
  text-align: center;
}

.bemiddle-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scheef {
  font-weight: 400;
  letter-spacing: 0px;
}

.copyright-div {
  background-color: rgba(150, 158, 162, 0.04);
}

.tekst-copy {
  padding-top: 4px;
  padding-bottom: 24px;
  color: #969ea2;
  font-size: 13px;
  text-align: center;
}

.form {
  padding-right: 15px;
}

.map {
  height: 200px;
}

.colom {
  padding-right: 15px;
  padding-left: 0px;
}

.colom._2 {
  padding-right: 0px;
  padding-left: 15px;
}

.sectie-mt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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;
}

.div-diensten {
  display: block;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #f0f0f0;
  border-radius: 3px;
  background-color: #fff;
}

.adfontes-teskt-block {
  font-family: 'Open Sans', sans-serif;
  color: #5f6c72;
  font-weight: 300;
  text-align: left;
}

.adfontes-teskt-block.titels {
  margin-bottom: 16px;
  color: #354147;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.ga-naar-site {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-contan {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-test {
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.imaigne {
  position: static;
  display: block;
  margin: 0px;
}

.div-blockje {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin: -50px auto 32px 40px;
  float: none;
  -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;
  border-radius: 2px;
  background-image: url('../images/Achtergrond-copy.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-blockje.wo {
  background-image: url('../images/Achtergrond.jpg');
}

.tekst-div {
  padding: 4px 40px 40px;
}

.row {
  margin-top: 120px;
}

.teskkks {
  font-family: 'Open Sans', sans-serif;
  color: #169bda;
  font-weight: 300;
}

.succsesss {
  background-color: #f0f0f0;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.heading {
  color: #169bda;
}

.c {
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
}

.list {
  margin-bottom: 12px;
  padding-left: 16px;
  color: #169bda;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #5f6c72;
  font-size: 18px;
  line-height: 26px;
}

.link {
  display: inline-block;
  padding: 2px 12px 3px;
  border-radius: 2px;
  background-color: #169bda;
  background-image: url('../images/Achtergrond-copy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #f0f0f0;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  opacity: 0.8;
}

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

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

.image {
  border-radius: 1px;
}

.link-taal {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.inline {
  display: inline-block;
}

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media screen and (max-width: 991px) {
  .nav {
    padding-right: 40px;
    padding-left: 40px;
  }

  .img {
    height: 240px;
  }

  .section._2 {
    padding: 40px;
  }

  .titelje {
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 34px;
  }

  .knop.mt {
    width: 70%;
  }

  .tekst-copy {
    padding-top: 0px;
  }

  .row {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    min-width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 73px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-span {
    white-space: nowrap;
  }

  .inline {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .diensten-blok.contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .titel-stuk.contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .titelje.intro.contact.scheef {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-button.adfontes {
    display: none;
    font-size: 14px;
  }

  .knop.adfontes.extrapage {
    width: 50%;
  }

  .contained {
    padding-right: 16px;
    padding-left: 15px;
  }

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

  .colom._2 {
    padding-top: 1px;
    padding-left: 0px;
  }

  .section-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .c.c-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image {
    height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .imager {
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 0px;
  }

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

  .img {
    height: 200px;
  }

  .section._2 {
    padding: 20px;
  }

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

  .diensten-blok.contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .diensten-blok.diensten {
    margin-top: 0px;
  }

  .titel-stuk.contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .titelje {
    margin-top: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-button.adfontes {
    display: none;
  }

  .knop.adfontes {
    padding-right: 5px;
    padding-left: 5px;
  }

  .knop.adfontes.extrapage {
    width: 80%;
  }

  .tekst-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-blockje {
    margin-left: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-blockje.wo {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tekst-div {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .section-2 {
    padding-right: 27px;
    padding-left: 27px;
  }

  .c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }

  .c.c-nav {
    -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;
  }

  .grid {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .brand {
    margin-right: auto;
    padding: 0px;
  }

  .image {
    height: 20px;
  }
}

