@import url(www/css/normalize.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Shadows+Into+Light+Two");
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  * a {
    color: inherit;
    text-decoration: none !important;
    outline: 0; }
    * a:active, * a:focus {
      color: inherit;
      outline: 0 !important;
      text-decoration: none !important; }
  *:hover {
    outline: none; }

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%; }

* {
  color: black;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 1.5; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

p {
  font-size: 1em;
  font-weight: lighter;
  line-height: 2em;
  color: inherit; }

.text-center {
  text-align: center; }

.font-light {
  font-weight: 300; }

.font-regular {
  font-weight: 400; }

.font-heavy {
  font-weight: 700; }

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: block; }

.bg-full {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

:focus {
  outline: none; }

::selection {
  color: white;
  background-color: #e6592b; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.heading {
  margin-bottom: 35px; }

.orange {
  color: #e6592b; }

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.btn {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: inline-block;
  background-color: #0096d7;
  padding: 10px 50px;
  color: white;
  border-radius: 5px;
  border: solid 1px #0096d7;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: white;
    color: #0096d7; }

.btn-white {
  background-color: white;
  color: #0096d7;
  border: solid 1px white; }
  .btn-white:hover, .btn-white:focus {
    color: white;
    background-color: #0096d7; }

header {
  height: 600px;
  max-height: 600px;
  overflow: hidden; }

#head-menu {
  height: 110px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  z-index: 999; }
  #head-menu #logo {
    margin: 15px 0; }
  #head-menu #menu-head-menu li {
    float: left;
    margin-right: 50px;
    position: relative; }
    #head-menu #menu-head-menu li.current-menu-item a {
      color: #e6592b;
      font-weight: bolder; }
    #head-menu #menu-head-menu li:hover a {
      color: #e6592b; }
    #head-menu #menu-head-menu li:last-child {
      margin-right: 0; }
    #head-menu #menu-head-menu li a {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      font-size: 1em;
      color: white;
      font-weight: lighter;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 44.5px 0;
      display: block;
      position: relative; }

#menu-login {
  margin: 33.5px 0;
  overflow: auto; }
  #menu-login ul {
    display: block;
    float: right;
    border: solid 1px #0096d7; }
    #menu-login ul:hover span::before {
      width: 100%; }
  #menu-login li {
    font-size: 1em;
    color: white;
    float: left; }
    #menu-login li span {
      display: inline-block;
      color: white;
      padding: 10px 15px;
      position: relative; }
      #menu-login li span::before {
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        transition: all 0.35s ease;
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        right: 0;
        top: 0;
        z-index: -1;
        background-color: #0096d7; }
    #menu-login li a {
      text-transform: uppercase;
      font-weight: bolder;
      color: white;
      padding: 10px 45px 10px 15px;
      background-color: #0096d7;
      display: inline-block;
      position: relative; }
      #menu-login li a::after {
        content: '';
        position: absolute;
        background-image: url("files/images/css/repi-key.png");
        height: 41px;
        width: 45px;
        right: 0;
        top: 0;
        background-position: center;
        background-repeat: no-repeat; }

#header-slider-container {
  position: relative;
  height: 600px; }

.overlay-text {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 100px;
  z-index: 200; }
  .overlay-text h1 {
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 5em;
    margin: 0;
    font-weight: lighter;
    padding: 0 325px;
  margin-top: 23px; }
  
  .overlay-text a.button_slider {
    display: inline-block;
    width: 400px;
    top: 23px;
    position: relative;
  }
  .overlay-text a.button_slider img {
    max-width: 100%;
  }

#header-slider {
  height: 600px;
  overflow: hidden;
  max-height: 600px; }
  #header-slider .slick-dots {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    list-style: none;
    margin: 0;
    bottom: 50px;
    padding: 0;
    z-index: 200; }
    #header-slider .slick-dots li {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      float: left;
      margin-right: 10px;
      background-color: white;
      cursor: pointer;
      width: 26px;
      border-radius: 0;
      height: 5px; }
      #header-slider .slick-dots li.slick-active, #header-slider .slick-dots li:hover, #header-slider .slick-dots li:focus {
        background-color: #e6592b; }
      #header-slider .slick-dots li:last-child {
        margin-right: 0; }
      #header-slider .slick-dots li button {
        display: none; }

.header-slider-wrapper {
  height: 600px !important;
  position: relative;
  padding-top: 110px; }

#slider-meer-container {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 150px;
  left: 50%; }

#single-slider {
  height: 100%; }

.overlay-menu {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: calc(50% + 55px);
  z-index: 100; }
  .overlay-menu ul {
    float: right; }
    .overlay-menu ul li {
      text-align: right; }
      .overlay-menu ul li.current-menu-item a {
        border-top: solid 2px #e6592b;
        border-bottom: solid 2px #e6592b;
        color: #e6592b; }
      .overlay-menu ul li a {
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        transition: all 0.35s ease;
        padding: 5px 0;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.25em;
        margin: 5px 0;
        display: inline-block; }
        .overlay-menu ul li a:hover, .overlay-menu ul li a:focus {
          color: #e6592b; }

.content-container {
  padding: 50px; }

#over-repi {
  background-color: #0096d7;
  position: relative; }

.white {
  color: white; }

.full-image-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
  height: 100%; }

#projecten-slider {
  margin-top: 90px; }

.collection-outer-wrapper {
  height: 800px !important; }

.collection-slider-wrapper {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: block;
  height: 400px;
  -webkit-filter: grayscale(100%);
  position: relative; }
  .collection-slider-wrapper span {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 50%;
    display: block;
    position: absolute;
    left: 50%;
    padding: 25px;
    bottom: -150px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    text-align: center;
    background-color: #e6592b; }
  .collection-slider-wrapper:hover {
    -webkit-filter: grayscale(0%); }
    .collection-slider-wrapper:hover span {
      bottom: 0; }

#testimonials {
  margin-top: 90px; }

#testimonials-slider .slick-arrow {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  top: 150px;
  background-position: center;
  background-repeat: no-repeat; }
  #testimonials-slider .slick-arrow.slick-prev {
    left: -100px;
    background-image: url("files/images/css/slider-icon-left.png"); }
  #testimonials-slider .slick-arrow.slick-next {
    right: -100px;
    background-image: url("files/images/css/slider-icon-right.png"); }

.testimonial-slider-wrapper {
  margin: 0 25px; }

.testimonial-bg {
  height: 300px; }

#footer {
  background-color: black;
  margin-top: 100px;
  overflow: hidden; }

.footer-container {
  padding: 50px 0;
  z-index: 100;
  background-color: black; }
  .footer-container p {
    color: white;
    font-size: 14px; }

.footer-title {
  position: relative;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  margin: 15px 0;
  padding-left: 15px; }
  .footer-title.footer-title-blue::before {
    background-color: #0096d7; }
  .footer-title::before {
    position: absolute;
    content: '';
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #e6592b; }

.footer-menu-links a {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: white;
  padding: 5px 0 5px 15px;
  position: relative;
  font-weight: lighter;
  margin: 5px 0;
  display: block;
  font-size: 12px; }
  .footer-menu-links a:hover {
    color: #0096d7;
    padding-left: 20px; }
  .footer-menu-links a::before {
    content: '>';
    position: absolute;
    left: 0; }

  .keurmerken {
    display: flex;
    align-items: center; 
    /* flex-flow: wrap; */  
    flex-wrap: wrap; 
    padding: 20px 0;
    gap: 30px;
    max-height: 300px;
    max-width: 300px;
    margin-bottom: 2rem;
  }

  .keurmerken > a img{
    border-radius: 2px;
  }

.contact-menu-links li {
  color: white;
  padding: 5px 0 5px 15px;
  font-weight: lighter;
  margin: 5px 0;
  font-size: 12px; }
  .contact-menu-links li strong {
    color: white; }

.page-overlay-text {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 60px; }
  .page-overlay-text h1 {
    color: white;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 5em;
    margin: 0;
    padding: 0 325px;
    font-weight: bolder;
    text-transform: uppercase; }

#map {
  position: absolute;
  min-height: 300px; }

#persoonlijk-contact-img {
  margin-top: -300px;
  height: calc(100% + 300px);
  float: right;
  min-height: 675px;
  max-height: 825px; }

#page-team {
  padding: 50px 0; }

.team-container {
  margin-bottom: 25px;
  min-height: 426px !important; }
  .team-container:hover .team-foto::after, .team-container:focus .team-foto::after, .team-container.team-active .team-foto::after {
    background-color: rgba(0, 150, 215, 0.65); }
  .team-container.team-active .team-text-container .team-title span::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .team-container.team-active .team-more-text {
    visibility: visible; }

.team-foto {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  height: 275px;
  position: relative; }
  .team-foto::after {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 150, 215, 0); }

.team-text-container {
  overflow: auto; }
  .team-text-container .team-title {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 18px;
    margin: 5px 0;
    position: relative;
    padding-right: 35px; }
    .team-text-container .team-title span::after {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      position: absolute;
      content: '';
      background-image: url("files/images/css/right-icon.png");
      width: 21px;
      height: 17px;
      background-position: center;
      background-repeat: no-repeat;
      margin-left: 15px;
      margin-top: 9px; }
  .team-text-container .team-functie {
    margin: -15px 0 5px 0;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 12px; }

.team-more-text {
  overflow: auto;
  visibility: hidden; }
  .team-more-text .team-mail {
    padding: 15px 0 0 0;
    margin: 0 0 5px 0; }
  .team-more-text .team-telefoonnummer {
    padding: 0 0 15px 0;
    margin: 5px 0 0 0; }
  .team-more-text p a {
    color: black; }

.team-more-info-trigger {
  cursor: pointer; }

#contact-page {
  padding: 50px 0; }

#contact-page-form input, #contact-page-form textarea {
  -webkit-appearance: none; }
#contact-page-form div {
  position: relative; }
  #contact-page-form div::after {
    content: '';
    position: absolute;
    height: 41px;
    width: 41px;
    right: 0;
    top: 11px;
    background-position: center;
    background-repeat: no-repeat; }
  #contact-page-form div.form-naam::after {
    background-image: url("files/images/css/form-naam-icon.png"); }
  #contact-page-form div.form-mail::after {
    background-image: url("files/images/css/form-mail-icon.png"); }
  #contact-page-form div.form-phone::after {
    background-image: url("files/images/css/form-phone-icon.png"); }
  #contact-page-form div.form-message::after {
    background-image: url("files/images/css/form-message-icon.png"); }
#contact-page-form input {
  width: 100%;
  border: solid 1px #ebebeb;
  margin: 10px 0;
  padding: 10px 15px;
  position: relative; }
#contact-page-form textarea {
  margin: 10px 0;
  padding: 10px 15px;
  -webkit-appearance: none;
  border: 1px solid #ebebeb;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px; }
#contact-page-form input::-webkit-input-placeholder, #contact-page-form textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #d6d6d6;
  font-weight: lighter; }
#contact-page-form input::-moz-placeholder, #contact-page-form textarea::-moz-placeholder {
  font-size: 12px;
  color: #d6d6d6;
  font-weight: lighter; }
#contact-page-form input:-ms-input-placeholder, #contact-page-form textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #d6d6d6;
  font-weight: lighter; }
#contact-page-form input:-moz-placeholder, #contact-page-form textarea:-moz-placeholder {
  font-size: 12px;
  color: #d6d6d6;
  font-weight: lighter; }
#contact-page-form .form-submit {
  border-radius: 8px;
  border: none;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #0096d7;
  display: inline-block;
  width: inherit;
  padding: 10px 25px;
  float: right; }

.success {
  width: 100%;
  border: solid 1px #00af3f;
  margin: 10px 0;
  padding: 10px 15px;
  position: relative;
  color: #00af3f; }

.error {
  width: 100%;
  border: solid 1px red;
  margin: 10px 0;
  padding: 10px 15px;
  position: relative;
  color: red; }

.map-contact {
  height: calc(100% - 20px) !important;
  margin: 10px 0;
  width: calc(100% - 30px) !important; }

#contact-blokken {
  padding: 75px 0;
  background-color: #ebebeb; }

.contact-blok {
  padding: 50px;
  background-color: white;
  height: 100%; }
  .contact-blok.adres-blok .icon {
    background-image: url("files/images/css/adres-icon.png"); }
  .contact-blok.telefoon-blok .icon {
    background-image: url("files/images/css/telefoon-icon.png"); }
  .contact-blok.mail-blok .icon {
    background-image: url("files/images/css/mail-icon.png"); }
  .contact-blok .icon {
    height: 50px;
    background-position: center;
    background-repeat: no-repeat; }
  .contact-blok .contact-blok-title {
    text-align: center;
    margin-bottom: 35px; }
  .contact-blok p {
    margin: 0;
    font-size: 12px;
    text-align: center; }
    .contact-blok p a {
      color: black; }

#diensten-container {
  margin-top: 100px;
  position: relative; }
  #diensten-container .full-image-left {
    background-position: left bottom;
    background-repeat: no-repeat; }
  #diensten-container .content-container {
    padding: 50px 0; }

.quotes {
  position: relative; }
  .quotes::before, .quotes::after {
    position: absolute;
    content: '"'; }
  .quotes::before {
    left: -15px; }

#diensten-slider {
  margin-top: 100px; }

#mobile-menu {
  position: relative;
  display: none;
  height: 70px;
  background-color: #0096d7;
  overflow: auto; }
  #mobile-menu::before {
    position: absolute;
    content: ''; }
  #mobile-menu::after {
    position: absolute;
    content: '';
    top: 70px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #0084be; }
  #mobile-menu #menu-hoofdmenu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #mobile-menu #menu-hoofdmenu li a {
      display: block;
      color: white;
      padding: 20px 30px;
      text-align: center;
      background-color: #008dca;
      border-bottom: solid 1px #0084be; }

.menu-hoofdmenu-container {
  height: 0; }

#hamburger-menu {
  height: 70px;
  float: right;
  display: inline-block;
  width: 40px; }
  #hamburger-menu span {
    height: 4px;
    background-color: white;
    width: 100%;
    display: block;
    float: right;
    margin-top: 23px; }
    #hamburger-menu span:nth-child(2), #hamburger-menu span:nth-child(3) {
      margin-top: 6px; }

#projectslider{
    background-color: #eee;    
}

#projectslider .slick-list{    
    min-height: 680px;  
}

#projectslider .slick-track{
    min-height: 680px;
}

#projectslider .slick-slide{
    min-height: 680px;
}

#projectslider .slick-prev.slick-arrow{
    
    background-color: #FFF;
    color: #555;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 38px;
    border: none;
    top: 50%;
    margin-top: -25px;
    left: 40px;
    position: absolute;
    opacity: 0.7;
    z-index: 1000;
 
}

#projectslider .slick-next.slick-arrow{
    
    background-color: #FFF;
    color: #555;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 38px;
    border: none;
    top: 50%;
    margin-top: -25px;
    right: 40px;
    position: absolute;
    opacity: 0.7;
    z-index: 1000;
 
}

@media screen and (max-width: 1200px) {
  .overlay-text {
    width: 100%;
  bottom: 100px }
    .overlay-text h1 {
      padding: 0; }

  #testimonials-slider .slick-arrow {
    display: none !important; }

  .map-container {
    margin-bottom: 50px;
    min-height: 400px !important; }
    .map-container #map {
      width: calc(100% - 30px) !important;
      left: 15px; } }
@media screen and (max-width: 991px) {	
  #mobile-menu {
    display: block;
    height: initial;
    min-height: 70px;
    overflow-y: hidden; }
    #mobile-menu .menu-hoofdmenu-container {
      width: 100%;
      float: left; }
	
  .footer-map-container {
    min-height: 400px !important; }

  #contact-blokken {
    padding: 30px 0; }
    #contact-blokken .row div:first-child {
      margin-bottom: 30px; }
	
  .map-container {
    margin-top: 50px; }

  #footer .footer-container {
    padding: 50px 15px 0 15px; }
    #footer .footer-container:last-child {
      padding: 50px 15px; }

  .collection-slider-wrapper {
    -webkit-filter: grayscale(0%); }
    .collection-slider-wrapper span {
      bottom: 0; }

  .content-container {
    padding: 50px 0; }

  .page-overlay-text h1 {
    font-size: 3em;
    padding: 0 50px; }

  .page-overlay-text h1 {
    font-size: 4em; }

  .overlay-text h1 {
    font-size: 4em; }

  .container {
    padding-left: 35px !important;
    padding-right: 35px !important; } }
@media screen and (max-width: 768px) {
  #contact-blokken .row div {
    margin-bottom: 30px; }
    #contact-blokken .row div:last-child {
      margin-bottom: 0; }

  .team-foto {
    background-position: center top -25px; }

  .page-overlay-text h1 {
    font-size: 3em; }

  .overlay-text h1 {
    font-size: 3em; }

  header, #header-slider-container, #header-slider, .header-slider-wrapper {
    height: 450px !important; } }
@media screen and (max-width: 550px) {
  .team-foto {
    background-position: center top; } }


.keurmerken a{ 
    float: left;  
}
/*# sourceMappingURL=style.css.map */
