<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.light-blue {
    background: #8ED0DC;
}

.dark-blue {
    background: #1DA1BA;
}

.text-white {
    color: white;
}

.text-grey {
    color: #555 !important;
}

.text-white a {
    color: white;
}

.bg-lighgrey {
    background: #F1F2F2;
}

a.produktpalette:hover {
    text-decoration: none;
}

.overlay-grey {
    background: #F1F2F2;
}

.overview-referenzen:hover .overlay-grey {
    background: #1DA1BA;
}

.overview-referenzen:hover .overlay-grey h3, .overview-referenzen:hover .overlay-grey p{
    color: white !important;
}

.overlay-grey-no-hover {
    background: #F1F2F2;
}
</pre></body></html>