body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14pt;
    background-color: blue;
    background-image: url('background.png');
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center;
    color: cornsilk;
}

h1 {
    font-variant: small-caps;
    color: orange;
}

h2 {
    color: orange;
}

h3 {
    margin-top: 0.1em;
    color: orange;
}

h6 {
    padding: 0;
    margin: 0;
    margin-top: -15px;
    font-size: 0.8em;
    font-weight: normal;
}

hr {
    clear: both;
    border-top: 1px solid grey;
    border-bottom: 0px;
}

a {
    color: rgb(255, 104, 104);
    text-decoration: none;
}

a:hover {
    color: red;
}

body {
    padding: 0;
    margin: 0;
}

ul {
    padding-left: 1em;
}

/* -----------------
|       Images      |
------------------ */

img {
    border-radius: 10%;
    width: 260px;
    border: 1px solid transparent;
    margin-bottom: 2.8em;
}

img.leftImage {
    float: left;
    margin-right: 2.8em;
}

img.rightImage {
    float: right;
    margin-left: 2.8em;
}

/* -----------------
|       Menubar     |
------------------ */

#menubar {
    width: 100%;
    max-width: 920px;
    background-color: #131313;
    border-bottom: 1px solid orange;
    padding: 25px 35px 25px 35px;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

#menubar a {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 1.3em;
    text-decoration: none;
}

#menubar table {
    width: 100%;
}

#menubar td {
    text-align: center;
    vertical-align: center;
    width: 16.6%;
}

#logo {
    width: 80px;
}

#impressum {
    text-align: center;
}

.hiddenAnchor {
    position: relative;
    top: -105px;
}

.content {
    max-width: 900px;
    background-color: #232323;
    padding: 120px 45px 25px 45px;
    margin: 0 auto;
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    border-bottom: 1px solid orange; 
}

.smallText {
    font-size: 0.4em;
    font-style: italic;
}