html,
body {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}

body {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-family: "Source Sans Pro";
}

img {
  height: auto;
}

hr {
  color: #00549E;
  border-color: #00549E;
}

em {
  color: black !important;
}

:focus {
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #00549E;
}

.uk-alert-primary {
  background: #e7f1f9;
  color: #000;
}

.uk-alert-secondary {
  background: #e8efea;
  color: #000;
}

.uk-button {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}

.uk-button:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}

.uk-button-link {
  color: #000;
}

.uk-button-link:hover,
.uk-button-link:active,
.uk-button-link:focus {
  text-decoration: none;
}

.uk-button-primary,
.uk-button-primary:hover,
.uk-button-primary:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}

.uk-button-primary:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}

.uk-button-secondary,
.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}

.uk-button-secondary:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}

.uk-button[disabled]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

.uk-link,
a {
  color: #00549E;
}

.uk-padding-small {
  padding: 5px;
}

.uk-padding {
  padding: 15px;
}

.uk-padding-large {
  padding: 30px;
}

.uk-margin-medium-left {
  margin-left: 30px !important;
}

.uk-margin-medium-right {
  margin-right: 30px !important;
}

.uk-margin-large-left {
  margin-left: 45px !important;
}

.uk-margin-large-right {
  margin-right: 45px !important;
}

.uk-checkbox:checked {
  background-color: #00549E;
}

.uk-checkbox:focus:not(:checked) {
  border-color: #ccc;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #00549E;
  color: #000;
}

.uk-text-primary {
  color: #00549E !important;
}

.uk-text-secondary {
  color: #006325 !important;
}

.uk-text-large {
  font-size: 1.25rem;
  line-height: 1.5;
}

.v-card__text {
  color: white !important;
}

:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}

::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body.development-mode {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

#preloader {
  background: #fff;
  z-index: 999;
}

#page {
  width: 1020px !important;
  margin: 0 auto;
}

#page #app {
  background: #fff;
  margin: 0;
  padding: 0;
}

#page,
#app,
.base-layout {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}

[v-cloak] {
  display: none;
}

.flexing-out {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.center-content {
  text-align: center;
}

.clickable {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  /*visibility: hidden;*/
  display: none;
}

.vanish {
  display: none;
}

.disabled {
  opacity: 0.4;
}

.nobold {
  font-weight: normal;
}

.rightAnswer {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}

.wrongAnswer {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}

img.rightAnswer {
  border: 1px solid #8ccc40 !important;
}

img.wrongAnswer {
  border: 1px solid #f14a50 !important;
}

.secondaryTestBgColor {
  background-color: #e8efea !important;
}

.demo .secondaryTestBgColor,
.revision .secondaryTestBgColor {
  background-color: #E5EEF5 !important;
}

.exerciseColor {
  background-color: #00549E !important;
}

.testColor {
  background-color: #006325 !important;
}

.exerciseFgColor {
  color: #00549E !important;
}

.testFgColor {
  color: #006325 !important;
}

.test-mode .uk-button-primary {
  background: #006325 !important;
  border-color: #006325;
}

.test-mode a,
.test-mode .uk-link {
  color: #006325;
}

.bildunterschrift {
  font-size: 13px;
  line-height: 1;
}

.textbox {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-table-hover tbody tr:hover,
.uk-table-hover > tr:hover {
  background: #eee;
}

.uk-table {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}

.uk-table th,
.uk-table td {
  padding: 8px 8px;
  background: #f3f3f3;
}

.uk-table th {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}

table.table-collapse,
.table-collapse table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

table.table-center td,
table.table-center th,
.table-center table td,
.table-center table th {
  text-align: center !important;
}

table.table-expand,
.table-expand table {
  width: 100%;
}

table.table-padding-remove td,
table.table-padding-remove th,
.table-padding-remove table td,
.table-padding-remove table th {
  padding: 0 !important;
}

table.table-padding-small td,
table.table-padding-small th,
.table-padding-small table td,
.table-padding-small table th {
  padding: 3px !important;
}

table.table-white td,
.table-white table td,
table.table-white th,
.table-white table th {
  background: #fff;
}

td:empty {
  background: #fff;
}

th:empty {
  display: none;
}

.no-interaction {
  position: relative;
}

.no-interaction:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.img-no-scale img,
.table-no-scale img {
  max-width: none;
}

.uk-select {
  color: #000;
  border-color: #ccc;
}

.question .uk-checkbox {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}

.uk-checkbox:checked {
  border-color: #00549E;
}

.input-white input[type=text] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}

textarea {
  border: 1px solid #999;
  box-sizing: border-box;
}

#subcategory-intro .startButtons .dropdown-button {
  padding-right: 25px !important;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-active {
  transition: opacity 1.25s ease;
}

.fade-enter-to,
.fade-leave {
  opacity: 1;
}

.fade-side-enter,
.fade-side-leave-to {
  opacity: 0;
}

.fade-side-enter-active,
.fade-side-leave-active {
  transition: opacity 150ms ease;
}

.fade-side-enter-to,
.fade-side-leave {
  opacity: 1;
}

.fade-page-enter,
.fade-page-leave-to {
  opacity: 0;
}

.fade-page-enter-active,
.fade-page-leave-active {
  transition: opacity 300ms ease;
}

.fade-page-enter-to,
.fade-page-leave {
  opacity: 1;
}

.slide-enter,
.slide-leave-to {
  width: 0;
}

.slide-enter-active,
.slide-leave-active {
  transition: width 100ms ease;
}

.slide-enter-to,
.slide-leave {
  width: 100%;
}

.hide-nav-enter,
.hide-nav-leave-to {
  height: 0;
}

.hide-nav-enter-active,
.hide-nav-leave-active {
  transition: height 150ms ease;
}

.hide-nav-enter-to,
.hide-nav-leave {
  height: -400;
}

.icon-large {
  opacity: 0.2;
  width: 200px;
}

.navbar-padding-20 {
  padding: 0 20px;
}

.navbar-padding-30 {
  padding: 0 30px;
}

.dropdown-selection {
  display: inline-block;
}

.dropdown-selection .dropdown-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}

.dropdown-selection .dropdown-button .uk-icon {
  position: absolute;
  right: 0;
}

.dropdown-selection .with-cursor {
  cursor: pointer;
}

.dropdown-selection .without-cursor {
  cursor: default !important;
}

.dropdown-selection .uk-dropdown {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}

.dropdown-selection .uk-dropdown .uk-dropdown-nav {
  max-height: 275px;
}

.dropdown-selection .uk-dropdown a {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}

.dropdown-selection .uk-dropdown a:hover {
  background: #e5eef5;
}

.dd-select select {
  display: none;
}

.dd-select.frozen {
  border: 0 !important;
}

.dd-select.frozen .dd-selections {
  display: none;
}

.dd-select.frozen .dd-button {
  cursor: auto;
}

.dd-select.item-correct .dd-button {
  border: 1px solid #8ccc40 !important;
}

.dd-select.item-incorrect .dd-button {
  border: 1px solid #f14a50 !important;
}

.dd-select {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}

.dd-select .dropdown-selection {
  padding: 0;
}

.dd-select .dropdown-button {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}

.dd-select .uk-icon {
  color: #000;
}

.dd-select .value {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}

.dd-select .value:after {
  content: ".";
  visibility: hidden;
}

.dd-select .uk-dropdown a {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */

@media screen and (max-width: 768px) {
  html,
  body {
    background: #fff;
  }

  #page {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
  }

  #page #app {
    min-height: 0;
    max-height: unset;
  }

  #page,
  #app,
  .base-layout {
    height: auto;
    max-height: unset;
    min-height: auto;
  }

  img {
    height: auto;
  }

  .exercise-mode #header,
  .test-mode #header {
    display: none;
  }

  .uk-table th,
  .uk-table td {
    padding: 4px;
  }

  .navbar-padding-20,
  .navbar-padding-30 {
    padding: 0;
  }

  textarea {
    max-width: 100%;
  }

  table.table-width-450,
  .table-width-450 table {
    width: 450px !important;
  }

  table.table-width-550,
  .table-width-550 table {
    width: 550px !important;
  }

  table.table-width-650,
  .table-width-650 table {
    width: 650px !important;
  }

  table.table-width-750,
  .table-width-750 table {
    width: 750px !important;
  }

  .img-width-450 img {
    max-width: none;
    width: 450px !important;
    height: auto;
  }

  .img-width-550 img {
    max-width: none;
    width: 550px !important;
    height: auto;
  }

  .img-width-650 img {
    max-width: none;
    width: 650px !important;
    height: auto;
  }

  .img-width-750 img {
    max-width: none;
    width: 750px !important;
    height: auto;
  }

  .icon-large {
    width: 150px;
  }

  .dropdown-selection {
    display: block;
  }

  .dropdown-selection .dropdown-button {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
  }

  .dropdown-selection .uk-dropdown {
    width: calc(100% - 40px);
    font-size: 1rem;
  }

  .dropdown-selection .uk-dropdown .uk-dropdown-nav {
    font-size: 1rem;
  }
}


.element-box[data-v-29abd2f5] {
  padding: 15px 0;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 5px;
  transition: background-color 0.3s ease-in;
}
.element-box[data-v-29abd2f5]:hover {
  background-color: #E5EEF5;
}
.element-box img[data-v-29abd2f5] {
  transition: all 0.3s ease;
  border-radius: 10px;
  max-width: 105px;
  background: #00549E;
}
.element-box h3[data-v-29abd2f5] {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.element-box .uk-progress[data-v-29abd2f5] {
  margin: 5px auto;
  background: #d3d2d2;
  width: 120px;
  height: 8px;
  border-radius: 0;
}
.element-box progress[data-v-29abd2f5], .element-box progress[data-v-29abd2f5]::-webkit-progress-bar, .element-box progress[data-v-29abd2f5]::-webkit-progress-value, .element-box progress[data-v-29abd2f5]::-moz-progress-bar {
  height: 8px;
  border: 0;
  border-radius: 0;
}
.element-box progress[value][data-v-29abd2f5]::-webkit-progress-bar {
  background-color: #d3d2d2;
  border-radius: 0;
}
.element-box progress[value][data-v-29abd2f5]::-webkit-progress-value {
  border-radius: 0;
  background-color: #00549E;
}
.element-box .caption[data-v-29abd2f5] {
  justify-content: center !important;
  align-items: center;
  margin-top: 10px;
  color: #00549E;
}
.element-box .caption h3[data-v-29abd2f5] {
  font-size: 14px;
  font-weight: bold;
}
.element-box span[data-v-29abd2f5] {
  color: #000;
  font-size: 12px;
}
.disabled[data-v-29abd2f5] {
  opacity: 0.6;
  cursor: auto;
}
html, body {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1, h2, h3, h4, h5, h6,
input, select, textarea {
  font-family: "Source Sans Pro";
}
img {
  height: auto;
}
hr {
  color: #00549E;
  border-color: #00549E;
}
em {
  color: black !important;
}
:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary {
  background: #e8efea;
  color: #000;
}
.uk-button {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link {
  color: #000;
}
.uk-button-link:hover, .uk-button-link:active, .uk-button-link:focus {
  text-decoration: none;
}
.uk-button-primary, .uk-button-primary:hover, .uk-button-primary:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary, .uk-button-secondary:hover, .uk-button-secondary:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link, a {
  color: #00549E;
}
.uk-padding-small {
  padding: 5px;
}
.uk-padding {
  padding: 15px;
}
.uk-padding-large {
  padding: 30px;
}
.uk-margin-medium-left {
  margin-left: 30px !important;
}
.uk-margin-medium-right {
  margin-right: 30px !important;
}
.uk-margin-large-left {
  margin-left: 45px !important;
}
.uk-margin-large-right {
  margin-right: 45px !important;
}
.uk-checkbox:checked {
  background-color: #00549E;
}
.uk-checkbox:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary {
  color: #00549E !important;
}
.uk-text-secondary {
  color: #006325 !important;
}
.uk-text-large {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text {
  color: white !important;
}
:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader {
  background: #fff;
  z-index: 999;
}
#page {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page, #app, .base-layout {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak] {
  display: none;
}
.flexing-out {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content {
  text-align: center;
}
.clickable {
  cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}
.hidden { /*visibility: hidden;*/
  display: none;
}
.vanish {
  display: none;
}
.disabled {
  opacity: 0.4;
}
.nobold {
  font-weight: normal;
}
.rightAnswer {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor, .revision .secondaryTestBgColor {
  background-color: #E5EEF5 !important;
}
.exerciseColor {
  background-color: #00549E !important;
}
.testColor {
  background-color: #006325 !important;
}
.exerciseFgColor {
  color: #00549E !important;
}
.testFgColor {
  color: #006325 !important;
}
.test-mode .uk-button-primary {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a, .test-mode .uk-link {
  color: #006325;
}
.bildunterschrift {
  font-size: 13px;
  line-height: 1;
}
.textbox {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr:hover, .uk-table-hover > tr:hover {
  background: #eee;
}
.uk-table {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th, .uk-table td {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse, .table-collapse table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td, table.table-center th, .table-center table td, .table-center table th {
  text-align: center !important;
}
table.table-expand, .table-expand table {
  width: 100%;
}
table.table-padding-remove td, table.table-padding-remove th, .table-padding-remove table td, .table-padding-remove table th {
  padding: 0 !important;
}
table.table-padding-small td, table.table-padding-small th, .table-padding-small table td, .table-padding-small table th {
  padding: 3px !important;
}
table.table-white td, .table-white table td, table.table-white th, .table-white table th {
  background: #fff;
}
td:empty {
  background: #fff;
}
th:empty {
  display: none;
}
.no-interaction {
  position: relative;
}
.no-interaction:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img, .table-no-scale img {
  max-width: none;
}
.uk-select {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox:checked {
  border-color: #00549E;
}
.input-white input[type=text] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button {
  padding-right: 25px !important;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.fade-enter-active {
  transition: opacity 1.25s ease;
}
.fade-enter-to, .fade-leave {
  opacity: 1;
}
.fade-side-enter, .fade-side-leave-to {
  opacity: 0;
}
.fade-side-enter-active, .fade-side-leave-active {
  transition: opacity 150ms ease;
}
.fade-side-enter-to, .fade-side-leave {
  opacity: 1;
}
.fade-page-enter, .fade-page-leave-to {
  opacity: 0;
}
.fade-page-enter-active, .fade-page-leave-active {
  transition: opacity 300ms ease;
}
.fade-page-enter-to, .fade-page-leave {
  opacity: 1;
}
.slide-enter, .slide-leave-to {
  width: 0;
}
.slide-enter-active, .slide-leave-active {
  transition: width 100ms ease;
}
.slide-enter-to, .slide-leave {
  width: 100%;
}
.hide-nav-enter, .hide-nav-leave-to {
  height: 0;
}
.hide-nav-enter-active, .hide-nav-leave-active {
  transition: height 150ms ease;
}
.hide-nav-enter-to, .hide-nav-leave {
  height: -400;
}
.icon-large {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20 {
  padding: 0 20px;
}
.navbar-padding-30 {
  padding: 0 30px;
}
.dropdown-selection {
  display: inline-block;
}
.dropdown-selection .dropdown-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor {
  cursor: pointer;
}
.dropdown-selection .without-cursor {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a:hover {
  background: #e5eef5;
}
.dd-select select {
  display: none;
}
.dd-select.frozen {
  border: 0 !important;
}
.dd-select.frozen .dd-selections {
  display: none;
}
.dd-select.frozen .dd-button {
  cursor: auto;
}
.dd-select.item-correct .dd-button {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button {
  border: 1px solid #f14a50 !important;
}
.dd-select {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection {
  padding: 0;
}
.dd-select .dropdown-button {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon {
  color: #000;
}
.dd-select .value {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html, body {
    background: #fff;
}
#page {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app {
    min-height: 0;
    max-height: unset;
}
#page, #app, .base-layout {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img {
    height: auto;
}
.exercise-mode #header,
  .test-mode #header {
    display: none;
}
.uk-table th, .uk-table td {
    padding: 4px;
}
.navbar-padding-20, .navbar-padding-30 {
    padding: 0;
}
textarea {
    max-width: 100%;
}
table.table-width-450, .table-width-450 table {
    width: 450px !important;
}
table.table-width-550, .table-width-550 table {
    width: 550px !important;
}
table.table-width-650, .table-width-650 table {
    width: 650px !important;
}
table.table-width-750, .table-width-750 table {
    width: 750px !important;
}
.img-width-450 img {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large {
    width: 150px;
}
.dropdown-selection {
    display: block;
}
.dropdown-selection .dropdown-button {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
    font-size: 1rem;
}
}
.deactivated {
  opacity: 0.6;
}
#element-box-list {
  /*
  display: flex;
  flex: 1;
  */
  padding: 0 20px;
}
#element-box-list .uk-grid {
  margin-left: 0;
}
#element-box-list {
  /*
  div {
      display: flex;
      flex: 1;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-content: flex-start;
  }
  */
}
#activity-selector[data-v-1cacc3bc] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}

#welcome-content p[data-v-efa5776c] {
        color: #000;
}

#subscribedProfessionsSelector {
  margin-bottom: 30px;
}
#subscribedProfessionsSelector p {
  display: inline-block;
  margin: 0 15px 0 0;
  color: #000 !important;
}
#subscribedProfessionsSelector .dropdown-selection .dropdown-button {
  width: 350px;
}
#subscribedProfessionsSelector ::-webkit-scrollbar {
  width: 0px;
  height: 7px;
  display: inline-block !important;
}
#subscribedProfessionsSelector ::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
#subscribedProfessionsSelector ::-webkit-scrollbar-thumb {
  background-color: lightgray;
  border-radius: 5px;
}
#subscribedProfessionsSelector ::-webkit-scrollbar-thumb:hover {
  background-color: darkgray;
  cursor: grab;
}
#subscribedProfessionsSelector .dropdown-selection .uk-dropdown {
  overflow-y: auto;
}
#renewalOffer[data-v-6ed574ec] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0 10px 0;
  padding: 10px;
  height: auto;
  min-height: 0;
  min-width: 0;
  background-color: rgb(99.5354449472%, 93.9939668175%, 94.1930618401%) !important;
}
#renewalOffer[data-v-6ed574ec] * {
  color: #f14a50 !important;
}
#renewalOffer #close-button[data-v-6ed574ec] {
  margin-top: -5px;
  cursor: pointer;
}
.transition-hide {
  transition: top 300ms ease-out;
}
.hide-nav {
  top: -200px !important;
  position: absolute !important;
}
#header {
  transition: top 300ms ease-out;
  position: relative;
  padding: 40px 20px 20px 20px;
}
#header #meta-nav-btn {
  display: none;
}
#header .rectbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 10px;
}
#header .rectbar > div {
  width: 40px;
  height: 10px;
  background: #00549E;
  margin-left: 10px;
  float: right;
}
#header .logo-etrainer img {
  width: 200px;
}
#header .logo-ap {
  position: absolute;
  right: 20px;
  top: 35px;
}
#header .logo-ap img {
  width: 100px;
}
#header .meta-nav {
  position: absolute;
  right: 190px;
  top: 50px;
  margin: 0;
}
#header .meta-nav > li {
  display: inline-block;
  list-style: none;
  margin-left: 25px;
}
#header .meta-nav > li:first-child {
  margin-left: 0;
}
#header .meta-nav > li a {
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}
#header .meta-nav > li a:hover {
  color: #00549E;
}
@media screen and (max-width: 768px) {
#header {
    padding: 30px 20px 15px 20px;
    z-index: 90;
    background: #fff;
    box-sizing: border-box;
}
#header #meta-nav-btn {
    display: block;
}
#header .rectbar {
    height: 8px;
}
#header .rectbar > div {
    width: 32px;
    height: 8px;
    margin-left: 8px;
}
#header .logo-ap {
    top: 25px;
}
#header .logo-ap img {
    width: 80px;
}
#header .logo-etrainer img {
    width: 175px;
}
#header .meta-nav {
    display: none;
    position: relative;
    right: auto;
    top: auto;
    margin: 15px 0 0;
    padding: 0;
}
#header .meta-nav > li {
    margin-left: 15px;
}
#header .meta-nav.active {
    display: block;
}
#header .meta-nav.active > li {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #ddd;
}
#header .meta-nav.active > li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
}
#header .meta-nav.active > li img {
    display: none;
}
}
html, body {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1, h2, h3, h4, h5, h6,
input, select, textarea {
  font-family: "Source Sans Pro";
}
img {
  height: auto;
}
hr {
  color: #00549E;
  border-color: #00549E;
}
em {
  color: black !important;
}
:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary {
  background: #e8efea;
  color: #000;
}
.uk-button {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link {
  color: #000;
}
.uk-button-link:hover, .uk-button-link:active, .uk-button-link:focus {
  text-decoration: none;
}
.uk-button-primary, .uk-button-primary:hover, .uk-button-primary:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary, .uk-button-secondary:hover, .uk-button-secondary:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link, a {
  color: #00549E;
}
.uk-padding-small {
  padding: 5px;
}
.uk-padding {
  padding: 15px;
}
.uk-padding-large {
  padding: 30px;
}
.uk-margin-medium-left {
  margin-left: 30px !important;
}
.uk-margin-medium-right {
  margin-right: 30px !important;
}
.uk-margin-large-left {
  margin-left: 45px !important;
}
.uk-margin-large-right {
  margin-right: 45px !important;
}
.uk-checkbox:checked {
  background-color: #00549E;
}
.uk-checkbox:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary {
  color: #00549E !important;
}
.uk-text-secondary {
  color: #006325 !important;
}
.uk-text-large {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text {
  color: white !important;
}
:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader {
  background: #fff;
  z-index: 999;
}
#page {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page, #app, .base-layout {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak] {
  display: none;
}
.flexing-out {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content {
  text-align: center;
}
.clickable {
  cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}
.hidden { /*visibility: hidden;*/
  display: none;
}
.vanish {
  display: none;
}
.disabled {
  opacity: 0.4;
}
.nobold {
  font-weight: normal;
}
.rightAnswer {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor, .revision .secondaryTestBgColor {
  background-color: #E5EEF5 !important;
}
.exerciseColor {
  background-color: #00549E !important;
}
.testColor {
  background-color: #006325 !important;
}
.exerciseFgColor {
  color: #00549E !important;
}
.testFgColor {
  color: #006325 !important;
}
.test-mode .uk-button-primary {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a, .test-mode .uk-link {
  color: #006325;
}
.bildunterschrift {
  font-size: 13px;
  line-height: 1;
}
.textbox {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr:hover, .uk-table-hover > tr:hover {
  background: #eee;
}
.uk-table {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th, .uk-table td {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse, .table-collapse table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td, table.table-center th, .table-center table td, .table-center table th {
  text-align: center !important;
}
table.table-expand, .table-expand table {
  width: 100%;
}
table.table-padding-remove td, table.table-padding-remove th, .table-padding-remove table td, .table-padding-remove table th {
  padding: 0 !important;
}
table.table-padding-small td, table.table-padding-small th, .table-padding-small table td, .table-padding-small table th {
  padding: 3px !important;
}
table.table-white td, .table-white table td, table.table-white th, .table-white table th {
  background: #fff;
}
td:empty {
  background: #fff;
}
th:empty {
  display: none;
}
.no-interaction {
  position: relative;
}
.no-interaction:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img, .table-no-scale img {
  max-width: none;
}
.uk-select {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox:checked {
  border-color: #00549E;
}
.input-white input[type=text] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button {
  padding-right: 25px !important;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.fade-enter-active {
  transition: opacity 1.25s ease;
}
.fade-enter-to, .fade-leave {
  opacity: 1;
}
.fade-side-enter, .fade-side-leave-to {
  opacity: 0;
}
.fade-side-enter-active, .fade-side-leave-active {
  transition: opacity 150ms ease;
}
.fade-side-enter-to, .fade-side-leave {
  opacity: 1;
}
.fade-page-enter, .fade-page-leave-to {
  opacity: 0;
}
.fade-page-enter-active, .fade-page-leave-active {
  transition: opacity 300ms ease;
}
.fade-page-enter-to, .fade-page-leave {
  opacity: 1;
}
.slide-enter, .slide-leave-to {
  width: 0;
}
.slide-enter-active, .slide-leave-active {
  transition: width 100ms ease;
}
.slide-enter-to, .slide-leave {
  width: 100%;
}
.hide-nav-enter, .hide-nav-leave-to {
  height: 0;
}
.hide-nav-enter-active, .hide-nav-leave-active {
  transition: height 150ms ease;
}
.hide-nav-enter-to, .hide-nav-leave {
  height: -400;
}
.icon-large {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20 {
  padding: 0 20px;
}
.navbar-padding-30 {
  padding: 0 30px;
}
.dropdown-selection {
  display: inline-block;
}
.dropdown-selection .dropdown-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor {
  cursor: pointer;
}
.dropdown-selection .without-cursor {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a:hover {
  background: #e5eef5;
}
.dd-select select {
  display: none;
}
.dd-select.frozen {
  border: 0 !important;
}
.dd-select.frozen .dd-selections {
  display: none;
}
.dd-select.frozen .dd-button {
  cursor: auto;
}
.dd-select.item-correct .dd-button {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button {
  border: 1px solid #f14a50 !important;
}
.dd-select {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection {
  padding: 0;
}
.dd-select .dropdown-button {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon {
  color: #000;
}
.dd-select .value {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html, body {
    background: #fff;
}
#page {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app {
    min-height: 0;
    max-height: unset;
}
#page, #app, .base-layout {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img {
    height: auto;
}
.exercise-mode #header,
  .test-mode #header {
    display: none;
}
.uk-table th, .uk-table td {
    padding: 4px;
}
.navbar-padding-20, .navbar-padding-30 {
    padding: 0;
}
textarea {
    max-width: 100%;
}
table.table-width-450, .table-width-450 table {
    width: 450px !important;
}
table.table-width-550, .table-width-550 table {
    width: 550px !important;
}
table.table-width-650, .table-width-650 table {
    width: 650px !important;
}
table.table-width-750, .table-width-750 table {
    width: 750px !important;
}
.img-width-450 img {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large {
    width: 150px;
}
.dropdown-selection {
    display: block;
}
.dropdown-selection .dropdown-button {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
    font-size: 1rem;
}
}
#copyright {
  margin: 10px auto 0;
  width: 1020px;
  height: 19px;
  bottom: 0;
  background: #a7a9ac;
  color: #fff;
}
#copyright ul {
  padding-left: 0;
}
#copyright ul li {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  margin-left: 15px;
}
#copyright ul li a {
  color: #fff;
}
.flexing-out, .app-container .base-layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.app-container {
  margin: 0;
  padding: 0;
}
.app-container .base-layout {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
}
.app-container .base-layout .base-content {
  flex: 1;
}
.ajax-loader-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}
.ajax-loader-container div {
  margin-top: 10px !important;
  width: auto;
  text-align: center;
  font-size: 1.5em;
}
.ajax-loader-container svg {
  margin: 0 auto;
}
#marketing-text {
  padding: 10px;
  background-color: #e5eef5;
  color: #2c549d;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 10px 0;
  padding: 10px;
  height: auto;
  min-height: 0;
  min-width: 0;
}
#marketing-text .icon-content {
  display: flex;
  justify-content: flex-start;
}
#marketing-text .content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#marketing-text h1 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 5px;
  font-weight: bold;
}
#marketing-text #close-button {
  margin-top: -5px;
  cursor: pointer;
}
#marketing-text img {
  max-height: 50px;
  padding-right: 10px;
}
.flexing-out, #dashboardView {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#dashboardView {
  flex-direction: column;
  justify-content: flex-start;
  overflow: auto;
  flex: 1;
  padding: 40px 0;
  margin: 0;
}
#dashboardView h1,
#dashboardView h3,
#dashboardView p {
  color: #00549E;
}
#dashboardView #intro {
  margin-bottom: 30px;
}
#dashboardView .content-container {
  padding-left: 90px;
  padding-right: 90px;
}
#dashboardView .action-container {
  margin-top: 30px;
}
#dashboardView .title-box .title {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 600;
  margin-top: 30px;
}
#dashboardView .title-box .subtitle {
  margin-top: 0;
  padding-top: 0;
  font-size: 2em;
  font-weight: 600;
}
#dashboardView .element-box .caption h3 {
  font-size: 18px;
  font-weight: bold;
  color: #00549E;
}
#dashboardView .element-box .caption p {
  font-size: 14px;
  color: #00549E;
  margin: 5px;
}
.member-spot-label {
  color: #00549E;
  width: 120px;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
#dashboardView .content-container {
    padding-left: 20px;
    padding-right: 20px;
}
#dashboardView .action-container {
    margin-top: 0;
}
#dashboardView .title-box .title {
    font-size: 2.5em;
    line-height: 1.2em;
    margin-top: 0;
}
#dashboardView .title-box .subtitle {
    font-size: 1.5em;
    line-height: 1.2em;
}
#dashboardView .element-box {
    /*
        width: 100% !important;
        min-width: unset;
        max-width: 20% !important;
        */
}
}
html[data-v-faa4786e], body[data-v-faa4786e] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-faa4786e] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-faa4786e], h2[data-v-faa4786e], h3[data-v-faa4786e], h4[data-v-faa4786e], h5[data-v-faa4786e], h6[data-v-faa4786e],
input[data-v-faa4786e], select[data-v-faa4786e], textarea[data-v-faa4786e] {
  font-family: "Source Sans Pro";
}
img[data-v-faa4786e] {
  height: auto;
}
hr[data-v-faa4786e] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-faa4786e] {
  color: black !important;
}
[data-v-faa4786e]:focus {
  outline: 0;
}
a[data-v-faa4786e]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-faa4786e] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-faa4786e] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-faa4786e] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-faa4786e]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-faa4786e] {
  color: #000;
}
.uk-button-link[data-v-faa4786e]:hover, .uk-button-link[data-v-faa4786e]:active, .uk-button-link[data-v-faa4786e]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-faa4786e], .uk-button-primary[data-v-faa4786e]:hover, .uk-button-primary[data-v-faa4786e]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-faa4786e]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-faa4786e], .uk-button-secondary[data-v-faa4786e]:hover, .uk-button-secondary[data-v-faa4786e]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-faa4786e]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-faa4786e]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-faa4786e], a[data-v-faa4786e] {
  color: #00549E;
}
.uk-padding-small[data-v-faa4786e] {
  padding: 5px;
}
.uk-padding[data-v-faa4786e] {
  padding: 15px;
}
.uk-padding-large[data-v-faa4786e] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-faa4786e] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-faa4786e] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-faa4786e] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-faa4786e] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-faa4786e]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-faa4786e]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-faa4786e]:focus, .uk-select[data-v-faa4786e]:focus, .uk-textarea[data-v-faa4786e]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-faa4786e] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-faa4786e] {
  color: #006325 !important;
}
.uk-text-large[data-v-faa4786e] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-faa4786e] {
  color: white !important;
}
[data-v-faa4786e]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-faa4786e]::-webkit-scrollbar {
  width: 5px;
}
[data-v-faa4786e]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-faa4786e]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-faa4786e]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-faa4786e] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-faa4786e] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-faa4786e] {
  background: #fff;
  z-index: 999;
}
#page[data-v-faa4786e] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-faa4786e] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-faa4786e], #app[data-v-faa4786e], .base-layout[data-v-faa4786e] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-faa4786e] {
  display: none;
}
.flexing-out[data-v-faa4786e], #breadcrumb ul[data-v-faa4786e] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-faa4786e] {
  text-align: center;
}
.clickable[data-v-faa4786e] {
  cursor: pointer;
}
.nowrap[data-v-faa4786e] {
  white-space: nowrap;
}
.hidden[data-v-faa4786e] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-faa4786e] {
  display: none;
}
.disabled[data-v-faa4786e] {
  opacity: 0.4;
}
.nobold[data-v-faa4786e] {
  font-weight: normal;
}
.rightAnswer[data-v-faa4786e] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-faa4786e] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-faa4786e] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-faa4786e] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-faa4786e] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-faa4786e], .revision .secondaryTestBgColor[data-v-faa4786e] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-faa4786e] {
  background-color: #00549E !important;
}
.testColor[data-v-faa4786e] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-faa4786e] {
  color: #00549E !important;
}
.testFgColor[data-v-faa4786e] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-faa4786e] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-faa4786e], .test-mode .uk-link[data-v-faa4786e] {
  color: #006325;
}
.bildunterschrift[data-v-faa4786e] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-faa4786e] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-faa4786e]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-faa4786e]:hover, .uk-table-hover > tr[data-v-faa4786e]:hover {
  background: #eee;
}
.uk-table[data-v-faa4786e] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-faa4786e], .uk-table td[data-v-faa4786e] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-faa4786e] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-faa4786e], .table-collapse table[data-v-faa4786e] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-faa4786e], table.table-center th[data-v-faa4786e], .table-center table td[data-v-faa4786e], .table-center table th[data-v-faa4786e] {
  text-align: center !important;
}
table.table-expand[data-v-faa4786e], .table-expand table[data-v-faa4786e] {
  width: 100%;
}
table.table-padding-remove td[data-v-faa4786e], table.table-padding-remove th[data-v-faa4786e], .table-padding-remove table td[data-v-faa4786e], .table-padding-remove table th[data-v-faa4786e] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-faa4786e], table.table-padding-small th[data-v-faa4786e], .table-padding-small table td[data-v-faa4786e], .table-padding-small table th[data-v-faa4786e] {
  padding: 3px !important;
}
table.table-white td[data-v-faa4786e], .table-white table td[data-v-faa4786e], table.table-white th[data-v-faa4786e], .table-white table th[data-v-faa4786e] {
  background: #fff;
}
td[data-v-faa4786e]:empty {
  background: #fff;
}
th[data-v-faa4786e]:empty {
  display: none;
}
.no-interaction[data-v-faa4786e] {
  position: relative;
}
.no-interaction[data-v-faa4786e]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-faa4786e], .table-no-scale img[data-v-faa4786e] {
  max-width: none;
}
.uk-select[data-v-faa4786e] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-faa4786e] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-faa4786e]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-faa4786e] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-faa4786e] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-faa4786e] {
  padding-right: 25px !important;
}
.fade-enter[data-v-faa4786e], .fade-leave-to[data-v-faa4786e] {
  opacity: 0;
}
.fade-enter-active[data-v-faa4786e] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-faa4786e], .fade-leave[data-v-faa4786e] {
  opacity: 1;
}
.fade-side-enter[data-v-faa4786e], .fade-side-leave-to[data-v-faa4786e] {
  opacity: 0;
}
.fade-side-enter-active[data-v-faa4786e], .fade-side-leave-active[data-v-faa4786e] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-faa4786e], .fade-side-leave[data-v-faa4786e] {
  opacity: 1;
}
.fade-page-enter[data-v-faa4786e], .fade-page-leave-to[data-v-faa4786e] {
  opacity: 0;
}
.fade-page-enter-active[data-v-faa4786e], .fade-page-leave-active[data-v-faa4786e] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-faa4786e], .fade-page-leave[data-v-faa4786e] {
  opacity: 1;
}
.slide-enter[data-v-faa4786e], .slide-leave-to[data-v-faa4786e] {
  width: 0;
}
.slide-enter-active[data-v-faa4786e], .slide-leave-active[data-v-faa4786e] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-faa4786e], .slide-leave[data-v-faa4786e] {
  width: 100%;
}
.hide-nav-enter[data-v-faa4786e], .hide-nav-leave-to[data-v-faa4786e] {
  height: 0;
}
.hide-nav-enter-active[data-v-faa4786e], .hide-nav-leave-active[data-v-faa4786e] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-faa4786e], .hide-nav-leave[data-v-faa4786e] {
  height: -400;
}
.icon-large[data-v-faa4786e] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-faa4786e] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-faa4786e] {
  padding: 0 30px;
}
.dropdown-selection[data-v-faa4786e] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-faa4786e] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-faa4786e] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-faa4786e] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-faa4786e] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-faa4786e] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-faa4786e] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-faa4786e] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-faa4786e]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-faa4786e] {
  display: none;
}
.dd-select.frozen[data-v-faa4786e] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-faa4786e] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-faa4786e] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-faa4786e] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-faa4786e] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-faa4786e] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-faa4786e] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-faa4786e] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-faa4786e] {
  color: #000;
}
.dd-select .value[data-v-faa4786e] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-faa4786e]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-faa4786e] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-faa4786e], body[data-v-faa4786e] {
    background: #fff;
}
#page[data-v-faa4786e] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-faa4786e] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-faa4786e], #app[data-v-faa4786e], .base-layout[data-v-faa4786e] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-faa4786e] {
    height: auto;
}
.exercise-mode #header[data-v-faa4786e],
  .test-mode #header[data-v-faa4786e] {
    display: none;
}
.uk-table th[data-v-faa4786e], .uk-table td[data-v-faa4786e] {
    padding: 4px;
}
.navbar-padding-20[data-v-faa4786e], .navbar-padding-30[data-v-faa4786e] {
    padding: 0;
}
textarea[data-v-faa4786e] {
    max-width: 100%;
}
table.table-width-450[data-v-faa4786e], .table-width-450 table[data-v-faa4786e] {
    width: 450px !important;
}
table.table-width-550[data-v-faa4786e], .table-width-550 table[data-v-faa4786e] {
    width: 550px !important;
}
table.table-width-650[data-v-faa4786e], .table-width-650 table[data-v-faa4786e] {
    width: 650px !important;
}
table.table-width-750[data-v-faa4786e], .table-width-750 table[data-v-faa4786e] {
    width: 750px !important;
}
.img-width-450 img[data-v-faa4786e] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-faa4786e] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-faa4786e] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-faa4786e] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-faa4786e] {
    width: 150px;
}
.dropdown-selection[data-v-faa4786e] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-faa4786e] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-faa4786e] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-faa4786e] {
    font-size: 1rem;
}
}
#breadcrumb[data-v-faa4786e] {
  padding: 20px 20px 20px 20px;
}
#breadcrumb ul[data-v-faa4786e] {
  align-items: center;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#breadcrumb ul li[data-v-faa4786e] {
  display: inline-block;
  font-size: 21px;
  color: #00549E;
  font-weight: 600;
}
#breadcrumb ul li img[data-v-faa4786e] {
  width: 43px;
  margin-right: 5px;
  border-radius: 3px;
}
#breadcrumb ul li.mobileBack[data-v-faa4786e] {
  display: none;
}
#breadcrumb ul li.mobileBack img[data-v-faa4786e] {
  margin: 0;
  background: #00549E;
}
.test-mode #breadcrumb .mobileBack img[data-v-faa4786e] {
  background: #006325 !important;
}
.test-mode.test-active #breadcrumb[data-v-faa4786e], .revision.test-active #breadcrumb[data-v-faa4786e] {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
#breadcrumb ul > li img[data-v-faa4786e] {
    width: 38px;
}
#breadcrumb ul > li.professionTitle[data-v-faa4786e] {
    display: none;
}
.test-mode #breadcrumb.realTest[data-v-faa4786e] {
    padding-bottom: 10px;
    padding-top: 20px;
}
.exercise-mode .mobileBack[data-v-faa4786e], .test-mode:not(.test-active) .mobileBack[data-v-faa4786e] {
    display: inline-block !important;
}
.exercise-mode .mobileBack img[data-v-faa4786e], .test-mode:not(.test-active) .mobileBack img[data-v-faa4786e] {
    margin-right: 0 !important;
}
}
html, body {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1, h2, h3, h4, h5, h6,
input, select, textarea {
  font-family: "Source Sans Pro";
}
img {
  height: auto;
}
hr {
  color: #00549E;
  border-color: #00549E;
}
em {
  color: black !important;
}
:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary {
  background: #e8efea;
  color: #000;
}
.uk-button {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link {
  color: #000;
}
.uk-button-link:hover, .uk-button-link:active, .uk-button-link:focus {
  text-decoration: none;
}
.uk-button-primary, .uk-button-primary:hover, .uk-button-primary:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary, .uk-button-secondary:hover, .uk-button-secondary:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link, a {
  color: #00549E;
}
.uk-padding-small {
  padding: 5px;
}
.uk-padding {
  padding: 15px;
}
.uk-padding-large {
  padding: 30px;
}
.uk-margin-medium-left {
  margin-left: 30px !important;
}
.uk-margin-medium-right {
  margin-right: 30px !important;
}
.uk-margin-large-left {
  margin-left: 45px !important;
}
.uk-margin-large-right {
  margin-right: 45px !important;
}
.uk-checkbox:checked {
  background-color: #00549E;
}
.uk-checkbox:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary {
  color: #00549E !important;
}
.uk-text-secondary {
  color: #006325 !important;
}
.uk-text-large {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text {
  color: white !important;
}
:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader {
  background: #fff;
  z-index: 999;
}
#page {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page, #app, .base-layout {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak] {
  display: none;
}
.flexing-out, #content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content {
  text-align: center;
}
.clickable {
  cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}
.hidden { /*visibility: hidden;*/
  display: none;
}
.vanish {
  display: none;
}
.disabled {
  opacity: 0.4;
}
.nobold {
  font-weight: normal;
}
.rightAnswer {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor, .revision .secondaryTestBgColor {
  background-color: #E5EEF5 !important;
}
.exerciseColor {
  background-color: #00549E !important;
}
.testColor {
  background-color: #006325 !important;
}
.exerciseFgColor {
  color: #00549E !important;
}
.testFgColor {
  color: #006325 !important;
}
.test-mode .uk-button-primary {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a, .test-mode .uk-link {
  color: #006325;
}
.bildunterschrift {
  font-size: 13px;
  line-height: 1;
}
.textbox {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr:hover, .uk-table-hover > tr:hover {
  background: #eee;
}
.uk-table {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th, .uk-table td {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse, .table-collapse table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td, table.table-center th, .table-center table td, .table-center table th {
  text-align: center !important;
}
table.table-expand, .table-expand table {
  width: 100%;
}
table.table-padding-remove td, table.table-padding-remove th, .table-padding-remove table td, .table-padding-remove table th {
  padding: 0 !important;
}
table.table-padding-small td, table.table-padding-small th, .table-padding-small table td, .table-padding-small table th {
  padding: 3px !important;
}
table.table-white td, .table-white table td, table.table-white th, .table-white table th {
  background: #fff;
}
td:empty {
  background: #fff;
}
th:empty {
  display: none;
}
.no-interaction {
  position: relative;
}
.no-interaction:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img, .table-no-scale img {
  max-width: none;
}
.uk-select {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox:checked {
  border-color: #00549E;
}
.input-white input[type=text] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button {
  padding-right: 25px !important;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.fade-enter-active {
  transition: opacity 1.25s ease;
}
.fade-enter-to, .fade-leave {
  opacity: 1;
}
.fade-side-enter, .fade-side-leave-to {
  opacity: 0;
}
.fade-side-enter-active, .fade-side-leave-active {
  transition: opacity 150ms ease;
}
.fade-side-enter-to, .fade-side-leave {
  opacity: 1;
}
.fade-page-enter, .fade-page-leave-to {
  opacity: 0;
}
.fade-page-enter-active, .fade-page-leave-active {
  transition: opacity 300ms ease;
}
.fade-page-enter-to, .fade-page-leave {
  opacity: 1;
}
.slide-enter, .slide-leave-to {
  width: 0;
}
.slide-enter-active, .slide-leave-active {
  transition: width 100ms ease;
}
.slide-enter-to, .slide-leave {
  width: 100%;
}
.hide-nav-enter, .hide-nav-leave-to {
  height: 0;
}
.hide-nav-enter-active, .hide-nav-leave-active {
  transition: height 150ms ease;
}
.hide-nav-enter-to, .hide-nav-leave {
  height: -400;
}
.icon-large {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20 {
  padding: 0 20px;
}
.navbar-padding-30 {
  padding: 0 30px;
}
.dropdown-selection {
  display: inline-block;
}
.dropdown-selection .dropdown-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor {
  cursor: pointer;
}
.dropdown-selection .without-cursor {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a:hover {
  background: #e5eef5;
}
.dd-select select {
  display: none;
}
.dd-select.frozen {
  border: 0 !important;
}
.dd-select.frozen .dd-selections {
  display: none;
}
.dd-select.frozen .dd-button {
  cursor: auto;
}
.dd-select.item-correct .dd-button {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button {
  border: 1px solid #f14a50 !important;
}
.dd-select {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection {
  padding: 0;
}
.dd-select .dropdown-button {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon {
  color: #000;
}
.dd-select .value {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html, body {
    background: #fff;
}
#page {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app {
    min-height: 0;
    max-height: unset;
}
#page, #app, .base-layout {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img {
    height: auto;
}
.exercise-mode #header,
  .test-mode #header {
    display: none;
}
.uk-table th, .uk-table td {
    padding: 4px;
}
.navbar-padding-20, .navbar-padding-30 {
    padding: 0;
}
textarea {
    max-width: 100%;
}
table.table-width-450, .table-width-450 table {
    width: 450px !important;
}
table.table-width-550, .table-width-550 table {
    width: 550px !important;
}
table.table-width-650, .table-width-650 table {
    width: 650px !important;
}
table.table-width-750, .table-width-750 table {
    width: 750px !important;
}
.img-width-450 img {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large {
    width: 150px;
}
.dropdown-selection {
    display: block;
}
.dropdown-selection .dropdown-button {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
    font-size: 1rem;
}
}
#content {
  flex-direction: column;
  justify-content: flex-start !important;
  margin: 0;
  padding: 0;
  flex: 1;
  min-height: 0;
  overflow: auto;
}
#content.container-testmode, .demo {
  /*
  .question, .head, .abschnitt {
      padding-left:100px !important;
  }
  */
}
#content.container-testmode .question, .demo .question {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
#banner[data-v-7a2dba13] {
  margin-bottom: 0;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 50px !important;
  text-align: center;
}
.flexing-out[data-v-7a2dba13], #activities-layout .activities-content[data-v-7a2dba13], #activities-layout[data-v-7a2dba13] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#activities-layout[data-v-7a2dba13] {
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  min-width: 0;
}
#activities-layout .navbar[data-v-7a2dba13] {
  width: 100%;
  min-height: 45px;
  color: #fff;
  box-sizing: border-box;
}
#activities-layout .navbar .hidden[data-v-7a2dba13] {
  display: block !important;
  visibility: hidden;
}
#activities-layout .activities-content[data-v-7a2dba13] {
  flex: 1;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
#activities-layout .controls-bar[data-v-7a2dba13] {
  height: 45px;
}
.exercise-mode #activities-layout .navbar[data-v-7a2dba13], .test-mode #activities-layout .navbar[data-v-7a2dba13], .demo #activities-layout .navbar[data-v-7a2dba13], .bookmarks #activities-layout .navbar[data-v-7a2dba13], .test-active #activities-layout .navbar[data-v-7a2dba13], .revision #activities-layout .navbar[data-v-7a2dba13], .revisionResults #activities-layout .navbar[data-v-7a2dba13] {
  padding: 12px 20px 13px;
}
@media screen and (max-width: 768px) {
#activities-layout .navbar[data-v-7a2dba13] {
    padding-left: 20px;
    padding-right: 20px;
}
.myarea #activities-layout .navbar[data-v-7a2dba13], .bills #activities-layout .navbar[data-v-7a2dba13], .licences #activities-layout .navbar[data-v-7a2dba13], .statistics #activities-layout .navbar[data-v-7a2dba13], .testStats #activities-layout .navbar[data-v-7a2dba13] {
    padding-left: 0;
    padding-right: 0;
}
.revision:not(.test-active) #activities-layout .navbar > div[data-v-7a2dba13], .test-mode:not(.test-active) #activities-layout .navbar > div[data-v-7a2dba13] {
    flex-flow: column wrap;
}
}
html[data-v-ba2577f2], body[data-v-ba2577f2] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-ba2577f2] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-ba2577f2], h2[data-v-ba2577f2], h3[data-v-ba2577f2], h4[data-v-ba2577f2], h5[data-v-ba2577f2], h6[data-v-ba2577f2],
input[data-v-ba2577f2], select[data-v-ba2577f2], textarea[data-v-ba2577f2] {
  font-family: "Source Sans Pro";
}
img[data-v-ba2577f2] {
  height: auto;
}
hr[data-v-ba2577f2] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-ba2577f2] {
  color: black !important;
}
[data-v-ba2577f2]:focus {
  outline: 0;
}
a[data-v-ba2577f2]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-ba2577f2] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-ba2577f2] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-ba2577f2] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-ba2577f2]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-ba2577f2] {
  color: #000;
}
.uk-button-link[data-v-ba2577f2]:hover, .uk-button-link[data-v-ba2577f2]:active, .uk-button-link[data-v-ba2577f2]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-ba2577f2], .uk-button-primary[data-v-ba2577f2]:hover, .uk-button-primary[data-v-ba2577f2]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-ba2577f2]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-ba2577f2], .uk-button-secondary[data-v-ba2577f2]:hover, .uk-button-secondary[data-v-ba2577f2]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-ba2577f2]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-ba2577f2]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-ba2577f2], a[data-v-ba2577f2] {
  color: #00549E;
}
.uk-padding-small[data-v-ba2577f2] {
  padding: 5px;
}
.uk-padding[data-v-ba2577f2] {
  padding: 15px;
}
.uk-padding-large[data-v-ba2577f2] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-ba2577f2] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-ba2577f2] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-ba2577f2] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-ba2577f2] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-ba2577f2]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-ba2577f2]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-ba2577f2]:focus, .uk-select[data-v-ba2577f2]:focus, .uk-textarea[data-v-ba2577f2]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-ba2577f2] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-ba2577f2] {
  color: #006325 !important;
}
.uk-text-large[data-v-ba2577f2] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-ba2577f2] {
  color: white !important;
}
[data-v-ba2577f2]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-ba2577f2]::-webkit-scrollbar {
  width: 5px;
}
[data-v-ba2577f2]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-ba2577f2]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-ba2577f2]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-ba2577f2] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-ba2577f2] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-ba2577f2] {
  background: #fff;
  z-index: 999;
}
#page[data-v-ba2577f2] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-ba2577f2] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-ba2577f2], #app[data-v-ba2577f2], .base-layout[data-v-ba2577f2] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-ba2577f2] {
  display: none;
}
.flexing-out[data-v-ba2577f2] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-ba2577f2] {
  text-align: center;
}
.clickable[data-v-ba2577f2] {
  cursor: pointer;
}
.nowrap[data-v-ba2577f2] {
  white-space: nowrap;
}
.hidden[data-v-ba2577f2] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-ba2577f2] {
  display: none;
}
.disabled[data-v-ba2577f2] {
  opacity: 0.4;
}
.nobold[data-v-ba2577f2] {
  font-weight: normal;
}
.rightAnswer[data-v-ba2577f2] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-ba2577f2] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-ba2577f2] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-ba2577f2] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-ba2577f2] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-ba2577f2], .revision .secondaryTestBgColor[data-v-ba2577f2] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-ba2577f2] {
  background-color: #00549E !important;
}
.testColor[data-v-ba2577f2] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-ba2577f2] {
  color: #00549E !important;
}
.testFgColor[data-v-ba2577f2] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-ba2577f2] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-ba2577f2], .test-mode .uk-link[data-v-ba2577f2] {
  color: #006325;
}
.bildunterschrift[data-v-ba2577f2] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-ba2577f2] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-ba2577f2]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-ba2577f2]:hover, .uk-table-hover > tr[data-v-ba2577f2]:hover {
  background: #eee;
}
.uk-table[data-v-ba2577f2] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-ba2577f2], .uk-table td[data-v-ba2577f2] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-ba2577f2] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-ba2577f2], .table-collapse table[data-v-ba2577f2] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-ba2577f2], table.table-center th[data-v-ba2577f2], .table-center table td[data-v-ba2577f2], .table-center table th[data-v-ba2577f2] {
  text-align: center !important;
}
table.table-expand[data-v-ba2577f2], .table-expand table[data-v-ba2577f2] {
  width: 100%;
}
table.table-padding-remove td[data-v-ba2577f2], table.table-padding-remove th[data-v-ba2577f2], .table-padding-remove table td[data-v-ba2577f2], .table-padding-remove table th[data-v-ba2577f2] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-ba2577f2], table.table-padding-small th[data-v-ba2577f2], .table-padding-small table td[data-v-ba2577f2], .table-padding-small table th[data-v-ba2577f2] {
  padding: 3px !important;
}
table.table-white td[data-v-ba2577f2], .table-white table td[data-v-ba2577f2], table.table-white th[data-v-ba2577f2], .table-white table th[data-v-ba2577f2] {
  background: #fff;
}
td[data-v-ba2577f2]:empty {
  background: #fff;
}
th[data-v-ba2577f2]:empty {
  display: none;
}
.no-interaction[data-v-ba2577f2] {
  position: relative;
}
.no-interaction[data-v-ba2577f2]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-ba2577f2], .table-no-scale img[data-v-ba2577f2] {
  max-width: none;
}
.uk-select[data-v-ba2577f2] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-ba2577f2] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-ba2577f2]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-ba2577f2] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-ba2577f2] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-ba2577f2] {
  padding-right: 25px !important;
}
.fade-enter[data-v-ba2577f2], .fade-leave-to[data-v-ba2577f2] {
  opacity: 0;
}
.fade-enter-active[data-v-ba2577f2] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-ba2577f2], .fade-leave[data-v-ba2577f2] {
  opacity: 1;
}
.fade-side-enter[data-v-ba2577f2], .fade-side-leave-to[data-v-ba2577f2] {
  opacity: 0;
}
.fade-side-enter-active[data-v-ba2577f2], .fade-side-leave-active[data-v-ba2577f2] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-ba2577f2], .fade-side-leave[data-v-ba2577f2] {
  opacity: 1;
}
.fade-page-enter[data-v-ba2577f2], .fade-page-leave-to[data-v-ba2577f2] {
  opacity: 0;
}
.fade-page-enter-active[data-v-ba2577f2], .fade-page-leave-active[data-v-ba2577f2] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-ba2577f2], .fade-page-leave[data-v-ba2577f2] {
  opacity: 1;
}
.slide-enter[data-v-ba2577f2], .slide-leave-to[data-v-ba2577f2] {
  width: 0;
}
.slide-enter-active[data-v-ba2577f2], .slide-leave-active[data-v-ba2577f2] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-ba2577f2], .slide-leave[data-v-ba2577f2] {
  width: 100%;
}
.hide-nav-enter[data-v-ba2577f2], .hide-nav-leave-to[data-v-ba2577f2] {
  height: 0;
}
.hide-nav-enter-active[data-v-ba2577f2], .hide-nav-leave-active[data-v-ba2577f2] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-ba2577f2], .hide-nav-leave[data-v-ba2577f2] {
  height: -400;
}
.icon-large[data-v-ba2577f2] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-ba2577f2] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-ba2577f2] {
  padding: 0 30px;
}
.dropdown-selection[data-v-ba2577f2] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-ba2577f2] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-ba2577f2] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-ba2577f2] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-ba2577f2] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-ba2577f2] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-ba2577f2] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-ba2577f2] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-ba2577f2]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-ba2577f2] {
  display: none;
}
.dd-select.frozen[data-v-ba2577f2] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-ba2577f2] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-ba2577f2] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-ba2577f2] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-ba2577f2] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-ba2577f2] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-ba2577f2] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-ba2577f2] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-ba2577f2] {
  color: #000;
}
.dd-select .value[data-v-ba2577f2] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-ba2577f2]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-ba2577f2] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-ba2577f2], body[data-v-ba2577f2] {
    background: #fff;
}
#page[data-v-ba2577f2] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-ba2577f2] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-ba2577f2], #app[data-v-ba2577f2], .base-layout[data-v-ba2577f2] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-ba2577f2] {
    height: auto;
}
.exercise-mode #header[data-v-ba2577f2],
  .test-mode #header[data-v-ba2577f2] {
    display: none;
}
.uk-table th[data-v-ba2577f2], .uk-table td[data-v-ba2577f2] {
    padding: 4px;
}
.navbar-padding-20[data-v-ba2577f2], .navbar-padding-30[data-v-ba2577f2] {
    padding: 0;
}
textarea[data-v-ba2577f2] {
    max-width: 100%;
}
table.table-width-450[data-v-ba2577f2], .table-width-450 table[data-v-ba2577f2] {
    width: 450px !important;
}
table.table-width-550[data-v-ba2577f2], .table-width-550 table[data-v-ba2577f2] {
    width: 550px !important;
}
table.table-width-650[data-v-ba2577f2], .table-width-650 table[data-v-ba2577f2] {
    width: 650px !important;
}
table.table-width-750[data-v-ba2577f2], .table-width-750 table[data-v-ba2577f2] {
    width: 750px !important;
}
.img-width-450 img[data-v-ba2577f2] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-ba2577f2] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-ba2577f2] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-ba2577f2] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-ba2577f2] {
    width: 150px;
}
.dropdown-selection[data-v-ba2577f2] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-ba2577f2] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-ba2577f2] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-ba2577f2] {
    font-size: 1rem;
}
}
div:not(.left-side) .navigation-header[data-v-ba2577f2] {
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
  background: #00549E;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  border-left: 1px solid #00549E;
  border-right: 2px solid #fff;
}
div:not(.left-side) .navigation-header img[data-v-ba2577f2] {
  width: 38px;
  height: 38px;
  margin-right: 5px;
  margin-bottom: 4px;
}
div:not(.left-side) .navigation-header .more[data-v-ba2577f2] {
  padding: 5px 10px;
  color: #000;
}
div:not(.left-side) .navigation-header .more[data-v-ba2577f2]:hover {
  color: #00549E;
}
div:not(.left-side) .navigation-header[data-v-ba2577f2]:hover, div:not(.left-side) .navigation-header.active[data-v-ba2577f2] {
  background: #fff;
  color: #00549E;
  border-top: 1px solid #00549E;
}
div:not(.left-side) .navigation-header[data-v-ba2577f2]:hover:after, div:not(.left-side) .navigation-header.active[data-v-ba2577f2]:after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -1px;
  width: 2px;
  height: 44px;
  background: #fff;
  border-left: 1px solid #00549E;
  border-bottom: 1px solid #00549E;
}
@media screen and (max-width: 768px) {
div:not(.left-side) .navigation-header[data-v-ba2577f2] {
    padding-left: 10px;
    padding-right: 10px;
}
div:not(.left-side) .navigation-header img[data-v-ba2577f2] {
    display: none;
}
}

.specialActionBtn[data-v-2084729f] {
        width: 75px !important;
        justify-self: flex-end;
}

html[data-v-81f29f86], body[data-v-81f29f86] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-81f29f86] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-81f29f86], h2[data-v-81f29f86], h3[data-v-81f29f86], h4[data-v-81f29f86], h5[data-v-81f29f86], h6[data-v-81f29f86],
input[data-v-81f29f86], select[data-v-81f29f86], textarea[data-v-81f29f86] {
  font-family: "Source Sans Pro";
}
img[data-v-81f29f86] {
  height: auto;
}
hr[data-v-81f29f86] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-81f29f86] {
  color: black !important;
}
[data-v-81f29f86]:focus {
  outline: 0;
}
a[data-v-81f29f86]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-81f29f86] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-81f29f86] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-81f29f86] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-81f29f86]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-81f29f86] {
  color: #000;
}
.uk-button-link[data-v-81f29f86]:hover, .uk-button-link[data-v-81f29f86]:active, .uk-button-link[data-v-81f29f86]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-81f29f86], .uk-button-primary[data-v-81f29f86]:hover, .uk-button-primary[data-v-81f29f86]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-81f29f86]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-81f29f86], .uk-button-secondary[data-v-81f29f86]:hover, .uk-button-secondary[data-v-81f29f86]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-81f29f86]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-81f29f86]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-81f29f86], a[data-v-81f29f86] {
  color: #00549E;
}
.uk-padding-small[data-v-81f29f86] {
  padding: 5px;
}
.uk-padding[data-v-81f29f86] {
  padding: 15px;
}
.uk-padding-large[data-v-81f29f86] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-81f29f86] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-81f29f86] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-81f29f86] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-81f29f86] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-81f29f86]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-81f29f86]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-81f29f86]:focus, .uk-select[data-v-81f29f86]:focus, .uk-textarea[data-v-81f29f86]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-81f29f86] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-81f29f86] {
  color: #006325 !important;
}
.uk-text-large[data-v-81f29f86] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-81f29f86] {
  color: white !important;
}
[data-v-81f29f86]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-81f29f86]::-webkit-scrollbar {
  width: 5px;
}
[data-v-81f29f86]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-81f29f86]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-81f29f86]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-81f29f86] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-81f29f86] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-81f29f86] {
  background: #fff;
  z-index: 999;
}
#page[data-v-81f29f86] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-81f29f86] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-81f29f86], #app[data-v-81f29f86], .base-layout[data-v-81f29f86] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-81f29f86] {
  display: none;
}
.flexing-out[data-v-81f29f86] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-81f29f86] {
  text-align: center;
}
.clickable[data-v-81f29f86] {
  cursor: pointer;
}
.nowrap[data-v-81f29f86] {
  white-space: nowrap;
}
.hidden[data-v-81f29f86] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-81f29f86] {
  display: none;
}
.disabled[data-v-81f29f86] {
  opacity: 0.4;
}
.nobold[data-v-81f29f86] {
  font-weight: normal;
}
.rightAnswer[data-v-81f29f86] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-81f29f86] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-81f29f86] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-81f29f86] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-81f29f86] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-81f29f86], .revision .secondaryTestBgColor[data-v-81f29f86] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-81f29f86] {
  background-color: #00549E !important;
}
.testColor[data-v-81f29f86] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-81f29f86] {
  color: #00549E !important;
}
.testFgColor[data-v-81f29f86] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-81f29f86] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-81f29f86], .test-mode .uk-link[data-v-81f29f86] {
  color: #006325;
}
.bildunterschrift[data-v-81f29f86] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-81f29f86] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-81f29f86]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-81f29f86]:hover, .uk-table-hover > tr[data-v-81f29f86]:hover {
  background: #eee;
}
.uk-table[data-v-81f29f86] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-81f29f86], .uk-table td[data-v-81f29f86] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-81f29f86] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-81f29f86], .table-collapse table[data-v-81f29f86] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-81f29f86], table.table-center th[data-v-81f29f86], .table-center table td[data-v-81f29f86], .table-center table th[data-v-81f29f86] {
  text-align: center !important;
}
table.table-expand[data-v-81f29f86], .table-expand table[data-v-81f29f86] {
  width: 100%;
}
table.table-padding-remove td[data-v-81f29f86], table.table-padding-remove th[data-v-81f29f86], .table-padding-remove table td[data-v-81f29f86], .table-padding-remove table th[data-v-81f29f86] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-81f29f86], table.table-padding-small th[data-v-81f29f86], .table-padding-small table td[data-v-81f29f86], .table-padding-small table th[data-v-81f29f86] {
  padding: 3px !important;
}
table.table-white td[data-v-81f29f86], .table-white table td[data-v-81f29f86], table.table-white th[data-v-81f29f86], .table-white table th[data-v-81f29f86] {
  background: #fff;
}
td[data-v-81f29f86]:empty {
  background: #fff;
}
th[data-v-81f29f86]:empty {
  display: none;
}
.no-interaction[data-v-81f29f86] {
  position: relative;
}
.no-interaction[data-v-81f29f86]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-81f29f86], .table-no-scale img[data-v-81f29f86] {
  max-width: none;
}
.uk-select[data-v-81f29f86] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-81f29f86] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-81f29f86]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-81f29f86] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-81f29f86] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-81f29f86] {
  padding-right: 25px !important;
}
.fade-enter[data-v-81f29f86], .fade-leave-to[data-v-81f29f86] {
  opacity: 0;
}
.fade-enter-active[data-v-81f29f86] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-81f29f86], .fade-leave[data-v-81f29f86] {
  opacity: 1;
}
.fade-side-enter[data-v-81f29f86], .fade-side-leave-to[data-v-81f29f86] {
  opacity: 0;
}
.fade-side-enter-active[data-v-81f29f86], .fade-side-leave-active[data-v-81f29f86] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-81f29f86], .fade-side-leave[data-v-81f29f86] {
  opacity: 1;
}
.fade-page-enter[data-v-81f29f86], .fade-page-leave-to[data-v-81f29f86] {
  opacity: 0;
}
.fade-page-enter-active[data-v-81f29f86], .fade-page-leave-active[data-v-81f29f86] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-81f29f86], .fade-page-leave[data-v-81f29f86] {
  opacity: 1;
}
.slide-enter[data-v-81f29f86], .slide-leave-to[data-v-81f29f86] {
  width: 0;
}
.slide-enter-active[data-v-81f29f86], .slide-leave-active[data-v-81f29f86] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-81f29f86], .slide-leave[data-v-81f29f86] {
  width: 100%;
}
.hide-nav-enter[data-v-81f29f86], .hide-nav-leave-to[data-v-81f29f86] {
  height: 0;
}
.hide-nav-enter-active[data-v-81f29f86], .hide-nav-leave-active[data-v-81f29f86] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-81f29f86], .hide-nav-leave[data-v-81f29f86] {
  height: -400;
}
.icon-large[data-v-81f29f86] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-81f29f86] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-81f29f86] {
  padding: 0 30px;
}
.dropdown-selection[data-v-81f29f86] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-81f29f86] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-81f29f86] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-81f29f86] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-81f29f86] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-81f29f86] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-81f29f86] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-81f29f86] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-81f29f86]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-81f29f86] {
  display: none;
}
.dd-select.frozen[data-v-81f29f86] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-81f29f86] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-81f29f86] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-81f29f86] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-81f29f86] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-81f29f86] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-81f29f86] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-81f29f86] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-81f29f86] {
  color: #000;
}
.dd-select .value[data-v-81f29f86] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-81f29f86]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-81f29f86] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-81f29f86], body[data-v-81f29f86] {
    background: #fff;
}
#page[data-v-81f29f86] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-81f29f86] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-81f29f86], #app[data-v-81f29f86], .base-layout[data-v-81f29f86] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-81f29f86] {
    height: auto;
}
.exercise-mode #header[data-v-81f29f86],
  .test-mode #header[data-v-81f29f86] {
    display: none;
}
.uk-table th[data-v-81f29f86], .uk-table td[data-v-81f29f86] {
    padding: 4px;
}
.navbar-padding-20[data-v-81f29f86], .navbar-padding-30[data-v-81f29f86] {
    padding: 0;
}
textarea[data-v-81f29f86] {
    max-width: 100%;
}
table.table-width-450[data-v-81f29f86], .table-width-450 table[data-v-81f29f86] {
    width: 450px !important;
}
table.table-width-550[data-v-81f29f86], .table-width-550 table[data-v-81f29f86] {
    width: 550px !important;
}
table.table-width-650[data-v-81f29f86], .table-width-650 table[data-v-81f29f86] {
    width: 650px !important;
}
table.table-width-750[data-v-81f29f86], .table-width-750 table[data-v-81f29f86] {
    width: 750px !important;
}
.img-width-450 img[data-v-81f29f86] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-81f29f86] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-81f29f86] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-81f29f86] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-81f29f86] {
    width: 150px;
}
.dropdown-selection[data-v-81f29f86] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-81f29f86] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-81f29f86] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-81f29f86] {
    font-size: 1rem;
}
}
.personal-area[data-v-81f29f86] {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 45px 90px 45px 45px;
}
.personal-area .content-container[data-v-81f29f86] {
  width: 100%;
  padding-left: 25px;
  padding-bottom: 45px;
}
.personal-area .icon[data-v-81f29f86] {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 768px) {
.personal-area[data-v-81f29f86] {
    padding: 20px 20px 60px;
}
.personal-area .icon[data-v-81f29f86] {
    display: none;
}
.personal-area .content-container[data-v-81f29f86] {
    padding-left: 0;
    padding-bottom: 0;
}
}

.modal {
        color: black;
}
.modal-btn {
        margin-bottom: 0 !important;
}
.uk-modal-footer {
        display: flex;
        gap: 2px;
        justify-content: flex-end;
}
@media screen and (max-width: 768px) {
.uk-modal-header, .uk-modal-footer {
            padding: 15px 20px;
}
.uk-modal-body {
            padding: 30px 20px;
}
.uk-modal-title {
            font-size:1.5rem;
            line-height:1.3em;
}
}

html[data-v-4c08f7f0], body[data-v-4c08f7f0] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-4c08f7f0] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-4c08f7f0], h2[data-v-4c08f7f0], h3[data-v-4c08f7f0], h4[data-v-4c08f7f0], h5[data-v-4c08f7f0], h6[data-v-4c08f7f0],
input[data-v-4c08f7f0], select[data-v-4c08f7f0], textarea[data-v-4c08f7f0] {
  font-family: "Source Sans Pro";
}
img[data-v-4c08f7f0] {
  height: auto;
}
hr[data-v-4c08f7f0] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-4c08f7f0] {
  color: black !important;
}
[data-v-4c08f7f0]:focus {
  outline: 0;
}
a[data-v-4c08f7f0]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-4c08f7f0] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-4c08f7f0] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-4c08f7f0] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-4c08f7f0]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-4c08f7f0] {
  color: #000;
}
.uk-button-link[data-v-4c08f7f0]:hover, .uk-button-link[data-v-4c08f7f0]:active, .uk-button-link[data-v-4c08f7f0]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-4c08f7f0], .uk-button-primary[data-v-4c08f7f0]:hover, .uk-button-primary[data-v-4c08f7f0]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-4c08f7f0]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-4c08f7f0], .uk-button-secondary[data-v-4c08f7f0]:hover, .uk-button-secondary[data-v-4c08f7f0]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-4c08f7f0]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-4c08f7f0]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-4c08f7f0], a[data-v-4c08f7f0] {
  color: #00549E;
}
.uk-padding-small[data-v-4c08f7f0] {
  padding: 5px;
}
.uk-padding[data-v-4c08f7f0] {
  padding: 15px;
}
.uk-padding-large[data-v-4c08f7f0] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-4c08f7f0] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-4c08f7f0] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-4c08f7f0] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-4c08f7f0] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-4c08f7f0]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-4c08f7f0]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-4c08f7f0]:focus, .uk-select[data-v-4c08f7f0]:focus, .uk-textarea[data-v-4c08f7f0]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-4c08f7f0] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-4c08f7f0] {
  color: #006325 !important;
}
.uk-text-large[data-v-4c08f7f0] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-4c08f7f0] {
  color: white !important;
}
[data-v-4c08f7f0]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-4c08f7f0]::-webkit-scrollbar {
  width: 5px;
}
[data-v-4c08f7f0]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-4c08f7f0]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-4c08f7f0]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-4c08f7f0] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-4c08f7f0] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-4c08f7f0] {
  background: #fff;
  z-index: 999;
}
#page[data-v-4c08f7f0] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-4c08f7f0] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-4c08f7f0], #app[data-v-4c08f7f0], .base-layout[data-v-4c08f7f0] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-4c08f7f0] {
  display: none;
}
.flexing-out[data-v-4c08f7f0] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-4c08f7f0] {
  text-align: center;
}
.clickable[data-v-4c08f7f0] {
  cursor: pointer;
}
.nowrap[data-v-4c08f7f0] {
  white-space: nowrap;
}
.hidden[data-v-4c08f7f0] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-4c08f7f0] {
  display: none;
}
.disabled[data-v-4c08f7f0] {
  opacity: 0.4;
}
.nobold[data-v-4c08f7f0] {
  font-weight: normal;
}
.rightAnswer[data-v-4c08f7f0] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-4c08f7f0] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-4c08f7f0] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-4c08f7f0] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-4c08f7f0] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-4c08f7f0], .revision .secondaryTestBgColor[data-v-4c08f7f0] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-4c08f7f0] {
  background-color: #00549E !important;
}
.testColor[data-v-4c08f7f0] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-4c08f7f0] {
  color: #00549E !important;
}
.testFgColor[data-v-4c08f7f0] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-4c08f7f0] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-4c08f7f0], .test-mode .uk-link[data-v-4c08f7f0] {
  color: #006325;
}
.bildunterschrift[data-v-4c08f7f0] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-4c08f7f0] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-4c08f7f0]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-4c08f7f0]:hover, .uk-table-hover > tr[data-v-4c08f7f0]:hover {
  background: #eee;
}
.uk-table[data-v-4c08f7f0] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-4c08f7f0], .uk-table td[data-v-4c08f7f0] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-4c08f7f0] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-4c08f7f0], .table-collapse table[data-v-4c08f7f0] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-4c08f7f0], table.table-center th[data-v-4c08f7f0], .table-center table td[data-v-4c08f7f0], .table-center table th[data-v-4c08f7f0] {
  text-align: center !important;
}
table.table-expand[data-v-4c08f7f0], .table-expand table[data-v-4c08f7f0] {
  width: 100%;
}
table.table-padding-remove td[data-v-4c08f7f0], table.table-padding-remove th[data-v-4c08f7f0], .table-padding-remove table td[data-v-4c08f7f0], .table-padding-remove table th[data-v-4c08f7f0] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-4c08f7f0], table.table-padding-small th[data-v-4c08f7f0], .table-padding-small table td[data-v-4c08f7f0], .table-padding-small table th[data-v-4c08f7f0] {
  padding: 3px !important;
}
table.table-white td[data-v-4c08f7f0], .table-white table td[data-v-4c08f7f0], table.table-white th[data-v-4c08f7f0], .table-white table th[data-v-4c08f7f0] {
  background: #fff;
}
td[data-v-4c08f7f0]:empty {
  background: #fff;
}
th[data-v-4c08f7f0]:empty {
  display: none;
}
.no-interaction[data-v-4c08f7f0] {
  position: relative;
}
.no-interaction[data-v-4c08f7f0]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-4c08f7f0], .table-no-scale img[data-v-4c08f7f0] {
  max-width: none;
}
.uk-select[data-v-4c08f7f0] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-4c08f7f0] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-4c08f7f0]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-4c08f7f0] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-4c08f7f0] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-4c08f7f0] {
  padding-right: 25px !important;
}
.fade-enter[data-v-4c08f7f0], .fade-leave-to[data-v-4c08f7f0] {
  opacity: 0;
}
.fade-enter-active[data-v-4c08f7f0] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-4c08f7f0], .fade-leave[data-v-4c08f7f0] {
  opacity: 1;
}
.fade-side-enter[data-v-4c08f7f0], .fade-side-leave-to[data-v-4c08f7f0] {
  opacity: 0;
}
.fade-side-enter-active[data-v-4c08f7f0], .fade-side-leave-active[data-v-4c08f7f0] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-4c08f7f0], .fade-side-leave[data-v-4c08f7f0] {
  opacity: 1;
}
.fade-page-enter[data-v-4c08f7f0], .fade-page-leave-to[data-v-4c08f7f0] {
  opacity: 0;
}
.fade-page-enter-active[data-v-4c08f7f0], .fade-page-leave-active[data-v-4c08f7f0] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-4c08f7f0], .fade-page-leave[data-v-4c08f7f0] {
  opacity: 1;
}
.slide-enter[data-v-4c08f7f0], .slide-leave-to[data-v-4c08f7f0] {
  width: 0;
}
.slide-enter-active[data-v-4c08f7f0], .slide-leave-active[data-v-4c08f7f0] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-4c08f7f0], .slide-leave[data-v-4c08f7f0] {
  width: 100%;
}
.hide-nav-enter[data-v-4c08f7f0], .hide-nav-leave-to[data-v-4c08f7f0] {
  height: 0;
}
.hide-nav-enter-active[data-v-4c08f7f0], .hide-nav-leave-active[data-v-4c08f7f0] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-4c08f7f0], .hide-nav-leave[data-v-4c08f7f0] {
  height: -400;
}
.icon-large[data-v-4c08f7f0] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-4c08f7f0] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-4c08f7f0] {
  padding: 0 30px;
}
.dropdown-selection[data-v-4c08f7f0] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-4c08f7f0] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-4c08f7f0] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-4c08f7f0] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-4c08f7f0] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-4c08f7f0] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-4c08f7f0] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-4c08f7f0] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-4c08f7f0]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-4c08f7f0] {
  display: none;
}
.dd-select.frozen[data-v-4c08f7f0] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-4c08f7f0] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-4c08f7f0] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-4c08f7f0] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-4c08f7f0] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-4c08f7f0] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-4c08f7f0] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-4c08f7f0] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-4c08f7f0] {
  color: #000;
}
.dd-select .value[data-v-4c08f7f0] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-4c08f7f0]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-4c08f7f0] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-4c08f7f0], body[data-v-4c08f7f0] {
    background: #fff;
}
#page[data-v-4c08f7f0] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-4c08f7f0] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-4c08f7f0], #app[data-v-4c08f7f0], .base-layout[data-v-4c08f7f0] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-4c08f7f0] {
    height: auto;
}
.exercise-mode #header[data-v-4c08f7f0],
  .test-mode #header[data-v-4c08f7f0] {
    display: none;
}
.uk-table th[data-v-4c08f7f0], .uk-table td[data-v-4c08f7f0] {
    padding: 4px;
}
.navbar-padding-20[data-v-4c08f7f0], .navbar-padding-30[data-v-4c08f7f0] {
    padding: 0;
}
textarea[data-v-4c08f7f0] {
    max-width: 100%;
}
table.table-width-450[data-v-4c08f7f0], .table-width-450 table[data-v-4c08f7f0] {
    width: 450px !important;
}
table.table-width-550[data-v-4c08f7f0], .table-width-550 table[data-v-4c08f7f0] {
    width: 550px !important;
}
table.table-width-650[data-v-4c08f7f0], .table-width-650 table[data-v-4c08f7f0] {
    width: 650px !important;
}
table.table-width-750[data-v-4c08f7f0], .table-width-750 table[data-v-4c08f7f0] {
    width: 750px !important;
}
.img-width-450 img[data-v-4c08f7f0] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-4c08f7f0] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-4c08f7f0] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-4c08f7f0] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-4c08f7f0] {
    width: 150px;
}
.dropdown-selection[data-v-4c08f7f0] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-4c08f7f0] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-4c08f7f0] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-4c08f7f0] {
    font-size: 1rem;
}
}
h3[data-v-4c08f7f0] {
  padding: 0;
  margin-bottom: 0;
}
.master-data[data-v-4c08f7f0] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.master-data button[data-v-4c08f7f0] {
  align-self: stretch;
  margin-bottom: 5px;
}
.controls[data-v-4c08f7f0] {
  justify-content: flex-end !important;
}
@media screen and (max-width: 768px) {
.master-data[data-v-4c08f7f0] {
    flex-flow: row wrap;
}
.master-data .master-data-details[data-v-4c08f7f0] {
    width: 100%;
}
}
.flexible[data-v-1de8aec0], ul li .actions[data-v-1de8aec0], ul li .details[data-v-1de8aec0], ul li .data[data-v-1de8aec0], ul li[data-v-1de8aec0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul[data-v-1de8aec0] {
  margin: 0;
  padding: 0;
}
ul li[data-v-1de8aec0] {
  list-style: none;
  margin-bottom: 2px;
  background: #dce4f4;
}
ul li.subscription > div[data-v-1de8aec0] {
  padding: 5px 15px;
}
ul li .data[data-v-1de8aec0] {
  flex: 1;
}
@media screen and (max-width: 768px) {
.subscription[data-v-1de8aec0] {
    flex-flow: row wrap;
}
.subscription > div[data-v-1de8aec0] {
    padding: 10px 15px !important;
}
}
html, body {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1, h2, h3, h4, h5, h6,
input, select, textarea {
  font-family: "Source Sans Pro";
}
img {
  height: auto;
}
hr {
  color: #00549E;
  border-color: #00549E;
}
em {
  color: black !important;
}
:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary {
  background: #e8efea;
  color: #000;
}
.uk-button {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link {
  color: #000;
}
.uk-button-link:hover, .uk-button-link:active, .uk-button-link:focus {
  text-decoration: none;
}
.uk-button-primary, .uk-button-primary:hover, .uk-button-primary:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary, .uk-button-secondary:hover, .uk-button-secondary:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link, a {
  color: #00549E;
}
.uk-padding-small {
  padding: 5px;
}
.uk-padding {
  padding: 15px;
}
.uk-padding-large {
  padding: 30px;
}
.uk-margin-medium-left {
  margin-left: 30px !important;
}
.uk-margin-medium-right {
  margin-right: 30px !important;
}
.uk-margin-large-left {
  margin-left: 45px !important;
}
.uk-margin-large-right {
  margin-right: 45px !important;
}
.uk-checkbox:checked {
  background-color: #00549E;
}
.uk-checkbox:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary {
  color: #00549E !important;
}
.uk-text-secondary {
  color: #006325 !important;
}
.uk-text-large {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text {
  color: white !important;
}
:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader {
  background: #fff;
  z-index: 999;
}
#page {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page, #app, .base-layout {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak] {
  display: none;
}
.flexing-out, #exercise-layout, #exercise-layout .left-side, #exercise-layout .left-side .top, #exercise-layout .right-side {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content {
  text-align: center;
}
.clickable {
  cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}
.hidden { /*visibility: hidden;*/
  display: none;
}
.vanish {
  display: none;
}
.disabled {
  opacity: 0.4;
}
.nobold {
  font-weight: normal;
}
.rightAnswer {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor, .revision .secondaryTestBgColor {
  background-color: #E5EEF5 !important;
}
.exerciseColor {
  background-color: #00549E !important;
}
.testColor {
  background-color: #006325 !important;
}
.exerciseFgColor {
  color: #00549E !important;
}
.testFgColor {
  color: #006325 !important;
}
.test-mode .uk-button-primary {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a, .test-mode .uk-link {
  color: #006325;
}
.bildunterschrift {
  font-size: 13px;
  line-height: 1;
}
.textbox {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr:hover, .uk-table-hover > tr:hover {
  background: #eee;
}
.uk-table {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th, .uk-table td {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse, .table-collapse table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td, table.table-center th, .table-center table td, .table-center table th {
  text-align: center !important;
}
table.table-expand, .table-expand table {
  width: 100%;
}
table.table-padding-remove td, table.table-padding-remove th, .table-padding-remove table td, .table-padding-remove table th {
  padding: 0 !important;
}
table.table-padding-small td, table.table-padding-small th, .table-padding-small table td, .table-padding-small table th {
  padding: 3px !important;
}
table.table-white td, .table-white table td, table.table-white th, .table-white table th {
  background: #fff;
}
td:empty {
  background: #fff;
}
th:empty {
  display: none;
}
.no-interaction {
  position: relative;
}
.no-interaction:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img, .table-no-scale img {
  max-width: none;
}
.uk-select {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox:checked {
  border-color: #00549E;
}
.input-white input[type=text] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button {
  padding-right: 25px !important;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.fade-enter-active {
  transition: opacity 1.25s ease;
}
.fade-enter-to, .fade-leave {
  opacity: 1;
}
.fade-side-enter, .fade-side-leave-to {
  opacity: 0;
}
.fade-side-enter-active, .fade-side-leave-active {
  transition: opacity 150ms ease;
}
.fade-side-enter-to, .fade-side-leave {
  opacity: 1;
}
.fade-page-enter, .fade-page-leave-to {
  opacity: 0;
}
.fade-page-enter-active, .fade-page-leave-active {
  transition: opacity 300ms ease;
}
.fade-page-enter-to, .fade-page-leave {
  opacity: 1;
}
.slide-enter, .slide-leave-to {
  width: 0;
}
.slide-enter-active, .slide-leave-active {
  transition: width 100ms ease;
}
.slide-enter-to, .slide-leave {
  width: 100%;
}
.hide-nav-enter, .hide-nav-leave-to {
  height: 0;
}
.hide-nav-enter-active, .hide-nav-leave-active {
  transition: height 150ms ease;
}
.hide-nav-enter-to, .hide-nav-leave {
  height: -400;
}
.icon-large {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20 {
  padding: 0 20px;
}
.navbar-padding-30 {
  padding: 0 30px;
}
.dropdown-selection {
  display: inline-block;
}
.dropdown-selection .dropdown-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor {
  cursor: pointer;
}
.dropdown-selection .without-cursor {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a:hover {
  background: #e5eef5;
}
.dd-select select {
  display: none;
}
.dd-select.frozen {
  border: 0 !important;
}
.dd-select.frozen .dd-selections {
  display: none;
}
.dd-select.frozen .dd-button {
  cursor: auto;
}
.dd-select.item-correct .dd-button {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button {
  border: 1px solid #f14a50 !important;
}
.dd-select {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection {
  padding: 0;
}
.dd-select .dropdown-button {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon {
  color: #000;
}
.dd-select .value {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html, body {
    background: #fff;
}
#page {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app {
    min-height: 0;
    max-height: unset;
}
#page, #app, .base-layout {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img {
    height: auto;
}
.exercise-mode #header,
  .test-mode #header {
    display: none;
}
.uk-table th, .uk-table td {
    padding: 4px;
}
.navbar-padding-20, .navbar-padding-30 {
    padding: 0;
}
textarea {
    max-width: 100%;
}
table.table-width-450, .table-width-450 table {
    width: 450px !important;
}
table.table-width-550, .table-width-550 table {
    width: 550px !important;
}
table.table-width-650, .table-width-650 table {
    width: 650px !important;
}
table.table-width-750, .table-width-750 table {
    width: 750px !important;
}
.img-width-450 img {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large {
    width: 150px;
}
.dropdown-selection {
    display: block;
}
.dropdown-selection .dropdown-button {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
    font-size: 1rem;
}
}
#exercise-layout {
  flex: 1;
  margin: 0;
  padding: 0;
  min-height: 0;
}
#exercise-layout .left-side-overlay {
  display: none;
}
#exercise-layout .left-side {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  width: 25%;
  background: #fff;
}
#exercise-layout .left-side .top {
  flex: 1;
  min-height: 0;
  /*flex-direction: column;*/
  /*justify-content: flex-end;*/
}
#exercise-layout .left-side .bottom {
  height: 45px;
  background: #95addd;
}
#exercise-layout .left-side-toggle {
  display: none;
}
#exercise-layout .right-side {
  flex: 1;
  min-height: 0;
  line-height: 1.35em;
  margin: 0;
  padding: 0;
  width: 75%;
  min-width: 75%;
}
@media screen and (max-width: 768px) {
#exercise-layout .left-side-overlay.active {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
#exercise-layout .left-side {
    position: fixed;
    top: 0;
    left: -255px;
    width: 255px;
    height: 100%;
    z-index: 9992;
    transition: left 0.3s ease-in-out;
}
#exercise-layout .left-side.active {
    left: 0;
}
#exercise-layout .left-side-toggle {
    display: block;
    position: fixed;
    left: 0;
    top: 65%;
    width: 26px;
    height: 45px;
    border-radius: 0 22px 22px 0;
    text-align: left;
    background-color: rgba(26, 101, 168, 0.5);
    background: #95addd;
    transition: left 0.3s ease-in-out;
}
#exercise-layout .left-side-toggle img {
    width: 13px;
    height: 45px !important;
    margin-left: 5px;
}
#exercise-layout .active .left-side-toggle {
    left: 255px;
}
.controlsbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9991;
}
}
#excecise-question-filter[data-v-573b4b52] {
  margin: 6px 10px;
  font-size: 13px;
  line-height: 1.35em;
}
#excecise-question-filter input[type=checkbox][data-v-573b4b52] {
  margin: 0;
}
#excecise-question-filter label[data-v-573b4b52] {
  margin-right: 10px;
}
#excecise-question-filter .uk-checkbox[data-v-573b4b52] {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 0;
}
#excecise-question-filter .uk-checkbox[data-v-573b4b52]:checked {
  background-color: #00549e;
  border-color: #00549e;
}
#excecise-question-filter.uk-disabled[data-v-573b4b52] {
  opacity: 0.5;
}
html[data-v-1cdc5531], body[data-v-1cdc5531] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-1cdc5531] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-1cdc5531], h2[data-v-1cdc5531], h3[data-v-1cdc5531], h4[data-v-1cdc5531], h5[data-v-1cdc5531], h6[data-v-1cdc5531],
input[data-v-1cdc5531], select[data-v-1cdc5531], textarea[data-v-1cdc5531] {
  font-family: "Source Sans Pro";
}
img[data-v-1cdc5531] {
  height: auto;
}
hr[data-v-1cdc5531] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-1cdc5531] {
  color: black !important;
}
[data-v-1cdc5531]:focus {
  outline: 0;
}
a[data-v-1cdc5531]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-1cdc5531] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-1cdc5531] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-1cdc5531] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-1cdc5531]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-1cdc5531] {
  color: #000;
}
.uk-button-link[data-v-1cdc5531]:hover, .uk-button-link[data-v-1cdc5531]:active, .uk-button-link[data-v-1cdc5531]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-1cdc5531], .uk-button-primary[data-v-1cdc5531]:hover, .uk-button-primary[data-v-1cdc5531]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-1cdc5531]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-1cdc5531], .uk-button-secondary[data-v-1cdc5531]:hover, .uk-button-secondary[data-v-1cdc5531]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-1cdc5531]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-1cdc5531]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-1cdc5531], a[data-v-1cdc5531] {
  color: #00549E;
}
.uk-padding-small[data-v-1cdc5531] {
  padding: 5px;
}
.uk-padding[data-v-1cdc5531] {
  padding: 15px;
}
.uk-padding-large[data-v-1cdc5531] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-1cdc5531] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-1cdc5531] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-1cdc5531] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-1cdc5531] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-1cdc5531]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-1cdc5531]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-1cdc5531]:focus, .uk-select[data-v-1cdc5531]:focus, .uk-textarea[data-v-1cdc5531]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-1cdc5531] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-1cdc5531] {
  color: #006325 !important;
}
.uk-text-large[data-v-1cdc5531] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-1cdc5531] {
  color: white !important;
}
[data-v-1cdc5531]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-1cdc5531]::-webkit-scrollbar {
  width: 5px;
}
[data-v-1cdc5531]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-1cdc5531]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-1cdc5531]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-1cdc5531] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-1cdc5531] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-1cdc5531] {
  background: #fff;
  z-index: 999;
}
#page[data-v-1cdc5531] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-1cdc5531] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-1cdc5531], #app[data-v-1cdc5531], .base-layout[data-v-1cdc5531] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-1cdc5531] {
  display: none;
}
.flexing-out[data-v-1cdc5531] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-1cdc5531] {
  text-align: center;
}
.clickable[data-v-1cdc5531] {
  cursor: pointer;
}
.nowrap[data-v-1cdc5531] {
  white-space: nowrap;
}
.hidden[data-v-1cdc5531] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-1cdc5531] {
  display: none;
}
.disabled[data-v-1cdc5531] {
  opacity: 0.4;
}
.nobold[data-v-1cdc5531] {
  font-weight: normal;
}
.rightAnswer[data-v-1cdc5531] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-1cdc5531] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-1cdc5531] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-1cdc5531] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-1cdc5531] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-1cdc5531], .revision .secondaryTestBgColor[data-v-1cdc5531] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-1cdc5531] {
  background-color: #00549E !important;
}
.testColor[data-v-1cdc5531] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-1cdc5531] {
  color: #00549E !important;
}
.testFgColor[data-v-1cdc5531] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-1cdc5531] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-1cdc5531], .test-mode .uk-link[data-v-1cdc5531] {
  color: #006325;
}
.bildunterschrift[data-v-1cdc5531] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-1cdc5531] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-1cdc5531]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-1cdc5531]:hover, .uk-table-hover > tr[data-v-1cdc5531]:hover {
  background: #eee;
}
.uk-table[data-v-1cdc5531] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-1cdc5531], .uk-table td[data-v-1cdc5531] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-1cdc5531] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-1cdc5531], .table-collapse table[data-v-1cdc5531] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-1cdc5531], table.table-center th[data-v-1cdc5531], .table-center table td[data-v-1cdc5531], .table-center table th[data-v-1cdc5531] {
  text-align: center !important;
}
table.table-expand[data-v-1cdc5531], .table-expand table[data-v-1cdc5531] {
  width: 100%;
}
table.table-padding-remove td[data-v-1cdc5531], table.table-padding-remove th[data-v-1cdc5531], .table-padding-remove table td[data-v-1cdc5531], .table-padding-remove table th[data-v-1cdc5531] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-1cdc5531], table.table-padding-small th[data-v-1cdc5531], .table-padding-small table td[data-v-1cdc5531], .table-padding-small table th[data-v-1cdc5531] {
  padding: 3px !important;
}
table.table-white td[data-v-1cdc5531], .table-white table td[data-v-1cdc5531], table.table-white th[data-v-1cdc5531], .table-white table th[data-v-1cdc5531] {
  background: #fff;
}
td[data-v-1cdc5531]:empty {
  background: #fff;
}
th[data-v-1cdc5531]:empty {
  display: none;
}
.no-interaction[data-v-1cdc5531] {
  position: relative;
}
.no-interaction[data-v-1cdc5531]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-1cdc5531], .table-no-scale img[data-v-1cdc5531] {
  max-width: none;
}
.uk-select[data-v-1cdc5531] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-1cdc5531] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-1cdc5531]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-1cdc5531] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-1cdc5531] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-1cdc5531] {
  padding-right: 25px !important;
}
.fade-enter[data-v-1cdc5531], .fade-leave-to[data-v-1cdc5531] {
  opacity: 0;
}
.fade-enter-active[data-v-1cdc5531] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-1cdc5531], .fade-leave[data-v-1cdc5531] {
  opacity: 1;
}
.fade-side-enter[data-v-1cdc5531], .fade-side-leave-to[data-v-1cdc5531] {
  opacity: 0;
}
.fade-side-enter-active[data-v-1cdc5531], .fade-side-leave-active[data-v-1cdc5531] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-1cdc5531], .fade-side-leave[data-v-1cdc5531] {
  opacity: 1;
}
.fade-page-enter[data-v-1cdc5531], .fade-page-leave-to[data-v-1cdc5531] {
  opacity: 0;
}
.fade-page-enter-active[data-v-1cdc5531], .fade-page-leave-active[data-v-1cdc5531] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-1cdc5531], .fade-page-leave[data-v-1cdc5531] {
  opacity: 1;
}
.slide-enter[data-v-1cdc5531], .slide-leave-to[data-v-1cdc5531] {
  width: 0;
}
.slide-enter-active[data-v-1cdc5531], .slide-leave-active[data-v-1cdc5531] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-1cdc5531], .slide-leave[data-v-1cdc5531] {
  width: 100%;
}
.hide-nav-enter[data-v-1cdc5531], .hide-nav-leave-to[data-v-1cdc5531] {
  height: 0;
}
.hide-nav-enter-active[data-v-1cdc5531], .hide-nav-leave-active[data-v-1cdc5531] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-1cdc5531], .hide-nav-leave[data-v-1cdc5531] {
  height: -400;
}
.icon-large[data-v-1cdc5531] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-1cdc5531] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-1cdc5531] {
  padding: 0 30px;
}
.dropdown-selection[data-v-1cdc5531] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-1cdc5531] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-1cdc5531] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-1cdc5531] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-1cdc5531] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-1cdc5531] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-1cdc5531] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-1cdc5531] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-1cdc5531]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-1cdc5531] {
  display: none;
}
.dd-select.frozen[data-v-1cdc5531] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-1cdc5531] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-1cdc5531] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-1cdc5531] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-1cdc5531] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-1cdc5531] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-1cdc5531] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-1cdc5531] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-1cdc5531] {
  color: #000;
}
.dd-select .value[data-v-1cdc5531] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-1cdc5531]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-1cdc5531] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-1cdc5531], body[data-v-1cdc5531] {
    background: #fff;
}
#page[data-v-1cdc5531] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-1cdc5531] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-1cdc5531], #app[data-v-1cdc5531], .base-layout[data-v-1cdc5531] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-1cdc5531] {
    height: auto;
}
.exercise-mode #header[data-v-1cdc5531],
  .test-mode #header[data-v-1cdc5531] {
    display: none;
}
.uk-table th[data-v-1cdc5531], .uk-table td[data-v-1cdc5531] {
    padding: 4px;
}
.navbar-padding-20[data-v-1cdc5531], .navbar-padding-30[data-v-1cdc5531] {
    padding: 0;
}
textarea[data-v-1cdc5531] {
    max-width: 100%;
}
table.table-width-450[data-v-1cdc5531], .table-width-450 table[data-v-1cdc5531] {
    width: 450px !important;
}
table.table-width-550[data-v-1cdc5531], .table-width-550 table[data-v-1cdc5531] {
    width: 550px !important;
}
table.table-width-650[data-v-1cdc5531], .table-width-650 table[data-v-1cdc5531] {
    width: 650px !important;
}
table.table-width-750[data-v-1cdc5531], .table-width-750 table[data-v-1cdc5531] {
    width: 750px !important;
}
.img-width-450 img[data-v-1cdc5531] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-1cdc5531] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-1cdc5531] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-1cdc5531] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-1cdc5531] {
    width: 150px;
}
.dropdown-selection[data-v-1cdc5531] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-1cdc5531] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-1cdc5531] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-1cdc5531] {
    font-size: 1rem;
}
}
div:not(.left-side) .sidenav-header[data-v-1cdc5531] {
  position: relative;
  /*padding-left: 10px;*/
  padding-right: 30px;
  background: #95addd;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
}
div:not(.left-side) .sidenav-header img[data-v-1cdc5531] {
  /*
  width: 38px;
  height: 38px;
  margin-right: 5px;
  margin-bottom: 4px;
  */
  width: 45px;
  height: 45px;
  background: #00549E;
  vertical-align: top;
}
div:not(.left-side) .sidenav-header .title[data-v-1cdc5531] {
  display: inline-block;
  padding-left: 10px;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div:not(.left-side) .sidenav-header .more[data-v-1cdc5531] {
  padding: 5px 10px;
  color: #000;
}
div:not(.left-side) .sidenav-header .more[data-v-1cdc5531]:hover {
  color: #00549E;
}
.subcategory-list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-direction: column !important;
  justify-content: flex-start;
  border-bottom: 1px solid #fff;
}
.subcategory-list-item a.title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}
.subcategory-list-item .sub-cat-name {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subcategory-list-item img {
  align-self: stretch;
  width: 36px;
  height: 36px;
}
.subcategory-list-item .block-list {
  margin-left: 15px;
}
.subcategory-list-item .block-list li {
  margin-left: 10px;
}
.subcategory-list-item .block-list li:last-child {
  border-bottom: 0 !important;
}
.subcategory-list-item a.content {
  flex: 1;
  background: #dce4f4;
  padding: 8px 10px 8px 10px !important;
  color: #000;
  font-size: 14px;
  font-style: italic;
}
.subcategory-list-item a.content:hover {
  color: #00549e;
}
.subcategory-list-item a.content span {
  float: right;
}
.subcategory-list-item .active {
  font-weight: bold;
}
div[data-v-3330fec6] {
  flex: 1;
  margin: 0;
  list-style: none;
  padding-left: 0;
  overflow: auto;
  background: #dce4f4;
}
#item-number-selector[data-v-5c1910d8] {
  align-self: center;
}
#item-number-selector input[data-v-5c1910d8] {
  width: 30px;
  height: 20px;
  border-radius: 3px 0 0 3px;
  border-style: none;
  text-align: right;
  padding: 0 5px;
  margin: 0;
  font-size: 13px;
  /*background: blue;*/
  /*color: white;*/
}
#item-number-selector .triangle[data-v-5c1910d8] {
  display: inline-block;
  height: 20px;
  border-radius: 0 3px 3px 0;
  border-style: none;
  background: #ccddec;
  color: #00549e;
}
#item-number-selector .drop-down[data-v-5c1910d8] {
  max-height: 200px;
  width: 60px;
  min-width: 60px;
  padding: 0;
}
#item-number-selector .drop-down li > a[data-v-5c1910d8] {
  padding: 3px 5px;
  text-align: left;
  color: #000;
  font-size: 13px;
}
#item-number-selector .drop-down li > a[data-v-5c1910d8]:hover {
  background: #00549e;
  color: #fff;
}
#item-number-selector[data-v-5c1910d8] {
  /* Hide HTML5 Up and Down arrows. */
}
#item-number-selector input[type=number][data-v-5c1910d8]::-webkit-outer-spin-button, #item-number-selector input[type=number][data-v-5c1910d8]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#item-number-selector input[type=number][data-v-5c1910d8] {
  -moz-appearance: textfield;
}
@media screen and (max-width: 768px) {
#item-number-selector[data-v-5c1910d8] {
    display: none;
}
}
#main-categories-list li {
  align-items: center;
}
#main-categories-list a {
  flex: 1;
  padding-left: 20px;
}
html[data-v-c602d6fc], body[data-v-c602d6fc] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-c602d6fc] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-c602d6fc], h2[data-v-c602d6fc], h3[data-v-c602d6fc], h4[data-v-c602d6fc], h5[data-v-c602d6fc], h6[data-v-c602d6fc],
input[data-v-c602d6fc], select[data-v-c602d6fc], textarea[data-v-c602d6fc] {
  font-family: "Source Sans Pro";
}
img[data-v-c602d6fc] {
  height: auto;
}
hr[data-v-c602d6fc] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-c602d6fc] {
  color: black !important;
}
[data-v-c602d6fc]:focus {
  outline: 0;
}
a[data-v-c602d6fc]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-c602d6fc] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-c602d6fc] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-c602d6fc] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-c602d6fc]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-c602d6fc] {
  color: #000;
}
.uk-button-link[data-v-c602d6fc]:hover, .uk-button-link[data-v-c602d6fc]:active, .uk-button-link[data-v-c602d6fc]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-c602d6fc], .uk-button-primary[data-v-c602d6fc]:hover, .uk-button-primary[data-v-c602d6fc]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-c602d6fc]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-c602d6fc], .uk-button-secondary[data-v-c602d6fc]:hover, .uk-button-secondary[data-v-c602d6fc]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-c602d6fc]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-c602d6fc]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-c602d6fc], a[data-v-c602d6fc] {
  color: #00549E;
}
.uk-padding-small[data-v-c602d6fc] {
  padding: 5px;
}
.uk-padding[data-v-c602d6fc] {
  padding: 15px;
}
.uk-padding-large[data-v-c602d6fc] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-c602d6fc] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-c602d6fc] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-c602d6fc] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-c602d6fc] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-c602d6fc]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-c602d6fc]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-c602d6fc]:focus, .uk-select[data-v-c602d6fc]:focus, .uk-textarea[data-v-c602d6fc]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-c602d6fc] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-c602d6fc] {
  color: #006325 !important;
}
.uk-text-large[data-v-c602d6fc] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-c602d6fc] {
  color: white !important;
}
[data-v-c602d6fc]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-c602d6fc]::-webkit-scrollbar {
  width: 5px;
}
[data-v-c602d6fc]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-c602d6fc]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-c602d6fc]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-c602d6fc] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-c602d6fc] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-c602d6fc] {
  background: #fff;
  z-index: 999;
}
#page[data-v-c602d6fc] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-c602d6fc] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-c602d6fc], #app[data-v-c602d6fc], .base-layout[data-v-c602d6fc] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-c602d6fc] {
  display: none;
}
.flexing-out[data-v-c602d6fc], #notepad-controls[data-v-c602d6fc] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-c602d6fc] {
  text-align: center;
}
.clickable[data-v-c602d6fc], #notepad-controls svg[data-v-c602d6fc], #notepad-controls .link[data-v-c602d6fc] {
  cursor: pointer;
}
.nowrap[data-v-c602d6fc] {
  white-space: nowrap;
}
.hidden[data-v-c602d6fc] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-c602d6fc] {
  display: none;
}
.disabled[data-v-c602d6fc] {
  opacity: 0.4;
}
.nobold[data-v-c602d6fc] {
  font-weight: normal;
}
.rightAnswer[data-v-c602d6fc] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-c602d6fc] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-c602d6fc] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-c602d6fc] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-c602d6fc] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-c602d6fc], .revision .secondaryTestBgColor[data-v-c602d6fc] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-c602d6fc] {
  background-color: #00549E !important;
}
.testColor[data-v-c602d6fc] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-c602d6fc] {
  color: #00549E !important;
}
.testFgColor[data-v-c602d6fc] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-c602d6fc] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-c602d6fc], .test-mode .uk-link[data-v-c602d6fc] {
  color: #006325;
}
.bildunterschrift[data-v-c602d6fc] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-c602d6fc] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-c602d6fc]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-c602d6fc]:hover, .uk-table-hover > tr[data-v-c602d6fc]:hover {
  background: #eee;
}
.uk-table[data-v-c602d6fc] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-c602d6fc], .uk-table td[data-v-c602d6fc] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-c602d6fc] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-c602d6fc], .table-collapse table[data-v-c602d6fc] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-c602d6fc], table.table-center th[data-v-c602d6fc], .table-center table td[data-v-c602d6fc], .table-center table th[data-v-c602d6fc] {
  text-align: center !important;
}
table.table-expand[data-v-c602d6fc], .table-expand table[data-v-c602d6fc] {
  width: 100%;
}
table.table-padding-remove td[data-v-c602d6fc], table.table-padding-remove th[data-v-c602d6fc], .table-padding-remove table td[data-v-c602d6fc], .table-padding-remove table th[data-v-c602d6fc] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-c602d6fc], table.table-padding-small th[data-v-c602d6fc], .table-padding-small table td[data-v-c602d6fc], .table-padding-small table th[data-v-c602d6fc] {
  padding: 3px !important;
}
table.table-white td[data-v-c602d6fc], .table-white table td[data-v-c602d6fc], table.table-white th[data-v-c602d6fc], .table-white table th[data-v-c602d6fc] {
  background: #fff;
}
td[data-v-c602d6fc]:empty {
  background: #fff;
}
th[data-v-c602d6fc]:empty {
  display: none;
}
.no-interaction[data-v-c602d6fc] {
  position: relative;
}
.no-interaction[data-v-c602d6fc]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-c602d6fc], .table-no-scale img[data-v-c602d6fc] {
  max-width: none;
}
.uk-select[data-v-c602d6fc] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-c602d6fc] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-c602d6fc]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-c602d6fc] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-c602d6fc] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-c602d6fc] {
  padding-right: 25px !important;
}
.fade-enter[data-v-c602d6fc], .fade-leave-to[data-v-c602d6fc] {
  opacity: 0;
}
.fade-enter-active[data-v-c602d6fc] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-c602d6fc], .fade-leave[data-v-c602d6fc] {
  opacity: 1;
}
.fade-side-enter[data-v-c602d6fc], .fade-side-leave-to[data-v-c602d6fc] {
  opacity: 0;
}
.fade-side-enter-active[data-v-c602d6fc], .fade-side-leave-active[data-v-c602d6fc] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-c602d6fc], .fade-side-leave[data-v-c602d6fc] {
  opacity: 1;
}
.fade-page-enter[data-v-c602d6fc], .fade-page-leave-to[data-v-c602d6fc] {
  opacity: 0;
}
.fade-page-enter-active[data-v-c602d6fc], .fade-page-leave-active[data-v-c602d6fc] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-c602d6fc], .fade-page-leave[data-v-c602d6fc] {
  opacity: 1;
}
.slide-enter[data-v-c602d6fc], .slide-leave-to[data-v-c602d6fc] {
  width: 0;
}
.slide-enter-active[data-v-c602d6fc], .slide-leave-active[data-v-c602d6fc] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-c602d6fc], .slide-leave[data-v-c602d6fc] {
  width: 100%;
}
.hide-nav-enter[data-v-c602d6fc], .hide-nav-leave-to[data-v-c602d6fc] {
  height: 0;
}
.hide-nav-enter-active[data-v-c602d6fc], .hide-nav-leave-active[data-v-c602d6fc] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-c602d6fc], .hide-nav-leave[data-v-c602d6fc] {
  height: -400;
}
.icon-large[data-v-c602d6fc] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-c602d6fc] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-c602d6fc] {
  padding: 0 30px;
}
.dropdown-selection[data-v-c602d6fc] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-c602d6fc] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-c602d6fc] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-c602d6fc] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-c602d6fc] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-c602d6fc] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-c602d6fc] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-c602d6fc] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-c602d6fc]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-c602d6fc] {
  display: none;
}
.dd-select.frozen[data-v-c602d6fc] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-c602d6fc] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-c602d6fc] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-c602d6fc] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-c602d6fc] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-c602d6fc] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-c602d6fc] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-c602d6fc] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-c602d6fc] {
  color: #000;
}
.dd-select .value[data-v-c602d6fc] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-c602d6fc]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-c602d6fc] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-c602d6fc], body[data-v-c602d6fc] {
    background: #fff;
}
#page[data-v-c602d6fc] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-c602d6fc] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-c602d6fc], #app[data-v-c602d6fc], .base-layout[data-v-c602d6fc] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-c602d6fc] {
    height: auto;
}
.exercise-mode #header[data-v-c602d6fc],
  .test-mode #header[data-v-c602d6fc] {
    display: none;
}
.uk-table th[data-v-c602d6fc], .uk-table td[data-v-c602d6fc] {
    padding: 4px;
}
.navbar-padding-20[data-v-c602d6fc], .navbar-padding-30[data-v-c602d6fc] {
    padding: 0;
}
textarea[data-v-c602d6fc] {
    max-width: 100%;
}
table.table-width-450[data-v-c602d6fc], .table-width-450 table[data-v-c602d6fc] {
    width: 450px !important;
}
table.table-width-550[data-v-c602d6fc], .table-width-550 table[data-v-c602d6fc] {
    width: 550px !important;
}
table.table-width-650[data-v-c602d6fc], .table-width-650 table[data-v-c602d6fc] {
    width: 650px !important;
}
table.table-width-750[data-v-c602d6fc], .table-width-750 table[data-v-c602d6fc] {
    width: 750px !important;
}
.img-width-450 img[data-v-c602d6fc] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-c602d6fc] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-c602d6fc] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-c602d6fc] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-c602d6fc] {
    width: 150px;
}
.dropdown-selection[data-v-c602d6fc] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-c602d6fc] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-c602d6fc] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-c602d6fc] {
    font-size: 1rem;
}
}
#notepad-controls[data-v-c602d6fc] {
  min-height: 0;
  height: 45px;
  /*margin-left:15px;*/
  justify-content: flex-start;
  align-content: flex-start;
}
#notepad-controls .icon[data-v-c602d6fc] {
  width: 28px;
  height: 45px;
  margin-right: 6px;
  align-self: flex-start;
}
#notepad-controls svg[data-v-c602d6fc] {
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
}
#notepad-controls .link[data-v-c602d6fc] {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 0.85em;
  line-height: 1.2em;
  position: relative;
  /*top:10px;*/
}
#notepad-controls .marked-style[data-v-c602d6fc] {
  fill: #8ccc40;
}
#notepad-controls .unmarked-style[data-v-c602d6fc] {
  fill: #CBDCEB;
}
@media screen and (max-width: 768px) {
#notepad-controls .link[data-v-c602d6fc] {
    font-size: 12px;
}
#notepad-controls .icon[data-v-c602d6fc] {
    width: 32px;
    height: 45px;
    margin-right: 8px;
}
#notepad-controls svg[data-v-c602d6fc] {
    width: 32px;
    height: 32px;
}
}
.flexing-out, #side-nav ul li, #side-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#side-nav {
  flex: 1;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
#side-nav .uk-accordion > :nth-child(n+2) {
  margin-top: 0;
}
#side-nav .uk-accordion-title {
  font-family: "Source Sans Pro", "myriad-pro", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #000;
}
#side-nav .uk-accordion-title::after {
  display: none;
}
#side-nav ul {
  flex: 1;
  margin: 0;
  list-style: none;
  padding-left: 0;
  overflow: auto;
  background: #dce4f4;
}
#side-nav ul li:last-child {
  border-bottom: 1px solid #fff;
}
#side-nav ul li {
  justify-content: flex-start;
  border-top: 1px solid #fff;
  border-bottom: 0;
}
#side-nav ul li img {
  width: 35px;
  height: 35px;
  margin: 0;
  background: #00549E;
}
#side-nav ul li a {
  color: #000;
  padding: 8px 10px;
}
#side-nav ul li a:hover {
  color: #00549e;
}
#side-nav ul li a span {
  float: right;
}
#side-nav ul li.active {
  font-weight: bold;
}
#side-nav .ajax-loader-container h3 {
  display: none !important;
}
.flexing-out, #usercontrolls .right-nav-controls, #usercontrolls .middle-nav-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#usercontrolls {
  display: flex;
  left: 0;
  bottom: 0;
  height: 45px;
  width: 100%;
  background: #00549E;
}
#usercontrolls .end-test {
  margin-bottom: 0 !important;
}
#usercontrolls .hidden {
  display: inline-block;
  visibility: hidden;
}
#usercontrolls .left-nav-controls {
  padding-left: 20px;
}
#usercontrolls .middle-nav-controls {
  align-items: center;
  justify-content: center;
}
#usercontrolls .right-nav-controls {
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
#usercontrolls .right-nav-controls .uk-button {
  margin-left: 15px !important;
}
#usercontrolls .arrow-prev {
  margin-right: 15px;
}
#usercontrolls .arrow-next {
  margin-left: 15px;
}
#usercontrolls .arrow-prev:hover, #usercontrolls .arrow-next:hover {
  cursor: pointer;
}
#usercontrolls .uk-button {
  border: none;
}
#usercontrolls a.uk-button {
  color: white;
  height: 30px;
  line-height: 28px;
  border: 2px solid white !important;
  border-radius: 8px;
  padding-bottom: 2px;
}
#usercontrolls button {
  background: #fff;
  border-color: #fff;
  height: 30px;
  line-height: 28px;
  color: #000;
  border-radius: 5px;
}
#usercontrolls img {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
#usercontrolls {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
#usercontrolls .left-nav-controls {
    padding-left: 8px;
}
#usercontrolls .right-nav-controls {
    padding-right: 8px;
}
#usercontrolls .arrow-prev {
    margin-right: 10px;
}
#usercontrolls .arrow-next {
    margin-left: 10px;
}
#usercontrolls .uk-button {
    padding: 0 10px;
}
}
html[data-v-3d65e586], body[data-v-3d65e586] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-3d65e586] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-3d65e586], h2[data-v-3d65e586], h3[data-v-3d65e586], h4[data-v-3d65e586], h5[data-v-3d65e586], h6[data-v-3d65e586],
input[data-v-3d65e586], select[data-v-3d65e586], textarea[data-v-3d65e586] {
  font-family: "Source Sans Pro";
}
img[data-v-3d65e586] {
  height: auto;
}
hr[data-v-3d65e586] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-3d65e586] {
  color: black !important;
}
[data-v-3d65e586]:focus {
  outline: 0;
}
a[data-v-3d65e586]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-3d65e586] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-3d65e586] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-3d65e586] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-3d65e586]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-3d65e586] {
  color: #000;
}
.uk-button-link[data-v-3d65e586]:hover, .uk-button-link[data-v-3d65e586]:active, .uk-button-link[data-v-3d65e586]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-3d65e586], .uk-button-primary[data-v-3d65e586]:hover, .uk-button-primary[data-v-3d65e586]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-3d65e586]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-3d65e586], .uk-button-secondary[data-v-3d65e586]:hover, .uk-button-secondary[data-v-3d65e586]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-3d65e586]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-3d65e586]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-3d65e586], a[data-v-3d65e586] {
  color: #00549E;
}
.uk-padding-small[data-v-3d65e586] {
  padding: 5px;
}
.uk-padding[data-v-3d65e586] {
  padding: 15px;
}
.uk-padding-large[data-v-3d65e586] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-3d65e586] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-3d65e586] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-3d65e586] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-3d65e586] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-3d65e586]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-3d65e586]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-3d65e586]:focus, .uk-select[data-v-3d65e586]:focus, .uk-textarea[data-v-3d65e586]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-3d65e586] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-3d65e586] {
  color: #006325 !important;
}
.uk-text-large[data-v-3d65e586] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-3d65e586] {
  color: white !important;
}
[data-v-3d65e586]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-3d65e586]::-webkit-scrollbar {
  width: 5px;
}
[data-v-3d65e586]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-3d65e586]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-3d65e586]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-3d65e586] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-3d65e586] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-3d65e586] {
  background: #fff;
  z-index: 999;
}
#page[data-v-3d65e586] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-3d65e586] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-3d65e586], #app[data-v-3d65e586], .base-layout[data-v-3d65e586] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-3d65e586] {
  display: none;
}
.flexing-out[data-v-3d65e586] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-3d65e586] {
  text-align: center;
}
.clickable[data-v-3d65e586] {
  cursor: pointer;
}
.nowrap[data-v-3d65e586] {
  white-space: nowrap;
}
.hidden[data-v-3d65e586] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-3d65e586] {
  display: none;
}
.disabled[data-v-3d65e586] {
  opacity: 0.4;
}
.nobold[data-v-3d65e586] {
  font-weight: normal;
}
.rightAnswer[data-v-3d65e586] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-3d65e586] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-3d65e586] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-3d65e586] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-3d65e586] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-3d65e586], .revision .secondaryTestBgColor[data-v-3d65e586] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-3d65e586] {
  background-color: #00549E !important;
}
.testColor[data-v-3d65e586] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-3d65e586] {
  color: #00549E !important;
}
.testFgColor[data-v-3d65e586] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-3d65e586] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-3d65e586], .test-mode .uk-link[data-v-3d65e586] {
  color: #006325;
}
.bildunterschrift[data-v-3d65e586] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-3d65e586] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-3d65e586]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-3d65e586]:hover, .uk-table-hover > tr[data-v-3d65e586]:hover {
  background: #eee;
}
.uk-table[data-v-3d65e586] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-3d65e586], .uk-table td[data-v-3d65e586] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-3d65e586] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-3d65e586], .table-collapse table[data-v-3d65e586] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-3d65e586], table.table-center th[data-v-3d65e586], .table-center table td[data-v-3d65e586], .table-center table th[data-v-3d65e586] {
  text-align: center !important;
}
table.table-expand[data-v-3d65e586], .table-expand table[data-v-3d65e586] {
  width: 100%;
}
table.table-padding-remove td[data-v-3d65e586], table.table-padding-remove th[data-v-3d65e586], .table-padding-remove table td[data-v-3d65e586], .table-padding-remove table th[data-v-3d65e586] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-3d65e586], table.table-padding-small th[data-v-3d65e586], .table-padding-small table td[data-v-3d65e586], .table-padding-small table th[data-v-3d65e586] {
  padding: 3px !important;
}
table.table-white td[data-v-3d65e586], .table-white table td[data-v-3d65e586], table.table-white th[data-v-3d65e586], .table-white table th[data-v-3d65e586] {
  background: #fff;
}
td[data-v-3d65e586]:empty {
  background: #fff;
}
th[data-v-3d65e586]:empty {
  display: none;
}
.no-interaction[data-v-3d65e586] {
  position: relative;
}
.no-interaction[data-v-3d65e586]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-3d65e586], .table-no-scale img[data-v-3d65e586] {
  max-width: none;
}
.uk-select[data-v-3d65e586] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-3d65e586] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-3d65e586]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-3d65e586] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-3d65e586] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-3d65e586] {
  padding-right: 25px !important;
}
.fade-enter[data-v-3d65e586], .fade-leave-to[data-v-3d65e586] {
  opacity: 0;
}
.fade-enter-active[data-v-3d65e586] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-3d65e586], .fade-leave[data-v-3d65e586] {
  opacity: 1;
}
.fade-side-enter[data-v-3d65e586], .fade-side-leave-to[data-v-3d65e586] {
  opacity: 0;
}
.fade-side-enter-active[data-v-3d65e586], .fade-side-leave-active[data-v-3d65e586] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-3d65e586], .fade-side-leave[data-v-3d65e586] {
  opacity: 1;
}
.fade-page-enter[data-v-3d65e586], .fade-page-leave-to[data-v-3d65e586] {
  opacity: 0;
}
.fade-page-enter-active[data-v-3d65e586], .fade-page-leave-active[data-v-3d65e586] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-3d65e586], .fade-page-leave[data-v-3d65e586] {
  opacity: 1;
}
.slide-enter[data-v-3d65e586], .slide-leave-to[data-v-3d65e586] {
  width: 0;
}
.slide-enter-active[data-v-3d65e586], .slide-leave-active[data-v-3d65e586] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-3d65e586], .slide-leave[data-v-3d65e586] {
  width: 100%;
}
.hide-nav-enter[data-v-3d65e586], .hide-nav-leave-to[data-v-3d65e586] {
  height: 0;
}
.hide-nav-enter-active[data-v-3d65e586], .hide-nav-leave-active[data-v-3d65e586] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-3d65e586], .hide-nav-leave[data-v-3d65e586] {
  height: -400;
}
.icon-large[data-v-3d65e586] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-3d65e586] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-3d65e586] {
  padding: 0 30px;
}
.dropdown-selection[data-v-3d65e586] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-3d65e586] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-3d65e586] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-3d65e586] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-3d65e586] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-3d65e586] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-3d65e586] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-3d65e586] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-3d65e586]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-3d65e586] {
  display: none;
}
.dd-select.frozen[data-v-3d65e586] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-3d65e586] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-3d65e586] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-3d65e586] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-3d65e586] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-3d65e586] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-3d65e586] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-3d65e586] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-3d65e586] {
  color: #000;
}
.dd-select .value[data-v-3d65e586] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-3d65e586]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-3d65e586] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-3d65e586], body[data-v-3d65e586] {
    background: #fff;
}
#page[data-v-3d65e586] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-3d65e586] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-3d65e586], #app[data-v-3d65e586], .base-layout[data-v-3d65e586] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-3d65e586] {
    height: auto;
}
.exercise-mode #header[data-v-3d65e586],
  .test-mode #header[data-v-3d65e586] {
    display: none;
}
.uk-table th[data-v-3d65e586], .uk-table td[data-v-3d65e586] {
    padding: 4px;
}
.navbar-padding-20[data-v-3d65e586], .navbar-padding-30[data-v-3d65e586] {
    padding: 0;
}
textarea[data-v-3d65e586] {
    max-width: 100%;
}
table.table-width-450[data-v-3d65e586], .table-width-450 table[data-v-3d65e586] {
    width: 450px !important;
}
table.table-width-550[data-v-3d65e586], .table-width-550 table[data-v-3d65e586] {
    width: 550px !important;
}
table.table-width-650[data-v-3d65e586], .table-width-650 table[data-v-3d65e586] {
    width: 650px !important;
}
table.table-width-750[data-v-3d65e586], .table-width-750 table[data-v-3d65e586] {
    width: 750px !important;
}
.img-width-450 img[data-v-3d65e586] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-3d65e586] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-3d65e586] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-3d65e586] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-3d65e586] {
    width: 150px;
}
.dropdown-selection[data-v-3d65e586] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-3d65e586] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-3d65e586] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-3d65e586] {
    font-size: 1rem;
}
}
#app-area[data-v-3d65e586] {
  flex: 1;
}
#activities-layout[data-v-3d65e586] {
  position: relative;
}
#activities-layout .btn-delete[data-v-3d65e586] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px;
  border: 0;
}
.exercise-stats-filter-bar {
  align-items: left;
  width: 100%;
}
.exercise-stats-filter-bar .title {
  text-align: left;
}
.exercise-stats-filter-bar .select-wrapper .dropdown {
  width: 100%;
  align-self: left;
}
.exercise-stats-filter-bar .select-wrapper .dropdown > button {
  width: 100%;
}
.exercise-stats-filter-bar .filter-mode-icons {
  justify-content: left;
}
.exercise-stats-filter-bar .filter-mode-icons img {
  width: 36px;
  height: 36px;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
.exercise-stats-filter-bar .filter-mode-icons img {
    height: 36px !important;
}
}
.exercise-stats[data-v-de4dd346] {
  flex: 1;
  padding: 30px 45px;
}
@media screen and (max-width: 768px) {
.exercise-stats[data-v-de4dd346] {
    padding: 20px;
}
}
.linechart-container[data-v-de4dd346] {
  display: inline-block;
  position: relative;
  height: 150px;
  width: 90%;
}
button.hidden {
  display: inline-block !important;
  visibility: hidden;
}
.test-summaries {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 45px;
}
.test-summaries .flexible, .test-summaries ul li .actions, .test-summaries ul li .details, .test-summaries ul li .data, .test-summaries ul li, .test-summaries .title-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.test-summaries .results-area {
  height: 485px;
  overflow: scroll;
}
.test-summaries .title-row .btn-selectall a {
  font-size: 13px;
  height: 26px;
  line-height: 24px;
  padding: 0 10px;
}
.test-summaries .title-row .bin-icon {
  text-align: center;
  margin-left: 15px;
}
.test-summaries .title-row .bin-icon img {
  cursor: pointer;
  width: 20px;
  height: 24px;
}
.test-summaries ul {
  margin: 0;
  padding: 0;
}
.test-summaries ul li {
  list-style: none;
  margin-bottom: 2px;
  background: #dce4f4;
  padding: 5px 10px;
}
.test-summaries ul li .data {
  flex: 1;
}
.test-summaries ul li .data * {
  margin-right: 10px;
}
.test-summaries ul li .actions .btn-results, .test-summaries ul li .actions .btn-correction {
  margin-right: 10px;
  margin-bottom: 0;
}
.test-summaries ul .percent {
  margin: 5px 10px;
}
.test-summaries ul .progress {
  margin: 5px 10px;
  background: #d3d2d2;
  width: 120px;
  height: 8px;
  border-radius: 0;
}
.test-summaries ul progress, .test-summaries ul progress::-webkit-progress-bar, .test-summaries ul progress::-webkit-progress-value, .test-summaries ul progress::-moz-progress-bar {
  height: 8px;
  border: 0;
  border-radius: 0;
}
.test-summaries ul progress[value]::-webkit-progress-bar {
  background-color: #d3d2d2;
  border-radius: 0;
}
.test-summaries ul progress[value]::-webkit-progress-value {
  border-radius: 0;
  background-color: #00549e;
}
.test-summaries ul img {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}
.info-icon {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
.test-summaries {
    padding: 20px;
}
.test-summaries ul li {
    flex-flow: column;
    padding: 10px 10px;
    margin-bottom: 4px;
}
.test-summaries ul li .data {
    width: 100%;
    flex-flow: row wrap;
}
.test-summaries ul li .data .date {
    margin-right: 0;
}
.test-summaries ul li .data .date * {
    margin-right: 0;
}
.test-summaries ul li .details {
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    flex: 1;
    margin-bottom: 5px;
}
.test-summaries ul li .details .progress {
    order: 1;
    margin-left: 0;
}
.test-summaries ul li .details .count {
    order: 2;
}
.test-summaries ul li .actions {
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.test-summaries ul li .actions .uk-button {
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    height: 30px;
}
}
.timer-area {
  height: 100%;
  padding-right: 20px;
}
.timer-area > div {
  display: flex;
  justify-content: flex-end;
  align-content: center;
}
.timer-area span {
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-self: stretch;
}
.timer-area .icon-clock {
  height: 45px;
  width: 28px;
  padding: 0 10px;
}
.timer-area .icon-clock img {
  width: 28px;
  height: 35px;
}
.timer-area .test-timer {
  font-weight: bold;
  font-size: 22px;
}
.timer-area .test-timer .nowrap {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
}
.timer-area .test-timer .nowrap span {
  margin-left: 5px;
}
.navbar .timer-area {
  padding-right: 0;
  height: 20px;
}
.navbar .timer-area .icon-clock {
  height: 20px;
}
@media screen and (max-width: 768px) {
.timer-area .test-timer {
    font-size: 1em;
}
.icon-clock {
    width: 25px !important;
    padding: 0 5px !important;
}
.icon-clock img {
    width: 25px !important;
}
}
.subcategory-title[data-v-34780036] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index[data-v-34780036] {
  overflow: initial;
}
@media screen and (max-width: 768px) {
.bookmarktest .subcategory-title[data-v-34780036] {
    width: 100%;
}
}
.abschnitt[data-v-11d37da6] {
  padding-left: 20px;
  padding-right: 0;
  min-height: 45px;
}
@media screen and (max-width: 768px) {
.abschnitt[data-v-11d37da6] {
    height: auto;
}
.laenge[data-v-11d37da6] {
    display: none;
}
}
.evaluation-title-container[data-v-3e68123e] {
  flex-wrap: wrap;
}
.evaluation-title[data-v-3e68123e] {
  min-width: 96px;
}
#test-intro {
  justify-content: space-around;
}
#test-intro #test-icon {
  min-width: 25%;
  width: 25%;
}
#test-intro #test-info {
  min-width: 75%;
  width: 100%;
}
@media screen and (max-width: 768px) {
#test-intro {
    display: block;
}
#test-intro #test-icon {
    display: none;
}
}
.player {
  --player-prim-color: var(--etrainer-test-primary-color);
  --player-bg-color: var(--etrainer-test-secondary-color);
  height: 42px;
  width: 100%;
  border: 2px solid var(--player-bg-color);
  display: flex;
  border-radius: 7px;
  overflow: hidden;
}
.player .playpause {
  height: 100%;
  width: 64px;
  border: 0;
  background-color: var(--player-bg-color);
  color: var(--player-prim-color);
}
.player .playpause svg {
  fill: var(--player-prim-color);
  height: 100%;
  max-width: 30px;
}
.player .progress {
  height: 100%;
  flex-grow: 1;
}
.player .timer {
  height: 100%;
  width: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--player-bg-color);
  color: var(--player-prim-color);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.player.hide-progress {
  display: inline-flex;
}
.player.hide-progress .progress {
  display: none;
}
.player.hide-progress {
  width: 100px;
  height: 20px;
}
.player.hide-progress .timer {
  font-size: 16px;
  padding-right: 6px;
  display: inline-flex;
}

.text2speech-player-area[data-v-696fa142] {
	display: inline-block !important;
	height: 20px;
}

#maincategory-intro .icon {
  display: block;
  padding: 0;
  margin: 5px 20px 0 0;
  width: 105px;
  height: 105px;
  background: #00549E;
  border-radius: 10px;
}
#maincategory-intro .icon img {
  background: #00549E;
  border-radius: 10px;
}
#maincategory-intro .description {
  width: 70%;
}
#maincategory-intro p img {
  display: none;
}
@media screen and (max-width: 768px) {
#maincategory-intro {
    flex: none;
    display: block;
}
#maincategory-intro > div {
    padding-right: 0;
}
#maincategory-intro img {
    align: left;
    margin: 0 0 15px;
}
}
.block-info {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 25px;
  max-height: 150px;
}
.question-mc > div > div {
  margin-bottom: 15px;
  margin-right: 30px;
}
.question-mc .form-control {
  cursor: pointer;
}
.question-mc .form-control p {
  margin: 0;
  padding: 0;
}
.question-mc .form-control[disabled] {
  cursor: default;
  background-color: white;
}
.question-mc .vertical {
  margin-right: 6px;
}
.horizontal {
  flex: 1;
  display: flex;
}
.horizontal div {
  margin-bottom: 10px;
}
.horizontal div label {
  margin-bottom: 0;
  flex-direction: column-reverse;
}
.horizontal input {
  margin-top: 5px;
}
.uk-checkbox.item-correct {
  border: 1px solid #8ccc40 !important;
  background-color: #8ccc40 !important;
}
.uk-checkbox.item-incorrect {
  border: 1px solid #f14a50 !important;
  background-color: #f14a50 !important;
}
@media screen and (max-width: 768px) {
.question-mc > div > div {
    margin-right: 15px !important;
}
.question-mc .form-control p {
    margin: 0;
    padding: 0;
}
}
.question-mc > div > div {
  margin-bottom: 15px;
  margin-right: 30px;
}
.question-mc .form-control {
  cursor: pointer;
}
.question-mc .form-control p {
  margin: 0;
  padding: 0;
}
.question-mc .form-control[disabled] {
  cursor: default;
  background-color: white;
}
.question-mc .vertical {
  margin-right: 6px;
}
.horizontal {
  flex: 1;
  display: flex;
}
.horizontal div {
  margin-bottom: 10px;
}
.horizontal div label {
  margin-bottom: 0;
  flex-direction: column-reverse;
}
.horizontal input {
  margin-top: 5px;
}
.uk-checkbox.item-correct {
  border: 1px solid #8ccc40 !important;
  background-color: #8ccc40 !important;
}
.uk-checkbox.item-incorrect {
  border: 1px solid #f14a50 !important;
  background-color: #f14a50 !important;
}
@media screen and (max-width: 768px) {
.question-mc > div > div {
    margin-right: 15px !important;
}
.question-mc .form-control p {
    margin: 0;
    padding: 0;
}
}
.question-mc img {
  height: unset;
  width: unset;
}
.question-mc input, .question-mc select, .question-mc textarea {
  font-size: 15px;
}
.question-mc input[type=text] {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #999;
  background: #f3f3f3;
}
.question-mc .luecken-text-input {
  text-align: center;
  border: 0;
  background: #f3f3f3;
  border-bottom: 1px solid #999;
  padding: 1px;
}
.question-mc .uk-table td .luecken-text-input {
  background: #fff;
}
.question-mc .luecken-text-input-xs {
  width: 35px;
}
.question-mc .luecken-text-input-s {
  width: 50px;
}
.question-mc .luecken-text-input-m {
  width: 100px;
}
.question-mc .luecken-text-input-l {
  width: 200px;
}
.question-mc .luecken-text-input-xl {
  width: 300px;
}
.question-mc .luecken-text-select {
  background: #fff;
}
.item-correct {
  border: 1px solid #8ccc40 !important;
  color: #000;
}
.item-correct + .solution {
  color: #8ccc40;
  width: auto;
}
.item-incorrect {
  border: 1px solid #f14a50 !important;
  color: #000;
}
.item-incorrect + .solution {
  color: #f14a50;
  width: auto;
}
.question-freitext textarea {
  resize: none;
}
.question-freitext .luecken-text-textarea {
  font-size: 15px;
  line-height: 1.35em;
}
.question-freitext .self-rating-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
}
.question-freitext .self-rating-area > div {
  margin-right: 15px;
}
.question-freitext .self-rating-area {
  /*.dropdown-button { width: auto !important; }*/
}
.question-freitext.item-correct {
  border-top: 5px solid #8ccc40;
  border-bottom: 5px solid #8ccc40;
  padding-top: 5px;
  padding-bottom: 5px;
}
.question-freitext.item-incorrect {
  border-top: 5px solid #f14a50;
  border-bottom: 5px solid #f14a50;
  padding-top: 5px;
  padding-bottom: 5px;
}
.question-freitext .question-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.question-freitext .actual-question {
  max-width: 100%;
}
.question-freitext .bin-icon {
  text-align: center;
  cursor: pointer;
  margin-left: 20px;
  width: 20px;
  height: 30px;
}
.question-nurtext .question-container {
  display: flex;
  flex-direction: row;
}
#clickmatrix th {
  text-align: center;
}
#clickmatrix .title-cell {
  font-weight: bold !important;
  text-align: center;
  color: #000;
  background: #E0E0E0;
}
#clickmatrix .user-option:hover {
  background: #E5EEF5;
  cursor: pointer;
}
#clickmatrix .item-selected {
  background-color: #95addd !important;
}
#clickmatrix .item-correct {
  background-color: #8ccc40;
  color: white;
  border: 0;
}
#clickmatrix .item-incorrect {
  background-color: #f14a50;
  color: white;
  border: 0;
}
#clickmatrix .item-missing {
  background-color: rgba(255, 0, 0, 0.2);
  border: 0;
}
html, body {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1, h2, h3, h4, h5, h6,
input, select, textarea {
  font-family: "Source Sans Pro";
}
img {
  height: auto;
}
hr {
  color: #00549E;
  border-color: #00549E;
}
em {
  color: black !important;
}
:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary {
  background: #e8efea;
  color: #000;
}
.uk-button {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link {
  color: #000;
}
.uk-button-link:hover, .uk-button-link:active, .uk-button-link:focus {
  text-decoration: none;
}
.uk-button-primary, .uk-button-primary:hover, .uk-button-primary:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary, .uk-button-secondary:hover, .uk-button-secondary:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link, a {
  color: #00549E;
}
.uk-padding-small {
  padding: 5px;
}
.uk-padding {
  padding: 15px;
}
.uk-padding-large {
  padding: 30px;
}
.uk-margin-medium-left {
  margin-left: 30px !important;
}
.uk-margin-medium-right {
  margin-right: 30px !important;
}
.uk-margin-large-left {
  margin-left: 45px !important;
}
.uk-margin-large-right {
  margin-right: 45px !important;
}
.uk-checkbox:checked {
  background-color: #00549E;
}
.uk-checkbox:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary {
  color: #00549E !important;
}
.uk-text-secondary {
  color: #006325 !important;
}
.uk-text-large {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text {
  color: white !important;
}
:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader {
  background: #fff;
  z-index: 999;
}
#page {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page, #app, .base-layout {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak] {
  display: none;
}
.flexing-out {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content {
  text-align: center;
}
.clickable {
  cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}
.hidden { /*visibility: hidden;*/
  display: none;
}
.vanish {
  display: none;
}
.disabled {
  opacity: 0.4;
}
.nobold {
  font-weight: normal;
}
.rightAnswer {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor, .revision .secondaryTestBgColor {
  background-color: #E5EEF5 !important;
}
.exerciseColor {
  background-color: #00549E !important;
}
.testColor {
  background-color: #006325 !important;
}
.exerciseFgColor {
  color: #00549E !important;
}
.testFgColor {
  color: #006325 !important;
}
.test-mode .uk-button-primary {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a, .test-mode .uk-link {
  color: #006325;
}
.bildunterschrift {
  font-size: 13px;
  line-height: 1;
}
.textbox {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr:hover, .uk-table-hover > tr:hover {
  background: #eee;
}
.uk-table {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th, .uk-table td {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse, .table-collapse table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td, table.table-center th, .table-center table td, .table-center table th {
  text-align: center !important;
}
table.table-expand, .table-expand table {
  width: 100%;
}
table.table-padding-remove td, table.table-padding-remove th, .table-padding-remove table td, .table-padding-remove table th {
  padding: 0 !important;
}
table.table-padding-small td, table.table-padding-small th, .table-padding-small table td, .table-padding-small table th {
  padding: 3px !important;
}
table.table-white td, .table-white table td, table.table-white th, .table-white table th {
  background: #fff;
}
td:empty {
  background: #fff;
}
th:empty {
  display: none;
}
.no-interaction {
  position: relative;
}
.no-interaction:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img, .table-no-scale img {
  max-width: none;
}
.uk-select {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox:checked {
  border-color: #00549E;
}
.input-white input[type=text] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button {
  padding-right: 25px !important;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.fade-enter-active {
  transition: opacity 1.25s ease;
}
.fade-enter-to, .fade-leave {
  opacity: 1;
}
.fade-side-enter, .fade-side-leave-to {
  opacity: 0;
}
.fade-side-enter-active, .fade-side-leave-active {
  transition: opacity 150ms ease;
}
.fade-side-enter-to, .fade-side-leave {
  opacity: 1;
}
.fade-page-enter, .fade-page-leave-to {
  opacity: 0;
}
.fade-page-enter-active, .fade-page-leave-active {
  transition: opacity 300ms ease;
}
.fade-page-enter-to, .fade-page-leave {
  opacity: 1;
}
.slide-enter, .slide-leave-to {
  width: 0;
}
.slide-enter-active, .slide-leave-active {
  transition: width 100ms ease;
}
.slide-enter-to, .slide-leave {
  width: 100%;
}
.hide-nav-enter, .hide-nav-leave-to {
  height: 0;
}
.hide-nav-enter-active, .hide-nav-leave-active {
  transition: height 150ms ease;
}
.hide-nav-enter-to, .hide-nav-leave {
  height: -400;
}
.icon-large {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20 {
  padding: 0 20px;
}
.navbar-padding-30 {
  padding: 0 30px;
}
.dropdown-selection {
  display: inline-block;
}
.dropdown-selection .dropdown-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor {
  cursor: pointer;
}
.dropdown-selection .without-cursor {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a:hover {
  background: #e5eef5;
}
.dd-select select {
  display: none;
}
.dd-select.frozen {
  border: 0 !important;
}
.dd-select.frozen .dd-selections {
  display: none;
}
.dd-select.frozen .dd-button {
  cursor: auto;
}
.dd-select.item-correct .dd-button {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button {
  border: 1px solid #f14a50 !important;
}
.dd-select {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection {
  padding: 0;
}
.dd-select .dropdown-button {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon {
  color: #000;
}
.dd-select .value {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html, body {
    background: #fff;
}
#page {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app {
    min-height: 0;
    max-height: unset;
}
#page, #app, .base-layout {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img {
    height: auto;
}
.exercise-mode #header,
  .test-mode #header {
    display: none;
}
.uk-table th, .uk-table td {
    padding: 4px;
}
.navbar-padding-20, .navbar-padding-30 {
    padding: 0;
}
textarea {
    max-width: 100%;
}
table.table-width-450, .table-width-450 table {
    width: 450px !important;
}
table.table-width-550, .table-width-550 table {
    width: 550px !important;
}
table.table-width-650, .table-width-650 table {
    width: 650px !important;
}
table.table-width-750, .table-width-750 table {
    width: 750px !important;
}
.img-width-450 img {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large {
    width: 150px;
}
.dropdown-selection {
    display: block;
}
.dropdown-selection .dropdown-button {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
    font-size: 1rem;
}
}
#dnd-list-sort table {
  border-spacing: 3px;
}
#dnd-list-sort tr {
  border-bottom: 1px dashed #ccc;
}
#dnd-list-sort {
  /*td span:before { content:'-'; margin-right:5px; }*/
}
#dnd-list-sort .draggable {
  padding: 5px !important;
}
#dnd-list-sort .draggable:hover {
  cursor: move !important;
}
#dnd-list-sort .drop-target {
  opacity: 0 !important;
  border: 1px dashed #ccc !important;
}
#dnd-list-sort .dragged-item { /*background-color: $hover-color !important;*/
}
.highlight-dropzone {
  border: 1px solid #95addd !important;
}
#dnd-group-sort .group-header {
  order: -1 !important;
  align-self: flex-start;
  width: auto;
  font-weight: bold;
  margin: 0;
  margin-top: 15px;
}
#dnd-group-sort .target-zones-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
#dnd-group-sort .target-zones-wrapper .target-zones {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  min-width: 60px;
  min-height: 60px;
  padding: 3px;
  border: 1px dotted #ccc;
}
#dnd-group-sort .target-zones-wrapper .target-zones:hover {
  border-color: #E5EEF5;
}
#dnd-group-sort .draggable-hover, #dnd-group-sort .draggableItem:hover, #dnd-group-sort .user-draggables *:hover {
  cursor: move !important;
}
#dnd-group-sort .user-draggables {
  width: 100%;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 25px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#dnd-group-sort .user-draggables:hover {
  border-top: 1px solid #E5EEF5;
  border-bottom: 1px solid #E5EEF5;
}
#dnd-group-sort .user-draggables * {
  margin: 5px;
}
#dnd-group-sort .item, #dnd-group-sort .notDraggable, #dnd-group-sort .draggableItem {
  border: 1px dotted transparent;
  padding: 0;
  margin-right: 3px;
  padding: 3px;
}
#dnd-group-sort .draggableItem:hover {
  border-bottom: 1px solid #E5EEF5;
}
#dnd-group-sort .drop-target {
  background-color: #E5EEF5;
}
#dnd-group-sort .drop-target * {
  opacity: 0;
}
#dnd-group-sort .dragged-item {
  background-color: #E5EEF5 !important;
}
#dnd-group-sort .incorrect {
  border: 1px solid #f14a50;
}
#dnd-group-sort .correct {
  border: 1px solid #8ccc40;
}
#dnd-group-sort .missing {
  border: 1px solid rgba(255, 0, 0, 0.2);
  background: rgba(255, 0, 0, 0.2);
  opacity: 0.6;
}
#dnd-1u1-zuordnungen.vertical {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#dnd-1u1-zuordnungen.vertical .destination-area {
  display: flex;
  flex-direction: column;
  width: 60%;
}
#dnd-1u1-zuordnungen.vertical .draggable-group {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2px;
  text-align: right;
}
#dnd-1u1-zuordnungen.vertical .draggable-group .group-header {
  order: -1 !important;
  width: 50%;
  margin: 0 10px 0 0;
}
#dnd-1u1-zuordnungen.vertical .draggable-group .target-zones-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
  width: 236px;
}
#dnd-1u1-zuordnungen.vertical .draggable-group .target-zones-wrapper .target-zones {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: center;
  width: auto;
  min-width: 100px;
  min-height: 30px;
  border: 2px solid #E5EEF5;
}
#dnd-1u1-zuordnungen.vertical .draggable-group .target-zones-wrapper .target-zones:hover {
  border-color: #E5EEF5;
}
#dnd-1u1-zuordnungen.vertical .draggable-group .target-zones-wrapper .target-zones .draggableItem {
  width: 100%;
}
#dnd-1u1-zuordnungen.vertical .draggable-hover, #dnd-1u1-zuordnungen.vertical .draggableItem:hover, #dnd-1u1-zuordnungen.vertical .user-draggables *:hover {
  cursor: move !important;
}
#dnd-1u1-zuordnungen.vertical .user-draggables {
  width: 30%;
  min-width: 100px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  margin-top: 0;
  border: 2px dashed #E5EEF5;
}
#dnd-1u1-zuordnungen.vertical .user-draggables > div {
  margin: 1px 0;
}
#dnd-1u1-zuordnungen.vertical .item, #dnd-1u1-zuordnungen.vertical .notDraggable, #dnd-1u1-zuordnungen.vertical .draggableItem {
  padding: 5px;
  text-align: center;
}
#dnd-1u1-zuordnungen.vertical .target-zones .item, #dnd-1u1-zuordnungen.vertical .target-zones .notDraggable, #dnd-1u1-zuordnungen.vertical .target-zones .draggableItem {
  background: none;
}
#dnd-1u1-zuordnungen.vertical .draggableItem {
  background: none !important;
}
#dnd-1u1-zuordnungen.vertical .target-zones .draggableItem {
  padding: 0;
  line-height: 2em;
}
#dnd-1u1-zuordnungen.vertical .drop-target {
  background-color: #E5EEF5;
}
#dnd-1u1-zuordnungen.vertical .drop-target * {
  opacity: 0;
}
#dnd-1u1-zuordnungen.horizontal img {
  max-width: 62px;
}
#dnd-1u1-zuordnungen.horizontal .destination-area {
  width: 100%;
  margin-bottom: 30px;
}
#dnd-1u1-zuordnungen.horizontal .destination-area .draggable-group {
  float: left;
  text-align: center;
  margin-right: 4px;
}
#dnd-1u1-zuordnungen.horizontal .destination-area .draggable-group:last-child {
  margin-right: 0;
}
#dnd-1u1-zuordnungen.horizontal .destination-area .draggable-group .group-header {
  width: auto;
  margin-right: 0;
}
#dnd-1u1-zuordnungen.horizontal .destination-area .draggable-group .target-zones-wrapper {
  width: 100%;
}
#dnd-1u1-zuordnungen.horizontal .destination-area .draggable-group .target-zones-wrapper .target-zones {
  min-width: 40px;
  min-height: 50px;
  background-image: url("/images/app/icons/question-mark.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
}
#dnd-1u1-zuordnungen.horizontal .destination-area .draggable-group .target-zones-wrapper .target-zones-view-answers {
  border: 0 !important;
}
#dnd-1u1-zuordnungen.horizontal .destination-area .draggable-group .target-zones-wrapper .target-zones-dragable {
  border: 2px solid #E5EEF5;
}
#dnd-1u1-zuordnungen.horizontal .destination-area:after {
  display: block;
  content: "";
  clear: both;
}
#dnd-1u1-zuordnungen.horizontal .user-draggables {
  width: 100%;
  min-height: 40px;
  margin-bottom: 30px;
  clear: both;
  border: 2px dashed #E5EEF5;
  padding: 2px 2px 0 2px;
}
#dnd-1u1-zuordnungen.horizontal .user-draggables .draggableItem {
  float: left;
  margin-right: 4px;
  margin-bottom: 2px;
}
#dnd-1u1-zuordnungen.horizontal .user-draggables .draggableItem:last-child {
  margin-right: 0;
}
#dnd-1u1-zuordnungen.horizontal .user-draggables:after {
  display: block;
  content: "";
  clear: both;
}
.incorrect {
  border: 1px solid #f14a50;
}
.correct {
  border: 1px solid #8ccc40;
}
.missing {
  border: 1px solid rgba(255, 0, 0, 0.2);
  background: rgba(255, 0, 0, 0.2);
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
#dnd-1u1-zuordnungen.vertical .destination-area {
    width: 63%;
}
#dnd-1u1-zuordnungen.vertical .destination-area .draggable-group .target-zones-wrapper {
    width: 176px;
}
#dnd-1u1-zuordnungen.vertical .user-draggables {
    width: 35%;
}
}
.arrow {
  visibility: hidden;
}
#ct-webertest .pace-selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}
#ct-webertest .pace-selection .pace-text {
  margin-bottom: 16px;
}
#ct-webertest .test-field {
  width: 200px;
  margin: 0 auto;
  padding: 16px 0;
  background-color: var(--etrainer-primary-color);
  color: white;
}
#ct-webertest .row {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
#ct-webertest .row .arrow-option {
  display: flex;
  flex-direction: column;
}
#ct-webertest .row .arrow-option .arrow {
  margin-top: 8px;
  width: 70px;
  height: 70px;
}
#ct-webertest .row .arrow-option .show-arrow {
  visibility: visible !important;
}
#ct-webertest .controls {
  width: 100%;
  padding: 8px 0;
  display: flex;
  justify-content: center;
}
#ct-webertest .controls .btn {
  width: 100px;
  height: 50px;
  font-weight: bolder;
  font-size: 17px;
  color: var(--etrainer-primary-color);
}
#ct-webertest .controls .btn:hover {
  color: white;
}
#ct-webertest .controls .keypress-hover {
  background-color: var(--etrainer-primary-color);
  color: white;
}
#ct-webertest .stats {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  align-items: center;
  height: 50px;
  color: var(--etrainer-primary-color);
}
#ct-webertest .stats span {
  font-size: 37px;
  font-weight: bold;
  margin-right: 8px;
}
#ct-webertest .bold {
  font-weight: bold;
  font-size: 16px;
}
#ct-webertest .results {
  width: 80%;
  max-width: 400px;
  margin: 50px auto;
  color: var(--etrainer-primary-color);
  font-weight: bold;
}
#ct-webertest .results thead {
  color: var(--etrainer-primary-color);
}
#ct-webertest .results td {
  border-bottom: 3px solid rgb(253, 255, 255);
}
#ct-webertest .results td.image-head {
  padding-left: 6px;
}
#ct-webertest .results td.count {
  font-weight: bold;
  background-color: white;
  color: var(--etrainer-primary-color);
  padding-left: 8px;
  width: 25px;
}
#ct-webertest .results td.expected-input {
  padding-left: 10px;
}
#ct-webertest .results td.user-input {
  padding-left: 10px;
  width: 60px;
}
#ct-webertest .results td img {
  margin-left: 10px;
  background-color: var(--etrainer-primary-color);
}
#ct-webertest .correct {
  background-color: #daf2da;
}
#ct-webertest .wrong {
  background-color: #ffeded;
}
#ct-webertest .fg-correct {
  color: #daf2da;
}
#ct-webertest .fg-wrong {
  color: #ffeded;
}
.arrow {
  visibility: hidden;
}
#ffm-adaptivetest .pace-selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}
#ffm-adaptivetest .pace-selection .pace-text {
  margin-bottom: 16px;
}
#ffm-adaptivetest .test-field {
  width: 100%;
  padding: 16px 8px;
  background-color: var(--etrainer-primary-color);
  color: white;
}
#ffm-adaptivetest .row {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
#ffm-adaptivetest .row .arrow-option {
  display: flex;
  flex-direction: column;
}
#ffm-adaptivetest .row .arrow-option .arrow {
  margin-top: 8px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
#ffm-adaptivetest .row .arrow-option .show-arrow {
  visibility: visible !important;
}
#ffm-adaptivetest .controls {
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
}
#ffm-adaptivetest .controls .btn {
  width: 100px;
  height: 50px;
  font-weight: bolder;
  font-size: 17px;
  color: var(--etrainer-primary-color);
}
#ffm-adaptivetest .controls .btn:hover {
  color: white;
}
#ffm-adaptivetest .controls .keypress-hover {
  background-color: var(--etrainer-primary-color);
  color: white;
}
#ffm-adaptivetest .stats {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  align-items: center;
  height: 50px;
  color: var(--etrainer-primary-color);
}
#ffm-adaptivetest .stats span {
  font-size: 37px;
  font-weight: bold;
  margin-right: 8px;
}
#ffm-adaptivetest .bold {
  font-weight: bold;
  font-size: 16px;
}
#ffm-adaptivetest .results {
  width: 80%;
  max-width: 400px;
  margin: 50px auto;
  color: var(--etrainer-primary-color);
  font-weight: bold;
}
#ffm-adaptivetest .results thead {
  color: var(--etrainer-primary-color);
}
#ffm-adaptivetest .results td {
  border-bottom: 3px solid rgb(253, 255, 255);
}
#ffm-adaptivetest .results td.count {
  font-weight: bold;
  background-color: white;
  color: var(--etrainer-primary-color);
  padding-left: 8px;
  width: 25px;
}
#ffm-adaptivetest .results td.expected-input {
  padding-left: 10px;
}
#ffm-adaptivetest .results td.user-input {
  padding-left: 10px;
  width: 60px;
}
#ffm-adaptivetest .results td img {
  margin-left: 10px;
  background-color: var(--etrainer-primary-color);
}
#ffm-adaptivetest .correct {
  background-color: #daf2da;
}
#ffm-adaptivetest .wrong {
  background-color: #ffeded;
}
#ffm-adaptivetest .fg-correct {
  color: #daf2da;
}
#ffm-adaptivetest .fg-wrong {
  color: #ffeded;
}
.reaction-arrow .blueish {
  fill: var(--etrainer-primary-color);
}
.reaction-arrow .redish {
  fill: #be1622;
}
.reaction-arrow.to-left-arrow {
  transform: rotate(-90deg);
}
.reaction-arrow.to-right-arrow {
  transform: rotate(90deg);
}
.reaction-arrow.to-bottom-arrow {
  transform: rotate(180deg);
}
.reaction-arrow .no-dim {
  width: 0 !important;
  height: 0 !important;
}
.arrow {
  visibility: hidden;
}
#military-reaction-test .test-field {
  width: 100%;
  color: white;
}
#military-reaction-test .test-field img {
  width: 30px;
}
#military-reaction-test .test-field .top-arrow,
#military-reaction-test .test-field .middle-arrows,
#military-reaction-test .test-field .bottom-arrow {
  display: flex;
  justify-content: center;
  padding: 0;
  height: 63px;
}
#military-reaction-test .test-field .middle-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}
#military-reaction-test .test-field .middle-arrows .middle-point {
  width: 40px;
  height: 40px;
  background-color: black;
  border-radius: 50%;
  margin-left: 50px;
  margin-right: 50px;
}
#military-reaction-test .controls {
  width: 100%;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#military-reaction-test .controls .top-control,
#military-reaction-test .controls .middle-controls,
#military-reaction-test .controls .bottom-control {
  display: flex;
  justify-content: center;
  padding: 0;
  color: var(--etrainer-primary-color);
}
#military-reaction-test .controls .middle-controls button:first-of-type {
  margin-right: 50px;
}
#military-reaction-test .controls .keypress-hover {
  background-color: var(--etrainer-primary-color);
  color: white;
}
#military-reaction-test .controls .btn {
  width: 100px;
  height: 50px;
  font-weight: bolder;
  font-size: 17px;
  color: var(--etrainer-primary-color);
}
#military-reaction-test .controls .btn:hover {
  color: white;
}
#military-reaction-test .stats {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  align-items: center;
  height: 50px;
  color: var(--etrainer-primary-color);
}
#military-reaction-test .stats span {
  font-size: 37px;
  font-weight: bold;
  margin-right: 8px;
}
#military-reaction-test .bold {
  font-weight: bold;
  font-size: 16px;
}
#military-reaction-test .results {
  width: 100%;
  margin: 50px auto;
  max-width: 400px;
  color: var(--etrainer-primary-color);
  font-weight: bold;
  text-align: center;
}
#military-reaction-test .results .right-limiter {
  border-right: 1px solid white;
}
#military-reaction-test .results thead {
  background-color: white;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
#military-reaction-test .results thead td:first-child {
  max-width: 30px;
}
#military-reaction-test .results thead td {
  border-top: 0px solid white !important;
  padding: 0px 8px;
}
#military-reaction-test .results thead .td-expected, #military-reaction-test .results thead .td-userinput {
  width: 170px;
  padding: 0px 2px;
}
#military-reaction-test .results td {
  border-top: 1px solid rgb(253, 255, 255);
  padding: 8px;
}
#military-reaction-test .results td.count {
  font-weight: bold;
  background-color: var(--etrainer-primary-color);
  color: white;
  text-align: center;
}
#military-reaction-test .correct {
  background-color: #daf2da;
}
#military-reaction-test .wrong {
  background-color: #ffeded;
}
#military-reaction-test .fg-correct {
  color: #daf2da;
}
#military-reaction-test .fg-wrong {
  color: #ffeded;
}
.arrow {
  visibility: hidden;
}
#flexible-reaction-test .pace-selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}
#flexible-reaction-test .pace-selection .pace-text {
  margin-bottom: 16px;
}
#flexible-reaction-test .test-field {
  width: 100%;
  padding: 16px 8px;
  background-color: var(--etrainer-primary-color);
  color: white;
}
#flexible-reaction-test .row {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
#flexible-reaction-test .row .arrow-option {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#flexible-reaction-test .row .arrow-option .arrow {
  margin-top: 8px;
  margin-left: -8px;
  width: 50px;
  height: 50px;
}
#flexible-reaction-test .row .arrow-option .show-arrow {
  visibility: visible !important;
}
#flexible-reaction-test .controls {
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
}
#flexible-reaction-test .controls .btn {
  width: 100px;
  height: 50px;
  font-weight: bolder;
  font-size: 17px;
  color: var(--etrainer-primary-color);
}
#flexible-reaction-test .controls .btn:hover {
  color: white;
}
#flexible-reaction-test .controls .keypress-hover {
  background-color: var(--etrainer-primary-color);
  color: white;
}
#flexible-reaction-test .stats {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  align-items: center;
  height: 50px;
  color: var(--etrainer-primary-color);
}
#flexible-reaction-test .stats span {
  font-size: 37px;
  font-weight: bold;
  margin-right: 8px;
}
#flexible-reaction-test .bold {
  font-weight: bold;
  font-size: 16px;
}
#flexible-reaction-test .results {
  width: 80%;
  max-width: 400px;
  margin: 50px auto;
  color: var(--etrainer-primary-color);
  font-weight: bold;
}
#flexible-reaction-test .results thead {
  color: var(--etrainer-primary-color);
}
#flexible-reaction-test .results td {
  border-bottom: 3px solid rgb(253, 255, 255);
}
#flexible-reaction-test .results td.count {
  font-weight: bold;
  background-color: white;
  color: var(--etrainer-primary-color);
  padding-left: 8px;
  padding-left: 8px;
  width: 25px;
}
#flexible-reaction-test .results td.expected-input {
  padding-left: 10px;
}
#flexible-reaction-test .results td.user-input {
  padding-left: 10px;
  width: 60px;
}
#flexible-reaction-test .results td img {
  height: 40px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 10px;
  background-color: var(--etrainer-primary-color);
}
#flexible-reaction-test .correct {
  background-color: #daf2da;
}
#flexible-reaction-test .wrong {
  background-color: #ffeded;
}
#flexible-reaction-test .fg-correct {
  color: #daf2da;
}
#flexible-reaction-test .fg-wrong {
  color: #ffeded;
}
.question-personality > div > div {
  margin-bottom: 15px;
  margin-right: 30px;
}
.question-personality .form-control {
  cursor: pointer;
}
.question-personality .form-control p {
  margin: 0;
  padding: 0;
}
.question-personality .form-control[disabled] {
  cursor: default;
  background-color: white;
}
.question-personality .select-line {
  width: 300px;
  display: flex;
  justify-content: space-between;
}
.question-personality .select-box {
  border: 1px solid black;
  background: lightgray;
  width: 25px;
  text-align: center;
  font-size: 16px;
}
.question-personality .highlight {
  border: 1px solid blue;
  background: lightblue;
}
.question-personality .highlight-answer {
  border: 1px solid blue;
  background: lightblue;
}
.question-personality .answers {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
.question-personality > div > div {
    margin-right: 15px !important;
}
.question-personality .form-control p {
    margin: 0;
    padding: 0;
}
}
.question-personality > div > div {
  margin-bottom: 15px;
  margin-right: 30px;
}
.question-personality .form-control {
  cursor: pointer;
}
.question-personality .form-control p {
  margin: 0 0 5px 0;
  padding: 0;
}
.question-personality .form-control[disabled] {
  cursor: default;
  background-color: white;
}
.question-personality .select-line {
  width: 300px;
  display: flex;
  justify-content: space-between;
}
.question-personality .select-box {
  border: 1px solid black;
  background: lightgray;
  width: 25px;
  text-align: center;
  font-size: 16px;
}
.question-personality .highlight {
  border: 1px solid blue;
  background: lightblue;
}
.question-personality .highlight-answer {
  border: 1px solid blue;
  background: lightblue;
}
.question-personality .answers {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
.question-personality > div > div {
    margin-right: 15px !important;
}
.question-personality .form-control p {
    margin: 0;
    padding: 0;
}
}
.debug-details[data-v-062cea2b] {
  position: fixed;
  left: auto;
  top: 899px;
  color: red;
}

@keyframes pulsate {
0% {
        transform: scale(1);
        opacity: 0.5;
}
50% {
        transform: scale(1.05);
        opacity: 1;
}
100% {
        transform: scale(1);
        opacity: 0.5;
}
}
.recording-button {
    border: 1px solid white;
    border-radius: 25px;
    background-color: #f1f3f4;
    cursor: pointer;
}
.recording-button-active {
    animation: pulsate 1s infinite;
    color: red;
}
/* Style for Audio Playback Element */
audio {
  width: 75%; /* Default width for larger screens */
  height: 30px;
  max-width: 300px; /* Restrict width on larger screens */
}
/* Media query for smaller devices */
@media screen and (max-width: 576px) {
audio {
    width: 65%; /* Shrink the width for mobile devices */
    max-width: none; /* Fully use the container's width */
}
}
.error {
    color: red;
    font-weight: bold;
}
.timer-display {
    display: inline-block;
}
.help-button {
    border: 1px solid white;
    border-radius: 25px;
    background-color: white;
    cursor: pointer;
}
.help-button:hover {
    border: 1px solid white;
    border-radius: 25px;
    background-color: #f1f3f4;
    cursor: pointer;
}

.single-memorization-progress .label[data-v-18d4b565] {
  margin-bottom: 8px;
}
.single-memorization-progress .track[data-v-18d4b565] {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
}
.single-memorization-progress .track[data-v-18d4b565]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--etrainer-primary-color);
  opacity: 0.2;
}
.single-memorization-progress .fill[data-v-18d4b565] {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 0;
  background: var(--etrainer-primary-color);
  transition: width 0.1s linear;
}
#question-presenter {
  padding-bottom: 30px;
}
#question-presenter .question-area {
  margin: 0 0 15px 0;
}
#question-presenter .text-top,
#question-presenter .text-constant-top {
  margin-bottom: 15px;
}
#question-presenter .text-top-in-block,
#question-presenter .text-constant-top-in-block {
  margin: 15px 0;
}
#question-presenter .btnDiktat {
  display: flex;
  justify-content: space-around;
  align-content: center;
  /*margin-bottom: 15px;*/
}
#question-presenter .audio-loadspinner-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
}
#question-presenter #oscilloscope {
  width: 50%;
  height: 30px;
  margin-bottom: 15px;
}
#question-presenter .media-player-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 64px !important;
  margin-bottom: 32px;
}
#question-presenter .media-player-area a {
  margin-left: 16px;
}
#question-presenter .media-player-area a i {
  display: inline;
  white-space: nowrap;
}
#question-presenter .memorization-interstitial {
  border: 1px solid #d8e2ff;
  border-radius: 6px;
  padding: 16px;
  background: #f8faff;
}
#pace-selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}
#pace-selection .pace-text {
  margin-bottom: 16px;
}
#question-presenter.disabled {
  position: relative;
}
#question-presenter.disabled:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#subcategory-intro .info-title {
  font-weight: bold;
}
#subcategory-intro #block-intro {
  opacity: 0.4;
}
#subcategory-intro .subcategory-info {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 25px;
  max-height: 150px;
}
#subcategory-intro .subcategory-info .chart {
  display: flex;
  width: 350px;
  height: 90px;
}
#subcategory-intro .startButtons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#subcategory-intro .startButtons button {
  width: 100%;
}
#subcategory-intro .startButtons .dropdown-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding-right: 5px !important;
  cursor: pointer;
}
#subcategory-intro .startButtons .uk-dropdown {
  min-width: 0;
}
#subcategory-intro .sortButtonContainer {
  display: flex;
  flex-direction: row;
}
#subcategory-intro .sortOptions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5px;
  padding-right: 8px;
  position: relative;
}
#subcategory-intro .sortOptionsDialog {
  max-height: 250px;
  border: 1px solid #ddd;
  align-content: center;
  position: absolute;
  z-index: 10;
  background-color: white;
  padding: 10px;
  width: 200px;
  margin-left: -20px;
}
#subcategory-intro #startSubCatBtn {
  position: relative;
  z-index: 5;
}
#subcategory-intro .reaction-test-count-down {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 300px;
  color: var(--etrainer-primary-color);
  font-size: 150px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
#subcategory-intro .icon {
  width: 40px;
  height: 40px;
  /* margin:-15px 30px 0 -100px;*/
}
@media screen and (max-width: 768px) {
#subcategory-intro .subcategory-info {
    display: block;
}
}
#details-page .item {
  background: #E5EEF5;
}
#details-page img.icon {
  background: #00549E;
  border-radius: 3px;
}
#details-page .rightAnswer, #details-page .wrongAnswer {
  border: 0 solid transparent !important;
}
#details-page .explanation {
  margin-top: 40px;
}
.secondaryTestBgColor img.icon {
  background: #006325 !important;
}
#performance-summary[data-v-20baf68f] {
  padding: 50px 0;
  box-sizing: border-box;
}
#performance-summary .icon[data-v-20baf68f] {
  width: 130px;
  height: 122px;
  margin: -15px 30px 0 -100px;
}
@media screen and (max-width: 768px) {
#performance-summary[data-v-20baf68f] {
    flex-direction: column;
    padding: 15px 0;
}
#performance-summary .icon[data-v-20baf68f] {
    display: none;
}
}
html[data-v-12f8c8b2], body[data-v-12f8c8b2] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-12f8c8b2] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-12f8c8b2], h2[data-v-12f8c8b2], h3[data-v-12f8c8b2], h4[data-v-12f8c8b2], h5[data-v-12f8c8b2], h6[data-v-12f8c8b2],
input[data-v-12f8c8b2], select[data-v-12f8c8b2], textarea[data-v-12f8c8b2] {
  font-family: "Source Sans Pro";
}
img[data-v-12f8c8b2] {
  height: auto;
}
hr[data-v-12f8c8b2] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-12f8c8b2] {
  color: black !important;
}
[data-v-12f8c8b2]:focus {
  outline: 0;
}
a[data-v-12f8c8b2]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-12f8c8b2] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-12f8c8b2] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-12f8c8b2] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-12f8c8b2]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-12f8c8b2] {
  color: #000;
}
.uk-button-link[data-v-12f8c8b2]:hover, .uk-button-link[data-v-12f8c8b2]:active, .uk-button-link[data-v-12f8c8b2]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-12f8c8b2], .uk-button-primary[data-v-12f8c8b2]:hover, .uk-button-primary[data-v-12f8c8b2]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-12f8c8b2]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-12f8c8b2], .uk-button-secondary[data-v-12f8c8b2]:hover, .uk-button-secondary[data-v-12f8c8b2]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-12f8c8b2]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-12f8c8b2]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-12f8c8b2], a[data-v-12f8c8b2] {
  color: #00549E;
}
.uk-padding-small[data-v-12f8c8b2] {
  padding: 5px;
}
.uk-padding[data-v-12f8c8b2] {
  padding: 15px;
}
.uk-padding-large[data-v-12f8c8b2] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-12f8c8b2] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-12f8c8b2] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-12f8c8b2] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-12f8c8b2] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-12f8c8b2]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-12f8c8b2]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-12f8c8b2]:focus, .uk-select[data-v-12f8c8b2]:focus, .uk-textarea[data-v-12f8c8b2]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-12f8c8b2] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-12f8c8b2] {
  color: #006325 !important;
}
.uk-text-large[data-v-12f8c8b2] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-12f8c8b2] {
  color: white !important;
}
[data-v-12f8c8b2]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-12f8c8b2]::-webkit-scrollbar {
  width: 5px;
}
[data-v-12f8c8b2]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-12f8c8b2]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-12f8c8b2]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-12f8c8b2] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-12f8c8b2] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-12f8c8b2] {
  background: #fff;
  z-index: 999;
}
#page[data-v-12f8c8b2] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-12f8c8b2] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-12f8c8b2], #app[data-v-12f8c8b2], .base-layout[data-v-12f8c8b2] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-12f8c8b2] {
  display: none;
}
.flexing-out[data-v-12f8c8b2] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-12f8c8b2] {
  text-align: center;
}
.clickable[data-v-12f8c8b2] {
  cursor: pointer;
}
.nowrap[data-v-12f8c8b2] {
  white-space: nowrap;
}
.hidden[data-v-12f8c8b2] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-12f8c8b2] {
  display: none;
}
.disabled[data-v-12f8c8b2] {
  opacity: 0.4;
}
.nobold[data-v-12f8c8b2] {
  font-weight: normal;
}
.rightAnswer[data-v-12f8c8b2] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-12f8c8b2] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-12f8c8b2] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-12f8c8b2] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-12f8c8b2] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-12f8c8b2], .revision .secondaryTestBgColor[data-v-12f8c8b2] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-12f8c8b2] {
  background-color: #00549E !important;
}
.testColor[data-v-12f8c8b2] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-12f8c8b2] {
  color: #00549E !important;
}
.testFgColor[data-v-12f8c8b2] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-12f8c8b2] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-12f8c8b2], .test-mode .uk-link[data-v-12f8c8b2] {
  color: #006325;
}
.bildunterschrift[data-v-12f8c8b2] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-12f8c8b2] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-12f8c8b2]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-12f8c8b2]:hover, .uk-table-hover > tr[data-v-12f8c8b2]:hover {
  background: #eee;
}
.uk-table[data-v-12f8c8b2] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-12f8c8b2], .uk-table td[data-v-12f8c8b2] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-12f8c8b2] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-12f8c8b2], .table-collapse table[data-v-12f8c8b2] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-12f8c8b2], table.table-center th[data-v-12f8c8b2], .table-center table td[data-v-12f8c8b2], .table-center table th[data-v-12f8c8b2] {
  text-align: center !important;
}
table.table-expand[data-v-12f8c8b2], .table-expand table[data-v-12f8c8b2] {
  width: 100%;
}
table.table-padding-remove td[data-v-12f8c8b2], table.table-padding-remove th[data-v-12f8c8b2], .table-padding-remove table td[data-v-12f8c8b2], .table-padding-remove table th[data-v-12f8c8b2] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-12f8c8b2], table.table-padding-small th[data-v-12f8c8b2], .table-padding-small table td[data-v-12f8c8b2], .table-padding-small table th[data-v-12f8c8b2] {
  padding: 3px !important;
}
table.table-white td[data-v-12f8c8b2], .table-white table td[data-v-12f8c8b2], table.table-white th[data-v-12f8c8b2], .table-white table th[data-v-12f8c8b2] {
  background: #fff;
}
td[data-v-12f8c8b2]:empty {
  background: #fff;
}
th[data-v-12f8c8b2]:empty {
  display: none;
}
.no-interaction[data-v-12f8c8b2] {
  position: relative;
}
.no-interaction[data-v-12f8c8b2]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-12f8c8b2], .table-no-scale img[data-v-12f8c8b2] {
  max-width: none;
}
.uk-select[data-v-12f8c8b2] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-12f8c8b2] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-12f8c8b2]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-12f8c8b2] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-12f8c8b2] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-12f8c8b2] {
  padding-right: 25px !important;
}
.fade-enter[data-v-12f8c8b2], .fade-leave-to[data-v-12f8c8b2] {
  opacity: 0;
}
.fade-enter-active[data-v-12f8c8b2] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-12f8c8b2], .fade-leave[data-v-12f8c8b2] {
  opacity: 1;
}
.fade-side-enter[data-v-12f8c8b2], .fade-side-leave-to[data-v-12f8c8b2] {
  opacity: 0;
}
.fade-side-enter-active[data-v-12f8c8b2], .fade-side-leave-active[data-v-12f8c8b2] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-12f8c8b2], .fade-side-leave[data-v-12f8c8b2] {
  opacity: 1;
}
.fade-page-enter[data-v-12f8c8b2], .fade-page-leave-to[data-v-12f8c8b2] {
  opacity: 0;
}
.fade-page-enter-active[data-v-12f8c8b2], .fade-page-leave-active[data-v-12f8c8b2] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-12f8c8b2], .fade-page-leave[data-v-12f8c8b2] {
  opacity: 1;
}
.slide-enter[data-v-12f8c8b2], .slide-leave-to[data-v-12f8c8b2] {
  width: 0;
}
.slide-enter-active[data-v-12f8c8b2], .slide-leave-active[data-v-12f8c8b2] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-12f8c8b2], .slide-leave[data-v-12f8c8b2] {
  width: 100%;
}
.hide-nav-enter[data-v-12f8c8b2], .hide-nav-leave-to[data-v-12f8c8b2] {
  height: 0;
}
.hide-nav-enter-active[data-v-12f8c8b2], .hide-nav-leave-active[data-v-12f8c8b2] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-12f8c8b2], .hide-nav-leave[data-v-12f8c8b2] {
  height: -400;
}
.icon-large[data-v-12f8c8b2] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-12f8c8b2] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-12f8c8b2] {
  padding: 0 30px;
}
.dropdown-selection[data-v-12f8c8b2] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-12f8c8b2] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-12f8c8b2] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-12f8c8b2] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-12f8c8b2] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-12f8c8b2] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-12f8c8b2] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-12f8c8b2] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-12f8c8b2]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-12f8c8b2] {
  display: none;
}
.dd-select.frozen[data-v-12f8c8b2] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-12f8c8b2] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-12f8c8b2] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-12f8c8b2] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-12f8c8b2] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-12f8c8b2] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-12f8c8b2] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-12f8c8b2] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-12f8c8b2] {
  color: #000;
}
.dd-select .value[data-v-12f8c8b2] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-12f8c8b2]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-12f8c8b2] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-12f8c8b2], body[data-v-12f8c8b2] {
    background: #fff;
}
#page[data-v-12f8c8b2] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-12f8c8b2] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-12f8c8b2], #app[data-v-12f8c8b2], .base-layout[data-v-12f8c8b2] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-12f8c8b2] {
    height: auto;
}
.exercise-mode #header[data-v-12f8c8b2],
  .test-mode #header[data-v-12f8c8b2] {
    display: none;
}
.uk-table th[data-v-12f8c8b2], .uk-table td[data-v-12f8c8b2] {
    padding: 4px;
}
.navbar-padding-20[data-v-12f8c8b2], .navbar-padding-30[data-v-12f8c8b2] {
    padding: 0;
}
textarea[data-v-12f8c8b2] {
    max-width: 100%;
}
table.table-width-450[data-v-12f8c8b2], .table-width-450 table[data-v-12f8c8b2] {
    width: 450px !important;
}
table.table-width-550[data-v-12f8c8b2], .table-width-550 table[data-v-12f8c8b2] {
    width: 550px !important;
}
table.table-width-650[data-v-12f8c8b2], .table-width-650 table[data-v-12f8c8b2] {
    width: 650px !important;
}
table.table-width-750[data-v-12f8c8b2], .table-width-750 table[data-v-12f8c8b2] {
    width: 750px !important;
}
.img-width-450 img[data-v-12f8c8b2] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-12f8c8b2] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-12f8c8b2] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-12f8c8b2] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-12f8c8b2] {
    width: 150px;
}
.dropdown-selection[data-v-12f8c8b2] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-12f8c8b2] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-12f8c8b2] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-12f8c8b2] {
    font-size: 1rem;
}
}
.item[data-v-12f8c8b2] {
  background: #E5EEF5;
  padding: 3px;
  cursor: pointer;
}
.item.realtest[data-v-12f8c8b2] {
  background: #e8efea !important;
  /* * { background: transparent !important; }*/
}
.item.realtest img.icon[data-v-12f8c8b2] {
  background: #006325 !important;
}
.demo .realtest[data-v-12f8c8b2] {
  background: #E5EEF5 !important;
}
p[data-v-12f8c8b2] {
  margin: auto;
}
img[data-v-12f8c8b2] {
  margin-right: 10px;
}
img.icon[data-v-12f8c8b2] {
  background: #00549E;
  border-radius: 3px;
}
.arrow img[data-v-12f8c8b2] {
  width: 21px !important;
  height: 21px !important;
}
.uk-grid-small[data-v-6d38f67f] > * {
  padding-left: 7px !important;
}
html[data-v-e76f2c42], body[data-v-e76f2c42] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-e76f2c42] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-e76f2c42], h2[data-v-e76f2c42], h3[data-v-e76f2c42], h4[data-v-e76f2c42], h5[data-v-e76f2c42], h6[data-v-e76f2c42],
input[data-v-e76f2c42], select[data-v-e76f2c42], textarea[data-v-e76f2c42] {
  font-family: "Source Sans Pro";
}
img[data-v-e76f2c42] {
  height: auto;
}
hr[data-v-e76f2c42] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-e76f2c42] {
  color: black !important;
}
[data-v-e76f2c42]:focus {
  outline: 0;
}
a[data-v-e76f2c42]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-e76f2c42] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-e76f2c42] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-e76f2c42] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-e76f2c42]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-e76f2c42] {
  color: #000;
}
.uk-button-link[data-v-e76f2c42]:hover, .uk-button-link[data-v-e76f2c42]:active, .uk-button-link[data-v-e76f2c42]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-e76f2c42], .uk-button-primary[data-v-e76f2c42]:hover, .uk-button-primary[data-v-e76f2c42]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-e76f2c42]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-e76f2c42], .uk-button-secondary[data-v-e76f2c42]:hover, .uk-button-secondary[data-v-e76f2c42]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-e76f2c42]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-e76f2c42]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-e76f2c42], a[data-v-e76f2c42] {
  color: #00549E;
}
.uk-padding-small[data-v-e76f2c42] {
  padding: 5px;
}
.uk-padding[data-v-e76f2c42] {
  padding: 15px;
}
.uk-padding-large[data-v-e76f2c42] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-e76f2c42] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-e76f2c42] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-e76f2c42] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-e76f2c42] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-e76f2c42]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-e76f2c42]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-e76f2c42]:focus, .uk-select[data-v-e76f2c42]:focus, .uk-textarea[data-v-e76f2c42]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-e76f2c42] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-e76f2c42] {
  color: #006325 !important;
}
.uk-text-large[data-v-e76f2c42] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-e76f2c42] {
  color: white !important;
}
[data-v-e76f2c42]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-e76f2c42]::-webkit-scrollbar {
  width: 5px;
}
[data-v-e76f2c42]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-e76f2c42]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-e76f2c42]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-e76f2c42] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-e76f2c42] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-e76f2c42] {
  background: #fff;
  z-index: 999;
}
#page[data-v-e76f2c42] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-e76f2c42] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-e76f2c42], #app[data-v-e76f2c42], .base-layout[data-v-e76f2c42] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-e76f2c42] {
  display: none;
}
.flexing-out[data-v-e76f2c42] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-e76f2c42] {
  text-align: center;
}
.clickable[data-v-e76f2c42] {
  cursor: pointer;
}
.nowrap[data-v-e76f2c42] {
  white-space: nowrap;
}
.hidden[data-v-e76f2c42] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-e76f2c42] {
  display: none;
}
.disabled[data-v-e76f2c42] {
  opacity: 0.4;
}
.nobold[data-v-e76f2c42] {
  font-weight: normal;
}
.rightAnswer[data-v-e76f2c42] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-e76f2c42] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-e76f2c42] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-e76f2c42] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-e76f2c42] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-e76f2c42], .revision .secondaryTestBgColor[data-v-e76f2c42] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-e76f2c42] {
  background-color: #00549E !important;
}
.testColor[data-v-e76f2c42] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-e76f2c42] {
  color: #00549E !important;
}
.testFgColor[data-v-e76f2c42] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-e76f2c42] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-e76f2c42], .test-mode .uk-link[data-v-e76f2c42] {
  color: #006325;
}
.bildunterschrift[data-v-e76f2c42] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-e76f2c42] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-e76f2c42]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-e76f2c42]:hover, .uk-table-hover > tr[data-v-e76f2c42]:hover {
  background: #eee;
}
.uk-table[data-v-e76f2c42] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-e76f2c42], .uk-table td[data-v-e76f2c42] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-e76f2c42] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-e76f2c42], .table-collapse table[data-v-e76f2c42] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-e76f2c42], table.table-center th[data-v-e76f2c42], .table-center table td[data-v-e76f2c42], .table-center table th[data-v-e76f2c42] {
  text-align: center !important;
}
table.table-expand[data-v-e76f2c42], .table-expand table[data-v-e76f2c42] {
  width: 100%;
}
table.table-padding-remove td[data-v-e76f2c42], table.table-padding-remove th[data-v-e76f2c42], .table-padding-remove table td[data-v-e76f2c42], .table-padding-remove table th[data-v-e76f2c42] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-e76f2c42], table.table-padding-small th[data-v-e76f2c42], .table-padding-small table td[data-v-e76f2c42], .table-padding-small table th[data-v-e76f2c42] {
  padding: 3px !important;
}
table.table-white td[data-v-e76f2c42], .table-white table td[data-v-e76f2c42], table.table-white th[data-v-e76f2c42], .table-white table th[data-v-e76f2c42] {
  background: #fff;
}
td[data-v-e76f2c42]:empty {
  background: #fff;
}
th[data-v-e76f2c42]:empty {
  display: none;
}
.no-interaction[data-v-e76f2c42] {
  position: relative;
}
.no-interaction[data-v-e76f2c42]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-e76f2c42], .table-no-scale img[data-v-e76f2c42] {
  max-width: none;
}
.uk-select[data-v-e76f2c42] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-e76f2c42] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-e76f2c42]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-e76f2c42] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-e76f2c42] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-e76f2c42] {
  padding-right: 25px !important;
}
.fade-enter[data-v-e76f2c42], .fade-leave-to[data-v-e76f2c42] {
  opacity: 0;
}
.fade-enter-active[data-v-e76f2c42] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-e76f2c42], .fade-leave[data-v-e76f2c42] {
  opacity: 1;
}
.fade-side-enter[data-v-e76f2c42], .fade-side-leave-to[data-v-e76f2c42] {
  opacity: 0;
}
.fade-side-enter-active[data-v-e76f2c42], .fade-side-leave-active[data-v-e76f2c42] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-e76f2c42], .fade-side-leave[data-v-e76f2c42] {
  opacity: 1;
}
.fade-page-enter[data-v-e76f2c42], .fade-page-leave-to[data-v-e76f2c42] {
  opacity: 0;
}
.fade-page-enter-active[data-v-e76f2c42], .fade-page-leave-active[data-v-e76f2c42] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-e76f2c42], .fade-page-leave[data-v-e76f2c42] {
  opacity: 1;
}
.slide-enter[data-v-e76f2c42], .slide-leave-to[data-v-e76f2c42] {
  width: 0;
}
.slide-enter-active[data-v-e76f2c42], .slide-leave-active[data-v-e76f2c42] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-e76f2c42], .slide-leave[data-v-e76f2c42] {
  width: 100%;
}
.hide-nav-enter[data-v-e76f2c42], .hide-nav-leave-to[data-v-e76f2c42] {
  height: 0;
}
.hide-nav-enter-active[data-v-e76f2c42], .hide-nav-leave-active[data-v-e76f2c42] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-e76f2c42], .hide-nav-leave[data-v-e76f2c42] {
  height: -400;
}
.icon-large[data-v-e76f2c42] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-e76f2c42] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-e76f2c42] {
  padding: 0 30px;
}
.dropdown-selection[data-v-e76f2c42] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-e76f2c42] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-e76f2c42] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-e76f2c42] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-e76f2c42] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-e76f2c42] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-e76f2c42] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-e76f2c42] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-e76f2c42]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-e76f2c42] {
  display: none;
}
.dd-select.frozen[data-v-e76f2c42] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-e76f2c42] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-e76f2c42] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-e76f2c42] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-e76f2c42] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-e76f2c42] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-e76f2c42] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-e76f2c42] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-e76f2c42] {
  color: #000;
}
.dd-select .value[data-v-e76f2c42] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-e76f2c42]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-e76f2c42] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-e76f2c42], body[data-v-e76f2c42] {
    background: #fff;
}
#page[data-v-e76f2c42] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-e76f2c42] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-e76f2c42], #app[data-v-e76f2c42], .base-layout[data-v-e76f2c42] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-e76f2c42] {
    height: auto;
}
.exercise-mode #header[data-v-e76f2c42],
  .test-mode #header[data-v-e76f2c42] {
    display: none;
}
.uk-table th[data-v-e76f2c42], .uk-table td[data-v-e76f2c42] {
    padding: 4px;
}
.navbar-padding-20[data-v-e76f2c42], .navbar-padding-30[data-v-e76f2c42] {
    padding: 0;
}
textarea[data-v-e76f2c42] {
    max-width: 100%;
}
table.table-width-450[data-v-e76f2c42], .table-width-450 table[data-v-e76f2c42] {
    width: 450px !important;
}
table.table-width-550[data-v-e76f2c42], .table-width-550 table[data-v-e76f2c42] {
    width: 550px !important;
}
table.table-width-650[data-v-e76f2c42], .table-width-650 table[data-v-e76f2c42] {
    width: 650px !important;
}
table.table-width-750[data-v-e76f2c42], .table-width-750 table[data-v-e76f2c42] {
    width: 750px !important;
}
.img-width-450 img[data-v-e76f2c42] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-e76f2c42] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-e76f2c42] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-e76f2c42] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-e76f2c42] {
    width: 150px;
}
.dropdown-selection[data-v-e76f2c42] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-e76f2c42] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-e76f2c42] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-e76f2c42] {
    font-size: 1rem;
}
}
.outer-container[data-v-e76f2c42] {
  padding-left: auto;
  width: 100%;
}
.center-container[data-v-e76f2c42] {
  width: 90%;
  margin: 0 auto;
}
.stats-container[data-v-e76f2c42] {
  text-align: center;
  width: 90%;
  display: inline-block;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
.stats-container[data-v-e76f2c42] {
    width: 100%;
}
}
h2.summary-stats[data-v-e76f2c42], h3.summary-stats[data-v-e76f2c42] {
  color: #00549E !important;
  font-weight: 600 !important;
  width: 100%;
  color: #000 !important;
  margin-bottom: 0px !important;
}
h2.summary-stats[data-v-e76f2c42] {
  margin-top: 20px;
  font-size: 15px;
}
h3.summary-stats[data-v-e76f2c42] {
  margin-top: 0px;
  font-size: 13px;
}
.stats-table td[data-v-e76f2c42]:nth-child(1) {
  width: 35%;
}
.stats-table td[data-v-e76f2c42]:nth-child(2) {
  width: 30%;
}
.stats-table td[data-v-e76f2c42] {
  width: 17.5%;
}
.stats-table .header[data-v-e76f2c42],
.stats-table .footer[data-v-e76f2c42] {
  background: #00549E !important;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.stats-table td[data-v-e76f2c42],
th[data-v-e76f2c42] {
  padding: 8px;
  margin-right: 8px;
}
table.stats-table[data-v-e76f2c42] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.info-container[data-v-e76f2c42] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  gap: 10px;
}
.info-container h2[data-v-e76f2c42] {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  margin-top: 0;
}
.info-container[data-v-e76f2c42] {
  margin-bottom: 20px;
}
.info-icon[data-v-e76f2c42] {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
.main-categories-result-view .uk-flex-column > div {
    flex-flow: column wrap;
}
}
@media screen and (max-width: 768px) {
.main-categories-result-view .uk-flex-column > div {
    flex-flow: column wrap;
}
}
html[data-v-38244000], body[data-v-38244000] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-38244000] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-38244000], h2[data-v-38244000], h3[data-v-38244000], h4[data-v-38244000], h5[data-v-38244000], h6[data-v-38244000],
input[data-v-38244000], select[data-v-38244000], textarea[data-v-38244000] {
  font-family: "Source Sans Pro";
}
img[data-v-38244000] {
  height: auto;
}
hr[data-v-38244000] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-38244000] {
  color: black !important;
}
[data-v-38244000]:focus {
  outline: 0;
}
a[data-v-38244000]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-38244000] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-38244000] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-38244000] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-38244000]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-38244000] {
  color: #000;
}
.uk-button-link[data-v-38244000]:hover, .uk-button-link[data-v-38244000]:active, .uk-button-link[data-v-38244000]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-38244000], .uk-button-primary[data-v-38244000]:hover, .uk-button-primary[data-v-38244000]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-38244000]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-38244000], .uk-button-secondary[data-v-38244000]:hover, .uk-button-secondary[data-v-38244000]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-38244000]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-38244000]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-38244000], a[data-v-38244000] {
  color: #00549E;
}
.uk-padding-small[data-v-38244000] {
  padding: 5px;
}
.uk-padding[data-v-38244000] {
  padding: 15px;
}
.uk-padding-large[data-v-38244000] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-38244000] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-38244000] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-38244000] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-38244000] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-38244000]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-38244000]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-38244000]:focus, .uk-select[data-v-38244000]:focus, .uk-textarea[data-v-38244000]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-38244000] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-38244000] {
  color: #006325 !important;
}
.uk-text-large[data-v-38244000] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-38244000] {
  color: white !important;
}
[data-v-38244000]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-38244000]::-webkit-scrollbar {
  width: 5px;
}
[data-v-38244000]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-38244000]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-38244000]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-38244000] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-38244000] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-38244000] {
  background: #fff;
  z-index: 999;
}
#page[data-v-38244000] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-38244000] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-38244000], #app[data-v-38244000], .base-layout[data-v-38244000] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-38244000] {
  display: none;
}
.flexing-out[data-v-38244000] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-38244000] {
  text-align: center;
}
.clickable[data-v-38244000] {
  cursor: pointer;
}
.nowrap[data-v-38244000] {
  white-space: nowrap;
}
.hidden[data-v-38244000] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-38244000] {
  display: none;
}
.disabled[data-v-38244000] {
  opacity: 0.4;
}
.nobold[data-v-38244000] {
  font-weight: normal;
}
.rightAnswer[data-v-38244000] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-38244000] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-38244000] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-38244000] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-38244000] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-38244000], .revision .secondaryTestBgColor[data-v-38244000] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-38244000] {
  background-color: #00549E !important;
}
.testColor[data-v-38244000] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-38244000] {
  color: #00549E !important;
}
.testFgColor[data-v-38244000] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-38244000] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-38244000], .test-mode .uk-link[data-v-38244000] {
  color: #006325;
}
.bildunterschrift[data-v-38244000] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-38244000] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-38244000]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-38244000]:hover, .uk-table-hover > tr[data-v-38244000]:hover {
  background: #eee;
}
.uk-table[data-v-38244000] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-38244000], .uk-table td[data-v-38244000] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-38244000] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-38244000], .table-collapse table[data-v-38244000] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-38244000], table.table-center th[data-v-38244000], .table-center table td[data-v-38244000], .table-center table th[data-v-38244000] {
  text-align: center !important;
}
table.table-expand[data-v-38244000], .table-expand table[data-v-38244000] {
  width: 100%;
}
table.table-padding-remove td[data-v-38244000], table.table-padding-remove th[data-v-38244000], .table-padding-remove table td[data-v-38244000], .table-padding-remove table th[data-v-38244000] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-38244000], table.table-padding-small th[data-v-38244000], .table-padding-small table td[data-v-38244000], .table-padding-small table th[data-v-38244000] {
  padding: 3px !important;
}
table.table-white td[data-v-38244000], .table-white table td[data-v-38244000], table.table-white th[data-v-38244000], .table-white table th[data-v-38244000] {
  background: #fff;
}
td[data-v-38244000]:empty {
  background: #fff;
}
th[data-v-38244000]:empty {
  display: none;
}
.no-interaction[data-v-38244000] {
  position: relative;
}
.no-interaction[data-v-38244000]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-38244000], .table-no-scale img[data-v-38244000] {
  max-width: none;
}
.uk-select[data-v-38244000] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-38244000] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-38244000]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-38244000] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-38244000] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-38244000] {
  padding-right: 25px !important;
}
.fade-enter[data-v-38244000], .fade-leave-to[data-v-38244000] {
  opacity: 0;
}
.fade-enter-active[data-v-38244000] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-38244000], .fade-leave[data-v-38244000] {
  opacity: 1;
}
.fade-side-enter[data-v-38244000], .fade-side-leave-to[data-v-38244000] {
  opacity: 0;
}
.fade-side-enter-active[data-v-38244000], .fade-side-leave-active[data-v-38244000] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-38244000], .fade-side-leave[data-v-38244000] {
  opacity: 1;
}
.fade-page-enter[data-v-38244000], .fade-page-leave-to[data-v-38244000] {
  opacity: 0;
}
.fade-page-enter-active[data-v-38244000], .fade-page-leave-active[data-v-38244000] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-38244000], .fade-page-leave[data-v-38244000] {
  opacity: 1;
}
.slide-enter[data-v-38244000], .slide-leave-to[data-v-38244000] {
  width: 0;
}
.slide-enter-active[data-v-38244000], .slide-leave-active[data-v-38244000] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-38244000], .slide-leave[data-v-38244000] {
  width: 100%;
}
.hide-nav-enter[data-v-38244000], .hide-nav-leave-to[data-v-38244000] {
  height: 0;
}
.hide-nav-enter-active[data-v-38244000], .hide-nav-leave-active[data-v-38244000] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-38244000], .hide-nav-leave[data-v-38244000] {
  height: -400;
}
.icon-large[data-v-38244000] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-38244000] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-38244000] {
  padding: 0 30px;
}
.dropdown-selection[data-v-38244000] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-38244000] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-38244000] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-38244000] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-38244000] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-38244000] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-38244000] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-38244000] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-38244000]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-38244000] {
  display: none;
}
.dd-select.frozen[data-v-38244000] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-38244000] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-38244000] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-38244000] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-38244000] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-38244000] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-38244000] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-38244000] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-38244000] {
  color: #000;
}
.dd-select .value[data-v-38244000] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-38244000]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-38244000] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-38244000], body[data-v-38244000] {
    background: #fff;
}
#page[data-v-38244000] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-38244000] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-38244000], #app[data-v-38244000], .base-layout[data-v-38244000] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-38244000] {
    height: auto;
}
.exercise-mode #header[data-v-38244000],
  .test-mode #header[data-v-38244000] {
    display: none;
}
.uk-table th[data-v-38244000], .uk-table td[data-v-38244000] {
    padding: 4px;
}
.navbar-padding-20[data-v-38244000], .navbar-padding-30[data-v-38244000] {
    padding: 0;
}
textarea[data-v-38244000] {
    max-width: 100%;
}
table.table-width-450[data-v-38244000], .table-width-450 table[data-v-38244000] {
    width: 450px !important;
}
table.table-width-550[data-v-38244000], .table-width-550 table[data-v-38244000] {
    width: 550px !important;
}
table.table-width-650[data-v-38244000], .table-width-650 table[data-v-38244000] {
    width: 650px !important;
}
table.table-width-750[data-v-38244000], .table-width-750 table[data-v-38244000] {
    width: 750px !important;
}
.img-width-450 img[data-v-38244000] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-38244000] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-38244000] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-38244000] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-38244000] {
    width: 150px;
}
.dropdown-selection[data-v-38244000] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-38244000] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-38244000] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-38244000] {
    font-size: 1rem;
}
}
.item[data-v-38244000] {
  background: #E5EEF5;
  padding: 3px;
  cursor: pointer;
}
.item.realtest[data-v-38244000] {
  background: #e8efea !important;
  /* * { background: transparent !important; }*/
}
.item.realtest img.icon[data-v-38244000] {
  background: #006325 !important;
}
.demo .realtest[data-v-38244000] {
  background: #E5EEF5 !important;
}
p[data-v-38244000] {
  margin: auto;
}
img[data-v-38244000] {
  margin-right: 10px;
}
img.icon[data-v-38244000] {
  background: #00549E;
  border-radius: 3px;
}
.arrow img[data-v-38244000] {
  width: 21px !important;
  height: 21px !important;
}
.uk-grid-small[data-v-931f7666] > * {
  padding-left: 7px !important;
}
html[data-v-6e7bc056], body[data-v-6e7bc056] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-6e7bc056] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-6e7bc056], h2[data-v-6e7bc056], h3[data-v-6e7bc056], h4[data-v-6e7bc056], h5[data-v-6e7bc056], h6[data-v-6e7bc056],
input[data-v-6e7bc056], select[data-v-6e7bc056], textarea[data-v-6e7bc056] {
  font-family: "Source Sans Pro";
}
img[data-v-6e7bc056] {
  height: auto;
}
hr[data-v-6e7bc056] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-6e7bc056] {
  color: black !important;
}
[data-v-6e7bc056]:focus {
  outline: 0;
}
a[data-v-6e7bc056]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-6e7bc056] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-6e7bc056] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-6e7bc056] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-6e7bc056]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-6e7bc056] {
  color: #000;
}
.uk-button-link[data-v-6e7bc056]:hover, .uk-button-link[data-v-6e7bc056]:active, .uk-button-link[data-v-6e7bc056]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-6e7bc056], .uk-button-primary[data-v-6e7bc056]:hover, .uk-button-primary[data-v-6e7bc056]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-6e7bc056]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-6e7bc056], .uk-button-secondary[data-v-6e7bc056]:hover, .uk-button-secondary[data-v-6e7bc056]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-6e7bc056]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-6e7bc056]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-6e7bc056], a[data-v-6e7bc056] {
  color: #00549E;
}
.uk-padding-small[data-v-6e7bc056] {
  padding: 5px;
}
.uk-padding[data-v-6e7bc056] {
  padding: 15px;
}
.uk-padding-large[data-v-6e7bc056] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-6e7bc056] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-6e7bc056] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-6e7bc056] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-6e7bc056] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-6e7bc056]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-6e7bc056]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-6e7bc056]:focus, .uk-select[data-v-6e7bc056]:focus, .uk-textarea[data-v-6e7bc056]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-6e7bc056] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-6e7bc056] {
  color: #006325 !important;
}
.uk-text-large[data-v-6e7bc056] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-6e7bc056] {
  color: white !important;
}
[data-v-6e7bc056]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-6e7bc056]::-webkit-scrollbar {
  width: 5px;
}
[data-v-6e7bc056]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-6e7bc056]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-6e7bc056]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-6e7bc056] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-6e7bc056] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-6e7bc056] {
  background: #fff;
  z-index: 999;
}
#page[data-v-6e7bc056] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-6e7bc056] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-6e7bc056], #app[data-v-6e7bc056], .base-layout[data-v-6e7bc056] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-6e7bc056] {
  display: none;
}
.flexing-out[data-v-6e7bc056] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-6e7bc056] {
  text-align: center;
}
.clickable[data-v-6e7bc056] {
  cursor: pointer;
}
.nowrap[data-v-6e7bc056] {
  white-space: nowrap;
}
.hidden[data-v-6e7bc056] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-6e7bc056] {
  display: none;
}
.disabled[data-v-6e7bc056] {
  opacity: 0.4;
}
.nobold[data-v-6e7bc056] {
  font-weight: normal;
}
.rightAnswer[data-v-6e7bc056] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-6e7bc056] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-6e7bc056] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-6e7bc056] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-6e7bc056] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-6e7bc056], .revision .secondaryTestBgColor[data-v-6e7bc056] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-6e7bc056] {
  background-color: #00549E !important;
}
.testColor[data-v-6e7bc056] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-6e7bc056] {
  color: #00549E !important;
}
.testFgColor[data-v-6e7bc056] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-6e7bc056] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-6e7bc056], .test-mode .uk-link[data-v-6e7bc056] {
  color: #006325;
}
.bildunterschrift[data-v-6e7bc056] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-6e7bc056] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-6e7bc056]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-6e7bc056]:hover, .uk-table-hover > tr[data-v-6e7bc056]:hover {
  background: #eee;
}
.uk-table[data-v-6e7bc056] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-6e7bc056], .uk-table td[data-v-6e7bc056] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-6e7bc056] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-6e7bc056], .table-collapse table[data-v-6e7bc056] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-6e7bc056], table.table-center th[data-v-6e7bc056], .table-center table td[data-v-6e7bc056], .table-center table th[data-v-6e7bc056] {
  text-align: center !important;
}
table.table-expand[data-v-6e7bc056], .table-expand table[data-v-6e7bc056] {
  width: 100%;
}
table.table-padding-remove td[data-v-6e7bc056], table.table-padding-remove th[data-v-6e7bc056], .table-padding-remove table td[data-v-6e7bc056], .table-padding-remove table th[data-v-6e7bc056] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-6e7bc056], table.table-padding-small th[data-v-6e7bc056], .table-padding-small table td[data-v-6e7bc056], .table-padding-small table th[data-v-6e7bc056] {
  padding: 3px !important;
}
table.table-white td[data-v-6e7bc056], .table-white table td[data-v-6e7bc056], table.table-white th[data-v-6e7bc056], .table-white table th[data-v-6e7bc056] {
  background: #fff;
}
td[data-v-6e7bc056]:empty {
  background: #fff;
}
th[data-v-6e7bc056]:empty {
  display: none;
}
.no-interaction[data-v-6e7bc056] {
  position: relative;
}
.no-interaction[data-v-6e7bc056]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-6e7bc056], .table-no-scale img[data-v-6e7bc056] {
  max-width: none;
}
.uk-select[data-v-6e7bc056] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-6e7bc056] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-6e7bc056]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-6e7bc056] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-6e7bc056] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-6e7bc056] {
  padding-right: 25px !important;
}
.fade-enter[data-v-6e7bc056], .fade-leave-to[data-v-6e7bc056] {
  opacity: 0;
}
.fade-enter-active[data-v-6e7bc056] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-6e7bc056], .fade-leave[data-v-6e7bc056] {
  opacity: 1;
}
.fade-side-enter[data-v-6e7bc056], .fade-side-leave-to[data-v-6e7bc056] {
  opacity: 0;
}
.fade-side-enter-active[data-v-6e7bc056], .fade-side-leave-active[data-v-6e7bc056] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-6e7bc056], .fade-side-leave[data-v-6e7bc056] {
  opacity: 1;
}
.fade-page-enter[data-v-6e7bc056], .fade-page-leave-to[data-v-6e7bc056] {
  opacity: 0;
}
.fade-page-enter-active[data-v-6e7bc056], .fade-page-leave-active[data-v-6e7bc056] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-6e7bc056], .fade-page-leave[data-v-6e7bc056] {
  opacity: 1;
}
.slide-enter[data-v-6e7bc056], .slide-leave-to[data-v-6e7bc056] {
  width: 0;
}
.slide-enter-active[data-v-6e7bc056], .slide-leave-active[data-v-6e7bc056] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-6e7bc056], .slide-leave[data-v-6e7bc056] {
  width: 100%;
}
.hide-nav-enter[data-v-6e7bc056], .hide-nav-leave-to[data-v-6e7bc056] {
  height: 0;
}
.hide-nav-enter-active[data-v-6e7bc056], .hide-nav-leave-active[data-v-6e7bc056] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-6e7bc056], .hide-nav-leave[data-v-6e7bc056] {
  height: -400;
}
.icon-large[data-v-6e7bc056] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-6e7bc056] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-6e7bc056] {
  padding: 0 30px;
}
.dropdown-selection[data-v-6e7bc056] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-6e7bc056] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-6e7bc056] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-6e7bc056] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-6e7bc056] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-6e7bc056] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-6e7bc056] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-6e7bc056] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-6e7bc056]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-6e7bc056] {
  display: none;
}
.dd-select.frozen[data-v-6e7bc056] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-6e7bc056] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-6e7bc056] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-6e7bc056] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-6e7bc056] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-6e7bc056] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-6e7bc056] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-6e7bc056] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-6e7bc056] {
  color: #000;
}
.dd-select .value[data-v-6e7bc056] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-6e7bc056]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-6e7bc056] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-6e7bc056], body[data-v-6e7bc056] {
    background: #fff;
}
#page[data-v-6e7bc056] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-6e7bc056] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-6e7bc056], #app[data-v-6e7bc056], .base-layout[data-v-6e7bc056] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-6e7bc056] {
    height: auto;
}
.exercise-mode #header[data-v-6e7bc056],
  .test-mode #header[data-v-6e7bc056] {
    display: none;
}
.uk-table th[data-v-6e7bc056], .uk-table td[data-v-6e7bc056] {
    padding: 4px;
}
.navbar-padding-20[data-v-6e7bc056], .navbar-padding-30[data-v-6e7bc056] {
    padding: 0;
}
textarea[data-v-6e7bc056] {
    max-width: 100%;
}
table.table-width-450[data-v-6e7bc056], .table-width-450 table[data-v-6e7bc056] {
    width: 450px !important;
}
table.table-width-550[data-v-6e7bc056], .table-width-550 table[data-v-6e7bc056] {
    width: 550px !important;
}
table.table-width-650[data-v-6e7bc056], .table-width-650 table[data-v-6e7bc056] {
    width: 650px !important;
}
table.table-width-750[data-v-6e7bc056], .table-width-750 table[data-v-6e7bc056] {
    width: 750px !important;
}
.img-width-450 img[data-v-6e7bc056] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-6e7bc056] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-6e7bc056] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-6e7bc056] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-6e7bc056] {
    width: 150px;
}
.dropdown-selection[data-v-6e7bc056] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-6e7bc056] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-6e7bc056] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-6e7bc056] {
    font-size: 1rem;
}
}
.outer-container[data-v-6e7bc056] {
  padding-left: auto;
  width: 100%;
}
.center-container[data-v-6e7bc056] {
  width: 90%;
  margin: 0 auto;
}
.stats-container[data-v-6e7bc056] {
  text-align: center;
  width: 90%;
  display: inline-block;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
.stats-container[data-v-6e7bc056] {
    width: 100%;
}
}
h2.summary-stats[data-v-6e7bc056], h3.summary-stats[data-v-6e7bc056] {
  color: #00549E !important;
  font-weight: 600 !important;
  width: 100%;
  color: #000 !important;
  margin-bottom: 0px !important;
}
h2.summary-stats[data-v-6e7bc056] {
  margin-top: 20px;
  font-size: 15px;
}
h3.summary-stats[data-v-6e7bc056] {
  margin-top: 0px;
  font-size: 13px;
}
.stats-table td[data-v-6e7bc056]:nth-child(1) {
  width: 35%;
}
.stats-table td[data-v-6e7bc056]:nth-child(2) {
  width: 30%;
}
.stats-table td[data-v-6e7bc056] {
  width: 17.5%;
}
.stats-table .header[data-v-6e7bc056],
.stats-table .footer[data-v-6e7bc056] {
  background: #00549E !important;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.stats-table td[data-v-6e7bc056],
th[data-v-6e7bc056] {
  padding: 8px;
  margin-right: 8px;
}
table.stats-table[data-v-6e7bc056] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.info-container[data-v-6e7bc056] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  gap: 10px;
}
.info-container h2[data-v-6e7bc056] {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  margin-top: 0;
}
.info-container[data-v-6e7bc056] {
  margin-bottom: 20px;
}
.profession-type-summaray-headline[data-v-1455a9c9] {
  font-size: 24px;
}
.profession-type-summary-list[data-v-1455a9c9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.profession-type-summary-list__item[data-v-1455a9c9] {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.profession-type-summary-list__percent[data-v-1455a9c9] {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 80px;
  height: auto;
}
.profession-type-summary-list__percent-inner[data-v-1455a9c9] {
  padding: 5px;
  align-self: flex-start;
  margin-top: 0;
}
.profession-type-summary-list__text-container[data-v-1455a9c9] {
  flex: 1;
  font-size: 14px;
  color: #333;
  line-height: 1.4em;
}
.profession-type-summary-list__text-container--name[data-v-1455a9c9] {
  font-weight: bold;
  color: #000;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}
.question[data-v-32c5c02a] {
  padding: 30px;
  flex: 1;
  overflow: auto;
}
.test-mode .question[data-v-32c5c02a], .demo .test-active .question[data-v-32c5c02a], .bookmarktest.test-active .question[data-v-32c5c02a], .revision .question[data-v-32c5c02a], .revisionResults .question[data-v-32c5c02a] {
  padding: 30px 150px;
}
@media screen and (max-width: 768px) {
.question[data-v-32c5c02a] {
    padding: 20px 20px 30px 20px !important;
}
}
#banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .banner {
  max-width: 500px;
  margin-bottom: 30px;
}
@media screen and (max-width: 530px) {
#banner .banner {
    max-width: 500px;
    margin-bottom: 60px;
}
}
@media screen and (max-width: 500px) {
#banner .banner {
    max-width: calc(100% - 20px);
    padding-left: 15px;
    margin-bottom: 60px;
}
}

.container[data-v-017c4190] {
    position: relative;
    max-width: unset !important;
    width: 100%;
    margin: 0 !important;
}
iframe[data-v-017c4190] {
    position: relative; 
    height: 100%; 
    border: none;
    width: 100%;
}

.chat-left-panel[data-v-4d4c15ee] {
  flex: 1;
  min-height: 0;
  padding: 0;
  overflow-y: auto;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
}
.chat-groups-section .sidenav-header[data-v-4d4c15ee] {
  position: relative;
  background: #95addd;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
}
.chat-groups-section .sidenav-header .title[data-v-4d4c15ee] {
  display: inline-block;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-left-meta[data-v-4d4c15ee] {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.active-users-box[data-v-4d4c15ee] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1f2937;
  background: #ffffff;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  padding: 10px 12px;
}
.status-dot[data-v-4d4c15ee] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.16);
  flex-shrink: 0;
}
.experts-box[data-v-4d4c15ee] {
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 12px;
}
.experts-title[data-v-4d4c15ee] {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.experts-list[data-v-4d4c15ee] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.expert-item[data-v-4d4c15ee] {
  font-size: 13px;
  color: #1f2937;
}
.expert-item--link[data-v-4d4c15ee] {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0;
  color: #0f766e;
  font-weight: 700;
  cursor: pointer;
}
.expert-item--link[data-v-4d4c15ee]:hover:enabled {
  text-decoration: underline;
}
.expert-item--link[data-v-4d4c15ee]:disabled {
  color: #94a3b8;
  cursor: not-allowed;
}
.expert-item--muted[data-v-4d4c15ee] {
  color: #6b7280;
  font-style: italic;
}
.groups-loading[data-v-4d4c15ee] {
  color: #6b7280;
  font-size: 14px;
}
.groups-list[data-v-4d4c15ee] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-count-badge[data-v-4d4c15ee] {
  margin-left: 8px;
  min-width: 24px;
  height: 20px;
  border-radius: 999px;
  background: #00549e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
}
.lock-icon[data-v-4d4c15ee] {
  display: inline-flex;
  align-items: center;
}
.lock-icon img[data-v-4d4c15ee] {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.group-item[data-v-4d4c15ee] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-direction: column !important;
  justify-content: flex-start;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.group-item.locked[data-v-4d4c15ee] {
  opacity: 0.6;
  cursor: not-allowed;
}
.group-item a.title[data-v-4d4c15ee] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  padding: 8px 10px;
  background: #dce4f4;
  color: #000;
}
.group-item a.title[data-v-4d4c15ee]:hover {
  color: #00549e;
}
.group-item a.title span[data-v-4d4c15ee] {
  float: right;
}
.group-item a.title.active[data-v-4d4c15ee] {
  font-weight: bold;
}
.group-item .group-name[data-v-4d4c15ee] {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.external-link-overlay[data-v-a4e70f08] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.external-link-modal[data-v-a4e70f08] {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  max-width: 480px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.external-link-warning[data-v-a4e70f08] {
  font-size: 15px;
  line-height: 1.5;
  color: #1e293b;
  margin: 0;
  font-weight: 500;
}
.external-link-checking[data-v-a4e70f08] {
  font-size: 13px;
  color: #0f766e;
  background: #ecfeff;
  border: 1px solid #99f6e4;
  border-radius: 4px;
  padding: 8px 10px;
}
.external-link-url[data-v-a4e70f08] {
  font-size: 12px;
  color: #64748b;
  word-break: break-all;
  background: #f1f5f9;
  border-radius: 4px;
  padding: 8px 10px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.external-link-threat-box[data-v-a4e70f08] {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #7f1d1d;
  border-radius: 4px;
  padding: 10px;
}
.external-link-threat-box strong[data-v-a4e70f08] {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}
.external-link-threat-fallback[data-v-a4e70f08] {
  margin: 0;
  font-size: 12px;
}
.external-link-threat-list[data-v-a4e70f08] {
  margin: 0;
  padding-left: 18px;
  font-size: 12px;
}
.external-link-threat-list li + li[data-v-a4e70f08] {
  margin-top: 4px;
}
.external-link-check-error[data-v-a4e70f08] {
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #92400e;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 12px;
}
.external-link-actions[data-v-a4e70f08] {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.external-link-btn[data-v-a4e70f08] {
  padding: 8px 18px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  line-height: 1.4;
}
.external-link-btn.cancel[data-v-a4e70f08] {
  background: #e2e8f0;
  color: #334155;
}
.external-link-btn.cancel[data-v-a4e70f08]:hover {
  background: #cbd5e1;
}
.external-link-btn.proceed[data-v-a4e70f08] {
  background: #0ea5e9;
  color: #fff;
}
.external-link-btn.proceed[data-v-a4e70f08]:hover {
  background: #0284c7;
}
.external-link-btn.blocked[data-v-a4e70f08] {
  background: #ef4444;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.85;
}
.external-link-btn[data-v-a4e70f08]:disabled {
  cursor: not-allowed;
  opacity: 0.85;
}
.chat-attachment[data-v-178ba71f] {
  margin-top: 8px;
}
.chat-attachment__pending[data-v-178ba71f] {
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  color: #6b7280;
}
.chat-attachment__blocked[data-v-178ba71f] {
  display: inline-block;
  font-size: 13px;
  color: #b91c1c;
}
.chat-attachment__image-link[data-v-178ba71f] {
  display: inline-block;
  max-width: 240px;
}
.chat-attachment__image[data-v-178ba71f] {
  display: block;
  max-width: 240px;
  max-height: 240px;
  width: auto;
  height: auto;
  border-radius: 8px;
  border: 1px solid #c5d3ea;
}
.chat-attachment__file[data-v-178ba71f] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #c5d3ea;
  background: #f1f5f9;
  color: #0f766e;
  text-decoration: none;
  font-size: 13px;
  word-break: break-all;
}
.chat-attachment__file[data-v-178ba71f]:hover {
  background: #e2e8f0;
}
.chat-attachment__file-name[data-v-178ba71f] {
  text-decoration: underline;
}
.chat-attachment__audio[data-v-178ba71f] {
  display: block;
  max-width: 280px;
}
.chat-attachment__audio-player[data-v-178ba71f] {
  width: 100%;
  height: 36px;
}
.message-item[data-v-1aff868a] {
  max-width: 80%;
  min-width: 0;
  background: #dce4f4;
  border: 1px solid #c5d3ea;
  border-radius: 10px;
  padding: 10px 12px;
}
.message-item .meta[data-v-1aff868a] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 4px;
}
.message-item .meta .meta-main[data-v-1aff868a] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.message-item .meta strong[data-v-1aff868a] {
  color: #1f2937;
}
.message-item .meta .banned-badge[data-v-1aff868a] {
  font-size: 12px;
  color: #b45309;
  margin-left: 6px;
}
.message-item .meta .fake-badge[data-v-1aff868a] {
  font-size: 11px;
  color: #dc2626;
  margin-left: 6px;
  font-weight: 700;
}
.message-item .meta .deleted-by-note[data-v-1aff868a] {
  font-size: 12px;
  color: #b45309;
  margin-left: 0;
}
.message-item .meta .meta-time[data-v-1aff868a] {
  font-size: 12px;
  color: #6b7280;
  margin-left: 12px;
}
.message-item .body[data-v-1aff868a] {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
  overflow-x: auto;
  color: #1f2937;
  line-height: 1.35;
}
.message-item .body[data-v-1aff868a] * {
  max-width: 100%;
}
.message-item .body[data-v-1aff868a] a {
  color: #0f766e;
  text-decoration: underline;
  word-break: break-all;
}
.message-item .body[data-v-1aff868a] u {
  text-decoration: underline;
}
.message-item .body[data-v-1aff868a] ul,
.message-item .body[data-v-1aff868a] ol {
  margin: 2px 0;
  padding-left: 18px;
}
.message-item .body[data-v-1aff868a] li {
  margin: 0;
  line-height: 1.3;
  padding: 0;
}
.message-item .body[data-v-1aff868a] li + li {
  margin-top: 0;
}
.message-item .body[data-v-1aff868a] li > p {
  margin: 0;
  line-height: 1.3;
}
.message-item .body[data-v-1aff868a] p {
  margin: 0;
}
.message-item .body[data-v-1aff868a] p + p {
  margin-top: 6px;
}
.message-item .message-reply-quote[data-v-1aff868a] {
  margin-bottom: 8px;
  padding: 6px 8px;
  border-left: 3px solid #38bdf8;
  background: #f1f5f9;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.message-item .message-reply-quote strong[data-v-1aff868a] {
  font-size: 12px;
  color: #0f172a;
}
.message-item .message-reply-quote span[data-v-1aff868a] {
  font-size: 12px;
  color: #475569;
  white-space: pre-wrap;
  word-break: break-word;
}
.message-item .message-actions[data-v-1aff868a] {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.message-item .message-action-btn[data-v-1aff868a] {
  border: 0;
  background: transparent;
  padding: 0 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 4px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.message-item .message-action-btn img[data-v-1aff868a] {
  width: auto;
  height: 31px;
  max-width: 31px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.message-item .message-action-btn .bookmark-icon[data-v-1aff868a] {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.message-item .message-action-btn .bookmark-icon svg[data-v-1aff868a] {
  width: 18px;
  height: 18px;
  display: block;
}
.message-item .message-action-btn .bookmark-icon .marked-style[data-v-1aff868a] {
  fill: #00549e;
}
.message-item .message-action-btn .bookmark-icon .unmarked-style[data-v-1aff868a] {
  fill: transparent;
  stroke: #00549e;
  stroke-width: 24;
}
.message-item .message-action-btn[data-v-1aff868a]:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}
.message-item .message-action-btn[data-v-1aff868a]:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}
.message-item .message-action-btn.like.active[data-v-1aff868a] {
  opacity: 1;
  background: rgba(0, 84, 158, 0.12);
  box-shadow: inset 0 0 0 1px rgba(0, 84, 158, 0.28);
}
.message-item .message-action-btn.like.active .message-action-count[data-v-1aff868a] {
  color: #0b3f75;
  font-weight: 700;
}
.message-item .message-action-btn.like[data-v-1aff868a] {
  gap: 2px;
}
.message-item .message-action-btn.like .message-action-count[data-v-1aff868a] {
  position: relative;
  left: -5px;
  top: 2px;
}
.message-item .message-action-btn.like img[data-v-1aff868a] {
  height: 40px;
  max-width: 40px;
}
.message-item .message-action-btn.report[data-v-1aff868a] {
  border: 0;
  background: transparent;
  padding: 0 2px;
}
.message-item .message-action-btn.bookmark.active[data-v-1aff868a] {
  background: rgba(0, 84, 158, 0.08);
  box-shadow: inset 0 0 0 1px rgba(0, 84, 158, 0.25);
}
.message-item .message-action-tooltip[data-v-1aff868a] {
  position: absolute;
  transform: translate(-50%, -100%);
  background: #0f172a;
  color: #ffffff;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  z-index: 4;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.28);
}
.message-item .message-action-count[data-v-1aff868a] {
  font-size: 12px;
  color: #334155;
  min-width: 10px;
  text-align: left;
}
.message-item .admin-toolbar[data-v-1aff868a] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  padding: 3px 6px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 5px;
  font-size: 12px;
}
.message-item .admin-toolbar .admin-info[data-v-1aff868a] {
  color: #555;
  flex: 1;
  font-family: monospace;
}
.message-item .admin-toolbar .admin-action[data-v-1aff868a] {
  background: #ffffff;
  border: 1px solid #94a3b8;
  border-radius: 4px;
  color: #334155;
  cursor: pointer;
  font-size: 11px;
  padding: 2px 7px;
}
.message-item .admin-toolbar .admin-action[data-v-1aff868a]:disabled {
  color: #94a3b8;
  border-color: #cbd5e1;
  cursor: not-allowed;
}
.message-item.fake-message[data-v-1aff868a] {
  border: 2px solid #dc2626;
  box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.15);
}
.message-item.mine[data-v-1aff868a] {
  margin-left: auto;
  border-color: #7a9ac8;
  background: #95addd;
}
.message-item.highlighted[data-v-1aff868a] {
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.35);
}
.private-message-item[data-v-1288cdf0] {
  max-width: 80%;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  padding: 10px 12px;
}
.private-message-item .meta[data-v-1288cdf0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.private-message-item .meta strong[data-v-1288cdf0] {
  color: #1f2937;
}
.private-message-item .meta span[data-v-1288cdf0] {
  font-size: 12px;
  color: #6b7280;
  margin-left: 12px;
}
.private-message-item .meta .deleted-badge[data-v-1288cdf0] {
  color: #b45309;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
  margin-right: 10px;
}
.private-message-item .body[data-v-1288cdf0] {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
  overflow-x: auto;
  color: #1f2937;
  line-height: 1.35;
}
.private-message-item .body[data-v-1288cdf0] * {
  max-width: 100%;
}
.private-message-item .body[data-v-1288cdf0] a {
  color: #0f766e;
  text-decoration: underline;
  word-break: break-all;
}
.private-message-item .body[data-v-1288cdf0] u {
  text-decoration: underline;
}
.private-message-item .body[data-v-1288cdf0] ul,
.private-message-item .body[data-v-1288cdf0] ol {
  margin: 2px 0;
  padding-left: 18px;
}
.private-message-item .body[data-v-1288cdf0] li {
  margin: 0;
  line-height: 1.3;
  padding: 0;
}
.private-message-item .body[data-v-1288cdf0] li + li {
  margin-top: 0;
}
.private-message-item .body[data-v-1288cdf0] li > p {
  margin: 0;
  line-height: 1.3;
}
.private-message-item .body[data-v-1288cdf0] p {
  margin: 0;
}
.private-message-item .body[data-v-1288cdf0] p + p {
  margin-top: 6px;
}
.private-message-item .body.deleted[data-v-1288cdf0] {
  color: #64748b;
  font-style: italic;
}
.private-message-item .private-message-group-label[data-v-1288cdf0] {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 8px;
}
.private-message-item .private-message-reply-quote[data-v-1288cdf0] {
  margin-bottom: 8px;
  padding: 6px 8px;
  border-left: 3px solid #38bdf8;
  background: #f1f5f9;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.private-message-item .private-message-reply-quote strong[data-v-1288cdf0] {
  font-size: 12px;
  color: #0f172a;
}
.private-message-item .private-message-reply-quote span[data-v-1288cdf0] {
  font-size: 12px;
  color: #475569;
  white-space: pre-wrap;
  word-break: break-word;
}
.private-message-item .private-message-report-quote[data-v-1288cdf0] {
  margin-bottom: 8px;
  padding: 6px 8px;
  border-left: 3px solid #f59e0b;
  background: #fff7ed;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.private-message-item .private-message-report-quote strong[data-v-1288cdf0] {
  font-size: 12px;
  color: #9a3412;
}
.private-message-item .private-message-report-quote span[data-v-1288cdf0] {
  font-size: 12px;
  color: #7c2d12;
  white-space: pre-wrap;
  word-break: break-word;
}
.private-message-item .private-message-report-quote .private-message-report-quote__emails[data-v-1288cdf0] {
  font-size: 11px;
  color: #9a3412;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.private-message-item .private-message-report-quote .private-message-report-quote__group[data-v-1288cdf0] {
  font-size: 11px;
  color: #9a3412;
  font-weight: 600;
}
.private-message-item .private-message-report-quote .private-message-report-actions[data-v-1288cdf0] {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.private-message-item .private-message-report-quote .private-message-report-actions button[data-v-1288cdf0] {
  border: 0;
  border-radius: 6px;
  background: #9a3412;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  cursor: pointer;
}
.private-message-item .private-message-report-quote .private-message-report-actions button[data-v-1288cdf0]:hover:not(:disabled) {
  background: #7c2d12;
}
.private-message-item .private-message-report-quote .private-message-report-actions button[data-v-1288cdf0]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.private-message-item .message-actions[data-v-1288cdf0] {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.private-message-item .message-action-btn[data-v-1288cdf0] {
  border: 0;
  background: transparent;
  padding: 0 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 4px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.private-message-item .message-action-btn img[data-v-1288cdf0] {
  width: 18px;
  height: 18px;
  display: block;
}
.private-message-item .message-action-btn[data-v-1288cdf0]:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}
.private-message-item .message-action-btn[data-v-1288cdf0]:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}
.private-message-item .message-action-btn.like.active[data-v-1288cdf0] {
  opacity: 1;
  background: rgba(0, 84, 158, 0.12);
  box-shadow: inset 0 0 0 1px rgba(0, 84, 158, 0.28);
}
.private-message-item .message-action-btn.like.active .message-action-count[data-v-1288cdf0] {
  color: #0b3f75;
  font-weight: 700;
}
.private-message-item .message-action-btn.like[data-v-1288cdf0] {
  gap: 2px;
}
.private-message-item .message-action-btn.like .message-action-count[data-v-1288cdf0] {
  position: relative;
  left: -5px;
  top: 2px;
}
.private-message-item .message-action-count[data-v-1288cdf0] {
  font-size: 12px;
  color: #334155;
  min-width: 10px;
  text-align: left;
}
.private-message-item .admin-toolbar[data-v-1288cdf0] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  padding: 3px 6px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 5px;
  font-size: 12px;
}
.private-message-item .admin-toolbar .admin-action[data-v-1288cdf0] {
  background: #ffffff;
  border: 1px solid #94a3b8;
  border-radius: 4px;
  color: #334155;
  cursor: pointer;
  font-size: 11px;
  padding: 2px 7px;
}
.private-message-item .admin-toolbar .admin-action[data-v-1288cdf0]:disabled {
  color: #94a3b8;
  border-color: #cbd5e1;
  cursor: not-allowed;
}
.private-message-item.mine[data-v-1288cdf0] {
  margin-left: auto;
  border-color: #9ed6cb;
  background: #eaf9f5;
}
.private-message-item.admin-team[data-v-1288cdf0] {
  border-color: #7ec8bc;
}
.private-message-item.highlighted[data-v-1288cdf0] {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.22);
}
.chat-group-users-panel[data-v-5381f313] {
  width: 220px;
  min-width: 220px;
  border-left: 1px solid #e2e8f0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.chat-admin-tab-content[data-v-5381f313] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.chat-admin-tab-content--archive-filters[data-v-5381f313] {
  overflow: hidden;
  background: #f9fafb;
}
.chat-admin-tab-content--mailbox[data-v-5381f313] {
  background: #ffffff;
}
.chat-admin-panel-header[data-v-5381f313] {
  min-height: 45px;
  background: #95addd;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.chat-admin-panel-header__close[data-v-5381f313] {
  width: 28px;
  height: 28px;
  border: 1px solid #7f9bce;
  border-radius: 6px;
  background: #ffffff;
  color: #1f2937;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.chat-archive-filters-panel__body[data-v-5381f313] {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-archive-filter-field[data-v-5381f313] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.chat-archive-filter-field span[data-v-5381f313] {
  font-size: 12px;
  color: #334155;
  font-weight: 600;
}
.chat-archive-filter-field input[data-v-5381f313] {
  height: 34px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0 10px;
  background: #ffffff;
  color: #0f172a;
  font-size: 13px;
}
.chat-archive-filter-actions[data-v-5381f313] {
  display: flex;
  gap: 8px;
}
.chat-archive-filter-actions button[data-v-5381f313] {
  flex: 1;
  height: 34px;
  border-radius: 6px;
  border: 1px solid #00549e;
  background: #00549e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.chat-archive-filter-actions button.ghost[data-v-5381f313] {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #334155;
}
.chat-group-users-panel__loading[data-v-5381f313],
.chat-group-users-panel__empty[data-v-5381f313] {
  padding: 14px;
  font-size: 13px;
  color: #64748b;
}
.chat-group-users-panel__list[data-v-5381f313] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 6px 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  box-sizing: border-box;
}
.chat-group-users-panel__item[data-v-5381f313] {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  padding: 6px 8px;
  cursor: pointer;
}
.chat-group-users-panel__item[data-v-5381f313]:hover {
  background: #f1f5f9;
}
.chat-group-users-panel__item.online .chat-group-users-panel__name[data-v-5381f313] {
  color: #15803d;
  font-weight: 600;
}
.chat-group-users-panel__dot[data-v-5381f313] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #94a3b8;
  flex-shrink: 0;
}
.chat-group-users-panel__item.online .chat-group-users-panel__dot[data-v-5381f313] {
  background: #16a34a;
}
.chat-group-users-panel__name[data-v-5381f313] {
  font-size: 13px;
  color: #0f172a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-mailbox-list[data-v-5381f313] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.chat-mailbox-bulk-actions[data-v-5381f313] {
  display: flex;
  justify-content: flex-end;
}
.chat-mailbox-bulk-actions button[data-v-5381f313] {
  border: 1px solid #93c5fd;
  border-radius: 7px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 9px;
  cursor: pointer;
}
.chat-mailbox-bulk-actions button[data-v-5381f313]:disabled {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #94a3b8;
  cursor: not-allowed;
}
.chat-mailbox-item[data-v-5381f313] {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.chat-mailbox-item.selected[data-v-5381f313] {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}
.chat-mailbox-item.unread[data-v-5381f313] {
  border-color: #38bdf8;
  background: #f0f9ff;
}
.chat-mailbox-item.unread .chat-mailbox-item__title[data-v-5381f313],
.chat-mailbox-item.unread .chat-mailbox-item__date[data-v-5381f313],
.chat-mailbox-item.unread .chat-mailbox-item__meta[data-v-5381f313],
.chat-mailbox-item.unread .chat-mailbox-item__body[data-v-5381f313] {
  color: #0b63c9;
}
.chat-mailbox-item__header[data-v-5381f313] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.chat-mailbox-item__title-wrap[data-v-5381f313] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.chat-mailbox-item__select[data-v-5381f313] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.chat-mailbox-item__select input[data-v-5381f313] {
  width: 14px;
  height: 14px;
  accent-color: #2563eb;
  cursor: pointer;
}
.chat-mailbox-item__title[data-v-5381f313] {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-mailbox-item__lock-alert[data-v-5381f313] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
}
.chat-mailbox-item__date[data-v-5381f313] {
  font-size: 11px;
  color: #475569;
  white-space: nowrap;
}
.chat-mailbox-item__meta[data-v-5381f313] {
  font-size: 11px;
  color: #0369a1;
  font-weight: 600;
}
.chat-mailbox-item__body[data-v-5381f313] {
  margin: 0;
  font-size: 12px;
  color: #1e293b;
  line-height: 1.35;
  white-space: pre-wrap;
  word-break: break-word;
}
.chat-format-toolbar[data-v-fb1bae90] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.chat-format-toolbar.disabled[data-v-fb1bae90] {
  opacity: 0.6;
}
.chat-format-toolbar__button[data-v-fb1bae90] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  border-radius: 7px;
  padding: 5px 9px;
  font-size: 12px;
  color: #1e293b;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
}
.chat-format-toolbar__button--icon[data-v-fb1bae90] {
  padding: 5px 7px;
}
.chat-format-toolbar__button[data-v-fb1bae90]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.chat-format-toolbar__button[data-v-fb1bae90]:hover:not(:disabled) {
  background: #f8fafc;
}
.chat-format-toolbar__underline[data-v-fb1bae90] {
  text-decoration: underline;
}
.chat-format-toolbar__icon[data-v-fb1bae90] {
  width: 20px;
  height: 16px;
  display: block;
}
.chat-voice-recorder[data-v-d46df178] {
  display: inline-flex;
  align-items: center;
}
.chat-voice-recorder__mic[data-v-d46df178] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  border-radius: 7px;
  padding: 5px 9px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
.chat-voice-recorder__mic[data-v-d46df178]:hover:not(:disabled) {
  background: #f8fafc;
}
.chat-voice-recorder__mic[data-v-d46df178]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.chat-voice-recorder__panel[data-v-d46df178] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fef2f2;
  border: 1px solid #fecaca;
}
.chat-voice-recorder__panel--cancel[data-v-d46df178] {
  background: #fff7ed;
  border-color: #fdba74;
}
.chat-voice-recorder__dot[data-v-d46df178] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
  animation: chat-voice-pulse-d46df178 1s infinite;
}
.chat-voice-recorder__timer[data-v-d46df178] {
  font-size: 13px;
  font-weight: 600;
  color: #991b1b;
  min-width: 36px;
}
.chat-voice-recorder__hint[data-v-d46df178] {
  font-size: 12px;
  color: #7c2d12;
  white-space: nowrap;
}
.chat-voice-recorder__cancel[data-v-d46df178], .chat-voice-recorder__done[data-v-d46df178] {
  border: 0;
  border-radius: 6px;
  font-size: 12px;
  padding: 4px 8px;
  cursor: pointer;
}
.chat-voice-recorder__cancel[data-v-d46df178] {
  background: #fee2e2;
  color: #991b1b;
}
.chat-voice-recorder__done[data-v-d46df178] {
  background: #dcfce7;
  color: #166534;
}
@keyframes chat-voice-pulse-d46df178 {
0%, 100% {
    opacity: 0.5;
    transform: scale(1);
}
50% {
    opacity: 1;
    transform: scale(1.15);
}
}
.chat-composer-link-host[data-v-4e2d0246] {
  display: block;
  width: 100%;
}
.chat-composer-link-host[data-v-4e2d0246] textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.chat-composer-link-bubble {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  padding: 4px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
}
.chat-composer-link-bubble.is-editing {
  padding: 6px;
}
.chat-composer-link-bubble__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #2563eb;
  cursor: pointer;
  padding: 0;
}
.chat-composer-link-bubble__icon:hover {
  background: #eff6ff;
}
.chat-composer-link-bubble__svg {
  width: 18px;
  height: 18px;
  display: block;
}
.chat-composer-link-bubble__form {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chat-composer-link-bubble__form input {
  width: 220px;
  max-width: min(220px, 100vw - 96px);
  height: 32px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0 8px;
  font-size: 13px;
  color: #0f172a;
  font-family: inherit;
}
.chat-composer-link-bubble__form input:focus {
  outline: 0;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.chat-composer-link-bubble__form button {
  height: 32px;
  border: 0;
  border-radius: 6px;
  padding: 0 10px;
  background: #0f766e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.chat-composer-link-bubble__form button:hover:not(:disabled) {
  background: #0d5c57;
}
.chat-composer-link-bubble__form button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.chat-composer-link-bubble__error {
  margin: 0;
  font-size: 11px;
  color: #dc2626;
  line-height: 1.3;
}
#chat-page[data-v-01b5592c] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.chat-left-footer[data-v-01b5592c] {
  padding: 16px 20px;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}
.chat-top-header[data-v-01b5592c] {
  flex-shrink: 0;
  padding: 0 10px;
  background: #00549e;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
}
.chat-subheader[data-v-01b5592c] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  padding: 0 10px;
  background: #e5e7eb;
  border-bottom: 1px solid #d1d5db;
}
.chat-subheader__group-name[data-v-01b5592c] {
  font-size: 14px;
  font-weight: bold;
  color: #1f2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-subheader__actions[data-v-01b5592c] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  min-width: 0;
}
.chat-group-search[data-v-01b5592c] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.chat-group-search__input-wrap[data-v-01b5592c] {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  background: #ffffff;
  overflow: hidden;
  height: 32px;
}
.chat-group-search__input[data-v-01b5592c] {
  width: 200px;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 10px;
  font-size: 12px;
  color: #0f172a;
}
.chat-group-search__search-btn[data-v-01b5592c] {
  border: 0;
  border-left: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  width: 34px;
  height: 100%;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}
.chat-group-search__nav[data-v-01b5592c] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.chat-group-search__nav-btn[data-v-01b5592c] {
  width: 28px;
  height: 28px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #ffffff;
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}
.chat-group-search__nav-btn[data-v-01b5592c]:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.chat-group-search__counter[data-v-01b5592c] {
  min-width: 42px;
  text-align: right;
  font-size: 11px;
  color: #475569;
}
.chat-header-public[data-v-01b5592c],
.chat-header-private[data-v-01b5592c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.chat-back-btn[data-v-01b5592c] {
  width: 34px;
  height: 34px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #1e293b;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.chat-private-entry-btn[data-v-01b5592c] {
  border: 1px solid #0f766e;
  border-radius: 8px;
  background: #ffffff;
  color: #0f766e;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  cursor: pointer;
}
.chat-window[data-v-01b5592c] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f7f9fc;
}
.chat-main-display[data-v-01b5592c] {
  flex: 1;
  min-height: 0;
  display: flex;
  gap: 0;
}
.chat-group-users-panel[data-v-01b5592c] {
  width: 220px;
  min-width: 220px;
  border-left: 1px solid #e2e8f0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.chat-admin-tabs[data-v-01b5592c] {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
}
.chat-archive-filters-panel[data-v-01b5592c] {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f9fafb;
}
.chat-archive-filters-panel__header[data-v-01b5592c] {
  height: 45px;
  line-height: 45px;
  background: #95addd;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 0 10px;
}
.chat-archive-filters-panel__body[data-v-01b5592c] {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-archive-filter-field[data-v-01b5592c] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.chat-archive-filter-field span[data-v-01b5592c] {
  font-size: 12px;
  color: #334155;
  font-weight: 600;
}
.chat-archive-filter-field input[data-v-01b5592c] {
  height: 34px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0 10px;
  background: #ffffff;
  color: #0f172a;
  font-size: 13px;
}
.chat-archive-filter-actions[data-v-01b5592c] {
  display: flex;
  gap: 8px;
}
.chat-archive-filter-actions button[data-v-01b5592c] {
  flex: 1;
  height: 34px;
  border-radius: 6px;
  border: 1px solid #00549e;
  background: #00549e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.chat-archive-filter-actions button.ghost[data-v-01b5592c] {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #334155;
}
.chat-admin-tab[data-v-01b5592c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.chat-admin-tab img[data-v-01b5592c] {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.chat-admin-tab[data-v-01b5592c]:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}
.chat-admin-tab.active[data-v-01b5592c] {
  background: #dbeafe;
  border-color: #0ea5e9;
}
.chat-admin-tab.active img[data-v-01b5592c] {
  filter: brightness(0.9);
}
.chat-admin-tab--close[data-v-01b5592c]:hover {
  background: #fee2e2;
  border-color: #f87171;
}
.chat-admin-tab--close:hover .chat-admin-tab__close-icon[data-v-01b5592c] {
  color: #b91c1c;
}
.chat-admin-tab__close-icon[data-v-01b5592c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 28px;
  line-height: 1;
  color: #334155;
  font-weight: 400;
}
.chat-admin-tab--filter img[data-v-01b5592c] {
  width: 36px;
  height: 36px;
  max-width: 36px;
}
.chat-admin-tab__icon-wrap[data-v-01b5592c] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.chat-admin-tab__bookmark-icon[data-v-01b5592c] {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.chat-admin-tab__bookmark-icon svg[data-v-01b5592c] {
  width: 24px;
  height: 24px;
  display: block;
}
.chat-admin-tab__bookmark-icon .unmarked-style[data-v-01b5592c] {
  fill: #94a3b8;
}
.chat-admin-tab__badge-count[data-v-01b5592c] {
  position: absolute;
  top: -9px;
  right: -12px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.25);
}
.chat-admin-tab__badge-alert[data-v-01b5592c] {
  position: absolute;
  right: -4px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f59e0b;
  color: #7c2d12;
  font-size: 11px;
  font-weight: 900;
  line-height: 14px;
  text-align: center;
  border: 1px solid #ffffff;
}
.chat-admin-tab-content[data-v-01b5592c] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.chat-admin-tab-content--empty[data-v-01b5592c] {
  background: #ffffff;
}
.chat-admin-tab-content--archive-filters[data-v-01b5592c] {
  overflow: hidden;
  background: #f9fafb;
}
.chat-group-users-panel__loading[data-v-01b5592c],
.chat-group-users-panel__empty[data-v-01b5592c] {
  padding: 14px;
  font-size: 13px;
  color: #64748b;
}
.chat-group-users-panel__list[data-v-01b5592c] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 6px 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  box-sizing: border-box;
}
.chat-group-users-panel__item[data-v-01b5592c] {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  padding: 6px 8px;
  cursor: pointer;
}
.chat-group-users-panel__item[data-v-01b5592c]:hover {
  background: #f1f5f9;
}
.chat-group-users-panel__item.online .chat-group-users-panel__name[data-v-01b5592c] {
  color: #15803d;
  font-weight: 600;
}
.chat-group-users-panel__dot[data-v-01b5592c] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #94a3b8;
  flex-shrink: 0;
}
.chat-group-users-panel__item.online .chat-group-users-panel__dot[data-v-01b5592c] {
  background: #16a34a;
}
.chat-group-users-panel__name[data-v-01b5592c] {
  font-size: 13px;
  color: #0f172a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-mailbox-list[data-v-01b5592c] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.chat-mailbox-bulk-actions[data-v-01b5592c] {
  display: flex;
  justify-content: flex-end;
}
.chat-mailbox-bulk-actions button[data-v-01b5592c] {
  border: 1px solid #93c5fd;
  border-radius: 7px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 9px;
  cursor: pointer;
}
.chat-mailbox-bulk-actions button[data-v-01b5592c]:disabled {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #94a3b8;
  cursor: not-allowed;
}
.chat-mailbox-item[data-v-01b5592c] {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.chat-mailbox-item.selected[data-v-01b5592c] {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}
.chat-mailbox-item.unread[data-v-01b5592c] {
  border-color: #38bdf8;
  background: #f0f9ff;
}
.chat-mailbox-item.unread .chat-mailbox-item__title[data-v-01b5592c],
.chat-mailbox-item.unread .chat-mailbox-item__date[data-v-01b5592c],
.chat-mailbox-item.unread .chat-mailbox-item__meta[data-v-01b5592c],
.chat-mailbox-item.unread .chat-mailbox-item__body[data-v-01b5592c] {
  color: #0b63c9;
}
.chat-mailbox-item__header[data-v-01b5592c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.chat-mailbox-item__title-wrap[data-v-01b5592c] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.chat-mailbox-item__select[data-v-01b5592c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.chat-mailbox-item__select input[data-v-01b5592c] {
  width: 14px;
  height: 14px;
  accent-color: #2563eb;
  cursor: pointer;
}
.chat-mailbox-item__title[data-v-01b5592c] {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-mailbox-item__lock-alert[data-v-01b5592c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
}
.chat-mailbox-item__date[data-v-01b5592c] {
  font-size: 11px;
  color: #475569;
  white-space: nowrap;
}
.chat-mailbox-item__meta[data-v-01b5592c] {
  font-size: 11px;
  color: #0369a1;
  font-weight: 600;
}
.chat-mailbox-item__body[data-v-01b5592c] {
  margin: 0;
  font-size: 12px;
  color: #1e293b;
  line-height: 1.35;
  white-space: pre-wrap;
  word-break: break-word;
}
.chat-window[data-v-01b5592c] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f7f9fc;
}
.private-chat-window[data-v-01b5592c] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #f7f9fc;
}
.private-messages-list[data-v-01b5592c] {
  flex: 1;
  min-height: 0;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.private-chat-empty[data-v-01b5592c] {
  font-size: 14px;
  color: #64748b;
  padding: 10px 0;
}
.chat-report-modal[data-v-01b5592c] {
  width: min(520px, 100%);
}
.chat-report-modal__preview[data-v-01b5592c] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 14px;
  padding: 10px 12px;
  background: #fff4ed;
  border: 1px solid #fdba74;
  border-left: 3px solid #ea580c;
  border-radius: 8px;
}
.chat-report-modal__preview strong[data-v-01b5592c] {
  font-size: 12px;
  color: #7c2d12;
}
.chat-report-modal__preview span[data-v-01b5592c] {
  font-size: 12px;
  color: #9a3412;
  white-space: pre-wrap;
  word-break: break-word;
}
.chat-report-modal__label[data-v-01b5592c] {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: #7c2d12;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.chat-report-modal__textarea[data-v-01b5592c] {
  width: 100%;
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
  resize: vertical;
  min-height: 96px;
  box-sizing: border-box;
}
.chat-report-modal__textarea[data-v-01b5592c]:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}
.chat-report-modal__textarea[data-v-01b5592c]:disabled {
  background: #f8fafc;
  color: #64748b;
}
.chat-report-modal__error[data-v-01b5592c] {
  margin: 0 0 12px;
  font-size: 13px;
  color: #dc2626;
}
.private-chat-composer[data-v-01b5592c] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
}
.private-chat-composer .chat-attachment-chip[data-v-01b5592c] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  padding: 6px 10px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 8px;
  max-width: 100%;
}
.private-chat-composer .chat-attachment-chip__name[data-v-01b5592c] {
  font-size: 12px;
  color: #3730a3;
  word-break: break-all;
}
.private-chat-composer .chat-attachment-chip__close[data-v-01b5592c] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #4338ca;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.private-chat-composer .chat-attachment-chip__audio[data-v-01b5592c] {
  width: 180px;
  height: 32px;
}
.private-chat-composer .chat-reply-preview[data-v-01b5592c] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  background: #f1f5f9;
  border: 1px solid #dbeafe;
  border-left: 3px solid #0ea5e9;
  border-radius: 8px;
  padding: 8px 10px;
}
.private-chat-composer .chat-reply-preview__content[data-v-01b5592c] {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.private-chat-composer .chat-reply-preview__content strong[data-v-01b5592c] {
  font-size: 12px;
  color: #0f172a;
}
.private-chat-composer .chat-reply-preview__content span[data-v-01b5592c] {
  font-size: 12px;
  color: #475569;
  white-space: pre-wrap;
  word-break: break-word;
}
.private-chat-composer .chat-reply-preview__close[data-v-01b5592c] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #64748b;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.private-chat-composer .chat-reply-preview__close[data-v-01b5592c]:hover {
  background: #e2e8f0;
}
.private-chat-composer textarea[data-v-01b5592c] {
  flex: 1;
  border: 1px solid #c9d6ea;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  resize: vertical;
  min-height: 74px;
  line-height: 1.4;
  font-family: inherit;
}
.private-chat-composer button[data-v-01b5592c] {
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  background: #0f766e;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.private-chat-composer button[data-v-01b5592c]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.locked-group-modal[data-v-01b5592c] {
  position: absolute;
  inset: 0;
  z-index: 1100;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.locked-group-modal__card[data-v-01b5592c] {
  position: relative;
  width: 100%;
  max-width: 520px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.2);
  padding: 28px 26px 24px;
}
.locked-group-modal__card h3[data-v-01b5592c] {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
}
.locked-group-modal__card p[data-v-01b5592c] {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.5;
  color: #334155;
}
.report-confirm-actions[data-v-01b5592c] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
.report-confirm-actions .uk-button[data-v-01b5592c] {
  background: #ffffff !important;
  color: #0f172a !important;
  border: 1px solid #cbd5e1 !important;
}
.report-confirm-actions .uk-button.uk-button-default[data-v-01b5592c] {
  background: #ffffff !important;
  color: #0f172a !important;
  border-color: #cbd5e1 !important;
}
.report-confirm-actions .uk-button.uk-button-danger[data-v-01b5592c] {
  background: #dc2626 !important;
  color: #ffffff !important;
  border-color: #dc2626 !important;
}
.report-confirm-actions .uk-button[data-v-01b5592c]:hover {
  background: #f8fafc !important;
  color: #0f172a !important;
}
.report-confirm-actions .uk-button.uk-button-danger[data-v-01b5592c]:hover {
  background: #b91c1c !important;
  color: #ffffff !important;
  border-color: #b91c1c !important;
}
.locked-group-modal__close[data-v-01b5592c] {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.chat-readonly-auth-modal[data-v-01b5592c] {
  max-width: 860px;
}
.chat-readonly-auth-modal h3[data-v-01b5592c] {
  margin-bottom: 18px;
}
.chat-readonly-auth-modal__columns[data-v-01b5592c] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.chat-readonly-auth-modal__pending[data-v-01b5592c] {
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  background: #eff6ff;
  padding: 14px;
}
.chat-readonly-auth-modal__pending p[data-v-01b5592c] {
  margin: 0;
  color: #1e3a8a;
}
.chat-readonly-auth-modal__column[data-v-01b5592c] {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px;
  background: #f8fafc;
}
.chat-readonly-auth-modal__column h4[data-v-01b5592c] {
  margin: 0 0 12px;
  font-size: 19px;
  color: #0f172a;
}
.chat-readonly-auth-modal__form[data-v-01b5592c] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-readonly-auth-modal__forgot-link[data-v-01b5592c] {
  font-size: 13px;
  color: #00549e;
}
.chat-readonly-auth-modal__rules[data-v-01b5592c] {
  line-height: 1.4;
  color: #334155;
}
.chat-readonly-auth-modal__info[data-v-01b5592c] {
  margin: 0;
  font-size: 13px;
  color: #334155;
}
.chat-readonly-auth-modal__error[data-v-01b5592c] {
  margin: 0;
  font-size: 13px;
  color: #b91c1c;
}
.chat-overlay[data-v-01b5592c] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 249, 252, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}
.chat-overlay-card[data-v-01b5592c] {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  max-width: 420px;
  width: 100%;
  border: 1px solid #e2e8f0;
}
.chat-overlay-card h3[data-v-01b5592c] {
  margin-top: 0;
  margin-bottom: 12px;
  color: #0f766e;
  font-weight: 600;
}
.chat-overlay-card p[data-v-01b5592c] {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.messages-list[data-v-01b5592c] {
  flex: 1;
  min-height: 0;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.chat-pagination[data-v-01b5592c] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 12px;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
}
.chat-pagination__page[data-v-01b5592c] {
  border: 0;
  background: transparent;
  color: #1f2937;
  min-width: auto;
  height: auto;
  padding: 0;
  font-size: 13px;
  cursor: pointer;
}
.chat-pagination__nav[data-v-01b5592c] {
  border: 0;
  background: transparent;
  color: #1f2937;
  min-width: 28px;
  height: 28px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.chat-pagination__page[data-v-01b5592c]:disabled {
  color: #6b7280;
  cursor: not-allowed;
  background: transparent;
}
.chat-pagination__page.active[data-v-01b5592c] {
  font-weight: 700;
}
.chat-pagination__page.dots[data-v-01b5592c] {
  border: 0;
  background: transparent;
  min-width: auto;
  padding: 0 2px;
}
.chat-archive-list[data-v-01b5592c] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
}
.chat-window--archive[data-v-01b5592c] {
  background: #f7f9fc;
}
.chat-archive-main[data-v-01b5592c] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.chat-archive-item[data-v-01b5592c] {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px;
  background: #ffffff;
}
.chat-archive-item__meta[data-v-01b5592c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.chat-archive-item__meta strong[data-v-01b5592c] {
  font-size: 12px;
  color: #0f172a;
}
.chat-archive-item__meta time[data-v-01b5592c] {
  font-size: 11px;
  color: #64748b;
  white-space: nowrap;
}
.chat-archive-item__body[data-v-01b5592c] {
  font-size: 12px;
  color: #334155;
  line-height: 1.35;
}
.chat-composer[data-v-01b5592c] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
}
.chat-composer .chat-composer-main[data-v-01b5592c] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-composer .chat-reply-preview[data-v-01b5592c] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  background: #f1f5f9;
  border: 1px solid #dbeafe;
  border-left: 3px solid #0ea5e9;
  border-radius: 8px;
  padding: 8px 10px;
}
.chat-composer .chat-reply-preview__content[data-v-01b5592c] {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.chat-composer .chat-reply-preview__content strong[data-v-01b5592c] {
  font-size: 12px;
  color: #0f172a;
}
.chat-composer .chat-reply-preview__content span[data-v-01b5592c] {
  font-size: 12px;
  color: #475569;
  white-space: pre-wrap;
  word-break: break-word;
}
.chat-composer .chat-reply-preview__close[data-v-01b5592c] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #64748b;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.chat-composer .chat-reply-preview__close[data-v-01b5592c]:hover {
  background: #e2e8f0;
}
.chat-composer textarea[data-v-01b5592c] {
  flex: 1;
  border: 1px solid #c9d6ea;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  resize: vertical;
  min-height: 74px;
  line-height: 1.4;
  font-family: inherit;
}
.chat-composer textarea[data-v-01b5592c]:disabled {
  background: #f3f4f6;
  cursor: not-allowed;
}
.chat-composer button[data-v-01b5592c] {
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  background: #0f766e;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
.chat-composer button[data-v-01b5592c]:hover:not(:disabled) {
  background: #0d5c57;
}
.chat-composer button[data-v-01b5592c]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.emoji-picker-popover[data-v-01b5592c] {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #ffffff;
  padding: 6px;
}
.emoji-picker-host[data-v-01b5592c] em-emoji-picker {
  width: 100%;
  max-width: 100%;
  border: 0;
  box-shadow: none;
}
.emoji-picker-host[data-v-01b5592c] input {
  font-size: 13px;
}
@media screen and (max-width: 1100px) {
.chat-group-users-panel[data-v-01b5592c] {
    display: none;
}
}
@media screen and (max-width: 760px) {
.chat-group-search__input[data-v-01b5592c] {
    width: 130px;
}
.chat-group-search__counter[data-v-01b5592c] {
    min-width: 36px;
    font-size: 10px;
}
.chat-readonly-auth-modal__columns[data-v-01b5592c] {
    grid-template-columns: 1fr;
}
.chat-format-toolbar[data-v-01b5592c] {
    gap: 5px;
}
.chat-format-toolbar button[data-v-01b5592c] {
    font-size: 11px;
    padding: 5px 8px;
}
.emoji-picker-popover[data-v-01b5592c] {
    padding: 4px;
}
.chat-composer[data-v-01b5592c],
  .private-chat-composer[data-v-01b5592c] {
    padding: 12px;
}
}

.chat-rules-page[data-v-7973794e] {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 16px;
}
.chat-rules-page__panel[data-v-7973794e] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 24px;
}
.chat-rules-page h1[data-v-7973794e] {
    margin: 0 0 12px;
}
.chat-rules-page p[data-v-7973794e] {
    margin: 0;
    line-height: 1.5;
}
.chat-rules-page__intro[data-v-7973794e] {
    margin-bottom: 20px;
    color: #334155;
}
.chat-rules-page__rules[data-v-7973794e] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}
.chat-rules-page__rule[data-v-7973794e],
.chat-rules-page__important[data-v-7973794e] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
}
.chat-rules-page__important[data-v-7973794e] {
    background: #fff7ed;
    border-color: #fed7aa;
}
.chat-rules-page__rule-title[data-v-7973794e] {
    margin: 0 0 8px;
    font-size: 1rem;
    line-height: 1.3;
    color: #0f172a;
}
.chat-rules-page__important .chat-rules-page__rule-title[data-v-7973794e] {
    color: #9a3412;
}

.notepad-content[data-v-0954ff79] {
  margin: 15px;
}
html, body {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1, h2, h3, h4, h5, h6,
input, select, textarea {
  font-family: "Source Sans Pro";
}
img {
  height: auto;
}
hr {
  color: #00549E;
  border-color: #00549E;
}
em {
  color: black !important;
}
:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary {
  background: #e8efea;
  color: #000;
}
.uk-button {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link {
  color: #000;
}
.uk-button-link:hover, .uk-button-link:active, .uk-button-link:focus {
  text-decoration: none;
}
.uk-button-primary, .uk-button-primary:hover, .uk-button-primary:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary, .uk-button-secondary:hover, .uk-button-secondary:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link, a {
  color: #00549E;
}
.uk-padding-small {
  padding: 5px;
}
.uk-padding {
  padding: 15px;
}
.uk-padding-large {
  padding: 30px;
}
.uk-margin-medium-left {
  margin-left: 30px !important;
}
.uk-margin-medium-right {
  margin-right: 30px !important;
}
.uk-margin-large-left {
  margin-left: 45px !important;
}
.uk-margin-large-right {
  margin-right: 45px !important;
}
.uk-checkbox:checked {
  background-color: #00549E;
}
.uk-checkbox:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary {
  color: #00549E !important;
}
.uk-text-secondary {
  color: #006325 !important;
}
.uk-text-large {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text {
  color: white !important;
}
:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader {
  background: #fff;
  z-index: 999;
}
#page {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page, #app, .base-layout {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak] {
  display: none;
}
.flexing-out {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content {
  text-align: center;
}
.clickable {
  cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}
.hidden { /*visibility: hidden;*/
  display: none;
}
.vanish {
  display: none;
}
.disabled {
  opacity: 0.4;
}
.nobold {
  font-weight: normal;
}
.rightAnswer {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor, .revision .secondaryTestBgColor {
  background-color: #E5EEF5 !important;
}
.exerciseColor {
  background-color: #00549E !important;
}
.testColor {
  background-color: #006325 !important;
}
.exerciseFgColor {
  color: #00549E !important;
}
.testFgColor {
  color: #006325 !important;
}
.test-mode .uk-button-primary {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a, .test-mode .uk-link {
  color: #006325;
}
.bildunterschrift {
  font-size: 13px;
  line-height: 1;
}
.textbox {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr:hover, .uk-table-hover > tr:hover {
  background: #eee;
}
.uk-table {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th, .uk-table td {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse, .table-collapse table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td, table.table-center th, .table-center table td, .table-center table th {
  text-align: center !important;
}
table.table-expand, .table-expand table {
  width: 100%;
}
table.table-padding-remove td, table.table-padding-remove th, .table-padding-remove table td, .table-padding-remove table th {
  padding: 0 !important;
}
table.table-padding-small td, table.table-padding-small th, .table-padding-small table td, .table-padding-small table th {
  padding: 3px !important;
}
table.table-white td, .table-white table td, table.table-white th, .table-white table th {
  background: #fff;
}
td:empty {
  background: #fff;
}
th:empty {
  display: none;
}
.no-interaction {
  position: relative;
}
.no-interaction:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img, .table-no-scale img {
  max-width: none;
}
.uk-select {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox:checked {
  border-color: #00549E;
}
.input-white input[type=text] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button {
  padding-right: 25px !important;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.fade-enter-active {
  transition: opacity 1.25s ease;
}
.fade-enter-to, .fade-leave {
  opacity: 1;
}
.fade-side-enter, .fade-side-leave-to {
  opacity: 0;
}
.fade-side-enter-active, .fade-side-leave-active {
  transition: opacity 150ms ease;
}
.fade-side-enter-to, .fade-side-leave {
  opacity: 1;
}
.fade-page-enter, .fade-page-leave-to {
  opacity: 0;
}
.fade-page-enter-active, .fade-page-leave-active {
  transition: opacity 300ms ease;
}
.fade-page-enter-to, .fade-page-leave {
  opacity: 1;
}
.slide-enter, .slide-leave-to {
  width: 0;
}
.slide-enter-active, .slide-leave-active {
  transition: width 100ms ease;
}
.slide-enter-to, .slide-leave {
  width: 100%;
}
.hide-nav-enter, .hide-nav-leave-to {
  height: 0;
}
.hide-nav-enter-active, .hide-nav-leave-active {
  transition: height 150ms ease;
}
.hide-nav-enter-to, .hide-nav-leave {
  height: -400;
}
.icon-large {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20 {
  padding: 0 20px;
}
.navbar-padding-30 {
  padding: 0 30px;
}
.dropdown-selection {
  display: inline-block;
}
.dropdown-selection .dropdown-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor {
  cursor: pointer;
}
.dropdown-selection .without-cursor {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a:hover {
  background: #e5eef5;
}
.dd-select select {
  display: none;
}
.dd-select.frozen {
  border: 0 !important;
}
.dd-select.frozen .dd-selections {
  display: none;
}
.dd-select.frozen .dd-button {
  cursor: auto;
}
.dd-select.item-correct .dd-button {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button {
  border: 1px solid #f14a50 !important;
}
.dd-select {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection {
  padding: 0;
}
.dd-select .dropdown-button {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon {
  color: #000;
}
.dd-select .value {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html, body {
    background: #fff;
}
#page {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app {
    min-height: 0;
    max-height: unset;
}
#page, #app, .base-layout {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img {
    height: auto;
}
.exercise-mode #header,
  .test-mode #header {
    display: none;
}
.uk-table th, .uk-table td {
    padding: 4px;
}
.navbar-padding-20, .navbar-padding-30 {
    padding: 0;
}
textarea {
    max-width: 100%;
}
table.table-width-450, .table-width-450 table {
    width: 450px !important;
}
table.table-width-550, .table-width-550 table {
    width: 550px !important;
}
table.table-width-650, .table-width-650 table {
    width: 650px !important;
}
table.table-width-750, .table-width-750 table {
    width: 750px !important;
}
.img-width-450 img {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large {
    width: 150px;
}
.dropdown-selection {
    display: block;
}
.dropdown-selection .dropdown-button {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav {
    font-size: 1rem;
}
}
.question-list-item {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid white;
  background: #E5EEF5;
}
.question-list-item div {
  padding: 5px;
  box-sizing: border-box;
}
.question-list-item .pointer {
  cursor: pointer;
}
.question-list-item .title img {
  width: auto !important;
  max-height: 30px !important;
}
.question-list-item .question {
  width: 30%;
}
.question-list-item .categories {
  width: 18%;
}
.question-list-item .date {
  width: 9%;
  /*padding-right: 20px;*/
}
.question-list-item .answer-state {
  width: 14%;
}
.question-list-item .answer-state img {
  width: 12px;
  height: 12px;
}
.question-list-item .btn-test {
  width: 5%;
}
.question-list-item .btn-test img {
  width: 21px;
  height: 21px;
}
.question-list-item .category-responsive {
  display: none;
}
.question-list-item .cb-container {
  width: 4%;
  /*
  background: white;

  border: 1px solid lightgrey;
  */
  text-align: center;
}
.question-list-item img.icon {
  width: 30px;
  height: 30px;
  background: #00549E;
  border-radius: 3px;
  margin-right: 5px;
}
.question-list-item img.state {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
.question-list-item {
    height: auto;
}
.question-list-item .title img {
    width: auto !important;
    max-height: 30px !important;
}
.question-list-item .question {
    width: 85%;
    order: 1;
}
.question-list-item .categories {
    display: none;
}
.question-list-item .category-responsive {
    display: block;
    width: 85%;
    order: 3;
    padding-top: 0;
}
.question-list-item .date {
    display: none;
}
.question-list-item .answer-state {
    display: none;
}
.question-list-item .btn-test {
    width: 15%;
    order: 2;
}
.question-list-item .cb-container {
    width: 15%;
    order: 4;
}
}
html[data-v-ac985ba8], body[data-v-ac985ba8] {
  margin: 0;
  padding: 0;
  background: #a7a9ac;
  min-height: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body[data-v-ac985ba8] {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}
h1[data-v-ac985ba8], h2[data-v-ac985ba8], h3[data-v-ac985ba8], h4[data-v-ac985ba8], h5[data-v-ac985ba8], h6[data-v-ac985ba8],
input[data-v-ac985ba8], select[data-v-ac985ba8], textarea[data-v-ac985ba8] {
  font-family: "Source Sans Pro";
}
img[data-v-ac985ba8] {
  height: auto;
}
hr[data-v-ac985ba8] {
  color: #00549E;
  border-color: #00549E;
}
em[data-v-ac985ba8] {
  color: black !important;
}
[data-v-ac985ba8]:focus {
  outline: 0;
}
a[data-v-ac985ba8]:hover {
  text-decoration: none;
  color: #00549E;
}
.uk-alert-primary[data-v-ac985ba8] {
  background: #e7f1f9;
  color: #000;
}
.uk-alert-secondary[data-v-ac985ba8] {
  background: #e8efea;
  color: #000;
}
.uk-button[data-v-ac985ba8] {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}
.uk-button[data-v-ac985ba8]:hover {
  background-color: #00549E;
  border-color: #00549E;
  color: #fff;
}
.uk-button-link[data-v-ac985ba8] {
  color: #000;
}
.uk-button-link[data-v-ac985ba8]:hover, .uk-button-link[data-v-ac985ba8]:active, .uk-button-link[data-v-ac985ba8]:focus {
  text-decoration: none;
}
.uk-button-primary[data-v-ac985ba8], .uk-button-primary[data-v-ac985ba8]:hover, .uk-button-primary[data-v-ac985ba8]:focus {
  background: #00549E;
  border-color: #00549E;
  font-weight: bold;
  color: #fff;
}
.uk-button-primary[data-v-ac985ba8]:active {
  background: rgb(0%, 27.6247207744%, 51.9607843137%);
}
.uk-button-secondary[data-v-ac985ba8], .uk-button-secondary[data-v-ac985ba8]:hover, .uk-button-secondary[data-v-ac985ba8]:focus {
  background: #006325;
  border-color: #006325;
  font-weight: bold;
  color: #fff;
}
.uk-button-secondary[data-v-ac985ba8]:active {
  background: rgb(0%, 28.8235294118%, 10.7724301842%);
}
.uk-button[disabled][data-v-ac985ba8]:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-link[data-v-ac985ba8], a[data-v-ac985ba8] {
  color: #00549E;
}
.uk-padding-small[data-v-ac985ba8] {
  padding: 5px;
}
.uk-padding[data-v-ac985ba8] {
  padding: 15px;
}
.uk-padding-large[data-v-ac985ba8] {
  padding: 30px;
}
.uk-margin-medium-left[data-v-ac985ba8] {
  margin-left: 30px !important;
}
.uk-margin-medium-right[data-v-ac985ba8] {
  margin-right: 30px !important;
}
.uk-margin-large-left[data-v-ac985ba8] {
  margin-left: 45px !important;
}
.uk-margin-large-right[data-v-ac985ba8] {
  margin-right: 45px !important;
}
.uk-checkbox[data-v-ac985ba8]:checked {
  background-color: #00549E;
}
.uk-checkbox[data-v-ac985ba8]:focus:not(:checked) {
  border-color: #ccc;
}
.uk-input[data-v-ac985ba8]:focus, .uk-select[data-v-ac985ba8]:focus, .uk-textarea[data-v-ac985ba8]:focus {
  border-color: #00549E;
  color: #000;
}
.uk-text-primary[data-v-ac985ba8] {
  color: #00549E !important;
}
.uk-text-secondary[data-v-ac985ba8] {
  color: #006325 !important;
}
.uk-text-large[data-v-ac985ba8] {
  font-size: 1.25rem;
  line-height: 1.5;
}
.v-card__text[data-v-ac985ba8] {
  color: white !important;
}
[data-v-ac985ba8]:root {
  --etrainer-primary-color: #00549E;
  --etrainer-primary-color-complement: #C2DAFE;
  --etrainer-primary-accent-color: #ED4176;
  --etrainer-secondary-color: white;
  --etrainer-bg-subtle-color: whitesmoke;
  --etrainer-test-primary-color: #006325;
  --etrainer-test-secondary-color: #a4d265;
}
[data-v-ac985ba8]::-webkit-scrollbar {
  width: 5px;
}
[data-v-ac985ba8]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(22, 101, 192, 0.2);
  border-bottom: 1px solid rgba(22, 101, 192, 0.2);
  border-left: 1px solid rgba(22, 101, 192, 0.2);
}
[data-v-ac985ba8]::-webkit-scrollbar-thumb {
  background-color: var(--etrainer-primary-color);
  border-radius: 5px;
}
[data-v-ac985ba8]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(1.9607843137%, 54.0828989824%, 100%);
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/storage/fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
body[data-v-ac985ba8] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.development-mode[data-v-ac985ba8] {
  -webkit-touch-callout: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
#preloader[data-v-ac985ba8] {
  background: #fff;
  z-index: 999;
}
#page[data-v-ac985ba8] {
  width: 1020px !important;
  margin: 0 auto;
}
#page #app[data-v-ac985ba8] {
  background: #fff;
  margin: 0;
  padding: 0;
}
#page[data-v-ac985ba8], #app[data-v-ac985ba8], .base-layout[data-v-ac985ba8] {
  height: 100vh;
  max-height: 960px;
  min-height: 375px;
}
[v-cloak][data-v-ac985ba8] {
  display: none;
}
.flexing-out[data-v-ac985ba8] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.center-content[data-v-ac985ba8] {
  text-align: center;
}
.clickable[data-v-ac985ba8], .focused-learning-area .question-list-header .bin-icon img[data-v-ac985ba8] {
  cursor: pointer;
}
.nowrap[data-v-ac985ba8] {
  white-space: nowrap;
}
.hidden[data-v-ac985ba8] { /*visibility: hidden;*/
  display: none;
}
.vanish[data-v-ac985ba8] {
  display: none;
}
.disabled[data-v-ac985ba8] {
  opacity: 0.4;
}
.nobold[data-v-ac985ba8] {
  font-weight: normal;
}
.rightAnswer[data-v-ac985ba8] {
  color: #8ccc40 !important;
  border-left: 5px solid #8ccc40 !important;
  padding-left: 5px;
}
.wrongAnswer[data-v-ac985ba8] {
  color: #f14a50 !important;
  border-left: 5px solid #f14a50 !important;
  padding-left: 5px;
}
img.rightAnswer[data-v-ac985ba8] {
  border: 1px solid #8ccc40 !important;
}
img.wrongAnswer[data-v-ac985ba8] {
  border: 1px solid #f14a50 !important;
}
.secondaryTestBgColor[data-v-ac985ba8] {
  background-color: #e8efea !important;
}
.demo .secondaryTestBgColor[data-v-ac985ba8], .revision .secondaryTestBgColor[data-v-ac985ba8] {
  background-color: #E5EEF5 !important;
}
.exerciseColor[data-v-ac985ba8] {
  background-color: #00549E !important;
}
.testColor[data-v-ac985ba8] {
  background-color: #006325 !important;
}
.exerciseFgColor[data-v-ac985ba8] {
  color: #00549E !important;
}
.testFgColor[data-v-ac985ba8] {
  color: #006325 !important;
}
.test-mode .uk-button-primary[data-v-ac985ba8] {
  background: #006325 !important;
  border-color: #006325;
}
.test-mode a[data-v-ac985ba8], .test-mode .uk-link[data-v-ac985ba8] {
  color: #006325;
}
.bildunterschrift[data-v-ac985ba8] {
  font-size: 13px;
  line-height: 1;
}
.textbox[data-v-ac985ba8] {
  background: #ddd;
  padding: 15px;
  margin-right: 10px;
}
.uk-checkbox[data-v-ac985ba8]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-table-hover tbody tr[data-v-ac985ba8]:hover, .uk-table-hover > tr[data-v-ac985ba8]:hover {
  background: #eee;
}
.uk-table[data-v-ac985ba8] {
  border-collapse: inherit;
  border-spacing: 2px;
  width: auto;
}
.uk-table th[data-v-ac985ba8], .uk-table td[data-v-ac985ba8] {
  padding: 8px 8px;
  background: #f3f3f3;
}
.uk-table th[data-v-ac985ba8] {
  background: #E0E0E0;
  color: #000;
  font-weight: 600;
}
table.table-collapse[data-v-ac985ba8], .table-collapse table[data-v-ac985ba8] {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
table.table-center td[data-v-ac985ba8], table.table-center th[data-v-ac985ba8], .table-center table td[data-v-ac985ba8], .table-center table th[data-v-ac985ba8] {
  text-align: center !important;
}
table.table-expand[data-v-ac985ba8], .table-expand table[data-v-ac985ba8] {
  width: 100%;
}
table.table-padding-remove td[data-v-ac985ba8], table.table-padding-remove th[data-v-ac985ba8], .table-padding-remove table td[data-v-ac985ba8], .table-padding-remove table th[data-v-ac985ba8] {
  padding: 0 !important;
}
table.table-padding-small td[data-v-ac985ba8], table.table-padding-small th[data-v-ac985ba8], .table-padding-small table td[data-v-ac985ba8], .table-padding-small table th[data-v-ac985ba8] {
  padding: 3px !important;
}
table.table-white td[data-v-ac985ba8], .table-white table td[data-v-ac985ba8], table.table-white th[data-v-ac985ba8], .table-white table th[data-v-ac985ba8] {
  background: #fff;
}
td[data-v-ac985ba8]:empty {
  background: #fff;
}
th[data-v-ac985ba8]:empty {
  display: none;
}
.no-interaction[data-v-ac985ba8] {
  position: relative;
}
.no-interaction[data-v-ac985ba8]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-no-scale img[data-v-ac985ba8], .table-no-scale img[data-v-ac985ba8] {
  max-width: none;
}
.uk-select[data-v-ac985ba8] {
  color: #000;
  border-color: #ccc;
}
.question .uk-checkbox[data-v-ac985ba8] {
  border-radius: 50%;
  border-color: #999;
  flex: none;
}
.uk-checkbox[data-v-ac985ba8]:checked {
  border-color: #00549E;
}
.input-white input[type=text][data-v-ac985ba8] {
  background: #fff;
  border: 1px solid #999;
  padding: 1px;
}
textarea[data-v-ac985ba8] {
  border: 1px solid #999;
  box-sizing: border-box;
}
#subcategory-intro .startButtons .dropdown-button[data-v-ac985ba8] {
  padding-right: 25px !important;
}
.fade-enter[data-v-ac985ba8], .fade-leave-to[data-v-ac985ba8] {
  opacity: 0;
}
.fade-enter-active[data-v-ac985ba8] {
  transition: opacity 1.25s ease;
}
.fade-enter-to[data-v-ac985ba8], .fade-leave[data-v-ac985ba8] {
  opacity: 1;
}
.fade-side-enter[data-v-ac985ba8], .fade-side-leave-to[data-v-ac985ba8] {
  opacity: 0;
}
.fade-side-enter-active[data-v-ac985ba8], .fade-side-leave-active[data-v-ac985ba8] {
  transition: opacity 150ms ease;
}
.fade-side-enter-to[data-v-ac985ba8], .fade-side-leave[data-v-ac985ba8] {
  opacity: 1;
}
.fade-page-enter[data-v-ac985ba8], .fade-page-leave-to[data-v-ac985ba8] {
  opacity: 0;
}
.fade-page-enter-active[data-v-ac985ba8], .fade-page-leave-active[data-v-ac985ba8] {
  transition: opacity 300ms ease;
}
.fade-page-enter-to[data-v-ac985ba8], .fade-page-leave[data-v-ac985ba8] {
  opacity: 1;
}
.slide-enter[data-v-ac985ba8], .slide-leave-to[data-v-ac985ba8] {
  width: 0;
}
.slide-enter-active[data-v-ac985ba8], .slide-leave-active[data-v-ac985ba8] {
  transition: width 100ms ease;
}
.slide-enter-to[data-v-ac985ba8], .slide-leave[data-v-ac985ba8] {
  width: 100%;
}
.hide-nav-enter[data-v-ac985ba8], .hide-nav-leave-to[data-v-ac985ba8] {
  height: 0;
}
.hide-nav-enter-active[data-v-ac985ba8], .hide-nav-leave-active[data-v-ac985ba8] {
  transition: height 150ms ease;
}
.hide-nav-enter-to[data-v-ac985ba8], .hide-nav-leave[data-v-ac985ba8] {
  height: -400;
}
.icon-large[data-v-ac985ba8] {
  opacity: 0.2;
  width: 200px;
}
.navbar-padding-20[data-v-ac985ba8] {
  padding: 0 20px;
}
.navbar-padding-30[data-v-ac985ba8] {
  padding: 0 30px;
}
.dropdown-selection[data-v-ac985ba8] {
  display: inline-block;
}
.dropdown-selection .dropdown-button[data-v-ac985ba8] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00549E;
  height: 30px;
  background: #e5eef5;
  border: 1px solid #00549E;
  border-radius: 0;
  padding: 0 30px 0 8px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-selection .dropdown-button .uk-icon[data-v-ac985ba8] {
  position: absolute;
  right: 0;
}
.dropdown-selection .with-cursor[data-v-ac985ba8] {
  cursor: pointer;
}
.dropdown-selection .without-cursor[data-v-ac985ba8] {
  cursor: default !important;
}
.dropdown-selection .uk-dropdown[data-v-ac985ba8] {
  min-width: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 8;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-ac985ba8] {
  max-height: 275px;
}
.dropdown-selection .uk-dropdown a[data-v-ac985ba8] {
  padding: 8px;
  min-width: 21px;
  min-height: 21px;
  border-bottom: 1px solid #e5eef5;
}
.dropdown-selection .uk-dropdown a[data-v-ac985ba8]:hover {
  background: #e5eef5;
}
.dd-select select[data-v-ac985ba8] {
  display: none;
}
.dd-select.frozen[data-v-ac985ba8] {
  border: 0 !important;
}
.dd-select.frozen .dd-selections[data-v-ac985ba8] {
  display: none;
}
.dd-select.frozen .dd-button[data-v-ac985ba8] {
  cursor: auto;
}
.dd-select.item-correct .dd-button[data-v-ac985ba8] {
  border: 1px solid #8ccc40 !important;
}
.dd-select.item-incorrect .dd-button[data-v-ac985ba8] {
  border: 1px solid #f14a50 !important;
}
.dd-select[data-v-ac985ba8] {
  display: inline-block;
  vertical-align: unset !important;
  height: 23px;
}
.dd-select .dropdown-selection[data-v-ac985ba8] {
  padding: 0;
}
.dd-select .dropdown-button[data-v-ac985ba8] {
  height: 23px;
  padding: 0 0 0 5px;
  border-color: #999;
  background: #fff;
}
.dd-select .uk-icon[data-v-ac985ba8] {
  color: #000;
}
.dd-select .value[data-v-ac985ba8] {
  height: 21px;
  line-height: 21px;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dd-select .value[data-v-ac985ba8]:after {
  content: ".";
  visibility: hidden;
}
.dd-select .uk-dropdown a[data-v-ac985ba8] {
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
html[data-v-ac985ba8], body[data-v-ac985ba8] {
    background: #fff;
}
#page[data-v-ac985ba8] {
    width: 100% !important;
    min-height: 0;
    max-height: unset;
}
#page #app[data-v-ac985ba8] {
    min-height: 0;
    max-height: unset;
}
#page[data-v-ac985ba8], #app[data-v-ac985ba8], .base-layout[data-v-ac985ba8] {
    height: auto;
    max-height: unset;
    min-height: auto;
}
img[data-v-ac985ba8] {
    height: auto;
}
.exercise-mode #header[data-v-ac985ba8],
  .test-mode #header[data-v-ac985ba8] {
    display: none;
}
.uk-table th[data-v-ac985ba8], .uk-table td[data-v-ac985ba8] {
    padding: 4px;
}
.navbar-padding-20[data-v-ac985ba8], .navbar-padding-30[data-v-ac985ba8] {
    padding: 0;
}
textarea[data-v-ac985ba8] {
    max-width: 100%;
}
table.table-width-450[data-v-ac985ba8], .table-width-450 table[data-v-ac985ba8] {
    width: 450px !important;
}
table.table-width-550[data-v-ac985ba8], .table-width-550 table[data-v-ac985ba8] {
    width: 550px !important;
}
table.table-width-650[data-v-ac985ba8], .table-width-650 table[data-v-ac985ba8] {
    width: 650px !important;
}
table.table-width-750[data-v-ac985ba8], .table-width-750 table[data-v-ac985ba8] {
    width: 750px !important;
}
.img-width-450 img[data-v-ac985ba8] {
    max-width: none;
    width: 450px !important;
    height: auto;
}
.img-width-550 img[data-v-ac985ba8] {
    max-width: none;
    width: 550px !important;
    height: auto;
}
.img-width-650 img[data-v-ac985ba8] {
    max-width: none;
    width: 650px !important;
    height: auto;
}
.img-width-750 img[data-v-ac985ba8] {
    max-width: none;
    width: 750px !important;
    height: auto;
}
.icon-large[data-v-ac985ba8] {
    width: 150px;
}
.dropdown-selection[data-v-ac985ba8] {
    display: block;
}
.dropdown-selection .dropdown-button[data-v-ac985ba8] {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eef5;
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown[data-v-ac985ba8] {
    width: calc(100% - 40px);
    font-size: 1rem;
}
.dropdown-selection .uk-dropdown .uk-dropdown-nav[data-v-ac985ba8] {
    font-size: 1rem;
}
}
.focused-learning-area[data-v-ac985ba8] {
  margin: 15px 45px 60px;
  max-width: 100%;
  min-width: 0;
  align-content: flex-start;
}
.focused-learning-area .question-list-header[data-v-ac985ba8] {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: bold;
}
.focused-learning-area .question-list-header div[data-v-ac985ba8] {
  padding: 5px;
  box-sizing: border-box;
}
.focused-learning-area .question-list-header .question[data-v-ac985ba8] {
  width: 30%;
}
.focused-learning-area .question-list-header .categories[data-v-ac985ba8] {
  width: 18%;
}
.focused-learning-area .question-list-header .date[data-v-ac985ba8] {
  width: 10%;
}
.focused-learning-area .question-list-header .answer-state[data-v-ac985ba8] {
  width: 0;
}
.focused-learning-area .question-list-header .btn-selectall a[data-v-ac985ba8] {
  font-size: 13px;
  height: 26px;
  line-height: 24px;
  padding: 0 10px;
}
.focused-learning-area .question-list-header .btn-test[data-v-ac985ba8] {
  width: 43px;
}
.focused-learning-area .question-list-header .cb-container[data-v-ac985ba8] {
  width: 4%;
  background: white;
}
.focused-learning-area .question-list-header .bin-icon[data-v-ac985ba8] {
  width: 5%;
  text-align: center;
}
.focused-learning-area .question-list-header .bin-icon img[data-v-ac985ba8] {
  width: 20px;
  height: 30px;
}
.focused-learning-area .question-list-item div[data-v-ac985ba8] {
  padding: 5px;
}
@media screen and (max-width: 768px) {
.focused-learning-area[data-v-ac985ba8] {
    margin: 15px 20px 60px;
}
.focused-learning-area .question-list-header .question[data-v-ac985ba8], .focused-learning-area .question-list-header .categories[data-v-ac985ba8], .focused-learning-area .question-list-header .date[data-v-ac985ba8], .focused-learning-area .question-list-header .answer-state[data-v-ac985ba8], .focused-learning-area .question-list-header .btn-test[data-v-ac985ba8] {
    display: none;
}
.focused-learning-area .question-list-header .bin-icon[data-v-ac985ba8] {
    width: 15%;
}
.focused-learning-area .question-list-item[data-v-ac985ba8] {
    margin-bottom: 4px;
}
}
.content-wrapper[data-v-b01bd76e] {
  padding: 30px 45px;
}
.notepad-content[data-v-b01bd76e] {
  margin: 15px;
}
@media screen and (max-width: 768px) {
.content-wrapper[data-v-b01bd76e] {
    padding: 20px;
}
}

#page, #app {
  height: 100vh !important;
}
.uk-placeholder {
  margin-bottom: 0;
}
.uk-button {
  border-radius: 0;
  margin-bottom: 10px;
}
.uk-button-group {
  display: flex;
  justify-content: center;
}
#question-editor {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
}
#question-editor #question-filter > .uk-dropdown {
  max-height: 70vh;
  max-width: 800px;
  overflow: auto;
}
#question-editor main {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#question-editor main aside {
  min-width: 350px;
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px dotted darkgrey;
}
#question-editor main aside .custom-question-flag {
  margin: 5px;
}
#question-editor main aside textarea {
  flex: 1;
  padding: 10px 0 5px 20px;
  border: 0px;
  border-top: 1px dotted darkgrey;
  font-size: 14px;
}
#question-editor main #question-view {
  flex: 1;
  padding: 45px;
  position: relative;
  overflow: auto;
}
#question-editor main #question-view #tab-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin-bottom: 5px;
}
.main-categories-preview[data-v-15d7a008] {
  padding: 1rem 0;
}
.main-categories-preview .preview-header[data-v-15d7a008] {
  text-align: center;
  margin-bottom: 2rem;
}
.main-categories-preview .preview-header h2[data-v-15d7a008] {
  color: #333;
  margin-bottom: 0.5rem;
}
.main-categories-preview .preview-header p[data-v-15d7a008] {
  color: #666;
  font-size: 1.1rem;
}
.main-categories-preview .categories-grid[data-v-15d7a008] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.main-categories-preview .category-card[data-v-15d7a008] {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.main-categories-preview .category-card[data-v-15d7a008]:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.main-categories-preview .category-card .category-info[data-v-15d7a008] {
  flex: 1;
}
.main-categories-preview .category-card .category-info h3[data-v-15d7a008] {
  margin: 0 0 0.5rem 0;
  color: #333;
  font-size: 1.2rem;
}
.main-categories-preview .category-card .category-info .category-stats .subcategories-list .subcategories-header[data-v-15d7a008] {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}
.main-categories-preview .category-card .category-info .category-stats .subcategories-list .subcategory-names[data-v-15d7a008] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-categories-preview .category-card .category-info .category-stats .subcategories-list .subcategory-names .subcategory-name[data-v-15d7a008] {
  font-size: 0.85rem;
  color: #555;
  padding: 0.2rem 0;
  border-left: 2px solid #1e87f0;
  padding-left: 0.5rem;
  margin-bottom: 0.2rem;
}
.main-categories-preview .category-card .category-info .category-stats .subcategories-list .subcategory-names .subcategory-name[data-v-15d7a008]:last-child {
  margin-bottom: 0;
}
.main-categories-preview .category-card .category-info .category-stats .subcategories-list .subcategory-names .subcategory-name.clickable-subcategory[data-v-15d7a008] {
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 4px;
  padding: 0.4rem 0.5rem;
}
.main-categories-preview .category-card .category-info .category-stats .subcategories-list .subcategory-names .subcategory-name.clickable-subcategory[data-v-15d7a008]:hover {
  background-color: #e6f3ff;
  color: #1e87f0;
  border-left-color: #0066cc;
  transform: translateX(4px);
}
.main-categories-preview .category-card .category-info .category-stats .subcategories-list .subcategory-names .subcategory-name.clickable-subcategory .question-count[data-v-15d7a008] {
  display: inline-block;
  background-color: #1e87f0;
  color: white;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 8px;
  min-width: 20px;
  text-align: center;
}
.main-categories-preview .category-card .category-info .category-stats .subcategories-list .subcategory-names .more-subcategories[data-v-15d7a008] {
  font-size: 0.8rem;
  color: #888;
  font-style: italic;
  padding: 0.2rem 0;
  padding-left: 0.5rem;
  border-left: 2px solid #ddd;
}
.main-categories-preview .category-card .category-info .category-stats .no-subcategories .subcategories-count[data-v-15d7a008] {
  color: #999;
  font-size: 0.9rem;
  font-style: italic;
}
.main-categories-preview .category-card .category-info .click-hint[data-v-15d7a008] {
  margin-top: 0.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.main-categories-preview .category-card .category-info .click-hint small[data-v-15d7a008] {
  color: #1e87f0;
  font-size: 0.8rem;
  font-style: italic;
}
.main-categories-preview .category-card:hover .click-hint[data-v-15d7a008] {
  opacity: 1;
}
.main-categories-preview .preview-info[data-v-15d7a008] {
  margin-bottom: 2rem;
}
.main-categories-preview .preview-info .info-box h4[data-v-15d7a008] {
  margin: 0 0 1rem 0;
  color: #333;
}
.main-categories-preview .preview-info .info-box ul[data-v-15d7a008] {
  margin: 0;
  padding-left: 1.5rem;
}
.main-categories-preview .preview-info .info-box ul li[data-v-15d7a008] {
  margin-bottom: 0.5rem;
  color: #555;
}
.main-categories-preview .preview-info .info-box ul li strong[data-v-15d7a008] {
  color: #333;
}
@media (max-width: 768px) {
.main-categories-preview .categories-grid[data-v-15d7a008] {
    grid-template-columns: 1fr;
}
.main-categories-preview .category-card[data-v-15d7a008] {
    text-align: center;
}
}
.selected-main-category .subcategories-list[data-v-149bd93c] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.selected-main-category .subcategory-item[data-v-149bd93c] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.selected-main-category .subcategory-item[data-v-149bd93c]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.selected-main-category .subcategory-item .subcategory-name[data-v-149bd93c] {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  color: #333;
}
.selected-main-category .subcategory-item .question-count[data-v-149bd93c] {
  margin: 0.5rem 0;
  font-size: 0.9rem;
}
.selected-main-category .subcategory-item .question-count .uk-badge[data-v-149bd93c] {
  background-color: #1e87f0;
  color: white;
}
.selected-main-category .subcategory-item .questions-preview details summary[data-v-149bd93c] {
  cursor: pointer;
  color: #666;
  font-weight: 500;
}
.selected-main-category .subcategory-item .questions-preview details summary[data-v-149bd93c]:hover {
  color: #1e87f0;
}
.selected-main-category .subcategory-item .questions-preview details ul[data-v-149bd93c] {
  margin-top: 0.5rem;
}
.selected-main-category .subcategory-item .questions-preview details ul .question-item[data-v-149bd93c] {
  padding: 0.25rem 0;
  border-bottom: 1px solid #eee;
}
.selected-main-category .subcategory-item .questions-preview details ul .question-item[data-v-149bd93c]:last-child {
  border-bottom: none;
}
.selected-main-category .subcategory-item .questions-preview details ul .question-item .question-type[data-v-149bd93c] {
  font-weight: bold;
  margin-right: 0.5rem;
}
.selected-main-category .subcategory-item .questions-preview details ul .question-item .question-text[data-v-149bd93c] {
  font-size: 0.85rem;
  line-height: 1.3;
}
.selected-main-category .clickable-subcat[data-v-149bd93c] {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.selected-main-category .clickable-subcat[data-v-149bd93c]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.selected-main-category .clickable-subcat .click-hint[data-v-149bd93c] {
  margin-top: 0.5rem;
  text-align: center;
}
.selected-main-category .clickable-subcat .click-hint small[data-v-149bd93c] {
  color: #1e87f0;
  font-weight: 500;
}
.selected-subcategory-fullwidth[data-v-149bd93c] {
  max-width: none;
  width: 100%;
}
.selected-subcategory-fullwidth .back-button-wrapper[data-v-149bd93c] {
  margin-bottom: 1.5rem;
}
.selected-subcategory-fullwidth .questions-fullwidth .question-item-fullwidth[data-v-149bd93c] {
  padding: 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.no-data-message[data-v-149bd93c] {
  text-align: center;
  padding: 2rem;
  color: #666;
  font-style: italic;
}
.navigation-buttons-main[data-v-149bd93c],
.navigation-buttons-subcategory[data-v-149bd93c] {
  padding: 1rem 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem !important;
}
.navigation-buttons-main[data-v-149bd93c] {
  justify-content: flex-end;
}
.navigation-buttons-subcategory[data-v-149bd93c] {
  justify-content: space-between;
}
