@charset "UTF-8";
@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
@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: "RobotoCondensed";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/RobotoCondensed/300-normal.eot");
  src: url("../fonts/RobotoCondensed/300-normal.woff2") format("woff2"), url("../fonts/RobotoCondensed/300-normal.woff") format("woff"), url("../fonts/RobotoCondensed/300-normal.ttf") format("truetype"), url("../fonts/RobotoCondensed/300-normal.svg#RobotoCondensed") format("svg"); }

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

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

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

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

@font-face {
  font-family: "RobotoCondensed";
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/RobotoCondensed/700-italic.eot");
  src: url("../fonts/RobotoCondensed/700-italic.woff2") format("woff2"), url("../fonts/RobotoCondensed/700-italic.woff") format("woff"), url("../fonts/RobotoCondensed/700-italic.ttf") format("truetype"), url("../fonts/RobotoCondensed/700-italic.svg#RobotoCondensed") 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: ""; }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
.rot {
  color: #E92B19; }

.grun {
  color: #008a20; }

.blau {
  color: #185078; }

.gelb {
  color: #dba617; }

.grau {
  color: #808385; }

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

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

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  background-color: #fff;
  color: #304148; }

h2, h3, h4, h5 {
  font-weight: 400;
  color: #185078;
  padding-bottom: 20px;
  width: 800px;
  margin: 0; }

p, td {
  color: #304148;
  margin: .5em 0;
  padding-bottom: 1.5em;
  font-size: 0.9em;
  line-height: 1.2em; }

p {
  /*width: 800px;*/
  font-weight: 300; }

h1 {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  border-bottom: 1px solid #D1D7DA;
  color: #185078;
  width: 800px; }

h2 {
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 400; }

h3 {
  font-size: 1em;
  line-height: 1em;
  font-weight: 700; }

.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; }

img {
  border: none; }

img .kurslogo {
  padding-right: 20px;
  width: 80px; }

/*.auto-column-text {
  column-width: 45ch;
  column-count: 2;
  column-gap: 1.5em;
  ul, ol {
    break-inside: avoid-column;
	  
  }
}*/
a {
  color: #2f6185;
  text-decoration: none;
  transition-duration: .100s;
  transition-timing-function: linear;
  transition-property: color, background-color, border-color; }
  a:hover {
    color: #E92B19; }

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;
  font-size: 0.9em;
  font-weight: 300; }

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

@media (max-width: 768px) {
  body {
    font-size: 16px; }
  h1 {
    font-size: 1.2em;
    line-height: 1.4em; }
  h2 {
    font-size: 1.1em;
    line-height: 1.3em; }
  h3 {
    font-size: 1em;
    line-height: 1.2em; }
  p, td {
    font-size: 0.9em;
    line-height: 1.1em; } }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
.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: #D1D7DA; }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
.formular h2 {
  margin: 0 0 .5em; }

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

.formular .fehler, .formular .errors {
  background-color: #fbd5d1;
  border-radius: 5px;
  color: #E92B19;
  padding: 15px;
  width: 100%; }

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

.formular .info, .formular .hilfe, .formular .helptext {
  color: #555858;
  font-style: italic;
  font-weight: 300;
  font-size: 0.8em; }
  .formular .info li, .formular .hilfe li, .formular .helptext 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;
  font-size: 0.8em;
  font-style: italic; }

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

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

@media (max-width: 768px) {
  .formular .feld {
    margin-bottom: 2em;
    font-size: .9em; }
  .formular .beschriftung label {
    font-weight: 700;
    font-size: .9em; }
  .formular .feld {
    margin-bottom: 1.5em; }
    .formular .feld > div {
      margin-bottom: .3em; }
  .formular .eingabe {
    position: relative;
    padding: .3em 0;
    margin: 0; }
  .formular .hilfe ul {
    margin-left: 1.4em;
    list-style: disc; }
  .formular .info, .formular .hilfe {
    color: #555858;
    font-style: italic;
    font-size: 0.8em; }
    .formular .info li, .formular .hilfe li {
      padding-bottom: .2em; } }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
input[type="text"],
input[type="email"],
input[type="password"] {
  padding: .3em .5em;
  border: 1px solid #b9cad6;
  border-radius: .2em;
  background-color: #fff;
  font-size: 0.9em; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus {
    outline: none;
    border-color: #185078;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #257bb8; }
  input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="password"]:disabled {
    cursor: default;
    cursor: not-allowed;
    background-color: #E8EBEC;
    border-color: #EDEFF0;
    color: #D5DBDD; }

@media (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    padding: .3em .5em;
    font-size: .9em;
    margin: 0; } }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
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_inline,
.button_inline {
  display: inline-flex;
  align-items: center;
  padding: .2em .9em;
  border: none;
  font-size: 70%;
  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_inline:focus,
  .button_inline:focus {
    outline: none; }

button,
button_inline,
.button_inline,
.button {
  border: 1px solid #DEE3E5;
  background-color: #DDE2E3;
  color: #808385; }
  button:hover,
  button_inline:hover,
  .button_inline:hover,
  .button:hover {
    border-color: #eceff0;
    background-color: #f1f3f3;
    color: #8d9091; }
  button:disabled,
  button_inline:disabled,
  .button_inline:disabled,
  .button:disabled {
    border-color: #F1F3F4;
    background-color: #F6F7F8;
    color: #D1D7DA;
    cursor: default;
    cursor: not-allowed; }

button.blau,
button_inline.blau,
.button_inline.blau,
.button.blau {
  border: 1px solid #185078;
  background-color: #134060;
  color: #fff; }
  button.blau:hover,
  button_inline.blau:hover,
  .button_inline.blau:hover,
  .button.blau:hover {
    border-color: #1c5e8d;
    background-color: #19547e;
    color: white; }
  button.blau:disabled,
  button_inline.blau:disabled,
  .button_inline.blau:disabled,
  .button.blau:disabled {
    border-color: #F1F3F4;
    background-color: #F6F7F8;
    color: #D1D7DA;
    cursor: default;
    cursor: not-allowed; }

button.rot,
button_inline.rot,
.button_inline.rot,
.button.rot {
  border: 1px solid #E92B19;
  background-color: #ba2214;
  color: #fff; }
  button.rot:hover,
  button_inline.rot:hover,
  .button_inline.rot:hover,
  .button.rot:hover {
    border-color: #eb4030;
    background-color: #da2817;
    color: white; }
  button.rot:disabled,
  button_inline.rot:disabled,
  .button_inline.rot:disabled,
  .button.rot:disabled {
    border-color: #F1F3F4;
    background-color: #F6F7F8;
    color: #D1D7DA;
    cursor: default;
    cursor: not-allowed; }

button.grun,
button_inline.grun,
.button_inline.grun,
.button.grun {
  border: 1px solid #005c12;
  background-color: #00450c;
  color: #fff; }
  button.grun:hover,
  button_inline.grun:hover,
  .button_inline.grun:hover,
  .button.grun:hover {
    border-color: #007617;
    background-color: #006912;
    color: white; }
  button.grun:disabled,
  button_inline.grun:disabled,
  .button_inline.grun:disabled,
  .button.grun:disabled {
    border-color: #F1F3F4;
    background-color: #F6F7F8;
    color: #D1D7DA;
    cursor: default;
    cursor: not-allowed; }

button.gelb,
button_inline.gelb,
.button_inline.gelb,
.button.gelb {
  border: 1px solid #614200;
  background-color: #4a3200;
  color: #fff; }
  button.gelb:hover,
  button_inline.gelb:hover,
  .button_inline.gelb:hover,
  .button.gelb:hover {
    border-color: #7b5300;
    background-color: #6e4a00;
    color: white; }
  button.gelb:disabled,
  button_inline.gelb:disabled,
  .button_inline.gelb:disabled,
  .button.gelb:disabled {
    border-color: #F1F3F4;
    background-color: #F6F7F8;
    color: #D1D7DA;
    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: inline-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: 2em auto;
    flex-direction: column; }
  .buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: inherit;
    font-size: .9em;
    margin: 2em 0 2em; }
    .buttons .button {
      margin-bottom: .2em;
      margin-right: 0;
      font-size: .95em; }
      .buttons .button:last-child {
        margin: 0; } }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
.tabelle {
  /*min-width: 40em;*/
  table-layout: fixed;
  border-collapse: collapse;
  /*background-color: $gray_0;*/
  margin: 1em 0 1.5em 0; }
  .tabelle td {
    padding: .5em 1.2em;
    border-top: 1px solid #F1F3F4;
    border-bottom: 1px solid #F1F3F4;
    color: #185078; }
  .tabelle.zebra tr:nth-child(even) td {
    /*background-color: $gray_2;*/ }

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

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
.mitteilung {
  display: flex;
  flex-direction: column;
  max-width: 36em;
  margin: 1em 0 0 2em;
  padding: 1em 1.4em;
  border-left: 0.4em solid #E3E7E9;
  border-radius: .2em;
  background-color: white;
  box-shadow: 0 0 0.5em 0 #E8EBEC;
  line-height: 1.5;
  font-size: .95em; }
  .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: #467393;
    color: #0e3048; }
  .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: #eb4030;
    color: #ba2214; }

@media (max-width: 768px) {
  .mitteilung {
    display: flex;
    flex-direction: column;
    max-width: 24em;
    margin: 1em 0;
    padding: 1em 1.4em;
    border-left: 0.4em solid #E3E7E9;
    border-radius: .2em;
    background-color: white;
    box-shadow: 0 0 0.5em 0 #E8EBEC;
    line-height: 1.5; } }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
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;
  background-image: url(../../images/Adler_VHD_Akademie_hellgrau10_580x580.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 90% 60%;
  background-attachment: fixed; }

span.verfuegbar {
  background-color: #f4958c;
  padding: 4px;
  margin: 4px; }

span.vergeben {
  background-color: #1ed14b;
  padding: 4px;
  margin: 4px; }

#inhalt {
  min-height: 580px;
  margin-top: 2.1em;
  padding: 0 2.1em; }
  #inhalt ul, #inhalt li {
    line-height: 1.2em;
    font-weight: 300;
    margin: 0;
    font-size: 0.95em; }

@media (max-width: 768px) {
  header {
    padding: 0;
    flex-direction: column;
    justify-content: center; }
  main {
    flex-direction: column; }
  section {
    padding: 0;
    background-image: url(../../images/Adler_VHD_Akademie_hellgrau10_580x580.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center 40%;
    background-attachment: fixed; }
  #inhalt {
    margin: 0;
    padding: 0 1em 1em; } }

@use "sass:map";
#kopfzeile {
  background-color: #F1F3F4;
  border-bottom: 5px solid #185078;
  padding: 0 .8em; }

#kopfzeile .knopf {
  display: none; }

.header-toggle {
  display: none; }

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

@media (max-width: 768px) {
  #kopfzeile {
    padding: .1em .4em;
    *height: 160px;
    margin: 0; }
  #kopfzeile .knopf {
    align-items: center;
    width: 44px;
    height: 40px;
    font-size: 1.8em;
    padding: 3px; } }

@use "sass:map";
#logo {
  display: flex;
  flex-grow: 1;
  align-items: end;
  margin: 0;
  padding: 10px 0; }

#logo .logo-klein, #logo .logo-gross {
  display: flex;
  flex-direction: row;
  align-items: center; }

#logo .logo-klein img {
  width: 250px; }

#logo .logo-klein #title {
  font-size: 1.5em;
  color: #185078;
  margin: 0 0.7em;
  font-weight: bold;
  text-transform: uppercase; }

#logo .logo-gross img {
  padding: 0 2em 0 1em;
  width: 400px; }

#logo .logo-gross #title {
  display: inline-flex;
  flex-direction: column;
  color: #185078; }

#logo .logo-gross .zeile1 {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase; }

#logo .logo-gross .zeile2 {
  letter-spacing: .02em;
  font-size: 17px; }

@media (max-width: 768px) {
  #logo {
    width: 100%;
    padding: 0 6px 0; }
  #logo .logo-klein #title {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700; }
  #logo .logo-klein, #logo .logo-gross {
    padding: 2px;
    flex-grow: 1;
    white-space: normal;
    flex-direction: column;
    text-align: center; }
  #logo .logo-klein .zeile1, #logo .logo-gross .zeile1 {
    font-size: .8em;
    font-weight: 700; }
  #logo .logo-klein .zeile2, #logo .logo-gross .zeile2 {
    font-size: .6em;
    line-height: 1.1em;
    padding-bottom: 5px; }
  #logo .logo-klein img {
    width: 250px;
    padding: 0 0.2em; }
  #logo .logo-gross img {
    width: 200px;
    padding: .2em;
    margin-right: auto;
    margin-left: auto; } }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
.menu {
  background-color: #F1F2F4;
  padding: 0 .5em;
  border-right: 1px solid #F1F3F4; }
  .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 #D1D7DA;
    background-color: #fff;
    color: #808385; }
  .menu a.eintrag:hover {
    background-color: #5d84a0;
    border-color: #5d84a0;
    color: #fff; }
  .menu .text {
    flex-grow: 1;
    font-size: 0.9em; }
  .menu .abstand {
    margin-bottom: .88em; }
  .menu .nav-aktiv > .eintrag, .menu .nav-aktiv > a.eintrag:hover {
    background-color: #185078;
    border-color: #134060;
    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;
    font-size: 0.9em; }
    .menu > ul {
      position: static;
      top: 0;
      margin: 0; }
    .menu li, .menu .abstand {
      margin: 0; }
    .menu .eintrag {
      padding: .8em 1.2em;
      border-bottom: 1px solid #D1D7DA;
      background-color: #fff;
      color: #808385; }
    .menu a.eintrag:hover {
      background-color: #5d84a0;
      border-color: #5d84a0;
      color: #fff; } }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
#konto_werkzeuge {
  display: flex;
  flex-direction: row;
  align-items: center; }
  #konto_werkzeuge .werkzeug {
    display: flex;
    padding: .9em .7em;
    border-left: 1px solid #D1D7DA; }
    #konto_werkzeuge .werkzeug .text + [class*="symbol-"],
    #konto_werkzeuge .werkzeug [class*="symbol-"] + .text {
      margin-left: .4em;
      color: #185078; }
  #konto_werkzeuge a.werkzeug:hover {
    /*background-color: $blue_0;*/
    color: #E92B19; }
  #konto_werkzeuge .aktiv, #konto_werkzeuge a.aktiv:hover {
    /*background-color: $nav_aktiv_grund;*/
    color: #E92B19;
    /*$nav_aktiv_text;*/ }

#konto {
  display: none; }

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

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
#navigation {
  flex-basis: 16em;
  flex-shrink: 0; }
  #navigation .offen > .eintrag {
    background-color: #FBFBFB;
    border-color: #F1F3F4;
    color: #DEE3E5;
    user-select: none; }
  #navigation .schulungselememnt.ist-naechste > .eintrag,
  #navigation .schulungselement.aktuell > .eintrag {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
  #navigation .nicht-bestanden .symbol-fehler {
    color: #185078; }
  #navigation .nav-aktiv > .eintrag .symbol-fehler {
    color: #fff; }
  #navigation [class*="symbol-"] + .text,
  #navigation .text + [class*="symbol-"] {
    padding-left: .5em; }

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

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
#brotkrumen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.2em 1.5em;
  /*margin-top: 1em;*/
  /*border: 1px solid $brotkrumen_rahmen;
  border-radius: .2em;
  background-color: $brotkrumen_grund;*/
  overflow: hidden; }
  #brotkrumen a:hover {
    color: #E92B19; }
  #brotkrumen .krume {
    padding: .5em .7em;
    padding-right: 0;
    font-size: 0.7em; }
    #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; } }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
#inhalt h1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: 1.5em;
  color: #185078;
  margin-bottom: 1.5em;
  padding: 0 0 8px 0; }
  #inhalt h1 span {
    padding-left: 0em; }

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

@media (max-width: 768px) {
  #inhalt img {
    display: none; }
  #inhalt h1 {
    font-size: 1.2em;
    text-align: center; } }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
#video {
  position: relative;
  padding: 56% 0 0 0;
  border: 1px solid #E3E7E9;
  border-radius: 1px;
  background-color: #fff; }
  #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#video_container {
  max-width: 600px;
  margin-bottom: 40px; }

@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; } }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
#zertifikat {
  margin: 0; }
  #zertifikat img {
    width: 100%;
    max-width: 640px;
    height: auto; }

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

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
#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; } }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
.entwicklung {
  border: 1px dashed #f4958c;
  background-color: #fbd5d1;
  margin-top: 5em;
  padding: .75em;
  font-size: .8em; }
  .entwicklung ul {
    margin: 0; }
  .entwicklung .symbol-entwicklung {
    display: flex;
    margin-bottom: 1em;
    color: #E92B19; }
    .entwicklung .symbol-entwicklung::after {
      content: "Nur während der Entwicklung";
      padding-left: .5em;
      font-weight: 700; }
  .entwicklung + .entwicklung {
    margin-top: 1.5em; }

.frageadmin {
  border: 1px dashed #1ed14b;
  background-color: #edfaef;
  margin-top: 2em;
  padding: .75em;
  font-size: .8em; }
  .frageadmin ul {
    margin: 0; }
  .frageadmin .symbol-entwicklung {
    display: flex;
    margin-bottom: 1em;
    color: #005c12; }
    .frageadmin .symbol-entwicklung::after {
      content: "Nur für Admins Fragenkatalog sichtbar";
      padding-left: .5em;
      font-weight: 700; }
  .frageadmin + .frageadmin {
    margin-top: 1.5em; }

@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
#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; }
