
body, html {
    color: #151818;
}

.content .column-left, .content .column-right, .content .column-full, .breadcrumb, footer {
    background-color: rgba(244, 244, 244, 0.88);
}

/* Mobile */
@media screen and (max-width: 1024px) {
    .content .column-left, .content .column-right, .content .column-full, footer {
        background-color: rgba(255, 255, 255, 1.0);
    }
    #footer-logo {
        top: 0;
        position: relative;
    }
    .hallo {
        padding-right: 0;
    }
}


.back-to-top {
    background-color: rgba(180, 180, 180, 0.66);
    transition: background-color 0.22s ease-out 150ms;
    transition: color 0.22s ease-out 150ms;
}
.back-to-top:hover {
    background-color: rgba(200, 200, 200, 0.66);
}
.back-to-top * {
    color: #fff;
}

pre {
    background-color: #fff;
}

a, * a:visited, .keyword_prefix/*, .accordion h3, .accordion h3 i*/ {
    color: #0066a2;
    text-decoration: underline;
}
a:hover, a:visited:hover {
    color: #006fb0;
}
header *, header, #desktop-navigation * a, footer * a, footer * a:visited, 
.breadcrumb * a, .breadcrumb * a:visited, p a i, span a i {
    color: #151818;
}

