@charset "UTF-8";

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;
}

/* HTML5 display-role reset for older browsers */

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

*:active,
*:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hidden {
  visibility: hidden;
}

h1 {
  margin: 0 auto;
  font-size: 45px;
  text-align: center;
  font-weight: 100;
  font-family: Segoe, sans-serif;
  line-height: 1.1;
}

#titel {
  padding: 5px;
  color: white;
  font-family: Arial;
  background-color: #105e9e;
  -webkit-box-shadow: 2px 1px 4px #888888;
          box-shadow: 2px 1px 4px #888888;
}

.login_rahmen {
  text-align: center;
  border: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px #888888;
          box-shadow: 0px 1px 3px #888888;
  width: 400px;
  margin: 100px auto;
  height: 310px;
}

#neues_passwort_div {
  display: none;
  height: 400px;
}

.group {
  position: relative;
  margin-bottom: 55px;
}

.alert {
  color: #d50000;
  font-size: 16px;
  opacity: 0.9;
  font-weight: 100;
  margin-top: 15px;
}

@media only screen and (max-device-width: 480px) {
  .login_rahmen {
    width: 83%;
  }
}

@media only screen and (max-device-width: 1080px) {
  .login_rahmen {
    margin-top: 50px;
  }
}

.login_input {
  width: 200px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media only screen and (min-width: 300px) and (max-width: 479px) {
  .adminmenu.active_menu {
    width: 100%;
  }

  .adminmenu_inputField {
    margin: 25px 40px 25px 40px;
  }

  .optionsbuttons {
    margin: 0px 25px 0px 25px;
    width: 110px;
    font-size: 12px !important;
  }

  .handmodus_input_container,
  .handmodus_ausblasen {
    margin: 0px 15px 0px 15px;
  }

  .handmodus_ausblasen {
    width: 175px;
  }
}

@media only screen and (min-width: 480px) {
  .adminmenu_inputField {
    margin: 25px 65px 25px 65px;
  }

  .adminmenu.active_menu {
    width: 520px;
  }

  .optionsbuttons {
    margin: 0px 40px 0px 40px;
    font-size: 13px;
  }

  .handmodus_input_container,
  .handmodus_ausblasen {
    margin: 0px 30px 0px 30px;
  }

  .handmodus_ausblasen {
    width: 200px;
  }
}

.kalibrieren_container {
  border-top: 1px solid #234372;
  padding: 20px 0px;
}

.korrektur_wrapper {
  border-top: 1px solid #234372;
  padding-top: 20px;
}

.korrektur_header {
  margin-bottom: 40px;
}

.korrektur_button {
  height: 29px;
}

.korrektur_label {
  top: -20px;
  left: 23px;
  font-size: 14px;
  color: dodgerblue;
  position: absolute;
}

.korrektur_container {
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.korrektur_container-active {
  opacity: 1.0;
}

.slider_label {
  font-size: 14px;
  color: dodgerblue;
  position: relative;
  left: -10px;
}

.slider_value {
  color: white;
  border: none;
  background: none;
  font-size: 14px;
}

.nox_slider {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 35px;
  margin-top: 10px;
  height: 2px;
}

.OptionsClass {
  color: white;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  left: 5px;
  top: 8px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.adminmenu_inputField {
  color: white;
  position: relative;
  display: inline-block;
}

.adminmenu_input {
  font-size: 18px;
  width: 110px;
  border: 1px solid gray;
  border-radius: 15px;
  background: none;
  color: white;
  text-align: center;
  height: 35px;
  padding-bottom: 2px;
}

.adminmenu_input:focus {
  border: 1px solid #1e90ff;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.adminmenu_label {
  top: -22px;
  font-size: 13.5px;
  color: dodgerblue;
  width: 135px;
  left: -20px;
  vertical-align: text-top;
}

.adminmenu_category {
  font-size: 18px;
  color: white;
}

.adminmenu_header {
  color: white;
  font-size: 18px;
}

#optionsmenu {
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 25px;
}

.adminmenu_rahmen {
  margin: 10px 10px 30px 10px;
}

.scr_state {
  margin-top: 30px;
  margin-bottom: 50px;
}

.disabled {
  pointer-events: none;
  cursor: default !important;
}

.kalibrieren_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anlagenmenu.active_menu {
  width: 300px;
}

@media only screen and (max-width: 480px) {
  .anlagenmenu.active_menu {
    width: 90%;
  }
}

.anlagen_link {
  font-size: 14px;
  position: relative;
}

.name_Betreiber {
  text-align: left;
  font-size: 28px;
  list-style-type: none;
}

.name_Betreiber a {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a.active-menu {
  height: 30px;
  margin-top: 15px;
  margin-left: 2px;
}

#anlagenmenu {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dosing {
  color: limegreen;
}

.warning {
  color: orange;
}

.error {
  color: red;
}

.ending {
  color: SkyBlue;
}

.offline {
  color: #959595;
}

.dormant {
  color: white;
}

.manual {
  color: yellow;
}

.unknown {
  color: red;
}

.starting {
  color: skyblue;
}

#anlagen_alerts_div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anlagen_alerts_box {
  margin-top: 15px;
  border-radius: 3px;
  color: #fff;
  -webkit-box-shadow: 1px 1px 5px #888;
          box-shadow: 1px 1px 5px #888;
  width: 450px;
  padding: 8px;
}

@media only screen and (max-device-width: 640px) {
  .anlagen_alerts_box {
    width: 93%;
  }

  .anlagen_alert_label {
    font-size: 14px;
  }
}

.quittieren_button_container {
  margin: 0 auto;
}

.anzeigen-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-bottom: 15px;
}

.anzeigen {
  width: 24%;
  border-radius: 3px;
  background: white;
  -webkit-box-shadow: 1px 3px 6px #888888;
          box-shadow: 1px 3px 6px #888888;
  font-size: 20px;
  padding-top: 3vh;
  padding-bottom: 3vh;
  margin: 0 auto;
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .anzeigen {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1080px) {
  .anzeigen {
    width: 48%;
    min-width: 400px;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1440px) {
  .anzeigen {
    width: 32%;
  }
}

.daten_label {
  text-align: left;
  margin: 0px 25px 0px 25px;
  font-size: 16px;
  vertical-align: super;
}

.datum_zustand {
  float: right;
}

.active-fullscreen {
  bottom: 63px;
}

.plot_container {
  display: none;
  position: relative;
}

.active-fullscreen {
  bottom: 63px;
}

.standard_buttons {
  padding: 7px 20px;
  border-radius: 3px;
  border: none;
  color: white;
  background-color: #105e9e;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-box-shadow: 0px 2px 2px #888888;
          box-shadow: 0px 2px 2px #888888;
  font-size: 13px;
  width: auto;
}

.optionsbuttons {
  -webkit-box-shadow: 0px 2px 2px #020b13;
          box-shadow: 0px 2px 2px #020b13;
  display: inline-block;
}

.standard_buttons:hover:enabled {
  background-color: #0e5087;
}

.standard_buttons:active:enabled {
  -webkit-transform: translate(0px, 1px);
          transform: translate(0px, 1px);
  background-color: #093559;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button_exportieren {
  margin: 0 auto;
  margin-top: 20px;
}

.button_login {
  margin: 0 auto;
}

.icon_buttons {
  height: 60px;
  float: right;
  padding: 8px 10px;
  cursor: pointer;
  opacity: 0.9;
}

.icon_buttons:hover {
  opacity: 1;
}

@media only screen and (max-device-width: 640px) {
  .icon_buttons {
    padding: 8px 5px;
    height: 55px;
  }
}

#adminbutton {
  display: none;
}

#div_optionsbuttons {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 35px;
  width: 100%;
}

#div_quittieren_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  width: 100%;
}

#quittieren_button {
  font-size: 20px;
  padding: 0px 30px;
  margin-top: 15px;
}

.button-waiting {
  background-color: gray;
}

.button_fullscreen {
  width: 20px;
  height: 20px;
  position: relative;
  top: -63px;
  float: right;
  margin-right: 25px;
  cursor: pointer;
  opacity: 0.4;
}

@media only screen and (max-width: 640px) {
  .button_fullscreen {
    display: none;
  }
}

.button_fullscreen:hover {
  opacity: 1;
}

#RahmenExport {
  background: white;
  color: gray;
  position: fixed;
  width: 300px;
  border-radius: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 75px;
  border: 1px solid #BEBEBE;
  padding: 35px;
  -webkit-box-shadow: 1px 3px 6px #888888;
          box-shadow: 1px 3px 6px #888888;
}

.select_intervall {
  border: 1px solid #ccc;
  padding: 5px 20px 5px 5px;
}

.select_intervall:focus {
  outline: none;
}

.select_intervall:invalid {
  color: #666666;
}

.select_intervall option {
  color: #000000;
}

.group_datum {
  margin-left: 0;
}

#div_enddatum {
  margin-bottom: 30px;
}

.csv_export_date {
  z-index: 2;
}

.ui-datepicker-prev::before {
  content: "\25C0";
  position: relative;
  top: 5px;
  left: 5px;
}

.ui-datepicker-next::before {
  content: "\25B6";
  position: relative;
  top: 5px;
  left: 8px;
}

.gauge__scale,
.gauge__unit {
  font-size: 0.7rem;
  opacity: 0.3;
}

.gauge__title {
  font-size: 1rem;
  font-family: sans-serif;
  opacity: 0.5;
  font-weight: 900;
}

.gauge__current-value {
  font-size: 1.5rem;
  font-weight: 900;
}

.gauge_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gauge {
  margin: 0 auto;
  margin-top: 20px;
}

.gauge_gross {
  width: 100%;
}

.gauge_klein {
  width: 49%;
  display: inline-block;
}

#gauge_druckluft {
  display: block;
}

.sidenav {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 4;
  top: 0;
  background: #0c1727;
  overflow-x: hidden;
  text-align: center;
  -webkit-box-shadow: 1px 3px 6px #888888;
          box-shadow: 1px 3px 6px #888888;
}

.sidenav a {
  display: block;
}

.google {
  font-size: 18px;
  padding: 0px 0px 7px 10px;
  display: block;
  width: 200px;
  border: none;
  border-bottom: 1px solid #757575;
  border-radius: 0px !important;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.google:focus {
  outline: none;
}

.googlelabel {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  left: 5px;
  top: 8px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  pointer-events: none;
}

.google:focus ~ .googlelabel,
.google:valid ~ .googlelabel {
  top: -20px;
  font-size: 14px;
  color: dodgerblue;
}

.inputClass {
  font-size: 18px;
  display: block;
  width: 200px;
  border: none;
  border-bottom: 1px solid white;
  background: none;
  color: white;
}

.inputClass:focus {
  outline: none;
}

.bar {
  position: relative;
  display: block;
  width: 210px;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: dodgerblue;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  color: red;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

.google:focus ~ .bar:before,
.google:focus ~ .bar:after {
  width: 50%;
}

.google:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
          animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.google_login:focus {
  border-bottom: none;
}

.plot_ladekreis {
  border: 5px solid #d9d9d9;
  border-radius: 50%;
  border-top: 5px solid #105e9e;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  display: none;
  margin-top: 10px;
  position: relative;
  top: -6px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider_checkbox:checked + .slider {
  background-color: #2196F3;
}

.slider_checkbox:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

.slider_checkbox:checked + .handmodus_switch {
  background-color: #ccc;
}

.slider_checkbox:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.arrow {
  font-size: 16px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  color: #BEBEBE;
  line-height: 0.5;
  position: relative;
  top: 3px;
}

.pfeil_aktiv {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.15;
  transition: 0.15;
}

.arrow:before {
  content: "\203A";
  font-size: 38px;
}

.inner-container {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  font-size: 13px;
  border-radius: 4px;
}

.inner-container:first-child {
  background: #e9e9e9;
  color: #8c8c8c;
  width: 99%;
}

.inner-container:nth-child(2) {
  background-color: grey;
  color: white;
  -webkit-clip-path: inset(0 50% 0 0);
          clip-path: inset(0 50% 0 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.toggle {
  width: 50%;
  position: absolute;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

.toggle p {
  margin: auto;
}

.toggle:nth-child(1) {
  right: 0;
}

.toggle-active {
  background-color: #105e9e !important;
  border-radius: 3px;
}

.handmodus_header {
  border-top: 1px solid #234372;
  padding-top: 20px;
  margin-bottom: 40px;
}

.handmodus_container {
  opacity: 0.5;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.handmodus_flex {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}

.handmodus_button {
  margin-top: 20px;
}

.handmodus_container-active {
  opacity: 1.0;
}

.handmodus_input {
  position: relative;
  text-align: center;
  height: 35px;
  padding: 9px;
}

.handmodus_input:focus {
  outline: none;
}

.handmodus_label {
  top: -20px;
  left: 11px;
  font-size: 14px;
  color: dodgerblue;
  position: absolute;
}

.handmodus_input_ok {
  cursor: pointer;
  background: none;
  color: white;
  display: inline-block;
  border: none;
  font-size: 18px;
  padding: 0;
  position: absolute;
  top: 6px;
  right: 8px;
  width: 18px;
  height: 18px;
}

.handmodus_input_upload:after {
  content: "\21E1";
  color: dodgerblue;
}

.handmodus_input_ok:active {
  outline: none;
}

.margin-reset {
  margin: 0;
}

.handmodus_input_container {
  position: relative;
  display: inline-block;
}

.handmodus_input_success:after {
  content: "\2713";
  color: green;
}

.handmodus_input_waiting:after {
  content: "\2940";
}

.handmodus_ladekreis {
  border: 2px solid #f3f3f3;
  border-top: 2px solid grey;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.handmodus_ausblasen-success {
  opacity: 1.0;
}

.handmodus_ausblasen-waiting {
  opacity: 0.6;
}

.handmodus_ausblasen-processing {
  background-color: red;
}

.handmodus_ausblasen {
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  height: 29px;
}

.handmodus_nullen {
  margin: 50px 0px 25px 0px;
  display: inline-block;
}

#topnav {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0px !important;
}

.topnav {
  background-color: #105e9e;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 6px #888888;
          box-shadow: 3px 3px 6px #888888;
}

.topnav a {
  position: static;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#menu {
  float: left;
}

#menu:hover {
  opacity: 1;
}

.anlage_aktuell {
  font-size: 20px;
  float: left;
  padding: 20px 10px;
  margin: 0;
  position: relative;
  color: white;
}

@media only screen and (max-device-width: 390px) {
  .anlage_aktuell {
    max-width: 150px;
  }

  .anlage_aktuell div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-device-width: 640px) {
  .anlage_aktuell {
    font-size: 16px !important;
    padding: 19px 5px !important;
  }
}

.li_Betreiber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

body {
  line-height: 1;
  background-color: whitesmoke;
  margin: 0 auto;
  font-family: Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

