body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

html {
  height: -webkit-fill-available; }

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden; }

body {
  font-size: .875rem; }

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom; }

/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 48px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1); }

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem; } }
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */ }

.sidebar .nav-link {
  font-weight: 500;
  color: #333; }

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272; }

.sidebar .nav-link.active {
  color: #2470dc; }

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit; }

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase; }

/*
 * Navbar
 */
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25); }

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem; }

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0; }

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1); }

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }

.form-group.row {
  margin-bottom: 3px !important; }

.bi-2x {
  font-size: 1.5em !important; }

.nklz_ordnung_0 {
  background-color: #93c54b; }
.nklz_ordnung_1 {
  background-color: rgba(147, 197, 75, 0.25); }
.nklz_ordnung_2 {
  background-color: #F8F5F0; }
.nklz a.lernzielmerkliste {
  color: #93C54B; }

#lernzielcontent {
  margin-bottom: 20px; }

#links, #rechts {
  border: 1px solid #eee;
  min-height: 20px;
  list-style-type: none;
  float: left;
  width: 48%;
  margin-right: 2%;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

.sortitem.nklm_ordnung_0 {
  background-color: #29abe0; }
.sortitem.nklm_ordnung_1 {
  background-color: rgba(41, 171, 224, 0.25); }
.sortitem.nklm_ordnung_2 {
  background-color: #F8F5F0; }
.sortitem.nklm a.lernzielmerkliste {
  color: #29ABE0; }
.sortitem.nklz_ordnung_0 {
  background-color: #93c54b; }
.sortitem.nklz_ordnung_1 {
  background-color: rgba(147, 197, 75, 0.25); }
.sortitem.nklz_ordnung_2 {
  background-color: #F8F5F0; }
.sortitem.nklz a.lernzielmerkliste {
  color: #93C54B; }

div.buttons {
  float: right;
  top: 0;
  height: 100%; }

div.singlebutton {
  margin-left: 5px;
  position: relative;
  top: 0;
  border-left: 1px solid #ccc;
  padding: 5px;
  cursor: pointer; }

#links div.singlebutton:hover, #links div.topdownbutton:hover {
  background-color: #008000;
  color: #fff;
  cursor: pointer; }

#rechts div.singlebutton:hover, #rechts div.topdownbutton:hover {
  background-color: #800000;
  color: #fff;
  cursor: pointer; }

div.topdownbutton, div.trashbutton {
  margin-left: 5px;
  position: relative;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px;
  cursor: pointer; }

#links li, #rechts li, #vergleich li {
  margin: 0 5px 5px 5px;
  font-size: 1.2em;
  border: #ccc 1px solid;
  border-radius: 5px; }

#vergleich p, #links li p, #rechts li p {
  padding: 5px !important;
  color: #000; }

.lernziel_listheader {
  float: left;
  width: 48%;
  margin-right: 2%;
  background-color: #30a5ff;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  border: 2px solid #0e3083;
  font-size: 14px;
  font-weight: bold;
  text-align: center; }

.bewertung-highlight {
  background-color: #debeba !important;
  font-weight: bold; }

.color-red {
  color: #800000; }
.color-green {
  color: #008000; }
.color-grey {
  color: #808080; }
.color-white {
  color: #fff; }

.struktureinheit {
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: #F8F5F0;
  padding: 16px;
  min-height: 50px; }

.subnav {
  list-style-type: none; }

.bg-orange {
  background-color: orange; }

.reiter {
  display: flex;
  width: 100%;
  margin-top: -12px; }
  .reiter_logo {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
    float: left;
    text-align: center;
    bordeR-bottom: 1px solid #ccc; }
    .reiter_logo:first-child {
      bordeR-right: 1px solid #ccc; }
    .reiter_logo.activekontext {
      background-color: #cceddc; }

/*# sourceMappingURL=intern.css.map */
