.hero {
  display: block;
  height: 900px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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.41)), to(rgba(0, 0, 0, 0.41))), url('../images/book-731199_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/book-731199_1920.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.flex-container {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.over-mb {
  height: 80vh;
  max-height: 800px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.werkzaamheden {
  height: 400px;
  margin-top: -100px;
  margin-bottom: 0px;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 500px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f6f6f6;
}

.navigatie {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  background-color: #f6f6f6;
}

.containerwerkzaamheden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.administratie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #222;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
  color: #000;
}

.loon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  background-color: #333;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
}

.belasting-advies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #222;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 800px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container.containerinformatie {
  padding: 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.meerinfopagina {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.navbar {
  background-color: hsla(0, 0%, 100%, 0);
}

.iconwerkzaamhedendiv {
  height: 25%;
  margin-right: auto;
  margin-left: auto;
}

.tekstwerkzaamhedendiv {
  height: 45%;
}

.titelwerkzaamhedendiv {
  height: 25%;
}

.body {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
}

.titelwerkzaamheden {
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

.tekstwerkzaamheden {
  color: #dbdbdb;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.herodivlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 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;
}

.herodivrechts {
  width: 40%;
}

.herotekst {
  margin-top: 10px;
  padding-bottom: 10px;
}

.herobutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button {
  width: 250px;
  height: 50px;
  padding-top: 15px;
  border-radius: 50px;
  background-color: #b08b43;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading {
  color: #fff;
  font-size: 70px;
  line-height: 80px;
}

.paragraph {
  color: #fff;
  font-size: 24px;
  line-height: 26px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block {
  width: 60%;
  height: 500px;
}

.div-block-2 {
  width: 40%;
}

.overdivlinks {
  width: 60%;
  padding: 50px 50px 50px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.overdivlinks.contacttekst {
  width: 100%;
}

.overdivlinks.meerinfopagina {
  width: 40%;
  padding-right: 0px;
}

.overdivrechts2 {
  display: none;
  width: 60%;
  padding-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image {
  width: 100%;
  max-width: none;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.overdivtekst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overdivheading {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #b08b43;
  font-size: 40px;
  line-height: 50px;
}

.overparagraph {
  display: none;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
  color: #333;
  font-size: 18px;
  line-height: 26px;
}

.footerformdiv {
  width: 33.333333333333336%;
  padding-right: 0px;
  padding-left: 10px;
}

.footerpaginadiv {
  width: 33.333333333333336%;
  padding-right: 10px;
}

.footercontactdiv {
  width: 66.66%;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-2 {
  color: #dedede;
}

.list {
  padding-left: 0px;
}

.meer-info-button {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #b08b43;
  border-radius: 70px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.meer-info-button:hover {
  background-color: #b08b43;
}

.section {
  height: 250px;
}

.rich-text-block {
  color: #fff;
}

.text-field {
  border-radius: 10px;
}

.text-field-2 {
  border-radius: 10px;
}

.field-label {
  color: #e0e0e0;
}

.field-label-2 {
  color: #d4d4d4;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.section-2 {
  height: 80vh;
}

.tekstpagina-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-2 {
  background-color: #b08b43;
}

.container-2 {
  display: block;
}

.footer-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.footer-col-title {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
}

.footer-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  font-size: 18px;
}

.footer-col-40 {
  width: 30%;
  padding-right: 20px;
  padding-left: 100px;
}

.footer-col-15 {
  width: 25%;
  padding-right: 20px;
}

.paragraph-2 {
  max-width: 320px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #666;
  font-size: 16px;
  line-height: 28px;
}

.text-block {
  font-size: 50px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
}

.footer-left-content {
  width: 40%;
  padding-right: 20px;
}

.header-logo {
  margin-right: 56px;
}

.navbar-2 {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  background-color: transparent;
}

.brand {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link-2 {
  padding: 30px 18px 0px;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 20px;
}

.nav-link-2:hover {
  color: #b08b43;
}

.nav-link-2.w--current {
  color: #b08b43;
}

.nav-link-2.ml-60 {
  margin-left: 60px;
}

.button-3 {
  margin-left: 18px;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #b08b43;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.sign-in-para {
  max-width: 540px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #878b90;
  font-size: 17px;
  line-height: 36px;
}

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

.text-field-3 {
  width: 52%;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 3px;
  background-color: rgba(18, 144, 164, 0.07);
  color: #666;
  font-size: 16px;
}

.text-field-3::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.text-field-3:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.text-field-3::-ms-input-placeholder {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.text-field-3::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.header-form {
  max-width: 495px;
}

.submit-button {
  width: 180px;
  border-radius: 3px;
  background-color: #1290a4;
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
}

.brand-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1f1f1f;
  font-size: 60px;
  line-height: 62px;
  letter-spacing: -2px;
}

.navbar-3 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  font-weight: 600;
}

.sidebar-button {
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #50e3c2;
  color: #0f3d33;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.link {
  color: #1290a4;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.header-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sidebar-button-two {
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #50e3c2;
  color: #0f3d33;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.mobile-nav {
  display: none;
}

.div-block-3 {
  max-width: 1140px;
  margin: 100px auto;
}

.header {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.sidebar-link {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.sidebar-link:hover {
  color: #50e3c2;
}

.header-sub {
  margin-bottom: 40px;
  color: #222f3f;
  font-size: 21px;
  line-height: 36px;
}

.button-4 {
  margin-top: 16px;
  margin-left: 18px;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #b08b43;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.contact-sector {
  padding-top: 60px;
  padding-bottom: 60px;
}

.submit-button-2 {
  width: 150px;
  border-radius: 20px;
  background-color: #b08b43;
  font-weight: 700;
}

.text-field-4 {
  height: 40px;
  border: 1px solid #000;
  border-radius: 0px;
}

.text-field-5 {
  height: 40px;
  padding-top: 0px;
  border: 1px solid #000;
  border-radius: 0px;
}

.field-label-3 {
  padding-top: 20px;
  padding-left: 0px;
  font-size: 20px;
}

.field-label-4 {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #333;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
}

.contactgegevens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.berichtfield {
  height: 175px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  direction: ltr;
  white-space: normal;
}

.paragraph-3 {
  color: #1f1f1f;
  line-height: 24px;
  font-weight: 400;
}

.div-icon-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-tekst-contact {
  width: 60%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.block-tekst-contact {
  color: #e3e3e3;
  font-size: 20px;
  line-height: 30px;
}

.hero-info {
  height: 300px;
  background-image: url('../images/pexels-startup-stock-photos-7096.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-info.hero-info-administratie {
  height: 400px;
  background-image: url('../images/pexels-marc-mueller-380769.jpg');
}

.hero-info.hero-info-loon {
  background-image: url('../images/pexels-bongkarn-thanyakij-3734629.jpg');
}

.body-2 {
  height: auto;
  min-height: 100vh;
}

.paragraph-4 {
  margin-top: 24px;
  font-size: 20px;
  line-height: 26px;
}

.werkzaamheden-opsomming {
  display: -ms-grid;
  display: grid;
  margin-top: 39px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 17px;
}

.div-block-6 {
  width: 25%;
}

.werkzaamheden-infopagina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100px;
  background-color: #b08b43;
  color: #fff;
}

.heading-6 {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.werkzaamheden-tekst {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.textarea {
  overflow: auto;
  height: 175px;
}

.text-field-6 {
  display: block;
  overflow: visible;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.textarea-2 {
  margin-bottom: 28px;
  border: 1px solid #000;
}

.success-message {
  margin-top: 10px;
  background-color: #b08b43;
  color: #fff;
}

.form-block {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 700px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/book-731199_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/book-731199_1920.jpg');
    background-position: 0px 0px, 65% 50%;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .over-mb {
    height: auto;
    max-height: none;
    padding-bottom: 20px;
  }

  .footer {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .containerwerkzaamheden {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container {
    height: auto;
    max-height: none;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.containerinformatie {
    padding-right: 20px;
    padding-left: 20px;
  }

  .titelwerkzaamheden {
    font-size: 20px;
  }

  .tekstwerkzaamheden {
    font-size: 12px;
    line-height: 16px;
  }

  .herodivlinks {
    width: 90%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .herodivrechts {
    width: 10%;
  }

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

  .overdivlinks {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
  }

  .overdivrechts2 {
    width: 75%;
    padding-top: 0px;
  }

  .overdivtekst {
    padding-right: 10px;
    padding-left: 0px;
  }

  .overdivheading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .overparagraph {
    margin-top: 0px;
    font-size: 20px;
    line-height: 28px;
  }

  .tekstpagina-section {
    height: auto;
    padding-top: 20px;
  }

  .footer-col-title {
    margin-bottom: 20px;
  }

  .footer-social-icons {
    margin-bottom: 60px;
  }

  .footer-col-40 {
    width: 50%;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-col-15 {
    width: 25%;
  }

  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-left-content {
    width: 50%;
    padding-right: 40px;
  }

  .navbar-2 {
    display: none;
  }

  .sidebar-content {
    overflow: auto;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .menu-sidebar {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    margin-right: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .sidebar-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -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: #b08b43;
    cursor: pointer;
  }

  .header-title {
    max-width: 620px;
    line-height: 74px;
  }

  .navbar-3 {
    display: none;
  }

  .sidebar-button {
    width: 100%;
    margin-left: 0px;
    background-color: #b08b43;
    color: #fff;
    text-align: center;
  }

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

  .mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    padding-right: 0px;
    padding-bottom: 0px;
    -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: 2px;
    border-color: #2b405a;
    border-radius: 2px;
    cursor: pointer;
  }

  .mobile-menu-bars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 14px;
    padding-right: 0px;
    padding-bottom: 0px;
    -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;
  }

  .header-image {
    text-align: center;
  }

  .sidebar-buttons {
    margin-top: 20px;
  }

  .sidebar-button-two {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0px;
    background-color: rgba(73, 184, 159, 0.23);
    text-align: center;
  }

  .mobile-nav {
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 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;
  }

  .sidebar-link {
    display: block;
    padding: 13px 10px 13px 0px;
    border-top: 1px solid #ececec;
    color: #1f1f1f;
  }

  .sidebar-link:hover {
    color: #b08b43;
  }

  .mobile-menu-bar {
    width: 16px;
    height: 1.2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #2b405a;
  }

  .text-field-5 {
    width: 100%;
  }

  .div-block-4 {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('../images/book-731199_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('../images/book-731199_1920.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .werkzaamheden {
    height: auto;
  }

  .containerwerkzaamheden {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .administratie {
    width: auto;
    height: 350px;
    margin-bottom: 10px;
    padding: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .loon {
    width: auto;
    height: 350px;
    margin-bottom: 10px;
  }

  .belasting-advies {
    width: auto;
    height: 350px;
    margin-bottom: 10px;
  }

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

  .tekstwerkzaamhedendiv {
    height: 25%;
  }

  .titelwerkzaamhedendiv {
    line-height: 16px;
  }

  .titelwerkzaamheden {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    font-size: 20px;
    line-height: 22px;
  }

  .tekstwerkzaamheden {
    font-size: 14px;
  }

  .herodivlinks {
    width: 90%;
  }

  .herodivrechts {
    width: 0%;
  }

  .button {
    font-weight: 500;
  }

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

  .paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .overdivlinks {
    width: 80%;
    padding: 0px;
  }

  .overdivrechts2 {
    width: 80%;
  }

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

  .overdivheading {
    font-size: 35px;
    text-align: center;
  }

  .overparagraph {
    text-align: center;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .footer-col-40 {
    width: 100%;
  }

  .footer-col-15 {
    width: 50%;
    margin-bottom: 40px;
  }

  .footer-wrapper {
    padding-top: 50px;
  }

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

  .div-block-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .contact-sector {
    padding-top: 0px;
  }

  .div-block-4 {
    height: 300px;
  }

  .block-tekst-contact {
    font-size: 18px;
  }

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

@media screen and (max-width: 479px) {
  .hero {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .over-mb {
    max-height: none;
  }

  .footer {
    height: auto;
    padding-right: 30px;
    padding-left: 20px;
  }

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

  .administratie {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .loon {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .belasting-advies {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    max-height: none;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 0px;
  }

  .container.containerinformatie {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .titelwerkzaamhedendiv {
    height: auto;
  }

  .titelwerkzaamheden {
    margin-top: 10px;
    padding-top: 0px;
    font-size: 18px;
  }

  .tekstwerkzaamheden {
    margin-top: 10px;
    font-size: 12px;
  }

  .herodivlinks {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .herobutton {
    font-size: 10px;
  }

  .button {
    width: 200px;
    height: 40px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .heading {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph {
    font-size: 16px;
  }

  .overdivlinks {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .overdivlinks.contacttekst {
    padding-right: 0px;
  }

  .overdivrechts2 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .overdivtekst {
    padding-right: 0px;
  }

  .overdivheading {
    font-size: 26px;
    line-height: 35px;
  }

  .overparagraph {
    font-size: 14px;
    line-height: 20px;
  }

  .meer-info-button {
    margin-top: 20px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .footer-col-title {
    color: #171717;
  }

  .footer-col-15 {
    width: 100%;
  }

  .sidebar-content {
    margin-left: 0px;
    padding-top: 90px;
  }

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

  .menu-sidebar {
    width: 100%;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .text-field-3 {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .submit-button {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .sidebar-close {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    background-color: #b08b43;
  }

  .header-title {
    font-size: 36px;
    line-height: 51px;
  }

  .sidebar-content-inner {
    padding-left: 0px;
  }

  .sidebar-button {
    background-color: #b08b43;
  }

  .mobile-nav {
    padding-right: 0px;
    padding-left: 5px;
  }

  .sidebar-link {
    padding-left: 0px;
  }

  .header-sub {
    font-size: 18px;
    line-height: 34px;
  }

  .image-2 {
    max-width: 80%;
  }

  .contact-sector {
    margin-right: 5px;
    margin-left: 5px;
  }

  .field-label-3 {
    font-size: 18px;
  }

  .field-label-4 {
    font-size: 18px;
  }

  .form-2 {
    padding-bottom: 10px;
  }

  .div-icon-contact {
    width: 30%;
  }

  .block-tekst-contact {
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 30px;
  }

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

  .werkzaamheden-infopagina {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .bold-text-2 {
    font-weight: 400;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .bold-text-4 {
    font-weight: 400;
  }

  .image-3 {
    max-width: none;
  }

  .image-4 {
    max-width: none;
  }

  .image-5 {
    max-width: none;
  }
}

#w-node-8d3b09d826fd-05a26f86 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-66808927be36-21e3c755 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-4cb1f0bc4a08-41676fdb {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}