.h5p-container {
  border: 0.1em dashed #ccc;
}
.h5peditor .ui-dialog .h5p-joubelui-button, .h5peditor .h5p-joubelui-button, .h5p-joubelui-button {
	background: #93C300;
}
.h5p-joubelui-button:active, .h5p-joubelui-button:hover, .h5p-joubelui-button:focus {background: #5b5c61;}
.h5p-joubelui-button:active {box-shadow: inset 0 4px 0 #5b5c61;}

button.h5p-question-finish.h5p-joubelui-button {background: #5b5c61;}
button.h5p-question-finish.h5p-joubelui-button:hover, button.h5p-question-finish.h5p-joubelui-button:focus {background: #222;}

.h5p-question-introduction {padding-top: 10px;}

/* Scorebar beim Drag & Drop Typ ausblenden [wg. Wohlfühlkoffer] */
.h5p-dragquestion .h5p-question-scorebar {display: none!important;}

.h5p-dragquestion .h5p-draggable.h5p-correct:after, .h5p-dragquestion .h5p-draggable.h5p-wrong:after {font-size: 1.25em!important;}
.h5p-question-introduction {
    line-height: 1.3em;
}