.slidecontainer {
  width: 100%;
	border:0px solid #f00;
	border:1px dotted #e50a0a;
	border:0px dotted #000;
	text-align: center;
	}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  height: 1px;
  background: #d3d3d3;
  background: #fff;
  background: #ef800d;
	background: #749c07;
  outline: none;
  /*opacity: 0.7;*/
  -webkit-transition: .2s;
  transition: opacity .2s;
	padding: 1px !important;
	}

.slider:hover {
  opacity: 1;
	}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04AA6D;
	background: #e50a0a;
  cursor: pointer;
	}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
	background: #e50a0a;
  cursor: pointer;
	}
	
.sliderknopf{
	color: #fff;
  background: #e50a0a;
	background: #ef800d;
  border-color: #e50a0a;
	
	color: #fff;
  background-color: #ef800d;
  border-color: #ef800d;	
	
	border-width: thin;		
	min-width: 38px;
	padding: 7px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 3px;
	
	position: relative;
	white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  /*border-width: 2px;*/
  transition: .3s;
  backface-visibility: hidden;
	
	display: inline-block;
  margin-bottom: 0;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
		
	user-select: none;
	font-family: "Questrial", sans-serif;
	}

.sliderknopf a{
	color: #fff;
  /*color: #e50a0a;*/
	text-decoration: none;
	}
	
.slider input[type="range"] {
	color: #ff0 !important;
}
