.news.ce-section-default {
    padding-top: 60px;
}


.news-article-detail {
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.news-article-detail header h1 {
    font-size: var(--font-size-46);
}

.news-article-detail .news-body {
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.news-article-detail .news-body h2 {
    font-size: var(--font-size-28);
}

.news-article-detail .news-body img {
    max-width: 100%;
    height: auto;
}

.news-article-detail .default-image-container {
    display: flex;
    gap: 24px;
    flex-direction: column;
}



/* ab hier CC CSS */



.news-single .news-list-category {
    display: flex;
    flex-direction: row;
}

.news-single .news-list-category-item {
    background-color: var(--Grey);
    border-radius: 1rem;
    color: var(--Black);
    padding: 0.125rem 0.5rem;
    margin-right: 0.5rem;
    font-weight: bold;
}

.news-single .ansprechpartner-img img, .news-single .author_item img {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    box-shadow: 0.0175rem 0.125rem 0.475rem #7b7b7b;
}

.news-single .ansprechpartner_item {
    margin-bottom: 0.5rem;
}

.news-single .ansprechpartner-header, .news-single .author-header {
    font-size: 0.875rem;
    font-family: "HdMFrutigerNextProLight", serif;
    margin-bottom: 0.5rem;
    opacity: 0.7;
}

.news-single .ansprechpartner_item .ansprechpartner-info p.ansprechpartner-name {
    font-size: 1rem;
    font-style: normal;
    margin: 0;
    letter-spacing: -0.01rem;
    opacity: 1;
}

.news-single .ansprechpartner_item .ansprechpartner-info p {
    font-size: 0.875rem;
    font-family: "HdMFrutigerNextProLight", serif;
    margin: 0;
    opacity: 0.7;
}

.news-single .author_item .author-name {
    font-size: 1rem;
    font-style: normal;
    margin: 0;
    letter-spacing: -0.01rem;
    opacity: 1;
}

.news-single .author_item .author-description {
    font-size: 0.875rem;
    font-family: "HdMFrutigerNextProLight", serif;
    margin: 0;
    opacity: 0.7;
}

.news-single .news-related {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
}

.news-single .news-related-files-size {
    text-transform: uppercase;
}

.news-single .news-related-files-link p {
    margin-bottom: 0;
}

.news-single .news-files-item {
    background-color: var(--Grey);
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    justify-content: space-between;
}

.news-single .news-files-item-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-single .news-files-item-right .download-btn {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 100%;
    background-color: var(--White);
    padding: 0.25rem;
}

.news-single .file-info {
    font-size: 0.875rem;
    font-family: "HdMFrutigerNextProLight", serif;
    margin: 0;
    opacity: 0.7;
}

.news-single .news-links-item .news-files-item-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-single p.news-related-files-header, .news-single .news-related-header {
    font-size: 0.875rem;
    font-family: "HdMFrutigerNextProLight", serif;
    margin-bottom: 0.5rem;
    opacity: 0.7;
}

.news-single .news-link-header {
    margin-bottom: 0;
}




.frame-type-news_newsdetail {
    padding-top: 0!important;
}

.news-single .footer {
    border: 0!important;
    color: var(--Black) !important;
}

.news-single .footer .author_wrap {
    margin-top: 1.5rem;
}

.news-single .footer .author_wrap p {
    line-height: 27px!important;
}

.news-single .footer .author_wrap .author_item .d-flex > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-single h1 {
    font-size: 2.875rem;
  line-height: normal;
}

.news-single .frame-type-image {
    padding-top: 0;
}

.news-single .CTA-wrap > div {
    padding-top: 0;
    margin-bottom: 2rem;
}

.news-single blockquote {
    border: 0;
    background-color: var(--Grey);
    padding: 2rem;
}

.news-single blockquote strong {
    margin-top: 0.25rem;
    font-size: 1rem;
}

.news-single figcaption.caption {
    color: var(--Black);
    opacity: 1;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 0.5rem;
}

@media(max-width: 1200px) {
    .news-single .news-content {
        padding-right: 2rem;
    }

    .article .container.container-fluid.d-flex.flex-wrap {
        padding: 0 !important;
    }
}

@media(max-width: 991px) {

    .news-content .footer {
        max-width: 100%!important;
    }

    .news-single .news-content {
        padding-right: 0;
    }

    .news-single .col-md-8, .news-single .col-md-4 {
        width: 100%;
    }

    .news-single .news-info .inhaltsverzeichnis_wrap {
        display: none;
    }

    .news-single .material-symbols-outlined {
        font-size: 19px;
    }
}

@media(max-width: 767px) {
    .news-single .author_wrap img, .news-single .ansprechpartner_wrap img {
        margin-right: 2rem;
    }
}

.news-single .container.container-fluid.d-flex.flex-wrap {
    padding: 0;
}
