.news-single {
    position: relative;
}

.news-right {
    min-height: 1000px;
}

.news-left-container {
    position: sticky;
    top: var(--header-height);
}

.news-left-info {
    display: flex;
    flex-direction: column;
    padding: 2.5rem var(--container-space);
}

.news-left-headline {
    font-size: 3rem;
    letter-spacing: -0.06rem;
    margin-bottom: 2rem;
}

.news-left-short-description {
    line-height: 140%;
    margin-bottom: 2rem;
}

.news-general-image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.news-single .breadcrumbs {
    position: relative;
    top: auto;
    left: auto;
    padding: var(--container-space);
    border-bottom: 1px solid var(--border-color);
}

.more-news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.more-news-headline {
    padding: 2.5rem var(--container-space);
}

.more-news-list .news-tile:nth-child(n) {
    border-right: 1px solid var(--border-color);
}

.more-news-list .news-tile {
    border-bottom: none;
}

.news-item-ltr {
    direction: ltr;
}

.news-item-tags {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.news-item-tags-container {
    padding: 2.5rem var(--container-space);
}

.news-filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.news-filter-title-name {
    line-height: 140%;
}

@media (max-width: 1100px) {
    .news-left-headline {
        font-size: 2.25rem;
    }
}

@media (max-width: 992px) {
    .news-left-headline {
        font-size: 2.5rem;
    }
    .news-item-tags-container {
        padding: 0;
    }
}

@media (max-width: 768px) {

}











.news-item-content-simple {
    padding: 0 var(--container-space) 1.5rem var(--container-space);
    margin-top: 2.5rem;
}

.news-item-content-simple h2 {
    font-size: 2rem;
    line-height: 100%;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.news-item-content-simple h3 {
    font-size: 1.5rem;
    line-height: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.news-item-content-simple h4 {
    font-size: 1.2rem;
    line-height: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.news-item-content-simple a {
    color: #0053D9;
}

.news-item-content-simple p {
    line-height: 140%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.news-item-content-simple ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}


.news-item-content-simple ul li,
.news-item-content-simple ol li {
    line-height: 140%;
    margin-bottom: 0.2rem;
    
}

.news-item-content-simple > ul {
    list-style: disc;
}

.news-item-content-simple ul li ul {
    margin-top: 1rem;
    list-style: disc;
}

@media (max-width: 992px) {
    .news-item-content-simple h2 {
        font-size: 1.75rem;
    }

    .news-item-content-simple h3 {
        font-size: 1.25rem;

    }
}
