@import url(www/css/normalize.min.css);
@import url("https://fonts.googleapis.com/css?family=Lalezar|Poppins:300,400,700");
* {
  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: #8c8c8c;
  font-family: "Poppins", 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: #333; }

.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;

  max-width: 100%;
  height:auto;
}

.bg-full {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

:focus {
  outline: none; }

::selection {
  color: white;
  background-color: #57afe3; }

.btn {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  float: left;
  padding: 10px 25px;
  background-color: transparent;
  text-transform: uppercase;
  color: white;
  font-size: 1.25em;
  border: solid 1px white; }
  .btn.btn-right {
    float: right; }
  .btn:hover, .btn:focus {
    background-color: #aeca0d;
    border: solid 1px #aeca0d;
    color: white; }
  .btn.btn-filled {
    background-color: #aeca0d;
    border: solid 1px #aeca0d; }
    .btn.btn-filled:hover, .btn.btn-filled:focus {
      background-color: white;
      color: #aeca0d; }

.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; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lalezar', sans-serif; }

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

header {
  height: 150px; }

.home header {
  height: 950px; }

.btn-wrapper{
    
    text-align: center;
    height: 40px;    
    width: 340px;
    margin: 0 auto;
    
}
.btn-wrapper .btn{
    
    width: 150px;
    margin: 0 10px; 
}
.btn-slider {
	text-transform: capitalize !important;
  float: none;
}
#hamburger {        
    display      : none;     
    position     : absolute;
    z-index      : 9999;
    cursor       : pointer;
    margin-right : 0;
    top          : 30px;
    right        : 20px;  
    height       : 48px;
    width        : 54px;
    pointer-events: all;
    transition   : all 0.4s ease;
}

#hamburger .bar,
#hamburger .bar:after,
#hamburger .bar:before {  
    
    height : 4px;
    width  : 34px;
 
    background-color: #fff; 
}

#hamburger .bar {      
    left       : 10px; 
    top        : 10px;   
    position   : absolute;
    transform  : translateY(12px);
    transition : all 0ms 300ms; 
}

#hamburger .bar:before {
    content: "";
    top: auto;
    position: absolute;
    bottom : 12px;  
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); 
}

#hamburger .bar:after {
    content: "";
    position: absolute;   
    top : 12px;  
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); 
}

.openmenu #hamburger .bar {
    background: rgba(255, 255, 255, 0);
    }

.openmenu #hamburger .bar:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); 
    }

.openmenu #hamburger .bar:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); 
    }
    
#slider-text-container p {
	text-transform: none !important;
}

#head-menu {
  height: 110px;
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  width: 100%;
  z-index: 999; }
  #head-menu #logo {
    margin: 29px 0; }
  #head-menu #menu-head-menu {
    display: table;
    margin: 0 auto;
float:right}
    #head-menu #menu-head-menu li {
      float: left;
      margin-right: 50px;
      position: relative; }
      #head-menu #menu-head-menu li:last-child {
        margin-right: 0; }
      #head-menu #menu-head-menu li.current-menu-item a::after, #head-menu #menu-head-menu li a:hover::after, #head-menu #menu-head-menu li a:focus::after {
        background-color: #57afe3; }
      #head-menu #menu-head-menu li a {
        font-size: 1em;
        color: white;
        font-weight: lighter;
        letter-spacing: 1px;
        padding: 44.5px 0;
        display: block;
        position: relative; }
        #head-menu #menu-head-menu li a::after {
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          transition: all 0.35s ease;
          position: absolute;
          content: '';
          width: 100%;
          bottom: -3px;
          height: 6px;
          background-color: transparent;
          left: 0; }

#header-slider {
  height: 950px; }
  #header-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%);
    position: absolute;
    top: calc(55px + 50%);
    -webkit-appearance: none;
    text-indent: -9999px;
    background-color: transparent;
    border: none;
    width: 20px;
    height: 35px;
    z-index: 100; }
    #header-slider .slick-arrow.slick-prev {
      left: 50px;
      background-image: url("files/images/css/slider-icon-prev.png"); }
    #header-slider .slick-arrow.slick-next {
      right: 50px;
      background-image: url("files/images/css/slider-icon-next.png"); }
  #header-slider .slick-dots {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    list-style: none;
    margin: 0;
    padding-right: 8px;
    bottom: 50px;
    padding: 0; }
    #header-slider .slick-dots li {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      float: left;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      margin: 0 5px;
      border: solid 1px white;
      background-color: transparent;
      cursor: pointer; }
      #header-slider .slick-dots li.slick-active, #header-slider .slick-dots li:hover, #header-slider .slick-dots li:focus {
        background-color: #aeca0d;
        border: solid 1px #aeca0d; }
      #header-slider .slick-dots li:last-child {
        margin-right: 0; }
      #header-slider .slick-dots li button {
        display: none; }

.header-slider-wrapper {
  height: 950px !important;
  position: relative;
  padding-top: 110px; }
  .header-slider-wrapper::after {
    background: -webkit-linear-gradient(left, #57afe3, #aeca0d);
    background: linear-gradient(to right, #57afe3, #aeca0d);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    opacity: .7;
    top: 0;
    z-index: -10; }
  .header-slider-wrapper #slider-text-container {
    -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;
    top: calc(55px + 50%);
    left: 50%; }
    .header-slider-wrapper #slider-text-container h1 {
      font-size: 6em;
      text-align: center;
      line-height: 100%;
      color: white;
      margin: 0;
      letter-spacing: 4px; }
    .header-slider-wrapper #slider-text-container .sub-title {
      margin: 0;
      text-transform: uppercase;
      color: white;
      text-align: center;
      font-size: 2em; }

#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%; }

#search-form {
  float: right; }

.search-wrap {
  display: inline-block;
  border: solid 1px #adc92a;
  padding: 10px;
  margin: 32.5px 0; }
  .search-wrap #search-submit {
    -webkit-appearance: none;
    background-color: transparent;
    border: none; }
  .search-wrap input {
    background-color: transparent;
    -webkit-appearance: none;
    border: none;
    max-width: 75px;
    font-weight: lighter;
    color: white; }
  .search-wrap #search-input::-webkit-input-placeholder {
    font-weight: lighter;
    color: white !important; }
  .search-wrap #search-input:-moz-placeholder {
    font-weight: lighter;
    color: white !important; }
  .search-wrap #search-input::-moz-placeholder {
    font-weight: lighter;
    color: white !important; }
  .search-wrap #search-input:-ms-input-placeholder {
    font-weight: lighter;
    color: white !important; }

.content-container {
  padding: 50px 0; }
  .content-container .btn {
    margin-top: 25px; }

.title {
  color: #57afe3;
  font-size: 2em;
  letter-spacing: 1px;
  margin: 25px 0; }

.title-center {
  text-align: center; }

img.uitgelicht {
  margin-top: -75px;
  float: right;
  margin-right: 100px; }

.bg-visual {
  background-size: initial;
  background-repeat: no-repeat;
  background-image: url("files/images/css/visual-overlay.png"); }
  .bg-visual.bg-visual-left {
    background-position: center left; }
  .bg-visual.bg-visual-right {
    background-position: center right; }

#logo-uitleg {
  background-color: #f0f8fd; }
  #logo-uitleg .bg-visual {
    background-image: url("files/images/css/service.png"); }
    
.img_links {
	display: inline;
} 

.img-container {
  display: table; }
  .img-container .content-container {
    display: table-cell;
    vertical-align: middle; }
  .img-container img {
    margin: auto; }

#projecten {
  position: relative;
  background-image: url("files/images/css/projecten-bg.png");
  margin-bottom: 14px; }
  #projecten::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 14px;
    background-image: url("files/images/css/projecten-bg-repeater.png");
    bottom: -14px; }
  #projecten .bg-visual {
    padding: 50px 0;
    background-image: url("files/images/css/visual-projecten.png"); }
  #projecten .projecten-aantal {
    color: white;
    font-size: 5em;
    text-align: center;
    font-weight: bold; }
  #projecten .sub-title {
    text-transform: uppercase;
    color: #aeca0d;
    margin: -15px 0 0 0;
    font-weight: normal;
    font-size: 1.1em;
    text-align: center; }

#contact {
  padding: 50px 0; }

#projecten .sub-title {
	text-transform: none !important;
}
#uitgelicht .btn {
	text-transform: none !important;
}

.contact-container {
  min-height: 164px !important;
  background-color: #aeca0d; }
  .contact-container .content-container {
    padding: 40px 0; }
  .contact-container:nth-child(2) {
    border-left: solid 1px white;
    border-right: solid 1px white; }
  .contact-container p {
    margin: 0;
    color: white; }
    .contact-container p strong {
      color: white; }
  .contact-container .icon-container {
    display: table-cell;
    vertical-align: middle; }
    .contact-container .icon-container img {
      margin: auto; }
  .contact-container .icon-wrapper {
    display: table; }

#map-container {
  padding: 0;
  margin-top: 25px; }

#footer {
  background-color: #363636; }
  #footer .footer-container {
    padding-left: 0;
    padding-right: 0; }
  #footer .title {
    color: white;
    font-family: "Poppins", Helvetica, sans-serif;
    text-transform: inherit;
    font-size: 1em;
    position: relative;
    padding-left: 15px; }
    #footer .title::before {
      content: '';
      position: absolute;
      width: 4px;
      height: 100%;
      background-color: #57afe3;
      left: 0; }
    #footer .title.line-green::before {
      background-color: #aeca0d; }
    #footer .title.line-gray::before {
      background-color: #c9c9c9; }

#footer .line a{    
    color:white;    
}

.content--page{    
    width: 1170px;
    margin: 0 auto 100px auto;
}
.content--page h1{
    margin-bottom:40px;
}
.type-projecten{    
    margin-bottom: 100px; 
}
.project-item h2{    
    margin-bottom: 40px;    
}
#extended-menu{
    background-color: rgba(0, 0, 0, 0.55);
    padding: 0 30px 30px 30px;
    text-align: right;
    opacity:0;
    pointer-events: none;
    transition: opacity 0.4s linear;
}
#extended-menu ul{
    list-style: none;
}
#extended-menu a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    margin: 10px 0;
    display: block;
}
.openmenu #extended-menu{
    opacity: 1;
    pointer-events: all;    
    transition:opacity 0.4s linear;
}

.float-left{    
    width: auto;
    float: left;    
}

.float-right{
    float: right;
    width: auto;    
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }


@media screen and (max-width: 1200px) { 
    
    .content--page{        
        width: 100%;
    }
    .content--page .entry-content{        
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    #hamburger{
        display: block;        
    }
    #head-menu #menu-head-menu{
        display: none
    }    
    .header-slider-wrapper #slider-text-container h1{
        padding: 0 100px;
    }    
    #contact,
    #footer,
    #logo-uitleg,
    #uitgelicht{
        text-align: center;
    }
    #contact .icon-wrapper,  
    #contact .icon-container{        
        margin: 0 auto 20px auto;
        display: block;         
    }    
    .contact-container:nth-child(2) {
        border:none;
        margin: 5px 0
    }
    #uitgelicht h2{ 
        margin-top: -60px
    }    
    #uitgelicht img{        
        margin: 0 auto;
        display:block;
        float: none;
        text-align: center
    }    
    #logo-uitleg .img-container{
        display: block;
    }    
    #logo-uitleg .img-container .content-container{
         display: block;
    }    
    #uitgelicht .button{
        margin-top: 40px;
    }    
    #uitgelicht .btn{
        float:none;
    }    
    .container{        
        width: 100%!important;
        padding-left: 45px!important;
        padding-right: 45px!important;
    }
    .header-slider-wrapper,
    .slick-list,
    .home header,
    #header-slider {
        height: 600px!important;
    }
    .header-slider-wrapper #slider-text-container h1{
        font-size: 50px;
        margin-bottom: 80px
    }  
    
    .header-slider-wrapper #slider-text-container .sub-title{
        font-size: 30px;
        margin: -80px 0  80px 0;
    }  

}

@media screen and (max-width: 780px) { 
    
    #uitgelicht img{ 
        width: 300px;
    }    
    .header-slider-wrapper #slider-text-container h1{
        padding: 0;
        font-size: 30px;
    }
    .header-slider-wrapper #slider-text-container .sub-title{
        font-size: 24px;
        line-height: 32px;
    }  
    #map{
     
        height: 300px!important;
    }    
   .slick-arrow{       
       display: none!important;
    }
    #footer .content-container{        
        padding: 0;
    }
    
}

@media screen and (max-width: 575px) { 
    
    .header-slider-wrapper #slider-text-container{        
        top: 50%;
    }
    .btn-wrapper{
        height: 140px;    
        position: absolute;
        left:0px;
        right: 0px;
        bottom: -70px;
        width: auto;        
    }
    .btn-wrapper .btn{        
        width: 100%;
        margin: 10px 0 0 0;        
    }

    .content-container { padding:20px 0; }
    #projecten .projecten-aantal { font-size:3em; }

    .btn {
      padding: 10px 15px;
      font-size: 1em;

    }
    
}

/*# sourceMappingURL=style.css.map */
