html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.3; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input:required {
  box-shadow: none; }

input:invalid {
  box-shadow: 0 0 3px rgba(255, 255, 255, 0); }

input, textarea {
  box-sizing: border-box; }

textarea:required {
  box-shadow: none; }

textarea:invalid {
  box-shadow: 0 0 3px rgba(255, 255, 255, 0); }

@font-face {
  font-family: "VectoraLTPro-Light";
  src: url("/sitestyles/fonts/VectoraLTPro-Light.eot?") format("eot"), url("/sitestyles/fonts/VectoraLTPro-Light.woff2") format("woff2"), url("/sitestyles/fonts/VectoraLTPro-Light.woff") format("woff"), url("/sitestyles/fonts/VectoraLTPro-Light.ttf") format("truetype"), url("/sitestyles/fonts/VectoraLTPro-Light.svg#VectoraLTPro-Light") format("svg");
  font-weight: normal; }
@font-face {
  font-family: "VectoraLTPro-LightItalic";
  src: url("/sitestyles/fonts/VectoraLTPro-LightItalic.eot?") format("eot"), url("/sitestyles/fonts/VectoraLTPro-LightItalic.woff2") format("woff2"), url("/sitestyles/fonts/VectoraLTPro-LightItalic.woff") format("woff"), url("/sitestyles/fonts/VectoraLTPro-LightItalic.ttf") format("truetype"), url("/sitestyles/fonts/VectoraLTPro-LightItalic.svg#VectoraLTPro-LightItalic") format("svg");
  font-weight: normal; }
@font-face {
  font-family: "VectoraLTPro-BoldItalic";
  src: url("/sitestyles/fonts/VectoraLTPro-BoldItalic.eot?") format("eot"), url("/sitestyles/fonts/VectoraLTPro-BoldItalic.woff2") format("woff2"), url("/sitestyles/fonts/VectoraLTPro-BoldItalic.woff") format("woff"), url("/sitestyles/fonts/VectoraLTPro-BoldItalic.ttf") format("truetype"), url("/sitestyles/fonts/VectoraLTPro-BoldItalic.svg#VectoraLTPro-BoldItalic") format("svg");
  font-weight: normal; }
@font-face {
  font-family: "ConduitITCPro-Bold";
  src: url("/sitestyles/fonts/ConduitITCPro-Bold.eot?") format("eot"), url("/sitestyles/fonts/ConduitITCPro-Bold.woff2") format("woff2"), url("/sitestyles/fonts/ConduitITCPro-Bold.woff") format("woff"), url("/sitestyles/fonts/ConduitITCPro-Bold.ttf") format("truetype"), url("/sitestyles/fonts/ConduitITCPro-Bold.svg#ConduitITCPro-Bold") format("svg");
  font-weight: normal; }
body {
  font-family: "VectoraLTPro-Light", sans-serif;
  background-color: #333;
  font-size: 16px;
  color: #BBB; }

.global_content_wrapper {
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #333; }

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px; }

a {
  text-decoration: none;
  color: #FFF; }
  a:visited {
    color: #FFF; }

.logobox {
  padding-top: 2em; }
  .logobox .logo img {
    width: 40%; }
  .logobox .welcome {
    margin-top: 1em;
    color: #888;
    font-family: "VectoraLTPro-LightItalic", sans-serif; }

nav {
  margin: 1em 0 4em 0;
  font-family: "ConduitITCPro-Bold", sans-serif;
  font-size: 1.3em;
  text-transform: uppercase; }
  nav ul {
    display: flex;
    flex-direction: row;
    list-style-type: none; }
    nav ul li {
      margin: 1em;
      padding: 0.25em;
      border: 2px solid transparent; }
      nav ul li:first-of-type {
        margin-left: 0; }
      nav ul li.selected {
        border: 2px solid #FFF; }

ul {
  list-style-type: disc;
  list-style-position: inside; }

.card {
  margin-top: 1em; }

.first, .second, .third {
  display: none; }

.bigcnumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  border-radius: 2em;
  width: 2em;
  height: 2em;
  border: 0.2em solid red;
  color: #b80c23; }
  .bigcnumber span {
    font-size: 1.5em; }

.bold {
  font-family: "ConduitITCPro-Bold", sans-serif;
  text-transform: uppercase;
  color: #EEE; }

.wichtig {
  color: red; }

.spell {
  color: #5290e0; }

h1, h2, h3, h4 {
  font-family: "ConduitITCPro-Bold", sans-serif;
  text-transform: uppercase;
  color: #EEE; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.3em; }

.smaller {
  font-size: 0.8em; }

.main_companyselector {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .main_companyselector .category {
    margin: 2em;
    padding: 2em;
    background-color: #AAA;
    position: relative;
    min-width: 15em;
    cursor: pointer; }
    .main_companyselector .category.selected {
      background-color: red; }

.main_personselector {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .main_personselector .person {
    margin: 2em;
    padding: 2em;
    background-color: #AAA;
    position: relative;
    min-width: 15em;
    cursor: pointer; }
    .main_personselector .person.selected {
      background-color: red; }

.main_writebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .main_writebox textarea {
    font-size: 1.25em;
    width: 50%;
    height: 8em; }
  .main_writebox .circle {
    margin: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4em;
    border-radius: 2em;
    width: 2em;
    height: 2em;
    border: 0.2em solid transparent;
    background-color: #00AA00;
    color: white;
    cursor: pointer; }
    .main_writebox .circle span {
      font-size: 1.5em; }
    .main_writebox .circle.negative {
      background-color: #AA0000; }
    .main_writebox .circle.neutrale {
      background-color: #DDDD00; }
    .main_writebox .circle.selected {
      border: 0.2em solid red; }

.main_submitbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30em; }
  .main_submitbox .submitbutton {
    font-family: "ConduitITCPro-Bold", sans-serif;
    font-size: 1.3em;
    text-transform: uppercase; }

.yearbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .yearbox .yearbutton {
    margin: 1em;
    padding: 1em;
    background-color: #AAA;
    position: relative;
    cursor: pointer;
    flex-grow: 0; }
    .yearbox .yearbutton.selected {
      background-color: red; }

.main_histbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3em; }
  .main_histbox .histrow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 0.25em;
    background-color: #292929; }
    .main_histbox .histrow:nth-of-type(2n+1) {
      background-color: #303030; }
    .main_histbox .histrow .ele {
      flex: 1; }
      .main_histbox .histrow .ele.morespace {
        flex: 2; }
      .main_histbox .histrow .ele.lessspace {
        flex: 0.25; }
      .main_histbox .histrow .ele.mediumspace {
        flex: 0.6; }
    .main_histbox .histrow .smaller {
      font-size: 0.8em; }
    .main_histbox .histrow .trashitem {
      cursor: pointer; }
    .main_histbox .histrow .rating {
      margin: 0.5em;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1em;
      border-radius: 1em;
      width: 1em;
      height: 1em;
      border: 0.2em solid transparent;
      background-color: #00AA00;
      color: white;
      cursor: pointer; }
      .main_histbox .histrow .rating span {
        font-size: 1.2em; }
      .main_histbox .histrow .rating.negative {
        background-color: #AA0000; }
      .main_histbox .histrow .rating.neutrale {
        background-color: #DDDD00; }

.controlbutton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em;
  background-color: red;
  position: relative;
  cursor: pointer; }

.loginfield {
  margin-top: 1em; }

footer {
  margin-top: 3em;
  font-size: 0.8em; }

.error {
  color: #AA0000; }

.row {
  display: flex;
  flex-direction: row; }

.column {
  display: flex;
  flex-direction: column; }

.fjcenter {
  justify-content: center; }

.flex1 {
  flex: 1; }

.fjend {
  justify-content: flex-end; }

.fjspacebetween {
  justify-content: space-between; }

.facenter {
  align-items: center; }

.faend {
  align-items: center; }

.faspacebetween {
  align-items: space-between; }

.fwrap {
  flex-wrap: wrap; }

.fnwrap {
  flex-wrap: no-wrap; }

.mt1e {
  margin-top: 1em; }

.mb1e {
  margin-bottom: 1em; }

.mr1e {
  margin-right: 1em; }

.ml1e {
  margin-left: 1em; }

.mt2e {
  margin-top: 2em; }

.mb2e {
  margin-bottom: 2em; }

.mr2e {
  margin-right: 2em; }

.ml2e {
  margin-left: 2em; }

.minh1e {
  min-height: 1em; }

.minh2e {
  min-height: 2em; }

.barberpole {
  background-image: repeating-linear-gradient(-45deg, #58af58, #58af58 10px, #408840 10px, #408840 20px);
  background-size: 200% 200%;
  animation: barberpole 4s linear infinite; }

@keyframes barberpole {
  100% {
    background-position: 100% 100%; } }
@media only screen and (max-width: 693px) {
  .logobox .logo img {
    width: 80%; }

  .wrapper {
    width: initial;
    margin: 1em; }

  .main_personselector {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .main_personselector .person {
      margin: 0.5em 0 0.5em 0;
      padding: 2em;
      min-width: 15em; }

  .main_writebox textarea {
    font-size: 1.25em;
    width: 80%;
    height: 5em; }
  .main_writebox .circle {
    font-size: 3em; } }

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