/******************
    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
*/
/* Farbe der Texte */
.question-text {
    color: #00cca3;
    font-size: 16px;
    font-weight: bold;
}
.fruity .text-primary {
    color: #00cca3;
}
.h1, h1 {
    color: #00cca3;
}
body .answer-item label::after {
    background-color: #00cca3;

}

/* Länge Kommentarfelder */
.short .form-group.text-item.other-text-item {width:50%;}
.short input.form-control {width:20%;}
.long .form-group.text-item.other-text-item {width:50%;}
.long input.form-control {width:150%;}


/* Antwortcontainer kompakter */
.ls-answers {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.space-col {
  margin-top: 0em;
  margin-bottom: 0em;
}

/* Bei Mehrfachantworten Items dichter */
.fruity .question-item {padding-top: 0em;}

/* Kein Sternchen vor der Frage bei verpflichtender Antwort */
.asterisk { display:none; }



