/*! Place your custom styles here */

/* Buttons */
.btn--bijn {
  color: #fff;
  background: #76bd00;
  border: 0;
  font-weight: 700;
  font-size: 1em;
}

.btn--bijn,
.btn--bijn:visited {
  color: #fff;    
  background: #76bd00;
}

.btn--bijn .btn__text,
.btn--bijn:visited .btn__text {
  color: #fff;
}

.btn--bijn .btn__text i,
.btn--bijn:visited .btn__text i {
  color: #fff;
}

.btn--bijn:hover {
  background: #97d929;
  color: #fff;    
}

.btn--bijn:active {
  background: #6aa802;
  color: #fff;   
}

.btn--kleur {
  color: #fff;
  background: #ff5a00 ;
  border: 0;
  font-weight: 700;
  font-size: 1em;
}

.btn--kleur,
.btn--kleur:visited {
  color: #fff;    
  background: #ff5a00 ;
}

.btn--kleur .btn__text,
.btn--kleur:visited .btn__text {
  color: #fff;
}

.btn--kleur .btn__text i,
.btn--kleur:visited .btn__text i {
  color: #fff;
}

.btn--kleur:hover {
  background: #fc7d37;
  color: #fff;    
}

.btn--kleur:active {
  background: #e55100;
  color: #fff;   
}

.lead-bijn {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}
.lead-cijfer {
  font-size: 32px;
  font-weight: 600;
  color: #808080;
}
.bg--footer {
  background: #eeeeee;
  border-color: #ddd;
}
.bar .logo{ max-width: none; max-height: 50px; }   /*  max-width: 140px; } */

img .bottom {
    background-position: bottom !important;
}

.blok-icon {
    padding bottom:1em;
}