/*////////////////////// team widget ///////////////////*/
/* .widget_team .widgettitle {
    margin-bottom: 0;
}

.widget_team .item {
    width: 33.3%;
    padding-bottom: 33.3%;
    float: left;
    position: relative;
    background-color: red;
}

.widget_team .item .listing-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.widget_team .titel {
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    font-family: 'Droid Serif';
}

.widget_team p {
    font-size: 14px;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
} */

.teamwidget2 {
    background-color: white;
}

.teamwidget2 .tekst {
    padding: 30px 10%;
    background-color: #fff;
}

.teamwidget2 ul.medewerkers {
    margin: 0;
    list-style: none;
    padding: 0 !important;
}

.teamwidget2 li {
    margin: 0;
}

.teamwidget2 li>div {
    width: 100%;
    position: relative;
}

.teamwidget2 li.tall {
    width: 33.3%;
}

.teamwidget2 li.wide {
    width: 66.6%;
}

.teamwidget2 li.leftalign {
    float: left;
}

.teamwidget2 li.rightalign {
    float: right;
}

.teamwidget2 li.tall>div {
    padding-bottom: 200%;
}

.teamwidget2 li.wide>div {
    padding-bottom: 50%;
}

.teamwidget2 li img, .teamwidget2 li .info {
    position: absolute;
}

.teamwidget2 li .info {
    display: table-cell;
    vertical-align: middle;
    background-color: #333333;
    padding: 5px;
}

.teamwidget2 li.wide img, .teamwidget2 li.wide .info {
    width: 50%;
    height: 100%;
}

.teamwidget2 li.tall img, .teamwidget2 li.tall .info {
    height: 50%;
    width: 100%;
}

.teamwidget2 li.wide.photo-left .info {
    left: 50%;
}

.teamwidget2 li.wide.photo-left img {
    left: 0;
}

.teamwidget2 li.wide.photo-right .info {
    left: 0;
}

.teamwidget2 li.wide.photo-right img {
    left: 50%;
}

.teamwidget2 li.tall .info {
    top: 50%;
}

.teamwidget2 li.tall img {
    top: 0;
    left: 0;
}

.teamwidget2 li.wide.photo-right .info:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 100%;
    top: calc(50% - 8px);
    border: 8px solid transparent;
    border-left: 16px solid #333333;
}

.teamwidget2 li.wide.photo-left .info:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 100%;
    top: calc(50% - 8px);
    border: 8px solid transparent;
    border-right: 16px solid #333333;
}

.teamwidget2 li.tall .info:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    bottom: 100%;
    right: calc(50% - 8px);
    border: 8px solid transparent;
    border-bottom: 16px solid #333333;
}

.teamwidget2 li .info .fa {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
}

.teamwidget2 li .info div,
.teamwidget2 li .info a {
    color: #fff;
}

.teamwidget2 li .info .name {
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.teamwidget2 li .info .title {
    font-size: 10px;
    font-style: italic;
    line-height: 1.2em;
}
