@charset "UTF-8";
@font-face {
  font-family: "Macklin Sans";
  src: url("https://d2zrxelbu347fo.cloudfront.net/fonts/1a373ec5-2d0d-4b8b-b9af-5893a8d2708c.woff2") format("woff2"), url("https://d2zrxelbu347fo.cloudfront.net/fonts/9faf4e58-7bf2-4bd1-8d99-f4c7e2e378cc.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Macklin Text";
  src: url(https://d2zrxelbu347fo.cloudfront.net/fonts/79699c5a-cf58-4ba2-893e-e737d3c2dcfb.woff2) format("woff2"), url(https://d2zrxelbu347fo.cloudfront.net/fonts/bbe6109c-ec3d-4acf-97fa-8ce13cffd17e.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Macklin Text";
  src: url(https://d2zrxelbu347fo.cloudfront.net/fonts/fcd32e3b-929f-4a2f-98cc-d2e12a12eed8.woff2) format("woff2"), url(https://d2zrxelbu347fo.cloudfront.net/fonts/ea29c0ff-9386-4ea3-a5ed-db8c72a08313.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Macklin Text";
  src: url(https://d2zrxelbu347fo.cloudfront.net/fonts/4fae2f5b-78b6-400a-8102-37168bccceea.woff2) format("woff2"), url(https://d2zrxelbu347fo.cloudfront.net/fonts/32223464-5242-4798-8aa5-512d931d1666.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url(https://d2zrxelbu347fo.cloudfront.net/fonts/debb4c6d-38f2-458a-864a-ba5efe7f3e2b.woff2) format("woff2"), url(https://d2zrxelbu347fo.cloudfront.net/fonts/9cbb60a7-3e6b-4416-a557-152784c00b1a.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
/**
** Audio player styles
*/
.yn-audio-player {
  max-width: 400px;
  margin: 10px auto;
}
.yn-audio-player .time-controls {
  display: inline-block;
  width: 35%;
  float: left;
  text-align: left;
}
.yn-audio-player .time-controls button {
  border: none;
  width: 60px;
  height: 100%;
  font-size: 12px;
  vertical-align: text-bottom;
  padding-top: 2.5em;
  padding-bottom: 1em;
  text-align: center;
  clear: both;
  cursor: pointer;
  outline: none;
  position: relative;
  background-color: transparent;
}
.yn-audio-player .time-controls button:after {
  content: "\f04a";
  font-family: "H5PFontAwesome4";
  color: rgb(200, 200, 200);
  font-size: 2em;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.yn-audio-player .time-controls button.forward-btn:after {
  content: "\f04e";
}
.yn-audio-player .time-controls.backward {
  text-align: right;
}

.yn-audio-player .play-pause-btn {
  text-align: center;
  margin-bottom: 10px;
  width: 30%;
  float: left;
}

.yn-audio-player .play-pause-btn svg {
  width: 35px;
  height: 35px;
}

.yn-audio-player .play-pause-btn svg:hover {
  cursor: pointer;
}

.yn-audio-player .play-pause-btn svg path {
  fill: rgb(200, 200, 200);
}

.yn-audio-player .volume {
  display: none;
}

.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: rgb(200, 200, 200);
  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: rgb(200, 200, 200);
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
  right: 0;
  /* -8 */
  top: -6px;
}

body, html.h5p-iframe > body {
  background-color: #ffffff;
  color: #313444;
  font-size: 18px;
  line-height: 160%;
  padding: 0;
  margin: 0 auto;
  font-family: "Macklin Sans", sans-serif;
  max-width: 1000px;
  /* padding-bottom: 3em; */
  padding-bottom: 1em;
}

.h5peditor .ui-dialog .h5p-joubelui-button,
.h5peditor .h5p-joubelui-button,
.h5p-joubelui-button {
  border-radius: 2px;
  font-weight: bold;
  padding: 0.3em 0.5em;
  width: 100%;
  display: inline-block;
  line-height: 2em;
  margin: 0.5em 0.1em !important;
}
@media (min-width: 792px) {
  .h5peditor .ui-dialog .h5p-joubelui-button,
  .h5peditor .h5p-joubelui-button,
  .h5p-joubelui-button {
    max-width: 350px;
  }
}
.h5peditor .ui-dialog .h5p-joubelui-button.truncated,
.h5peditor .h5p-joubelui-button.truncated,
.h5p-joubelui-button.truncated {
  border-radius: 2px;
  font-weight: bold;
  padding: 0.3em 0.5em;
  width: 100%;
  display: inline-block;
  line-height: 2em;
  margin: 0.5em 0.1em !important;
  display: block;
  width: 100%;
  max-width: 350px;
}
@media (min-width: 792px) {
  .h5peditor .ui-dialog .h5p-joubelui-button.truncated,
  .h5peditor .h5p-joubelui-button.truncated,
  .h5p-joubelui-button.truncated {
    max-width: 350px;
  }
}

.h5p-no-frame {
  padding: 0.5em;
}

.ui-draggable {
  line-height: 1.8em;
  background-color: rgb(255, 255, 255);
}

.h5p-question-introduction {
  border-bottom: 3px dotted rgb(200, 200, 200);
  position: relative;
  padding: 1em 0;
  line-height: 1.5em;
  font-size: 1em;
}

.h5p-question-buttons, .buttons {
  clear: both;
  width: 100%;
  display: block;
  text-align: center;
}

.h5p-question-buttons {
  max-height: fit-content !important;
  /*
  @include for_size(p) {
      display: flex;
      gap:0.5em;
      padding-left:2em;
  }
  &.wrap, &.h5p-question-visible {
      @include for_size(p) {
          display: flex;
          gap:0.5em;
          padding-left:3em;
      }
  }   
  .h5p-question-prev,
  .h5p-question-next {
      padding: 0.3em 0;
  } 
  .h5p-question-prev {
      position: absolute;
      left: 0;
  }  
  */
}
.h5p-question-buttons button, .h5p-question-buttons a {
  display: inline-block;
  width: fit-content;
  padding: 0.3em;
  margin-right: 0.3em;
}
.h5p-question-buttons button {
  padding: 0.3em 1em;
  float: left;
  min-height: 3rem;
}
.h5p-question-buttons button.qs-startbutton {
  float: none;
}
.h5p-question-buttons .h5p-question-finish {
  float: left;
}

.h5p-iframe .image-credits {
  display: block;
  text-align: right;
  color: rgb(150, 150, 150);
  font-size: 0.8em;
}
.h5p-iframe .image-credits:before {
  content: "© ";
}
.h5p-iframe select.h5p-text-input {
  appearance: auto;
}

html.h5p-iframe .h5p-content {
  font-size: 18px;
}

.h5p-dialogcards-editor .h5peditor-button.add-entity {
  display: none !important;
}

.h5p-drag-text [aria-grabbed] {
  background-color: rgb(255, 255, 255);
  line-height: 1.8;
  color: rgb(30, 30, 30);
}
.h5p-drag-text .h5p-drag-draggables-container {
  max-width: 30%;
}
@media screen and (max-width: 792px) {
  .h5p-drag-text {
    padding-top: 12em;
  }
  .h5p-drag-text .h5p-drag-draggables-container {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 10em;
    max-width: 100%;
    background-color: rgb(250, 250, 250);
    overflow: hidden;
    z-index: 5;
  }
  .h5p-drag-text .h5p-drag-draggables-container:before {
    content: "Ziehen Sie die Wörter in die Lücken:";
    border-bottom: 3px dotted rgb(200, 200, 200);
    display: block;
    text-align: center;
  }
}
.h5p-drag-text .h5p-drag-droppable-words {
  margin-right: 0 !important;
  line-height: 2.5;
}
@media (min-width: 792px) {
  .h5p-drag-text .h5p-drag-droppable-words {
    max-width: 70%;
  }
}
.h5p-drag-text .h5p-drag-droppable-words .ui-droppable {
  line-height: 1.8;
  height: 1.8em;
}

.h5p-multichoice .h5p-alternative-container {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

.questionset, .intro-page, .questionset-results {
  padding-bottom: 5em;
}

.intro-page .introduction {
  font-size: 1em;
}

.h5p-dialogcards .h5p-dialogcards-card-footer {
  height: fit-content;
  min-height: 3em;
}
.h5p-dialogcards .h5p-dialogcards-card-footer .h5p-joubelui-button {
  line-height: 2;
}
.h5p-dialogcards .h5p-dialogcards-card-footer .h5p-joubelui-button.h5p-dialogcards-turn {
  line-height: 2;
}
.h5p-dialogcards .h5p-dialogcards-image-wrapper {
  text-align: center;
}
.h5p-dialogcards .h5p-dialogcards-image-wrapper > .h5p-dialogcards-image {
  transform: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.h5p-dialogcards .h5p-dialogcards-cardwrap-set,
.h5p-dialogcards .h5p-dialogcards-cardwrap {
  position: relative;
  height: fit-content !important;
}
.h5p-dialogcards .h5p-dialogcards-card-text-inner {
  height: fit-content !important;
  padding: 1em 0;
}
.h5p-dialogcards .h5p-dialogcards-card-text-inner .h5p-dialogcards-card-text-inner-content {
  transform: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.h5p-column .h5p-single-choice-set .h5p-sc-set {
  min-height: 300px;
}