.pseudo-link { 
color: #b09953; 
}
@media (prefers-color-scheme: dark) {
body {
background: #000;
color: #fff;
}
body:after {
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,.8) 90%, rgba(0,0,0,0) 100%);
transition: height .6s linear;
}
body.odd-grad:after {
height: 0;
}
aside svg text {
fill: #fff;
}
.list-visible .dots > a, .even-section-bottom .dots > a {
background-color: #fff;
}
.dots > a.active {
background-color: rgb(176,153,83);
}
.topo-wrapper { 
background: #fff; 
}
.list-filters{
border-color: #222;
}
.list-filters h2 a {
color: #444;
border: 1px solid #444;
}
.list-filters .js-toggle-all {
background-color: #444;
}
.section-list .main-info .toggle-extra {
background-color: #444;
}
.section-list .list-single {
border-color: #222;
}
.section-list .main-info h3 {
color: #fff;
}
.list-single a {
color: #fff;
}
footer {
background-color: #fff;
}
.contact-cta h4 {
color: #000;
}
.svg-logo-text {
fill: #fff;
}
.page-id-308 .svg-logo-text,
.page-id-1198 .svg-logo-text {
fill: #000;
}
.page-id-308.even-section header .navigation-toggle span,
.page-id-1198.even-section header .navigation-toggle span {
background: #fff;
}
.section-map .text a {
color: #fff;
}
.eu-bar-priority .eu-bar-close {
color: #000;
}
}
@media (max-aspect-ratio: 8 / 10) and (prefers-color-scheme: dark) {
aside svg text {
fill: #000;
}
}
@media screen and (max-aspect-ratio: 8 / 10){
aside nav {
max-width: unset;
}
}
.cmplz-document h2 {
font-size: clamp(16px, 1.8vmin, 32px);
margin: clamp(16px, 1.8vmin, 32px) 0;
line-height: 1.25;
}
.cmplz-document h3 {
font-size: clamp(16px, 1.8vmin, 32px);
line-height: 1.25;
}
.cmplz-document h4,
.cmplz-document h5,
.cmplz-document summary {
font-size: clamp(14px, 1.6vmin, 26px);
line-height: 1.25;
}
.cmplz-categories details,
#cmplz-cookies-overview details,
.cmplz-categories details div span {
display: block;
margin: clamp(14px, 1.6vmin, 26px) 0 !important;
}
.svg-tip.active {
fill: #000;
} .main-navigation .sub {
flex-direction: row;
margin-top: clamp(35px, 7vmin, 70px);
}
.main-navigation .sub li {
margin-bottom: 0 !important;
}
.main-navigation .sub li a {
font-size: clamp(16px, 2.5vmin, 24px);
color: rgba(255,255,255,0.5);
}
.main-navigation .sub li:first-child a {
display: inline-block;
margin-right: 20px;
}
.main-navigation .sub li:nth-child(3),
.main-navigation .sub li:nth-child(4) {
display: none;
}