.mediawiki:not(.citizen-body-header--sticky) header.mw-body-header {
align-items: flex-start;
}
.mediawiki:not(.citizen-body-header--sticky) header.mw-body-header .page-heading {
margin-top: 8rem;
padding-left: 3rem;
text-shadow: 0px 0px 10px var(--color-surface-0);
}
.kopfbild {
height: 200px;
margin-top: -10.5rem;
position: relative;
}
.kopfbild::after {
content: '';
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(29, 35, 48, 0.9) 0%, rgba(29, 35, 48, 0) 100%);
border-radius: var(--border-radius--large);
position: absolute;
left: 0;
top: 0;
}
.kopfbild .kopfbild-bild {
border-radius: var(--border-radius--large);
object-fit: cover;
height: 100%;
width: 100%;
}
.skin-citizen-light span.mw-page-title-main {
color: #e8effc;
text-shadow: none;
}
.skin-citizen-light #siteSub {
color: #c7c7c7;
text-shadow: none;
}