/* Backend Layout: Home */
[class*='frame-type-'] > header h2,
.gallery > header h2,
.event-teaser > h2,
[class*='frame-type-'] > header h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-family: var(--secondary-font-family);
    color: var(--color-secondary-80);
    letter-spacing: 0.02rem;
}

[class*='frame-type-'] > header h1 {
    text-transform: uppercase;
    font-size: var(--font-size-40);
    font-weight: 400;
}

[class*='frame-type-'] > header h2,
.gallery > header h2,
.cookie-container .consent-modal .cookie-headline {
    font-size: var(--font-size-32);
}

.frame-type-text > header h3,
.frame-type-header > header h3,
.frame-type-textmedia > header h3,
.frame-type-audio > header h3,
.frame-type-textmediaframe-type-infobox > header h3 {
    font-size: var(--font-size-20);
}

.news-content [class*='frame-type-'] > header h2,
.news-content .grid-content [class*='frame-type-'] > header h2,
.news-content .gallery > header h2 {
    font-size: var(--font-size-24);
    text-transform: none;
}

@media screen and (max-width: 767px) {
    [class*='frame-type-'] > header h1 {
        font-size: var(--font-size-32);
    }

    [class*='frame-type-'] > header h2,
    .gallery > header h2 {
        font-size: var(--font-size-24);
    }

    [class*='frame-type-'] > header h3,
    .news-content [class*='frame-type-'] > header h2,
    .news-content .gallery > header h2 {
        font-size: var(--font-size-20);
    }
}

/* Backend Layout: News */

.news-sidebar .gallery > header h2,
.news-sidebar [class*='frame-type-'] > header h2 {
    margin-top: 0.5rem;
    letter-spacing: 2px;
    font-size: var(--font-size-18);
    color: var(--color-secondary-40);
}

.news-sidebar [class*='frame-type-'] > header h3 {
    margin-top: 0.5rem;
    letter-spacing: 0.02rem;
    font-size: var(--font-size-18);
    color: var(--color-secondary-40);
}

.grid-content [class*='frame-type-'] > header h2 {
    font-size: var(--font-size-24);
}
