/* user css file */


.question .divider {
visibility: hidden;
}

.multi.type-multi-121 {
word-break: keep-all;
}

/*Zeilenumbruch mitten im Wort in Matrix-Items*/
.matrix.type-matrix-311
.qtype li.itemhead label
{ word-break: keep-all;
}

/*Zeilenumbruch nicht im Wort setzen generell (zuvor schon geändert in include_head_system_tpl), scheint er erst nach der user.css zu verarbeiten*/ @-moz-document url-prefix() {
       fieldset {
         display: table-cell;
       }
       .wordwrap,
       .qtype.wrapword .labeltext,
       .qtype.wrapword label,
       .qtype.wrapword .wrap {
         word-break: keep-all;
       }

/*Abstand zwischen Items*/
.question .header, .question .tag-header {
margin-bottom: 0em;
}

.question label {
margin-bottom: 0px;
}

.question ul.form li, .qtype li {
padding-bottom: 0px;
padding-top: 0px;
}

.question {
padding-bottom: 0em;
}

/*Abstand erste Frage und Logo*/
header {
  margin-bottom:0px;
  margin-bottom:0rem
}

  #Wörter nicht trennen
  .wordwrap,

.qtype.wrapword .labeltext,

.qtype.wrapword label,

.qtype.wrapword .wrap {

word-break: normal !important;

}