body{
    margin: 0px;
}



button{
    transition: 0.3s;
    cursor: pointer;
    color: white;
    border-style: solid;
    border-color: rgb(124, 85, 34);
    border-width: 5px;
    border-radius: 30px;
    background-color: rgb(124, 85, 34);
    font-family: Open Sans, sans-serif;
    font-size: 30px;
}
button:hover{
    background-color: rgb(185, 59, 0);
    border-color: rgb(185, 59, 0);
    color: white;
}
button:active{
    opacity: 0.7;
    color: white;
}

.Hintergrund{
    max-width: max-content;
    background-image: none;
    
}


.kontakt{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
    margin-left: 40px;
    font-size: 20px;
}

.eingaben{
    display: inline-block;
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 100px;
}

p{
    margin-top: 0px;
    margin-bottom: 0px;
}

.login{
    color: rgb(155, 106, 42);
    border-style: solid;
    display: inline-block;
    background-color: rgb(199, 199, 199);
    border-color: rgb(0, 0, 0);
    border-width: 5px;
    border-radius: 60px;
    font-family: Open Sans, sans-serif;
    position: fixed;
    width: 750px;
    height: 530px;
    top: 29%;
    left: 35%;
    

}

.titellogin{
    border-bottom: 4px solid rgb(0, 0, 0);
    margin-top: 5px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 30px;
}


.benutzer{
    display: block;
    margin-bottom: 30px;
    border: 5px solid rgb(185, 59, 0);
    font-size: 26px;
    border-radius: 26px;
    transition: 0.4s;
    font-family: Open Sans, sans-serif;
    padding-left: 20px;
}

.benutzer:hover{
    border: 5px solid rgba(185, 59, 0, 0.7);
}




.psw{
    display: block;
    margin-bottom: 30px;
    border: 5px solid rgb(185, 59, 0);
    font-size: 26px;
    border-radius: 26px;
    transition: 0.4s;
    font-family: Open Sans, sans-serif;
    padding-left: 20px;


}

.psw:hover{
    border: 5px solid rgba(185, 59, 0, 0.7);
}



.benutzertitel{
    margin-bottom: 5px;
    font-size: 35px;
}

.pswtitel{
    margin-bottom: 5px;
    font-size: 35px;
}


.loginknopf{
    margin-top: 20px;
}