header {
    height: auto;
    padding-bottom: 2rem;
}

section .content{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

section h3 {
    margin-bottom: 0.8rem;
    text-align: center;
}

section a {
    text-decoration: underline solid black;
    font-family: SohneHalbfett;
    color: black;
}

section a:hover {
    color: var(--green);
    text-decoration: underline solid var(--green);
}

section p{
    width: 100%;
}

section em {
    font-family: SohneHalbfett;
}

footer {
    position: relative;
    width: 100%;
    bottom: 0;
}

@media (max-width: 1300px),
(max-height: 500px) {
    /* mobile CSS */
    section .content {
        width: 100%;
    }

    .rightLine {
        display: none;
    }
}
