/**/

#map {
  height: 675px;
  width: 100%;
}

.grid-persons .card .card-footer h5 strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  color: rgba(223,180,96, 1);
}

.grid-persons .card .card-footer {
  color: rgba(209,10,16, 1)
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
  background-color: inherit;
  border-top: none;
  
}

.grid-persons .card .card-body {
  color: rgba(209,10,16, 1)
  font-size: 15px;
  font-weight: 500;
  padding: 30px 30px 10px 30px;
}

.table.table-programma .club-logo-right img {
  width: auto;
  height: 100%;
}

.table.table-programma .club-logo-right {
  width: 40px;
  height: 40px;
  min-width: 40px;
  float: right;
  margin-left: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .club-logo-right {
    display: none;
  }
}

.widget-uitslag .uitslag strong{
    height:35px;
    display: inline-block;
    
}

.norad{
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

#intro-top-homepage .widget-uitslagen .widget-uitslagen-header h3 {
  margin-bottom: 15px;
  
}

.grid-persons .card .card-body h5 {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  color: rgba(209,10,16, 1);
}

.overview-sponsors .card {
  background-color: transparent;
}
.overview-sponsors .card-photo {
  height: 0;
  padding-bottom: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, .1);
}
.overview-sponsors .card-body {
  padding: 25px 25px;
  background-color: rgba(0, 0, 0, .75);
}
.overview-sponsors .card-body strong {
  color: rgba(255, 214, 68, 1);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
.overview-sponsors .card-body h5 {
  color: rgba(255, 255, 255, 1);
  font-weight: 800;
  font-size: 18px;
}

.overview-sponsors .card-body strong a {
  color: rgba(255, 214, 68, 1) !important;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.overview-sponsors .sponsor-logo {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px 5px 0px 0px;
  
  height: 0;
  padding-bottom: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#sponsors .wrapper-sponsors-inner .carousel-sponsors .item .sponsor-logo{
    padding-bottom: 65%;
}

