* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html,
body {
  margin:0;
  padding:0;
  height:100%;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

@media screen and (min-width: 800px) {

  .come-in-left {
    transform: translateX(-300px);
    animation: come-in-left 0.8s ease forwards;
  }
  .come-in-left:nth-child(odd) {
    animation-duration: 1s; /* So they look staggered */
  }
}

@keyframes come-in-left {
  to { transform: translateX(0); }
}
@media screen and (min-width: 800px) {
  .come-in-right {
    transform: translateX(300px);
    animation: come-in-right 0.8s ease forwards;
  }
  .come-in-right:nth-child(odd) {
    animation-duration: 1s; /* So they look staggered */
  }
}
@keyframes come-in-right {
  to { transform: translateX(0); }
}

/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.videoInstagram{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.bevestiging i {
  font-size: 3em;
  color: #61aa37;
  margin-bottom: 20px;
}

.bevestiging h2 {
  text-transform: uppercase;
  color: #61aa37;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  color: #61aa37;
  margin-bottom: 10px;
}

.bevestiging p {
  line-height: 150%;
  color: #61aa37;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #61aa37;
  font-weight: 200;
  color: white;
  margin-top: 20px;
  border: 1px solid #61aa37;
}

.bevestiging a:hover {
  background-color: transparent;
  color: #61aa37;
}

/* Einde Bevestiging*/

/* GDPR */ 

#content-container {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  margin: auto;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #77B751;
  margin-bottom: 20px;
  margin-top: 150px;
}


#content-container h2 {
  color:#77B751;
  font-size:2.4em;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: #77B751;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 1.2em;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #77B751;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}



/* Einde GDPR */


/* Cookie Melding */

.plenso_cookies {
  position: fixed;
  z-index: 9999;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  max-width: 400px;
  -webkit-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
  transition: all .5s;
}

.plenso_cookies > img {
  width: 50px;
}

.plenso_cookies > div {
  color: #3e3e3e;
  padding: 25px 0px;
  line-height: 25px;
  text-align: justify;
  font-size: 16px;
}

.plenso_cookies > div a {
  color: #3e3e3e;
  text-decoration: underline;
}

.plenso_cookies > a {
  background-color: #77B751;
  color: white;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

.plenso_cookies > a:hover {
  transform: scale(1.1);
}

/* Einde Cookie Melding */

/* Instagram */

.insta_titel {
  padding:60px;
  padding-top: 100px;
  position: relative;
  text-align: center;
}
.insta_titel .line-hold {
  position: relative;
}
.insta_titel .line-hold h2 {
  font-size: 30px;
  text-align: center;
  display: block;
  margin:0 auto;
  position: relative;
  z-index:2;
  background-color: #fff;
  color: #77b751;
  display: inline-block;
  padding:0 100px;
  font-weight: 600;
  letter-spacing: 1px;
}

.insta_titel .line-hold:after {
  display: block;
  height: 1px;
  background-color: #77b751;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.instagram_feed { 
  width: 100%; 
  max-width: 1600px; 
  margin: 0 auto; 
  display: flex; 
  justify-content: space-between; 
  -ms-align-items: center; 
  align-items: center; 
  flex-wrap: wrap; 
  padding: 25px; 
  padding-top: 30px; 
  background-color: white; 
  margin-top: 30px; 
 } 
 .instagram_feed .instagram_post { 
  width: 24%; 
  margin: 0 .5%; 
  position: relative; 
 } 
 .instagram_feed .instagram_post::after {
   content: "";
   display: block;
   padding-bottom: 100%;
 }
 .instagram_feed .instagram_post img { 
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
 } 
 .instagram_feed .instagram_post video { 
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
 } 
 .instagram_feed .instagram_post .overlay { 
  position: absolute; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  top: 0; 
  z-index: 1; 
  background-color: rgba(0,0,0,.5); 
  opacity: 0; 
  display: flex; 
  justify-content: center; 
  -ms-align-items: center; 
  align-items: center; 
  color: white; 
  font-size: 3em; 
  transition: all .3s; 
 } 
 .instagram_feed .instagram_post:hover .overlay { 
  opacity: 1;
 }

/* Einde instagram*/

/* Navigatie */

.container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.home_header {
  position: relative;
}

.container>aside {
  max-width: 350px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  padding-top: 70px;
}

main {
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.navigatie {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.bottom_navigatie {
  display: flex;
  width: 100%;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.navigatie .logo {
  width: 100px;
  margin-bottom: 20px;
}

.navigatie>a>img {
  width: 100%;
}

.navigatie .social {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
}

.navigatie .social a {
  background-color: #adcf9a;
  color: #fff;
  font-size: 1.1em;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  width: 40px;
  height: 40px;
  padding: 15px;
  border-radius: 200px;
  transition: all 1s ease;
}

.navigatie .social a:hover {
  transform: scale(1.1);
}

.navigatie nav {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  width: 90%;
}

.navigatie nav a {
  color: #979797;
  border-bottom: 1px solid #ececec;
  width: 100%;
  text-align: left;
  transition: all .3s;
  padding: 30px 0;
  position: relative;
  font-weight: 500;
  font-size: 1.1em;
  letter-spacing: 2px;
  transition: all 1s ease;
  padding-left: 20px;
}

.navigatie nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.navigatie nav .active {
  color: #adcf9a;
  font-weight: 700;
  border-bottom: 1px solid #adcf9a7a;
}

.navigatie nav a:hover {
  color: #adcf9a;
}

.navigatie nav .active i {
  display: block;
}


/* Einde navigatie */

/* Responsive navigatie */

.resnavigation {
  display: none;
  width: 100%;
  position: fixed;
  background-color: white;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.resnavigation a img {
  width: 70px;
}

.menubtn {
  display: block;
  width: 45px;
  cursor: pointer;
  margin-left: 20px;
  transition: all .3s;
}
.res-nav {
  display: block;
  width: 100%;
  max-width: 700px;
  height: 100%;
  position: fixed;
  right: -700px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .6s;
  background-color: #fff;
  padding-bottom: 100px;
}

.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0,0,0,.4);
}

.overvisible {
  display: block;
}

.nav_top {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 30px;
  }

  .logo_nav {
  width: 160px;
  }

  .closebtn {
  width: 40px;
  height: 40px;

  cursor: pointer;
  }

  .menu-block {
  overflow: hidden;
  }

  .menu-is-open {
  right: 0;
  }

  .res-nav nav {
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
  }

  .navitem {
  width: 100%;
  padding: 20px 50px;
  }

  .navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  }

  .navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(0deg);
  }

  .rotateImg  {
  transform: rotate(-180deg) !important;
  } 


  .navitem a {
  text-align: left;
  display: inline-block;
  color: rgba(0, 0, 0, 0.74);
  font-size: 30px;
  font-weight: 600;
  position: relative;
  }

  .navitem a,
  .navitem a:after,
  .navitem a:before {
  transition: all .5s;
  }

  .navitem a:hover {
  color: #77b751;
  }

  .navitem a:after {
  position: absolute;
  bottom: -5px;
  left: 2px;
  right: 2px;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #77b751;
  height: 2px;
  }
  .navitem a:hover:after {
  width: 100%;
  }

  .navitem i {
  font-size: 25px; 
  transition: all .3s;
  }

  .navitem .rotate {
  transform: rotate(90deg);
  }

  .activelink {
  color: #77b751 !important;
  }

  .navitem ul {
  display: none;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  }

  .navitem ul li {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding-left: 15px;
  border-left: 2px solid #eeeeee;
  }

  .navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;

  }

  .navitem ul a {
  font-size: 1.2em;
  color: #949494;
  padding: 7px 0;
  padding-left: 0;
  }


  .navi_footer>div {
  
  color: black;

  }

  .navi_footer img {
  width: 100%;
  position: absolute;
  bottom: 0;
  }
  .navi_footer img.logo {
  position: absolute;
  top: 30px;
  width: 50px;
  right: 30px;
  }

  .navi_footer>div {
  position: absolute;
  bottom: 10px;
  font-size: .9em;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  }

  .navi_footer>div div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  }

  .navi_footer>div p {
  width: 100%;
  text-align: center;
  padding: 5px;
  margin-bottom: 7px;
  color: black;
  font-weight: 500;
  font-size: 17px;
  font-style: italic;
  z-index: 100;
  }

  .navi_footer span {
  margin: 0 10px;
  }

  .navi_footer a {
    color: rgba(0,0,0,.74);
    font-size: .9em;
  }

  .navi_footer i {
    animation: pulseres 4s infinite;
    color: rgba(0,0,0,.74);
  }

/* Einde Menu */

/* Footer */

.disclaimer {
  color: #979797;
  padding: 10px 5px;
  font-size: .8em;
}

.disclaimer a {
  color: #979797;
}

.disclaimer span {
  padding: 0 5px;
}

.withlove i {
  animation: heartbeat 1.2s infinite;
}

.disclaimerres {
  color: #979797;
  padding: 10px 5px;
  font-size: .8em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  background-color: #ededed;
}

.disclaimerres a {
  color: #979797;
}

.disclaimerres span {
  padding: 0 5px;
}

.disclaimerres i {
  color: #979797;
  animation: pulse 4s infinite;
}

@keyframes pulseres {
	0% {
    color: rgba(0,0,0,.74);
	}

	5% {
		color: #8bcf97
	}
	10% {
    color: rgba(0,0,0,.74);
	}
	20% {
		color: #8bcf97
	}
	21% {
    color: rgba(0,0,0,.74);
	}

	50% {
    color: rgba(0,0,0,.74);
	}

	100% {
    color: rgba(0,0,0,.74);
	}
}

@keyframes pulse {
	0% {
		color: #979797;
	}

	5% {
		color: #8bcf97
	}
	10% {
		color: #979797;
	}
	20% {
		color: #8bcf97
	}
	21% {
		color: #979797;
	}

	50% {
		color: #979797;
	}

	100% {
		color: #979797;
	}
}

.slogan {
  text-align: center;
  font-size: 3em;
  font-weight: 600;
  color: #77b75165;
  padding: 40px 20px;
  padding-bottom: 60px;
  line-height: 120%;  
  width: 80%;
  margin: auto;
}

.slogan strong {
  color: #77b751be;
}

.slogan i {
  margin-bottom: 15px;
  font-size: 30px;
}

footer {
  width: 90%;
  margin: 20px 5%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  display: flex;
  justify-content: space-around;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 30px 10px;
  background-color: #fff;
}

footer div {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 50px;
  line-height: 150%;
  color: #151F29;
}

footer div h2 {
  font-size: 1.2em;
  font-weight: 700;
}

footer div a {
  color: #151F29;
}

/* Einde footer */

/* Home */

.page_header {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  padding: 50px 10px;
  padding-bottom: 20px;
  margin-top: 100px;
}

.page_header.home {
  margin-top: 0;
  padding-bottom: 0;
}

.page_header i {
  margin-bottom: 15px;
  color: #77B751;
  font-size: 25px;
}

.page_header h1 {
  line-height: 130%;
  font-size: 2.5em;
  text-align: center;
  color: #77B751;
  font-weight: 700;
  margin-bottom: 20px;
}

.page_header>h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.page_header div {
  color: #a6a6a6;
  line-height: 160%;
  text-align: center;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 60%;
  margin: auto;
}

.page_header.home div {
  width: 100%;
}

.page_header div p {
  width: 100%;
}

.home_header>img {
  width: 100%;
  z-index: 0;
  position: relative;
}

.overheader {
  width: 90%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  margin: 0 5%;
  padding: 50px;
  position: relative;
  background-color: white;
  margin-top: -100px;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.overheader div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}

.overheader div p {
  width: 48%;
}

.overheader h1 {
  font-family: 'Poppins', serif;
  font-size: 1.9em;
  color: #77B751;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  -ms-align-items: flex-end;
}

.overheader h1 i {
  margin-right: 15px;
}

.overheader div {
  line-height: 200%;
  color: #9c9c9c;
  font-size: 1.1em;
}

.overheader_ak {
  width: 35%;
  padding: 30px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: #f0f0f0;
}

.overheader_ak h2 {
  color: #7f7f7f;
  font-size: 1.1em;
}

.overheader_ak .telephone {
  color: #77B751;
  font-size: 2.5em;
  margin: 5px 0;
  font-family: 'Poppins', serif;
}

.overheader_ak .email {
  color: #7f7f7f;
  font-size: .9em;
}

.contactbutton {
  padding: 15px 0;
  font-family: 'Poppins', serif;
  font-size: 1.1em;
  position: absolute;
  right: 5%;
  top: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.contactbutton i {
  margin-left: 10px;
  margin-right: 5px;
  transition: all .3s;
}

.contactbutton:hover i {
  margin-left: 15px;
  margin-right: 0;
}

/* Einde Home */

/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}

.blokken article>img {
  width: 55%;
}

.blokken_content {
  width: 45%;
  padding: 30px;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  min-height: 130px;
  margin-bottom: 10px;
}

.blokken_titel h3 {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 8em;
  color: #e7fbdb;
  padding-left: 15px;
  font-weight: 700;
  border-left: 3px solid #bce5a3;
  font-weight: 600;
  letter-spacing: 9.7px;
  z-index: 0;
  transform: translateY(-50%);
}

.blokken_titel h2 {
  color: #77B751;
  letter-spacing: 0.8px;
  line-height: 150%;
  position: relative;
  font-weight: 700;
  z-index: 1;
  padding-left: 15px;
  font-size: 1.7em;
  font-family: 'Poppins', serif;
}

.blokken_tekst {
  color: #AEAEAE;
  font-size: 1.2em;
  line-height: 190%;
}

.blokken article a {
  color: #77B751;
  margin-top: 20px;
  font-family: 'Poppins', serif;
  display: inline-block;
  font-size: 1.1em;
}

.blokken article a i {
  margin-left: 5px;
  transition: all .5s; 
}

.blokken article a:hover i {
  margin-left: 10px;
}


/* Einde Blokken */

/* Home banner */

.home_banner .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 200px;
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
  background: transparent;
}

.home_banner .slick-arrow i {
  font-size: 35px;
  padding: 0 !important;
}

.home_banner .slick-next, .blokken_slider .slick-next {
  right: 10px;
  left: initial;
}

.home_banner article {
  position: relative;
}

.home_banner {
  width: 100%;
  margin: auto;
}

.home_banner article img {
  width: 100%;
}

.home_banner article>div  {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 140px);
  max-width: 1600px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.home_banner article>div div {
  max-width: 800px;
}

.blokken_slider article h2 {
  font-weight: 700;
 font-size: 3.1em;
  color: #4c4c4c;
}

.home_banner article h2 {
  background-color: #4c4c4c52;
  font-weight: 700;
  font-size: 3.1em;
  color: #fff;
  padding: 10px 20px;
  width: fit-content;
}

.home_banner article h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2em;
  background-color: #4c4c4c52;
  color: #fff;
  margin-bottom: 15px;
  padding: 10px 20px;
  width: fit-content;
}

.blokken_slider article h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2em;
  color: #4c4c4c;
}

.home_banner article a, .blokken_slider article a, .blokken_content a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  width: fit-content;
  padding: 10px 30px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
  color: #61aa37 !important;
  border: 1px solid #61aa37;
  transition: all 0.8s ease;
  background-color: white;
  margin-top: 1em;
}

.home_banner article i, .blokken_slider article i, .blokken_content i {
  margin-left: 10px;
}

.home_banner article a:hover, .blokken_slider article a:hover, .blokken_content a:hover {
  transform: scale(1.1);
}

/* Personas */

.personas {
  width: 90%;
  margin: auto;
  margin-top: 60px;
}

.personas .slick-arrow {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 200px;
  color: #4b4b4b;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
  background: transparent;
}

.personas .slick-arrow i {
  font-size: 35px;
  padding: 0 !important;
}

.personas .slick-next, .blokken_slider .slick-next {
  right: -20px;
  left: initial;
}

.personas .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  bottom: -40px !important;
}

.personas .slick-dots li {
  margin: 5px;
  width: 15px;
  height: 15px;
  background-color: #efefef;
  border-radius: 100px;
}

.personas .slick-dots li button {
  display: none;
}

.personas .slick-dots .slick-active {
  background-color: #77b751 !important;
}

.personas h1 {
  font-family: 'Poppins',serif;
  font-size: 1.9em;
  color: #77b751;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.personas h1 i {
  margin-right: 15px;
}

.personas div img {
  width: 100%;
}

.personas div {
  position: relative;
}

.personas .overlay {
  content: "";
    height: 60%;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    transition: all 2s;
    opacity: 1;
    top: auto;
    position: absolute;
    pointer-events: none;
    background-image: -webkit-linear-gradient(bottom,#19191b 0,rgba(25,25,27,0) 100%);
    background-image: linear-gradient(to top,#19191b 0,rgba(25,25,27,0) 100%);
    -webkit-transition: .2s cubic-bezier(.4,0,.2,1);
    transition: 2s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}


.personas div h2 {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  z-index: 3;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}



/* Einde personas */

/* Projecten */

.referenties_overzicht {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}

.referenties_overzicht article {
  width: 33.33%;
  padding: 15px;
}

.reference {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px !important;
}

.referenties_overzicht article>div {
  width: 100%;
  position: relative;
  transition: .3s;
  /* -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22Fpx 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0Fpx rgba(82,82,82,0.15); */
  border-bottom: 2px solid #F8F8F8;
}

.referenties_overzicht article>div:hover {
  transform: scale(1.05);
}

.referenties_overzicht article img {
  width: 100%;
}

.referenties_overzicht article a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.referentie_overzicht_content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.referentie_overzicht_content i {
  font-size: 1.2em;
}

.referentie_overzicht_content h2 {
  color: #000;
  font-weight: 700;
  font-size: 1.4em;
}

.referentie_overzicht_content h3 {
  color: #676767;
  font-weight: 700;
  font-size: .9em;
  margin-bottom: 2px;
}

.referentie_size_switch {
  height: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 10px;
}

.referentie_size_switch > div {
  height: 100%;
  min-width: 50px;
  margin: 5px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #a2a2a2;
  cursor: pointer;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.referentie_size_switch > div img {
  width: 20px;
  filter: grayscale(100%);
}

.referentie_size_switch .active img {
  filter: grayscale(0);
}

.referentie_size_switch .active {
  color: #77b751;
}

.realisatie_detail_page {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.realisatie_detail_page article {
  width: 100%;
}

.realisatie_map, .realisatie_video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0px;
  z-index: 1;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  display: none;
}

.realisatie_video>div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.realisatie_video iframe {
  height: 100%;
  width: 65%;
}

.realisatie_video>div h2 {
  font-size: .9em;
  padding: 8px 15px;
  background-color: #77b751;
  color: white;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 200px;
}

.realisatie_video>div h1 {
  font-size: 2.5em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.83);
}

.realisatie_video>div>div {
  height: 100%;
  width: 35%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 15px;
  border-right: 10px solid white;
}

#realisatie_map {
  width: 100%;
  height: 100%;
}

.realisatie_detail_content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 100px;
}

.realisatie_detail_page>img {
  width: 100%;
}

.respimage {
  display: none;
}

.realisatie_detail_content h1 {
  font-size: 2.9em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.83);
}

.realisatie_detail_content h2 {
  font-size: .9em;
  padding: 8px 15px;
  background-color: #77b751;
  color: white;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 200px;
}

.realisatie_detail_content h2 i {
  margin-right: 5px;
}

.realisatie_controls {
  max-width: 1400px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border: 2px solid #EFEFEF;
  padding: 10px 0;
  background-color: #EFEFEF;
  position: absolute;
  bottom: -30px;
  z-index: 10;
  left: 2.5%;
}

.realisatie_controls .control a {
  font-weight: 700;
  color: #4b4b4b;
  margin: 10px 0;
  padding: 0 25px;
  border-right: 2px solid #EFEFEF;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s;
}

.realisatie_controls .control .active {
  color: #77b751 !important;
}

.realisatie_controls .control a:hover {
  transform: scale(1.1);
}

.realisatie_controls a i {
  margin-right: 15px;
  font-size: 1.3em;
}

.realisatie_controls .control {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.realisatie_controls .control a:last-child {
  border-right: none;
}

.realisatie_controls .social {
  display: flex;
  flex-direction: row;
  padding-right: 20px;
}
.realisatie_controls .social a {
  font-size: 1.1em;
  background-color: #4b4b4b;
  color: #efefef;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  padding: 15px;
  border-radius: 200px;
  width: 33px;
  height: 33px;
  z-index: 10;
  transition: all 1s ease;
}

.realisatie_controls .social a:hover {
  transform: scale(1.1);
}

.realisatie_controls .social a i {
  margin-right: 0;
  font-size: 16px;
}

.realisatie_content {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}

.realisatie_content>div {
  width: 100%;
}

.realisatie_content aside {
  width: 450px;
  border: 2px solid #EFEFEF;
  margin-left: 50px;
}

.realisatie_content aside h2 {
  font-size: 1.2em;
  color: #77b751;
  font-weight: 700;
  margin-bottom: 10px;
}


.realisatie_content aside ul {
  list-style-type: disc;
  padding-left: 30px;
}
.realisatie_content aside p, .realisatie_content aside li {
  color: #777777;
  line-height: 180%;
  font-size: 1.1em;
}

.realisatie_content aside>div:not(:last-of-type) {
  padding-bottom: 10px;
  margin-top: 15px;
  border-bottom: 2px dashed #EFEFEF;
  padding: 20px;
  padding-top: 10px;
}

.realisatie_content aside>div:last-of-type {
  background-color: #77B751;
  padding: 20px;
  text-align: center;
}

.realisatie_content aside>div:last-of-type a {
  color: #fff;
  font-size: 1em;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}

.realisatie_content aside>div:last-of-type a:hover {
  transform: scale(1.1);
}

.realisatie_content aside>div:last-of-type i {
  margin-bottom: 15px;
  font-size: 20px;
}

.realisatie_content aside>div:last-of-type p {
  color: #fff;
  line-height: 130% !important;
}


.realisatie_content .breadcrum {
  font-weight: 700;
  color: #E1E1E1;
  font-size: .8em;
  padding-bottom: 15px;
}

.realisatie_content .breadcrum a {
  color: #E1E1E1;
}

.realisatie_tekst {
  line-height: 200%;
  font-size: 1.2em;
  color: #777777;
}

.realisatie_images {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 15px 0;
  flex-wrap: wrap;
}

.realisatie_images article {
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}

.realisatie_images article div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,.6);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 2em;
  color: white;
  transition: all .3s;
  opacity: 0;
  cursor: pointer; 
}

.realisatie_images article div.loc {
  top: 80%;
  transform: translateY(-20%);
  font-size: 16px;
  padding: 10px;
}

.realisatie_images article:hover div {
  opacity: 1;
}

.realisatie_images article img {
  width: 100%;
}



.andere_realisaties {
  width: 100%;
  padding: 80px 10px;
  margin-bottom: 50px;
  background-color: #EFEFEF;
}


.andere_realisaties>div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.andere_realisaties>div>h2 {
  font-weight: 700;
  font-size: 1.5em;
  color: #262626;
  width: 100%;
  margin-bottom: 20px;
}

.andere_realisaties>div article {
  width: 31.83%;
  margin-right: 2%;
  position: relative;
  transition: all .3s;
} 

.andere_realisaties>div article:hover {
  transform: scale(1.05);
}

.andere_realisaties>div article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.andere_realisaties>div article img {
  width: 100%;
}

.andere_realisaties>div article:last-of-type {
  margin-right: 0;
}

.andere_realisaties .referentie_overzicht_content {
  background-color: white;
}

.spinnerbox {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.spinnerbox img {
  width: 100px;
}

.noprods {
  width: 100%;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
}

/* Einde projecten */

/* Contact */

#dasmap {
  width: 100%;
  height: 500px;
}

.contact {
  width: 90%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  margin: 0 5%;
  padding: 50px;
  position: relative;
  background-color: white;
  margin-top: -100px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  min-width: 100%;
}

.contact_form input[type=text], .contact_form input[type=email], .contact_form textarea {
  padding: 10px 0;
  margin-bottom: 25px;
  border: none;
  border-bottom: 2px solid #dadada;
  width: 100%;
  font-family: 'Poppins', serif;
  font-size: 1em;
}

.contact_form #NaamInput {
  width: 48%;
}

.contact_form #EmailInput {
  width: 100%;
}

.contact_form input[type=submit] {
  padding: 10px 25px;
  margin-top: 10px;
  border: none;
  border: 1px solid #77B751;
  background-color: #77B751;
  color: white;
  font-weight: 500;
  font-size: 1.1em;
  font-family: 'Poppins', serif;
  letter-spacing: 1px;
  transition: all 1s ease;
}

.contact_form input[type=submit]:enabled:hover {

  background-color: transparent;
  color: #77B751;
 
}

.contact_form input[type=submit]:disabled {
  opacity: .7;
}

.contact_form textarea {
  height: 150px;
}

.contact_form h1 {
  font-size: 2em;
  color: #77B751;
  font-weight: 700;
  font-family: 'Poppins', serif;
  margin-bottom: 15px;
  width: 100%;
}

.contact_immo {
  width: 35%;
}

.contact_immo h2 {
  font-size: 2em;
  color: #77B751;
  font-family: 'Poppins', serif;
  margin-bottom: 15px;
}

.contact_immo div {
  color: #afafaf;
  font-size: 1.1em;
  line-height: 200%;
}

/* Einde Contact */

/* Blog */

.blog-img img {
  width: 100%;
}
.blog-head {
  text-align: center;
  margin:60px auto;
  position: relative;
}
.blog-head .c {
  width: 90%;
  max-width: 800px;
  margin:50px auto 60px auto;
}
.blog-content {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
}

.blog-item {
  position: relative;
}
.blog-item a {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 2;
}

.blog-rows {
  margin-top: 1%;
}

.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}

.blog-row:last-child {
  margin-bottom: 0;
}

.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.row-block:not(:nth-child(2n)){
  margin-right: 1%;
}

.blog-row.type-b .row-block {
  margin:0;
  width: 100%;
}

.blog-row.reverse .row-block:first-child {
  order:2;
  margin-left: 1%;
  margin-right: 0%;
}

.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)){
  margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
  width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3){
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 1;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
}

.blog-rows .blog-inhoud h2 {
  left: 20%;
  right: 20%;
  text-align: center;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.2em;
}

.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.1em;
}

.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}

.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c.reverse .combo-img .big {
  order:2;
}
.type-c .combo-img > * {
  width: 50%;
}
.type-c .combo-img .big img {
  width: 100%;
}
.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c .combo-img .small img {
  width: 50%;
}
.button-hold {
  padding-bottom: 60px;
  text-align: center;
}
.button-hold:last-child {
  margin-bottom:0px;
}
.button-hold a {
  display: inline-block;
  border-bottom: 1px solid #77B751;
  padding: 10px 0;
  font-size: 1.1em;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.8s ease;
  margin-top: 50px;
  color: #77B751;
}

.button-hold a i {
  margin-left: 5px;
  transition: all .3s;
}

.button-hold a:hover i {
  transform: translateX(10px);
}


.blog-holder {
  display: flex;
  margin-top: 60px;
}
.blog-aside {
  width: 400px;
  margin-right: 50px;
}
.blog-main {
  width: calc(100% - 350px);
}
.blog-main .c {
  color: #636363;
  line-height: 150%;
  font-size: 1em;
}
.blog-main .blog-img {
  position: relative;
  width: 100%;
}
.blog-main .blog-img .h1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding:25px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.4em;
}
.blog-aside h3 {
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 25px;  
  color: #77B751;
}
.blog-nav nav {
  border-top: 1px solid rgb(220,220,220);
  margin-bottom: 60px;
}
.blog-nav a {
  line-height: 40px;
  display: block;
  border-bottom: 1px solid rgb(220,220,220);
  color: rgb(100,100,100);
  padding-left: 8px;
}
.blog-nav a:hover,.blog-nav a.active {
  color:#77B751;
}
.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2em;
  color: #77B751;
  cursor: pointer;
}
.blog-recent h2 {
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4b4b4b;
}
.blog-recent .c {
  margin-bottom: 10px;
  color: #afafaf;
  line-height: 150%;
}
.blog-recent .blog-item {
  margin-bottom: 35px;
}
.blog-recent .more {
  font-weight: bold;
  color: #77B751;
}
.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.blog-overzicht .blog-item a {
  color: #4b4b4b;
  position: static;
}
.blog-overzicht .btn-hold {
  padding-top: 25px;
  text-align: left;
}
.blog-overzicht .btn-hold a {
  display: inline-block;
  line-height: 45px;
  background-color: #77B751;
  padding:0 20px;
  font-weight: 700;
  border:1px solid #77B751;
  color: #fff;
  transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
  background-color: transparent;
  color: #77B751;
}

.blog-overzicht h2 {
  font-size: 1.4em;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #77B751;
}
.blog-overzicht .blog-item {
  margin-bottom: 45px;
  width: 48%;
  margin: 1%;
}
.blog-overzicht .blog-item:nth-child(n+6){
  width: 32%;
  margin-bottom: 2%;
}
.blog-overzicht .blog-item:nth-child(n+6) .c, .blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
  display: none;
}
.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)){
  margin-right: 2%;
}
.blog-content-row {
  margin-bottom: 36px;
}
.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}
.blog-content-row h2 {
  font-family: 'Playfair Display',sans-serif;
  font-size: 2.4em;
  text-transform: uppercase;
  line-height: 150%;
  text-align: center;
}
.blog-content-row .c {
  width: 90%;
  max-width: 800px;
  margin:0 auto;
  text-align: center;
}
.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}
.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}
.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}
.blog-content-row .multi-img-holder>a img {
  width: 100%;
}
.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.blog-content-row .tekst-and-image > * {
  width: 50%;
}
.blog-content-row .tekst-and-image .c {
  padding:0 20px;
}
.blog-content-row .tekst-and-image.reverse .img {
  order:2;
} 
.title-hold {
  text-align: center;
  margin-bottom: 36px;
}
.title-hold h3 {
  color: #77B751;
  font-size: 1.8em;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #eeeeee;
  font-weight: 700;
}

/* Einde Blog */


/* Media Query's */

@media screen and (max-width: 1500px) {
  .units article {
    width: 49%;
  }

  .units article:nth-child(2n) {
    margin-right: 0;
  }

  .units article:nth-child(3n) {
    margin-right: 2%; 
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .blog-aside {
    order:2;
    width: 100%;
    margin-right: 0;
  }
  .blog-main {
    width: 100%;
  }
  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .realisatie_video>div>div {
    display: none;
  }

  .realisatie_video iframe {
    width: 100%;
  }

  .realisatie_images article div.loc {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .page_header {
    margin-top: 0px;
  }
  .realisatie_tekst {
    font-size: 1em;
  }

  .realisatie_controls {
    flex-wrap: wrap;
    border: none;
    margin-top: 0;

    background-color: #f5f5f5;
  }

  .realisatie_controls .control a {
    font-size: .8em;
    width: 25%;
    justify-content: flex-start;
  }

  .realisatie_controls .control {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
  }

  .realisatie_controls .social {
    display:none;
  }
  .referenties_overzicht article {
    width: 50% !important;
  }

  .photobanner article {
    width: 25%;
  }

  .vacature_overzicht article h2 {
    font-size: 1.1em;
  }

  .realisatie_tekst {
    font-size: 1em;
  }

  .realisatie_controls {
    flex-wrap: wrap;
    border: none;
    margin-top: 0;

    background-color: #f5f5f5;
  }

  .realisatie_controls .control a {
    font-size: .8em;
    width: 25%;
    justify-content: flex-start;
  }

  .realisatie_controls .control {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
  }

  .realisatie_controls .social {
    display:none;
  }
  .container>aside {
    display: none;
  }

  .resnavigation {
    display: flex;
  }

  main {
    padding-top: 100px;
  }

  .contactbutton {
    display: none;
  }

  html, body {
    overflow-y:scroll;
    height: initial;
  }

  main {
    height: initial;
    overflow: auto;
  }
  .container {
    height: initial;
    overflow: inherit;
  }

  body {
    overflow: auto;
  }

  .blog-overzicht .blog-item:nth-child(n+6) h2 {
    font-size: 1.6rem;
  }
  .blog-content-row .tekst-and-image > * {
    width: 100%;
  }
  .blog-content-row .tekst-and-image .img {
    margin:15px auto;
    max-width: 500px;
  }
}

@media screen and (max-width: 1150px) {
  .page_header div
	{
		width: 80%;

	}
  .page_header>h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .overheader {
    width: 100%;
    margin: 0%;
  }
  .slogan {
    font-size: 2.5em;
    padding: 60px 30px;  
  }

}

@media screen and (max-width: 1000px) {
  .overheader div {
    display: block;
  }
  .overheader div p {
    width: 100%;
  }
  .realisatie_content {
    flex-wrap: wrap;
    max-width: 95%;
  }

  .realisatie_content aside {
    width: 100%;
    order: 1;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 20px 0;
    border: none;
    padding-top: 0;
  }

  .realisatie_content>div {
    order: 2;
  }

  .realisatie_controls .control a {
    width: 33.33%;
  }

  .andere_realisaties>div article {
    width: 48%;
    margin-bottom: 10px;
  }

  .referentie_size_switch {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  
  .referentie_size_switch {
    width: 100%;
  }

  .blokken {
    -ms-align-items: center;
    align-items: center;
    margin-top: 0;
  }

  .blokken article {
    flex-wrap: wrap;
    width: 90%;
  }

  .blokken article:first-of-type {
    padding-top: 20px;
  }

  .blokken_content {
    width: 100%;
    order: 2;
    padding: 30px 0;
  }

  .blokken article>img {
    width: 100%;
    order: 1 !important;
  }

  .overheader_tekst {
    padding-left: 0;
    border-left: none;
  }

  .blokken_titel h3 {
    border-left: none;
    padding-left: 0;
  }

  .contact_form {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-bottom: 50px;
  }

  .contact_immo {
    width: 100%;
  }

  .contact, .aanbod_pagina, .aanbod_detail {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }



  .aanbod_detail_info {
    flex-wrap: wrap;
  }

  .unit_form {
    margin-top: 50px;
  }

  .aanbod_detail_info .gegevens {
    width: 100%;
  }

  .aanbod_detail_info .gegevens>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  .overheader_ak {
    width: 100%;
    margin-top: 30px;
  }

  .overheader div {
    width: 100%;
  }

  .overheader {
    flex-wrap: wrap;
  }
  .overheader_tekst {
    text-align: center;
  }
}

@media screen and (max-width: 950px) {

  #content-container h1 {
    font-size: 2.5em;
    margin-bottom: 60px !important;
  }

  #content-container h2 {
    font-size:1.8em;
  }
  .insta_titel .line-hold h2 {
    padding: 0 30px;
  }
}

@media screen and (max-width: 900px) {
  .realisatie_detail_content {
    padding: 0 30px;
  }

  .realisatie_detail_content h1 {
    font-size: 2em;
  }

  footer div {
    padding: 20px;
  }

  .slogan {
    padding: 60px 20px;
    font-size: 2em;
  }
}



@media screen and (max-width: 800px){
  .personas {
    margin-bottom: 30px;
  }

  .referenties_overzicht article {
    font-size: .9em;
  }

  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.6rem;
  }
  .blog-content-row .multi-img-holder.four>*,.blog-content-row .multi-img-holder.three>* {
    width: 49%;
  }
  .blog-content-row .multi-img-holder.four>*:nth-child(-n+2){
    margin-bottom: 2%;
  }
  .blog-content-row .multi-img-holder.three>*:last-child{
    display: none;
  }
  .insta_titel .line-hold h2 {
    font-size: 25px;
  }
  .insta_titel {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px){
  
  .personas {
    margin-top: 30px;
  }

  .personas h1 {
    margin-bottom: 5px;
  }
  .realisatie_controls {
    bottom: -60px;
  }
  .realisatie_controls .control a {
    width: 50%;
  }

  .realisatie_content {
    margin-top: 80px;
  }

  .realisatie_content aside h2 {
    font-size: 1.2em;
  }

  .realisatie_content aside p {
    font-size: .9em;
  }
  .page_header div
	{
		width: 90%;
		font-size: 18px;

	}
  .page_header h1
	{
		font-size: 2em;
	}

  .aanbod_detail_fotos>div {
    width: 50%;
  }

  .aanbod_pagina, .contact {
    padding: 20px;
  }

  .aanbod_detail>h1, .aanbod_detail>h2, .aanbod_detail_tekst, .aanbod_detail_fotos {
    padding: 0 20px;
  }

  .aanbod_detail {
    padding: 20px 0;
  }

  .aanbod_pagina {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .aanbod_pagina h1, .aanbod_pagina h2 {
    text-align: center;
  }

  .aanbod_tekst {
    color: #9f9f9f;
    text-align: center;
  }
  
  .blokken {
    width: 100%;
  }

  .overheader {
    padding: 30px 20px;
  }

  .contact_form h1, .contact_immo h2, .overheader h1, .aanbod_pagina h1, .personas h1 {
    font-size: 1.5em;
  }

  .contact_immo div, .blokken_tekst, .aanbod_tekst, .aanbod_detail_info .gegevens>div {
    font-size: 1em;
  }
  
  .contact_form input[type=text], .contact_form input[type=email], .contact_form textarea {
    font-size: 1em;
  }

  .unit_form input[type=submit] {
    width: 100%;
  }

  footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    text-align: center;
  }

  footer div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    -ms-align-items: center;
  }
}

@media screen and (max-width: 700px){  
  
  .realisatie_detail_content {
    -ms-align-items: center;
    align-items: center;
  }

  .realisatie_detail_content h1 {
    font-size: 1.5em;
  }

  .realisatie_detail_content h2 {
    font-size: .7em;
  }

  .realisatie_images article {
    width: 48%;
  }
  .referenties_overzicht article {
    font-size: .8em;
    padding: 5px;
  }

  .referenties_overzicht article>div:hover {
    transform: scale(1);
  }
  .slogan {

  }
  .blog-row .row-block,.blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }
  .row-block:not(:nth-child(2n)){
    margin-right: 0;
  }
  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }
  .blog-row {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 680px){
  .blog-main .blog-img .h1 {
    position:static;
    padding:25px 15px;
    font-size: 1.2em;
    background-color: #77B751;
  }
}
@media screen and (max-width: 650px) {
  .instagram_feed {
    margin-top: 0;
    padding-top: 15px;
  }
  .menubtn {
    width: 40px;
  }
  .overheader  {
  text-align: center;  
  }
  .overheader h1, .personas h1 {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  -ms-align-items:center;

  }
  .overheader h1 i, .personas h1 i {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #content-container h1 {
    font-size: 2.1em;

  }

  .home_banner .slick-arrow i {
    font-size: 25px;
  }

  #content-container h2 {
    font-size:1.5em;
  }

  .instagram_feed .instagram_post { 
    width: 49%; 
    margin: .5% .5%;
   } 
   .realisatie_content aside>div:last-of-type a {
    font-size: 1.1em;
  }
  
  .realisatie_content aside>div:last-of-type i {
    font-size: 22px;
  }
  
}
@media screen and (max-width: 600px){

  .contact_form #NaamInput {
    width: 100%;
  }
  
  .referenties_overzicht article {
    width: 100% !important;
  }
  .page_header h1
	{
		font-size: 1.7em;
	}

	.page_header div
	{
		font-size: 18px;
		width: 95%;
	}
  .personas {
    margin-bottom: 50px;
  }
  .blog-more-nav-btn {
    display: block;
  }
  .blog-more-nav {
    display: none;
  }
 
  .units article {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }


  .menu-is-open {
    right: 0;
  }

  .insta_titel .line-hold h2 {
    font-size: 20px;
  }

  .insta_titel {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 550px) {
  .personas {
    margin-top: 10px;
  }
  .slogan i {
    font-size: 25px;
  }
  .slogan {
    padding: 60px 10px;
    padding-top: 40px;
    font-size: 1.5em;
  }
  .resnavigation a img {
    width: 50px;
  }
  .andere_realisaties>div article {
    width: 98%;
  }

  .navi_footer>div div {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    -ms-align-items: flex-end;
    padding-right: 15px;
    line-height: 130%;
  }

  .navi_footer>div {
    border-top: 2px solid #efefef;
    padding-top: 15px;
  }

  .navi_footer span {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .aanbod_detail_info .gegevens>div {
    font-size: .8em;
  }

  .contact_form input[type="submit"] {
    padding: 8px 20px;
    font-size: 1em;
}

  .disclaimerres {
    flex-direction: column;
    line-height: 140%;
  }

  .disclaimerres span {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  
  .plenso_cookies {
    right: 10px;
  }

}

@media screen and (max-width: 400px){
  .row-block.extra {
    display: none;
  }
  .blog-main .blog-img .h1 {
    font-size: 1.6rem;
  }
}



/* HEIGHT MEDIA QUERYS */

@media screen and (max-height: 800px) {
  .contactbutton {
    display: none;
  }
}