<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.v-lp .button,
.v-lp .text a.button {
	background-color: #59007C;
    color: var(--bw-white);
}

.v-lp .button:focus,
.v-lp .button:hover,
.v-lp .text a.button:focus,
.v-lp .text a.button:hover {
	color: var(--bw-white);
}

.v-lp .link:any-link:focus-visible,
.v-lp .link:any-link:hover {
	color: var(--bw-white);
}
.v-lp .button:focus,
.v-lp .button:hover,
.v-lp .text a.button:focus,
.v-lp .text a.button:hover {
	background-color: #7a3296;
}

.v-lp .link:any-link:focus-visible,
.v-lp .link:any-link:hover {
	background-color: #7a3296;
}
.header__accent {
	background-color: #59007C;
}

.header__accent,
.header__accent .icon-link {
	color: var(--bw-white);
}

.header__container .icon-link:where(:any-link, button):focus .icon-link__text,
.header__container .icon-link:where(:any-link, button):hover .icon-link__text {
	-webkit-text-decoration-color: var(--bw-white);
	text-decoration-color: var(--bw-white);
}

.link-dropdown__content--lang {
	color: var(--bw-foreground-primary);
}

.header .dropdown-menu {
	color: var(--bw-grey-100);
}

.header .link-dropdown__icon {
	color: var(--bw-white);
}

#toolbar a {
	color: #59007C;
}

#toolbar a:hover,
#toolbar a:focus {
	background-color: #59007C;
}

#toolbar a#cms-toolbar-webadmin svg path:nth-of-type(1),
#toolbar a#cms-toolbar-webadmin svg path:nth-of-type(2),
#toolbar a#cms-toolbar-webadmin svg path:nth-of-type(3) {
	fill: #59007C;
}
.v-lp .stage-illu {
	background-color: #59007C;
	color: var(--bw-white);
}
.v-lp .event__container {
    color: var(--bw-white);
}

.v-lp .event__container .teaser {
	background-color: #59007C !important;
	color: var(--bw-white) !important;
}

.v-lp .event__container .teaser .icon-link__button,
.v-lp .event__container .teaser .icon-link__text {
	color: var(--bw-white) !important;
}

.v-lp .event__container .teaser .icon-link__button,
.v-lp .event__container .teaser .icon-link__text {
	color: var(--bw-white) !important;
}

.v-lp .event__container .active-overlay .icon-link.js-overlay-link .icon-link__text,
.v-lp .event__container .active-focus-overlay .icon-link.js-overlay-link .icon-link__text {
	-webkit-text-decoration-color: var(--bw-white) !important;
	text-decoration-color: var(--bw-white) !important;
}
.apst-button {
    background-color: #59007C !important;
}

.apst-button:hover {
    background-color: #59007C !important;
}

.apst-button::before {
    border-color: var(--bw-white) !important;
}
.author-functions p &gt; a {
	color: #59007C;
}

.author-functions p &gt; a:hover {
	box-shadow: inset 0 -1px #59007C;
}
</pre></body></html>