.f3-widget-paginator {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news {
    clear: both;
}

.page-navigation {
    margin: 20px 0;
    text-align: right;
}

.f3-widget-paginator li {
    display: inline;
    margin-right: 10px;
}

.page-navigation p {
    display: none;
}

.news-img-wrap {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.news-img-wrap .mediaelement-image {
    border: 1px solid #eee;
}

.news-list-view .news-img-wrap, .news-search-result {
    float: none;
    margin: 0;
}

.news-list-date {
    padding-right: 10px;
    float: left;
}

.news-list-date:after {
    content: '|';
    padding-left: 7px;
}


.news-backlink-wrap {
    padding: 30px 0;
    clear: both;
}

.news-list-view, .news-search-result {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
    position: relative;
    clear: both;
}

.news-list-view:after {
    content: "";
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
}

.news-list-view .article, .news-search-result .article {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    background: #f4f4f4;
    transition: background 0.3s;
    margin-bottom: 30px;
    margin-right: 1%;
}

.news-list-view .article:hover, .news-search-result .article:hover {
    background: #ddd;
}

.news-list-view a, .news-search-result a {
    text-decoration: none;
}

.news-list-view h3, .news-search-result h3 {
    font-size: 130%;
    font-weight: bold;
}

.news-list-view img, .news-search-result img {
    max-width: 100%;
    height: auto;
}

.news-list-view .news-content, .news-search-result .news-content {
    padding: 5px 15px 15px;
}

@media only screen and (min-width: 768px) {
    .news-list-70 .news-img-wrap {
        width: 50%;
        max-width: 740px;
        float: left;
        margin-right: 20px;
    }

    .col-md-8 .news-list-70 .news-img-wrap {
        width: 100%;
        max-width: none;
        float: none;
        margin-right: 0;
    }

    .news-list-70 .article {
        -ms-flex: 0 0 99%;
        flex: 0 0 99%;
        margin-right: 0;
    }
}

@media only screen and (min-width: 993px) {
    .news-list-70 .article {
        -ms-flex: 0 0 98%;
        flex: 0 0 98%;
    }
    .news-list-70 .news-img-wrap {
        width: 60%;
        max-width: 740px;
        float: left;
        margin-right: 20px;
    }
}

.news-list-view a.more, .news-search-result a.more {
    font-weight: 600;
}

.cat-filter-wrap {
    margin: 30px 0;
}

.news-search-result .count-msg, .page-navigation {
    position: absolute;
    top: 10px;
    left: 0;
}

.cat-filter {
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 5px 30px;
    background: #f4f4f4;
    transition: all 0.3s ease-in;
    color: #444;
    cursor: pointer;
    font-weight: 600;
}

.cat-filter:hover, .cat-filter.active-filter {
    background: #B5152B;
    color: #fff;
}

.pub-img-wrap img {
    width: 100%;
    height: auto;
}

.pub-list-content {
    padding: 15px;
}

/* single */
.news-single h1 {
    font-size: 140%;
    color: #B5152B;
    margin-bottom: 20px;
}

.news-single .footer {
    display: none;
}

.news-single {
    max-width: 1000px;
}

.news-img-caption {
    max-width: 280px;
    font-size: 12px;
}

/* tiles */
.news-list-40 .article, .news-search-result .article {
    background: none;
}

.news-list-40 .news-content, .news-search-result .news-content {
    padding: 15px 0;
}

.news-list-40 .news-list-date, .news-search-result .news-list-date {
    font-size: 85%;
    color: #636363;
}

.news-list-40 .news-list-date:after, .news-search-result .news-list-date:after {
    display: none;
}

.news-list-40 a, .news-search-result a {
    color: #454545;
}

.news-list-40 .article:hover a, .news-search-result .article:hover a {
    color: #B5152B;
}

.news-list-40 h3, .news-search-result h3 {
    font-size: 115%;
}

.news-list-40 .article:hover, .news-search-result .article:hover {
    background: none;
}

/* category dropdown */

.news-dropdown {
    position: relative;
    margin: 0;
    padding: 0;
}

.news-dropdown li {
    transition-duration: 0.5s;
    position: relative;
    padding: 5px 15px;
    display: block;
}

.news-dropdown > li {
    padding: 10px;
    border: 1px solid #666;
    display: inline-block;
}

.news-dropdown > li:after {
    content: '\e814';
    font-family: fontello;
    padding-left: 5px;
}

.news-dropdown li:hover {
    cursor: pointer;
}

.news-dropdown ul {
    opacity: 0;
    display: block;
    position: absolute;
    padding: 10px 0;
    left: 0;
    background: #eee;
    transition: 0.3s ease-in;
    z-index: 9;
    top: 100%;
    border-top: 1px solid #666;
}

.news-dropdown > li > ul {
    display: none;
}

.news-dropdown > li:hover > ul {
    display: block;
}

.news-dropdown ul ul {
    left: 100%;
    right: auto;
    top: 0;
    /*DEAKTIVIERT*/
    display: none !important;
}

.news-dropdown li:hover > ul {
    opacity: 1;
    z-index: 10;
}

.news-search-form input, .event-filter-wrap select {
    width: auto;
    background: none;
    border: 1px solid #666;
    padding: 10px;
}

#news-subject {
    width: 100%;
}

.news-search-form .btn {
    margin: 10px 0;
    cursor: pointer;
}

.news-dropdown .year-2013 {
    display: none;
}

.event-filter-wrap {
    float: left;
}

.event-filter-wrap label {
    background: none;
    border: none;
}

/* events */

.news-single .news-layout-30.footer {
    display: block;
}

.news-list-30 {
    clear: both;
    border-bottom: 1px solid #CAC8C9;
    display: block;
}

.news-list-30 a:after, .news-list-30:after {
    display: block;
    content: '';
    clear: both;
    height: 1px;
}

.news-list-30 .f3-widget-paginator a:after {
    display: none;
}

#content .news-list-30 a {
    font-weight: normal;
    transition: all 0.3s ease-in;
    background: #fff;
    color: #444;
}

#content .news-list-30 a:hover {
    color: #B5152B;
}

.news-list-30 .article {
    margin-bottom: 0;
}

.event-list-header span, .news-list-view .event span {
    display: block;
    float: left;
    padding: 10px 10px 10px 0;
}

.news-list-view .article.event {
    background: none;
    border-top: 1px solid #CAC8C9;
    display: block;
    clear: left;
    flex: none;
    transition: all 0.3s ease-in;
}

.news-list-view .article.event:hover {
    background: #ddd;
}


.event-list-date {
    width: 20%;
}

.event-list-title {
    width: 45%;
}

.event-list-location {
    width: 35%;
}

.event-list-header {
    font-weight: bold;
    text-transform: uppercase;
}

.event-location {
    font-weight: bold;
}

.event-info > span {
    display: block;
    margin: 5px 0;
}

.event-info {
    margin: 10px 0;
}

.event-info p {
    margin: 5px 0;
}

/* link buttons */
.additional-links h4 {
    margin: 30px 0 15px;
}

#content .additional-links .button-link {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
}

/* image galleries */
.news-single-50 .news-img-wrap {
    float: none;
}

.news-single-50 .news-img-wrap .mediaelement-image {
    border: none;
}

.news-single-50 .news-img-wrap .outer {
    float: left;
    padding: 0 10px 10px 0;
}

/* videos */
.single-news-video .news-img-wrap {
    float: none;
}

.single-news-video .mediaelement-video {
    width: 100%;
}

.single-news-video .mediaelement-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.single-news-video .mediaelement-video iframe, .single-news-video .mediaelement-video object, .single-news-video .mediaelement-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-news-video .news-img-wrap > div:first-child {
    display: none;
}

@media only screen and (max-width: 992px) {
    .news-list-view .article, .news-search-result .article {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    }
}

@media only screen and (max-width: 767px) {
    .news-list-view .article {
        float: none;
        width: auto;
        margin: 15px 0 !important;
    }

    .news-list-view img {
        width: 100%;
    }

    .news-list-view, .news-search-result {
        display: block;
    }

    .news-list-view .article, .news-search-result .article {
        margin-right: 0;
    }
}