.loginBereich {
    display: flex;
    justify-content: center;
}

table {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: var(--bg-color2);
    border-radius: 5px;
}

input {
    background-color: var(--text-color);
}

td {
    text-align: right;
}

@media (width <= 1000px) {

    body {
        width: 100%;
        background-color: blue;
    }

    img {
        width: 100%;
    }

    table {
        background-color: aquamarine;
    }
}