.top-menu {
  position: relative;
  z-index: 10;
}

.inner-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo {
  width: 200px;
  height: 100px;
  margin-bottom: 10px;
  background-image: url('../images/vijverborgh-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-hero {
  position: relative;
  height: 80vh;
  max-height: 750px;
  min-height: 500px;
  background-color: #fff;
}

.menu-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.menu-item {
  position: static;
}

.menu-txt {
  display: block;
  padding: 30px 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0e314a;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-txt:hover {
  color: #9f958b;
  text-decoration: none;
}

.menu-txt.active {
  font-weight: 700;
}

.body {
  font-family: 'Nunito Sans', sans-serif;
  color: #0e314a;
}

.home-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #0e314a;
}

.hero-vertical {
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/foto1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-banner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.hero-intro {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.43)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.43));
}

.home-center-hero {
  width: 100%;
  max-width: 1200px;
  padding-right: 25px;
  padding-left: 25px;
}

.home-hero-title {
  width: 550px;
  color: #fff;
  font-size: 70px;
  line-height: 1.1em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-intro {
  max-width: 500px;
  color: #fff;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 300;
}

.submenu {
  position: absolute;
  left: 0px;
  top: 110px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background-color: transparent;
  opacity: 1;
}

.submenu:hover {
  z-index: 20;
}

.sub-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.sub-item:hover {
  color: #9f958b;
}

.sub-item.active {
  font-weight: 700;
}

.submenu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-left {
  display: block;
  width: 50%;
  padding-top: 75px;
  padding-right: 75px;
  padding-bottom: 75px;
  background-color: #fff;
}

.home-right {
  width: 50%;
  padding-top: 75px;
  padding-bottom: 100px;
  padding-left: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 49, 74, 0.83)), to(rgba(14, 49, 74, 0.83))), url('../images/foto1.jpg');
  background-image: linear-gradient(180deg, rgba(14, 49, 74, 0.83), rgba(14, 49, 74, 0.83)), url('../images/foto1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.home-center-title {
  width: 450px;
  margin-top: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-center-title.blue {
  width: 450px;
  float: right;
  color: #0e314a;
  text-align: right;
}

.small-line {
  width: 100px;
  height: 10px;
  border-top: 1px solid #fff;
}

.small-line.blue {
  margin-bottom: 20px;
  float: right;
  clear: right;
  border-top-color: #0e314a;
}

.home-center-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.home-center-link:hover {
  margin-left: 25px;
}

.home-center-icon {
  width: 60px;
  max-height: 55px;
  margin-right: 25px;
}

.home-center-txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 2.5px;
}

.footer {
  min-height: 200px;
  padding-top: 25px;
  padding-bottom: 50px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.19);
  background-color: #0e314a;
}

.mouse-icon {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: 35px;
  width: 35px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 38px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.mouse-line {
  width: 2px;
  height: 15px;
  margin-left: 15px;
  background-color: #fff;
}

.home-icon-container {
  width: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-markten-links {
  display: inline-block;
  width: 400px;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  clear: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0e314a;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.home-markten-links:hover {
  padding-right: 25px;
}

.footer-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-height: 100px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.footer-menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
}

.footer-menu-contact {
  width: 180px;
  color: #fff;
}

.vijverborgh-v-icon {
  width: 100%;
  height: 50px;
  background-image: url('../images/v-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.vijverborgh-contact-title {
  display: none;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.paragraph-2 {
  display: none;
  color: hsla(0, 0%, 100%, 0.49);
  font-size: 13px;
  line-height: 1.8em;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.footer-main-link {
  margin-bottom: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-main-link:hover {
  color: #9f958b;
}

.footer-sublinks {
  width: 100%;
  padding-top: 10px;
}

.footer-sublink {
  margin-top: 20px;
  float: left;
  clear: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.58);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-sublink:hover {
  color: #9f958b;
}

.mobile-menu-button {
  display: none;
  width: 50px;
  height: 50px;
  background-image: url('../images/open-mobile-men.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.submenu-inside {
  display: block;
  height: 60px;
  background-color: rgba(14, 49, 74, 0.84);
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.open-icon {
  display: none;
}

.hero-banner-mobile {
  display: none;
}

.mobile-menu-footer {
  display: none;
}

.icon-bar {
  display: none;
}

.active-arrow {
  position: absolute;
  left: 50%;
  top: -2px;
  width: 20px;
  height: 20px;
  background-image: url('../images/drop-down.svg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0px) translate(0%, -100%);
  -ms-transform: translate(-50%, 0px) translate(0%, -100%);
  transform: translate(-50%, 0px) translate(0%, -100%);
}

.active-arrow-always-on {
  position: absolute;
  left: 50%;
  top: -2px;
  width: 20px;
  height: 20px;
  background-image: url('../images/drop-down.svg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.markten-header {
  height: 550px;
  background-image: url('../images/foto1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.markten-header.big {
  height: 80vh;
  max-height: 650px;
  min-height: 400px;
  background-image: url('../images/foto1.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 83.1%, 0.5)), to(hsla(0, 0%, 83.1%, 0.5)));
  background-image: url('../images/foto1.jpg'), linear-gradient(180deg, hsla(0, 0%, 83.1%, 0.5), hsla(0, 0%, 83.1%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.markten-header.medium {
  height: 80vh;
  max-height: 550px;
  min-height: 400px;
}

.markten-intro {
  position: relative;
  display: block;
  margin-top: -100px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.markten-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.markten-header-shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.28))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28)), linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31));
}

.markten-header-shadow.no-padding {
  padding-bottom: 0px;
}

.markten-header-txt-container {
  display: block;
  width: 100%;
  max-width: 1100px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.markten-txt-header {
  width: 690px;
  color: #fff;
  font-size: 65px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.markt-intro-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.markten-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  padding: 50px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e314a;
}

.markt-intro-left {
  padding: 50px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.markten-intro-title {
  margin-top: 0px;
  color: #0e314a;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.markten-intro-txt {
  max-width: 550px;
  margin-top: 25px;
  color: #0e314a;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 300;
}

.markten-menu-item {
  width: 100%;
  max-width: 200px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.markten-menu-item:hover {
  color: #9f958b;
}

.markten-menu-item.active {
  font-weight: 800;
}

.div-block-3 {
  position: absolute;
  left: -659px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 1800px;
  height: 200px;
  background-color: #fff;
}

.markt-link-block {
  width: 49.5%;
  min-height: 50px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0e314a;
  text-decoration: none;
  cursor: pointer;
}

.markt-link-block:hover {
  background-color: #0e314a;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #fff;
}

.markt-item-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.markt-item-img {
  height: 350px;
  margin-bottom: 25px;
  background-image: url('../images/foto1.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.2%, 0.5)), to(hsla(0, 0%, 92.2%, 0.5)));
  background-image: url('../images/foto1.jpg'), linear-gradient(180deg, hsla(0, 0%, 92.2%, 0.5), hsla(0, 0%, 92.2%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.markt-item-subitem {
  margin-bottom: 5px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.markt-blank {
  width: 75px;
}

.markt-detail-header {
  color: #fff;
  font-size: 55px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.markt-detail-sub-header {
  max-width: 320px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.markt-detail-intro-container {
  max-width: 500px;
}

.markt-detail-txtcontainer {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.markt-info-detail {
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 25px;
  color: #0e314a;
}

.markt-detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: -100px;
}

.markt-row-1 {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.markt-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(14, 49, 74, 0.82);
}

.markt-detail-row-subtitle {
  opacity: 0.57;
  color: #fff;
}

.markt-detail-row-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

.more-project-rows {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #9f958b;
}

.project-detail-photoblock {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.project-detail-photoblock.row1 {
  bottom: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -150px;
  margin-bottom: 0px;
  padding-right: 50px;
  padding-bottom: 16px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-detail-photoblock.row2 {
  padding-right: 25px;
  padding-left: 25px;
}

.project-detail-photoblock.row3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project-detail-photoblock.single-image {
  max-width: 1250px;
  margin-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
}

.project-photo-3 {
  width: 100%;
  padding-top: 60%;
  border: 0px solid #fff;
  background-image: url('../images/foto1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.markt-detail-subtitle {
  max-width: 600px;
  margin-top: 75px;
  font-size: 45px;
  line-height: 1.1em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.markt-detail-intro {
  max-width: 560px;
  margin-top: 25px;
}

.markt-detail-tekst1 {
  max-width: 800px;
  margin-top: 50px;
  margin-bottom: 0px;
  float: right;
  font-size: 18px;
  line-height: 1.4em;
  -webkit-column-count: 2;
  column-count: 2;
}

.markt-detail-lower-subtitle {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-5 {
  font-size: 18px;
  line-height: 1.4em;
  -webkit-column-count: 2;
  column-count: 2;
}

.nav-icon {
  width: 20px;
  height: 17px;
  margin-right: 10px;
  background-image: url('../images/arrow-left.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-icon.next {
  margin-right: 0px;
  margin-left: 10px;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.vorige-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30px;
  max-width: 180%;
  padding-right: 25px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  color: #0e314a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.vorige-project:hover {
  color: #9f958b;
}

.vorige-project.next {
  padding-right: 0px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.project-next {
  min-width: 160px;
  padding-top: 2px;
  font-weight: 800;
  letter-spacing: 2px;
}

.project-next.next {
  text-align: right;
}

.title-project-slider {
  margin-bottom: 25px;
  padding-left: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-slider-container {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 30px;
}

.project-slider {
  width: 25%;
  padding-right: 10px;
}

.slider {
  width: 100%;
  height: 320px;
  max-width: 1200px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.mask {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
}

.project-slider-img {
  height: 200px;
  background-image: url('../images/foto1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-slider-link {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.project-slider-link:hover {
  background-color: #fff;
  color: #0e314a;
}

.project-slide-txt {
  min-height: 120px;
  padding: 25px;
}

.left-arrow-2 {
  width: 40px;
  font-size: 30px;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2 {
  width: 40px;
  font-size: 30px;
}

.icon-2 {
  top: -150px;
}

.icon-3 {
  top: -150px;
}

.diensten-bg {
  overflow: hidden;
  background-image: url('../images/logo-bg2.svg');
  background-position: 83% -675px;
  background-size: 3000px;
  background-repeat: no-repeat;
}

.dienst-header {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 75px 25px;
}

.dienst-icon {
  width: 80px;
}

.dienst-icon.big {
  position: absolute;
  top: 77px;
  right: -156px;
  bottom: 0px;
  width: 650px;
  opacity: 0.11;
}

.dienst-heading {
  max-width: 600px;
  font-size: 55px;
  line-height: 1.1em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dienst-intro {
  max-width: 600px;
  margin-top: 25px;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
}

.home-but-row {
  display: none;
}

.project-next-prev-footer {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 25px;
}

.dienst-content {
  width: 600px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.5em;
}

.contactform {
  width: 600px;
  margin-top: 25px;
}

.formlabel {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.forminput {
  height: 45px;
  margin-bottom: 25px;
  font-size: 16px;
}

.submit-button {
  margin-top: 25px;
  background-color: #0e314a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #9f958b;
}

.form-succes {
  background-color: #0e314a;
  color: #95d3ff;
  font-size: 16px;
}

.form-error {
  padding: 19px;
  background-color: #b30000;
  color: #ff9e9e;
  font-size: 16px;
  text-align: center;
}

.text-detail {
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 25px;
}

.fck-content {
  max-width: 800px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.65em;
}

.dienst-description {
  width: 100%;
  margin-top: 3px;
  opacity: 0.62;
  font-weight: 400;
}

.home-center-link-content {
  width: 100%;
}

.show-more-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.more-projects {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  padding: 16px;
  background-color: #9f958b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.more-projects:hover {
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.text-block {
  font-family: 'Fontawesome 400', sans-serif;
}

.show-this-project {
  display: none;
}

.show-this-project.hide-project {
  display: none;
}

.project-photo-1 {
  position: relative;
  top: 0px;
  width: 58%;
  padding-top: 32%;
  background-image: url('../images/foto1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-photo-2 {
  position: relative;
  top: 0px;
  z-index: 5;
  width: 38%;
  padding-top: 45%;
  float: right;
  border: 0px solid #fff;
  background-image: url('../images/foto1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-photo-2-container {
  position: relative;
  z-index: 5;
  width: 50%;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
}

.project-photo-4 {
  width: 100%;
  padding-top: 40%;
  border: 10px solid #fff;
  background-image: url('../images/foto1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-left {
  width: 30%;
  min-height: 100px;
  padding-right: 25px;
}

.contact-right {
  width: 70%;
  padding-top: 25px;
  padding-left: 25px;
}

.contact-txt {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.4em;
}

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

.person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 75px;
  padding-top: 0px;
  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: 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;
}

.person-pic {
  display: none;
  width: 150px;
  height: 150px;
  border-radius: 400px;
  background-color: #9f958b;
}

.person-pic.consultancy {
  background-color: #0e314a;
  background-image: url('../images/center-pen.svg');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.contact-heading {
  font-size: 24px;
  text-transform: uppercase;
}

.name-person {
  margin-bottom: 10px;
  color: #9f958b;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
}

.person-functie {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #9f958b;
  font-size: 17px;
  text-align: center;
}

.person-functie.blue {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e314a;
  line-height: 1.2em;
}

.project-single-img {
  margin-top: 10px;
  padding-top: 60%;
  background-image: url('../images/foto1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-txt-2 {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  padding-bottom: 50px;
}

.project-txt-block {
  max-width: 700px;
}

.project-txt-block.center {
  display: block;
  float: right;
}

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

.social {
  display: block;
  width: 30px;
  height: 30px;
  font-family: 'Fontawesome 400', sans-serif;
}

.socialbut {
  width: 35px;
  margin-right: 15px;
  float: left;
}

.name-dienst {
  font-size: 20px;
  font-weight: 700;
}

.markten-subheading {
  position: static;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.markten-subheading-item {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 900;
  text-transform: uppercase;
}

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

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

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

.home-covid {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #9f958b;
}

.home-covid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.covid-txt {
  width: 50%;
}

.home-covid-title {
  color: #fff;
  font-size: 38px;
}

.paragraph-6 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
}

.covid-img {
  width: 50%;
  background-image: url('../images/covid-pdf.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bold-text-2 {
  line-height: 1.3em;
  font-weight: 800;
}

.button {
  padding: 12px 20px;
  background-color: #0e314a;
  font-size: 16px;
  font-weight: 800;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link-block {
  font-family: 'Fontawesome 400', sans-serif;
}

.footer-social-icon {
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 991px) {
  .inner-menu {
    display: block;
    padding: 10px 0px 10px 25px;
  }
  .logo {
    height: 60px;
    margin-bottom: 0px;
  }
  .menu-item-container {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 25;
    display: none;
    width: 100%;
    height: 100vh;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(14, 49, 74, 0.95);
  }
  .menu-item {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-txt {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 22px;
  }
  .menu-txt:hover {
    text-decoration: none;
  }
  .menu-txt.active {
    float: none;
    color: #fff;
    text-align: left;
  }
  .home-hero-title {
    font-size: 55px;
  }
  .submenu {
    position: relative;
    top: 0px;
    display: none;
    height: auto;
    background-color: rgba(14, 49, 74, 0);
    opacity: 1;
  }
  .sub-item {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .submenu-container {
    display: block;
    height: auto;
  }
  .home-left {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
  .home-right {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .home-center-title {
    width: 100%;
    font-size: 40px;
  }
  .home-center-title.blue {
    width: 100%;
  }
  .home-center-icon {
    width: 50px;
    max-height: 35px;
  }
  .mouse-icon {
    width: 26px;
    height: 40px;
  }
  .mouse-line {
    margin-left: 10px;
  }
  .home-icon-container {
    width: 75px;
  }
  .home-markten-links {
    width: 300px;
  }
  .footer-menu-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-menu-contact {
    width: 100px;
  }
  .footer-col {
    width: 33.33%;
  }
  .mobile-menu-button {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 50;
    display: block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
  }
  .mobile-menu-button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .mobile-close {
    width: 50px;
    height: 50px;
    background-image: url('../images/close-mobile-men-white2.svg');
    background-position: 50% 50%;
    background-size: contain;
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .submenu-inside {
    display: block;
    height: auto;
    padding-bottom: 0px;
    background-color: rgba(14, 49, 74, 0);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .open-icon {
    position: absolute;
    top: 20px;
    right: 0px;
    display: block;
    width: 15px;
    height: 10px;
    float: right;
    background-image: url('../images/drop-down.svg');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hero-banner-mobile {
    display: none;
  }
  .icon-bar {
    display: block;
    height: 50px;
    max-width: 460px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    background-image: url('../images/v-icon.svg');
    background-position: 0px 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .active-arrow {
    display: none;
  }
  .active-arrow-always-on {
    display: none;
  }
  .markten-txt-header {
    font-size: 60px;
  }
  .div-block-3 {
    width: 100%;
  }
  .markt-link-block {
    margin-bottom: 25px;
  }
  .markt-item-heading {
    padding-right: 25px;
    padding-left: 25px;
  }
  .markt-item-img {
    height: 250px;
  }
  .markt-item-subitem {
    padding-right: 25px;
    padding-left: 25px;
  }
  .markt-blank {
    display: none;
    width: 25px;
  }
  .markt-info-detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .project-detail-photoblock.row1 {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .project-detail-photoblock.row2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-detail-photoblock.row3 {
    height: 350px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .project-detail-photoblock.single-image {
    padding-right: 10px;
    padding-left: 10px;
  }
  .project-photo-3 {
    border-width: 0px 10px 5px;
  }
  .vorige-project {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .title-project-slider {
    padding-left: 0px;
  }
  .project-slider-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .project-slider {
    width: 33.333%;
    padding-right: 1%;
  }
  .slider {
    height: 280px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-slider-img {
    height: 150px;
  }
  .project-slider-link {
    font-size: 16px;
    line-height: 1.2em;
  }
  .project-slide-txt {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-arrow-2 {
    display: none;
  }
  .right-arrow-2 {
    display: none;
  }
  .icon-2 {
    top: -130px;
    height: 50px;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.35);
    font-size: 25px;
  }
  .icon-3 {
    top: -120px;
    height: 50px;
    margin-left: 0px;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 25px;
  }
  .dienst-icon.big {
    width: 500px;
  }
  .dienst-heading {
    max-width: 500px;
  }
  .dienst-intro {
    max-width: 400px;
  }
  .text-detail {
    padding-top: 50px;
  }
  .fck-content {
    max-width: auto;
  }
  .project-photo-1 {
    width: 100%;
    padding-top: 45%;
    border: 10px solid #fff;
  }
  .project-photo-2 {
    width: 100%;
    border-width: 10px 10px 10px 0px;
  }
  .project-photo-4 {
    border-width: 5px;
  }
  .contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-left {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid silver;
  }
  .contact-right {
    width: 100%;
    padding-top: 35px;
    padding-left: 0px;
  }
  .person {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .person-functie.blue {
    height: 50px;
  }
  .project-txt-2 {
    padding: 50px 25px;
  }
  .project-txt-block {
    max-width: auto;
  }
  .project-txt-block.center {
    float: none;
  }
  .right {
    display: none;
    width: 40%;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .covid-txt {
    width: 70%;
    padding-right: 35px;
  }
  .covid-img {
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 160px;
  }
  .home-hero {
    height: 500px;
    max-height: none;
    min-height: 0px;
    background-color: hsla(0, 0%, 89.4%, 0);
  }
  .menu-txt {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .menu-txt.active {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-banner-row {
    display: none;
  }
  .hero-intro {
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .home-hero-title {
    font-size: 50px;
  }
  .home-intro {
    font-size: 20px;
  }
  .sub-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sub-item.active {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-left {
    width: 100%;
    padding-top: 50px;
    padding-left: 50px;
  }
  .home-right {
    display: none;
    width: 100%;
    padding-top: 25px;
  }
  .home-center-title {
    display: none;
  }
  .home-center-title.blue {
    display: none;
    text-align: left;
  }
  .small-line {
    display: none;
  }
  .small-line.blue {
    display: none;
    margin-bottom: 0px;
    float: left;
    clear: left;
  }
  .home-center-link {
    margin-top: 50px;
  }
  .mouse-icon {
    display: none;
  }
  .home-markten-links {
    width: 100%;
    margin-top: 15px;
    float: left;
    clear: left;
    font-size: 18px;
    text-align: left;
  }
  .footer-menu-container {
    min-height: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-menu-left {
    display: none;
  }
  .footer-menu-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vijverborgh-v-icon {
    float: left;
  }
  .vijverborgh-contact-title {
    display: none;
    margin-top: 0px;
    float: left;
  }
  .paragraph-2 {
    display: none;
    float: right;
  }
  .mobile-menu-button {
    position: fixed;
  }
  .submenu-inside {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hero-banner-mobile {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .slide-nav {
    display: none;
  }
  .slide {
    width: 100%;
    height: 100%;
    background-image: url('../images/foto1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .mobile-menu-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-menu-items {
    float: left;
  }
  .footer-menu-link {
    margin-top: 5px;
    margin-right: 25px;
    float: left;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
  }
  .markten-header {
    height: 350px;
  }
  .markten-intro {
    margin-top: 0px;
  }
  .markten-txt-header {
    width: 100%;
  }
  .markt-intro-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .markten-menu {
    overflow: auto;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .markt-intro-left {
    padding-bottom: 0px;
  }
  .markten-menu-item {
    width: auto;
    max-width: none;
    margin-right: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .markt-detail-header {
    font-size: 45px;
  }
  .project-detail-photoblock.row2 {
    height: 400px;
  }
  .project-slider {
    width: 49%;
  }
  .diensten-bg {
    background-position: 68% 118%;
    background-size: 2000px;
  }
  .dienst-icon.big {
    display: none;
  }
  .dienst-heading {
    font-size: 40px;
  }
  .dienst-intro {
    width: 100%;
    max-width: none;
  }
  .but-markten {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .home-but-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
  }
  .but-diensten {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 800;
    letter-spacing: 2px;
  }
  .text-detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .person-functie {
    font-size: 16px;
  }
  .markten-subheading-item {
    font-size: 20px;
  }
  .footer-social {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .inner-menu {
    padding-left: 15px;
  }
  .logo {
    height: 50px;
  }
  .home-hero {
    height: 80vh;
    max-height: 500px;
  }
  .menu-item {
    max-width: 320px;
  }
  .menu-txt {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .menu-txt.active {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-intro {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-hero-title {
    display: block;
    width: 100%;
    font-size: 35px;
  }
  .sub-item {
    font-size: 16px;
  }
  .submenu-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-left {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .home-right {
    padding-right: 25px;
    padding-left: 25px;
  }
  .home-markten-links {
    line-height: 1.2em;
  }
  .footer-menu-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-menu-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vijverborgh-v-icon {
    margin-bottom: 10px;
  }
  .vijverborgh-contact-title {
    display: none;
    float: none;
  }
  .paragraph-2 {
    display: none;
    float: none;
  }
  .mobile-menu-button {
    top: 16px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
  .mobile-close {
    width: 100%;
    height: 100%;
  }
  .submenu-inside {
    display: none;
    padding-bottom: 0px;
  }
  .open-icon {
    top: 20px;
    right: 30px;
  }
  .footer-menu-link {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
  }
  .icon-bar {
    height: 35px;
    max-width: 280px;
    margin-bottom: 40px;
  }
  .markten-header.big {
    height: 500px;
    max-height: none;
    min-height: 0px;
  }
  .markten-header.medium {
    max-height: 500px;
  }
  .markten-header-shadow {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .markten-header-txt-container {
    padding-bottom: 25px;
  }
  .markten-txt-header {
    font-size: 50px;
  }
  .markten-intro-txt {
    margin-top: 10px;
  }
  .markt-link-block {
    width: 100%;
  }
  .markt-item-heading {
    font-size: 25px;
  }
  .markt-detail-header {
    font-size: 40px;
  }
  .markt-detail-intro-container {
    padding-bottom: 25px;
  }
  .markt-info-detail {
    min-height: 0px;
    padding-top: 30px;
  }
  .markt-detail-row {
    height: 80px;
    margin-top: -80px;
  }
  .markt-row-1 {
    display: none;
    width: 0%;
  }
  .markt-row-2 {
    padding-left: 25px;
  }
  .project-detail-photoblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project-detail-photoblock.row2 {
    height: auto;
  }
  .project-detail-photoblock.row3 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project-photo-3 {
    width: 100%;
    height: 230px;
  }
  .markt-detail-subtitle {
    margin-top: 35px;
    font-size: 35px;
  }
  .markt-detail-tekst1 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .paragraph-5 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .vorige-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: auto;
    padding-right: 0px;
  }
  .vorige-project.next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
  }
  .project-next {
    display: block;
    min-width: auto;
  }
  .project-slider {
    width: 100%;
  }
  .but-markten {
    padding-left: 25px;
    font-size: 16px;
    line-height: 1em;
  }
  .but-diensten {
    padding-left: 25px;
    font-size: 16px;
    line-height: 1em;
  }
  .text-detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .project-photo-1 {
    height: 230px;
    border-bottom-style: none;
  }
  .project-photo-2 {
    height: 230px;
    border-left-width: 10px;
  }
  .project-photo-4 {
    height: 230px;
  }
  .contact-persons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .person {
    width: 101%;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .name-person {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .person-functie {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .left {
    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;
  }
  .home-covid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-covid-content {
    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;
  }
  .covid-txt {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .covid-img {
    width: 100%;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 35px;
  }
  .bold-text-2 {
    font-size: 32px;
  }
  .footer-social {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Fontawesome 400';
  src: url('../fonts/FontAwesome-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}