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

a {
    color: #000000;
}

a:hover {
    background-color: inherit !important;
}

p {
    text-align: justify;
}

h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

#header {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 30px;
}

#navigation {
    position: relative;
    top: 30px;
}

#navigation ul li {
    font-weight: bold;
}

.makro,
a.makro {
    color: #ff2020;
}

.histo,
a.histo {
    color: #009fe3;
}

.neuro,
a.neuro {
    color: #0b983a;
}

a.neuro {
    padding-right: 0 !important;
}

p.makro,
p.neuro,
p.histo {
    font-size: 20px;
    font-weight: 100;
}

#makro {
    background-color: #bde7bb;
}

#histo {
    background-color: #f3f0a0;
}

#neuro {
    background-color: #fccbad;
}

#makro .download {
    background-image: url("../images/header_makro.jpg");
}

#histo .download {
    background-image: url("../images/header_histo.jpg");
}

#histo .download p a {
    clear: both;
}

#histo .download p a:first-child {
    margin-bottom: 50px;
}

#neuro .download {
    background-image: url("../images/header_neuro.jpg");
}

.download {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 434px;
    width: 100%;
    height: 434px;
}

.download p:first-child {
    padding-top: 100px;
}

.download p:last-child {
    padding-top: 40px;
}

.description {
    padding-top: 50px;
    padding-bottom: 80px;
}

#preview {
    background-color: #ffffff;
    padding-top: 85px;
}

#app {
    background-image: url("../images/app_screens.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 598px;
}

#footer {
    background-color: #e6e6e6;
    border-top: 1px solid #ddd;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 100px;
    height: 63px;
}

#app-links {
    float: left;
}

#app-links ul li {
    margin-right: 20px;
}

#logo-footer {
    background-image: url("../images/logo_fuss.png");
    float: right;
    width: 248px;
    height: 47px;
    position: relative;
    top: 15px;
}

a.footer-link {
    color: #808080;
    font-weight: bold;
    margin-top: 30px;
}

.ds {
    padding-left: 0 !important;
}
</pre></body></html>