
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
*{font-family: "Open Sans";}

/**     FADE IN      **/
@-webkit-keyframes fadeIn { from { opacity:0; margin-top: 12%; } to { opacity:1; margin-top: 14%; } }
@-moz-keyframes fadeIn { from { opacity:0; margin-top: 12%; } to { opacity:1; margin-top: 14%; } }
@keyframes fadeIn { from { opacity:0; margin-top: 12%; } to { opacity:1; margin-top: 14%; } }

/** BUTTON SELECT   **/
@-webkit-keyframes selectText { from { font-size: 17px; } to { font-size: 20px; } }
@-moz-keyframes selectText { from { font-size: 17px; } to { font-size: 20px; } }
@keyframes selectText { from { font-size: 17px; } to { font-size: 20px; } }

html, body
{
    
    background-image: url(images/wallpaper.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 0;
}
#header{
    width: 100%;
    min-height: 10%;
    position: relative;
    background-color: rgba(100, 100, 100, 0.5);
}
#header-schrift{
    text-align: center;
    top: 5%;
    position: relative;
    font-family: "Open Sans";
    color: white;
    text-align: center;
    font-size: 40px;
}

.field{
    position: relative;
    min-height: 100px;
    min-width: 150px;
}

#form-container{
    left: 39%;
    right: 39%;
    width: 27%;
    min-width: 22%;
    position: relative;
    opacity:0;
    -webkit-animation:fadeIn ease-in;
    -moz-animation:fadeIn ease-in;
    animation:fadeIn ease-in;
    
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
    
    -webkit-animation-delay:0.5s;
    -moz-animation-delay:0.5s;
    animation-delay:0.5s; 
}
#login-email{
    position: relative;
    display: block;
    min-width: 100px;
    width: 100%;
    height: 30px;
    font-size: 17px;
    border-top : none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-color: rgba(250,250,250,0.5);
    color: white;
}
#login-email:focus{ 
    border-radius: 5px;
    box-shadow: 0px 0px 15px 5px rgba(250,250,250,0.5);
    outline:none;
}
    ::-webkit-input-placeholder {
   color: white;
}
#login-code{
    position: relative;
    display: block;
    margin-top: 20px;
    min-width: 100px;
    width: 100%;
    height: 30px;
    font-size: 17px;
    border-top : none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-color: rgba(250,250,250,0.5);
    color: white;
}

#login-code:focus{
    border-radius: 5px;
    box-shadow: 0px 0px 15px 5px rgba(250,250,250,0.5);
    outline:none;
}

#ok{
    position: relative;
    margin-top: 20px;
    height: 30px;
    width: 40%;
    min-width: 40px;
    left: 30%;
    right: 30%;
    text-align: center;
    border-radius: 25px;
    border-style: none;
    background-color: rgba(100, 100, 100, 0.5);
    color: white;
    font-size: 17px;
}



#login-adminButton{
    position: absolute;
    width: 15%;
    height: 50%;
    color: white;
    font-size: 17px;
    display: block;
    text-decoration: none;
    right: 10%;
    left: 75%;
    top: 40%;
    text-align: center;
    font-family: "Open Sans";
}

#login-adminButton:focus{
    outline:none;
}
#login-adminButton:hover{
    -webkit-animation:selectText ;
    -moz-animation:selectText ease-in;
    animation:selectText ease-in;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:0.2s;  
    -moz-animation-duration:0.2s;
    animation-duration:0.2s;          
}

#pdf-button{
    position: absolute;
    width: 15%;
    height: 50%;
    color: white;
    font-size: 17px;
    display: block;
    text-decoration: none;
    right: 75%;
    left: 10%;
    top: 40%;
    text-align: center;
    font-family: "Open Sans";
}

#pdf-button:focus{
    outline:none;
}
#pdf-button:hover{
    -webkit-animation:selectText ;
    -moz-animation:selectText ease-in;
    animation:selectText ease-in;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:0.2s;  
    -moz-animation-duration:0.2s;
    animation-duration:0.2s;          
}

#back-button{
    position: absolute;
    width: 15%;
    height: 50%;
    color: white;
    font-size: 17px;
    display: block;
    text-decoration: none;
    right: 75%;
    left: 10%;
    top: 40%;
    text-align: center;
    font-family: "Open Sans";    
}
#back-button:focus{
    outline:none;
}
#back-button:hover{
    -webkit-animation:selectText ;
    -moz-animation:selectText ease-in;
    animation:selectText ease-in;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:0.2s;
    -moz-animation-duration:0.2s;
    animation-duration:0.2s;
}

#fail{
    position: absolute;
    text-align: center;
    font-size: 17px;
    width: 22%;
    left: 39%;
    right: 39%;
        
}
#fail p{
position: relative;
text-align: center;
display: block;
font-family: "Open Sans";
color: white;
}

#fail:focus{
    outline:none;
}

#header{
    position: relative;
    width: 100%;
    height: 200px; 
    background-color: rgba(100, 100, 100, 0.5);   
}
#headeradmin{
    position: relative;
    width: 100%;
    height: 214px;
    background-color: rgba(100, 100, 100, 0.5);
}
#headerfrage{
    position: relative;
    width: 96%;
    left:2%;
    padding-bottom: 17%;
}

#headerfrage h1{
    position: relative;
    color: #FAFAFA;
    font-family: "Open Sans";
    font-size: 50px;
    top: 10%;
    position: relative;
}
#headeradmin h1{
    color: #FAFAFA;
    font-family: "Open Sans";
    font-size: 50px;
    text-align: center;
    top: 25px;
    position: relative;
    margin: 0px;
    width: 100%;
}

.FrageText{
    width: 70%;
    position: absolute;
    margin-left: 1%;
    display: block;
}

#results{
    width: 94%;
    left: 3%;
    right: 3%;
    position: relative;
    height: 100%;
}

#canvas{
    width: 100%;
    height: 90%;
    position: relative;
    top: 5%;
}

.anzeigebox{
    font-family: "Open Sans";
    color: #585858;
    min-height: 70px;
    font-size: 17px;
    margin-top: 1%;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 10px 0px 30px 0px rgba(250,250,250,0.5);
    background-color: rgba(250,250,250,0.8);
}
.anzeigebox label{
    vertical-align: middle;
}
.inhaltAnzeigebox{
        color: #585858;
        position: relative;
        float: left;
}

#newPw{
    color: red;
}

.inhaltform{
    position: relative;
}

.inhalt{
    position: relative;
    margin-left: 2%;
    margin-right: 1%;
    vertical-align: middle;
}
.radio{
    position: relative;
    float: right;
}
.radio-wert{
    color: black;
    font-family: "Open Sans";
    float: right;
}
#fragen-senden{
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 50px;
    width: 20%;
    left: 40%;
    right: 40%;
    text-align: center;
    border-radius: 25px;
    border-style: none;
    background-color: rgba(100, 100, 100, 0.5);
    color: white;
    font-size: 17px;
}
#menu{
    margin: 0px; 
    height: 80px;
    margin-top: 75px; 
    width: 100%;
    position: relative; 
}   
#menubar-liste{
    list-style-type: none;
    position: relative;
    background-color: rgba(100, 100, 100, 0.5);
    margin: 0px; 
}
.menubar-eintraege{
    position: relative;
    float: left;
    background-color: transparent;
    height: 80px;
    width: 17%;
}
.menubar-button{
    position: relative;
    text-align: center;
    border-style: none;
    background-color: transparent;
    color: white;
    font-size: 17px;
    height: 80px;
    width: 100%;
}


.question{
    position: absolute;
    display: block;
    width: 80%;
    height: 30px;
    font-size: 17px;
    border: none;
    background-color: transparent;
    border-color: rgba(250,250,250,0.5);
    color: #585858;
}

.question:focus{
    border-radius: 5px;
    box-shadow: 0px 0px 15px 5px rgba(250,250,250,1.5);
    outline:none;
}

.menubar-button:focus{
    outline: none;
}

.menubar-button:hover{
    font-size: 20px;
    box-shadow: 0px 2px 2px 2px rgba(100, 100, 100, 0.5);
    top: -0.5%;
}
#content{
    margin: 0px;
    height: 90%;
    position: relative;
}

#logout{
    position: relative;
    
}

.button{
    color: rgba(0,0,0,0);
    background-color: transparent;
    background-size: cover;
    width: 45px;
    height: 45px;
    float: right;
    border: none;
    margin-right: 2px
}

.button:focus{
    outline: none;
}

.button:hover{
    box-shadow: 1px 1px 1px 1px rgba(100, 100, 100, 0.5)
}

#edit{
    background-image: url("images/edit.png");
}
#delete{
    background-image: url("images/delete.png");
}
#add{
    background-image: url("images/add.png");
}
#yes{
    background-image: url("images/yes.png");
    float: right;
}
#no{
    background-image: url("images/no.png");
    float: right;
}
#plus{
    background-image: url("images/plus.png");
}
#minus{
    background-image: url("images/minus.png");
}
#pdf{
    background-image: url("images/pdf.png");
}

#confirmBox{
    float: right;
    right: 10%;
    position: relative;
    
}

#confirm{
    position: relative;   
    color: red;
    font-size: 20px;
}    

#passwordChange{
    width: 20%;
    position: relative;
    left: 40%;
    right: 40%;
    top: 5%;
}

.pwChange{

    position: relative;
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 30px;
    font-size: 17px;
    border-top : none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-color: rgba(250,250,250,0.5);
    color: white;
}

.pwChange:focus{
    border-radius: 5px;
    box-shadow: 0px 0px 15px 5px rgba(250,250,250,0.5);
    outline:none;
}

.settingButton{
    position: relative;
    text-align: center;
    width: 60%;
    height: 25px;
    border-radius: 25px;
    border-style: none;
    background-color: rgba(100, 100, 100, 0.5);
    color: white;
    font-size: 17px;
    left: 20%;
    right: 20%;
    margin-top: 5%;

}

#pKeyChange{
    position: relative;
    width: 20%;
    height: 30px;
    left: 40%;
    right: 40%;
    top: 10%;

}
#adminTable{
    border-color:white;
    color:white;
    font-family:"Open Sans";
    font-size: 20px;
    text-align: left;
    position:relative;
    margin-left: auto;
    margin-right:auto;
    margin-top: 10%;
}
.delAdminButton{
    color: rgba(0,0,0,0);
    background-color: transparent;
    width: 35px;
    height: 35px;
    float: right;
    border: none;
    margin-right: 2px;
}
.delAdminButton: focus{
    outline:none;
}
.delAdminButton{
    background-image: url("images/delete.png");
    background-size:cover;
}
.crtAdminButton{
    color: rgba(0,0,0,0);
    background-color: transparent;
    width: 35px;
    height: 35px;
    float:right;
    border:none;
    margin-right: 2px;
    margin-top: 30px;
}
.crtAdminButton: focus{
    outline:none;
}
.crtAdminButton{
    background-image: url("images/edit.png");
    background-size:cover;
}


#users{
    position: relative;
    width: 94%;
    left: 3%%;
    right: 3%;
}

#resultatTabelle{
    font-family: "Open Sans";
    color: white;
    margin-left: 6%;
    margin-top: 10%;
    position:relative;
    font-size: 20px;
}
.resultatTabelleRow{
    margin-top: 15px;
    position: relative;
}

#group{
    background-color: transparent;
    border: none;
    box-shadow: none;
}


#groupLabel{
    left: 47%;
    position: relative;
}

#legend{
    position: fixed;
    display: block;
    height: 120px;
    font-family: "Open Sans";
    color: #585858;
    font-size: 17px;
    min-width: 150px;
    width: 15%;
    right:2%;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 10px 0px 30px 0px rgba(250,250,250,0.5);
    background-color: rgba(250,250,250,0.5);
    z-index: 1;
}

#legend p{
    position: relative;
    margin-left: 5%;
    margin-top: 0%;
    margin-right: 1%;
}

#description{
    position: static;
    min-height: 120px;
    display: block;
    top: 100px;
    font-family: "Open Sans";
    color: #585858;
    font-size: 17px;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 10px 0px 30px 0px rgba(250,250,250,1);
    background-color: rgba(250,250,250,1);
 
}

#description p, h3{
    margin-left: 2%;
}

#print-button{
    position: absolute;
    width: 15%;
    height: 50%;
    color: white;
    font-size: 17px;
    display: block;
    text-decoration: none;
    right: 10%;
    left: 75%;
    top: 22%;
    text-align: center;
    font-family: "Open Sans";
    background-color: transparent;
    border: none;
}

#print-button:focus{
    outline:none;
}
#print-button:hover{
    -webkit-animation:selectText ;
    -moz-animation:selectText ease-in;
    animation:selectText ease-in;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:0.2s;  
    -moz-animation-duration:0.2s;
    animation-duration:0.2s;          
}
