/************************
    TEAM TEMPLATE CSS
/************************/
.team-text11 h4{
    color: #0992c4;
    font-size: 16px;
    text-align: center;
    margin-top: 26px;
}
.hw-feature-img img{
    height: 550px;
    margin-top: 0px;
}
.hw-feature-img{
    position: relative;
}
.hw-tm-blue-area{
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 170px solid #066f93c7;
    border-left: 152px solid transparent;
    border-right: 0px solid transparent;
    width: 0px;
}
.team-avatar{
    position: relative;
}
.team-avatar i{
    cursor: pointer;
    color: white;
    padding-left: 9px;
}
.team-avatar span{
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    margin-right: 7px;
    font-size: 21px;
}
.team-text p {
    color: #818181;
    margin-top: 20px;
    display: block;
    width: 74%;
    margin-left: 32px;
    margin-bottom: 20px;
    font-style: italic;
    text-align: center;
}
.mixitup-btn {
    padding: 1rem;
}
.mixitup-btn button {
    cursor: pointer;
    background-color: #008fc2;
    color: white;
    width: auto;
    border-radius: unset;
    font-size: 14px;
    margin-left: 6px;
    height: 47px;
    padding: 6px 20px;
    margin-top: 10px;
}
.mixitup-btn button:nth-child(7),
.mixitup-btn button:nth-child(13) {
  margin-right: 3px;
}
.mixitup-btn button:hover {
    background: #002e41;
    color: white;
}
.mixitup-btn button:focus{
    color: white;
}
.mixitup-control-active {
    background-color: #002e41!important;
}
.mixitup-btn button[data-filter] + .mixitup-btn button[data-sort] {
    margin-left: .75rem;
}
.team-mixitup-wrapper {
    padding: 1rem;
    margin-top: 50px;
    text-align: justify;
}

.team-mixitup-wrapper:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.team-mix,
.team-gap {
    display: inline-block;
    vertical-align: top;
}
.team-mix {
    background: #fff;
    margin-bottom: 1rem;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
}
.team-mix:before {
    display: inline-block;
    padding-top: 56.25%;
}
.team-mix {
    visibility: hidden;
}
.team-mixitup-wrapper .mix {
    visibility: visible;
    min-height: 625px;
}

.teamfunctie {
  display: block;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  color: #0992c4;
}

/* Grid Breakpoints
---------------- */
/*.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}*/

/* 3 Columns */
@media screen and (min-width: 320px) {
    .team-mix,
    .team-gap {
        width: 100%;
    }
}

@media screen and (min-width: 541px) {
    .team-mix,
    .team-gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */
@media screen and (min-width: 961px) {
    .team-mix,
    .team-gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }

}
@media screen and (max-width: 991px) {
    .mixitup-btn button{
        width: auto;
        font-size: 11px;
        margin: 2px;
    }
    .mixitup-btn{
        text-align: center;
    }
}

/* 5 Columns */
@media screen and (min-width: 1281px) {
    .team-mix,
    .team-gap {
        /*width: calc(100%/5 - (((5 - 1) * 1rem) / 5));*/
        width: 22%;
        margin-right: 22px;
        margin-bottom: 30px;
    }
}
