#logout{
    position: absolute;
    color: #3154ae;
    right: 10px;
    padding: 10px 20px;
    
    background: white;
}

#logout:hover{
    color: white!Important;
    background: red;
    cursor: pointer;
}

body.login{
    background: url("../bilder/login2.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
}

form{
    display: block;
    width: 280px;
    margin: 20px auto;
}

form input{
    display: block;
    width: 250px;
    height: 40px;
    padding: 5px 15px;
}

#anmelden{
    display: block;
    height: 50px;
    width: 50px;
    line-height: 60px;
    padding: 0;
    float: right;
    margin-top: -50px;
    color: white;
    text-align: center;
    cursor: pointer;
    color: lightgrey;
    background-color: white;
    border-radius: 0 0 0.4em 0;
}

#anmelden:hover{    
    color: #3154ae !Important;
}

h1{
    padding: 15px;
}

/*====================================Login===============================*/

#loginbox{
    margin: 10% auto;
}

#loginbox a.text{
    color: black;  
    display: block;
    width: 250px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

#loginbox a.text:hover{
    text-decoration: underline;
    color: white !Important;
}

#loginbox h1{
    font-size: 3.7rem;
    color: black;
    font-weight: normal;   
    text-align: center;
    margin: 0;
}

#loginbox h2{
    font-size: 1.7rem;
    text-align: center;
    color: black;
    font-weight: normal; 
    margin-top: 0;
}

#loginbox input.nickname{  
    border: none;
    border-bottom: 1px solid lightgrey;
    border-radius: 0.4em 0.4em 0 0;
}

#loginbox input.passwort{        
    border: none;
    width: 200px;
    border-radius: 0 0 0 0.4em;
}

input:-webkit-autofill{
    background-color: white !Important;
}

#loginfo{
    display: block;
    margin-top: 10px;
    color: red;
    text-align: center;
    font-size: 0.9rem;
}

@media only screen  and (max-width: 810px) {
    #loginbox h1{
        font-size: 2.8rem;
        color: white;
        font-weight: normal;   
        text-align: center;
    }
}

/* ------------------------------------------------------------------------
                  kleiner 950px                                       
   ------------------------------------------------------------------------*/
@media only screen  and (max-width : 750px) {
    
   
    #logout{
        position: fixed;
        top: inherit;
        bottom: 10px;
    }


    
} /* Ende media */

/* ------------------------------------------------------------------------
                  kleiner 950px                                       
   ------------------------------------------------------------------------*/
@media only screen  and (min-width : 751px) {
    
   
    #logout{
        top: 10px;
    }


    
} /* Ende media */
