header .top {
  background: #fff;
  border-bottom: 1px solid #d8d8d8; 
}

header #search #searched input {
      border: 2px solid #187d00 !important;
}

.banner-right{
  max-width: 320px;
}

.small-banner .img-responsive, .medium-banner .img-responsive {
  width: 100%;
  height: 100%;
}

.banner-right .banner-small {
  width: 50%;
  display: inline-block;
  padding-left: 2px;
  padding-top: 0;
  padding-bottom: 2px;
  height: 175.38px;
}

.bottom-headlines {
margin-top: -2px;
    display: inline-block;
}

.bottom-headlines .medium-banner {
  width: 50%;
  height: 175.38px;
  padding-right: 2px;
}

.medium-banner.banner-9 {
  width: 44%;
}

.medium-banner.banner-10 {
  width: 56%;
  padding-right: 0;
}


textarea:focus, input:focus{
    outline: none;
}

header .contact-info {
  padding: 36px 0;
  text-align: center;
}

header .contact-info a {
  display: block;
    color: #333;
    font-size: 15px;
}

header .contact-info a i {
  margin-right: 6px;
}

header .contact-info a i.fa-whatsapp {
  color: #50c960;
  margin-top: 8px;
}

header #keurmerk {
  padding-left: 95px;
}

.banner-right .headline .img-responsive {
height: 100%;
}

/* .banner-right .banner-small:nth-child(2n-1) {
  padding-right: 2px;
} */

.bottom-headlines.subbanner-left {
  width: 100%;
  max-width: 820px;
  margin-right: 0;
}

.bottom-headlines.subbanner-left .medium-banner{
  width: 33.333%;
  padding-right: 2px;
}

.bottom-headlines.subbanner-left .medium-banner:last-child{
	padding: 0;
}

.bottom-headlines.subbanner-right .medium-banner{
  width: 100%;
  margin-top: -1px;
}

.bottom-headlines.subbanner-right {
  width: 100%;
  max-width: 320px;
  padding-left: 1px;
}
@media (max-width: 767px) {
 header .contact-info {
   padding: 28px 0;
  }
}