@charset "UTF-8";
@use "sass:map";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Roboto/300-normal.eot");
  src: url("../fonts/Roboto/300-normal.woff2") format("woff2"), url("../fonts/Roboto/300-normal.woff") format("woff"), url("../fonts/Roboto/300-normal.ttf") format("truetype"), url("../fonts/Roboto/300-normal.svg#Roboto") format("svg"); }

@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Roboto/300-italic.eot");
  src: url("../fonts/Roboto/300-italic.woff2") format("woff2"), url("../fonts/Roboto/300-italic.woff") format("woff"), url("../fonts/Roboto/300-italic.ttf") format("truetype"), url("../fonts/Roboto/300-italic.svg#Roboto") format("svg"); }

@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto/400-normal.eot");
  src: url("../fonts/Roboto/400-normal.woff2") format("woff2"), url("../fonts/Roboto/400-normal.woff") format("woff"), url("../fonts/Roboto/400-normal.ttf") format("truetype"), url("../fonts/Roboto/400-normal.svg#Roboto") format("svg"); }

@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Roboto/400-italic.eot");
  src: url("../fonts/Roboto/400-italic.woff2") format("woff2"), url("../fonts/Roboto/400-italic.woff") format("woff"), url("../fonts/Roboto/400-italic.ttf") format("truetype"), url("../fonts/Roboto/400-italic.svg#Roboto") format("svg"); }

@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto/700-normal.eot");
  src: url("../fonts/Roboto/700-normal.woff2") format("woff2"), url("../fonts/Roboto/700-normal.woff") format("woff"), url("../fonts/Roboto/700-normal.ttf") format("truetype"), url("../fonts/Roboto/700-normal.svg#Roboto") format("svg"); }

@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Roboto/700-italic.eot");
  src: url("../fonts/Roboto/700-italic.woff2") format("woff2"), url("../fonts/Roboto/700-italic.woff") format("woff"), url("../fonts/Roboto/700-italic.ttf") format("truetype"), url("../fonts/Roboto/700-italic.svg#Roboto") format("svg"); }

@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: ""; }

.rot {
  color: #8a2424; }

.grun {
  color: #005c12; }

.blau {
  color: #0a4b78; }

.gelb {
  color: #614200; }

.grau {
  color: #3c434a; }

*, *:before, *:after, *::before, *::after {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 13pt;
  font-size: 1rem;
  background-color: #FAFAFA;
  color: #333; }

p {
  margin: 0;
  padding-bottom: 1em; }

.fett {
  font-weight: 700; }

.kursiv {
  font-style: italic; }

.unterstrichen {
  text-decoration: underline; }

.no-wrap {
  word-wrap: no-wrap; }

.text-left,
.text-linksbundig {
  text-align: left; }

.text-center,
.text-zentriert {
  text-align: center; }

.text-right,
.text-rechtsbundig {
  text-align: right; }

.text-top,
.text-oben {
  vertical-align: top; }

.text-middle,
.text-mittig {
  vertical-align: middle; }

.text-bottom,
.text-unten {
  vertical-align: bottom; }

.flex-h {
  display: flex;
  flex-direction: row; }

.felx-v {
  display: flex;
  flex-direction: column; }

.flex-start {
  justify-content: flex-start; }

.flex-end {
  justify-content: flex-end; }

.flex-center {
  justify-content: center; }

.auto-column-text {
  column-width: 45ch;
  column-count: 2;
  column-gap: 1.5em; }
  .auto-column-text ul, .auto-column-text ol {
    break-inside: avoid-column; }

a {
  color: #135e96;
  text-decoration: none;
  transition-duration: .100s;
  transition-timing-function: linear;
  transition-property: color, background-color, border-color; }
  a:hover {
    color: #2271b1; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

label {
  cursor: pointer; }

label,
button,
input[type="submit"],
input[type="reset"],
a.button {
  user-select: none; }

.gitter {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8em; }
  .gitter > .abschnitt {
    flex: 1 1 20em; }

@media (max-width: 768px) {
  body {
    font-size: 16pt;
    font-size: 1.2rem; } }

.kursdetails {
  padding: 0; }
  .kursdetails, .kursdetails ul {
    list-style: none; }
  .kursdetails li {
    margin: .75em 0; }
  .kursdetails .wert {
    font-weight: 700; }

.quellensammlung {
  table-layout: fixed;
  width: 100%; }
  .quellensammlung td {
    padding: .4em .9em 0 0;
    vertical-align: top; }
  .quellensammlung .zeitmarke {
    width: 4em;
    color: #50575e; }

.abstand {
  padding-left: 12%; }

.formular h2 {
  margin: 0 0 .5em; }

.formular ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.formular .fehler, .formular .errors {
  color: #8a2424;
  padding: .5em 0; }

.formular .fehler {
  margin-bottom: 1em; }

.formular .info, .formular .hilfe {
  color: #50575e; }
  .formular .info li, .formular .hilfe li {
    padding-bottom: .2em; }

.formular .beschriftung label {
  font-weight: 700; }

.formular .feld {
  margin-bottom: 1.5em; }
  .formular .feld > div {
    margin-bottom: .3em; }

.formular .eingabe {
  position: relative;
  padding: .3em 0; }

.formular .hilfe ul {
  margin-left: 1.4em;
  list-style: disc; }

.formular .abschnitt {
  padding-bottom: 2em; }

.formular .abschnitt + .abschnitt {
  padding-top: 1.4em;
  border-top: 1px solid #dcdcde; }

@media (max-width: 768px) {
  .formular .feld {
    margin-bottom: 2em; } }

input[type="text"],
input[type="email"],
input[type="password"] {
  padding: .3em .5em;
  border: 1px solid #8c8f94;
  border-radius: .2em;
  background-color: #fff;
  font-size: 1.2em; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus {
    outline: none;
    border-color: #135e96;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1c89da; }
  input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="password"]:disabled {
    cursor: default;
    cursor: not-allowed;
    background-color: #f0f0f1;
    border-color: #dcdcde;
    color: #50575e; }

@media (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    padding: .4em .8em;
    font-size: 1.5em; } }

button,
.button {
  display: inline-flex;
  align-items: center;
  padding: .4em .9em;
  border: none;
  border-radius: .2em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.33);
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .080s;
  transition-property: border-color, background-color, color; }
  button:focus,
  .button:focus {
    outline: none; }

button,
.button {
  border: 1px solid #8c8f94;
  background-color: #c3c4c7;
  color: #1d2327; }
  button:hover,
  .button:hover {
    border-color: #999ca0;
    background-color: #d5d6d8;
    color: #283036; }
  button:disabled,
  .button:disabled {
    border-color: #dcdcde;
    background-color: #f0f0f1;
    color: #50575e;
    cursor: default;
    cursor: not-allowed; }

button.blau,
.button.blau {
  border: 1px solid #0a4b78;
  background-color: #2271b1;
  color: #fff; }
  button.blau:hover,
  .button.blau:hover {
    border-color: #0c5a90;
    background-color: #2884cf;
    color: white; }
  button.blau:disabled,
  .button.blau:disabled {
    border-color: #dcdcde;
    background-color: #f0f0f1;
    color: #50575e;
    cursor: default;
    cursor: not-allowed; }

button.rot,
.button.rot {
  border: 1px solid #691c1c;
  background-color: #b32d2e;
  color: #fff; }
  button.rot:hover,
  .button.rot:hover {
    border-color: #7d2121;
    background-color: #cd3738;
    color: white; }
  button.rot:disabled,
  .button.rot:disabled {
    border-color: #dcdcde;
    background-color: #f0f0f1;
    color: #50575e;
    cursor: default;
    cursor: not-allowed; }

button.grun,
.button.grun {
  border: 1px solid #00450c;
  background-color: #007017;
  color: #fff; }
  button.grun:hover,
  .button.grun:hover {
    border-color: #005f10;
    background-color: #00941e;
    color: white; }
  button.grun:disabled,
  .button.grun:disabled {
    border-color: #dcdcde;
    background-color: #f0f0f1;
    color: #50575e;
    cursor: default;
    cursor: not-allowed; }

button.gelb,
.button.gelb {
  border: 1px solid #614200;
  background-color: #996b00;
  color: #fff; }
  button.gelb:hover,
  .button.gelb:hover {
    border-color: #7b5300;
    background-color: #bd8400;
    color: white; }
  button.gelb:disabled,
  .button.gelb:disabled {
    border-color: #dcdcde;
    background-color: #f0f0f1;
    color: #50575e;
    cursor: default;
    cursor: not-allowed; }

button.gross,
.button.gross {
  font-size: 1.33em; }

button.klein,
.button.klein {
  font-size: .88em;
  padding: .3em .85em; }

button [class*="symbol-"],
.button [class*="symbol-"] {
  opacity: .80; }

button [class*="symbol-"] + .text,
button .text + [class*="symbol-"],
.button [class*="symbol-"] + .text,
.button .text + [class*="symbol-"] {
  padding-left: .5em; }

.buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 2em 0 0; }
  .buttons .button {
    margin: 0 1em 1.3em 0; }
    .buttons .button:last-child {
      margin-right: 0; }

@media (max-width: 768px) {
  button, .button {
    padding: .75em 2em; } }

.tabelle {
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #f6f7f7; }
  .tabelle td {
    padding: .5em 1.2em;
    border: 1px solid #dcdcde; }
  .tabelle.zebra tr:nth-child(even) td {
    background-color: #f0f0f1; }

@media (max-width: 768px) {
  .tabelle td {
    padding: .7em 1.4em; } }

.mitteilung {
  display: flex;
  flex-direction: column;
  max-width: 36em;
  margin: 1em 0;
  padding: 1em 1.4em;
  border-left: 0.4em solid #8c8f94;
  border-radius: .2em;
  background-color: white;
  box-shadow: 0 0 0.5em 0 #a7aaad;
  line-height: 1.7; }
  .mitteilung .buttons {
    justify-content: space-around;
    margin: .5em 0 0; }
    .mitteilung .buttons .button {
      margin: 0; }
  .mitteilung.klein {
    width: 24em; }
  .mitteilung.mittel {
    width: 36em; }
  .mitteilung.gross {
    width: 48em; }
  .mitteilung.debug {
    border-color: #555;
    color: #222; }
  .mitteilung.info {
    border-color: #2271b1;
    color: #01263a; }
  .mitteilung.success, .mitteilung.erfolg, .mitteilung.ok {
    border-color: #008a20;
    color: #003008; }
  .mitteilung.warning, .mitteilung.warnung {
    border-color: #bd8600;
    color: #4a3200; }
  .mitteilung.error, .mitteilung.fehler {
    border-color: #b32d2e;
    color: #691c1c; }

body {
  display: flex;
  flex-direction: column; }

header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center; }

main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-grow: 1; }

section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1em 1em; }

#inhalt {
  min-height: 580px;
  margin-top: 1em;
  padding: 1em 1.6em; }

@media (max-width: 768px) {
  header {
    padding: 0;
    flex: 0 0 70px;
    justify-content: center; }
  main {
    flex-direction: column; }
  section {
    padding: 0; }
  #inhalt {
    margin: 0;
    padding: 1.6em 1.6em 2.6em; } }

#kopfzeile {
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
  padding-left: .8em; }
  #kopfzeile .knopf {
    display: none; }

.header-toggle {
  display: none; }
  .header-toggle:checked ~ header {
    border-bottom: none; }

@media (max-width: 768px) {
  #kopfzeile .knopf {
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 70px;
    font-size: 1.8em; } }

#logo {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin: 0;
  padding: 0; }
  #logo .logo-klein, #logo .logo-gross {
    display: flex;
    flex-direction: row;
    align-items: center; }
  #logo .logo-klein img {
    padding-right: .6em; }
  #logo .logo-klein #title {
    font-size: 1.05em; }
  #logo .logo-gross img {
    padding: 0 2em 0 1em; }
  #logo .logo-gross #title {
    display: inline-flex;
    flex-direction: column;
    font-size: 2.2em;
    color: #333; }
  #logo .logo-gross .zeile1 {
    font-weight: 700;
    letter-spacing: .05em; }
  #logo .logo-gross .zeile2 {
    letter-spacing: .02em; }

@media (max-width: 768px) {
  #logo .logo-klein #title {
    font-size: 1.4em; }
  .logo-klein, .logo-gross {
    padding: 0;
    flex-grow: 1;
    justify-content: center;
    white-space: normal; }
    .logo-klein .zeile1, .logo-gross .zeile1 {
      padding-top: .7em; }
    .logo-klein .zeile2, .logo-gross .zeile2 {
      padding-bottom: .7em; }
    .logo-klein img, .logo-gross img {
      display: none; } }

.menu {
  background-color: #F1F2F4;
  padding: 0 .5em;
  border-right: 1px solid #dcdcde; }
  .menu li {
    margin: .35em 0; }
  .menu ul ul {
    padding-left: .5em;
    margin-bottom: .7em; }
  .menu > ul {
    position: -webkit-sticky;
    position: sticky;
    top: .35em; }
  .menu .eintrag {
    display: flex;
    width: 100%;
    padding: .6em .75em;
    white-space: nowrap;
    border: 1px solid #C5C5C5;
    background-color: #fff;
    color: #2c3338; }
  .menu a.eintrag:hover {
    background-color: #f0f6fc;
    border-color: #3582c4; }
  .menu .text {
    flex-grow: 1; }
  .menu .abstand {
    margin-bottom: .88em; }
  .menu .nav-aktiv > .eintrag, .menu .nav-aktiv > a.eintrag:hover {
    background-color: #3582c4;
    border-color: #043959;
    color: #fff; }
    .menu .nav-aktiv > .eintrag .zustand, .menu .nav-aktiv > a.eintrag:hover .zustand {
      color: inherit; }

@media (max-width: 768px) {
  .menu {
    display: none;
    flex-direction: column;
    padding: 0;
    border: none;
    font-size: 1.2em; }
    .menu > ul {
      position: static;
      top: 0;
      margin: 0; }
    .menu li, .menu .abstand {
      margin: 0; }
    .menu .eintrag {
      border: none;
      padding: .8em 1.2em; } }

#konto_werkzeuge {
  display: flex;
  flex-direction: row;
  align-items: center; }
  #konto_werkzeuge .werkzeug {
    display: flex;
    padding: .9em .7em;
    border: 1px solid transparent; }
    #konto_werkzeuge .werkzeug .text + [class*="symbol-"],
    #konto_werkzeuge .werkzeug [class*="symbol-"] + .text {
      margin-left: .4em; }
  #konto_werkzeuge a.werkzeug:hover {
    background-color: #f0f6fc; }
  #konto_werkzeuge .aktiv, #konto_werkzeuge a.aktiv:hover {
    background-color: #3582c4;
    color: #fff; }

#konto {
  display: none; }

@media (max-width: 768px) {
  #konto .willkommen,
  #konto .eintrag [class*="symbol"] {
    display: none; }
  #konto_werkzeuge {
    display: none; }
  #konto_knopf.knopf {
    display: flex; }
  #konto_toggle:checked ~ header #navigation_knopf {
    display: none; }
  #konto_toggle:checked ~ header #konto_knopf {
    background-color: #2271b1;
    color: #fff; }
  #konto_toggle:checked ~ main section {
    display: none; }
  #konto_toggle:checked ~ main #konto {
    display: flex; } }

#navigation {
  flex-basis: 16em;
  flex-shrink: 0; }
  #navigation .offen > .eintrag {
    background-color: #f6f7f7;
    border-color: #dcdcde;
    color: #787c82;
    user-select: none; }
  #navigation .schulungsschritt.ist-naechste > .eintrag,
  #navigation .schulungsschritt.aktuell > .eintrag {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
  #navigation .nicht-bestanden .symbol-fehler {
    color: #0a4b78; }
  #navigation .nav-aktiv > .eintrag .symbol-fehler {
    color: #fff; }

@media (max-width: 768px) {
  #navigation {
    flex-basis: 100%;
    flex-grow: 1; }
  #navigation_knopf.knopf {
    display: flex; }
  #navigation_toggle:checked ~ header #konto_knopf {
    display: none; }
  #navigation_toggle:checked ~ header #navigation_knopf {
    background-color: #3582c4;
    color: #fff; }
  #navigation_toggle:checked ~ main section {
    display: none; }
  #navigation_toggle:checked ~ main #navigation {
    display: flex; } }

#brotkrumen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1em;
  border: 1px solid #c3c4c7;
  border-radius: .2em;
  background-color: #fff;
  overflow: hidden; }
  #brotkrumen a:hover {
    background-color: #f0f6fc; }
  #brotkrumen .krume {
    padding: .5em .7em;
    padding-right: 0; }
    #brotkrumen .krume:first-child {
      padding-left: 1em; }
    #brotkrumen .krume:last-child {
      padding-right: 1em; }
      #brotkrumen .krume:last-child:after {
        display: none; }
    #brotkrumen .krume:after {
      content: "›";
      margin-left: .7em; }

@media (max-width: 768px) {
  #brotkrumen {
    display: none; } }

#inhalt {
  background-image: url(../../images/Lehrer_Laempel_blasser.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  line-height: 1.5; }
  #inhalt h1 {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 1.7em;
    color: #01263a;
    margin: 0 0 .9em;
    line-height: 1.3; }
    #inhalt h1 span {
      padding-left: 0em; }

.mitteilung + .kursbeschreibung {
  margin-top: 3em; }

@media (max-width: 768px) {
  #inhalt h1 img {
    display: none; } }

#video {
  position: relative;
  padding: 56% 0 0 0;
  border: 1px solid #8c8f94;
  border-radius: 1px;
  background-color: #fff; }
  #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

#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: #135e96; }
  #test .frage.falsch .fragen-zustand {
    color: #0a4b78; }
  #test .frage.falsch .antwort input[type="radio"]:checked + .knopf,
  #test .frage.falsch .antwort input[type="checkbox"]:checked + .knopf {
    background-color: #0a4b78;
    border-color: #135e96; }
  #test .frage.falsch .antwort input[type="radio"]:checked ~ .antworttext,
  #test .frage.falsch .antwort input[type="checkbox"]:checked ~ .antworttext {
    color: #0a4b78; }

#test .zustand {
  flex: 0 0 9em;
  margin-right: 1em;
  padding: .5em;
  border: 1px solid #c3c4c7;
  background-color: rgba(246, 247, 247, 0.25);
  font-size: .88em; }
  #test .zustand p {
    margin: 0;
    padding-bottom: 1em; }
  #test .zustand .fragen-nummer {
    color: #3c434a;
    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 #8c8f94; }

#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); }

#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 #787c82;
    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: #2271b1;
  border-color: #0a4b78;
  box-shadow: inset 0 0 0 0.3em #fff; }

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

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

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

#test input[type="checkbox"]:checked + .knopf {
  background-color: #2271b1;
  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;
      font-size: 1.1em;
      letter-spacing: .03em; }
    #test .frage {
      flex-direction: column;
      margin-bottom: 2em; }
    #test .antwort {
      margin: 1.8em 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.68em;
      height: 1.68em; } }

#zertifikat {
  margin: 0; }
  #zertifikat img {
    width: 100%;
    max-width: 640px;
    height: auto; }

@media (max-width: 768px) {
  #zertifikat img {
    max-width: none; } }

#anmeldung {
  display: flex;
  flex-direction: column;
  width: 24em;
  display: inline-block; }
  #anmeldung input {
    width: 100%; }
  #anmeldung .abschnitt + .abschnitt {
    padding-top: 2em; }

@media (max-width: 768px) {
  #anmeldung {
    width: auto; } }

.entwicklung {
  border: 1px dashed #ff8085;
  background-color: #fcf0f1;
  margin-top: 5em;
  padding: .75em;
  font-size: .8em; }
  .entwicklung ul {
    margin: 0; }
  .entwicklung .symbol-entwicklung {
    display: flex;
    margin-bottom: 1em;
    color: #8a2424; }
    .entwicklung .symbol-entwicklung::after {
      content: "Nur während der Entwicklung";
      padding-left: .5em;
      font-weight: 700; }
  .entwicklung + .entwicklung {
    margin-top: 1.5em; }

#font_picker {
  position: relative;
  cursor: pointer; }
  #font_picker .list {
    position: absolute;
    display: none;
    flex-direction: column;
    top: 100%;
    left: 0;
    border: 1px solid #99B;
    background-color: #FFF;
    white-space: nowrap;
    max-height: 300px;
    overflow: auto; }
    #font_picker .list .item {
      display: flex;
      flex-direction: row;
      padding: .3em .6em; }
      #font_picker .list .item:hover {
        background-color: #EEE; }
    #font_picker .list .name {
      flex-grow: 1; }
    #font_picker .list .letterform {
      padding-left: 1em;
      color: #999; }
    #font_picker .list .active, #font_picker .list .active:hover {
      background-color: #3582c4; }
      #font_picker .list .active, #font_picker .list .active .letterform, #font_picker .list .active:hover, #font_picker .list .active:hover .letterform {
        color: #FFF; }
  #font_picker.active {
    background-color: #3582c4; }
    #font_picker.active .symbol-font {
      color: #FFF; }
    #font_picker.active .list {
      display: flex; }
