/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
    clear: both;
}

.news .nav ul {
    float: left;
    display: inline;
    margin: 0;
}

.news .nav li {
    float: left;
}

.news .nav a {
    float: left;
    display: block;
}

.news .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.news .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news .default .article {
    border-bottom: 1px solid #ED1C29;
}


.news .article:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.news .article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.news .article .news-img-wrap {
    float: unset;
    margin-bottom: 30px;
}

.news-header {
    width:160px;
}

.maincontent .news .article .news-img-wrap a {
    display: inline;
    float: unset;
    padding: 0;
    border: 0px solid #ddd;
    background: transparent;
}

.news .default .article .news-img-wrap {
    float: left;
}

.news .article .news-img-wrap img {
    height: auto;
    width: 100%;
    float: unset;
    border-radius: 10px;
}

.news .article .teaser-text {
    margin: 0 0 10px 0;
}


.news .footer {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
    color: #888;
}

.news .footer p {
    line-height: 1em;
}

.news .footer span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #ddd;
}

.news .footer span:last-child {
    border-right: 0;
}

.news .footer .news-category a {
    text-transform: uppercase;
}

.news .no-news-found {
    color: #DB0202;
    font-style: italic;
}

.news .pagebrowser {
    width: 200px;
    margin: 10px auto;
    text-align: center;
}

.news .pagebrowser ul {
    list-style-type: none;
}

.news .pagebrowser ul li {
    display: inline;
    padding: 0 5px;
}

ul.f3-widget-paginator {
    margin: 0;
    padding: 0;
}


/* category menu view */
.news-category-view ul li {
    padding: 5px 8px;
}

.news-category-view ul li li {
    padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px 0 0 0;
    border-bottom: 0;
    border-top: 0px solid #eee;
}

.news-single .article .news-img-wrap {
    float: right;
    margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
    float: none;
}

.news-single .teaser-text {
    font-size: 16px;
    color: #000;
    font-weight: 900;
}

.news-text-wrap {
    margin-bottom: 10px;
}

.news-img-caption {
    color: #888;
}

/* related news + files */


.news-related ul li {
    line-height: 1em;
    margin-bottom: 12px;
}

.no-list-style li {
    display: inline-block;
    padding-right: 10px;
}

.news-related ul li span {
    display: block;
    color: #666;
    padding-bottom: 5px;
}

.news-related ul li span:last-child {
    border-right: 0;
    padding-right: 0;
}

.news-related h4 {
    margin-bottom: 10px;
}

.news-related-files ul li {
    margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
    background-position: 0 0;
}

.news-clear {
    clear: both;
}

/*Ergänzungen */

.news-related ul.no-list-style li {
    display: block; /*test*/
}

.start .news-item-block {
    position: relative;
}

.start .news-item-block::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.start .news-item-block:hover::before {
    opacity: 0;
}

.start .news-item-block > img {
    width: 100%;
}

.start .news-item-block > .news-content {
    bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 5px 10px;
    background: rgba(100, 100, 100, 0.7) none repeat scroll 0 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.start .news-item-block > .news-content:hover {
    background: rgba(50, 50, 50, 0.7) none repeat scroll 0 0;
}

.start .news-item-block > .news-content .date {
    font-size: 16px;
}

.start .news-item-block > .news-content h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.newspartner {
    font-weight: bold;
}

.newsevents-menu-view {
    margin-bottom: 20px;
}