.quizanswer{
    clear:both;
    margin-bottom:15px;
    cursor:pointer;
    width:100%;
    border:1px solid #ddd;
    border-radius:5px;
    padding:5px 15px;
    display:inline-block;
    box-shadow:0px 0px 3px rgba(51,51,51,.15);
    transition:all .3s;
    font-weight:normal;
}
.shortanswer{
    width:100px;
    text-align:center;
    display:inline-block;
    margin-bottom:0px;
    margin-left:10px;
    padding:3px 15px;
}
.answerline{
    clear:both;
    margin-bottom:10px;
    
    border-bottom:1px solid #ddd;
    min-height:45px;
    padding-bottom:10px;
}
.answertext{
    margin-top:5px;
    display:inline-block;
    
    
}
.quizsuccess{
    display:none;
}
.shortanswers{
    float:right;
   
}
.resulttable{
    display:table;
    width:100%;
}
.result_header{
    font-weight:bold;
    display:table-row;
}
.result_line{
    display:table-row;
}
.result_line.odd{
    background-color:#f8f8f8;
}
.result_cell{
    display:table-cell;
    padding: 5px 0px;

}
.result_tries{
    text-align:right;
}
.result_cell:last-of-type{
    text-align: right;

}
.quizanswer:hover{
    box-shadow:0px 0px 6px 3px rgba(51,51,51,.15);
}
.quizanswer.active{
    background:#bb0000;
}
.quizanswer.active span{
    color:#fff;
}
.quizanswer.correctanswer.active{
    background:green;
}
.question_help{
    clear:both;
    margin-bottom:45px;
    cursor:pointer;
    width:100%;
    border:2px solid #bb0000;
    border-radius:5px;
    padding:5px 15px;
    color:#bb0000;
    box-shadow:0px 0px 3px rgba(51,51,51,.15);
    transition:all .3s;
    font-weight:normal;
    display:none;
    transition:all .3s;
}
.question_correct_text{
    clear:both;
    margin-bottom:45px;
    cursor:pointer;
    width:100%;
    border:2px solid green;
    border-radius:5px;
    padding:5px 15px;
    color:green;
    box-shadow:0px 0px 3px rgba(51,51,51,.15);
    transition:all .3s;
    font-weight:normal;
    display:none;
    transition:all .3s;
}
.quizbox{
    padding-bottom:50px;

    max-width:100%;
    width:824px;
    margin:0px auto;
    padding:50px;
    box-shadow:0.2px 7px 38px 0 rgba(1, 74, 148, 0.3);
    margin-bottom:50px;
}

.quizbox h1{
    line-height:100%;
    margin-bottom:30px;
    margin-top:0px;
    width:100%;
}
.quizbox .checkbox{
    vertical-align:top;
}
.quizbox .acceptance .wpcf7-list-item-label{
    display:inline-block;
    margin-left:10px;
    width:calc(100% - 50px);
}
.quizbox .wpcf7-list-item{
    margin-left:0px;
}

.quizbox h3{
    width:100%;
    text-align:left;
    padding:0px;
    margin:0;
    line-height:100%;
    height:auto;
    margin-bottom:30px;
}
.quizbox .wpcf7-not-valid {
    border: 1px solid red;
}
.questioncontent{
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #ddd;
}
.auswertung{
    margin-bottom:30px;
}
.quizbox .wpcf7
{
   /* width:824px;
    margin:0px auto;
    padding:50px;
    box-shadow:0.2px 7px 38px 0 rgba(1, 74, 148, 0.3);*/
}
.quizbox .wpcf7 input[type=text],.quizbox .wpcf7 input[type=tel],.quizbox .wpcf7 input[type=email]{
    width:100%;
    padding:10px;
    font-size:20px;
    margin-bottom:15px;
}
.quizbox .wpcf7 select{
    width:100%;
    padding:10px;
    font-size:20px;
    margin-bottom:15px;
}
.quizcontesttext{
    margin-bottom:40px;
}
form input[type=submit]{
    background:#014a94;
    border:2px solid #014a94;
    border-radius:0px;
    color:#fff;
    font-weight:500;
    text-transform: uppercase;
    padding:5px 20px;
    width:100%;
}
form input[type=submit]:hover{
    color:#014a94;
    
    border-radius:0px;
    background:#fff;
    font-weight:500;
    text-transform: uppercase;
    padding:5px 20px;
    width:100%;
}
input[name=reset]{
    color:#014a94;
    border:2px solid #014a94;
    border-radius:0px;
    background:#fff;
    font-weight:500;
    text-transform: uppercase;
    padding:5px 20px;
    width:200px;
    margin:40px auto 20px;
    transition:all .3s;
    display:block;
}
input[name=reset]:hover{
    background:#014a94;
    
    border-radius:0px;
    color:#fff;
    font-weight:500;
    text-transform: uppercase;
    padding:5px 20px;
    width:200px;
}
.quizanswer input[type=radio]{
    position:relative;
    opacity:1;
    left:0px;
    margin-right:7px;
}
@media screen and (max-width:768px){
    .quizbox{
        padding:0px;
        box-shadow:none;
    }
    input[name=reset]{
        width:100%;
    }
    input[name=reset]:hover{
        width:100%;
    }
}
@media screen and (max-width:915px){
    .answertext{
        display:block;
    }
    .shortanswers{
        text-align:center;
        float:none;
    }
    .answerline{
        padding-bottom:15px;
    }
}