.op-abstimmungen-shortcode-row{
    border-bottom: 1px solid black;
    padding-top: 15px;
    padding-bottom: 15px;
}

.op-abstimmungen-shortcode-row .op-abstimmung-title {
    font-size: 16px;
}

.op-abstimmungen-shortcode-row .op-abstimmung-parole {
    width: 100%;
    padding: 2px 10px 2px 10px;
    color: white;
    float:right;
    font-size: 14px;
    font-weight: bold;
}

.op-abstimmungen-shortcode-row .parole-ja {
    background-color: rgb(123, 179, 7);
}

.op-abstimmungen-shortcode-row .parole-nein {
    background-color: rgb(226, 12, 24);
}

.op-person-mandat-text-row {
    margin-bottom: 30px;
}

.op-person-mandat-cards p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.op-person-mandat-cards {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

@media (min-width: 992px){
    .team-list .col-lg-3 {
        min-height: 480px;
    }
}
@media (min-width: 576px) {
    .team-list .col-sm-6 {
        min-height: 450px;
    }
}

.team-list img {
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    box-sizing: border-box;
}

.team-list .image-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}

.team-list .thumb-info-title {
    bottom: 14%;
    background: rgba(43, 47, 59, 0.8);
    transition: all 0.3s;
    background: rgba(33, 37, 41, 0.8);
    color: #FFF;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 17px;
    padding: 13px 21px 2px;
    box-sizing: border-box;
}

.team-list .thumb-info-inner {
    transition: all 0.3s;
    display: block;
    box-sizing: border-box;
}

.team-list .thumb-info-type {
    background-color: #B74351;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 0.6em;
    font-weight: 600;
    letter-spacing: 0;
    margin: 8px -2px -15px 0px;
    padding: 2px 12px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
    box-sizing: border-box;
}

.team-list .thumb-info-caption {
    padding: 10px 0;
    box-sizing: border-box;
}

.team-list .thumb-info-caption-text {
    font-size: 0.9em;
    margin: 0;
    padding: 15px 0;
    display: block;
    box-sizing: border-box;
}

.no-margin-on-side {
    margin-left: 0px!important;
    margin-right: 0px!important;
}