[id='public_relation_list_search'] ~ .pbuic-pager-container .pbuic-pager {
    margin-top: 1.5em;
}

.relation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
    text-align: center;
}

.relation-list li {
    margin-top: 1.5em;
    width: 100%;
    min-height: 70px;
    border: 1px solid #ccc;
}

.relation-list li:last-child {
    margin-bottom: 0;
}

.relation-list .plor__title {
    margin: 0 0 .1em;
    font-size: 1em;
    font-weight: 600;
    color: #0a66b0;
}

.relation-list .plor__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.relation-list .plor__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.relation-list .plor__label {
    font-size: .6em;
    opacity: .7;
    text-transform: uppercase;
}

.relationList__heading {
	font-size: inherit;
	font-weight: bold;
	margin: 0 0 0.2em;
}

.relationList__image {
    margin-top: 0.4em;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.relationList__image img {
    display: block;
    margin: 0 auto;
}

.relationList__list {
    overflow: hidden;
    font-size: 0.9em;
}

.relationList__title {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 0.1em;
}

.relationList__data {
    display: block;
    margin-left: 0;
}

.relationList__additionalInfo {
    clear: left;
    margin-top: 0.3em;
}

@media screen and (min-width: 550px) {
    .relationList__text,
    .relationList__image {
        display: inline-block;
        vertical-align: top;
    }

    .relationList__text {
        width: calc(100% - 183px);
    }

    .relationList__image {
        width: 157px;
        margin: 0 0 0 25px;
    }

    .relationList__title {
        float: left;
        clear: left;
        width: 120px;
        margin-right: 0.3em;
    }

    .relationList__data {
        float: left;
        width: calc(100% - 120px - 0.3em);
    }
}

/**
 *    Persons
 */

.relationList--persons .relationList__image {
    margin: 2em 0;
    padding: 0;
    width: 125px;
    border: none;
}

.relationList--persons .relationList__image img {
    border-radius: 50%;
}

@media screen and (min-width: 550px) {
    .relationList--persons li {
        overflow: hidden;
    }

    .relationList--persons .relationList__image {
        float: left;
        margin: 0 2em 0 0;
    }

    .relationList--persons .relationList__text {
        display: inline-block;
    }

    .relationList--persons .relationList__function {
        font-size: 0.8em;
        opacity: 0.7;
    }
}

/**
 *  company list width logo and persons list with name and mail
 */

.relation-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.relation-list li a,
.relation-list li a:hover {
    text-decoration: none;
}

.relation-list li:hover {
    border: 1px solid rgb(9, 103, 176);
}

.plor-member {
    display: inline-block;
    padding: 0.8em;
}

.plor-company__picture,
.plor-company__name,
.plor-person__name {
    margin: 0;
}

.plor-company__picture img {
    width: 150px;
    height: 70px;
}

.plor-company__picture + .plor-company__name {
    position: absolute;
    left: -9999em;
}

.plor-company__name,
.plor-person__name {
    font-size: 1em;
}

@media screen and (min-width: 480px) {
    .relation-list li {
        width: 47%
    }
}

@media screen and (min-width: 768px) {
    .relation-list li {
        width: 31%;
    }
}