html {
  background: url(https://vicar.de/myfactory/CustomUpload/374O357O340O370O356O369O350O331O339O338O/Kaiserstuhl-1.jpg) no-repeat center center fixed;
  background-size: cover;
  color: rgba(0, 0, 0, 0.6); }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 0px;
  margin: 0px; }

.inputwrapper {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem; }
  .inputwrapper p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 5px;
    margin-top: 0px; }

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 25px;
  margin-bottom: 5rem;
  margin-top: 5rem; }

h1 {
  color: rgba(0, 139, 207, 0.9);
  line-height: 100%;
  font-size: 2.25rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

h2 {
  color: rgba(0, 139, 207, 0.9);
  line-height: 100%;
  font-size: 2.25rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 5rem; }

.blau {
  background: rgba(0, 139, 207, 0.9);
  color: #fff;
  padding: 3px 8px;
  border-radius: 25px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem; }

.orange {
  background: rgba(244, 158, 0, 0.9);
  color: #fff;
  padding: 3px 8px;
  border-radius: 25px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem; }

a {
  color: rgba(244, 158, 0, 0.9); }

.displaynone {
  display: none; }

.hinweis p {
  font-weight: 400;
  font-size: 1.1rem; }

.labels {
  font-size: 0.9rem !important;
  font-weight: 600; }

table {
  text-align: center; }
  table tr {
    padding: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    table tr:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  table td {
    padding: 10px 15px; }
  table th {
    padding: 5px 15px; }

table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-collapse: collapse; }

.hit {
  background: rgba(244, 158, 0, 0.9);
  color: #fff;
  padding: 3px 8px;
  border-radius: 25px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem; }

.hit-perf {
  background: rgba(0, 139, 207, 0.9);
  color: #fff;
  padding: 3px 8px;
  border-radius: 25px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem; }

[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 12px 0;
  width: 100%; }

[type=range]::-moz-focus-outer {
  border: 0; }

[type=range]:focus {
  outline: 0; }

[type=range]:focus::-webkit-slider-runnable-track {
  background: #fbfbfc; }

[type=range]:focus::-ms-fill-lower {
  background: #eceff1; }

[type=range]:focus::-ms-fill-upper {
  background: #fbfbfc; }

[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  background: #eceff1;
  background: rgba(0, 139, 207, 0.3);
  border-radius: 15px; }
  [type=range]::-webkit-slider-runnable-track:hover {
    background: rgba(0, 139, 207, 0.9); }

[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #008bcf;
  border: 2px solid #eceff1;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: -webkit-grab;
  cursor: grab;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  margin-top: -10px; }
  [type=range]::-webkit-slider-thumb:focus {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
    [type=range]::-webkit-slider-thumb:focus [type=range]::-webkit-slider-runnable-track {
      background: rgba(0, 139, 207, 0.9); }
  [type=range]::-webkit-slider-thumb:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
    [type=range]::-webkit-slider-thumb:active [type=range]::-webkit-slider-runnable-track {
      background: rgba(0, 139, 207, 0.9); }
  [type=range]::-webkit-slider-thumb:hover [type=range]::-webkit-slider-runnable-track {
    background: rgba(0, 139, 207, 0.9); }

[type=range]::-moz-range-track {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 5px;
  height: 4px; }

[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #607d8b;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px; }

[type=range]::-ms-track {
  cursor: default;
  height: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent; }

[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #dde3e6;
  border: 2px solid #cfd8dc;
  border-radius: 10px; }

[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 10px; }

[type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #607d8b;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  margin-top: 2px; }

[type=range]:disabled::-webkit-slider-thumb, [type=range]:disabled::-moz-range-thumb, [type=range]:disabled::-ms-thumb, [type=range]:disabled::-webkit-slider-runnable-track, [type=range]:disabled::-ms-fill-lower, [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed; }

.hit-bar-td-span-1, .hit-bar-td-span-2, .hit-bar-td-span-3, .hit-bar-td-span-4, .hit-bar-td-span-5, .hit-bar-td-span-6, .hit-bar-td-span-7, .hit-bar-td-span-8, .hit-bar-td-span-9, .hit-bar-td-span-10, .hit-bar-td-span-11, .hit-bar-td-span-12, .hit-bar-td-span-13, .hit-bar-td-span-14, .hit-bar-td-span-15, .hit-bar-td-span-16, .hit-bar-td-span-17, .hit-bar-td-span-18, .hit-bar-td-span-19, .hit-bar-td-span-20 {
  background: rgba(0, 184, 0, 0.5);
  color: #fff;
  padding: 3px 8px;
  border-radius: 25px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem; }

.hit-perf-bar-td-span-1, .hit-perf-bar-td-span-2, .hit-perf-bar-td-span-3, .hit-perf-bar-td-span-4, .hit-perf-bar-td-span-5, .hit-perf-bar-td-span-6, .hit-perf-bar-td-span-7, .hit-perf-bar-td-span-8, .hit-perf-bar-td-span-9, .hit-perf-bar-td-span-10, .hit-perf-bar-td-span-11, .hit-perf-bar-td-span-12, .hit-perf-bar-td-span-13, .hit-perf-bar-td-span-14, .hit-perf-bar-td-span-15, .hit-perf-bar-td-span-16, .hit-perf-bar-td-span-17, .hit-perf-bar-td-span-18, .hit-perf-bar-td-span-19, .hit-perf-bar-td-span-20 {
  background: #00b800;
  color: #fff;
  padding: 3px 8px;
  border-radius: 25px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem; }

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