/**************************************** List Default ****************************************/
.news p {
    font-size: 18px;
    line-height: 24px;
}

.news-list-view {
    display: flex;
    flex-wrap: wrap;
}

.newsInner {
    position: relative;
    display: flex;
    border-bottom: 1px solid #002673;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.newsInner > div {
    width: 50%;
}

.newsInner > div:nth-child(2) {
    padding-left: 5.4%;
    position: relative;
    font-size: 14px;
    color: #fff;
}

/**************************************** Bild ****************************************/
.news-img-wrap {
    text-align: center;
}

.news-img-wrap a {
    display: block;
    line-height: 0;
}

.news-img-wrap img {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    margin-top: 8px;
}

/**************************************** Teaser ****************************************/
.teaser-text {
    position: relative;
}

.teaser-text p,
.teaser-text h3 {
    margin: 0;
}

.teaser-text h3 {
    font-size: 19px;
    margin-bottom: 1em;
    color: var(--c-red);
    line-height: 25px;
    text-transform: inherit;
}

.description {
    position: relative;
}

/**************************************** Mehr-Button ****************************************/
.news-backlink-wrap {
    float: left;
}

.more {
    background: var(--c-red);
    color: #fff;
    transition: all 0.5s;
    position: relative;
    height: 30px;
    display: block;
    line-height: 30px;
    margin-right: 20px;
    padding: 0 1em;
}

.more::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.more:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1.2, 1.2);
}

.more:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}

/**************************************** Social ****************************************/
.social {
    display: block;
    margin: 0;
}

.social::after {
    content: '';
    clear: both;
    display: block;
}

#mainContent .social ul {
    margin-left: 0;
}

/**************************************** Kategorien ****************************************/
#mainContent ul.news-categorie {
    margin: 1em 0;
}

.news-categorie li {
    list-style: none;
    position: relative;
}

.news-categorie li a {
    padding: .3em;
    display: block;
    margin: .4em 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transition: all .2s ease;
}

.news-categorie li a:hover {
    background: var(--main-txt-color);
    color: #fff;
    padding-left: 50px;
}

/**************************************** Tags ****************************************/
.news-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0;
}

.news-tags li {
    font-style: italic;
    list-style: none;
}

.news-tags li::after {
    content: '|';
    margin: 0 5px;
}

.news-list-tags a {
    text-decoration: none;
}

/**************************************** Pagination ****************************************/
.page-navigation {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    text-align: center;
    margin-top: 3em;
}

.pagination li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.pagination li.active {
    padding: 0 10px;
}

.pagination li a {
    padding: 3px 10px;
}

.pagination li:hover a,
.pagination li.active {
    background: var(--main-txt-color);
    color: #fff;
}

.pagination li.next a,
.pagination li.previous a {
    font-weight: bold;
}

/**************************************** Startseite News ****************************************/
.news-startseite__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.news-startseite__img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
}

.news-startseite__body {
    padding: 12px 0 0;
}

.news-startseite__title {
    color: var(--c-red);
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
}

.news-startseite__teaser {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 12px;
    color: #333;
}

.news-startseite__more {
    display: inline-block;
    background: var(--c-red);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0 1em;
    height: 30px;
    line-height: 30px;
}

/**************************************** Responsive ****************************************/
@media screen and (max-width: 1220px) {
    .newsInner > div:nth-child(1) {
        margin-top: 0;
    }
}

@media screen and (max-width: 1023px) {
    .active .news-categorie,
    .news-tags {
        position: relative;
        z-index: 999;
        left: 0;
        top: -1px;
        width: 100%;
        background: #fff;
    }

    .news-tags li {
        list-style: none;
    }

    .active .news-categorie {
        border: 1px solid #ccc;
        border-top: none;
        margin: 0 !important;
    }

    .active .news-categorie li {
        list-style: none;
    }

    .active .news-categorie li a {
        padding: 5px 0;
        text-align: center;
        margin: 1px 0;
        display: block;
    }

    .active .news-tags {
        border: 1px solid #ccc;
        border-top: none;
        margin: 0 !important;
        padding: 20px 0;
        top: 0;
        display: block;
    }

    .active .news-tags li a {
        padding: 5px 0;
        text-align: center;
        margin: 1px 0;
        display: block;
    }

    .active .news-tags li:hover a {
        color: #fff;
        background: var(--main-txt-color);
    }

    .active .news-tags li::after {
        display: none;
    }

    .newsInner > div:nth-child(2) {
        margin-left: 0;
    }
}

@media screen and (max-width: 499px) {
    .newsInner > div,
    .newsInner {
        display: block;
        margin: 0;
        width: 100%;
    }

    .newsInner > div:nth-child(2) {
        padding-left: 2.8%;
    }
}