/* ----------- algemeen ----------- */
body { 
    color: #777777;
    font-size: 18px;
}


span, p, h1, h2, h3, h4, div, ul, li, {
    font-weight: bolder;
    list-style: none;
}
i {
  color:#FFF;
}

.whiteh2 h2 {
    margin-top: 0px;
    font-size: 21px;
    color:#ffffff;
}

.blueh2 h2 {
    margin-top: 0px;
    font-size: 21px;
    color:#0066cc;
}

.h3, h3 {
    margin-top: 0px;
    font-size: 18px;
    color:#0066cc;
}

h4 {
  font-weight: bolder;
  color:#0066cc;
}

.h5, h5 {
    font-size: 18px;
}

.white{
    color: #FFFFFF;
  
}
.blue{
    color: #0066cc;
  
}

a {
  color:#0066cc;
  text-decoration: none;
}
a:hover {
    color: #0066cc;
    text-decoration: none;
}


.btn-default {
    color: #FFFFFF;
    background-color: #0066cc;
    border: 0px;
    border-radius: 8px;
    float: right;
    
}

.btn-default:hover {
    color: #FFFFFF;
    background-color: #58a54a;
    border: 0px;
    border-radius: 8px;
    float: right;
}


.btn-default-yellow {
    color: #fff;
    background-color: #EDC913;
    border: 1px solid #EDC913;
    border-radius: 0px;
    float: right;
    
}

.btn-default-yellow:hover {
    color: #FFFFFF;
    background-color: #DCB900;
    border: 1px solid #DCB900;
    border-radius: 0px;
    float: right;
}

.btn-default-blue {
    color: #fff;
    background-color: #0066cc;
    border: 1px solid #0066cc;
    border-radius: 0px;
    font-size: 18px;
    float: right;
    
}

.btn-default-blue:hover {
    color: #FFFFFF;
    background-color: #0066aa;
    border: 1px solid #0066aa;
    border-radius: 0px;
    float: right;
}

.glyphicon {
  top: inherit;

}

.bottom-icon {
  border: 2px solid #FFF; 
  padding:5px;
  position: absolute;
  bottom:20px;
  right: 20px;
}
.no-padding {
  padding: 0px;

}



.padding {
  padding-left: 30px;
  padding-right: 30px;
}

  
    .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #0066cc;
    background-color: #e5e5e5;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;

}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0066cc;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #0066cc;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #0066cc;
}
.form-control :-moz-placeholder { /* Firefox 18- */
  color: #0066cc;
}

}

/* ----------- end algemeen  ----------- */




.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: center;

  font-weight:200;
  cursor: pointer;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);

}


.hovereffect .overlay:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 102, 204, 0.76);
  content: '';
  opacity: 0;
  font-weight: 200;
  cursor: pointer;
}
        

.hovereffect a, .hovereffect p, .hovereffect span {

  opacity: 0;
  z-index:500;
     font-family: Lato, Helvetica, sans-serif;
    font-weight:400;
    

}

.hovereffect:hover img {
  opacity: 1.0;
    

}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover span  {
  opacity: 1;
  z-index: 500;
     font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #FFF
       display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
}

.text-middle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.no-padding {
  padding: 0px;
}




/*---------------------------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------*/
.header-tekst {
  background-color: rgba(0, 102, 204, 0.75);
  padding: 30px; 

}



.fourcolmn-fluid {
  padding-bottom:80px;
  padding-top: 60px;
  background-color: #FFFFFF;
}

.fourcolmn-fluid a {
  color:#0066cc;
  text-decoration: underline;
}

.fourcolmn-fluid a:hover {
    color: #0066cc;
    text-decoration: none;
}


 .referentie {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0066cc;
  background-size: cover;
  background-position: 0px 700px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

 .blocktwotext{
  height: 100%;
  padding-top:60px;
  padding-bottom:60px;
  background-size: cover;
  background-attachment: fixed;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}


 .blockquote{
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FFFFFF;

  background-size: cover;
  background-repeat: no-repeat;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-base{
    padding: 0px;
    background-color: #0066cc;

}

.carousel-showmanymoveone .carousel-control {
  width: 10%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.img-logo-cover {
    background-position: cover;
}

#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 0px;
}
#slider-text h2::after{
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }
#itemslider h4{
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}

#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
.text-middle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
        }
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
   

}