<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: lightslategray;
    /*background-image: url(../bilder/background/aktuell.jpg);
    background-attachment: fixed;*/
    hyphens: auto;
    font-family: sans-serif;
}

#top{
    /*background-color: lightcoral;*/
    height: 100px;
}

header{
    padding-top: 70px;
    margin-bottom: 5px;
    background-color: white;
}

h1{
    font-size: 40px;
    font-family: serif;
    text-align: center;
    color: red;
}

section{
    background-color: white;
}

a.invis{
    color: inherit;
    text-decoration: inherit;
}

#hoch{
    text-align: right;
    float: right;
    position: relative;
    top: -5px;
    background-color: none;
    padding-left: 5px;
    padding-right: 5px;
}

#stickyElem {
    z-index: 9000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    background-color: white;
}

.stickyButton {
    float: right;
    margin-right: 10px;

    background: none;
    border: none;
    cursor: pointer;

    font-size: 20px;
    color: red;
}

.stickyHead {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    
    font-size: 30px;
    color: red;
}
</pre></body></html>