.slider-usp {
    background: url(/templates/xposeprint31/img/bg_usp_slider.jpg) top center repeat-x;
    width: 100%;
    height: 336px;
    position: relative;
    margin-top: 4px; 
    margin-bottom: -10px;
    z-index: 1;
    overflow: hidden; 
}
.slider-usp .invisible {
    display: none;
}
.slider-usp .stage-navigation {
    position: absolute;
    z-index: 2;
}
.slider-usp .stage-navigation-container {
    height: 254px;
    width: 295px;
    margin-top: 40px;
    overflow: hidden;
    /*position: relative*/
}
.slider-usp .stage-navigation-controls {
    width: 100%;
    height: 320px;
    position: absolute;
    top: 10px
}
.slider-usp .stage-navigation-controls div {
    width: 100%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}
.slider-usp .stage-navigation-controls div .icon {
    background: url(/templates/xposeprint31/img/icons-usp-slider.png) -40px 0 no-repeat;
    width: 20px;
    height: 10px;
    display: block;
    margin: 10px auto 0 auto;
}
.slider-usp .stage-navigation-controls div:hover .icon {
    background-position: -40px 0
}
.slider-usp .stage-navigation-controls .next {
    bottom: 0
}
.slider-usp .stage-navigation-controls .next .icon {
    background-position: -40px -70px
}
.slider-usp .stage-navigation-controls .next:hover .icon {
    background-position: -40px -70px
}
.slider-usp .stage-navigation ul {
    width: 295px;
    overflow: hidden;
    position: relative;
}
.slider-usp .stage-navigation li {
    background: url(/templates/xposeprint31/img/bg_text_white_60.png) top left;
    margin-bottom: 1px;
    cursor: pointer;
    width: 280px;
    position: relative
}
.slider-usp .stage-navigation li:first-child {
	display: none !important;
}
.slider-usp .stage-navigation li a {
    width: 265px;
    height: 20px;
    padding: 15px 0 15px 15px;
    display: block;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.15s linear;
}
.slider-usp .stage-navigation li a:hover {
    color: #40A6AA;
}
.slider-usp .stage-navigation li.active a {
    color: #40A6AA;
    background: url(/templates/xposeprint31/img/arrow_blue_right.png) 96.5% 50% no-repeat;
}
.slider-usp .stage-navigation li.active a span.badge {
	display: none; 
}
.slider-usp .stage-navigation li a span.badge-round {
	background: #FFAF00;
	border-radius: 33px;
	line-height: 31px;
	width: 33px;
	height: 33px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	position: absolute; 
	top: 9px;
	right: -15px;
}
.slider-usp .stage-navigation .new {
    position: absolute
}
.slider-usp .stage-navigation .new + li {
    margin-top: 52px
}
.slider-usp .stage-navigation .new .batch {
    background: url(/templates/xposeprint31/img/badge-neu.png) right center no-repeat;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -18px;
    height: 37px;
    width: 37px;
}
.slider-usp .website-inner .slides {
    display: none;
    width: 850px;
    height: 336px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.slider-usp .website-inner .slides.current {
    display: block
}
.slider-usp .website-inner .slide {
    width: 850px;
    height: 336px;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}
.slider-usp .website-inner .slide a.link {
	width: 850px;
	height: 336px;
	padding: 0; 
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0; 
}
.slider-usp .website-inner .slide .copy {
    width: 600px;
    color: #fff;
    float: left;
    font-size: 14px;
    z-index:1;
    line-height: 1.45em;
    margin-top: 40px;
    margin-left: 80px;
    position: relative;
}
.slider-usp .website-inner .slide .copy p, .slider-usp .website-inner .slide .copy span, .slider-usp .website-inner .slide .copy strong {
	font-family: "Open Sans", arial, helvetica, sans-serif !important; 
}
.slider-usp .website-inner .slide .bg {
	z-index: -1;
	position: absolute;
	height: 336px;
	width: 2000px;
	top: 0;
	right: 572px;
	margin-right: -1000px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.slider-usp .website-inner .slide .img {
    top: 0;
    right: 0;
    position:absolute;
    z-index: 0;
}
.slider-usp .website-inner .slide .badges {
    position: absolute;
    right: 25px;
    bottom: 15px;
    z-index: 3;
}
.slider-usp .website-inner .slide .badges a {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	margin-left: 4px;
}
.slider-usp .website-inner .slide .badges a.badge-ekomi {
	background: url(/templates/xposeprint31/img/badge-ekomi.png) no-repeat 50% 50%;
}
.slider-usp .website-inner .slide .badges a.badge-ssl {
	background: url(/templates/xposeprint31/img/badge-ssl.png) no-repeat 50% 50%;
}
.slider-usp .website-inner .slide h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3em;
    font-weight: normal;
}
.slider-usp .website-inner .slide .button {
    color: #464646;
    background: #fff url(/templates/xposeprint31/img/arrow_blue_right.png) no-repeat scroll 96.5% 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    min-height: 20px;
    line-height: 1.4em;
    min-width: 110px;
    padding: 10px 35px 10px 15px;
    margin-top: 20px;
    text-align: left;
    vertical-align: middle;
    clear: both;
}
.slider-usp .website-inner .slide .button:hover {
    text-decoration: underline
}
.slider-usp .slide-navigation {
    position: absolute;
    height: 340px;
    width: 100%;
}
.slider-usp .slide-navigation .control {
    background: url(/templates/xposeprint31/img/icons-usp-slider.png) 0 0 no-repeat;
    height: 33px;
    width: 33px;
    text-indent: -2000px;
    margin-top: -16px;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    overflow: hidden;
}
.slider-usp .slide-navigation .prev {
    top: 50%;
    left: 300px;
}
.slider-usp .slide-navigation .prev:hover {
    background-position: 0 -34px;
}
.slider-usp .slide-navigation .next {
    background-position: 0 -68px;
    top: 50%;
    right: 15px;
}
.slider-usp .slide-navigation .next:hover {
    background-position: 0 -102px;
}
.slider-usp .slide-navigation .dots {
    position: absolute;
    top: 20px;
    right: 0;
    height: 15px;
    overflow: hidden;
    z-index: 3;
}
.slider-usp .slide-navigation .dots li {
	float: left;
	display: block;
	cursor: pointer;
}
.slider-usp .slide-navigation .dots li span {
  background: #fff;
  width: 8px;
  height: 8px;
  display: block;
  margin: 4px 2px 4px 2px;
  text-indent: -5em;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(100,100,100,0.5);
}
.slider-usp .slide-navigation .dots li.active span,
.slider-usp .slide-navigation .dots li:hover span {
    background: #ffad00;
}
/* RESPONSIVE */

@media screen and (max-width: 1200px) {
	.slider-usp .website-inner .slide .bg {
		right: 490px;
	}
    .slider-usp .website-inner .slides {
        width: 700px;
    }
    .slider-usp .website-inner .slide a.link {
        width: 700px;
        padding: 0; 
    }
    .slider-usp .website-inner .slide {
        width: 700px;
    }
    .slider-usp .website-inner .slide-navigation {
    }
    .slider-usp .slide-navigation .prev {
    }
    .slider-usp .slide-navigation .next {
	    right: 10px;
    }
    .slider-usp .website-inner .slide .text {} 
    .slider-usp .website-inner .slide .image {
        width: 235px;
        float: left;
    }
    .slider-usp .website-inner .slide .image img {
        max-width: 100%;
        height: auto
    }
}