a {
  color: var(--primary-color);
}
a svg {
  fill: var(--primary-color);
}

.submenu .page_item a svg {
  fill: var(--primary-font);
}
.submenu .page_item.depth-2 a svg {
  fill: var(--primary-color);
}
.submenu .page_item.depth-2 > a.is-external-content-link svg {
  fill: var(--primary-font);
}

#BorlabsCookieBox .cookie-box ._brlbs-btn._brlbs-btn-accept-all {
  color: var(--primary-font);
}
#BorlabsCookieBox ._brlbs-manage a,
#BorlabsCookieBox .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a,
#BorlabsCookieBox ._brlbs-manage a:hover,
#BorlabsCookieBox .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover {
  color: var(--primary-color);
}

.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator {
  border-color: var(--primary-color);
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a._brlbs-btn,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a._brlbs-btn:hover {
  color: var(--primary-font);
  background-color: var(--primary-color);
}

._brlbs-box-wrap._brlbs-position-fixed {
  left: 50%;
  transform: translateX(-50%);
}

.is-template3 h1::before,
.is-template3 h2::before,
.is-template3 h3::before,
.is-template3 .headline-1::before,
.is-template3 .headline-3::before, .is-template1 h1::before,
.is-template1 h2::before,
.is-template1 h3::before,
.is-template1 .headline-1::before,
.is-template1 .headline-3::before {
  background: var(--secondary-color);
}
.is-template3 h2.primaryfont::before, .is-template1 h2.primaryfont::before {
  background: var(--primary-font);
  color: var(--primary-font);
}
.is-template3 h2.secondaryfont::before, .is-template1 h2.secondaryfont::before {
  background: var(--secondary-font);
  color: var(--secondary-font);
}
.is-template3 .timeline-wrapper .timeline-headings:after,
.is-template3 .timeline-wrapper .timeline-content:after,
.is-template3 .timeline-wrapper .timeline-content .container.left:before,
.is-template3 .timeline-wrapper .timeline-content .container.right:before, .is-template1 .timeline-wrapper .timeline-headings:after,
.is-template1 .timeline-wrapper .timeline-content:after,
.is-template1 .timeline-wrapper .timeline-content .container.left:before,
.is-template1 .timeline-wrapper .timeline-content .container.right:before {
  background-color: var(--primary-color);
}