.orange {
    color: orange; /* #ff6900 ?*/
}
.orange2 {
    color: #ff6900;
}

nav {
    border: 1px;
    background-color: #FF7F00 ;
    color: black;
    padding: 5px;
}
 
.nav-link {
    text-decoration: underline;
    color: black;
    font-size: 20px;
    font-weight: bold; 
}

.h3-titel{
    color:#ff6900;
}

.statuten-titel{
    font-weight: bold;
    color:#ff6900;
}

.footer{
    color: #FF7F00 ;
    background-color: black;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
}

.center{
text-align: center;
}
