

/*Navigation Footer*/
.footer ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left:5px;
    margin-top:5px;
}

.footer ul li {
    margin-right: 5px;
}

.footer ul li a {
    text-decoration: none;
    padding: 15px 10px;
    display: block;
    color: rgba(255,255,255);
}


.footer-content {
    display: flex;
    justify-content: space-between;
    margin-left: 130px;
    margin-right: 130px;
    width: 98%x; /* Ändere den Wert, um die Breite anzupassen */
    font-size: 15px;
    height: 65px;     /*feste höhe vom Footer-content*/

    text-align: center;
}

.footer a   {
        text-decoration: none;
         color: rgba(0, 0, 0, 1);
        margin-bottom: 5px;

}

.footer a: hover   {
       color: rgba(0, 0, 0, 1);

}


h1{
    font-size:20px;
}
