@charset "UTF-8";
@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
@font-face {
  font-family: 'Lernplattform Symbole';
  src: url("../symbole/Lernplattform-Symbole-1.0.ttf") format("truetype"), url("../symbole/Lernplattform-Symbole-1.0.woff") format("woff"), url("../symbole/Lernplattform-Symbole-1.0.svg#font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="symbol-"], [class*=" symbol-"] {
  display: inline-flex;
  align-items: center;
  font-family: 'Lernplattform Symbole' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.symbol-fehler:before {
  content: ""; }

.symbol-warnung:before {
  content: ""; }

.symbol-zuruck:before {
  content: ""; }

.symbol-weiter:before {
  content: ""; }

.symbol-erledigt:before {
  content: ""; }

.symbol-start:before {
  content: ""; }

.symbol-erneut:before {
  content: ""; }

.symbol-info:before {
  content: ""; }

.symbol-konto:before {
  content: ""; }

.symbol-passwort:before {
  content: ""; }

.symbol-abmelden:before {
  content: ""; }

.symbol-ergebnis:before {
  content: ""; }

.symbol-aktuell:before {
  content: ""; }

.symbol-zertifikat:before {
  content: ""; }

.symbol-download:before {
  content: ""; }

.symbol-loschen:before {
  content: ""; }

.symbol-entwicklung:before {
  content: ""; }

.symbol-menu:before {
  content: ""; }

.symbol-font:before {
  content: ""; }

#test .fragen {
  display: flex;
  flex-direction: column;
  width: 80%; }

#test .frage {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.6em; }
  #test .frage.richtig .inhalt {
    border-right-color: #007017; }
  #test .frage.richtig .fragen-zustand {
    color: #005c12; }
  #test .frage.richtig .antwort input[type="radio"]:checked + .knopf,
  #test .frage.richtig .antwort input[type="checkbox"]:checked + .knopf {
    background-color: #005c12;
    border-color: #007017; }
  #test .frage.richtig .antwort input[type="radio"]:checked ~ .antworttext,
  #test .frage.richtig .antwort input[type="checkbox"]:checked ~ .antworttext {
    color: #005c12; }
  #test .frage.falsch .inhalt {
    border-left-color: #2f6185; }
  #test .frage.falsch .fragen-zustand {
    color: #185078; }
  #test .frage.falsch .antwort input[type="radio"]:checked + .knopf,
  #test .frage.falsch .antwort input[type="checkbox"]:checked + .knopf {
    background-color: #185078;
    border-color: #2f6185; }
  #test .frage.falsch .antwort input[type="radio"]:checked ~ .antworttext,
  #test .frage.falsch .antwort input[type="checkbox"]:checked ~ .antworttext {
    color: #185078; }

#test .zustand {
  /*flex: 0 0 $test_zustand_breite;*/
  margin-right: 1em;
  padding: .5em;
  border: 1px solid #EDEFF0;
  background-color: rgba(251, 251, 251, 0.25);
  font-size: .9em;
  width: 20%; }
  #test .zustand p {
    margin: 0;
    padding-bottom: 1em; }
  #test .zustand .fragen-nummer {
    color: #304148;
    font-weight: 700; }

#test .inhalt {
  flex-shrink: 1;
  flex-basis: 31em;
  padding: .7em;
  background-color: rgba(255, 255, 255, 0.75);
  border-style: none solid;
  border-color: transparent;
  border-radius: 1px;
  border-width: 0.4em;
  box-shadow: 0 0 0 1px #E3E7E9;
  width: 40%; }

#test .fragetext, #test .anworttext {
  line-height: 1.5; }

#test .fragetext {
  margin: 0;
  padding-bottom: .7em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  width: 100%; }

#test .antworten {
  margin: 0 .3em; }

#test .antwort {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: .66em 0; }

#test .antworten.einfach .antwort:first-child {
  display: none; }

#test .test-aktionen {
  display: flex;
  justify-content: center; }
  #test .test-aktionen > button, #test .test-aktionen > .button {
    margin: 0 .5em; }

#test input[type="radio"],
#test input[type="checkbox"] {
  position: absolute;
  left: -9999px; }
  #test input[type="radio"] + .knopf,
  #test input[type="checkbox"] + .knopf {
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    flex-shrink: 0;
    margin-right: .66em;
    border: 1px solid #DEE3E5;
    background-color: #fff;
    vertical-align: top; }
  #test input[type="radio"]:disabled + .knopf,
  #test input[type="radio"]:disabled ~ .antworttext,
  #test input[type="checkbox"]:disabled + .knopf,
  #test input[type="checkbox"]:disabled ~ .antworttext {
    cursor: default; }

#test input[type="radio"] + .knopf {
  border-radius: 50%; }

#test input[type="radio"]:checked + .knopf {
  background-color: #467393;
  border-color: #185078;
  box-shadow: inset 0 0 0 0.3em #fff; }

#test input[type="radio"]:disabled + .knopf {
  border-color: #F1F3F4;
  background-color: #FBFBFB; }

#test input[type="radio"]:disabled:checked + .knopf {
  background-color: #E8EBEC;
  border-color: #EDEFF0;
  box-shadow: inset 0 0 0 0.15em #F1F3F4; }

#test input[type="checkbox"] + .knopf {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .2em; }

#test input[type="checkbox"]:checked + .knopf {
  background-color: #467393;
  border: none; }
  #test input[type="checkbox"]:checked + .knopf:before {
    display: inline-flex;
    align-items: center;
    font-family: 'Lernplattform Symbole' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #FFF; }

@media (max-width: 768px) {
  #test {
    width: auto; }
    #test .inhalt {
      width: auto;
      padding: 1.2em .77em;
      flex: none;
      background: #fff;
      line-height: 1.2;
      font-weight: 500;
      letter-spacing: .03em; }
    #test .frage {
      flex-direction: column;
      margin-bottom: 2em; }
    #test .antwort {
      margin: 1em 0; }
    #test .zustand {
      display: flex;
      flex-basis: auto;
      flex-direction: row;
      width: auto;
      margin: 0; }
      #test .zustand p {
        margin-right: 1em;
        padding: 0; }
    #test .antworten.einfach .antwort input[type="radio"] + .knopf,
    #test .antworten.mehrfach .antwort input[type="checkbox"] + .knopf {
      width: 1.4em;
      height: 1.4em; } }
