/*  -----------------------------------------------------
    news / list
    ----------------------------------------------------- */

.news .news-list-view {
    margin: 0 0 50px 0;
}

.news .news-list-view .article {
    width: 230px;
    height: 280px;
    overflow: hidden;
    float: left;
    background-color: white;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    margin-right: 10px;
}

.news .news-list-view .article:first-child {
    margin-left: 10px;
}

.news .news-list-view .article .header {
    background-color: #B2424E;
}

.news .news-list-view .article .header h3 {
    margin: 0;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 230px;
    padding: 0 10px 0 10px;
}

.news .news-list-view .article .header h3 a {
    margin: 0;
    color: white;
    padding: 0;
    font-size: 1.8rem;
    font-family: questa_sansregular, sans-serif;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.news .news-list-view .article .news-img-wrap {
    height: 175px;
    width: 100%;
    margin: 0;
}

.news .news-list-view .article .news-img-wrap a {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
}

.news .news-list-view .article .news-img-wrap a img {
    width: 100%;
    height: auto;
}

.news .news-list-container {
    overflow: hidden;
}

.news .news-list-view .article .footer .news-list-teaser {
    display: none;
}

.news .news-list-view .article .teaser-text {
    padding: 0;
}

.news .news-list-view .article .news-list-date,
.news .news-list-view .article .news-list-teaser p {
    font-family: Trebuchet,  Arial, sans-serif !important;
    font-weight: bolder;
    text-transform: uppercase;
    color: #4A4A49;
}

.news .news-list-view .article .footer {
    padding-left: 10px;
}


/*  -----------------------------------------------------
    news / list – catgegories (Fluid + Uid)
    ----------------------------------------------------- */

.news .news-list-view .article.category-1 .header {
    background-color: #C38C3E;
}

.news .news-list-view .article.category-2 .header {
    background-color: #979D50;
}

.news .news-list-view .article.category-3 .header {
    background-color: #947098;
}

.news .news-list-view .article.category-4 .header {
     background-color: #6884A8;
 }/*
.news .news-list-view .article.category-5 .header {
    background-color: #6884A8;
}*/

/*  -----------------------------------------------------
    news / list – NEWS as NEWS (category-5)
    ----------------------------------------------------- */

.news .news-list-view .article.category-5 .footer .news-list-teaser {
    display: block;

}

.news .news-list-view .article.category-5 .footer .news-list-teaser p {
    font-family: questa_sansbold, sans-serif;
    padding-top: 4px;
}

.news .news-list-view .article.category-5 .footer .news-list-date {
    display: none;
}


/*  -----------------------------------------------------
    news / list / slider
    ----------------------------------------------------- */

.news .news-list-view .slider-nav {
    text-align: center;
    margin: 10px 0 0 0;
}

.news .news-list-view .pfeil_links_rot,
.news .news-list-view .pfeil_rechts_rot {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 20px 25px;
    width: 50px;
    height: 50px;
    background-position: center;
    cursor: pointer;
}

.news .news-list-view .pfeil_links_rot {
    background-image: url(../../../img/icons/pfeil_links_rot.svg);
    margin: 0 40px 0 0;
}

.news .news-list-view .pfeil_rechts_rot {
    background-image: url(../../../img/icons/pfeil_rechts_rot.svg);
    margin: 0 0 0 40px;
}


/*  -----------------------------------------------------
    news / DETAIL
    ----------------------------------------------------- */

#news-detail-view h1 {
    font-family: questa_sansbold, sans-serif;
    font-size: 2.2rem;
    text-transform: uppercase;
    background-color: white;
    margin: 0 -20px 0 -20px;
    padding: 10px 0 10px 20%;
}

#news-detail-view .teaser-text * {
    font-family: questaitalic, sans-serif;
}

#news-detail-view .text  {
    padding: 20px 18% 20px 18%;
}

#newsItemCarousel {
    margin: 0 -20px 0 -20px;
}

#newsItemCarouselImages {
    max-height: 500px;
}

#newsItemCarouselImages .image {
    max-height: 500px;
    background-size: cover;
    background-position: center;
}

#newsItemCarouselImages img {
    width: 100%;
}

#news-detail-view .news-backlink-wrap {
    font-family: questa_sansbold, sans-serif;
    text-transform: uppercase;
}

#news-detail-view .carousel-control {
    background-repeat: no-repeat;

}

#news-detail-view .carousel-control.left {
    background-image: url(../../../img/icons/slider_pfeil_links.svg);
    background-position: left center;
}

#news-detail-view .carousel-control.right {
    background-image: url(../../../img/icons/slider_pfeil_rechts.svg);
    background-position: right center;
}

#news-detail-view .carousel-indicators {
    bottom: -5px;
    display: none;
}

#news-detail-view .carousel-indicators li {
    margin-right: 10px;
    border-width: 3px;
    background-color: white;
}

#news-detail-view .carousel-indicators li.active {
    background-color: #19A1BB;
}

#news-detail-view .news-backlink-wrap {
    background: url(../../../img/icons/pfeil_grau_links.svg) no-repeat 0 5px;
    padding: 5px 0 5px 25px;
}


/*  -----------------------------------------------------
    m e d i a q u e r i e s
    ----------------------------------------------------- */

@media screen and (max-width: 768px) {


    #news-detail-view h1 {
        padding-left: 40px;
    }

    #news-detail-view .text {
        padding: 20px;
    }

    /*
        MODAL
    */
    #news-detail-view .carousel-indicators {
        display: block;
    }

    #news-detail-view .carousel-control {
        display: none;
    }
}


