.table_etappen {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25em;
}
.table_etappen td.td-0 {
  text-transform: uppercase;
}
.table_etappen tr.closed td {
  color: #999;
}
.table_etappen .far,
.table_etappen .fas {
  font-size: 18px !important;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.table_etappen .open .fas,
.table_etappen .retry .fas {
  color: #f68b1f;
}
.table_etappen .done .fas,
.table_etappen .fail .fas {
  color: #555;
}
.table_etappen .done a {
  color: #212529;
}
.table_etappen .td-2 span.btn,
.table_etappen .td-2 span.btn:hover {
  background: #efefef !important;
  color: #888 !important;
  cursor: default;
  padding: 1px 5px;
}
.open .table_etappen .td-2 a.btn, .retry .table_etappen .td-2 a.btn {
  padding: 1px 5px;
}

.courseStart-nav {
  align-items: center;
  margin-right: 12px;
}
.courseStart-nav > .courseStart.btn {
  font-size: 0.9rem;
  line-height: 1;
  padding: 10px 18px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .mobilTopMenuWrap .courseStart-nav > .courseStart.btn {
    font-size: 0.75rem;
    padding: 8px 12px;
  }
}
.fancybox__container .fancybox__slide.has-iframe .fancybox__content {
  height: 95vh !important;
  width: 95vw !important;
}

.frame-type-arosacourse_stage_show {
  position: static;
}

.etappe_stoerer {
  -webkit-clip-path: circle(50% at 50% 50%);
  bottom: -50px;
  clip-path: circle(50% at 50% 50%);
  color: #fff;
  font-weight: normal;
  height: 200px;
  line-height: 1.4em;
  position: absolute;
  right: 100px;
  text-align: center;
  width: 200px;
  z-index: 10;
}
.etappe_stoerer.open, .etappe_stoerer.retry {
  background: #f68b1f;
}
.etappe_stoerer.fail, .etappe_stoerer.done {
  background: #555;
}
.etappe_stoerer a {
  color: #fff;
  display: block;
  height: 200px;
  line-height: 1.4em;
  text-align: center;
  text-decoration: none;
  width: 200px;
}
.etappe_stoerer.open a, .etappe_stoerer.retry a, .etappe_stoerer.fail, .etappe_stoerer.done {
  padding: 34px 14px 0 14px;
}
.etappe_stoerer .fas {
  margin-top: 10px;
}

.etappe_head {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.kursErgebnis {
  background-color: #f68b1f;
  border-radius: 50%;
  bottom: -50px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: normal;
  height: 200px;
  justify-content: center;
  line-height: 1.4em;
  padding: 0 26px;
  position: absolute;
  right: 100px;
  text-align: center;
  width: 200px;
  z-index: 5;
}

.kurs-content {
  background: #fff;
  height: 100vh;
  padding: 100px 30px 20px 64px;
  position: relative;
}
.kurs-content .small-text {
  color: #999;
  font-size: 14px;
}
.kurs-content p.korrekt,
.kurs-content p.nichtkorrekt {
  padding: 6px 12px;
}
.kurs-content p.korrekt {
  background: #d4edda;
}
.kurs-content p.nichtkorrekt {
  background: #f8d7da;
}

.kurs-image {
  background: #ccc;
}

.btn-status-wrapper {
  background: #880000;
  bottom: 0;
  color: #fff;
  height: 64px;
  left: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  width: 64px;
  z-index: 10000;
}

.kurs_button {
  background: #e1e1e1;
  bottom: 0;
  display: block;
  height: 64px;
  left: 64px;
  position: absolute !important;
  right: 0;
  transition: background-color 0.2s ease;
}
.kurs_button input[type=submit] {
  background: none;
  border: 0 solid #fff;
  color: #880000;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  height: 64px;
  padding: 6px 16px;
  transition: color 0.2s ease;
  width: 100%;
}
.kurs_button:hover {
  background: #880000;
}
.kurs_button:hover input[type=submit] {
  color: #fff;
}

.frageform .checkbox,
.frageform .radio {
  margin: 0 0 12px 0;
}
.frageform .checkbox label,
.frageform .radio label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.frageform .checkbox input[type=checkbox],
.frageform .checkbox input[type=radio],
.frageform .radio input[type=checkbox],
.frageform .radio input[type=radio] {
  flex: 0 0 auto;
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: #880000;
}

.cloze {
  height: 30px;
  position: relative;
}

.frage input.letter,
.frage span.letter {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  padding: 4px 8px;
  text-align: center;
  text-transform: uppercase;
  width: 28px;
}
.frage input.letter {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .hide-md-down {
    display: none;
  }
}
@media (max-width: 991px) {
  .hide-lg-down {
    display: none;
  }
  .kurs-content {
    font-size: 15.5px;
    padding: 0 16px;
  }
  .kurs-content h2,
  .kurs-content .h2 {
    font-size: 1.2rem;
  }
  .kurs-content h4 {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 2.4em;
  }
}

/*# sourceMappingURL=course.css.map */
