section#post_content{
    
    display:block;
    margin-top: 100px;
    
}

.mtt50{
    
    margin-top: 50px;
    
}

.mtb20{
    
    margin-bottom: 20px;
    
}

.mtb50{
    
    margin-bottom: 50px;
    
}

input.feld{
    width: 45%;
}

a.feld{
    width: 10%;
}

.feld{
    
    
    float:left;
}

#range_info{
    
    width: 100%;
    display:block;
    margin-top:20px;
    background: transparent;
    border: 0;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 15.8px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43), 0px 0px 1px rgba(13, 13, 13, 0.43);
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 40px;
  width: 40px;
  border-radius: 19px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -16px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #5e9cd1;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43), 0px 0px 1px rgba(13, 13, 13, 0.43);
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 40px;
  width: 40px;
  border-radius: 19px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #1d4465;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43), 0px 0px 1px rgba(13, 13, 13, 0.43);
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43), 0px 0px 1px rgba(13, 13, 13, 0.43);
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 40px;
  width: 40px;
  border-radius: 19px;
  background: #ffffff;
  cursor: pointer;
  height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #5e9cd1;
}