
/*####    TEAM
############################*/ 
.teamleden_grid {
  display: flex;
  flex-flow: row wrap;
  margin:0 0 0 -2rem;
  justify-content: center;
}
.teamlid {
  flex: 1 0 30%;
  min-width: 200px;
  padding:2rem;
  background: #f7f7f7;
  margin:0 0 2rem 2rem;
  text-align:center;
  
}
.teamlid .title {font-weight:bold;}
@media (min-width: 992px) { .teamlid {max-width:50%;}}

.teamlid h2 {margin:15px 0;}
.teamlid.cols-3{
  flex: 1 0 30%;
}
.teamlid.cols-4{
  flex: 1 0 20%;
}
.teamlid.cols-2{
  flex: 1 0 45%;
}
.teamlid .socialmedia-team a {width:2rem;height:2rem;padding-top:2px;border-radius:2rem;text-align:center;display:inline-block;margin:5px;}
.teamlid .socialmedia-team a {color:#fff;background-color:#666;}
.teamlid .socialmedia-team a:hover {color:#666;background-color:#fff;}


