#body {
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
}

#nav3 {
    position: sticky;
    display: flex;
    flex-direction: column;
    top: 50px;
    max-height:0;
    margin-left:1006px;
    z-index: 1;
}

#nav3 > a {
    background-image: url('../images/Fahne Grau sidenavi.png');
    background-repeat: no-repeat;
    background-position-x: right;
    width: 240px;
    min-height: 40px;
    text-align: left;
    padding-top: 10px;
    text-decoration: none;
    text-indent: 50px;
    font-weight: 500;
    font-size: 11pt;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#nav3 > a.active {
    background-image: url('../images/Fahne Blau sidenavi.png');
}

#topJump {
    background-image: url('../images/icons/Icon Zurueck.png');
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 1;
    display: none;
    cursor: pointer;
}

#content {
    background-color: rgba(255,255,255,0.8);
    width: 800px;
    margin: 0 auto;
    color: #535353;
    text-align: left;
    font-size: 14pt;
    padding: 25px;
    font-weight: 500;
    flex:1;
    position: relative;
}

#content > div {
    white-space: pre-line;
    display: flex;
    flex-direction: column;
}

.infoBox{
    width: 430px;
    border-radius: 10px;
    background-image: url('../images/Info_Kasten_ICON.png');
    background-size: 12%;
    background-position: 7px 12px;
    background-repeat: no-repeat;
    background-color: rgb(32,32,32);
    color: lightgray;
    display: flex;
    flex-direction: column;
}

.infoBoxTitle {
    height: 80px;
    text-indent: 85px;
    font-size: 27pt;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
}

.infoBoxText {
    padding: 10px;
}

/*.infoBoxText > a {*/
/*    color: #00a6e1;*/
/*}*/

h1 {
    text-transform: uppercase;
    font-size: 25pt;
    margin: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 40px 0 40px 0;
    padding: 0;
}

/*form {*/
/*    min-width: 500px;*/
/*}*/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b8e3f5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #b8e3f5;
}


:-moz-placeholder {
    /* Firefox 18- */
    color: #b8e3f5;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #b8e3f5;
}