* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'english111_vivace_btregular';
  src: url('/fonts/english-111-vivace-bt_nl.allfont.net-webfont.woff2') format('woff2'),
  url('/fonts/english-111-vivace-bt_nl.allfont.net-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

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;
 font-family: 'Montserrat', sans-serif;
 height:100%;
}

select::-ms-expand {
  display: none;
}


/* Algemeen */

.insta-preview {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instaholder h2 {
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 1.7em;
  color: #A8CE3A;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.klantenreacties>h2 {
  font-size: 2.7em;
  font-family: 'english111_vivace_btregular', serif;
  z-index: 2;
  position: relative;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  color: #444444;
}

.instagram a {
  width: 23%;
  margin: 1%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.instagram a:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.instaholder {
  padding: 25px 0;
  background-color: #efefef;
  margin-top: 20px;
}

.instagram {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  position: relative;
}

.contain {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.responsivespacer {
  display: none;
  width: 100%;
  position: relative;
  height: 86px;
}

footer {
  background-color: #fff;
  padding: 50px 10px;
  padding-bottom: 20px;
}

.social_footer {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}

.social_footer a {
  margin: 0 10px;
  width: 100px;
  height: 100px;
  color: #AF996D;
  border-radius: 200px;
  display: flex;
  font-size: 1.8em;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.social_footer a img {
  width: 100%;
}

.innerfooter {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.footer_item {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.footer_item div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin: 10px;
  color: #353535;
  letter-spacing: 1px;
}

.footer_item div span {
  width: 50px;
  height: 20px;
}

.footer_item div a {
  color: #353535;
}

.siteby {
  background-color: #e6e6e6;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  color: #717171;
  letter-spacing: .5px;
  font-size: .8em;
}

.siteby a {
  color: #717171;
}

.siteby span {
  margin: 0 10px;
}

/* Einde Algemeen */


/* Navigatie */

.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  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;
}

.closebtn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 80px;
  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: 25px;
}

.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(-450deg);
}

.rotateImg  {
  transform: rotate(0deg) !important;
} 

.navitem a {
  color: #797979;
  font-family: 'english111_vivace_btregular', serif;
  font-weight: 700;
  font-size: 1.4em;
  letter-spacing: 2px;
}

.active_res {
  border-bottom: 2px solid #F5E3B0 !important;
  color: #F5E3B0 !important;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-left: 2px solid #c8c8c8;
  margin-top: 10px;
  padding-top: 10px;
}

.navitem ul li {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #c8c8c8;
}


.navigatie {
  width: 100%;
  margin-bottom: 20px;
}

.innernavigatie {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.innernavigatie nav {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 90%;
  padding: 15px 10px;
  margin-top: 10px;
}

.innernavigatie nav a {
  font-size: .8em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #353535;
  transition: all .3s;
}

.innernavigatie nav a div {
  background-color: white;
  z-index: 1;
  position: relative;
}

.innernavigatie nav a span {
  padding: .5px 5px;
  margin: 0 10px;
  background-color: #DBB957 !important;
  transition: all .6s;
  position: relative;
  z-index: 0;
  display: none !important;
}

.innernavigatie nav a span:first-child {
  transform: translateX(20px);
}

.innernavigatie nav a span:last-child {
  transform: translateX(-20px);
}

.innernavigatie nav a:hover {
  color: #DBB957 !important;
}

.innernavigatie nav a:hover span:first-child {
  transform: translateX(0);
}

.innernavigatie nav a:hover span:last-child {
  transform: translateX(0);
}

.active_link {
  color: #DBB957 !important;
}

.active_link span {
  transform: translateX(0) !important;
}

.navigatie_top {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: .9em;
  width: 100%;
}

.navigatie_top a {
  color: #969696;
}

.navigatie_social {
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  width: 33.33%;
}

.navigatie_menu {
  width: 33.33%;
  display: none;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.navigatie_menu img {
  width: 20px;
  cursor: pointer;
}

.navigatie_social a {
  margin: 10px;
}

.navigatie_info {
  width: 33.33%;
  display: flex;
  justify-content: flex-start;
}

.logo {
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Einde Navigatie */

/* Slider */

.slider {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.slider article {
  width: 100%;
}

.slider article img {
  width: 100%;
}


/* Einde Slider */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1400px;
  padding: 30px 10px;
  margin: 0 auto;
  width: 100%;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
  width: 100%;
}

.blokken article>img {
  width: 55%;
  order: 1;
}

.blokken_content {
  width: 45%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h3 {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 8em;
  color: #F6F6F6;
  display: none;
  font-weight: 600;
  letter-spacing: 9.7px;
  z-index: 0;
  transform: translateY(-50%);
}

.blokken_titel h2 {
  color: #727272;
  font-family: 'english111_vivace_btregular', serif;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-size: 2.5em;
}

.blokken_tekst {
  color: #AEAEAE;
  line-height: 180%;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_content>a {
 padding: 10px 0;
 font-size: .8em;
 text-transform: uppercase;
 letter-spacing: 1px;
 display: inline-block;
 margin-top: 40px;
 color: #DBB957;
 border-bottom: 1px solid #DBB957;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s; 
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(even) img {
  order: 3;
}

.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); }
}


/* Diensten */

.diensten {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.diensten article {
  width: 31.33%;
  margin: 1%;
  background-color: #F0F0F0;
  padding: 50px 35px;
  flex:1;
  padding-bottom: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}



.diensten article h2 {
  font-family: 'english111_vivace_btregular', serif;
  font-size: 2.3em;
  text-align: center;
  color: #727272;
  width: 100%;
  margin-bottom: 20px;
}

.dienst_tekst {
  line-height: 180%;
  text-align: center;
  font-size: .9em;
  color: #909090;
  width: 100%;
}

.dienst_tekst p {
  width: 100%;
}

.diensten article a {
  padding: 10px 0;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  color: #DBB957;
  border-bottom: 1px solid #DBB957;
}

.diensten article a i {
  margin-left: 10px;
  transition: all .3s;
}

.diensten article a:hover i {
  margin-left: 15px;
}

.dienst_icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-size: 2.3em;
  color: #727272;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

/* Einde Diensten */


/* Titel Banner */

.title_banner {
  width: 100%;
  position: relative;

  padding: 80px 10px;
}

.title_banner a {
  margin-top: 20px;
  display: inline-block;
  border: 1px solid #353535;
  color: #353535;
  text-transform: uppercase;
  font-size: .9em;
  padding: 12px 25px;
  border-radius: 200px;
  transition: all .3s;
}

.title_banner a:hover {
  background-color: #353535;
  color: white;
}

.title_banner>div {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.title_banner h1, .page_header h1 {
  text-align: center;
  font-size: 3em;
  color: #444444;
  font-family: 'english111_vivace_btregular', serif;
}

.title_banner_tekst {
  text-align: center;
  line-height: 180%;
  color: #7d7d7d;
  font-size: 1.1em;
  width: 100%;
  margin-top: 20px;
}

.title_banner_tekst p {
  width: 100%;
}


.page_header {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}

.page_header>div {
  width: 100%;
}

.page_header h2 {
  text-transform: uppercase;
  font-size: .8em;
  text-align: center;
  margin-top: 10px;
  color: #DBB957;
  letter-spacing: 3px;
  padding-top: 10px;
  border-top: #f0e6c8 solid 1px;
}

.specialheadertekst {
  text-align: center;
  line-height: 180%;
  color: #7d7d7d;
  font-size: 1em;
  margin-top: 20px;
  width: 100%;
}

/* Einde Titel Banner */

/* Referenties */

.referenties {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.referenties article {
  width: 24%;
  margin: 0.5%;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
}

.referenties article img {
  width: 100%;
  transition: all 2s;
}

.referenties article:hover img {
  transform: scale(1.15);
}

.referenties article h2 {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 10px;
  background-color: #DBB957;
  letter-spacing: 2px;
  font-size: .9em;
}

/* Einde Referenties */



/* Contact */

#dasmap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 30%;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_content {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: -75px;
  position: relative;
  z-index: 1;
  background-color: white;
  -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: center;
  margin-bottom: 50px;
}

.contact_form {
  width: 60%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.showBig {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 70px;
  top: 70px;
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  font-size: 3em;
  align-items: center;
  opacity: 0;
  transition: all .5s;
  cursor: pointer;
  background-color: rgba(0,0,0,.5);
}

.contactimgs:hover .showBig {
  opacity: 1;
}

.contact_form input {
  padding: 10px;
  color: #353535;
  background-color: #F4F4F4;
  border: none;
  letter-spacing: 1px;
  width: 100%;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: .9em;
  font-family: Montserrat, sans-serif;
  letter-spacing: 2px;
}

.contact_form input[type=submit] {
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  width: 100%;
  text-transform: uppercase;
}

.contact_form label {
  font-weight: 700;
  color: #969696;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 1em;
  display: inline-block;
}

#NaamInput {
  width: 49%;
}

#EmailInput {
  width: 49%;
}

#Bericht {
  width: 100%;
  border: none;
  letter-spacing: 2px;
  color: #353535;
  background-color: #F4F4F4;
  font-size: .9em;
  padding: 10px;
  margin-top: 20px;
  min-height: 250px;
  font-family: Montserrat, sans-serif;
  margin-bottom: 20px;
}

.right_contact_content {
  width: 40%;
  padding: 50px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eeeeee;
}

.right_contact_content h1 {
  font-size: 3em;
  color: #353535;
  line-height: 150%;
  margin-bottom: 20px;
  font-family: 'english111_vivace_btregular', serif;
}

.right_contact_content p {
  padding: 15px 0;
  line-height: 140%;
  color: #565656;
  font-size: .9em;
  letter-spacing: 1px;
}

.right_contact_content a {
  color: #565656;
}

#Submit {
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#Submit>div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  transition: all .3s; 
  transform: skewX(0deg);
  display: none;
  background-color: #222222;
}

#Submit:hover div {
  -webkit-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.15);
}

#Submit>input {
  position: relative;
  z-index: 1;
  font-weight: 700;
  color: #353535;
  background-color: #DBB957;
  font-family: Montserrat, sans-serif;
  letter-spacing: 2px;
}

/* Einde Contact */



/* Image Banner */

.images_banner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.images_banner article {
  width: 25%;
  padding: 5px;
}

.images_banner article img {
  width: 100%;
  cursor: zoom-in;
}

/* Einde Images Banner */


/* Klantenreacties */

.klantenreacties {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.klantenreacties_overlay {
  background-color: #F5E3B0;
  opacity: .7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.klantenreacties_content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.klantenreacties_content>h2 {
  font-size: 2.7em;
  font-family: 'english111_vivace_btregular', serif;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  color: #444444;
}

.klantenreacties_content>h3 {
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 2px;
  color: #7d7d7d;
  font-size: .8em;
  text-transform: uppercase;
}

.reviews {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 1400px;
  width: 100%;
  flex-wrap: wrap;
  padding: 50px 0;
}

.klantenreferenties {
  padding-top: 0;
}

.klantenreferenties article {
  padding: 15px;
}

.klantenreferenties article>div {
  -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);
}

.reviews article>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.reviews article>div>div {
  width: 95%;
  padding: 35px;
  background-color: white;
}

.reviews article>div>div>p {
  text-align: center;
  width: 100%;
  font-size: 2em;
  color: #cdcdcd;
  margin-top: 30px;
}

.review_top {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.review_top h2 {
  color: #DBB957;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-size: .9em;
}

.review_top p {
  color: #BDBDBD;
  font-size: .9em;  
  letter-spacing: 1px;
}

.review_top img {
  width: 55px;
  border-radius: 200px;
  margin-right: 20px;
}

.review_tekst {
  color: #AEAEAE;
  letter-spacing: .7px;
  font-size: .9em;
  line-height: 200%;
}


/* Einde Klantenreacties */

/* Informatie */

.informatie {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 100px 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 90px;
}

.informatie_content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.informatie h2 {
  font-size: 3em;
  font-family: 'english111_vivace_btregular', serif;
  color: #353535;
  margin-bottom: 20px;
}

.informatie_text {
  text-align: center;
  color: #616161;
  letter-spacing: .8px;
  line-height: 200%;
  max-width: 950px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.informatie a {
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #444444;
  font-size: .8em;
  border-bottom: 1px solid #444444;
}

.informatie_person {
  border-radius: 200px;
  width: 170px;
  z-index: 2;
  position: absolute;
  top: 0;
  border: 5px solid #DDD7B0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Einde Informatie */



@media screen and (max-width: 1100px) {
  .diensten article {
    padding: 30px 15px;
    padding-bottom: 70px;
  }

  .contact_content {
    flex-wrap: wrap;
    margin-bottom: 150px;
    margin-top: 30px;
  }

  #dasmap {
    border: none;
    padding-bottom: 56%;
  }
}

@media screen and (max-width: 1000px) {
  .blokken {
    -ms-align-items: center;
    align-items: center;
  }

  .blokken article {
    flex-wrap: wrap;
    width: 90%;
  }

  .blokken_content {
    width: 100%;
    order: 2;
  }

  .blokken article>img {
    width: 100%;
    order: 1 !important;
  }

  .referenties article {
    width: 32.33%;
  }

  #EmailInput, #NaamInput {
    width: 100%;
  }

  #NaamInput {
    margin-bottom: 20px;
  }

  .specialheadertekst {
    padding: 20px;
    font-size: .9em;
  }

  .title_banner_tekst {
    font-size: .9em;
    padding: 20px;
  }
}

@media screen and (max-width: 950px) {
  .diensten article {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .slider {
    margin-bottom: 0;
  }

  .title_banner {
    padding: 40px 15px;
  }

  .title_banner h1, .page_header h1 {
    font-size: 1.5em;
  }

  .diensten {
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .diensten article{
    width: 88%;
    flex: initial;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 850px){
  .innernavigatie nav a {
    width: initial;
  }


}

@media screen and (max-width: 800px){
  .informatie h2 {
    font-size: 1.2em;
  }

  .informatie_text {
    font-size: .9em;
  }

  .contact_content {
    flex-wrap: wrap;
    margin-bottom: 150px;
    margin-top: 30px;
  }

  .contact_form {
    width: 100%;

  }

  .right_contact_content {
    width: 100%;
    display: none;
  }

  #PL_privacy {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact_content {
    width: 100%;
    box-shadow: none;
  }

  .contact_form label {
    flex-wrap: wrap;
    font-size: .7em !important;
  }

  .privcnt {
    font-size: .7em !important;
  }
}

@media screen and (max-width: 750px) {

  .logo {
    width: 100px;
  }

  .navigatie_top {
    -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);
  }

  .navigatie {
    z-index: 10;
    background-color: white;
    position: fixed;
  }

  .responsivespacer {
    display: block;
  }

  .innernavigatie nav {
    display: none;
  }

  .navigatie_info {
    display: none;
  }

  .navigatie_menu {
    display: flex;
    padding-right: 10px;
  }

  .siteby {
    flex-wrap: wrap;
  }

  .siteby span {
    display: none;
  }

  .siteby a {
    margin: 8px;
  }
}

@media screen and (max-width: 700px){
  .footer_item {
    width: 100%;
    align-items: center;
  }

  .footer_item div span {
    display: none;
  }
}

@media screen and (max-width: 650px){
  .blokken article {
    width: 100%;
  }

  .blokken_content {
    padding: 10px;
  }
}

@media screen and (max-width: 600px){
  .blokken_titel h2 {
    font-size: 1.2em;
  }
  .blokken_titel h3 {
    font-size: 6em;
  }

  .blokken_tekst {
    font-size: .9em;
  }

  .referenties article {
    width: 48%;
    margin: 1%;
  }

  .referenties article h2 {
    left: 5px;
    bottom: 5px;
    padding: 5px;
    font-size: .9em;
  }
}

@media screen and (max-width: 550px){
  .review_top {
    flex-direction: column;
  }

  .review_top img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .review_top div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .review_tekst {
    text-align: center;
  }
}


#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
  margin-top: 15px;
}

#content-container h2 {
  color:#353535; 
  font-size:1.3em; 
  font-weight:bold; 
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #E4CA7F;
  color: #353535;
  font-size: 1.1em;
  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;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #D3191C;
}

#gdpr-wrapper {
 min-height:100%;
 position:relative;
}

#content-container thead {
  background-color: #ECDEB8;
}


#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;
}












