/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #009688;
  background-color:#E0F2F1;

}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
a:link { color:#CDDC39;}
a:visited { color:#CDDC39;}
a:hover { color:#CDDC39;}
a:active { color:#CDDC39;}
 
.menu{
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100px;
  
}

.logo{


}

.branding {
  font-size: 24pt;
  font-weight: bold;
  color:  #CDDC39;
}



.container{
  background-color:#fff ;
}

/* MAIN TEXT 
-----------------------------------------------------*/
.headerfoto {
  background-image: url("../img/header3.jpg");
  background-size: cover;
  background-position: center;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 140px;
  padding-bottom: 40px;
  min-height: 400px;
  color:  #CDDC39;
  

}

.headertextblock {
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 25px;
  background-color: #fff;
  font-size: 14pt;
  color: #588677;

  
}



/*  CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.kolommen {
 padding-top: 45px;
  background-color: #;
  text-align: center;
  padding-left: 25px;
padding-right: 25px;
}

.row {
  text-align: center;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 100px;
}



.about {
  background-color: #E0F2F1;
  padding-left: 25px;
padding-right: 25px;
padding-top: 20px;
  padding-bottom: 50px;
  
}

.opdrachtgevers {
  text-align: center;
   padding-bottom: 100px;
   padding-top: 45px;
  background-color: #;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
.row2 {
  text-align: center;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 100px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /*max breedte pagina*/
/*  .container {
    max-width: 970px;
  }

}


*/