@import "/core/themes/bartik/fonts/font-awesome/h5p-font-awesome.min.css";

@font-face {
  font-family: 'NovelPro';
  src: url('/core/themes/bartik/fonts/NovelProRegular/NovelProRegular.eot');
  src: url('/core/themes/bartik/fonts/NovelProRegular/NovelProRegular.eot') format('embedded-opentype'), url('/core/themes/bartik/fonts/NovelProRegular/NovelProRegular.woff') format('woff'), url('/core/themes/bartik/fonts/NovelProRegular/NovelProRegular.woff2') format('woff');
}
@font-face {
  font-family: 'Metric';
  src: url('/core/themes/bartik/fonts/Metric/MetricTest-Bold.woff') format('embedded-opentype');
}
/*html.h5p-iframe .h5p-drag-text {
    background: none;
}*/
body.h5p-plus {
  min-height: auto;
  background: #ffffff;
  /* font-family: "Open Sans", sans-serif;*/
  font-family: 'NovelPro', sans-serif;
  margin: 0px;
  font-size: 16px;
}
body.h5p-plus h1 {
  display: none;
}
body.h5p-plus .block .content {
  margin: 0px;
  padding-top: 0px;
}
html.h5p-iframe body {
  color: #3b3b3b;
  /*font-family: "Open Sans", sans-serif;*/
  font-family: 'NovelPro', sans-serif;
}
html.h5p-iframe .pexercise {
  /*    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0px;*/
  font-size: 1em;
}
html.h5p-iframe .h5p-content {
  background: none;
  font-size: 14px !important;
  border: none;
}
html.h5p-iframe .h5p-question {
  background: none;
  font-size: 1em;
}
html.h5p-iframe .h5p-question-content {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1.2em;
}
html.h5p-iframe .h5p-question-introduction {
  border-bottom: 3px dotted white;
  padding-bottom: 10px;
  /* font-style: italic;*/
  font-size: 1em;
  margin: 0px;
}
html.h5p-iframe .h5p-question-introduction p {
  line-height: 1.5em;
  font-size: 16px;
}
html.h5p-iframe .h5p-drag-text .h5p-drag-dropzone-container {
  display: inline-block;
  margin-bottom: 0.7em;
}
.Deutsch.bgr:before,
.Ecoute.bgr:before,
.Business.bgr:before,
.Ecos.bgr:before,
.Spotlight.bgr:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
.bgr.Spotlight {
  background: #fdf4f0;
  background: -moz-linear-gradient(top, #fdf4f0 0%, #f9e5dc 100%);
  background: -webkit-linear-gradient(top, #fdf4f0 0%, #f9e5dc 100%);
  background: linear-gradient(to bottom, #fdf4f0 0%, #f9e5dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf4f0', endColorstr='#f9e5dc', GradientType=0);
}
.bgr.Business {
  background: #f6f7fc;
  background: -moz-linear-gradient(top, #f6f7fc 0%, #e4eaf7 100%);
  background: -webkit-linear-gradient(top, #f6f7fc 0%, #e4eaf7 100%);
  background: linear-gradient(to bottom, #f6f7fc 0%, #e4eaf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7fc', endColorstr='#e4eaf7', GradientType=0);
}
.bgr.Ecos.easy {
  background: #ecf5d1;
  background: -moz-linear-gradient(top, #ecf5d1 0%, #c3e0c1 100%);
  background: -webkit-linear-gradient(top, #ecf5d1 0%, #c3e0c1 100%);
  background: linear-gradient(to bottom, #ecf5d1 0%, #c3e0c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf5d1', endColorstr='#c3e0c1', GradientType=0);
}
.bgr.Ecos.medium {
  background: #fff4e7;
  background: -moz-linear-gradient(top, #fff4e7 0%, #fde0bc 100%);
  background: -webkit-linear-gradient(top, #fff4e7 0%, #fde0bc 100%);
  background: linear-gradient(to bottom, #fff4e7 0%, #fde0bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4e7', endColorstr='#fde0bc', GradientType=0);
}
.bgr.Ecos.hard {
  background: #fdeae2;
  background: -moz-linear-gradient(top, #fdeae2 0%, #f8c1ac 100%);
  background: -webkit-linear-gradient(top, #fdeae2 0%, #f8c1ac 100%);
  background: linear-gradient(to bottom, #fdeae2 0%, #f8c1ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeae2', endColorstr='#f8c1ac', GradientType=0);
}
.bgr.Deutsch {
  background: #ececec fixed;
}
.bgr.Ecoute {
  background: #e4eaf7 fixed;
}
.bgr.ADESSO {
  background: #e4eaf7 fixed;
}
.uebung_header {
  padding: 10px 10px 10px 15px;
  border: 1px solid;
  font-weight: 600;
  background-color: #ffffff;
}
.easy .uebung_header {
  border-color: #008000;
}
.medium .uebung_header {
  border-color: #ffa500;
}
.hard .uebung_header {
  border-color: #ff0000;
}
.uebung_level.uebung_easy {
  color: #008000;
  float: right;
  border-left: 1px solid green;
}
.uebung_level.uebung_medium {
  color: #ffa500;
  float: right;
  border-left: 1px solid orange;
}
.uebung_level.uebung_hard {
  color: #ff0000;
  float: right;
  border-left: 1px solid red;
}
.uebung_level::before {
  content: '';
  border: 1px solid red;
  border-left: none;
  border-right: none;
  position: relative;
  display: inline-block;
  font-family: 'Metric', sans-serif;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  line-height: 20px;
  font-size: 14px;
}
.uebung_level.uebung_easy::before {
  border-color: #008000;
}
.uebung_level.uebung_medium::before {
  border-color: #ffa500;
}
.uebung_level.uebung_hard::before {
  border-color: #ff0000;
}
.Spotlight .uebung_level.uebung_easy::before {
  content: "E";
}
.Spotlight .uebung_level.uebung_medium::before {
  content: "M";
}
.Spotlight .uebung_level.uebung_hard::before {
  content: "A";
}
.Deutsch .uebung_level.uebung_easy::before {
  content: "L";
}
.Deutsch .uebung_level.uebung_medium::before {
  content: "M";
}
.Deutsch .uebung_level.uebung_hard::before {
  content: "S";
}
.Ecoute .uebung_level.uebung_easy::before {
  content: "F";
}
.Ecoute .uebung_level.uebung_medium::before {
  content: "M";
}
.Ecoute .uebung_level.uebung_hard::before {
  content: "D";
}
.Ecos .uebung_level.uebung_easy::before {
  content: "F";
}
.Ecos .uebung_level.uebung_medium::before {
  content: "I";
}
.Ecos .uebung_level.uebung_hard::before {
  content: "A";
}
.ADESSO .uebung_level.uebung_easy::before {
  content: "F";
}
.ADESSO .uebung_level.uebung_medium::before {
  content: "M";
}
.ADESSO .uebung_level.uebung_hard::before {
  content: "D";
}
.Business .uebung_level.uebung_easy::before {
  content: "E";
}
.Business .uebung_level.uebung_medium::before {
  content: "M";
}
.Business .uebung_level.uebung_hard::before {
  content: "A";
}
.pexercise {
  font-size: 1em;
}
.field--name-body {
  background: #ffffff;
  border: 1px solid grey;
  padding: 10px;
  margin: 10px;
  font-size: 0.8em;
  font-weight: light;
}
.field--name-body p {
  margin: 0;
  margin-bottom: 8px;
}
.field--name-body ul {
  margin: 0;
  padding-top: 0;
  padding-bottom: 8px;
}
.h5p-content {
  background: none;
  font-size: 14px !important;
  border: none;
}
.h5p-question {
  background: none;
  font-size: 1em;
}
.h5p-question-content {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.2em;
}
.h5p-question-introduction {
  border-bottom: 3px dotted white;
  padding-bottom: 10px;
  font-size: 1em;
  margin: 0px;
}
.h5p-question-introduction p {
  line-height: 1.5em;
  font-size: 16px;
}
/*html.h5p-iframe .h5p-content ul.h5p-actions {
  display: none;
}*/
.h5p-iframe .h5p-question-content {
  line-height: 1.2em;
  margin-bottom: 1em;
  font-size: 16px;
}
.Spotlight .h5p-question-introduction {
  position: relative;
  /*margin: 0 -10px;
      padding: 0 10px 10px 10px;*/
}
.Spotlight .h5p-question-introduction:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Spotlight .h5p-question-introduction:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Spotlight .h5p-question-content {
  position: relative;
}
.Spotlight .h5p-question-content:after {
  content: "";
  position: absolute;
  top: -16px;
  right: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Spotlight .h5p-question-content:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Deutsch .h5p-question-introduction {
  position: relative;
  /*margin: 0 -10px;
      padding: 0 10px 10px 10px;*/
}
.Deutsch .h5p-question-introduction:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Deutsch .h5p-question-introduction:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Deutsch .h5p-question-content {
  position: relative;
}
.Deutsch .h5p-question-content:after {
  content: "";
  position: absolute;
  top: -16px;
  right: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Deutsch .h5p-question-content:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Ecoute .h5p-question-introduction {
  position: relative;
  /*margin: 0 -10px;
      padding: 0 10px 10px 10px;*/
}
.Ecoute .h5p-question-introduction:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Ecoute .h5p-question-introduction:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Ecoute .h5p-question-content {
  position: relative;
}
.Ecoute .h5p-question-content:after {
  content: "";
  position: absolute;
  top: -16px;
  right: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Ecoute .h5p-question-content:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}
.ADESSO .h5p-question-introduction {
  position: relative;
  /*margin: 0 -10px;
      padding: 0 10px 10px 10px;*/
}
.ADESSO .h5p-question-introduction:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.ADESSO .h5p-question-introduction:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
}
.ADESSO .h5p-question-content {
  position: relative;
}
.ADESSO .h5p-question-content:after {
  content: "";
  position: absolute;
  top: -16px;
  right: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
}
.ADESSO .h5p-question-content:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Business .h5p-question-introduction {
  position: relative;
  /*margin: 0 -10px;
      padding: 0 10px 10px 10px;*/
}
.Business .h5p-question-introduction:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Business .h5p-question-introduction:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Business .h5p-question-content {
  position: relative;
}
.Business .h5p-question-content:after {
  content: "";
  position: absolute;
  top: -16px;
  right: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Business .h5p-question-content:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Ecos.easy .h5p-question-introduction {
  position: relative;
  /*margin: 0 -10px;
      padding: 0 10px 10px 10px;*/
}
.Ecos.easy .h5p-question-introduction:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Ecos.easy .h5p-question-introduction:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Ecos.easy .h5p-question-content {
  position: relative;
}
.Ecos.easy .h5p-question-content:after {
  content: "";
  position: absolute;
  top: -16px;
  right: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Ecos.easy .h5p-question-content:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Ecos.medium .h5p-question-introduction {
  position: relative;
  /*margin: 0 -10px;
      padding: 0 10px 10px 10px;*/
}
.Ecos.medium .h5p-question-introduction:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Ecos.medium .h5p-question-introduction:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Ecos.medium .h5p-question-content {
  position: relative;
}
.Ecos.medium .h5p-question-content:after {
  content: "";
  position: absolute;
  top: -16px;
  right: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Ecos.medium .h5p-question-content:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Ecos.hard .h5p-question-introduction {
  position: relative;
  /*margin: 0 -10px;
      padding: 0 10px 10px 10px;*/
}
.Ecos.hard .h5p-question-introduction:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Ecos.hard .h5p-question-introduction:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
}
.Ecos.hard .h5p-question-content {
  position: relative;
}
.Ecos.hard .h5p-question-content:after {
  content: "";
  position: absolute;
  top: -16px;
  right: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
}
.Ecos.hard .h5p-question-content:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  width: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}
.h5p-content .h5p-joubelui-score-bar {
  display: -webkit-inline-flex;
  position: relative;
  height: auto;
  line-height: inherit;
  font-size: inherit;
}
.h5p-content .h5p-joubelui-score-bar-progress-wrapper {
  position: relative;
  margin-right: 0.7em;
  height: 0.917em;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  background: #ddd;
  display: inherit;
  top: inherit;
  left: inherit;
  z-index: inherit;
  width: inherit;
  border: inherit;
  border-right: inherit;
}
.h5p-question-feedback-content {
  display: block;
  top: 0;
}
body.h5p-plus {
  font-family: NovelPro, sans-serif !important;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  word-break: break-word;
}
@media (max-width: 786px) {
  body.h5p-plus {
    padding: 10px;
  }
}
.h5p-iframe .pexercise {
  margin: 10px;
}
.intro-page .title span,
.intro-page .introduction {
  background: transparent;
}
.no-issuenr .uebung_number {
  display: none;
}
.uebung_header {
  position: relative;
  padding-right: 60px;
}
.uebung_header .uebung_level {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 48px;
}
.ui-draggable.ui-draggable-dragging,
.h5p-drag-draggable.ui-draggable-dragging {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  padding: 4px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h5p-content {
  /**
  ** Drag text styles
   */
  /**
    ** Blanks styles
     */
  /**
  ** Multiple Choice styles
   */
  /**
  ** Mark the Word styles
   */
  /**
  ** Blanks (blank fields) styles
   */
  /**
  ** Accordion  styles
   */
  /**
  ** Questionset styles
   */
  /**
  ** Feedback results styles
   */
  /**
  ** Single Choice styles
   */
  /**
  ** True / False styles
   */
  /**
  ** Quiz footer (dots pager)
   */
  /**
  ** Buttons
   */
}
.h5p-content .h5p-drag-text {
  overflow: visible;
  /*margin-top: 12em;*/
}
.h5p-content .h5p-drag-text .h5p-drag-draggables-container .h5p-drag-draggable:hover,
.h5p-content .h5p-drag-text .h5p-drag-draggables-container .h5p-drag-draggable,
.h5p-content .h5p-drag-text .h5p-drag-draggables-container .ui-draggable:hover,
.h5p-content .h5p-drag-text .h5p-drag-draggables-container .ui-draggable {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  border: none;
  position: relative;
  padding-left: 33px;
  text-align: left;
  height: 2em;
  line-height: 2em;
}
.h5p-content .h5p-drag-text .h5p-drag-draggables-container .h5p-drag-draggable:hover::before,
.h5p-content .h5p-drag-text .h5p-drag-draggables-container .h5p-drag-draggable::before,
.h5p-content .h5p-drag-text .h5p-drag-draggables-container .ui-draggable:hover::before,
.h5p-content .h5p-drag-text .h5p-drag-draggables-container .ui-draggable::before {
  content: '≡';
  background: #004e98;
  width: 25px;
  line-height: 43px;
  display: inline-block;
  position: absolute;
  text-align: center;
  color: #00366a;
  top: 0;
  left: 0;
  height: 100%;
}
.h5p-content .h5p-drag-text .h5p-drag-show-solution-container {
  opacity: 0.8;
  font-family: 'NovelPro', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  background: #a2c94d;
  vertical-align: middle;
  color: #000;
  padding: 8px 10px;
}
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .ui-droppable,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .h5p-drag-dropzone {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0;
  padding: 0.1em 1.65em 0.1em 0;
}
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .ui-droppable.h5p-drag-correct-feedback:before,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .h5p-drag-dropzone.h5p-drag-correct-feedback:before,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .ui-droppable.h5p-drag-wrong-feedback:before,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .h5p-drag-dropzone.h5p-drag-wrong-feedback:before {
  right: auto;
  left: 0.3em;
}
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .ui-droppable.h5p-drag-correct-feedback,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .h5p-drag-dropzone.h5p-drag-correct-feedback,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .ui-droppable.h5p-drag-correct-feedback:before,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .h5p-drag-dropzone.h5p-drag-correct-feedback:before,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .ui-droppable .h5p-drag-draggable-correct,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .h5p-drag-dropzone .h5p-drag-draggable-correct {
  color: #43a312;
}
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .ui-droppable .h5p-drag-draggable-correct,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .h5p-drag-dropzone .h5p-drag-draggable-correct,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .ui-droppable .h5p-drag-draggable-wrong,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .h5p-drag-dropzone .h5p-drag-draggable-wrong {
  padding-left: 20px;
}
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .ui-droppable .h5p-drag-dropped,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .h5p-drag-dropzone .h5p-drag-dropped {
  background: #fff;
  border: none;
  border-radius: 0;
  line-height: 2em;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .ui-droppable .h5p-drag-dropped:not(.ui-state-disabled):hover,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .h5p-drag-dropzone .h5p-drag-dropped:not(.ui-state-disabled):hover {
  background: #fff;
  border: none;
  color: #1a4473;
}
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .ui-droppable,
.h5p-content .h5p-drag-text .h5p-drag-dropzone-container .h5p-drag-dropzone {
  height: 2em;
  margin: 5px 0;
}
.h5p-content .h5p-blanks .h5p-input-wrapper [contenteditable="false"],
.h5p-content .h5p-blanks .h5p-input-wrapper [contenteditable="true"] {
  display: inline-block;
  min-width: 60px;
  min-height: 24px;
  background: #fff;
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 10px 2px 22px;
  margin: 0 0 5px 0;
}
.h5p-content .h5p-blanks .h5p-input-wrapper [contenteditable="false"]:before,
.h5p-content .h5p-blanks .h5p-input-wrapper [contenteditable="true"]:before {
  content: " ";
  display: inline-block;
}
.h5p-content .h5p-blanks .h5p-input-wrapper .inline {
  display: inline !important;
  padding: 6px 10px 6px 22px;
}
.h5p-content .h5p-blanks .h5p-input-wrapper .inline .joubel-tip-container {
  position: static;
  right: auto;
}
.h5p-content .h5p-blanks .h5p-input-wrapper .inline .joubel-speech-bubble-tail {
  display: none;
}
.h5p-content .h5p-blanks .h5p-input-wrapper .inline-input.h5p-correct,
.h5p-content .h5p-blanks .h5p-input-wrapper .inline-input.h5p-wrong {
  padding-left: 32px;
}
.h5p-content .h5p-blanks .h5p-input-wrapper .inline-input.h5p-correct:after,
.h5p-content .h5p-blanks .h5p-input-wrapper .inline-input.h5p-wrong:after {
  left: 8px;
  top: 1px;
}
.h5p-content .h5p-blanks .h5p-input-wrapper .inline-input.h5p-wrong {
  color: #b71c1c;
  text-decoration: line-through;
}
.h5p-content .h5p-blanks .h5p-input-wrapper .inline-input.h5p-correct {
  color: #43a312;
}
.h5p-content .h5p-multichoice .h5p-alternative-container {
  background-color: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: none;
  margin-bottom: 15px;
}
.h5p-content .h5p-multichoice .h5p-alternative-inner {
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2f2f2f;
}
.h5p-content .h5p-multichoice .h5p-answer[aria-checked="true"],
.h5p-content .h5p-multichoice .h5p-answer[aria-checked="true"]:hover,
.h5p-content .h5p-multichoice .h5p-answer[aria-checked="true"]:focus,
.h5p-content .h5p-multichoice .h5p-answer:hover,
.h5p-content .h5p-multichoice .h5p-answer:focus,
.h5p-content .h5p-multichoice .h5p-answer.h5p-selected {
  font-weight: 700;
}
.h5p-content .h5p-multichoice .h5p-answer[aria-checked="true"] .h5p-alternative-container,
.h5p-content .h5p-multichoice .h5p-answer[aria-checked="true"]:hover .h5p-alternative-container,
.h5p-content .h5p-multichoice .h5p-answer[aria-checked="true"]:focus .h5p-alternative-container,
.h5p-content .h5p-multichoice .h5p-answer:hover .h5p-alternative-container,
.h5p-content .h5p-multichoice .h5p-answer:focus .h5p-alternative-container,
.h5p-content .h5p-multichoice .h5p-answer.h5p-selected .h5p-alternative-container {
  cursor: pointer;
  background: #fff !important;
  border: none !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.h5p-content .h5p-multichoice .h5p-answer[aria-checked="true"] .h5p-alternative-container .h5p-alternative-inner,
.h5p-content .h5p-multichoice .h5p-answer[aria-checked="true"]:hover .h5p-alternative-container .h5p-alternative-inner,
.h5p-content .h5p-multichoice .h5p-answer[aria-checked="true"]:focus .h5p-alternative-container .h5p-alternative-inner,
.h5p-content .h5p-multichoice .h5p-answer:hover .h5p-alternative-container .h5p-alternative-inner,
.h5p-content .h5p-multichoice .h5p-answer:focus .h5p-alternative-container .h5p-alternative-inner,
.h5p-content .h5p-multichoice .h5p-answer.h5p-selected .h5p-alternative-container .h5p-alternative-inner {
  color: #004e98;
}
.h5p-content .h5p-multichoice .h5p-answer .h5p-alternative-container {
  color: #004e98;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  border: none;
}
.h5p-content .h5p-multichoice .h5p-answer .h5p-alternative-container:before {
  color: #004e98;
}
.h5p-content .h5p-mark-the-words {
  overflow: visible;
}
.h5p-content .h5p-mark-the-words .h5p-joubelui-score-bar,
.h5p-content .h5p-mark-the-words .h5p-question-minus-one,
.h5p-content .h5p-mark-the-words .h5p-question-plus-one {
  display: none;
}
.h5p-content .h5p-mark-the-words .h5p-word-selectable-words [aria-selected="true"] {
  background: #b9dbf1;
  color: #21509a;
}
.h5p-content .h5p-mark-the-words .h5p-word-selectable-words [aria-selected="true"][aria-describedby="h5p-description-correct"] {
  background: #bce9ac;
  color: #3a7f0b;
}
.h5p-content .h5p-mark-the-words .h5p-word-selectable-words [aria-selected="true"][aria-describedby="h5p-description-incorrect"] {
  background: #ea9b99;
  color: #a00003;
}
.h5p-content .h5p-mark-the-words .h5p-word-selectable-words [aria-describedby="h5p-description-missed"] {
  background-color: #b6eaad;
  border: 2px dashed #298013;
}
.h5p-content .h5p-blanks .h5p-question-content p {
  line-height: 1.8em;
  margin-bottom: 1em;
  font-size: 16px;
}
.h5p-content .h5p-blanks .h5p-correct:after,
.h5p-content .h5p-blanks .h5p-wrong:after {
  left: 6px;
  right: auto;
}
.h5p-content .h5p-blanks .joubel-tip-container {
  right: -26px !important;
}
.h5p-content .h5p-blanks .h5p-text-input {
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0;
  height: 30px;
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 7px;
  width: 100%;
}
.h5p-content .h5p-blanks .h5p-correct::after,
.h5p-content .h5p-blanks .h5p-correct .h5p-text-input {
  color: #43a312;
}
.h5p-content .h5p-blanks .h5p-wrong::after,
.h5p-content .h5p-blanks .h5p-wrong.h5p-text-input {
  color: #a40004;
}
.h5p-content .h5p-blanks .h5p-correct-answer {
  opacity: 0.8;
  font-family: 'NovelPro', sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  background: #a2c94d;
  vertical-align: middle;
  color: #000;
  padding: 6px 10px;
}
.h5p-content .h5p-column-content.h5p-accordion {
  border: none;
}
.h5p-content .h5p-accordion {
  padding-bottom: 80px;
  border: none !important;
}
.h5p-content .h5p-accordion .h5p-panel-title.show-min-content {
  position: absolute;
  bottom: 16px;
  z-index: 55;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  border-radius: 3px;
  background-color: #2f2f2f;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0.8em 0.8em 0.8em 40px;
}
.h5p-content .h5p-accordion .h5p-panel-title.show-min-content.h5p-panel-expanded .more {
  display: none;
}
.h5p-content .h5p-accordion .h5p-panel-title.show-min-content.h5p-panel-expanded .less {
  display: inline;
}
.h5p-content .h5p-accordion .h5p-panel-title.show-min-content .less {
  display: none;
}
@media (max-width: 768px) {
  .h5p-content .h5p-accordion .h5p-panel-title.show-min-content {
    width: calc(90%);
  }
  .h5p-content .h5p-drag-text {
    overflow: visible;
    margin-top: 12em;
  }
}
.h5p-content .h5p-accordion .h5p-panel-title.show-min-content:hover,
.h5p-content .h5p-accordion .h5p-panel-title.show-min-content:focus {
  color: #fff;
}
.h5p-content .h5p-accordion .h5p-panel-title.show-min-content:before {
  font-size: 26px;
  left: 16px;
}
.h5p-content .h5p-accordion .h5p-panel-content.show-min-content {
  height: 150px;
  overflow: hidden;
  display: block !important;
}
.h5p-content .h5p-accordion .h5p-panel-content.show-min-content[aria-hidden="true"]:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(229, 229, 229, 0), #fbede7 49%, #fbefe9);
  position: absolute;
  display: block;
  bottom: 80px;
  left: 0;
  height: 50px;
  width: 100%;
}
.h5p-content .questionset {
  overflow: visible;
}
.h5p-content .h5p-column-ruler {
  display: none;
}
.h5p-content .questionset-results {
  background: none;
}
.h5p-content .questionset-results .result-header,
.h5p-content .questionset-results .result-text {
  color: #004c97;
}
.h5p-content .greeting {
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #2f2f2f;
}
.h5p-content .feedback-section .h5p-joubelui-score-bar-progress {
  background: #15addb;
  background-image: -webkit-linear-gradient(right, #15addb 0%, #004c97 50%, #004e98 100%);
  background-image: -ms-linear-gradient(right, #15addb 0%, #004c97 50%, #004e98 100%);
  background-image: -o-linear-gradient(right, #15addb 0%, #004c97 50%, #004e98 100%);
  background-image: -moz-linear-gradient(right, #15addb 0%, #004c97 50%, #004e98 100%);
  /*IE7-*/
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#15addb', endColorStr='#004e98', GradientType=0);
  /*IE8+*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#15addb', endColorStr='#004e98', GradientType=0)";
  z-index: 66;
}
.h5p-content .feedback-section .h5p-joubelui-score-bar-full-score-star {
  background: #14a9d8;
  background-image: -webkit-linear-gradient(left, #14a9d8 0%, #1dacda 100%);
  background-image: -ms-linear-gradient(left, #14a9d8 0%, #1dacda 100%);
  background-image: -o-linear-gradient(left, #14a9d8 0%, #1dacda 100%);
  background-image: -moz-linear-gradient(left, #14a9d8 0%, #1dacda 100%);
  /*IE7-*/
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#14a9d8', endColorStr='#1dacda', GradientType=0);
  /*IE8+*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#14a9d8', endColorStr='#1dacda', GradientType=0)";
  z-index: 55;
}
.h5p-content .feedback-section .h5p-joubelui-score-bar-full-score-star:before,
.h5p-content .feedback-section .h5p-joubelui-score-bar-full-score-star:after {
  color: #fff;
}
.h5p-content .feedback-section .h5p-joubelui-score-bar-progress-wrapper {
  border-color: #c6b8b2;
  background-color: rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.h5p-content .feedback-section .h5p-joubelui-score-bar-progress-wrapper:before,
.h5p-content .feedback-section .h5p-joubelui-score-bar-progress-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 3%;
  right: -1px;
  background-color: rgba(0, 0, 0, 0.11);
  height: 97%;
  width: 5px;
  z-index: 5;
}
.h5p-content .feedback-section .h5p-joubelui-score-bar-progress-wrapper:after {
  background-color: #fbeee8;
  z-index: 1;
}
.h5p-content .feedback-section .h5p-joubelui-score-bar-end {
  border-color: #c6b8b2;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.11);
}
.h5p-content .feedback-section .h5p-joubelui-score-bar-default-star::before {
  color: #c6b8b2;
}
.h5p-content .h5p-single-choice-set {
  border-top: 3px dotted #fff;
}
.h5p-content .h5p-single-choice-set .h5p-question-content:after,
.h5p-content .h5p-single-choice-set .h5p-question-content:before {
  display: none;
}
.h5p-content .h5p-single-choice-set:before,
.h5p-content .h5p-single-choice-set:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: -11px;
}
.h5p-content .h5p-single-choice-set:after {
  border-left: 10px solid white;
  left: -20px;
}
.h5p-content .h5p-single-choice-set:before {
  border-right: 10px solid white;
  right: -20px;
}
.h5p-content .h5p-single-choice-set ul.h5p-sc-alternatives li.h5p-sc-alternative:focus {
  background: #ddd;
  outline: none;
}
.h5p-content .h5p-true-false {
  border-bottom: 3px dotted #fff;
  margin-bottom: 15px;
}
.h5p-content .h5p-true-false:before,
.h5p-content .h5p-true-false:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  bottom: -11px;
}
.h5p-content .h5p-true-false:after {
  border-left: 10px solid white;
  left: -20px;
}
.h5p-content .h5p-true-false:before {
  border-right: 10px solid white;
  right: -20px;
}
.h5p-content .h5p-true-false .h5p-question-content,
.h5p-content .h5p-true-false .h5p-question-introduction {
  border: 0;
  padding: 0;
}
.h5p-content .h5p-true-false .h5p-question-content:before,
.h5p-content .h5p-true-false .h5p-question-introduction:before,
.h5p-content .h5p-true-false .h5p-question-content:after,
.h5p-content .h5p-true-false .h5p-question-introduction:after {
  display: none;
}
.h5p-content .qs-footer .dots-container {
  display: table;
  width: 100%;
}
.h5p-content .qs-footer .dots-container .progress-item {
  display: table-cell;
}
.h5p-content .qs-footer .dots-container .progress-item:first-child .progress-dot {
  border-radius: 6px 0 0 6px;
}
.h5p-content .qs-footer .dots-container .progress-item:last-child .progress-dot {
  border-radius: 0 6px 6px 0;
}
.h5p-content .qs-footer .dots-container .progress-item .progress-dot {
  background-color: rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 0;
  border-right: 2px solid #fff;
}
.h5p-content .qs-footer .dots-container .progress-item .progress-dot.answered {
  background: #73a2d5;
}
.h5p-content .qs-footer .dots-container .progress-item .progress-dot.current {
  background-color: #004e98;
}
.h5p-content .buttons:after,
.h5p-content .h5p-question-buttons:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .h5p-content .buttons,
  .h5p-content .h5p-question-buttons {
    text-align: center;
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 568px) {
  .h5p-content .buttons,
  .h5p-content .h5p-question-buttons {
    flex-direction: column;
  }
}
.h5p-content .buttons .qs-startbutton,
.h5p-content .h5p-question-buttons .qs-startbutton,
.h5p-content .buttons .h5p-question-prev,
.h5p-content .h5p-question-buttons .h5p-question-prev,
.h5p-content .buttons .h5p-question-next,
.h5p-content .h5p-question-buttons .h5p-question-next,
.h5p-content .buttons button.h5p-question-show-solution,
.h5p-content .h5p-question-buttons button.h5p-question-show-solution,
.h5p-content .buttons button.qs-solutionbutton,
.h5p-content .h5p-question-buttons button.qs-solutionbutton,
.h5p-content .buttons button.h5p-question-try-again,
.h5p-content .h5p-question-buttons button.h5p-question-try-again,
.h5p-content .buttons button.qs-retrybutton,
.h5p-content .h5p-question-buttons button.qs-retrybutton,
.h5p-content .buttons button.h5p-question-finish,
.h5p-content .h5p-question-buttons button.h5p-question-finish {
  background: #004e98;
  border-radius: 3px;
  color: #fff;
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  padding: 0.5em 0.5em 0.5em 2.5em;
  height: 65px;
  width: 220px;
  max-width: 40%;
  order: 4;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .h5p-content .buttons .qs-startbutton,
  .h5p-content .h5p-question-buttons .qs-startbutton,
  .h5p-content .buttons .h5p-question-prev,
  .h5p-content .h5p-question-buttons .h5p-question-prev,
  .h5p-content .buttons .h5p-question-next,
  .h5p-content .h5p-question-buttons .h5p-question-next,
  .h5p-content .buttons button.h5p-question-show-solution,
  .h5p-content .h5p-question-buttons button.h5p-question-show-solution,
  .h5p-content .buttons button.qs-solutionbutton,
  .h5p-content .h5p-question-buttons button.qs-solutionbutton,
  .h5p-content .buttons button.h5p-question-try-again,
  .h5p-content .h5p-question-buttons button.h5p-question-try-again,
  .h5p-content .buttons button.qs-retrybutton,
  .h5p-content .h5p-question-buttons button.qs-retrybutton,
  .h5p-content .buttons button.h5p-question-finish,
  .h5p-content .h5p-question-buttons button.h5p-question-finish {
    /* width: 100%;*/
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.h5p-content .buttons .qs-startbutton:hover,
.h5p-content .h5p-question-buttons .qs-startbutton:hover,
.h5p-content .buttons .h5p-question-prev:hover,
.h5p-content .h5p-question-buttons .h5p-question-prev:hover,
.h5p-content .buttons .h5p-question-next:hover,
.h5p-content .h5p-question-buttons .h5p-question-next:hover,
.h5p-content .buttons button.h5p-question-show-solution:hover,
.h5p-content .h5p-question-buttons button.h5p-question-show-solution:hover,
.h5p-content .buttons button.qs-solutionbutton:hover,
.h5p-content .h5p-question-buttons button.qs-solutionbutton:hover,
.h5p-content .buttons button.h5p-question-try-again:hover,
.h5p-content .h5p-question-buttons button.h5p-question-try-again:hover,
.h5p-content .buttons button.qs-retrybutton:hover,
.h5p-content .h5p-question-buttons button.qs-retrybutton:hover,
.h5p-content .buttons button.h5p-question-finish:hover,
.h5p-content .h5p-question-buttons button.h5p-question-finish:hover,
.h5p-content .buttons .qs-startbutton:active,
.h5p-content .h5p-question-buttons .qs-startbutton:active,
.h5p-content .buttons .h5p-question-prev:active,
.h5p-content .h5p-question-buttons .h5p-question-prev:active,
.h5p-content .buttons .h5p-question-next:active,
.h5p-content .h5p-question-buttons .h5p-question-next:active,
.h5p-content .buttons button.h5p-question-show-solution:active,
.h5p-content .h5p-question-buttons button.h5p-question-show-solution:active,
.h5p-content .buttons button.qs-solutionbutton:active,
.h5p-content .h5p-question-buttons button.qs-solutionbutton:active,
.h5p-content .buttons button.h5p-question-try-again:active,
.h5p-content .h5p-question-buttons button.h5p-question-try-again:active,
.h5p-content .buttons button.qs-retrybutton:active,
.h5p-content .h5p-question-buttons button.qs-retrybutton:active,
.h5p-content .buttons button.h5p-question-finish:active,
.h5p-content .h5p-question-buttons button.h5p-question-finish:active {
  border: 0;
  box-shadow: none;
}
.h5p-content .buttons a.qs-startbutton,
.h5p-content .h5p-question-buttons a.qs-startbutton,
.h5p-content .buttons a.h5p-question-prev,
.h5p-content .h5p-question-buttons a.h5p-question-prev,
.h5p-content .buttons a.h5p-question-next,
.h5p-content .h5p-question-buttons a.h5p-question-next {
  height: 49px;
  line-height: 49px;
}
.h5p-content .buttons a.h5p-question-next,
.h5p-content .h5p-question-buttons a.h5p-question-next,
.h5p-content .buttons button.h5p-question-next,
.h5p-content .h5p-question-buttons button.h5p-question-next {
  background: rgba(0, 0, 0, 0.3);
}
.h5p-content .buttons a.h5p-question-prev,
.h5p-content .h5p-question-buttons a.h5p-question-prev,
.h5p-content .buttons button.h5p-question-prev,
.h5p-content .h5p-question-buttons button.h5p-question-prev {
  background: rgba(0, 0, 0, 0.3);
}
.h5p-content .buttons button.h5p-question-finish,
.h5p-content .h5p-question-buttons button.h5p-question-finish {
  width: auto;
  padding: 0.5em 2em;
}
@media (max-width: 768px) {
  .h5p-content .buttons button.h5p-question-finish.truncated::after,
  .h5p-content .h5p-question-buttons button.h5p-question-finish.truncated::after {
    content: "Beenden";
    display: block;
    width: 100%;
    font-family: 'NovelPro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
  }
  .h5p-content .buttons button.h5p-question-finish::before,
  .h5p-content .h5p-question-buttons button.h5p-question-finish::before {
    content: "";
    position: absolute;
    display: inline-block !important;
    height: 28px;
    width: 30px;
    left: 20px;
    background: url("/core/themes/bartik/images/check-icon.png") 0 50% no-repeat;
    padding-left: 36px;
  }
}
@media (max-width: 768px) {
  .h5p-content .buttons .h5p-question-prev,
  .h5p-content .h5p-question-buttons .h5p-question-prev,
  .h5p-content .buttons .h5p-question-next,
  .h5p-content .h5p-question-buttons .h5p-question-next {
    /* width: 85%;*/
    float: left;
    margin: 0 0 1.5em 0;
  }
  .h5p-content .buttons .h5p-question-prev,
  .h5p-content .h5p-question-buttons .h5p-question-prev {
    /*display: none;*/
  }
  .h5p-content .buttons .h5p-question-next,
  .h5p-content .h5p-question-buttons .h5p-question-next {
    float: right;
  }
  .h5p-content .buttons .h5p-question-prev,
  .h5p-content .h5p-question-buttons .h5p-question-prev {
    float: left;
  }
}
.h5p-content .buttons .h5p-question-prev,
.h5p-content .h5p-question-buttons .h5p-question-prev,
.h5p-content .buttons .h5p-question-next,
.h5p-content .h5p-question-buttons .h5p-question-next {
  padding: 0.5em 1.25em;
}
@media (min-width: 768px) {
  .h5p-content .buttons .h5p-question-prev,
  .h5p-content .h5p-question-buttons .h5p-question-prev,
  .h5p-content .buttons .h5p-question-next,
  .h5p-content .h5p-question-buttons .h5p-question-next {
    width: 70px;
  }
}
.h5p-content .buttons .h5p-question-prev:before,
.h5p-content .h5p-question-buttons .h5p-question-prev:before,
.h5p-content .buttons .h5p-question-next:before,
.h5p-content .h5p-question-buttons .h5p-question-next:before {
  content: "";
  position: absolute;
  left: 20px;
  display: inline-block !important;
  height: 49px;
  width: 30px;
  background: url("/core/themes/bartik/images/arrow-right-icon.png") 50% 50% no-repeat;
}
.h5p-content .buttons .h5p-question-prev:after,
.h5p-content .h5p-question-buttons .h5p-question-prev:after,
.h5p-content .buttons .h5p-question-next:after,
.h5p-content .h5p-question-buttons .h5p-question-next:after {
  content: "Weiter";
  display: block;
  width: 100%;
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 49px;
}
@media (min-width: 768px) {
  .h5p-content .buttons .h5p-question-prev:after,
  .h5p-content .h5p-question-buttons .h5p-question-prev:after,
  .h5p-content .buttons .h5p-question-next:after,
  .h5p-content .h5p-question-buttons .h5p-question-next:after {
    display: none;
  }
}
.h5p-content .buttons .h5p-question-prev:after,
.h5p-content .h5p-question-buttons .h5p-question-prev:after {
  content: "Zurück";
}
.h5p-content .buttons .h5p-question-prev:before,
.h5p-content .h5p-question-buttons .h5p-question-prev:before {
  background: url("/core/themes/bartik/images/arrow-left-icon.png") 50% 50% no-repeat;
}
.h5p-content .buttons button.h5p-question-show-solution,
.h5p-content .h5p-question-buttons button.h5p-question-show-solution,
.h5p-content .buttons button.qs-solutionbutton,
.h5p-content .h5p-question-buttons button.qs-solutionbutton {
  order: 2;
  background-color: transparent;
  outline: none;
  color: #004e98;
  box-shadow: none;
}
.h5p-content .buttons button.h5p-question-show-solution:hover,
.h5p-content .h5p-question-buttons button.h5p-question-show-solution:hover,
.h5p-content .buttons button.qs-solutionbutton:hover,
.h5p-content .h5p-question-buttons button.qs-solutionbutton:hover,
.h5p-content .buttons button.h5p-question-show-solution:active,
.h5p-content .h5p-question-buttons button.h5p-question-show-solution:active,
.h5p-content .buttons button.qs-solutionbutton:active,
.h5p-content .h5p-question-buttons button.qs-solutionbutton:active {
  box-shadow: none;
}
.h5p-content .buttons button.h5p-question-show-solution:before,
.h5p-content .h5p-question-buttons button.h5p-question-show-solution:before,
.h5p-content .buttons button.qs-solutionbutton:before,
.h5p-content .h5p-question-buttons button.qs-solutionbutton:before {
  content: "";
  position: absolute;
  display: inline-block !important;
  height: 28px;
  width: 30px;
  left: 15px;
  background: url("/core/themes/bartik/images/icon-show@2x.png") 0 50%/contain no-repeat;
}
.h5p-content .buttons button.h5p-question-show-solution.truncated::after,
.h5p-content .h5p-question-buttons button.h5p-question-show-solution.truncated::after,
.h5p-content .buttons button.qs-solutionbutton.truncated::after,
.h5p-content .h5p-question-buttons button.qs-solutionbutton.truncated::after {
  content: "Lösung anzeigen";
  display: block;
  width: 100%;
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.h5p-content .buttons button.h5p-question-try-again,
.h5p-content .h5p-question-buttons button.h5p-question-try-again,
.h5p-content .buttons button.qs-retrybutton,
.h5p-content .h5p-question-buttons button.qs-retrybutton {
  order: 1;
  background-color: #2f2f2f;
}
@media (min-width: 768px) {
  .h5p-content .buttons button.h5p-question-try-again,
  .h5p-content .h5p-question-buttons button.h5p-question-try-again,
  .h5p-content .buttons button.qs-retrybutton,
  .h5p-content .h5p-question-buttons button.qs-retrybutton {
    float: left;
  }
}
.h5p-content .buttons button.h5p-question-try-again::before,
.h5p-content .h5p-question-buttons button.h5p-question-try-again::before,
.h5p-content .buttons button.qs-retrybutton::before,
.h5p-content .h5p-question-buttons button.qs-retrybutton::before {
  content: "";
  position: absolute;
  display: inline-block !important;
  height: 28px;
  width: 30px;
  left: 20px;
  background: url("/core/themes/bartik/images/retry-icon.png") 0 50% no-repeat;
}
.h5p-content .buttons button.h5p-question-try-again.truncated::after,
.h5p-content .h5p-question-buttons button.h5p-question-try-again.truncated::after,
.h5p-content .buttons button.qs-retrybutton.truncated::after,
.h5p-content .h5p-question-buttons button.qs-retrybutton.truncated::after {
  content: "Wiederholen";
  display: block;
  width: 100%;
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.h5p-content .buttons button.h5p-question-check-answer,
.h5p-content .h5p-question-buttons button.h5p-question-check-answer {
  background: #004e98;
  border-radius: 3px;
  color: #fff;
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  padding: 0.5em 1.25em;
  height: 65px;
  width: 240px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
.h5p-content .buttons button.h5p-question-check-answer:active,
.h5p-content .h5p-question-buttons button.h5p-question-check-answer:active {
  box-shadow: none;
}
.h5p-content .buttons button.h5p-question-check-answer::before,
.h5p-content .h5p-question-buttons button.h5p-question-check-answer::before {
  content: "";
  position: absolute;
  left: 20px;
  display: inline-block !important;
  height: 28px;
  width: 30px;
  background: url("/core/themes/bartik/images/check-icon.png") 0 50% no-repeat;
}
@media (max-width: 767px) {
  .h5p-content .buttons button.h5p-question-check-answer,
  .h5p-content .h5p-question-buttons button.h5p-question-check-answer {
    /* width: 100%;*/
  }
}
.h5p-content .buttons button.h5p-question-check-answer.truncated::after,
.h5p-content .h5p-question-buttons button.h5p-question-check-answer.truncated::after {
  content: "Überprüfen";
  display: block;
  width: 100%;
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  position: relative;
}
.h5p-content .buttons .h5p-question-visible,
.h5p-content .h5p-question-buttons .h5p-question-visible {
  max-height: none !important;
}
.h5p-content .h5p-question-feedback {
  max-height: none !important;
}
.h5p-content .h5p-image-pair-images-paired .card-paired {
  position: absolute;
}
.h5p-question-buttons.h5p-question-visible {
  display: inline-flex !important;
}
/**
  Ubung info
 */
.uebung_info {
  position: relative;
  padding: 1em 0;
  background: #bad1e2;
  border-top: 2px solid white;
}
.uebung_info::before,
.uebung_info::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.uebung_info::before {
  left: 0;
  border-left: 10px solid white;
}
.uebung_info::after {
  right: 0;
  border-right: 10px solid white;
}
.uebung_info .field--name-body {
  background: transparent;
  border: none;
  padding: 0;
}
.uebung_info .field--name-body > div.field__label {
  display: none;
}
.uebung_info .field--name-body > div.field__item p:first-child {
  margin-bottom: 20px;
}
.uebung_info .field--name-body > div.field__item p:first-child > strong:first-child {
  font-family: 'NovelPro', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #2f2f2f;
}
.uebung_info .field--name-body > div.field__item p:first-child > strong:first-child::before {
  content: "\f05a";
  display: inline-block;
  font: normal normal normal 16px/1 'H5PFontAwesome4';
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: white;
}
.uebung_info .field--name-body p {
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.uebung_info button.info-toggle {
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #2f2f2f;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
  padding: 0.8em 4em;
}
.uebung_info section {
  display: block;
}
.uebung_info.show-min-content > section {
  max-height: 150px;
  overflow: hidden;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}
.uebung_info.show-min-content.collapse > section {
  max-height: 1200px;
}
/**
  Brands styles
 */
.Spotlight.h5p-content .h5p-accordion .h5p-panel-content.show-min-content[aria-hidden="true"]:after {
  background-image: linear-gradient(to bottom, rgba(229, 229, 229, 0), #fbede7 49%, #fbefe9);
}
body.h5p-framed .pexercise {
  margin: 0;
}
.h5p-iframe .h5p-content > div {
  padding: 10px 20px 20px;
}
.h5p-iframe .h5p-content .h5p-question-introduction:after,
.h5p-iframe .h5p-content .h5p-question-introduction:before {
  bottom: -3px;
}
html.h5p-player-iframe {
  overflow-x: hidden;
  overflow-y: scroll;
  height: auto;
}
.content-holder:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  body.h5p-framed .content-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.h5p-framed .content-holder .pexercise,
  body.h5p-framed .content-holder .pexercise div {
    height: 100%;
  }
  body.h5p-framed .content-holder .pexercise {
    margin: 0;
  }
  body.h5p-framed .content-holder .pexercise iframe {
    margin-top: 10px;
    height: 100% !important;
  }
  .has-draggable .layout-container {
    padding-top: 160px;
  }
  .has-draggable .h5p-drag-droppable-words {
    margin-right: 0 !important;
  }
  html.h5p-iframe {
    overflow: auto;
  }
  html.h5p-iframe body {
    overflow: auto;
  }
  html.h5p-iframe body > div {
    padding: 0 0px 100% 0px;
  }
  html.h5p-iframe .has-draggable .h5p-standalone {
    padding-top: 180px;
  }
  html.h5p-iframe .has-draggable .layout-container {
    padding-top: 0;
  }
  .h5p-player-iframe body.has-draggable .layout-container {
    padding: 160px 0 100% 0;
  }
  .h5p-player-iframe .layout-container {
    padding: 0 0 100% 0;
  }
  html.h5p-iframe .has-draggable {
    padding-top: 0;
  }
  .h5p-drag-text .h5p-drag-draggables-container {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 150px;
    width: 100%;
    overflow: auto;
    z-index: 5555;
    padding-top: 1.2em;
    background-color: #e4e4e4;
    border: solid 1px rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  }
}
/**
**
** Crossword styles
**
**/
.article-crossword .crossword-buttons button {
  background: #004e98;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-family: 'NovelPro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  padding: 0.5em;
  height: 65px;
  width: 220px;
  max-width: 49%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.article-crossword .crossword-buttons button:first-child {
  margin-right: 2%;
}
.article-crossword .crossword-buttons button:hover,
.article-crossword .crossword-buttons button:active {
  border: 0;
  box-shadow: none;
}
/**
** Audio player styles
*/
.yn-audio-player {
  max-width: 400px;
  margin: 50px auto;
}
.yn-audio-player .play-pause-btn {
  text-align: center;
  margin-bottom: 40px;
  width: 30%;
  float: left;
}
.yn-audio-player .play-pause-btn svg {
  width: 48px;
  height: 48px;
}
.yn-audio-player .play-pause-btn svg:hover {
  cursor: pointer;
}
.yn-audio-player .play-pause-btn svg path {
  fill: #004e98;
}
.yn-audio-player .volume {
  display: none;
}
.yn-audio-player .time-controls {
  display: inline-block;
  width: 35%;
  float: left;
  text-align: left;
  /*line-height: 54px;*/
}
.yn-audio-player .time-controls.backward {
  text-align: right;
}
.yn-audio-player .time-controls button {
  border: none;
  width: 60px;
  /*height: 24px;*/
  height: 100%;
  font-size: 12px;
  vertical-align: text-bottom;
  padding-top: 36px;
  text-align: center;
  clear: both;
  cursor: pointer;
  outline: none;
}
.yn-audio-player .time-controls button.backward-btn {
  background: url(/core/themes/bartik/images/10-sec-backward.png) 50% 6px no-repeat;
}
.yn-audio-player .time-controls button.forward-btn {
  background: url(/core/themes/bartik/images/10-sec-forward.png) 50% 6px no-repeat;
}
.yn-audio-player .controls {
  display: table;
  width: 100%;
  line-height: 0;
  word-break: normal !important;
}
.yn-audio-player .controls .current-time,
.yn-audio-player .controls .total-time {
  display: table-cell;
  width: 15%;
  text-align: center;
  padding: 0 20px;
  vertical-align: middle;
}
.yn-audio-player .controls .slider {
  display: table-cell;
  background-color: #d8d8d8;
  cursor: pointer;
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
  line-height: 0;
}
.yn-audio-player .controls .slider .yn-progress {
  width: 6.07652%;
  background-color: #004e98;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
  height: 100%;
}
.yn-audio-player .controls .slider .yn-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #004e98;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
  right: 0;
  /* -8 */
  top: -6px;
}
/**
**
** H5P player iframe styles
**
**/
html.h5p-player-iframe {
  overflow: initial;
}
html.h5p-player-iframe {
  overflow: overlay;
}
html.h5p-player-iframe body {
  overflow: auto;
}
html.h5p-player-iframe,
html.h5p-player-iframe body {
  height: 100%;
  width: 100%;
}

/*html.h5p-iframe .h5p-drag-text .h5p-question-content{
  margin-top: 7em;
}*/
