/* ################################## BREADCRUMB */

.breadcrumb {
    font-size: 0.875rem;
    line-height: 1.43;
    color: #0b2b56;
    padding-bottom: 1.4rem;
    margin: 0;
    display: none;
}
.breadcrumb i.fas{
    margin: 0 7px;
    color: #c44e00;
}
.breadcrumb i.fas:before {
    font-weight: normal;
    font-size: 0.7rem;
}
.breadcrumb a {
    font-weight:normal;
}
/* ################################## KATEGORIESEITE */
.news-list-view .article {
    border-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
    margin: 0;
    position: relative;
}
.account-details .close {
    position: absolute;
    top: 40px;
    right: 0;
    float: none;
    z-index: 1;
    background: #fff !important;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #b0d7ec !important;
}


@media screen and (min-width: 768px){
    .news-list-view .article {
        border-top: 1px solid #b0d7ec;
        padding-bottom: 40px;
    }
    .account-details .close{
        top: -1px;
        right: 0;
        border: 1px solid #b0d7ec !important;
    }
    .breadcrumb {
        display: block;
    }
}

.news-list-view .article h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: normal;
    padding: 0;
    border-radius: 0;
}
.cme{
    display: inline;
    color: #0b2b56;
    font-size: 1rem;
    font-weight: 600;
    float: left;
}
.btn.price{
    display: inline-block;
    width: auto;
    float:right;
    cursor: default;
}
.cme.price{
    font-weight: 600;
    float: right ;
    display: inline-block;
    width: auto;
}

@media screen and (min-width: 768px){
    .btn.price,
    .cme{
        float: none;
        padding: 0px 0px 4px 0px;
        margin-right: 30px;
        display:inline-block;
    }
    .account-details .cme{
        margin-right: 0;
        display: inline-block;
        padding: 0.6rem 0rem;
        float: right;
    }
    .cme.price{
        font-weight: 600;
        float: none ;
        display: inline-block;
        width: auto;
        margin: 0 20px 0 0;
    }
}

.cme img{
    /*margin-right: 10px;*/
    position: relative;
    top: -2px;
    margin: 0 10px 0 0;
}

/* ################################## NEWS-OVERRIDES */

.news-list-view.related .news-img-wrap{
    float: left;
    width: auto;
    margin: 0;
}
.news.news-single h2{
    /*text-align: left;*/
}
.news-img-wrap img{
    width: 100%;
    height: auto;
    /*max-width:263px;*/
    margin-bottom: 1rem;
}
.news-list-view .newsarticle-item .col-md-4 {
    width: 100%;
}
.news-list-view .newsarticle-item .col-md-8 {
    width: 100%;
}

/* ################################## NEWS-DETAIL */


.news-single .article .news-img-wrap {
    float: none;
    width: 100%;
    margin: 0;
    background: #1C324A;
}
.news-details ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: block;
}
.news-details ul span {
    display: inline-block;
    width: 100px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.43;
    color: #0b2b56;
}
.news-details .meta > ul li{
    font-size: 0.875rem;
    border-top: 1px solid #b0d7ec;
    padding: 7px 0;
    display: block;
}
.news-details .meta > ul li:last-child{
    border-bottom: 1px solid #b0d7ec;
}
.news-details ul li a{
    color: #c44e00;
    font-weight: 600;
}
.news-details .btn{
    width: 100%;
    text-align: left;
}
.news-details .slidearea, .news-details .slidearea img {
    width: 100%;
    height: auto;
}
.keyword-wrapper .row{
    margin-left: -5px;
    margin-right: -5px;
}
.keyword-wrapper .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}
.keyword-wrapper .btn{
    text-align: center;
    font-size: 0.9rem;
}
@media screen and (min-width: 768px){
    .news-details .btn{
        width: 100%;
        text-align: center;
    }
    .news-list-view .newsarticle-item .col-md-4 {
        flex: 0 0 263px;
        max-width: 263px;
    }
    .news-list-view .newsarticle-item .col-md-8 {
        flex: 0 0 calc( 100% - 263px );
        max-width: calc( 100% - 263px );
    }
    .news-img-wrap img{
        margin-bottom: 0;
    }
    .news-details .slidearea, .news-details .slidearea img {
        width: 533px;
        height: 400px;
    }
}

