/* user css file */
.wordwrap,
.qtype.wrapword .labeltext,
.qtype.wrapword label,
.qtype.wrapword .wrap {
	word-break: normal !important;
}

.responsive-700px{
  width: 700px; /* Standardgröße */
  height: auto;
 }

 @media (max-width: 700px) {
  .responsive-700px {
   width: 100%; /* Anpassung für kleinere Bildschirme */
  }
}
 
 .responsive-800px{
  width: 800px; /* Standardgröße */
  height: auto;
 }

 @media (max-width: 800px) {
  .responsive-800px {
   width: 100%; /* Anpassung für kleinere Bildschirme */
  }
}