.detail-big {
    margin-bottom: 10px;
    position: relative;
}

.detail-big .icon-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 40px;
    left: 0;
    position: absolute;
    width: 40px;
}

.detail-big .icon-wrapper img {
    display: block;
    height: auto;
    margin: 3px auto;
    position: relative;
    width: auto;
}

.detail-big .hover-layer {
    -o-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -webkit-transition: -webkit-transform 0.25s;
    opacity: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.detail-big:hover .hover-layer {
    opacity: 1;
}

.detail-big .hover-layer i {
    border-radius: 100%;
    color: #FFFFFF;
    display: inline-block;
    font-size: 40px;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    line-height: 42px;
    margin-left: -25px;
    margin-top: -25px;
    padding: 5px;
    position: absolute;
    text-align: center;
}

.detail-thumbnails {
    display: none;
    margin: 0 0 30px 0;
}

.detail-links {
    padding: 0;
}

.detail-links li {
    list-style: none;
	width:50%;
	overflow:hidden;
}

.detail-links.clearfix img {
    display: block;
    float: left;
}

.detail-links a {
    margin-right: 25px;
	float:left;
	width:75%;
}

.detail-links i {
    margin-right: 5px;
}

.saving-wrapper {
    margin: 50px 0 0;
}

.saving-span {
    border: 1px solid #a2c617;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    display: inline-block;
    text-align: right;
    background: #dadada;
    color: #202020;
    padding: 5px 5px 17px;
    font-size: 12px;
}

.saving-co2 {
    background: url("../img/saving-co2-fff.jpg") no-repeat left bottom #ffffff;
}

.saving-radio {
    background: url("../img/saving-radio-fff.jpg") no-repeat left bottom #ffffff;
}

.saving-oil {
    background: url("../img/saving-oil-fff.jpg") no-repeat left bottom #ffffff;
}

.saving-span b {
    display: block;
    font-size: 28px;
    margin-top: 8px;
}

.saving-span:last-child {
    margin-right: 0%;
}

.subpage-header-small .progress-wrapper {
    margin-top: 25px;
}

.subpage-header-small .progress-wrapper progress {
    margin-top: 10px;
}

.box-light-green {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 30px;
}

.box-light-green a {
    text-decoration: underline;
}

.box-light-green a:hover {
    color: #85a217;
}

.box-light-green a.button {
    text-decoration: none;
}

.box-light-green table {
    margin-bottom: 10px;
}

.box-light-green .button {
    width: 100%;
    display: inline-block;
    font-size: 19px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}

.box-light-green .button:hover {
    color: #ffffff;
}

.box-light-green .legend-sum {
    line-height: 2.5em;
    float: left;
}

.box-light-green b.clearfix {
    display: block;
}

.box-light-green .value {
    font-size: 24px;
    margin: 5px 0 10px;
}

.box-light-green hr,
.fixed-price-carousel hr {
    margin: 5px 0;
    border: 0;
    height: 1px;
    background: #202020
}

.box-light-green .statusbox {
	border: 1px solid #E0DFDF;
	background-color: #ECECEC;
	margin: 0 0 16px;
}

.fixed-price-carousel {
    border: 1px solid #dddddd;
    padding: 18px;
}

.fixed-price-carousel a {
    text-decoration: underline;
}

.fixed-price-carousel a:hover {
    color: #85a217;
}

.fixed-price-carousel a.button {
    text-decoration: none;
}

.fixed-price-carousel .button {
    width: 100%;
    display: inline-block;
    font-size: 19px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}

.fixed-price-carousel .button:hover {
    color: #ffffff;
}

.fixed-price-carousel .value {
    margin: 10px 0;
    display: block;
    font-size: 20px;
}

.fixed-price-carousel .width-80 {
    margin: 0 auto;
    width: 90%;
}

.fixed-price-carousel tr {
    line-height: 1em;
}

.fixed-price-carousel td,
.fixed-price-carousel th {
    padding-bottom: 15px;
}

.fixed-price-carousel .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url("../img/white-carousel-left-mobile.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 84px;
    left: -40px;
    top: 40%;
}

.fixed-price-carousel .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url("../img/white-carousel-right-mobile.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 84px;
    right: -40px;
    top: 40%;
}

.fixed-price-carousel .inside {
    padding: 10px
}

.thumbnail-wrapper {
    padding: 0 9px;
}

.thumbnail-wrapper img {
    border: 2px solid #ffffff;
    width: 100%;
    height: auto;
}

.thumbnail-wrapper .thumbnail {
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #ffffff;
    padding: 6px;
    width: 20%;
    float: left;
}

.thumbnail-wrapper .thumbnail:hover img {
    border: 2px solid #a2c617;
    width: 100%;
    height: auto;
}

.slick-list {
    width: 90%;
    margin: 0 auto !important;
}

.slick-prev:before, 
.slick-next:before {
    content: "" !important;
}

.slick-prev {
    background: url("../img/arrow-left.png") no-repeat center center !important;
    left: 15px !important;
    top: 40% !important;
}

.slick-next {
    background: url("../img/arrow-right.png") no-repeat center center !important;
    right: 15px !important;
    top: 40% !important;
}

.hint-box-mobile {
    background: #ff5716;
    color: #ffffff;
    padding: 10px;
}

.hint-box-mobile h3 {
   font-weight: 300;
}

.hint-box-registration {
    display: block;
    padding: 10px;
    font-weight: bold;
    color: #ffffff !important;
    background: #ff5716;
    text-decoration: none !important;
}

.range-slider-wrapper {
    position: relative;
    margin: 85px 0 16px;
}

.max-value-info {
    text-align: center;
    display: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 15px;
    position: absolute;
    right: 0;
    top: -140px;
    width: 100%;
    z-index: 500;
}


.range-slider-wrapper #slider {
    margin: 15px 0;
}



/* Slider Start */


.range-slider-wrapper .tooltip-outer {
    opacity: 1;
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 18px;
    visibility: visible;
    margin-top: -2px;
    bottom: 120%;
    margin-left: -40px;
}

.range-slider-wrapper .tooltip-outer .tooltip-arrow {
    display: none;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
}

.ui-slider-handle {
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    color: none !important;
    outline: 0 none !important;
}

.range-slider-wrapper .tooltip-inner {
    background: url("../img/range-slider-2.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #FFFFFF;
    height: 44px;
    padding: 3px 0 0;
    text-align: center;
    text-decoration: none;
    width: 96px;
}

.range-slider-wrapper .ui-slider {
    height: 1px;
    background: #000000;
    border: none;
    margin: 0;
    padding: 0px;
}

.range-slider-wrapper .ui-slider-handle {
    cursor: pointer;
    background: #000000;
    height: 30px;
    width: 30px;
    padding: 0px;
    display: inline-block;
    border-radius: 0;
    margin-top: -10px;
}

.range-slider-wrapper .ui-slider-range {
    height: 10px;
    border-bottom: 3px solid red;
    position: relative;
}

.range-min-max {
    font-weight: 500;
}

.tx-epx-marketplace-anlagesingle p.small{
	text-align: right;
}
.tx-epx-marketplace-anlagesingle .col-xs-12.col-sm-12.col-md-8.col-lg-8 p a{
	color:#85a217;
}

/* Slider Ende */

@media screen and (min-width: 768px) and (max-width: 990px) {

    .box-light-green {
        float: left;
        width: 49%;
    }
    
    .fixed-price-carousel {
        float: right;
        width: 49%;
    }

}

@media screen and (min-width: 400px) {

    .detail-links li {
        float: left;
    }

}

@media screen and (max-width: 768px) {

    .detail-links li {
        float: left;
		width:100%;
    }
	


	
}

@media screen and (min-width: 768px) {

    .detail-thumbnails {
        display: block;
    }

    .saving-span {
        width: 30%;
        margin-right: 4%;
    }

    .subpage-header-small .progress-wrapper {
        max-width: 200px;
        float: right;
        text-align: right;
    }

    .fixed-price-carousel .owl-theme .owl-controls .owl-buttons .owl-prev {
        background: url("../img/white-carousel-left-mobile.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        height: 84px;
        left: -34px;
        top: 40%;
    }
    
    .fixed-price-carousel .owl-theme .owl-controls .owl-buttons .owl-next {
        background: url("../img/white-carousel-right-mobile.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        height: 84px;
        right: -40px;
        top: 40%;
    }

    .range-slider-wrapper .tooltip-outer {
        margin-left: -44px;
    }

    .range-slider-wrapper .ui-slider-handle {
        height: 20px;
        width: 20px;
        margin-top: -5px;
    }

    .max-value-info {
        width: 270px;
    }

}

@media screen and (min-width: 992px) {

    .subpage-header-small .progress-wrapper {
        margin-top: 90px;
    }

    .fixed-price-carousel .width-80 {
        margin: 0 auto;
        width: 240px;
    }

}

@media screen and (min-width: 1200px) {

    .saving-span {
        font-size: 12px;
    }

    .fixed-price-carousel .owl-theme .owl-controls .owl-buttons .owl-prev {
        background: url("../img/white-carousel-left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        height: 84px;
        left: -50px;
        top: 40%;
    }
    
    .fixed-price-carousel .owl-theme .owl-controls .owl-buttons .owl-next {
        background: url("../img/white-carousel-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        height: 84px;
        right: -58px;
        top: 40%;
    }

}