@charset "UTF-8";
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/*
* {
  @include selection($colMainBrighter);
}*/
.clickMe, .lessonDiv, .lessonTable, .ismobile, .view {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  -webkit-touch-callout: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

:focus {
  outline: 2px solid #dfe8f6; }

a:focus {
  outline: 0;
  outline-bottom: 2px solid #dfe8f6; }

html {
  font-size: 16px;
  font-family: "Lucida Grande", "Lucida Sans", Helvetica, "Helvetica Neue", Arial, sans-serif; }
  @media only screen {
    html {
      background-color: #505c6d;
      height: 100%;
      min-height: 100%; } }

body {
  line-height: 1.4; }

input, select {
  font-family: "Lucida Grande", "Lucida Sans", Helvetica, "Helvetica Neue", Arial, sans-serif; }

body {
  overflow: scroll;
  margin: 0 0; }
  @media only screen {
    body {
      height: 100%;
      background-color: white; } }
  body.not-open {
    background-color: #505c6d; }

h1 {
  font-weight: bold;
  margin: 1em 0em 0.5em -0.06em;
  font-size: 2em; }

h2 {
  font-weight: bold;
  margin: 1em 0em 0.5em -0.06em;
  font-size: 1.5em; }

h3 {
  font-weight: bold;
  margin: 1em 0em 0.5em -0.06em;
  font-size: 1.17em; }

h4 {
  font-weight: bold;
  margin: 1em 0em 0.5em -0.06em;
  font-size: 1em; }

h5 {
  font-weight: bold;
  margin: 1em 0em 0.5em -0.06em;
  font-size: 0.83em; }

h6 {
  font-weight: bold;
  margin: 1em 0em 0.5em -0.06em;
  font-size: 0.67em; }

h4 {
  margin: 2.5em 0 1em 0; }

.menuhead {
  color: white;
  background-color: #505c6d;
  margin: 0 -1px;
  padding-top: 0.5em;
  padding-bottom: 0.8em;
  padding-right: -1px;
  padding-left: -1px;
  text-align: left; }
  .menuhead .logo {
    height: 2em; }
  .menuhead > div {
    text-align: right;
    display: inline-block;
    float: right;
    margin-left: 0.25em;
    font-size: 1.7em; }
    .menuhead > div.menuinfo {
      font-size: 0.72em;
      margin-top: 0.2em; }

#loadscreen .output {
  background-color: #505c6d;
  color: white;
  width: 100%;
  height: 100%;
  padding-top: 30%;
  text-align: center;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  #loadscreen .output i.icon-cycle {
    color: white;
    background: none;
    font-size: 3em; }

.not-open {
  text-align: center; }
  .not-open a {
    text-decoration: none;
    color: white; }

#anmelden, #reopen {
  margin: auto;
  margin-top: 2em;
  padding: 1.5em;
  width: 16em;
  max-width: 80%;
  font-size: 120%;
  background-color: white;
  border: solid black 3px;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 2pt white; }

#anmelden td, #anmelden input, #anmelden button {
  margin: auto;
  width: 100%;
  display: block; }

button, .link-to-auszug, .buttonlink {
  font-family: "Lucida Grande", "Lucida Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  padding: 0.4em 0.8em;
  background-color: #bacde8;
  color: black;
  text-decoration: none;
  border: 0;
  margin-top: 1em;
  display: inline-block; }
  button + button, .link-to-auszug + button, .buttonlink + button {
    margin-left: 1em; }

button:disabled {
  background-color: #d5d8dd;
  color: #818a98; }

/*button:hover{
  background-color: $colMainDarker;
  box-shadow: 0px 0px 3px 3px $colMainBrighter;
}*/
.clickme {
  cursor: pointer; }

@media (max-width: 419px) {
  html {
    font-size: 85%; } }

@media (max-width: 339px) {
  html {
    font-size: 75%; } }

@media (max-width: 299px) {
  html {
    font-size: 65%; } }

@media (max-width: 255px) {
  html {
    font-size: 55%; } }

@media (max-width: 230px) {
  html {
    font-size: 45%; } }

@media (min-width: 560px) {
  html {
    font-size: 100%; } }

@media (min-width: 640px) and (min-height: 480px) {
  html {
    font-size: 110%; } }

@media (min-width: 800px) and (min-height: 600px) {
  html {
    font-size: 120%; } }

@media (min-width: 1140px) and (min-height: 900px) {
  html {
    font-size: 130%; } }

@media (min-width: 1400px) and (min-height: 1000px) {
  html {
    font-size: 140%; } }

@media only screen and (min-width: 720px) {
  body {
    margin: 0 4%; } }

@media only screen and (min-width: 1000px) {
  body {
    margin: 0 8%; } }

@media only screen and (min-width: 1200px) {
  body {
    margin: 0 12%; } }

@media only screen and (min-width: 1400px) {
  body {
    margin: 0 16%; } }

@media only screen and (min-width: 1000px) {
  body {
    margin: 0 calc(50% - 500px) !important; } }

.maintabs {
  margin: -1px -1px -1px -1px;
  padding: 1px 1px 0px 1px;
  background-color: #505c6d; }
  .maintabs > nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    /*      @include display-flex();
      @include justify-content(space-between);
      @include align-items(stretch);*/
    display: table;
    /*margin: 0; width: 100%; */ }
    .maintabs > nav > ul li {
      margin: 0;
      display: inline-block;
      /* non-flexbox browsers */
      text-align: center;
      font-size: 1.1em;
      float: left;
      list-style: none;
      white-space: nowrap;
      background-color: #bacde8;
      color: #000000;
      border-top-left-radius: 0.3em;
      border-top-right-radius: 0.3em; }
      .maintabs > nav > ul li + li {
        margin-left: 0.2em; }
      .maintabs > nav > ul li a {
        padding: 0.6em;
        text-decoration: none;
        float: left;
        color: #000; }
      .maintabs > nav > ul li.active {
        background-color: white;
        margin-bottom: -1px;
        padding-bottom: 1px; }
      .maintabs > nav > ul li:not(.active):hover {
        background-color: #dfe8f6; }
  .maintabs > div {
    background-color: white; }
    .maintabs > div > .panel {
      padding: 1%;
      overflow-x: auto; }

.arrowtabs > nav > ul {
  padding: 0;
  display: table;
  margin: 1em 0 1em 0.5em; }

.arrowtabs > nav ul:after {
  content: "";
  border-collapse: collapse; }

.arrowtabs > nav li {
  vertical-align: middle;
  float: left;
  list-style: none;
  margin: 0 .2em 0 0;
  white-space: nowrap;
  background-color: #bacde8;
  font-weight: bold;
  font-size: 1.1em; }

.arrowtabs > nav a {
  text-decoration: none;
  color: #000000; }

.arrowtabs > nav li.active {
  background-color: #90b0df; }

.arrowtabs > nav li.active a {
  color: #000000; }

.arrowtabs > nav li:not(.active):hover {
  background-color: #90b0df; }

.arrowtabs > nav a {
  padding: 0.1em 0.1em 0em 0.4em;
  display: inline-block;
  margin: 0;
  /* font-size: 1em; */
  vertical-align: middle; }

.arrowtabs > nav li:before,
.arrowtabs > nav li:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle; }

.arrowtabs > nav li:before {
  border-top: 1.05em solid transparent;
  border-bottom: 1.05em solid transparent;
  border-left: 1.05em solid white; }

.arrowtabs > nav li:after {
  border-top: 1.05em solid white;
  border-bottom: 1.05em solid white;
  border-left: 1.05em solid transparent; }

#powerTip {
  max-width: 80%; }
  #powerTip li {
    padding: 0 0 0 1.5em;
    list-style-type: none; }
  #powerTip .datumInPowertip {
    padding: 0;
    font-weight: bold; }
  #powerTip i {
    margin-left: -1.5em;
    margin-right: 0.5em; }

i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 100%;
  vertical-align: text-top; }
  i:before {
    content: ' '; }
  i.icon-none {
    background: none; }
  i.icon-hidden {
    display: none; }

/*.menuhead i {
  background: none;
  font-size: 1.7em;
  color: $colBgContrast;
  &.icon-cycle {@include animation(none);}
  &.icon-signal {color: #91D984;}
  &.icon-nowifi {color: $colRed;}
  &.icon-cycle {color: $colMain;}
  &.icon-chat {color: $colYellow;}
  &.icon-standby {color: $colRed; font-size: 1.6em;}
}*/
.tabellenzelleMitText {
  padding: 0 0.5em; }

/* Ganze Views */
.lessonTable {
  position: relative;
  left: 0%;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  /*  @include translateY(0%);
  @include transition(translate 500ms ease-out);*/ }
  .lessonTable.left {
    left: -150%;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  .lessonTable.right {
    left: 150%;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  .lessonTable.leftbeam {
    left: -150%;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .lessonTable.rightbeam {
    left: 150%;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

.weekview {
  position: relative;
  width: 100%;
  margin-bottom: 5px; }

.weekview, .dayview {
  overflow-x: hidden; }

.manualmatchingsview__table {
  font-size: 90%; }

/* Überschriften */
.viewHeader {
  margin: auto;
  text-align: center; }
  .viewHeader h4 {
    display: inline-block;
    border-radius: 0.2em;
    background-color: #bacde8;
    margin: 0.4em 0 0.2em 0; }
    .viewHeader h4 span {
      display: inline-block;
      width: 10em;
      vertical-align: middle; }
    .viewHeader h4 i {
      vertical-align: middle;
      font-size: 1.4em;
      margin: 0.2em 0; }

.schoolCalendar {
  margin: 0 auto;
  font-weight: bold;
  font-size: 80%;
  color: #bacde8; }

.weekHeader h3, .weekHeader p {
  margin: 5px; }

.dayIndicator {
  width: 14em; }

.dayIndicator, .weekIndicator {
  padding: 0 0.8em;
  display: inline-block;
  /* height: 100%; */
  /* vertical-align: middle; */
  /* padding: 0 0.2em; */ }

/* Randbeschriftungen */
.weekdayLabel {
  top: 0.5em;
  position: absolute;
  line-height: 1;
  text-align: center;
  width: 10%; }
  .weekdayLabel.mo {
    left: 5%; }
  .weekdayLabel.di {
    left: 25%; }
  .weekdayLabel.mi {
    left: 45%; }
  .weekdayLabel.do {
    left: 65%; }
  .weekdayLabel.fr {
    left: 85%; }
  .weekdayLabel .weekdate {
    font-size: 80%;
    color: #506686; }
  .weekdayLabel .hasCalendarInfo {
    font-size: 0.6em;
    margin-left: 0.24em;
    margin-top: -0.2em;
    vertical-align: super; }

.dayview {
  min-height: 22em; }

.weekTable {
  position: relative;
  height: 26em; }

.weekTable .lessonArea {
  position: relative;
  height: 22em;
  top: 2.3em; }

.tafelChefInfo {
  font-size: 80%;
  margin: auto;
  text-align: center; }

.lessonLabel {
  position: absolute;
  font-size: 60%;
  padding-top: 3px; }

.dayview .lessonLabel {
  font-size: 90%;
  color: #bacde8; }

.lessonblock {
  background-color: #bacde8;
  font-weight: bold;
  /*  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
  box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);*/
  /* Alle lessonViews */ }
  .lessonblock .lessonDiv {
    height: 100%;
    width: 100%;
    display: table;
    overflow: hidden; }
  .lessonblock .checkbox.icon-ok {
    display: none; }
  .lessonblock .checkbox.icon-empty {
    display: none; }
  .lessonblock .groupInfo .icon-x {
    display: inline-block; }
  .lessonblock .lessonInfo, .lessonblock .groupInfo {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }
  .lessonblock .lessonInfo:hover, .lessonblock .groupInfo:hover {
    background-color: #90b0df;
    cursor: pointer; }
    .guestview .lessonblock .lessonInfo:hover, .groupschedule .lessonblock .lessonInfo:hover, .guestview .lessonblock .groupInfo:hover, .groupschedule .lessonblock .groupInfo:hover {
      background-color: inherit;
      cursor: auto; }
  .lessonblock .lessonInfo {
    padding-left: 3px; }
  .lessonblock .groupInfo {
    text-align: right;
    padding-right: 3px; }
  .lessonblock .lessonicon {
    font-size: 0.8em;
    margin-left: 0.24em;
    margin-top: -0.2em;
    vertical-align: super;
    overflow: visible; }
  .lessonblock .detail {
    display: none; }
  .lessonblock .date {
    display: none; }
  .lessonblock .time {
    display: none; }
  .lessonblock.past .lessonInfo {
    color: #506686; }
  .lessonblock.past .groupInfo.kontrolle {
    color: #506686; }
  .lessonblock.past.ausfall .groupInfo {
    color: #6c809d; }

.dayview .schoolCalendar {
  text-align: center;
  font-size: 80%; }

.dayview .lessonblock {
  margin: auto;
  width: 96%;
  max-width: 30em;
  overflow: hidden;
  *zoom: 1; }
  .dayview .lessonblock:before, .dayview .lessonblock:after {
    content: " ";
    display: table; }
  .dayview .lessonblock:after {
    clear: both; }
  .dayview .lessonblock .lessonDiv {
    height: 100%; }
  .dayview .lessonblock .lessonInfo, .dayview .lessonblock .groupInfo {
    display: inline-block;
    max-width: 100%; }
  .dayview .lessonblock .groupInfo {
    width: 22%;
    float: right; }
  .dayview .lessonblock .lessonInfo {
    width: 75%; }
  .dayview .lessonblock .fach i {
    display: none; }
  .dayview .lessonblock .group {
    padding-top: 0.8em;
    display: inline-block;
    vertical-align: top; }
  .dayview .lessonblock .fach {
    padding-top: 0.8em;
    min-width: 3em;
    display: inline-block;
    vertical-align: top; }
  .dayview .lessonblock .detail {
    display: inline-block;
    font-size: 80%;
    padding: 1.2em 0 1em 1em;
    width: 60%; }
    .dayview .lessonblock .detail li {
      list-style-type: none; }
    .dayview .lessonblock .detail i {
      margin: 0 0.5em 0 -1.5em; }
  .dayview .lessonblock .time {
    display: inline-block;
    vertical-align: top;
    width: 3.5em;
    font-weight: normal;
    font-size: 70%; }

.dayview .freelessonsBefore0 {
  margin-top: 0.4em; }

.dayview .freelessonsBefore1 {
  margin-top: 1.2em; }

.dayview .freelessonsBefore2 {
  margin-top: 2em; }

.dayview .freelessonsBefore3 {
  margin-top: 2.8em; }

.dayview .freelessonsBefore4 {
  margin-top: 3.6em; }

.dayview .freelessonsBefore5 {
  margin-top: 4.4em; }

.dayview .freelessonsBefore6 {
  margin-top: 5.2em; }

.dayview .freelessonsBefore7 {
  margin-top: 6em; }

.dayview .freelessonsBefore8 {
  margin-top: 6.8em; }

.dayview .freelessonsBefore9 {
  margin-top: 7.6em; }

.dayview .freelessonsBefore10 {
  margin-top: 8.4em; }

.dayview .freelessonsBefore11 {
  margin-top: 9.2em; }

.dayview .blocklength10 .group {
  height: 3em; }

.dayview .blocklength15 .group {
  height: 3.8em; }

.dayview .blocklength20 .group {
  height: 4.6em; }

.dayview .blocklength30 .group {
  height: 6.2em; }

.dayview .blocklength40 .group {
  height: 7.8em; }

.weekLP .lessonDiv {
  font-size: 90%; }

.weekview .lessonblock {
  position: absolute;
  width: 19.5%;
  font-size: 80%;
  z-index: 2; }
  .weekview .lessonblock.ausfall {
    z-index: 1; }
  .weekview .lessonblock[data-lnr="5ax-L-ef-307"] {
    z-index: 1; }
  .weekview .lessonblock[data-lnr="5ax-L-ef-308"] {
    z-index: 1; }
  .weekview .lessonblock[data-lnr="5ax-L-ef-309"] {
    z-index: 1; }
  .weekview .lessonblock[data-lnr="4d-KS-wa-405"] {
    z-index: 1; }
  .weekview .lessonblock[data-lnr^="5"] {
    z-index: 1; }

.weekview .weekday1 {
  left: 0.6%; }

.weekview .weekday2 {
  left: 20.5%; }

.weekview .weekday3 {
  left: 40.4%; }

.weekview .weekday4 {
  left: 60.3%; }

.weekview .weekday5 {
  left: 80.2%; }

.weekview .daylesson0 {
  top: 0%; }
  .weekview .daylesson0.hasStartOffset {
    top: 1%; }

.weekview .daylesson1 {
  top: 9%; }
  .weekview .daylesson1.hasStartOffset {
    top: 10%; }

.weekview .daylesson2 {
  top: 18%; }
  .weekview .daylesson2.hasStartOffset {
    top: 19%; }

.weekview .daylesson3 {
  top: 27%; }
  .weekview .daylesson3.hasStartOffset {
    top: 28%; }

.weekview .daylesson4 {
  top: 36%; }
  .weekview .daylesson4.hasStartOffset {
    top: 37%; }

.weekview .daylesson5 {
  top: 45%; }
  .weekview .daylesson5.hasStartOffset {
    top: 46%; }

.weekview .daylesson6 {
  top: 54%; }
  .weekview .daylesson6.hasStartOffset {
    top: 55%; }

.weekview .daylesson7 {
  top: 63%; }
  .weekview .daylesson7.hasStartOffset {
    top: 64%; }

.weekview .daylesson8 {
  top: 72%; }
  .weekview .daylesson8.hasStartOffset {
    top: 73%; }

.weekview .daylesson9 {
  top: 81%; }
  .weekview .daylesson9.hasStartOffset {
    top: 82%; }

.weekview .daylesson10 {
  top: 90%; }
  .weekview .daylesson10.hasStartOffset {
    top: 91%; }

.weekview .daylesson11 {
  top: 99%; }
  .weekview .daylesson11.hasStartOffset {
    top: 100%; }

.weekview .blocklength5 {
  height: 7%; }

.weekview .blocklength10 {
  height: 8%; }

.weekview .blocklength15 {
  height: 16%; }

.weekview .blocklength20 {
  height: 17%; }

.weekview .blocklength30 {
  height: 26%; }

.weekview .blocklength40 {
  height: 35%; }

.weekroosterview .lessonblock .lessonDiv .checkbox.icon-empty {
  display: inline-block; }

.weekroosterview .lessonblock .lessonDiv .checkbox.icon-empty, .weekroosterview .lessonblock .lessonDiv .checkbox.icon-ok {
  margin-right: 0.25em; }

.weekroosterview .lessonblock.selected {
  color: white;
  background-color: #2258b4; }
  .weekroosterview .lessonblock.selected .lessonDiv .checkbox.icon-empty {
    display: none; }
  .weekroosterview .lessonblock.selected .lessonDiv .checkbox.icon-ok {
    display: inline-block; }
  .weekroosterview .lessonblock.selected.past .lessonDiv .lessonInfo {
    color: white; }
  .weekroosterview .lessonblock.selected .lessonInfo:hover {
    background-color: #2258b4; }

.selectedLessonsShort {
  position: absolute;
  top: 0%;
  left: 0%;
  font-size: 80%; }

/*Guestview*/
.guestview .groupInfo {
  display: none; }

.guestview .lessonTable .icon-tafel {
  display: none; }

/* courseView */
.courseview table {
  margin: auto; }

.courseview .courseviewheader {
  font-weight: bold;
  font-size: 1em;
  margin: 0; }

.courseview .lessonblock {
  margin: 0.2em 0em;
  font-size: 95%; }
  .courseview .lessonblock .time {
    display: inline-block;
    line-height: 1.2em;
    float: left;
    width: 6em;
    font-weight: normal;
    font-size: 0.6em; }
  .courseview .lessonblock .date {
    display: inline; }
  .courseview .lessonblock .groupInfo {
    width: 4em; }

.courseview td {
  padding: 4px; }

.courseview td:first-child {
  font-size: 70%;
  width: 5em; }

.courseview td:not(:first-child) {
  width: 13em; }

.courseview td.probenplan {
  font-size: 60%; }

.courseview .blocklength10 {
  height: 2em; }

.courseview .blocklength15 {
  height: 2.6em; }

.courseview .blocklength20 {
  height: 3.2em; }

.courseview .blocklength30 {
  height: 4.4em; }

.courseview .blocklength40 {
  height: 5.6em; }

/*Ausfall*/
.ausfall {
  background-color: #e1e9f4;
  color: #6c809d;
  z-index: 1; }

.loadingIcon {
  background-color: #000001;
  border-radius: 8px;
  background-image: url("../img/loading.gif");
  background-position: center center;
  background-repeat: no-repeat; }

/*Absenz*/
.lessonblock__abw--erledigt {
  background-color: #facaa8;
  color: #cf2617; }

.lessonblock__abw--offen {
  background-color: #facaa8;
  color: #cf2617; }

.lessonblock__abw--erledigt.ausfall {
  background-color: #fde8d8;
  color: #e84030; }

.lessonblock__abw--offen.ausfall {
  background-color: #fde8d8;
  color: #e84030; }

/* bookletiew*/
.booklet,
.printbooklet {
  font-family: Helvetica, Arial, sans-serif; }

.bookletclasstitle {
  font-family: Helvetica, Arial, sans-serif; }

.bookletTable {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 0.68em;
  margin-top: 20px;
  position: relative;
  empty-cells: show; }
  .bookletTable tr:nth-child(odd) td {
    background-color: #dfe8f6; }
  .bookletTable td {
    border: solid white 2px;
    background-color: white;
    vertical-align: bottom;
    /*ab hier war früher singlefields*/
    height: 1.3em;
    width: 1.1em;
    overflow: hidden; }
    .bookletTable td i {
      width: 0.8em;
      font-size: 1.2em; }
    .bookletTable td.vorname, .bookletTable td.nachname, .bookletTable td.klasse {
      vertical-align: inherit;
      white-space: nowrap; }
    .bookletTable td.bookletTitle {
      font-size: 1.2em;
      font-weight: bold;
      vertical-align: middle; }
  .bookletTable tr td.ferienBooklet {
    background-color: white;
    overflow: hidden; }
  .bookletTable .ausfallBooklet {
    background-color: #e1e9f4;
    color: #6c809d; }
  .bookletTable .verticaltext {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*  -webkit-writing-mode: bt-lr;
    -moz-writing-mode: bt-lr;
    writing-mode: bt-lr;*/
    width: 6em; }
  .bookletTable tr:first-child td:not(:first-child) {
    height: 6em; }

.printbooklet h1 {
  padding-top: 10em;
  border-bottom: 4px solid #bacde8; }

.printbooklet .bookletTable td {
  border: 2px solid white; }

@media print {
  .pagebreakbefore {
    page-break-before: always; } }

div.ferien {
  position: absolute;
  text-align: center;
  width: 50%;
  left: 25%;
  top: 40%;
  background-color: #bacde8;
  font-size: 300%; }

div.studienwoche {
  position: absolute;
  padding: 1em 2%;
  width: 90%;
  left: 3%;
  top: 10%;
  background-color: #bacde8; }

div.studienwoche ul {
  padding: 0 0 0 40px; }

div.unterrichtsfrei {
  text-align: center;
  width: 50%;
  margin: auto;
  margin-top: 4em;
  background-color: #bacde8;
  font-size: 150%; }

div.error {
  position: absolute;
  text-align: center;
  width: 50%;
  left: 25%;
  top: 40%;
  background-color: #bacde8;
  font-size: 120%; }

.dialogs {
  background-color: white; }
  .dialogs .titlebar {
    padding: 0.6em 0.6em;
    margin: 0;
    background-color: #bacde8; }
    .dialogs .titlebar td {
      vertical-align: top; }
    .dialogs .titlebar h4 {
      margin: 0.2em 0;
      font-size: 1.4em; }
    .dialogs .titlebar p {
      margin: 0; }
  .dialogs .datebar {
    margin: 0;
    font-size: 1em;
    padding: 0.6em 0.6em; }
  .dialogs .dateoffset {
    margin: 0em 0 0.6em 0;
    font-weight: bold;
    font-size: 80%;
    color: #bacde8; }
  .dialogs .dialogbody {
    padding: 0.6em 0.6em; }
  .dialogs .dialogtable {
    max-width: 100%;
    min-width: 80%;
    margin: auto; }
    @media (max-width: 480px) {
      .dialogs .dialogtable {
        width: 98%; } }
    .dialogs .dialogtable .rowTemplate {
      display: none; }
  .dialogs .infotable td:first-child {
    padding-left: 1em;
    width: 3em; }
  .dialogs .infotable td:last-child {
    padding-right: 1em; }
  .dialogs .handleInfo {
    text-align: right;
    line-height: 1.7em; }
  .dialogs .inforow {
    height: 1.5em;
    background-color: #bacde8;
    border-top: 1em solid white; }
  .dialogs .textareaRow,
  .dialogs .buttonRow {
    background-color: #bacde8; }
  .dialogs .buttonRow td {
    text-align: center; }

.dialog__groupTitle {
  text-align: right; }

.dialogbutton {
  margin: 1em 0.5em;
  background-color: #90b0df; }

.closebutton {
  margin: 1em auto; }

.dialogAmt {
  overflow-x: auto; }
  .dialogAmt td, .dialogAmt th {
    text-align: center; }
  .dialogAmt .vorname, .dialogAmt .nachname {
    text-align: left; }
  .dialogAmt .amtsusrow {
    font-size: 80%; }
  .dialogAmt .amtname {
    font-size: 80%; }
  .dialogAmt .amtsemester {
    font-size: 70%; }

.dialog input {
  display: none; }

.dialog .titlebar.ausfallTitlebar {
  background-color: #e1e9f4;
  color: #6c809d; }

.dialog .unlink.follow {
  display: none; }

.dialog .dialogTime:hover .unlink.follow {
  display: inline-block; }

.dialog .infoRow {
  width: 100%;
  height: 1.5em;
  background-color: #bacde8;
  border-top: 1em solid #fcfdfd;
  /* border-bottom: 0.1em solid #440000; */ }

.dialog .infotable i {
  font-size: 1.4em;
  vertical-align: bottom; }

.dialog .infoContent {
  padding: 0.8em 0.8em 0.8em 0.2em; }

.dialog textarea {
  width: 100%; }

.dialog #submitInfoButton {
  width: 50%;
  margin: 0.2em 0;
  background-color: #000001;
  color: white; }

.dialog .grouptable label {
  padding: 0.3em; }
  @media (max-width: 480px) {
    .dialog .grouptable label {
      font-size: 120%; } }
  .dialog .grouptable label i {
    width: 1.2em;
    height: 1.2em; }

.dialog .grouptable td {
  height: 1.6em; }
  @media (max-width: 480px) {
    .dialog .grouptable td {
      height: 1.8em; } }

.dialog .moreinfo {
  width: 1em; }

.dialog tr.praesenz0 {
  background-color: #ff8f85; }

.dialog tr.praesenz2 {
  background-color: #fafa9e; }

/*.modals .handleInfo {cursor:pointer; line-height: 2.2em;}*/
/*.modals .dialogtable .infoIcon   {opacity: 0.6;}

.modals .test       {background-image: url("../img/test.png");}
.modals .info       {background-image: url("../img/info.png");}
.modals .notiz      {background-image: url("../img/notiz.png");}
.modals .ausfall    {background-image: url("../img/ausfall.png");}
.modals .handleInfo {background-image: url("../img/delete.png");}*/
#ereignisEintragen h4 {
  clear: left; }

#ereignisEintragen .kategorieDiv {
  display: block;
  cursor: pointer;
  font-weight: bold;
  font-size: 120%;
  padding: 0.2em 0.5em 0.2em 0; }
  #ereignisEintragen .kategorieDiv.selected {
    background-color: #bacde8; }

#ereignisEintragen label {
  display: block;
  padding: 0.25em 0; }

#ereignisEintragen input {
  display: none; }

#ereignisEintragen .absenzGrund {
  display: block;
  cursor: pointer; }
  #ereignisEintragen .absenzGrund i {
    font-size: 1.2em; }
  #ereignisEintragen .absenzGrund:hover {
    background-color: #90b0df; }

.katLang {
  display: none; }

.katKurz {
  display: inline; }

@media (min-width: 560px) {
  .katLang {
    display: inline; }
  .katKurz {
    display: none; } }

.pruefErgebnis, .absenzAbschicken__hinweise {
  padding: 0; }
  .pruefErgebnis li, .absenzAbschicken__hinweise li {
    list-style-type: none;
    margin-top: 1em;
    padding: 0 0 0 1.5em;
    vertical-align: middle; }
  .pruefErgebnis i, .absenzAbschicken__hinweise i {
    margin-left: -1.5em;
    margin-right: 0.5em; }

.pruefErgebnis li {
  background-color: #ff8f85; }

/* For The vertical tabs*/
.vertical li {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px; }

.vertical .ui-widget-header {
  background: white; }

.vertical .verticalTabs {
  padding: 0;
  float: left;
  /* width: 11.5em; */ }

.vertical .verticalTabs li:hover {
  background: #90b0df none; }

.verticalTabs li.active {
  background: #bacde8 none; }

.verticalTabs li {
  clear: left;
  width: 100%;
  border-bottom-width: 0px !important;
  border-right-width: 0 !important;
  margin: 0 -1px .4em 0;
  background: white;
  list-style-type: none; }

.verticalTabs li a {
  display: block;
  width: 90%;
  padding-right: 1em;
  text-decoration: none;
  color: #000;
  font-size: 100%; }

.verticalTabs {
  font-size: 0.9em; }

.kategoriePanel {
  font-size: 0.9em;
  padding: 0 0 0 0.2em;
  height: 14em;
  width: 20em;
  border: #bacde8 solid 4px;
  line-height: 2em;
  display: block;
  float: left; }

.klassenuebersicht {
  font-size: 0.8em;
  width: 100%; }

.klassenuebersicht td {
  vertical-align: baseline; }

.klassenuebersicht th {
  font-weight: bold; }

.klassenuebersicht th:not(:first-child) {
  min-width: 3em;
  text-align: center; }

.klassenuebersicht td:first-child, .klassenuebersicht th:first-child {
  padding: 0 1em 0 0.2em;
  text-align: left; }

.klassenuebersicht .ot_name, .klassenuebersicht .ot_Vorh, .klassenuebersicht .ot_Vspt, .klassenuebersicht .nochOffen {
  background-color: #dfe8f6; }

.klassenuebersicht td.nochOffen, .klassenuebersicht th.nochOffen {
  color: #14b8b8;
  min-width: 2em;
  text-align: center; }

.klassenuebersicht .ht_used {
  font-size: 0.8em; }

.klassenuebersicht .susRow:hover td, .klassenuebersicht .susRow.active td {
  background-color: #bacde8; }

.klassenuebersicht .unentsch {
  color: #cf2617;
  min-width: 0.8em;
  text-align: left; }

.klassenuebersicht .entsch {
  min-width: 2.5em; }

.klassenuebersicht .entsch.ot_HT {
  min-width: 1.8em; }

.klassenuebersicht .Zeugnis.offen {
  color: #14b8b8; }

.klassenuebersicht .unentsch:not(.no_unentsch)::before {
  content: "+";
  opacity: 0.2;
  padding-right: 0.2em; }

.klassenuebersicht .Zeugnis.offen::before {
  content: "+";
  opacity: 0.2;
  padding-right: 0.2em; }

.klassenuebersicht .offen.warnMany::after {
  content: "!";
  opacity: 1;
  padding-left: 0.5em;
  color: #A00; }

.klassenuebersicht .Zeugnis {
  min-width: 1.5em;
  text-align: right; }

.klassenuebersicht th.Zeugnis {
  min-width: 4.5em; }

.overview__datacell {
  padding: 0 0.2em 0 0;
  text-align: right; }

#explanation {
  font-size: 70%;
  text-align: right; }

.ereignis {
  font-size: 0.76em;
  background-color: #dfe8f6;
  margin: 0.5em 0; }
  .ereignis.beforesend {
    font-size: 0.85em; }
  .ereignis .header {
    background-color: #bacde8;
    display: block;
    padding: 0.2em 0.5em; }
  .ereignis .body {
    display: block;
    padding: 0.2em 0.5em;
    *zoom: 1; }
    .ereignis .body:before, .ereignis .body:after {
      content: " ";
      display: table; }
    .ereignis .body:after {
      clear: both; }
    .ereignis .body .body__part {
      vertical-align: top;
      display: inline-block;
      margin-bottom: 0.5em; }
    .ereignis .body .grund {
      width: 18em; }
    .ereignis .body .absenz {
      width: 12em; }
    .ereignis .body .eingabe {
      width: 9em; }
  .ereignis .visaKL {
    font-size: 2.2em;
    float: right;
    display: block;
    width: 3.1em; }
  .ereignis .visumKL {
    margin: 0.2em; }
  .ereignis .littleLate, .ereignis .tooLate, .ereignis .inTime {
    font-weight: bold;
    font-size: 0.85em; }
  .ereignis .littleLate {
    color: #cf2617; }
  .ereignis .tooLate {
    color: #cf2617; }
  .ereignis .inTime {
    color: #52a329; }
  .ereignis .einzeleintraege {
    font-size: 0.85em;
    display: block; }
  .ereignis .einzeleintraege {
    font-size: 0.85em;
    display: block; }
  .ereignis .showhide {
    display: none; }
  .ereignis .visum0 .showhide {
    display: block; }
  .ereignis .ereignis__eingabedatum {
    font-size: 0.85em;
    display: block; }
  .ereignis .bemerkungen {
    width: 100%;
    padding: 0.2em 0.5em; }
  .ereignis .confirmDelete {
    padding: 0.2em 0.5em;
    background-color: #facaa8;
    display: none; }
  .ereignis.showConfirmDelete .confirmDelete {
    display: block; }
  .ereignis .confirmDeleteLesson {
    padding: 0.2em 0.5em;
    background-color: #facaa8;
    display: none; }
  .ereignis.pending .visumKL {
    opacity: 0.5; }
  .ereignis.pending .clickKL {
    cursor: inherit; }

.ereignis__inner.visum2 {
  background-color: #fafa9e; }

.ereignis__inner.visum3 {
  background-color: #facaa8; }

.ereignisse .visumKL.sendMe {
  box-shadow: 0px 0px 5px 5px white;
  background-color: white; }

.clickKL {
  cursor: pointer; }

.offeneAbsenzen {
  display: table;
  min-width: 22em; }
  .offeneAbsenzen input[type=checkbox] {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.offeneAbsenz {
  display: table-row;
  background-color: #facaa8; }

.offeneAbsenz > div {
  display: table-cell;
  padding: 0.2em 0.8em 0.2em 0.4em;
  border-top: 0.2em solid white; }

.sonder__field {
  width: 16em;
  margin: 0.1em 0; }

.sonder__input {
  padding: 0.1em; }

.sonder__num {
  width: 3em; }

.not-open .if-open {
  display: none !important; }

.open .if-not-open {
  display: none !important; }

.not-online .if-online {
  display: none !important; }

.online .if-not-online {
  display: none !important; }

.not-ready .if-ready {
  display: none !important; }

.ready .if-not-ready {
  display: none !important; }

.not-modal .if-modal {
  display: none !important; }

.modal .if-not-modal {
  display: none !important; }

.not-amt .if-amt {
  display: none !important; }

.amt .if-not-amt {
  display: none !important; }

.not-sus .if-sus {
  display: none !important; }

.sus .if-not-sus {
  display: none !important; }

.not-kl .if-kl {
  display: none !important; }

.kl .if-not-kl {
  display: none !important; }

.not-lp .if-lp {
  display: none !important; }

.lp .if-not-lp {
  display: none !important; }

.not-abmeldungObligat .if-abmeldungObligat {
  display: none !important; }

.abmeldungObligat .if-not-abmeldungObligat {
  display: none !important; }

.not-auszug .if-auszug {
  display: none !important; }

.auszug .if-not-auszug {
  display: none !important; }

.not-secondsem .if-secondsem {
  display: none !important; }

.secondsem .if-not-secondsem {
  display: none !important; }

.panel {
  display: none !important; }

.panel.active {
  display: block !important; }

.grouptype {
  display: none !important; }

.grouptype.active {
  display: block !important; }

.manualmatchingsview .unchanged {
  display: none !important; }

.templ {
  display: none !important; }

/*i.icon-cycle {
  background-color: none;
	@include animation(anim-rotate 2s infinite linear);
}*/
.icon-a {
  background-image: url("../img/icon/a.png"); }

.icon-back {
  background-image: url("../img/icon/back.png"); }

.icon-dash {
  background-image: url("../img/icon/dash.png"); }

.icon-delete {
  background-image: url("../img/icon/delete.png"); }

.icon-edit {
  background-image: url("../img/icon/edit.png"); }

.icon-empty {
  background-image: url("../img/icon/empty.png"); }

.icon-fastfw {
  background-image: url("../img/icon/fastfw.png"); }

.icon-fw {
  background-image: url("../img/icon/fw.png"); }

.icon-i {
  background-image: url("../img/icon/i.png"); }

.icon-kc, .icon-kv {
  background-image: url("../img/icon/kc.png"); }

.icon-logout {
  background-image: url("../img/icon/logout.png"); }

.icon-n {
  background-image: url("../img/icon/n.png"); }

.icon-ok {
  background-image: url("../img/icon/ok.png"); }

.icon-ok-red {
  background-image: url("../img/icon/ok-red.png"); }

.icon-open {
  background-image: url("../img/icon/open.png"); }

.icon-open-red {
  background-image: url("../img/icon/open-red.png"); }

.icon-r {
  background-image: url("../img/icon/r.png"); }

.icon-rw {
  background-image: url("../img/icon/rw.png"); }

.icon-t {
  background-image: url("../img/icon/t.png"); }

.icon-tafel {
  background-image: url("../img/icon/tafel.png"); }

.icon-today {
  background-image: url("../img/icon/today.png"); }

.icon-u {
  background-image: url("../img/icon/u.png"); }

.icon-u-red {
  background-image: url("../img/icon/u-red.png"); }

.icon-unlink {
  background-image: url("../img/icon/unlink.png"); }

.icon-v {
  background-image: url("../img/icon/v.png"); }

.icon-v-red {
  background-image: url("../img/icon/v-red.png"); }

.icon-x {
  background-image: url("../img/icon/x.png"); }

.icon-x-red {
  background-image: url("../img/icon/x-red.png"); }

.icon-warning {
  background-image: url("../img/icon/warning.png"); }

.icon-warning-red {
  background-image: url("../img/icon/warning-red.png"); }

.icon-zc, .icon-zv {
  background-image: url("../img/icon/zc.png"); display: none;}

.old-zo {display: none;}

.icon-kv {
  opacity: 0.7; }

.icon-zv {
  opacity: 0.7; }

/*i.clickme:not(.icon-nobox):hover {
  background-color: $colMainBrighter;
  box-shadow: 0px 0px 0.2em 0.2em $colMainBrighter;
}*/
i.clickme.icon-nobox:active {
  background-color: #dfe8f6;
  box-shadow: 0px 0px 0.2em 0.2em #dfe8f6; }

i.status {
  opacity: 0.7; }

i.icon-nowifi {
  background-image: url("../img/nowifi.png"); }

i.icon-signal {
  background-image: url("../img/headermain/signal.png"); }

i.icon-refresh {
  background-image: url("../img/headergreen/cycle.png"); }

i.icon-chat {
  background-image: url("../img/headeryellow/chat.png"); }

i.icon-timetable {
  background-image: url("../img/headermain/timetable.png"); }

i.icon-standby {
  background-image: url("../img/headerred/standby.png"); }

i.icon-loaddots {
  background-image: url("../img/headermain/loaddots.png"); }

i.icon-nowifi:hover {
  background-image: url("../img/nowifi.png");
  box-shadow: none;
  background-color: transparent; }

i.icon-signal:hover {
  background-image: url("../img/headerwhite/signal.png");
  box-shadow: none;
  background-color: transparent; }

i.icon-refresh:hover {
  background-image: url("../img/headerwhite/cycle.png");
  box-shadow: none;
  background-color: transparent; }

i.icon-chat:hover {
  background-image: url("../img/headerwhite/chat.png");
  box-shadow: none;
  background-color: transparent; }

i.icon-standby:hover {
  background-image: url("../img/headerwhite/standby.png");
  box-shadow: none;
  background-color: transparent; }

i.icon-loaddots:hover {
  background-image: url("../img/headerwhite/loaddots.png");
  box-shadow: none;
  background-color: transparent; }

i.icon-loadlesson {
  background-color: #505c6d;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  background-image: url("../img/loading.gif"); }

@media print {
  @page {
    margin: 2.0cm; }
  h1 {
    page-break-before: always; }
  h1:before {
    content: " ";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/gymburgdorf-black.png");
    width: 6em;
    height: 2em;
    display: block; }
  .newpage {
    margin-top: 3em;
    page-break-before: always; }
  html, body, .maintabs {
    background: none; }
  .maintabs > nav > ul > li:not(.active), .menuhead {
    display: none; }
  h4 {
    page-break-after: avoid; }
  table, .ereignis, .weekview {
    page-break-inside: avoid; } }

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