* {
    margin: 0px;
    font-family: sans-serif;
}

#container > div,
.standard {
    background-color: white;
    padding: 20px;
    box-shadow: 7px 16px 10px silver inset, 10px 20px 15px darkgray;
    border-radius: 20px;
    overflow: auto;
}

.mid {
    width: 70%;
    margin: auto;
}

body {
    background-image: url(/src/?file=img/hintergrund.png);
}

header {
    height: 120px;
    margin-top: 2% !important;
    min-width: calc(800px - 40px); /* 800px - 2*20px padding of 'standard' */
    max-width: 1600px;
}

#logo {
    float: left;
}

#Ueberschrift {
    font-weight: bold;
    font-size: 30px;
    margin-left: max(250px, 22%);
}

#unterUeberschrift {
    margin-left: max(250px, 22%);
    font-weight: normal;
}

#container {
    width: calc(70% + 40px);
    min-width: 800px;
    max-width: calc(1600px + 40px);
}

#nav {
    width: 200px;
    float: left;
    position: sticky;
    height: 50%;
    max-height: 800px;
    min-height: 520px;
}

ul {
    list-style: none;
    padding-left: 0;
}

li > a {
    text-decoration: none;
    color: black;
}

.nav {
    cursor: pointer;
}

.nav:hover {
    font-weight: bold;
}

#communi_logo {
    height: 1em;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
}

#down {
    position: absolute;
    bottom: 20px;
    width: inherit;
}

#active > a {
    cursor: default !important;
}

#active {
    text-decoration: underline !important;
    margin-left: 5%;
}

#container > div {
    margin-top: 1.5%;
    min-height: 50px;
    margin-left: calc(1.5% + 240px);
    margin-bottom: 1.5%;
}

#container > div > a {
    color: blue;
}

div > img {
    padding-top: 10px;
}

div > p {
    line-height: 1.5;
    padding-top: 7px;
}

.mobile {
    display: none;
}
#navMobile {
    display: none;
}

@media screen and (max-width: 775px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    header {
        margin: 5px !important;
        min-width: 0px;
        width: calc(100% - 20px) !important;
        padding: 5px !important;
    }
    #logo {
        max-width: 30%;
        min-width: 150px;
        height: auto;
    }
    header > #Ueberschrift {
        margin-top: 35px;
        margin-left: 50%;
        font-size: 25px;
    }
    header > #unterUeberschrift {
        margin-left: 50%;
        font-size: 15px;
    }
    #nav {
        display: none;
    }
    #mobileNav {
        display: none;
        width: 100%;
        margin-top: 10px;
        height: 10px;
        height: auto;
    }
    #navMobile > a {
        text-decoration: none;
        color: black;
    }
    #mobileNav > a {
        text-decoration: none;
        color: black;
        line-height: 200%;
    }
    #navMobile {
        display: block;
        width: calc(100% - 40px) !important;
        margin-top: 5px;
    }
    #active {
        margin-left: 0px;
    }
    #burger {
        float: right;
        margin-right: 5px;
        margin-top: -4px;
    }
    #container {
        margin: 0 !important;
        min-width: 0px;
        width: calc(100% - 10px) !important;
        padding: 5px !important;
    }
    #container > div {
        margin-top: 10px;
        margin-left: 0;
    }
    #Ueberschrift {
        margin-left: 1.5%;
    }
    #unterUeberschrift {
        margin-left: 1.5%;
    }
}
