h1 {
    font-size: 40px;
    text-align: center;
    font-family: Calibri, Verdana, 'Sans serif';
}
p {
    font-size: 16px;
    text-align: center;
    font-family: Calibri, Verdana, 'Sans serif';
}   
body {
    background-color: white;
}
div {
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    max-width: 600px;
}
.WeiterButton {
    vertical-align: middle;
    font-size: 25px;
    text-align: center;
    font-family: Calibri, Verdana, 'Sans serif';
    border-width: thin;
    background-color: #94a73a;
    width: 110px;
    height: 40px;
    border-style: none;
    border-radius: 10px;
    border-color: darkgray;
    color: white;
    padding-top: 8px;
    cursor: pointer;
}
a {
    text-decoration: none;
}
h2 {
    font-size: 20px;
    text-align: center;
    font-family: Calibri, Verdana, 'Sans serif';
}
.Fortschrittsbalken1 {
    z-index: 1;
    vertical-align: middle;
    border-width: thick;
    background-color: darkkhaki;
    width: 300px;
    height: 22px;
    border-style: none;
    border-radius: 10px;
    border-color: darkslategray;
    color: white;
    box-shadow: -1px -10px 10px #EEE685 inset;
}
.Fortschrittsbalken2 {
    z-index: 2;
    vertical-align: middle;
    border-width: thin;
    background-color: #2A4504;
    width: 15px;
    height: 22px;
    border-style: none;
    border-radius: 10px;
    border-color: darkgray;
    color: white;
    margin-top: 0px;
    margin-left: 0px;
    box-shadow: -1px -10px 10px darkolivegreen inset;
}
.Beschreibung {
    font-size: 14px;
    font-family: Calibri, Verdana, 'Sans serif';
    text-align: center;
    max-width: 600px;
}
label {
    font-size: 16px;
    font-family: Calibri, Verdana, 'Sans serif';
    text-align: center;
}
.felder {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}
.Eingabefeld {
    height: 50px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-size: 24px;
    font-family: Calibri, Verdana, 'Sans serif';
}

.Slider {
    padding-top: 18px;
    height: 18px;
    text-align: center;
    margin: 0 auto;
}

.SliderLabel {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-family: Calibri, Verdana, 'Sans serif';
}

#rating_slider {
    width: 260px;
}

#table_regenerate_user {
    width: 640px;
    border: thin solid #bbb;
    margin-left:auto; 
    margin-right:auto;
    font-size: 14px;
    font-family: Calibri, Verdana, 'Sans serif';
}

.button_regenerate_user {
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    font-family: Calibri, Verdana, 'Sans serif';
    border-width: thin;
    background-color: #94a73a;
    width: 115px;
    height: 22px;
    border-style: none;
    border-radius: 6px;
    border-color: darkgray;
    color: white;
    padding-top: 0px;
    cursor: pointer;
    display: table-cell;
}

/* styling for firefox */
input[type=range]::-moz-range-thumb {
  //box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: thin solid #000000;
  height: 18px;
  width: 12px;
  border-radius: 1px;
  background: #ffffff;
  cursor: pointer;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: thin solid #000000;
  height: 18px;
  width: 12px;
  border-radius: 1px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -7px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  //box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
}

/* styling for IE */
input[type=range]::-ms-thumb {
  //box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: thin solid #000000;
  height: 18px;
  width: 12px;
  border-radius: 1px;
  background: #ffffff;
  cursor: pointer;
}

/* styling for the slider track */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  //box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #eeeeee;
  border-radius: 1.8px;
  border: thin solid #aaa;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f6f6f6;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  //box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #ddd;
  border-radius: 1.8px;
  border: thin solid #aaa;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #eeeeee;
  border: thin solid #aaa;
  border-radius: 1.8px;
  //box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-lower {
  background: #f6f6f6;
}
input[type=range]::-ms-fill-upper {
  background: #eeeeee;
  border: thin solid #aaa;
  border-radius: 1.8px;
  //box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f6f6f6;
}