/*
 *
 *  This Software is the property of ITholics GmbH and is protected
 *  by copyright law - it is NOT Freeware.
 *
 *  Any unauthorized use of this software without a valid license key
 *  is a violation of the license agreement and will be prosecuted by
 *  civil and criminal law.
 *
 * @link            http://www.itholics.de
 * @copyright (C) ITholics GmbH 2011-2017
 *
 */

#ith-quiz {
    position: relative;
}

#ith-quiz .modal-title {
    padding-left:0px!important;
}

#ith-quiz button {
    margin-top:20px;
}

#ith-quiz button.close {
    margin-top:8px;
}

#ith-quiz > img {
    max-width: 100%;
    z-index: 1;
}

#ith-quiz > .ith-content {
    z-index: 2;
    padding: 25px;
}

#ith-quiz > .ith-content.bg-image {
    position: absolute;
    top: 0;
    width: 100%;
}

#ith-quiz .title {
    margin-bottom: 0px;
}

#ithQuizOverlay .title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
}

#ith-quiz .controls {
    margin-top: 20px;
}

#ith-quiz .formdata {
    margin-top: 15px;
}

#ith-quiz .formdata div {
    padding: 10px;
}

#ith-quiz .formdata label {
    display: inline-block;
}

#ith-quiz .formdata input {
    width: 350px;
    border: 1px solid #cac5c0;
    background: #fff;
    padding: 6px 12px;
    line-height: 1.375;
    font-size: 16px;
    color: #555;
}

@media (max-width: 711px) {
 #ith-quiz #ith_confirm_conditions {
    float:left;
 }
 .agbConfirmation label {
        margin-left: 40px;
        margin-top: -20px;
}
}

@media (max-width: 480px) {
 #ith-quiz .formdata input {
    width:100%;
 }
 #ith-quiz button.btn {
    width: 100%;
    padding: 12px;
}
}



#ith-quiz p.voucher {
    font-weight: bold;
    padding: 3px 50px;
    border: 1px solid;
    display: inline-block;
}

#ith-quiz .agbConfirmation a#ith-confirm-conditions {
    color: #8a1713;
}

#ith-quiz .agbConfirmation a#ith-confirm-conditions:hover {
    color: #d6621e;
    text-decoration: none;
}

#ith-quiz.error {
    padding:25px;
}

div.errorbox {
    color: red;
    border: 1px solid currentColor;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}



#ithQuizOverlay .ith-content {
    padding: 20px;
}


#ith_confirm_conditions {
    display: inline;
    margin: 4px 0 0;
    line-height: 27px!important;
    position: absolute;
    width: auto!important;
    position: relative;
    top: 8px;
    margin-right: 8px !important;
    
 }

#ith-quiz-list .ith-no-quiz {
    padding: 30px 20px;
    margin-bottom: 30px;

}

.answer ul {
    list-style-type: none;
    text-indent: 10px;
}
.answer label {
        margin-bottom:20px;
}

#ith-quiz-list ul  {
    list-style: none;
    padding: 0;
}

#ith-quiz-list li, #ith-quiz-list a {
    display: block;
}
#ith-quiz-list li {
    margin: 2px 0;
}
#ith-quiz-list a {
    padding: 20px 10px;
}
#ith-quiz-list a em {
    font-size: smaller;
    margin-right: 10px;
    font-weight: bold;
}

#ith-quiz-list a:hover em {
    text-decoration: none !important;
    color: black;
}

@media (max-width: 991px) {
 .answer {
           padding-top: 30px;
    }
}