@charset "UTF-8";
html,
body {
  background-color: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body main {
  flex: 1;
  padding: 2rem;
}

.swiper .station-overview {
  display: inline-block;
  margin: 2rem 0 0 0;
}
.swiper .station-overview .station-link {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  margin: 0 1rem 1rem 0;
  text-decoration: none;
  padding: 0.5rem;
}
.swiper .station-overview .station-link:hover {
  background-color: #000;
  color: #fff;
}
.swiper .station-overview .station-link.is-completed {
  opacity: 0.6;
  cursor: default;
  position: relative;
}
.swiper .station-overview .station-link.is-completed::after {
  content: " ✓";
  margin-left: 0.5rem;
}
.swiper .station-overview .station-link:last-child {
  margin: 0;
}
.swiper .quiz-timer {
  border-bottom: 1px solid #ddd;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  text-align: end;
  padding: 0 0 1rem 0;
}
.swiper .slide-titel {
  font-size: 2rem;
  margin: 0 0 2rem 0;
}
.swiper .slide-button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  margin: 0 2rem 0 0;
  text-decoration: none;
  padding: 0.5rem;
}
.swiper .slide-button:hover {
  background-color: #000;
  color: #fff;
}
.swiper .slide-button:last-child {
  margin: 0;
}
.swiper input[type=text],
.swiper .solution-letter {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #555;
  font-size: 3rem;
  text-align: center;
  width: 2ch;
}
.swiper input[type=text]::placeholder,
.swiper .solution-letter::placeholder {
  color: #ddd;
}
.swiper input[type=text].is-wrong,
.swiper .solution-letter.is-wrong {
  border: 2px solid #ff0000;
  background-color: rgba(255, 0, 0, 0.25);
}
.swiper input[type=number] {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #555;
  font-size: 3rem;
  text-align: right;
  width: 4ch;
}
.swiper input[type=number]::placeholder {
  color: #ddd;
}
.swiper .slide-buttons {
  margin: 2rem 0;
}
.swiper .slide-buttons .slide-button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
  margin: 0 1rem 0 0;
  text-decoration: none;
  padding: 0.5rem;
}
.swiper .slide-buttons .slide-button:hover {
  background-color: #000;
  color: #fff;
}
.swiper .slide-buttons .slide-button:last-child {
  margin: 0;
}
.swiper .slide-buttons .slide-button.slide-button--start[data-started=true] {
  opacity: 0.5;
  pointer-events: none;
}
.swiper .slide-button--continue {
  display: none;
  margin: 2rem 0;
  width: fit-content;
}
.swiper .slide-resultat-list {
  margin: 0 0 2rem 0;
}
.swiper .slide-resultat-list .result-solution {
  text-transform: uppercase;
}
.swiper .parlament-step,
.swiper .medien-step,
.swiper .final-step {
  display: none;
}
.swiper .parlament-step.is-active,
.swiper .medien-step.is-active,
.swiper .final-step.is-active {
  display: block;
}
.swiper .parlament-step .stimmen-label,
.swiper .medien-step .stimmen-label,
.swiper .final-step .stimmen-label {
  font-weight: bold;
}
.swiper .parlament-step .parlament-loesungswort,
.swiper .medien-step .parlament-loesungswort,
.swiper .final-step .parlament-loesungswort {
  text-transform: uppercase;
}
.swiper .parlament-step .parlament-loesungswort .label,
.swiper .medien-step .parlament-loesungswort .label,
.swiper .final-step .parlament-loesungswort .label {
  text-transform: none;
}
.swiper .parlament-step .final-next,
.swiper .medien-step .final-next,
.swiper .final-step .final-next {
  display: none;
}
.swiper .parlament-step .final-result--loesungswort,
.swiper .medien-step .final-result--loesungswort,
.swiper .final-step .final-result--loesungswort {
  margin: 0 0 2rem 0;
}
.swiper .parlament-navigation,
.swiper .parlament-complete-wrapper,
.swiper .medien-nav,
.swiper .medien-complete-wrapper {
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
}
.swiper .parlament-after-video {
  display: none;
}
.swiper .parlament-step video {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.swiper .parlament-step .aufraumen-wrapper {
  display: inline-block !important;
}
.swiper .parlament-video-finished .parlament-after-video {
  display: block;
}
.swiper .medien-overview {
  display: none;
}
.swiper .headline-letter {
  color: red;
  font-weight: 700;
  text-transform: uppercase;
}
.swiper .medien-station.is-started .medien-overview {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.swiper .medien-station.is-started .medien-overview .medien-overview-column {
  text-align: left;
  width: 50%;
}
.swiper .medien-answer.is-selected {
  background-color: #000;
  color: #fff;
}

.nav-buttons {
  border-top: 1px solid #ddd;
  margin: 3rem 0 0 0;
  padding: 2rem 0 0 0;
}
.nav-buttons .nav-btn {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem;
}
.nav-buttons .nav-btn:hover {
  background-color: #000;
  color: #fff;
}

.nav-hidden {
  display: none !important;
}

.aufraumen-wrapper {
  display: none;
}

.selection .title {
  margin: 0 0 1rem 0;
}
.selection .links a {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  margin: 0 1rem 1rem 0;
  text-decoration: none;
  padding: 0.5rem;
  width: fit-content;
}
.selection .links a:hover {
  background-color: #000;
  color: #fff;
}/*# sourceMappingURL=main.css.map */