.publicRelationListView__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
}

.publicRelationListView__item {
    position: relative;
    width: 100%;
    margin-bottom: 2.2em;
    list-style: none;
    text-align: center;
    text-decoration: none;
}

.content ul > .publicRelationListView__item:before {
    content: '';
}

@media (min-width: 480px) {
    .publicRelationListView__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 680px) {
    .publicRelationListView__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
}

@media (min-width: 900px) {
    .publicRelationListView__list {
        justify-content: space-between;
    }

    .publicRelationListView__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

.publicRelationListView__itemLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publicRelationListView__item:hover {
    text-decoration: none;
}

.publicRelationListView__name {
    font-weight: bold;
    color: #ef6079;
}

.publicRelationListView__function {
    font-weight: 500;
    color: #1b365d;
}

.publicRelationListView__image {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto 1em auto;
    border-radius: 50%;
    background: #ccc url(../../../img/profielfoto.png) center center no-repeat;
    background-size: cover;
    transition: 0.3s;
}

.publicRelationListView__image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    content: "";
    background: rgba(27, 54, 93, .5);
    transition: all ease-in 0.25s;
}

.publicRelationListView__image:after {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
    padding-top: .5em;
    border-radius: 50%;
    text-align: center;
    content: "\e809";
    font-family: "sociaalsportief";
    color: #fff;
    background-color: #ef6079;
    transition: all ease-in 0.25s;
}

.publicRelationListView__item:hover .publicRelationListView__image:before {
    background-color: transparent;
}

.publicRelationListView__item:hover .publicRelationListView__image:after {
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    padding-top: .8em;
    content: "\e814";
}

.publicRelationListView__item:hover .publicRelationListView__image:before,
.publicRelationListView__item:hover .publicRelationListView__image:after {
    transition: all ease-in-out 0.25s;
}

.mod_relation .main .article_first h2,
.mod_relation .main .article_first .article_content {
    width: 70%;
}
