body, .page-header__background, .content-group--contact, .lightbox-container, .lightbox__content{
  background-color: #bcccc3;
}

.content-group--profile, .lightbox__title, .text-block--lists ul>li::before{
  color: #f6082f;
}

.content-group--projects{
  background-color: #c2d7cf;
}

.contact-info-header, #projects .content-group__header{
  display: none;
}

.content-group--projects a, .text-block a, .imprint a, .content-group--projects .link-style, .text-block .link-style, .imprint .link-style{
  border-bottom-color: white;
}

.content-group--profile .content-block p:first-child::before{
  color: white;
}

.navigation{
  background: white;
  color: #f6082f;
}

.navigation a{
  color: #f6082f;
}

.content-group--contact{
  color: white;
}

.icon-links a{
  background-color: white;
}

.navigation__close, .lightbox__text-close, .lightbox__close{
  background-image: url("/site/templates/assets/images/close-red.svg");
}

.lightbox__text-open{
  background-image: url("/site/templates/assets/images/text-button-neu.svg");
}

[data-whatintent="mouse"] .lightbox__text-close:hover, [data-whatintent="mouse"] .lightbox__close:hover{
  background-image: url("/site/templates/assets/images/close-hover-neu.svg");
}
