body{
    background-size: 100% 100%;
    background-repeat:no-repeat;
    text-align:center;
}
html,body{
    position: relative;
    height: 100%;
}

/*
#output {
    position:relative;
    display:inline-block;
    width:350px;
    top:190px;
    height:50px;
    z-index:2;
}
*/

#output{
    position: absolute;
    /*width: 300px;*/
    /*height:50px;*/
    width:100%;
    top: -55px;
    left: 0;
    color: #fff;
    background: rgb(228, 105, 105);
}

.login-container{
    border-radius:5px;
    position: relative;
/*    width:300px;*/
    top: 60px;
    /*margin: auto;*/
    padding: 20px 40px 40px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #000;
}

#loginbox {
    position:relative;
    display:inline-block;
    width:350px;
    top:180px;
    padding:10px;
    background-color:rgba(255,255,255,0.6);
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.6);
    border-radius:2px;
}
#loginbox > form > input, #loginbox > form > button {
    width:100%;
}

#loginbox > img {
    margin-top:15px;
    width:80%;
    /*
    margin:0;
    width:100%;
    */
}
#nutzer {
    margin-top:30px;
    margin-bottom:5px;
}
/*
input {
    border:0;
    font-size:15px;
    padding-left:10px;
    background-color:rgba(0,0,0,0.5);
    color:rgba(243,124,32,0.8);
}
*/
#passwort {
    margin-bottom:20px;
}
#loginbox button {
    height:40px;
    font-size:15px;
}
/*
#loginbox button {
    border-radius:0;
    background-color:rgba(0,0,0,0.5);
    color:rgba(243,124,32,0.8);
    border:0;
}
*/

@media (orientation : portrait) {
    #loginbox {
        width:100%;
        margin-right:5px;
        top:10px;
    }

    #loginvideo {
        display:none;
    }
    #output {
        padding-top:30px;
        height:100px;
        top:10px;
        margin-right:5px;
        font-size:30px;
    }
}
