/**********************
       EXTRA CSS
***********************/
.actueel {
  margin: 0px 0px 0px 0px;
}
.actueel hr {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .actueel hr {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.actueel .img-responsive {
  padding: 0px 0px 0px 0px;
}
.actueelbox {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  cursor: pointer;
  padding-bottom: 0px;
  background-color: transparent;
  /*
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
    */
}
.actueelbox h3 {
  font-family: SofiaProSemiBold;
  font-size: 35px;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.actueelbox .date {
  font-family: SofiaProLight;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  line-height: 33px;
  padding: 15px 0px 5px 0px;
  position: relative;
  display: block;
}
.actueelbox .excerpt {
  position: relative;
  display: block;
  width: auto;
  margin: 0px;
}
/*
 <div class="rij">
  <div class="kolom"></div>
  <div class="kolom"></div>
</div>
*/
.google-maps {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
  padding-left: 50px;
}
.google-maps iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
.quotebanner {
  border: 0px solid #000;
  border-top-left-radius: 60px;
  margin: 70px 0px 60px 0px;
  padding: 0px 0px 0px 0px;
}
.quotebanner p {
  margin: 80px 0px 80px 20px;
  color: #fff;
  max-width: 790px;
}
@media (max-width: 767px) {
  .quotebanner p {
    margin: 40px 0px 40px 20px;
  }
}
#mc_embed_signup {
  background-color: #FD7CB1;
  padding: 70px 70px 70px 70px;
  color: #fff;
}
#mc_embed_signup h3 {
  font-family: SofiaProSemiBold;
  font-size: 35px;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  #mc_embed_signup {
    padding: 35px 20px 40px 20px;
  }
}
.showmobile {
  display: none !important;
}
@media (max-width: 767px) {
  .showmobile {
    display: block !important;
  }
}
.nav_zoeken,
.nav_instagram,
.nav_linkedin {
  display: none !important;
}
@media (max-width: 992px) {
  .nav_zoeken,
  .nav_instagram,
  .nav_linkedin {
    display: inline-block !important;
  }
  .nav_zoeken a,
  .nav_instagram a,
  .nav_linkedin a {
    padding: 0px 10px 0px 10px !important;
  }
}
@media (max-width: 992px) {
  .nav_contact {
    padding-bottom: 15px !important;
  }
}
.innerzoek {
  display: block;
  width: 40px;
  height: auto;
  background-image: url('images/zoekglas.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  opacity: 0.8;
}
.innerzoek:hover {
  opacity: 1;
}
.innerinstagram {
  display: block;
  width: 40px;
  height: auto;
  background-image: url('images/Instagram_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  opacity: 0.7;
}
.innerinstagram:hover {
  opacity: 1;
}
.innerlinkedin {
  display: block;
  width: 40px;
  height: auto;
  background-image: url('images/linkedin_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  opacity: 0.7;
}
.innerlinkedin:hover {
  opacity: 1;
}
#s {
  width: 100%;
  margin-right: 20px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  #footer #rounded {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }
}
@media (max-width: 767px) {
  .recent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .hidemobile {
    display: none;
  }
}
.rij {
  margin: 40px 0px 40px 0px;
  /* Clear floats after the columns */
}
.rij .kolom {
  float: left;
  width: 50%;
}
.rij .koloms3 {
  float: left;
  width: 33%;
}
@media (max-width: 767px) {
  .rij .koloms3 {
    float: none;
    width: 100%;
  }
}
.rij:after {
  content: "";
  display: table;
  clear: both;
}
/*
   <div class="wrap_aanvraag">
      <div class="leftfixed">Left part</div>
      <div class="rightfluid">Right part</div>
    </div>
*/
/*
   <div class="wrap_email">
      <div class="rightfixed">Right part</div>
      <div class="leftfluid">Left part</div>
    </div>
*/
.wrap_email {
  height: auto;
  overflow: hidden;
}
.wrap_email .rightfixed {
  width: 150px;
  float: right;
}
.wrap_email .leftfluid {
  width: auto;
  overflow: hidden;
}
.wrap_email input[type="email"] {
  border: 1px solid #FD7CB1;
  background-color: #fff;
  height: 50px;
  padding: 7px;
  margin-right: 20px;
}
.wrap_email .leftfluid {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .wrap_email {
    display: flex;
    flex-direction: column;
  }
  .wrap_email .rightfixed {
    width: 100%;
    float: none;
    display: flex;
    order: 2;
  }
  .wrap_email .leftfluid {
    display: flex;
    order: 1;
  }
}
.wrap_zoek {
  height: auto;
  overflow: hidden;
}
.wrap_zoek .rightfixed {
  width: 120px;
  float: right;
}
.wrap_zoek .leftfluid {
  width: auto;
  overflow: hidden;
}
.wrap_zoek .leftfluid {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .wrap_zoek {
    display: flex;
    flex-direction: column;
  }
  .wrap_zoek .rightfixed {
    width: 100%;
    float: none;
    display: flex;
    order: 2;
  }
  .wrap_zoek .leftfluid {
    display: flex;
    order: 1;
  }
}
/*
   <div class="wrap_aanvraag">
      <div class="leftfixed">Left part</div>
      <div class="rightfluid">Right part</div>
    </div>
*/
.wrap_aanvraag {
  height: auto;
  overflow: hidden;
}
.wrap_aanvraag .rightfluid {
  width: auto;
  overflow: hidden;
}
.wrap_aanvraag .leftfixed {
  width: 200px;
  min-width: 200px;
  float: left;
  display: flex;
  text-align: left;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.col-lg-10,
.col-md-11 {
  padding-left: 0px;
  padding-right: 0px;
}
.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.row.flex:before {
  display: flex !important;
}
.flex:before {
  display: flex !important;
}
.flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.flex .actueelbox img {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .flex .first {
    display: flex;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .flex .second {
    display: flex;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .flex .third {
    display: flex;
    order: 3;
  }
}
.linkedin {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url('images/linkedin.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  float: left;
  margin: 5px;
  box-sizing: border-box;
}
.linkedin a {
  text-decoration: none;
  margin: 5px;
  display: block;
}
.instagram {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url('images/Instagram_black.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  float: left;
  margin: 5px;
  margin-right: 18px;
  box-sizing: border-box;
}
.instagram a {
  text-decoration: none;
  margin: 5px;
  display: block;
}
.zoekglas {
  background-image: url('images/zoekglas.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25px 25px;
  height: 30px;
  width: 45px;
  display: inline-block;
  float: left;
  margin: 5px 0px 2px 5px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}
.zoekglas a {
  text-decoration: none;
  display: block;
}
.projectleft {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
@media (max-width: 767px) {
  .projectleft {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.projectright {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
@media (max-width: 767px) {
  .projectright {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.beige {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color: rgba(187, 204, 153, 0.2);
  padding: 50px 55px 50px 55px;
}
.beige p {
  padding: 28px 0px 0px 0px;
  margin: 0px;
  font-family: 'SofiaProLight', sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.beige strong {
  font-size: 16px;
  line-height: 25px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 991px) {
  .beige .leftfixed {
    width: 100px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .beige {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 25px 25px 20px 25px;
  }
  .beige .leftfixed {
    float: none;
    width: 100%;
    min-width: 100%;
  }
  .beige hr {
    margin: 30px 0px 30px 0px !important;
  }
}
.blue:not(.tp-button) {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color: rgba(97, 167, 193, 0.2);
  padding: 50px 55px 50px 55px;
}
.blue:not(.tp-button) p {
  padding: 28px 0px 0px 0px;
  margin: 0px;
  font-family: 'SofiaProLight', sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.blue:not(.tp-button) strong {
  font-size: 16px;
  line-height: 25px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 991px) {
  .blue:not(.tp-button) .leftfixed {
    width: 100px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .blue:not(.tp-button) {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 25px 25px 20px 25px;
  }
  .blue:not(.tp-button) .leftfixed {
    float: none;
    width: 100%;
    min-width: 100%;
  }
  .blue:not(.tp-button) hr {
    margin: 30px 0px 30px 0px !important;
  }
}
.pink {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color: rgba(253, 124, 177, 0.2);
  padding: 50px 55px 50px 55px;
}
.pink p {
  padding: 28px 0px 0px 0px;
  margin: 0px;
  font-family: 'SofiaProLight', sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.pink strong {
  font-size: 16px;
  line-height: 25px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 991px) {
  .pink .leftfixed {
    width: 100px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pink {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 25px 25px 20px 25px;
  }
  .pink .leftfixed {
    float: none;
    width: 100%;
    min-width: 100%;
  }
  .pink hr {
    margin: 30px 0px 30px 0px !important;
  }
}
.pinkbutton {
  font-family: 'SofiaProSemiBold';
  min-width: 100px;
  font-size: 16px;
  line-height: 50px;
  white-space: nowrap;
  height: 50px;
  padding: 0px 30px 0px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ff7cb1;
  color: #ffffff;
  width: auto;
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  border: 0px solid #ff7cb1;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.pinkbutton:hover {
  text-decoration: none;
  color: #ffffff;
}
.pinkbutton:focus {
  text-decoration: none;
  color: #ffffff;
}
.pinkbutton a {
  text-decoration: none;
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: 50px;
}
.pinkbutton a:hover {
  text-decoration: none;
  color: inherit;
}
.pinkbutton a:focus {
  text-decoration: none;
  color: inherit;
}
.pinkbutton:hover {
  color: #000;
}
.blackbutton {
  font-family: 'SofiaProSemiBold';
  min-width: 100px;
  font-size: 16px;
  line-height: 50px;
  white-space: nowrap;
  height: 50px;
  padding: 0px 30px 0px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #000000;
  color: #ffffff;
  width: auto;
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  border: 0px solid #000000;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.blackbutton:hover {
  text-decoration: none;
  color: #ffffff;
}
.blackbutton:focus {
  text-decoration: none;
  color: #ffffff;
}
.blackbutton a {
  text-decoration: none;
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: 50px;
}
.blackbutton a:hover {
  text-decoration: none;
  color: inherit;
}
.blackbutton a:focus {
  text-decoration: none;
  color: inherit;
}
.tekstgroot,
.tekstgroot p {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .tekstgroot,
  .tekstgroot p {
    font-size: 23px;
    line-height: 31px;
  }
}
