/*Custom Typografie*/

.lastname-special {
    font-weight: bold;
    color: #e2001a;
}

.description {
    color: #5c6971;
    line-height: 1.4;
    max-width: 90%;
    float: left;
    padding-bottom: 10px;
}

.dhbw-contacts-panel > .panel-collapse > .panel-body {
    font-size: 0.9em;
    padding: 15px 15px 15px 119px;
    background-color: #e5e5e5;
}

.dhbw-contacts-contact > .col-xs-12 > .heading {
    font-weight: bold;
    margin-bottom: 0.25em;
}

/*Layout*/

.no-padding {
    padding: 0!important;
}

.dhbw-contacts-contact {
    margin-top: 32px;
}

.dhbw-contacts-panel {
    margin: 14px 0!important;
    overflow: hidden;
}

@media (max-width: 919px) {
    .dhbw-contacts-contact > .col-xs-12 {
        margin-top: 18px;
    }

    .dhbw-contacts-contact > .col-xs-12:first-child {
        margin-top: 0;
    }
}

.dhbw-contacts-panel > .panel-collapse > .panel-body > .row {
    margin-top: 18px;
}

.dhbw-contacts-panel > .panel-collapse > .panel-body > .row:first-child {
    margin-top: 0;
}

.dhbw-contacts-panel > .accordion {
    position: relative;
    min-height: 96px;
    max-height: 96px;
}

.dhbw-contacts-panel > .accordion-toggle {
    border: none;
    background-color: transparent;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
}
.dhbw-contacts-panel > .accordion-toggle:focus {
    background-color: #eeeeee;
}

.dhbw-contacts-panel > .accordion > img {
    width: 96px;
    height: 96px;
    float: left;
}

.dhbw-contacts-panel > .accordion > .panel-heading > .panel-title {
    margin-left: 104px;
}

/*Search Box*/

.contact-list > .row > input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
}

/*Panel Plus-Minus-Symbol*/

.dhbw-contacts-panel > .accordion-toggle::after {
    content: "";
    position: absolute;
    right: 18px;
    height: 1px;
    width: 13px;
    top: 50%;
    background: #859096;
}

@media (max-width: 919px) {
    .dhbw-contacts-panel > .accordion-toggle::after {
        width: 9px;
        right: 11px;
    }
}

.dhbw-contacts-panel > .accordion-toggle::before {
    content: "";
    position: absolute;
    right: 24px;
    height: 13px;
    margin-top: -6px;
    width: 1px;
    top: 50%;
    background: #859096;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 919px) {
    .dhbw-contacts-panel > .accordion-toggle::before {
          height: 9px;
          margin-top: -4px;
          right: 15px;
    }
}

.dhbw-contacts-panel > .collapsed:hover::after,
.dhbw-contacts-panel > .collapsed:hover::before {
    background: #e2001a;
}

.dhbw-contacts-panel > .collapsed::before {
    opacity: 1;
}

.dhbw-contacts-panel > .panel-heading .collapsed .description p {
    margin-bottom: 0;
}

/*Liste AreaOfExpertise*/

.dhbw-areaofexpertise-list > li {
    margin-bottom: 12px;
}

.dhbw-areaofexpertise > h3 {
    margin-top: 40px;
    margin-bottom: 26px;
    color: #5c6971;
}

.dhbw-areaofexpertise-list > li > p {
    margin-top: 0px;
    line-height: 1.3;
}

.dhbw-areaofexpertise > h3::after {
    content: "";
    display: block;
    width: 80px;
    background-color: #5c6971;
    height: 2px;
    left: 0px;
    bottom: -0.4em;
    margin-top: 6px;
}

.dhbw-areaofexpertise-list-profile {
    margin-left: 0.2em;
}

/*Profil Section*/
.dhbw-profile-section {
    margin: 32px 0;
}

/*Border-Radius*/
.dhbw-contacts-panel {
    border: solid 1px #e5e5e5!important;
    border-radius: 4px!important;
}
