/**
DETAIL OF REFERENT-IN
 */
.referat-detail .details-left {
    margin-bottom: 30px;
}

.referat-detail .details-right .referent-in-name {
    font-weight: bold;
}
.referat-detail .details-right .contact-info {
    margin-bottom: 20px;
}

.referat-detail .referatlabel {
    font-weight: 400;
}
.referat-detail .equalDivide tr td {
    padding-bottom: 0;
    max-width: 400px;
}
@media only screen and (max-width: 360px) {
    .referat-detail .c-content-title-3.c-border-yellow {
        /*border: none;*/
        padding-left: 0px;
    }
}

/**
LIST OF REFERENTEN
 */
.list-referenten .referentenimage {
    padding-right: 30px;
}
.list-referenten table td {
    padding: 5px;
}
.list-referenten table {
    width: 100%;
}
.list-referenten table th.firstcolumn {
    width: 30%;
}
.list-referenten table th.secondcolumn {
    width: 70%;
}
.list-referenten table tr.first {
    border-top: 1px solid red;
}

/**
 * Referate nach Abteilung
 */
.list-by-abteilung {
    margin-top: 30px;
    margin-bottom: 50px;
}
.list-by-abteilung .row {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px 5px;
    min-height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    position: relative;
}
.list-by-abteilung .row:hover {
    background-color: #f5f5f5;
}
.list-by-abteilung .row .title {
    font-weight: bolder;
}
.list-by-abteilung .row .plus-sign {
    position:absolute;
    right: 20px;
    width: auto;
}
