/* --------- evaluierung - eigenes layout! ------------ */
@media only screen and (min-width: 860px) {
  /* line 5, app/assets/stylesheets/eval.css.scss */
  body.eval_layout {
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 157, 155, 0.8);
    background-attachment: fixed;
  }
}

/* line 13, app/assets/stylesheets/eval.css.scss */
body.eval_layout {
  padding: 0px;
  color: #666666;
  overflow-x: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1280px) {
  /* line 19, app/assets/stylesheets/eval.css.scss */
  body.eval_layout {
    background-image: url(/assets/background-eval@2x-fa67607f9a8d56d27f1913492f17957f7cc4463f7e27c23910ab90229a53133f.png);
    background-size: 1280px 681px;
    background-position-x: center;
    background-position-y: 0px;
  }
}

@media only screen and (min-width: 1280px) {
  /* line 19, app/assets/stylesheets/eval.css.scss */
  body.eval_layout {
    background-image: url(/assets/background-eval-71a653a94c7dd51924fd7dffdb175e78934df53feec5092f83810cb99879ce1c.png);
    background-size: 1280px 681px;
    background-position-x: center;
    background-position-y: 0px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 860px) and (max-width: 1279px) {
  /* line 19, app/assets/stylesheets/eval.css.scss */
  body.eval_layout {
    background-image: url(/assets/background-eval-71a653a94c7dd51924fd7dffdb175e78934df53feec5092f83810cb99879ce1c.png);
    background-size: cover;
  }
}

@media only screen and (min-width: 860px) and (max-width: 1279px) {
  /* line 19, app/assets/stylesheets/eval.css.scss */
  body.eval_layout {
    background-image: url(/assets/background-eval-71a653a94c7dd51924fd7dffdb175e78934df53feec5092f83810cb99879ce1c.png);
    background-size: cover;
  }
}

/* line 42, app/assets/stylesheets/eval.css.scss */
div.eval_background {
  width: 100vw;
  position: absolute;
}

/* line 47, app/assets/stylesheets/eval.css.scss */
.size_50 {
  width: 50px;
  height: 50px;
}

/* line 52, app/assets/stylesheets/eval.css.scss */
body.eval_layout {
  padding: 0px;
}

/* line 56, app/assets/stylesheets/eval.css.scss */
div.eval_content {
  padding: 10px;
}

@media only screen and (min-width: 860px) {
  /* line 61, app/assets/stylesheets/eval.css.scss */
  div.eval_content {
    position: relative;
    margin: 50px auto 0px auto;
    max-width: 800px;
    padding: 60px 65px;
    background-color: #fbfbfb;
  }
}

@media (min-width: 800px) {
  /* line 72, app/assets/stylesheets/eval.css.scss */
  body.eval_layout label {
    margin: 50px 0 50px 50px;
  }
  /* line 75, app/assets/stylesheets/eval.css.scss */
  body.eval_layout select,
body.eval_layout .output {
    margin-left: 100px;
  }
  /* line 80, app/assets/stylesheets/eval.css.scss */
  body.eval_layout p.commands a.btn {
    margin: 0 10px;
  }
  /* line 84, app/assets/stylesheets/eval.css.scss */
  body.eval_layout input[type="text"] {
    margin: 20px 0 0 100px;
  }
}

/* line 89, app/assets/stylesheets/eval.css.scss */
body.eval_layout h1 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #009d9b;
}

/* line 97, app/assets/stylesheets/eval.css.scss */
body.eval_layout .error {
  background-color: #fab56b;
}

/* line 101, app/assets/stylesheets/eval.css.scss */
body.eval_layout #steps {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}

/* line 108, app/assets/stylesheets/eval.css.scss */
body.eval_layout .steps {
  list-style: none;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 115, app/assets/stylesheets/eval.css.scss */
body.eval_layout .steps li {
  color: #b0b1b3;
  font-size: 24px;
  line-height: 28px;
  padding: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* line 125, app/assets/stylesheets/eval.css.scss */
body.eval_layout .steps li span {
  font-size: 11px;
  display: block;
}

/* line 129, app/assets/stylesheets/eval.css.scss */
body.eval_layout .steps li.current {
  color: #000;
}

/* line 134, app/assets/stylesheets/eval.css.scss */
body.eval_layout .breadcrumb li {
  background: #eee;
  font-size: 14px;
  line-height: 16px;
}

/* line 139, app/assets/stylesheets/eval.css.scss */
body.eval_layout .breadcrumb li.current:after {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 6px solid #666;
  content: " ";
  position: absolute;
  top: 0;
  right: -6px;
}

/* line 148, app/assets/stylesheets/eval.css.scss */
body.eval_layout .breadcrumb li.current {
  background: #666;
  color: #eee;
  position: relative;
}

/* line 153, app/assets/stylesheets/eval.css.scss */
body.eval_layout .breadcrumb li:last-child:after {
  border: none;
}

/* line 156, app/assets/stylesheets/eval.css.scss */
body.eval_layout fieldset {
  border: none;
  padding: 20px 0;
}

/* line 160, app/assets/stylesheets/eval.css.scss */
body.eval_layout legend {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: black;
  /* #009d9b  --ditact-color */
}

/* line 167, app/assets/stylesheets/eval.css.scss */
body.eval_layout label {
  display: block;
  margin: 20px 0 20px 0px;
  padding: 0 1px;
  font-size: 16px;
  line-height: normal;
  background-color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

/* line 178, app/assets/stylesheets/eval.css.scss */
body.eval_layout input[type="text"] {
  width: 300px;
  font-weight: 300;
  font-size: 16px;
  height: 40px;
  padding: 0 5px;
}

/* line 186, app/assets/stylesheets/eval.css.scss */
body.eval_layout input[type="checkbox"] {
  margin-right: 10px;
}

/* line 190, app/assets/stylesheets/eval.css.scss */
body.eval_layout input[type="radio"] {
  margin: 0 20px;
}

/* line 194, app/assets/stylesheets/eval.css.scss */
body.eval_layout select {
  border: 1px lightgray solid;
  width: 300px;
  height: 40px;
}

/* line 200, app/assets/stylesheets/eval.css.scss */
body.eval_layout .margin-left {
  margin-left: 100px;
}

/* line 205, app/assets/stylesheets/eval.css.scss */
body.eval_layout table tr {
  height: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

/* line 211, app/assets/stylesheets/eval.css.scss */
body.eval_layout table.invisible td:first-child {
  width: 30%;
  text-align: left;
}

/* line 215, app/assets/stylesheets/eval.css.scss */
body.eval_layout table.invisible td:nth-child(2) {
  width: 70%;
  text-align: left;
}

/* line 219, app/assets/stylesheets/eval.css.scss */
body.eval_layout table td {
  text-align: center;
  width: 10%;
}

/* line 224, app/assets/stylesheets/eval.css.scss */
body.eval_layout table td:first-child {
  text-align: left;
  width: 50%;
}

/* line 229, app/assets/stylesheets/eval.css.scss */
body.eval_layout p.commands {
  text-align: center;
  margin-top: 50px;
}

/* line 232, app/assets/stylesheets/eval.css.scss */
body.eval_layout p.commands a.btn {
  margin: 10px 0;
}
