
/* FILTER THIRD */
.slider {margin-top:50px;width:85% !important;margin-left:15% !important}
.dragger {z-index: 99;top:5px !important;border-style: solid;border-width: 30px 15px 0px 15px;border-color: red transparent transparent transparent;position: absolute;top: 0px;}
.slider.Alkoven .before-slider {width: 20%;height: 80px;background: url(../seitenansicht-alkoven.png) no-repeat;background-size: contain;position: absolute;left: -22%;top: -36px;background-position: right;}
.slider.Integriert .before-slider {width: 20%;height: 80px;background: url(../seitenansicht-integriert.png) no-repeat;background-size: contain;position: absolute;left: -22%;top: -36px;background-position: 50px;}
.slider.Teilintegriert .before-slider {width: 20%;height: 80px;background: url(../seitenansicht-teilintegriert.png) no-repeat;background-size: contain;position: absolute;left: -22%;top: -36px;background-position: right;}
.slidernames div:before {pointer-events: none;content:"";width:3px;height:30px;background: #fff;    position: absolute;
    top: -30px;
    left: 10px;}
.slidernames div:last-child:before {left:8px;}
.slidernames div {position: relative;}


.slider > .dragger:hover {
  background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);
}


.slider > .track, .slider > .highlight-track {
  background:#fff;
  height:10px;


}

.slider > .highlight-track {
	background-color: #8DCA09;
	background: -webkit-linear-gradient(top, #8DCA09, #72A307);
	background: -moz-linear-gradient(top, #8DCA09, #72A307);
	background: linear-gradient(top, #8DCA09, #72A307);

	border-color: #496805;
}
