.aria-invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.news-list-view {
}

.news-list-view:not(.slick-slider) {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-list-view .article {
    display: flex !important;
    flex-direction: column;
    padding: 0;
}

@media screen and (min-width: 636px) {
    .news-list-view:not(.slick-slider) {
        align-items: stretch;
        flex: 0 1 auto;
        flex-flow: row wrap;
        gap: 0;
        justify-content: flex-start;
        margin: 0 -15px;
    }

    .news-list-view:not(.slick-slider) .article {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px 40px;
    }
}

@media screen and (min-width: 1024px) {
    .news-list-view:not(.slick-slider) .article {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}

.news-list-view:not(.slick-slider) .news-list-body {
    flex: 1;
    background: #f8f8f8
}

.news-list-view .more {
    position: relative;
    padding-right: 30px;
}

.news .news-list-view .article .news-img-wrap {
    float: none;
    margin: 0;
    z-index: 1;
}

.news .news-list-view .news-img-wrap img {
    height: calc(100vw * .75);
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 636px) {
    .news .news-list-view .news-img-wrap img {
        height: 260px;
    }
}


.news-list-view .news-list-date {
    display: block;
    padding: 10px 0 5px 0;
}

.news-list-view .news-list-category {
    background: #000;
    position: absolute;
    bottom: -12px;
    left: 20px;
}

.news-list-view .news-list-category label {
    background: #000;
    color: #fff;
    padding: 15px;
}

.news-list-view .news-list-tags {
}

.news-list-view .news-list-tags span {
}

.news-list-view .news-list-tags span + span {
    display: none;
}

.news-list-view.slick-slider .slick-dots li {
    border: none;
}

.news-list-view.slick-slider .slick-dots li.slick-active {
    border: none;
    background: #000;
}

.zweispaltig.startseite > .floatleft > div:first-of-type:has(.news) .news-list-view:not(.listview):has(.article:first-child.topnews):has(.article:nth-child(5)) .article:nth-child(1n + 5),
.zweispaltig.startseite > .floatleft > div:first-of-type:has(.news) .news-list-view:not(.listview):not(:has(.article:first-child.topnews)):has(.article:nth-child(4)) .article:nth-child(1n + 4) {
    display: none !important;
}

div.zweispaltig.startseite .teaser-text {
    grid-area: teaser;
}

div.zweispaltig.startseite > .floatleft .news-list-view .article .teaser-text {
    z-index: 0;
    flex: 1 1 auto;
    padding: 0 0 40px;
}

div.zweispaltig.startseite > .floatleft .news-list-view:not(.listview) .article .teaser-text {
    background: #F8F8F8;
    padding-inline: 20px;
}

.news-list-view .slick-track::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.news-list-view .slick-track,
.news-list-view .slick-slide,
.news-list-view .slick-slide > div,
.news-list-view .slick-slide > div > .article {
    display: flex;
    align-items: stretch;
}

.news.news-single .header * {
    color: #000;
    font-weight: bold;
}

.news.news-single .news-img-caption {
    color: #000;
    padding-top: 5px;
    font-size: 80%;
}

.news.news-single .footer,
.news.news-single .news-img-wrap {
    margin-bottom: 30px;
}

.news.news-single .footer,
.news.news-single .teaser-text {
    color: #000;
}

.news.news-single .teaser-text + .news-img-wrap {
}

.news.news-single .article .news-img-wrap {
    width: 400px;
}

.news.news-single .article .news-img-wrap + .news-text-wrap {
}

.news.news-single .article .news-img-wrap + .news-text-wrap + div {
    clear: both;
}

.news.news-single .article hr {
    clear: both;
}

.startseite .news-list-view:not(.slick-slider) .article.topnews:first-child {
    max-width: 100%;
    flex: 100%;
}


/* News Listenansicht Liste */
.news-list-view:not(.slick-slider).listview {
    flex-direction: column;
}

.news-list-view:not(.slick-slider).listview .article {
    max-width: 100%;
    padding-bottom: 0;
}

.news-list-view:not(.slick-slider).listview .news-img-wrap {
    display: none;
}

.news-list-view:not(.slick-slider).listview .teaser-text:has(.more) {
    padding-bottom: 15px;
}

.news-list-view:not(.slick-slider).listview .teaser-text {
    background: #fff;
    padding-left: 0;
}

.news-list-view:not(.slick-slider).listview .article:not(:last-child) .teaser-text {
    border-bottom: 1px solid #000;
}

#content .zweispaltig:has(.news-list-view.listview:not(.slick-slider)) .floatleft {
    position: absolute;
    top: 0;
    bottom: 0;
}

#content .zweispaltig:has(.news-list-view.listview:not(.slick-slider)) .floatleft .floatright {
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 100%;
    text-align: right;
    border-top: 1px solid black;
    padding-top: 53px;
}

.zweispaltig .floatright > div {
    border-bottom: 1px solid #000;
}


/* page-navigation */
.page-navigation {
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

.news-list-view .page-navigation {
    padding: 0 15px;
}

.news-list-view .page-navigation:first-child {
    margin-bottom: 60px;
}

.news-list-view .article + .page-navigation {
    margin-top: 60px;
}

.page-navigation p {
    float: none;
    text-align: right;
    margin: 0 0 10px;
}

div.zweispaltig.startseite {
    padding-top: 10px;
}

div.zweispaltig.startseite > div > div:last-of-type {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#content div.zweispaltig.startseite .floatleft p {
    font-size: 15px;
}

#content div.zweispaltig.startseite:has(.news-list-view:not(.listview)) .floatleft .floatright {
    width: 100%;
    text-align: right;
    border-top: 1px solid #000;
    padding-top: 50px;
}

div.zweispaltig.startseite > .floatleft {
    max-width: 75%
}

div.zweispaltig.startseite > .floatright {
    max-width: 25%;
    padding-left: 25px;
}

div.zweispaltig.startseite:has(.news-list-view.listview) > div > div {
    padding-bottom: 90px;
}

div.zweispaltig.startseite div.article {
    width: 100%;
}

div.zweispaltig.startseite div.article .article-inner {
    display: grid;
    grid-template-areas:
      "image"
      "date"
      "header"
      "teaser"
      "footer";
    height: 100%;
}
div.zweispaltig.startseite div.article .header{
    grid-area: header;
}

div.zweispaltig.startseite div.article .news-img-wrap{
    grid-area: image;
}

div.zweispaltig.startseite .floatleft .news-list-view:not(.listview) div.article .article-inner {
    background: #F8F8F8;
}

div.zweispaltig.startseite .floatleft .news-list-view:not(.listview) div.article .article-inner .date,
div.zweispaltig.startseite .floatleft .news-list-view:not(.listview) div.article .article-inner .header {
    padding-inline: 20px;
}

div.zweispaltig.startseite .floatleft div.article .article-inner .date {
    padding-top: 20px;
    grid-area: date;
}

div.zweispaltig.startseite .floatright div.article .article-inner {
    display: grid;
    grid-template-areas:
        "date header"
        ". teaser";
    grid-template-columns: 35px 1fr;
    grid-gap: 10px;
}

div.zweispaltig.startseite .floatright div.article {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

div.zweispaltig.startseite > div.floatleft div.floatleft.media {
    width: 200px;
    margin-right: 20px;
}

div.zweispaltig.startseite > div.floatright div.floatleft.media,
div.zweispaltig.startseite > div.floatright div.floatleft div.news-img-wrap {
    display: none;
}

div.zweispaltig.startseite > div.floatright .date {
    margin-top: 3px;
    float: left;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    overflow: hidden;
    margin-left: 0;
    color: #ffffff;
    word-wrap: break-word;
    text-align: center;
    font-size: 11px;
    background-image: url("/typo3conf/ext/pm_theme_thl/Resources/Public/Images/svg/kalender.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px;
}

div.zweispaltig.startseite > div.floatright .date div.day {
    font-size: 16px;
    color: #727274;
    font-family: georgia;
}

div.zweispaltig.startseite > div.floatright .date div.month {
    padding-top: 2px;
    font-size: 9px;
}


div.zweispaltig.startseite > div.floatright div[itemprop="description"] p {
    font-size: 0.875rem;
}

div.zweispaltig.startseite > div.floatright .news-list-view .more {
    padding-right: 0;
}

div.news-img-wrap {
    z-index: 100;
}

div.news .article {
    margin-bottom: 0;
}

.news .news-list-view div.news-img-wrap img {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

div.zweispaltig.startseite div.media div.news-img-wrap {
    margin: 0;
    float: none;
}

#content div.news-img-wrap a,
div.zweispaltig.startseite div.news-img-wrap a,
div.zweispaltig.startseite div.media div.news-img-wrap a {
    display: block;
    float: none;
    border: none;
    padding: 0;
}

div.zweispaltig.startseite div.news-img-wrap img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
}


#content div.zweispaltig.startseite > div.floatleft div.article:last-child {
    border-bottom: none;
    padding-bottom: 40px;
}

#content div.news div.header h3 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
}

div.news-list-view span.news-list-date {
    color: 000;
}

div.news-list-view span.news-list-date:has(+ .month) {
    margin-top: -16px;
}

#content div.news div.header h3 a {
    color: #000;
}

#content div.zweispaltig.startseite div.article-inner div.teaser-text a.more {
    float: right;
}

div.zweispaltig.startseite > div.floatright .news-headline {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

div.news div.news-list-view div.article .footer {
    display: none;
    grid-area: footer;
}

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

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

@media screen and (max-width: 768px) {
    div.zweispaltig .floatleft,
    div.zweispaltig .floatright {
        width: 100% !important;
        float: none !important;
    }

    #content div.zweispaltig.startseite > div.floatleft div.article {
        border-bottom: 0;
    }

    #content div.zweispaltig.startseite > div.floatleft > div {
        margin-bottom: 0;
    }

    #content .zweispaltig:has(.news-list-view.listview:not(.slick-slider)) .floatleft {
        position: relative;
    }

    #content .zweispaltig:has(.news-list-view.listview:not(.slick-slider)) .floatleft .floatright {
        position: relative;
        text-align: left;
    }

    div.zweispaltig.startseite > .floatleft, div.zweispaltig.startseite > .floatright {
        max-width: 100%;
        padding-left: 0;
    }

    #content div.zweispaltig.startseite > div.floatleft div.article:last-child {
        padding-bottom: 0;
    }


}


@media screen and (max-width: 510px) {
    .news-single .article .news-img-wrap {
        float: left;
    }

    .news-single .article .news-text-wrap {
        clear: both;
    }


}
