

.cd-headline.loading-bar .cd-words-wrapper::after,
.pro-bar,
.counter-line,
.portfolio-box-1 .line-mask,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.pricing-item a.price-link:hover,
.scroll-down-middle:hover {
	background: #e74c3c;
}
ul.slimmenu li a.mPS2id-highlight,
.scroll-down:hover,
#sync2 .item:hover p,
.team-wrap .mask-team p span,
.team-wrap .mask-team ul li p span,
.list-social li.icon-soc a:hover,
#filter li .current,
#filter li a:hover,
#sync2 .synced .item p,
.ajax-project-info .ajax-info span,
.ajax-link,
.section-call-action-link p,
.blog-item .blog-item-top-text,
.blog-item:hover .read-more,
.pricing-item:hover h6,
.pricing-item.popular h6,
.pricing-item .number-price span,
#cd-google-map address,
.footer-social a:hover,
.footer-social a::before,
.footer-social a::after, 
.footer-credit a:hover,
.footer-credit a::before,
.footer-credit a::after,
.blog-box-4:hover .link,
.blog-box-4 .post-date,
.slider-text-color{
	color: #e74c3c;
}
ul.slimmenu li a:hover {
    border-bottom:1px solid #e74c3c;
}
.sub-line {
	border-bottom:2px solid #e74c3c;
}
.section-separator-line{
	border-bottom:1px dashed #e74c3c;
}

.owl-theme .owl-controls .owl-page span{
	border:1px solid #e74c3c; 
}
.services-item .fill-color{
	fill:#e74c3c;
}
#cd-zoom-in, #cd-zoom-out {
  background-color: #e74c3c;
}
#ajax-form textarea:focus,
#ajax-form input:focus,
#ajax-form textarea:active,
#ajax-form input:active {	
	border-bottom:1px solid #e74c3c;
}
#ajax-form button{
	color: #e74c3c;
}
.footer-credit a span{
	border-bottom:1px solid #e74c3c;
}

.faicons {
	color: #e74c3c!important;
	padding-bottom: 20px!important;
}

.faicons-1 {
	color: #e74c3c!important;
	line-height: 100px;
	font-size: 80px;
}



.slider-text-big {	
	font-size: 3.5em;
}

.slider-text{
	font-size: 2.5em;
}

.top-logo {
	height: 3em!important;
	position:absolute;
	z-index:10000;
	left:20px;
	top:10px;
}
.leistung-image {
	height: inherit;
    width: inherit;
}
.leistung-image img{
	height: inherit;
    width: inherit;
}








/* SANIERUNG SWITCHER */

 
.container-sanierung {
  position: relative;
  width: 100%;
  height: 400px;
  border: 2px solid white;
}
.container-sanierung .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 900px 100%;
}
.container-sanierung .background-img {
    background-image: url('../images/sanierung/sanierung-1-1.png');
}
.container-sanierung .foreground-img {
    background-image: url('../images/sanierung/sanierung-1-2.png');
		width: 50%;
}
.container-sanierung .slider-sanierung {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.3);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-sanierung .slider-sanierung:hover {
  background: rgba(242, 242, 242, 0.1);
}
.container-sanierung .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.container-sanierung .slider-sanierung::-moz-range-thumb {
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.container-sanierung .slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-sanierung .slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.container-sanierung .slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
