.ticker-posts .type-text.new a,
.ticker-container .post a,
.ticker-container .post a:hover,
.ticker-container .post a:active {
    color: var(--color-accent);
    font-weight: 700;
    text-decoration: underline;
}

/* neu*/
/* pager */

ul.pagination {
    display: inline-flex;
    align-items: center;
    padding: 20px 0 20px 0;
    flex-wrap: wrap;
  }
  
  ul.pagination li {
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    width: auto;
    min-width: 28px;
    height: 28px;
    border-radius: 5px;
    padding: 5px;
    margin: 0 5px;
  }
    ul.pagination li {background-color: var(--trademark);}
    ul.pagination li.active {background-color: var(--accent) !important;}
    ul.pagination li:not(:last-child) {border: 1px solid var(--grey-2);}
    ul.pagination li.active,
    ul.pagination li.currentPage,
    ul.pagination li a.otherPage {color: var(--white);}
    ul.pagination li a {text-decoration: none !important;}
  
  ul.pagination .spacer {
    font-family: var(--font-primary);
    font-size: 24px;
    color: var(--grey-3);
    }


.post {
    background-color: var(--white);
}

.post .type-article {
    display: block;
    padding: 20px;
    background-color:var(--lightblue);
    margin-bottom:10px;
    padding: 10px;
    box-shadow: 0px 0px 4px 1px #73859f;
    width: 100%;
    width: -webkit-fill-available;
    }

.post .type-text,
.post .type-picture_gallery {
    background-color: var(--white);
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 4px 1px #73859f;
    width: 100%;
    width: -webkit-fill-available;
}

.post .type-picture_gallery .pictureTeaserShader {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-bottom: 5%;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0) 0%, rgb(0 0 0 / .7) 70%);
}

.post .type-streamset {
    background-color: var(--white);
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 4px 1px #73859f;
    width: 100%;
    width: -webkit-fill-available;
}

.post .type-streamset .detailbildcontainer {
    max-width: 570px;
}

.post .type-picture {
    background-color: var(--white);
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 4px 1px #73859f;
    width: 100%;
    width: -webkit-fill-available;
}


.post .type-embed {
    background-color: var(--white);
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 4px 1px #73859f;
    width: 100%;
    width: -webkit-fill-available;
}

.post .new div h3 {
    color: black;
    font-size: 2.28rem;
    line-height: 110%;
    margin: .912rem 0;
    opacity: .7;
    font-weight: bold;
}

.post .type-article .linkbox {
        border-color: var(--grey-3);
}

.post .type-article .linkbox .linkElement {
    grid-template-areas:
    "teaser-image teaser-image"
    "category category"
    "headline headline"
    "description description" !important;
}

.post .type-article .linkbox .linkElement .articleImage {
    grid-area: teaser-image;
}

.link-artikel-ueberschrift-ticker {
    padding: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 500px) {
    .link-artikel-ueberschrift-ticker {
        padding: 0px 20px 20px 20px;
    }
}

.timeStamp {
    margin-bottom: 20px;
}

.streamset-titel-ticker {
    color: black;
    font-size: 2.28rem;
    line-height: 110%;
    margin: .912rem 0;
    opacity: .7;
    font-weight: bold;
}

.linkartikel-ticker {
    display: flex;
}

.artikel-titel-ticker {
    color: var(--white);
    font-size: 2.28rem;
    line-height: 110%;
    margin: .912rem 0;
    font-weight: bold;
}

.link-artikel-text-ticker p {
    color: var(--white);
}

.headline_art {
    overflow-wrap: break-word;
}