
.brandext_Newsslider.news .slides
{
    min-height: 0 ;
    margin: 0;
    padding: 0;
}


.brandext_Newsslider.news {
    width: 1188px;
    padding: 30px 0 30px 30px;
    float: left;
    margin: 0 auto;
}

.brandext_Newsslider.news h2 {
    text-align: left;
}


.brandext_Newsslider.news ul li {
    text-align: left;
    float: left;
    margin-right: 10px;
    width: 225px;
    list-style-type: none;
}

@media(max-width: 1250px)
{
    .brandext_Newsslider ul > li:nth-child(5)
    {
        display: none !important;
    }
}
@media(max-width: 1000px)
{
    .brandext_Newsslider ul > li:nth-child(4)
    {
        display: none !important;
    }
}


.brandext_Newsslider.news ul p {
    font-size: 0.9em;
}



.brandext_News_List h1 {
    display: inline-block;
    color: #aaa;
    margin-right: 30px;
    font-size: 15px;
}


.brandext_News_List h2 {
    font-size: 2em;
    color: #000;
}

.brandext_News_List h1.active {
    color: black;
}

.brandext_News_List h1:hover {
    cursor: pointer;
    color: black;
}

.news .flex-direction-nav li {
    height: 100%;
    width: 54px;
    float: left;
    border: 1px solid #DDD;
    background: #fff;
    list-style-type: none;
}

.news .flex-direction-nav li a {
    line-height: 40px;
    text-align: center;
    left: 0;
    position: relative;
}

/****************************
 *       NEWS SECTION
****************************/

.news .flex-direction-nav {
    position: absolute;
    left: -20px;
    height: 32px;
    bottom: 1px;
    z-index: 2;
}

.news .flex-control-nav {
    top: 45px;
    left: 0;
}

.news {
    position: relative;
    padding: 15px 20px 50px;
    border: 1px solid #DDD;
    margin: 0 auto;
    width: 232px;
}

.news h2 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
}

.news ul h3 {
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 5px;
}

.news .newsImage {
    position: relative;
    width: 229px;
    height: 155px;
    overflow: hidden;
}

.news img {
    max-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
}

.news .arrowImage {
    background: url(../Gfx/arrowImage.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}

.news .arrowImage:hover {
    text-decoration: none;
}

.news ul .teaser-text {
    font-size: 1.5em;
    max-width: 240px;
    margin: 0 auto;
    text-align: left;
}

.news ul li a {
    font-size: 0.9em;
}

/*******************************
 *       NEWS DETAILSEITE
 ******************************/

.brandext_News_Detail article h1 {
    padding-bottom: 20px;
    font-size: 2.4em;
    line-height: 110%;
}


/********************************
 *       NEWS LIST
 *******************************/

.brandext_News_List article {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    height: auto;
}


.newsList_image {
    width: 200px;
    height: 120px;
    float: right;
    margin-left: 15px;
    overflow: hidden;
}

.newsList_image img {
    width: 100%;
    height: auto;
}
#news_archiv_year_text
{
    float: left;
    line-height: 32px;
    margin-right: 15px;
}


@media all and (min-width: 500px) {

    .news {
        margin: 0 20px;
        width: auto;
    }


}
@media print{
    .news {
        border: none;
        padding: 0 0 30px 0;
    }

}

