.post-area .course-list-items {
    margin-bottom: 15px;
    margin-top: 10px;
}

.course-list-items .panel-group {
    margin-bottom: 0;
}

.post-area .course-list-items .panel.panel-default {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    margin-top: 10px;
}

.acd-items .panel-heading {
    padding: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.post-area .course-list-items .panel-heading a {
    background: #ffffff;
    padding: 20px;
}

.acd-items .panel-heading .panel-title a {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    font-weight: 600;
    /* padding: 10px 0; */
    position: relative;
}

.post-area .course-list-items .panel-heading a strong {
    text-align: center;
    display: inline-block;
    color: #666666;
    font-weight: 700;
    margin-right: 5px;
    border-right: 1px solid #cccccc;
    padding-right: 10px;
    min-width: 30px;
}

.post-area .course-list-items ul {
    padding: 10px 10px 10px 20px;
    list-style-type: none;
}

.post-area .course-list-items .intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-area .course-list-items .intro .item a {
    display: inline-block;
    color: #fff;
    background: #f08519;
    padding: 2px 15px;
    border-radius: 30px;
    margin-left: 5px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.course-list-items p {
    margin: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.post-area .course-list-items li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.post-area .course-list-items li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.struktur-item .btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    /* white-space: nowrap; */
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.post-area .sidebar .sidebar-item.recent-post li .active,
.post-area .sidebar .active i {
    color: #f08519;
    text-transform: capitalize;
    font-weight: 600;
}

.post-content .advisor-info .thumb .info {
    padding: 10px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-top: 2px solid #ffb606;
}

.post-content .advisor-info .thumb .info h4 {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.post-content .advisor-info .thumb .info p {
    padding-top: 10px;
}

.post-content .thumb {
    border-color: #f5f5f5;
}

.d-flex {
    display: flex;
}

.site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
}

.home-link {
    float: left;
    display: table;
}

.home-link span {
    padding-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #a91616;
    font-weight: 600;
}