/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.center { text-align: center }
thead, .table, .table>:not(:first-child) { border-top: 0 }

.right, .righticon { background: #d9f5e1; font-weight: 500; padding: 5px 7px; border-radius: 4px }
.wrong, .wrongicon { background: #ffe8e8; font-weight: 500; padding: 5px 7px; border-radius: 4px }
.righticon { color: green; font-weight: 600; border-radius: 4px }
.wrongicon { color: red; font-weight: 600; border-radius: 4px }

.ls-questionhelp { margin-left: 0; margin-bottom: 15px }
.ls-question-message { margin-left: 0 }
.question-valid-container .ls-questionhelp { color: grey; margin-left: 0 }
.question-help-container .ls-questionhelp { color: black }
.question-help-container .ls-questionhelp::before { content: "\f05a" }
.question-valid-container .ls-questionhelp::before { content: "" }

.question-container { border: 0!important }

.hinweisbox  { background-color: #f1f1f1 }

.auswertungsbox { background: #f1f1f1; border-left: 0; padding: 20px 12px; margin: 30px 0; font-weight: 700; }
.infobox { background: #fff; border-left: 0; padding: 20px 12px; margin: 30px 0 }

.auswertungsbox .right .fa-arrow-circle-right { color: green }
.auswertungsbox .wrong .fa-arrow-circle-right { color: red }

.auswertung { background: #f1f1f1; padding: 15px; border-radius: 6px }

input[type='checkbox']:checked + label { font-weight: 600 }
.infoklein { color: #666; font-size: 0.9em }

a, .fruity a { color: #0063a6 }
.space-col { margin-bottom: 0.1em }
.absatz { font-size: 1.1rem; color: #000 }
h2.absatz { font-size: 1.2rem; color: #000 }
.h1, .h2, .h3, h1, h2, h3 { margin-bottom: 0 }
body { padding-top: 110px!important }
#firstpage-changelang, .asterisk { display: none }
.fruity code { background-color: #f5f5f5; color: #000; padding: 2px }
.h1, .h2, .h3, h1, h2, h3 { margin-bottom: 2rem }
/*#welcome-container {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 25px;
}*/

#welcome-container {
    border: none;
    box-shadow: none
}
.welcomeimage1 { float: right; width: 100%; max-width: 220px; height: auto }
.welcomeimage2 { width: 100%; max-width: 180px; height: auto; padding: 20px 0 }
.welcomeimage3 { width: 100%; max-width: 600px; height: auto; padding: 10px 0 30px 0 }

@media only screen and (min-width: 768px) {
    .welcomeimage1 { max-width: 200px }
    .welcomeimage2 { display: none }
    .completed-wrapper { margin-top: 50px }
    .s916768 {
        background: #ffffff url("https://zid.univie.ac.at/fileadmin/user_upload/d_zid/open/ueber-den-zid/umfragen/quiz-gefahren-in-emails-back.png") no-repeat right top;
    }
    .s431322 {
        background: #ffffff url("https://zid.univie.ac.at/fileadmin/user_upload/d_zid/open/ueber-den-zid/umfragen/quiz-passwortsicherheit-back.png") no-repeat right top;
    }
    .s965733 {
        background: #ffffff url("https://zid.univie.ac.at/fileadmin/user_upload/d_zid/open/ueber-den-zid/umfragen/quiz-pc-laptop-smartphone-back.png") no-repeat right top;
    }
    .surveys-list .btn-group {
        width: 51%
    }
}
@media only screen and (max-width: 768px) {
    .welcomeimage1 { max-width: 120px }
    body .top-container { margin-top: 10px!important }
    button { margin: 0 10px }
}
.navbar-toggler { margin: 3px }

.ls-answers label, .ls-answers th, .question-text p, .completed-text, .fruity .form-control {
    font-size: 1.2rem;
 
}

.question-container {
    box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px !important;
}

#surveyListFooter {
    background-color: transparent;
}

.nobreak { /* hyphens */
   -moz-hyphens: manual;
   -epub-hyphens: manual;
   -o-hyphens: manual;
   -webkit-hyphens: manual;
   -ms-hyphens: manual;
   hyphens: manual; 
}

