html {
    background: url(/Images/Background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



body {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 20px;
   

}

a:link {
    color: rgb(251, 251, 251);
    text-decoration: none;


}

a:visited {
    text-decoration: underline;
    color: white;

}

a:hover {
    color: red;

}


.images-index {

    height: 350px;
    width: auto;
    margin-bottom: 10px;
    


}

.Bild-Manfred {
   
    border: solid;
    border-style: solid;
    border-color: azure;
    border-radius: 5px;

}

.text1 {
    padding: 35px;
    color: rgb(253, 253, 253);
    text-align: center;
    font-size: 20px;

}

.navbar {

    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    letter-spacing: 0.1em;
    word-spacing: 3.0em;
    font-size: 20px;
    text-decoration: none;
    text-align: center;


}


.logo {

    color: white;
    font-size: 50px;
  



}

.eslaeuft {

    color: white;
    font-size: 20px;
    margin-bottom: 100px;
    



}

.footer {

    height: auto;
    width: 100%;
    position: fixed;
    bottom: 20px;
    margin-bottom: 10px;


}

.table,
th,
td {
    font-size: 15px;
    color: rgb(11, 11, 12);
    margin-bottom: 100px;
    border: thin solid;
    border-color: black;
    padding: 10px;
    background-color: rgb(240, 215, 185);

}


.img-flex {

    display: flex;
    justify-content: center;
    height: 300px;
    width: auto;
    padding: 20px
}


<!-- Nur Impressumseite-->

.impressum {

    font-size: 15px;
    color: white;

}

.impressum1 {

    font-size: 35px;
    text-decoration: underline;
}