html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #ffffff;
}

.berufe-white-uppercase {
  font-family: 'Roboto', sans-serif;
  text-align: left;
  color: white;
  text-transform: uppercase;
}

.berufe-grey-uppercase {
  font-family: 'Roboto', sans-serif;
  text-align: left;
  color: rgba(240, 232, 232, 0.616);
  text-transform: uppercase;
}

.betriebe {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: rgba(0, 0, 0, 0.562);
  text-transform: uppercase;
}

#report-txt a {
  color: #a6bfc2;
}

#progress_bar {
  width: 100%;
  height: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 0px;
}

#bar_percentage {
  width: 0%;
  height: 100%;
  /* border-radius: 10px; */
  transition: width 0.3s ease-in-out;
  /* background: rgba(210, 255, 82, 1); */
  background: rgba(255, 6, 0, 1);
  /* background: -moz-linear-gradient(left, rgba(255, 6, 0, 1) 0%, rgba(145, 232, 66, 1) 100%); */
  background: -moz-linear-gradient(left, rgba(255, 6, 0, 1) 0%, rgb(33, 216, 253) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 6, 0, 1)), color-stop(100%, rgb(33, 216, 253)));
  background: -webkit-linear-gradient(left, rgba(255, 6, 0, 1) 0%, rgb(33, 216, 253) 100%);
  background: -o-linear-gradient(left, rgba(255, 6, 0, 1) 0%, rgb(33, 216, 253) 100%);
  background: -ms-linear-gradient(left, rgba(255, 6, 0, 1) 0%, rgb(33, 216, 253) 100%);
  background: linear-gradient(to right, rgba(255, 6, 0, 1) 0%, rgb(33, 216, 253) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=1);
}

#percentage_number {
  font-family: 'Roboto', sans-serif;
  font-size: 80px;
  width: 10%;
  margin: auto;
  color: rgb(221, 221, 221);
  font-weight: 900;
}

#enter {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  width: 400px;
  margin: auto;
  color: rgb(123, 122, 122);
  text-align: center;
  display: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

#artcount:hover {
  color: white;
  background: rgba(255, 255, 255, 0.644);
  /* box-shadow: 0 0 5pt 2pt #ffffff; */
  /* box-shadow: 0 0 5pt 0.5pt #076F7D; */
}

#artcount:focus {
  background: rgba(59, 112, 153, 0.605);
  /* background: rgba(255, 255, 255, 0.795); */
  /* background: rgba(255, 255, 255, 0.8); */
  /* background: white; */
  /* box-shadow: 0 0 5pt 2pt #ffffff; */
  /* box-shadow: 0 0 5pt 2pt #076F7D; */
  outline-width: 0px;
  color: #2e2e2e;
}

#artcount {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  /* box-shadow: 0 0 5pt 2pt #2b2c2c; */
  /* background:#DEE4E7; */
  background: rgba(255, 255, 255, 0.4);
  border: none;
  font-size: 16px;
  border-radius: 3px;
  /* border-bottom: 1px solid rgb(105, 105, 105); */
  /* border: 1px solid transparent; */
  /* border: 1px solid rgb(105, 105, 105); */
  /* font-weight: bold; */
  color: rgb(255, 255, 255);
  /* color:#076F7D; */
  /* border-radius: 4px; */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.346);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(177, 175, 175, 0.346);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(177, 175, 175, 0.346);
}

/* roboto-regular - latin */

/* @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../assets/fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../assets/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Roboto-Black.woff2') format('woff2'), url('../assets/fonts/roboto-v30-latin-regular.woff') format('woff'), url('../assets/fonts/Roboto-Black.ttf') format('truetype'), url('../assets/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
} */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('assets/fonts/roboto-v30-latin-regular.eot');
  src: local(''), url('assets/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Roboto-Black.woff2') format('woff2'), url('assets/fonts/roboto-v30-latin-regular.woff') format('woff'), url('assets/fonts/Roboto-Black.ttf') format('truetype'), url('assets/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}
