.index-img{
    max-height: 250px;
}
.g-recaptcha {
  transform: scale(0.84); /* verklein de grootte van de reCAPTCHA */
  margin: 0 0 0 -22px;
}
#zwart {
    color:black;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
}
.index-thumb{
    height: 235px!important;
}
.image-coaching{
    width:450px;
}
.ulli{
    width:450px;
}
.index-tekst{
    width:750px;
}
@media (max-width: 768px) {
    .image-coaching{
    width:100%;
}
    .ulli {
        width:100%;
    }
    .index-tekst{
    width:100%;
}
}
.radius10{
    border-radius:10px;
}
