/* 
orange: #e4b477
violett: #51284a;
blau: #cddcd3
rot: #ab292f;
*/
/* Reset */
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
body {
  font-family: Verdana, serif;
  color: #e5e9eb;
  background-color: #333366;
  font-size: 11px;
  height: 100%;
}
label {
  cursor: pointer;
}
fieldset {
  background-color: #4a4a7f;
  border: #9999cc solid 1px;
}
legend {
  background-color: #5a5a9f;
  color: #e5e9eb;
  box-shadow: 2px 2px 6px -4px black;
}
a:link {
  color: #b0d8ff;
  text-decoration: none;
}
a:visited {
  color: #9999cc;
  text-decoration: none;
}
a:hover {
  background-color: #4a4a7f;
}
a:active {
  color: #cddcd3;
}
a.cell:link {
  color: #000000;
  background: none;
}
a.cell:visited {
  color: #000000;
  background: none;
}
a.cell:hover {
  color: #FF0000;
  background: none;
}
a.cell:active {
  color: #000099;
  background: none;
}
input {
  color: black;
  border-color: #5a5a9f;
  border-style: solid;
  border-width: 1px;
  background-color: #f0f1f4;
}
li {
  color: #e5e9eb;
}
.login {
  text-align: right;
  padding-right: 12px;
}
.fieldLabel {
  color: #ffb3b3; /* AC292F - red from emma-logo */
  font-weight: bold;
}
.leftAlignedUl {
  font-size: small;
  padding-left: 14px;
  list-style-type: square;
  color: #ffb3b3;
  quotes: inherit;
  line-height: 20px;
}
.whyEmmaUl {
  list-style-type: square;
  color: #ffb3b3;
  quotes: inherit;
}
.extraPad {
  padding-left: 28px;
}
.tablehead {
  font-size: larger;
  font-weight: bold;
  color: #FFFFFF;
}
.tableKalender {
  background-color: #333366;
  padding: 8px;
  color: #000000;
  border: thin #333366;
}
.tableMitarbeiter {
  color: white;
  border: thin;
}
.tableUmrand {
  border-spacing: 0;
  width: 80%;
}
.cellBorder {
  border: thin dotted;
}
.cell {
  color: #000000;
  background-color: #FFFFFF;
  text-align: center;
  padding: 3px;
}
.cellGrau {
  background-color: #FFFFE8;
  text-align: center;
  color: #000000;
  padding: 3px;
}
.cellRed {
  color: #000000;
  background-color: #FF8080; /*altes rot: #FF8B53 */
  text-align: center;
}
.cellGreen {
  color: #000000;
  background-color: #C0FFC0;
  /*background-color: #CCFF99;*/
  /*background-color: #99FF00;*/
  text-align: center;
  /*font-weight: bold;*/
}
.cellYellow {
  color: #000000;
  background-color: #FFFFCC;
  text-align: center;
}
.cellGrey {
  background-color: #FFFFCC;
  text-align: center;
}
.cellBlau {
  background-color: #B0D8FF;
  /* background-color: #FFFFCC; */
  /*background-color: #B0D8FF;*/
  text-align: center;
  /*font-weight: bold;*/
}
.cellTag {
  background-color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  width: 25px;
}
.cellKalender {
  background-color: #FFFFFF;
  border-color: black;
  color: #000000;
  text-align: center;
  width: 45px;
}
.cellKalenderDatum {
  width: 25px;
  color: #000000;
  background-color: #FFFFFF;
  text-align: center;
}
.cellHead {
  color: #000000;
  background-color: #FFFFCC;
  width: 45px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.cellHeadTag {
  background-color: #FFFFCC;
  text-align: center;
  font-weight: bold;
  color: #000000;
  width: 32px;
}
.cellWidth {
  width: 30px;
}
.cellEintragen {
  text-align: center;
  color: #000000;
  /*  background-color: #C0FFC0;*/
  background-color: #FFFFCC;
  font-weight: 200;
  width: 70px;
  letter-spacing: 1px;
  padding: 3px;
}
.cellWhite {
  border-style: solid;
  border-width: thin;
  border-color: white;
  color: #000000;
  background-color: #FFFFFF;
  text-align: center;
  padding: 4px;
}
.cellAbrechnung {
  text-align: center;
}
.urlaub {
  padding: 0 3px;
}
.monatswahl {
  width: 42px;
  text-align: center;
  border: thin solid #3C3C78;
  background-color: #4B4B96;
}
.mellowYellow {
  background-color: #FFFFCC;
}
.yellow {
  color: #FFFFCC;
}
.green {
  color: lightgreen;
  font-weight: bold;
}
.Red {
  background-color: #FF8080;
}
.RedPastell {
  /*background-color: #FFE8E8;*/
  color: #FF0000;
  /*font-weight: bold;*/
}
.Schwarz {
  background-color: #333366;
  color: white;
  border-style: solid;
  border-width: thin;
  border-color: white;
  padding: 4px;
}
.SchwarzKalender {
  /*font-weight: bold;*/
}
.Blau {
  background-color: #B0D8FF;
  letter-spacing: 0;
  font-weight: 100;
}
.BlauPastell {
  /*background-color: #ECF4FF;*/
  color: #000000;
  /*font-weight: bold;*/
}
.GreenPastell {
  /*background-color: #F4FFF4;*/
  color: #006600;
  /*  font-weight: bold;*/
}
.orange {
  /*	color: #FF7006; das orange von der Passwortaenderung */
  color: #FF9900;
  border-color: #FF9900;
}
.Senf {
  background-color: #F3D781;
}
.SenfPastell {
  /* background-color: #FDF8E8; */
  background-color: #F3D781;
  /*background-color: #333366;*/
  color: #000000;
}
.stdSchwarz {
  background-color: #173F80;
  color: white;
  /*    border-style: solid;
      border-width: thin;
      border-color: white; */
  padding: 2px;
}
.stdBlau {
  background-color: #2054AA;
  color: white;
  /*    border-style: solid;
      border-width: thin;
      border-color: white;*/
  padding: 2px;
}
.Stunden {
  width: 20px;
  height: 15px;
  text-align: center;
  font-weight: bold;
}
.myTag {
  background-color: #F3D781;
}
.input {
  font-family: Arial, serif;
  color: White;
  background-color: #333366;
  font-size: x-small;
}
.vertical {
  height: 100%;
  width: 30%;
}
.Umrand {
  /*background-color: #0A1832;*/
  background-color: #333366;
  border-color: #000000;
}
.Button {
  background-color: #FFFFCC;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  border: thin solid black;
  padding: 2px;
  text-align: center;
}
.ButtonBlack {
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: normal;
  border: 1px solid white;
  padding: 2px;
  text-align: center;
}
.ButtonGreen {
  background-color: lightgreen;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  font-size: small;
  border: thin solid;
  padding: 2px;
  text-align: center;
}
.ButtonPressed {
  /*	background-color: #333366; */
  background-color: #FF9900;
  text-align: center;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  border: thin solid;
  padding: 2px;
}
.ButtonDeactivated {
  background-color: #E0E0E0;
  /*	background-color: #FFFFE8; */
  color: #A3A3A3;
  cursor: default;
  font-weight: normal;
  border: thin solid #333366;
  padding: 2px;
  text-align: center;
}
div.spacer {
  position: relative;
  display: block;
  height: 5px;
  width: 100px;
  float: left;
}
div.boxTitle {
  display: block;
  color: #e5e9eb;
  background-color: #5a5a9f;
  padding: 3px;
  width: 99%;
  border: 1px solid #7a7abf;
  position: relative;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
}
div.containerInfo {
  display: block;
  color: #e5e9eb;
  background-color: #4a4a7f;
  padding: 3px;
  width: 99%;
  border: 1px solid #7a7abf;
  position: relative;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  height: 100px;
  float: left;
}
div.boxLeft {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #e5e9eb;
  text-align: left;
  width: 250px;
  position: relative;
  float: left;
}
div.containerTest {
  display: block;
  color: #e5e9eb;
  background-color: #4a4a7f;
  padding: 3px;
  width: 99%;
  border: 1px solid #7a7abf;
  position: relative;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  height: 42px;
  float: left;
}
* {
  box-sizing: border-box;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.navigation {
  display: inline-flex;
  display: -webkit-inline-flex;
  height: 45px;
  justify-content: flex-start;
  width: 100%;
}
.navigation__burger {
  display: none;
}
.navigation__category {
  min-width: 132px;
  text-align: center;
}
.navigation__headline {
  background-color: #5a5a9f;
  color: #e5e9eb;
  cursor: pointer;
  display: block;
  font-weight: bold;
  list-style: none;
  padding: 6px 12px;
  margin: 0 1px;
}
.navigation__item {
  background-color: #4a4a7f;
  color: #e5e9eb;
  display: none;
  margin: 1px 1px;
  text-align: left;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
  visibility: hidden;
}
.navigation__item--open {
  background-color: #4a4a7f;
  color: #e5e9eb;
  display: block;
  /*box-shadow: 5px 8px 5px 0 #7a7abf;*/
  box-shadow: 5px 8px 5px 0 #0e0f12;
  margin: 1px 1px;
  text-align: left;
  opacity: 1;
  transition: opacity 0.4s;
  visibility: visible;
}
.navigation__item-link {
  cursor: pointer;
  display: block;
  padding: 3px 0 5px 6px;
}
.calendar {
  float: left;
  width: 30%;
}
.main {
  float: left;
  width: 70%;
}
@media (max-width: 1024px) {
  .navigation {
    display: block;
    height: 290px;
  }
  .navigation__burger {
    background-color: #5a5a9f;
    color: #e5e9eb;
    display: block;
    height: 30px;
    margin: 1px auto;
    padding: 0;
    text-align: center;
    width: 80%;
  }
  .navigation__burger-text {
    cursor: pointer;
    font-size: larger;
    font-weight: bold;
    line-height: 21px;
    list-style: none;
    display: inline-table;
    height: inherit;
    margin: auto;
    padding: 5px;
    width: min-content;
  }
  .navigation__category {
    background-color: #5a5a9f;
    color: #e5e9eb;
    display: block;
    height: 25px;
    margin: 1px auto;
    padding: 0;
    width: 80%;
  }
  .navigation__category--open {
    background-color: #5a5a9f;
    color: #e5e9eb;
    display: block;
    height: auto;
    margin: 1px auto;
    padding: 0;
    text-align: center;
    width: 80%;
  }
  .navigation__headline {
    display: inline-table;
    height: inherit;
    margin: auto;
    padding: 5px;
    width: min-content;
  }
  .navigation__item {
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .navigation__item--open {
    text-align: center;
  }
  .calendar {
    width: 100%;
  }
  .main {
    width: 100%;
  }
}
