body {
    text-align: center;
    color: white;
}

lu,
li {
    list-style: none;
}

body {
    background:url(../images/IMG_7631.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    height: 100%;
}

#hintergrund {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

#container {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    z-index: 2;
    overflow: auto;
}

#news {
    background-color: white;
    color: black;
    border-radius: 100%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
}

.rund {
    border-radius: 100%;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
}

.middle {
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    box-align: center;
    -webkit-box-align: center;
}

button {
    color: rgb(255, 255, 255);
    text-decoration: white;
}

button:hover {
    color: rgb(255, 255, 255);
    text-decoration: white;
}

textarea,
input {
    color: black;
}
