.quizanswer{
    clear:both;
    margin-bottom:20px;
    cursor:pointer;
    width:100%;
    /*border:1px solid #ddd;
    border-radius:5px;*/
    background:#eee;
    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;
}
.quizimage{
    width:40%;
    padding-right:20px;
    float:left;
	font-size:25px;
}
.quizimage img{
    width:100%;height:auto;
}
.quiztext{
    width:60%;float:left;
    font-size:20px;
	line-height:26px;
}
.quiztext strong{
    font-size:30px;
	line-height:40px;
	font-family:DGUVMetaMedium,Arial;
    font-weight:normal;
}
.quiztext .small{
    font-size:14px;
    color:#0094DA;
}
span.alpha{
    display:inline-block;vertical-align:top;
    padding-right: 10px;
}
span.alphatext{
    display:inline-block;
    width:calc(100% - 50px);
}
.quizbox input[type="submit"]{
    width:auto;
    float:right;
}
.quizbox img{
    padding-right:20px;float:left;
}
.quizbox .questioncontent,.quizbox form{
    width:60%; float:left;
}
.quizbox form.fullwidth{
    width:100%; float:left;
	margin-top:40px;
}
.quizbox input[type="submit"]:hover{
    width:auto;
    float:right;
}
.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 .alpha,
.quizanswer.active .alphatext{
    
	color:#F21A1A
}
.quizanswer.active span{
    color:#fff;
}
.quizanswer.correctanswer.active{
    
	background:#eee;
}
.quizanswer.correctanswer.active .alpha,
.quizanswer.correctanswer.active .alphatext{
    color:#4AAF15;
	
}

.largetext{
	font-size:25px;
	line-height:34px;
	text-align:center;
}
.question_help{
    clear:both;
    margin-bottom:45px;
    cursor:pointer;
    width:100%;
    /*border:2px solid #bb0000;
    border-radius:5px;*/
    padding:5px 0px;
    color:#F21A1A;
    /*box-shadow:0px 0px 3px rgba(51,51,51,.15);*/
    transition:all .3s;
    font-weight:normal;
	font-size:30px;
	font-family:DGUVMetaMedium,Arial;
    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:50px 0px 50px;
    

    max-width:100%;
    
    margin:0px auto;
    
    
    margin-bottom:20px;
}
.quizbox h2{
    text-align:center;
}
.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;*/
}
.circle_holder{
	width:auto;
	white-space:nowrap;
	margin:0 auto;
	text-align:center;
}
.circle_green{
	width:22px;
	height:22px;
	margin:0px 7px;
	background:#4aaf15;
	border-radius:100%;
	display:inline-block;
}
.circle_red{
	width:22px;
	height:22px;
	margin:0px 7px;
	background:#f21a1a;
	border-radius:100%;
	display:inline-block;
}
.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 40px;
	font-family:DGUVMetaMedium,Arial;
    width:100%;
}
form.fullwidthform{
	width:100%;
	
}
section.fahrrad{
	margin-top:60px;
}
.quizbox h3.questioncontent{
	font-size:30px;
	margin-bottom:50px;
}
.quizbox input.centerbutton{
	margin:0px auto;
	float:none;
	display:block;
}
.quizbox input.centerbutton:hover{
	margin:0px auto;
	float:none;
	display:block;
}
form input[type=submit]:hover{
    color:#014a94;
    
    border-radius:0px;
    background:#fff;
    font-weight:500;
    text-transform: uppercase;
    
    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;
    display:none;
    left:0px;
    margin-right:7px;
}
@media screen and (max-width:1156px){
.quizbox{
	padding:50px 10px 50px;
}
}
@media screen and (max-width:915px){
    .answertext{
        display:block;
    }
    .shortanswers{
        text-align:center;
        float:none;
    }
    .answerline{
        padding-bottom:15px;
    }
}
@media screen and (max-width:768px){
	.quizimage{
		width:100%;
		padding-right:0px;
		margin-bottom:20px;
	}
	.quiztext{
		width:100%;
	}
    .quizbox{
        padding:0px 5px;
        box-shadow:none;
    }
	.quizbox h2.blogheadline{
		margin-bottom:50px !important;
	}
	.quizbox img{
		padding-right:0px;
		padding-bottom:20px;
	}
	.quizbox form,.quizbox h3.questioncontent{
		width:100%;
	}
	.quizbox input[type=submit]{
		margin-bottom:30px;
	}
    input[name=reset]{
        width:100%;
    }
    input[name=reset]:hover{
        width:100%;
    }
}


.wpcf7-list-item-label{
	display:inline-block;
	width:calc(100% - 50px);
	margin-left:10px;
}