
/* ==========================================================================
   Piega.ch | custom styles
   ========================================================================== */

	body { font-family:'HelveticaNeueW01-45Ligh'; font-size: 15px; line-height: 25px; }
	
	.footerLogo a { opacity: 0.5; }
	.footerLogo a:hover { opacity: 1; }
	.footernav { padding-top: 10px; text-align: right; }
	.footernav > li > a {
		display: inline;
		float: right;
		margin-right: 10px;
		opacity: 0.5;
	}
	.footernav > li > a:hover, .footernav > li.active > a {
		opacity: 1;
		background: none;
		color: white;
	}

	.nav-tabs.nav-stacked > li > a {
		margin-bottom: 10px;	
	}
	.nav-tabs.nav-stacked > li:last-child > a {
	    border-bottom-left-radius: 0px;
	    border-bottom-right-radius: 0px;
	}
	.nav-tabs.nav-stacked > li:first-child > a {
	    border-top-left-radius: 0px;
	    border-top-right-radius: 0px;
	}

	.modal {
	    background-clip: padding-box;
	    background-color: #FFFFFF;
	    border: 0px solid rgba(0, 0, 0, 0.3);
	    border-radius: 0px;
	    box-shadow: none;
	    left: auto;
	    margin-left: 0px;
	    outline: none;
	    position: static;
	    top: auto;
	    width: auto;
	    z-index: auto;
	}
	
	a:hover, a:focus {
	color: #005580;
	text-decoration: none;
	}
	
	.accordion { margin-bottom: 0px; }
	#accordionFAQ h4 { margin-bottom: 10px; }
	
	.accordion-group {
		margin-bottom: 2px;
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	.itemFullText .nav > li > a {
	    line-height: 14px;
	    padding-left: 20px;
	    padding-right: 30px;
		padding-bottom: 15px;
    	padding-top: 15px;
		
		margin-right: 2px;
		margin-bottom: 10px;
	
		border: 1px solid #DDDDDD;
	}
	
	.itemIntroText { font-size: 15px !important; font-weight: normal !important; line-height: 25px !important; }

	.subbutton { border-width: 0px !important; }
	
	/* K2 */
	
	.catItemIntroText h4, .itemIntroText h4, .itemFullText h4 { margin-top: 20px; }
	
	span.catItemImage {
		background: url(../img/bildschatten-764.png) center bottom no-repeat;
		overflow: visible;
		padding-bottom: 19px;
	}
	span.catItemImage img {
	    border: 0px solid #CCCCCC;
	    padding: 0px;
	}
	div.catItemImageBlock {
	    margin: 0 0 16px;
	    padding: 0px;
	}
	
	#accordionFAQ div.catItemImageBlock {
		padding-top: 20px;
		float: left; width: 250px;
	}
	#accordionFAQ span.catItemImage {
	    background: none;
	    overflow: visible;
	    padding-bottom: 19px;
	}
	#accordionFAQ div.catItemIntroText {
		padding-top: 20px;
	}
	
	div.itemAttachmentsBlock > ul > li > a {
		background: url(../img/pdf_icon.png) left 0px no-repeat;
		padding-left: 60px;
	}
	div.itemAttachmentsBlock > ul > li > a:hover {
		background: #eeeeee url(../img/pdf_icon.png) left -48px no-repeat;
	}
	div.itemAttachmentsBlock {
		padding: 0px;
		border-bottom: 0px dotted #ccc;
	}
	span.itemImage img {
		border: 0px solid #ccc;
		padding: 0px;
	}
	div.itemToolbar {
		padding: 2px 0;
		margin: -10px 0 0 20px;
		border-top: 0px dotted #ccc;
		border-bottom: 0px dotted #ccc;
		background: #ffffff;
	}
	
	div.itemVideoBlock, div.latestItemVideoBlock, div.catItemVideoBlock {
		padding: 0px;
		background: none;	
	}
	
	div.catItemHeader h3.catItemTitle {
		font-family:'HelveticaNeueW01-UltLt'; font-weight: normal; color: #999999; text-rendering: optimizelegibility; margin-bottom: 20px;
		line-height: 100%;
	}
	
	div.catItemTagsBlock {
		padding: 0px;
		border-bottom: 0px dotted #ccc;
	}
	
	.navtitle { display: none;}
	.navtitle a:hover { color: #FFFFFF; text-decoration: none; }
	.detail1 { text-align: right; }
	
	.sprocket-strips {
		padding-left: 10px;
	} 
	
	.readon { display: none; }
	.sprocket-strips-item .sprocket-strips-title { /*display: none;*/ font-size: 20px; margin-top: -20px; }
	/*.sprocket-strips-item:hover .sprocket-strips-title { display: inline; }*/
	.sprocket-strips-title { padding-top: 400px !important; display: center !important; text-align: center !important; }
	.sprocket-strips-title > a:hover { text-decoration: none !important; }
	.sprocket-strips-text { margin-top: -150px !important; color: black; padding-left: 10px; padding-right: 10px; }
	
	.sprocket-strips-item {
		background-size: 200px !important;
		border-radius: 2px;
		background-repeat: no-repeat;
	}
	.sprocket-strips-content { }

	.sprocket-strips-nav {
		width: 960px !important;
		margin: 0px !important;
		overflow: hidden !important;
	}
	.sprocket-strips-container {
		width: 970px;
		margin: 0px !important;
	}
	.sprocket-strips-item {
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0) !important;
		height: 460px;
		width: 200px;
	}
	.sprocket-strips-item:hover {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3) !important;
		cursor: pointer;
	}
	.sprocket-strips-arrows {
		width: 900px !important;
		margin: 0px !important;
	}
	.sprocket-strips-arrows .arrow {
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    background-color: #000000 !important;
	    background-image: linear-gradient(to bottom, #333333, #000000) !important;
	    background-repeat: repeat-x !important;
	    border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) #FFFFFF !important;
	    border-image: none !important;
	    border-radius: 0px !important;
	    border-style: solid !important;
	    border-width: 5px !important;
	    box-shadow: none !important;
	    color: #FFFFFF !important;
	    display: inline-block !important;
	    font-size: 14px !important;
	    line-height: normal !important;
	    margin-bottom: 0 !important;
	    padding: 0px 2px !important;
	    text-align: center !important;
	    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
	    vertical-align: middle !important;
		font-weight: normal !important;
		height: 50px !important;
    	width: 25px !important;
	}
	
	.next { width: 10px; height: 24px; right: -120px !important; }
	.prev { width: 10px; height: 24px; left: -125px !important; }
	
	.sprocket-strips-arrows { clear: both; height: 100px;}
	.sprocket-strips-arrows .next { float: none !important; position: absolute !important; margin-top: -350px; }
	.sprocket-strips-arrows .prev { float: none !important; position: absolute !important; margin-top: -350px; }
	
	.strips-zubehoer .sprocket-strips-title { padding-top: 200px !important; display:block !important; text-align: left !important; padding-left: 10px; font-size:18px; }
	.strips-zubehoer .sprocket-strips-text { margin-top: 0px !important; color: black; padding-left: 10px; padding-right: 10px; font-size: .8em; }
	.strips-zubehoer .sprocket-strips-item:hover { cursor: auto; }
	.strips-zubehoer .sprocket-strips-item { height: 500px; width: 200px; }
	
	.prev span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-left.png) 6px 15px no-repeat;
	}
	.prev:hover span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-left.png) -62px 15px no-repeat;
	}
	.next span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-right.png) -62px 15px no-repeat;
	}
	.next:hover span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-right.png) 6px 15px no-repeat;
	}
	
	
	#slider { width: 100px; clear: both; position: absolute; margin: -50px 0px 20px 40px; }
	.ui-slider { border-radius: 0px; border: 0px; background: #CCCCCC; }
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
		background-color: #000000;
	    background-image: linear-gradient(to bottom, #333333, #000000);
	    background-repeat: repeat-x;
	    border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) #FFFFFF;
	    border-radius: 0px;
	}
	.ui-slider-handle { }
	
	
	
	a { color: #999999; font-family: inherit !important; }
	a:hover { color: #000000; }
	
	
	blockquote {
	    border-left: 5px solid #EEEEEE;
	    margin: 30px 0 30px 0;
	    padding: 0 0 0 15px;
		font-size: 20px;
		font-style: italic;
		font-family:'HelveticaNeueW01-UltLt'; font-weight: normal; color: #999999; text-rendering: optimizelegibility;
	}
	
	.affix {
	    position: fixed;
		top: 0px;
		width: 100%;
		z-index: 1003;
	}
	.container { 
		
	}
	
	.shaded {
		-moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
		margin-top: -30px;
	}
	.blacked {
		background-color: #000000;
	}
	
	.tab-pane {
		background: #FFFFFF;
		min-height: 400px;
	}
	.nav-tabs > li > a {
	    border: 1px solid transparent;
	    border-radius: 0px;
	    line-height: 20px;
	    padding-bottom: 15px;
	    padding-top: 15px;
	}
	.nav-tabs > li > a, .nav-pills > li > a {
	    line-height: 14px;
	    margin-right: 2px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    background-color: #DDDDDD;
	    border-color: #DDDDDD #DDDDDD transparent;
	    border-image: none;
	    border-style: solid;
	    border-width: 1px;
	    color: #000000;
	    cursor: default;
	}
	.fade.in {
	    opacity: 1;
	}
	
	.carousel-inner {
		text-align: center;
	}
	
	.carousel-caption {
	    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.50);
	    bottom: 170px;
	    left: 0;
	    padding: 50px;
	    position: absolute;
	    right: 0;
		width: 60%;
		height: 25px;
	}
	.carousel-inner .carousel-caption {
		bottom: 30%;
	}
	
	
	.carousel-caption h4 {
	    color: #000000;
		font-size: 45px;
	    line-height: 20px;
		text-align: right;
	}
	.carousel-caption h5 {
	    color: #000000;
		font-size: 30px;
	    line-height: 20px;
		text-align: right;
	}
	
	
	.carousel.carousel-fade .item {
	  -webkit-transition: opacity 3s ease-in-out;
	  -moz-transition: opacity 3s ease-in-out;
	  -ms-transition: opacity 3s ease-in-out;
	  -o-transition: opacity 3s ease-in-out;
	  transition: opacity 3s ease-in-out;
	}
	.carousel.carousel-fade .active.left,
	.carousel.carousel-fade .active.right {
	  left: 0;
	  z-index: 2;
	  opacity: 0;
	  filter: alpha(opacity=0);
	}
	.carousel.carousel-fade .next,
	.carousel.carousel-fade .prev {
	  left: 0;
	  z-index: 1;
	}
	.carousel.carousel-fade .carousel-control {
	  z-index: 3;
	}
	
	
	div.itemView {
	    border-bottom: 0px dotted #CCCCCC;
	}

	
	.layout-slideshow {
	    position: relative;
		background: url(../img/bildschatten-1240.png) center bottom no-repeat;
		overflow: visible;
		padding-bottom: 30px;
	}
	
	.layout-slideshow .sprocket-features-arrows {
		position: absolute !important;
		top: 42% !important;
		width: 100% !important;
		display: block;
	}
	.layout-slideshow .sprocket-features-arrows .next {
		right: 50px !important;
	}
	.layout-slideshow .sprocket-features-arrows .prev {
    	height: 24px;
    	left: 50px !important;
    	width: 10px;
	}
	.layout-slideshow .sprocket-features-arrows .arrow {
	    border-radius: 0 !important;
	    cursor: pointer;
	    display: block;
	    font-size: 2.2em;
	    height: 50px !important;
	    margin-top: -12px;
	    opacity: 0.5;
	    position: absolute;
	    text-align: center;
		background-color: none !important;
	    width: 24px;
	    z-index: 10;
	}
	.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {
	    background: none !important;
	    box-shadow: none !important;
	    color: #FFFFFF;
	}
	.layout-slideshow .sprocket-features-arrows .arrow > span:content {
		display: none !important;
	}

	.layout-slideshow .sprocket-features-content {
		display: block;
		width: auto !important;
		left: 0px !important;
	    position: absolute;
	    top: 30% !important;
	    width: 100% !important;
	}
	.layout-slideshow .sprocket-features-img-container img {
		width: 100% !important;
		max-width: none !important;
	}
	.layout-slideshow .sprocket-features-desc {
		color: #000000 !important;
		font-size: 45px !important;
	    line-height: 20px !important;
		text-align: center;
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.50) !important;
		height: auto !important;
		width: 100% !important;
		padding: 60px 0px 60px 0px !important;
		font-family:'HelveticaNeueW01-UltLt' !important;
		font-weight: normal !important;
		text-rendering: optimizelegibility !important;
	}

	.carousel {
	    margin-bottom: 0px;
		width: 100%;
		background: url(../img/bildschatten-1240.png) center bottom no-repeat;
		overflow: visible;
		padding-bottom: 30px;
	}
	.carousel-ground {
		display: block;
		width: 100%;
		/*height:400px;*/
		position: absolute;
		background: black;
	}
	.carcontent {
		background: url(../img/bildschatten-1240.png) center top no-repeat;
	}
	.carcontent .carousel-inner {
		padding-bottom: 100px;	
	}
	.carcontent .item {
			
	}
	/*
	.carcontent .carousel-caption {
		margin: 0 auto;
		width: auto;
		text-align: center;
		bottom: -120px;
		background: none;
	}
	*/
	
	.carcontent .carousel-ground {
		background: none;
	}
	
	
	.carousel .item { text-align: center; }
	.carousel .item img { /*height: 400px;*/ width: 100% }
	.carousel-control {
	    background: none repeat scroll 0 0 #222222;
	    border: 0px solid #FFFFFF;
	    font-size: 60px;
	    font-weight: 100;
	    height: auto;
	    left: 15px;
	    margin-top: -20px;
	    opacity: 0.5;
	    position: absolut;
	    text-align: center;
	    /*top: 47%;*/
		bottom: 30%;
	    width: 40px;
		height: 125px;
	    border-radius: 0px;
	
		background: none;
	    box-shadow: none;
	    color: #FFFFFF;
	    cursor: pointer;
	    display: inline-block;
	    line-height: 20px;
	    margin-bottom: 0;
	    /*padding: 5px 10px;*/
	    text-align: center;
	    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	    vertical-align: middle;
	}
	
	
	.carcontent .carousel-control {
	opacity: 1;
	-moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    background-color: #000000;
	    background-image: linear-gradient(to bottom, #333333, #000000);
	    background-repeat: repeat-x;
	    border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) #FFFFFF;
	    border-image: none;
	    border-radius: 0px;
	    border-style: solid;
	    border-width: 5px;
	    box-shadow: none;
	    color: #FFFFFF;
	    cursor: pointer;
	    display: inline-block;
	    font-size: 14px;
	    line-height: 20px;
	    margin-bottom: 0;
	    padding: 0px;
		padding: 0px 2px;
	    text-align: center;
	    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	    vertical-align: middle;
		font-weight: normal;
		width: 25px;
		left: auto;
	    right: auto;
		margin-left: -20px;
		margin-top: -80px;
	}
	.carcontent .carousel-control.right {
	    left: auto;
	    right: auto;
		margin-left: 1150px;
	}
	
	.brandbar {
		background-color: #000000;
		padding: 20px 0px 20px 0px;
	}
	.brandcontainer {
		background-color: #000000;
	}
	
	.brandcontainer .span8 {
		width: 740px;
		text-align: right;
	}
	
	.socialMediaLinks {
		padding-top: 18px;
		padding-right: 30px;
	}
	.socialMediaLinks a {
		opacity: 0.5;
	}
	.socialMediaLinks a:hover {
		opacity: 1;
	}
	
	.hero-unit {
	    background-color: #EEEEEE;
	    border-radius: 0px;
	    font-size: 18px;
	    font-weight: normal;
	    line-height: 30px;
	    margin: 50px 100px 0px 100px;
	    padding: 60px;
	}
	
	.btnSeparator {
		text-align: center;
		margin: 50px 0px 50px 0px;
	}
	.separatorbar {
		margin-top: -25px;
		display: block;
		background-color: #DDDDDD;
		height: 1px;
	}
	
	.btn {
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    background-color: #000000;
		background-image: -moz-linear-gradient(bottom, #333333, #000000);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#000000));
		background-image: -webkit-linear-gradient(bottom, #333333, #000000);
		background-image: -o-linear-gradient(bottom, #333333, #000000);
	    background-image: linear-gradient(to bottom, #333333, #000000);
	    background-repeat: repeat-x;
	    border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) #FFFFFF;
	    border-image: none;
	    border-radius: 0px;
	    border-style: solid;
	    border-width: 5px;
	    box-shadow: none;
	    color: #FFFFFF;
	    cursor: pointer;
	    display: inline-block;
	    font-size: 14px;
	    line-height: 20px;
	    margin-bottom: 0;
	    padding: 5px 10px;
	    text-align: center;
	    text-shadow: none;
	    vertical-align: middle;
		font-weight: normal;
	}
	.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
		background-color: #000000;
		background-image: -moz-linear-gradient(bottom, #000000, #333333);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#333333));
		background-image: -webkit-linear-gradient(bottom, #000000, #333333);
		background-image: -o-linear-gradient(bottom, #000000, #333333);
	    background-image: linear-gradient(to bottom, #000000, #333333);
	    background-repeat: repeat-x;
		box-shadow: none;
	    color: #FFFFFF;
	}
	.btn:active, .btn.active {
	}
	.btn:first-child {
	}
	.btn:hover, .btn:focus {
	    background-position: 0 0px;
	    color: #FFFFFF;
	    text-decoration: none;
	}
	.btn:focus {
	    outline: thin dotted #333333;
	    outline-offset: -2px;
	}
	.btn.active, .btn:active {
	    background-image: none;
	    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	    outline: 0 none;
	}
	.btn.disabled, .btn[disabled] {
	    background-image: none;
	    box-shadow: none;
	    cursor: default;
	    opacity: 0.65;
	}
	.btn-large {
	    border-radius: 0px;
	    font-size: 17.5px;
	    padding: 10px 20px;
	}
	.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	    margin-top: 4px;
	}
	.btn-small {
	    border-radius: 0px;
	    font-size: 11.9px;
	    padding: 2px 10px;
	}
	
	.btn-down, .btn-up { 
		width: 50px;
		height: 25px;
	}
	.btn-up {
		border-color: #000000;
	}
	.btn-down span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-down.png) center -60px no-repeat;
	}
	.btn-down:hover span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-down.png) center 10px no-repeat;
	}
	.btn-up span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-up.png) center 6px no-repeat;
	}
	.btn-up:hover span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-up.png) center -62px no-repeat;
	}
	
	.btn-left span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-left.png) 6px top no-repeat;
	}
	.btn-left:hover span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-left.png) -62px top no-repeat;
	}
	.btn-right span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-right.png) -62px top no-repeat;
	}
	.btn-right:hover span {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		display: block;
		padding: 10px;
		height: 20px;
		background: url(../img/sprite-btn-right.png) 6px top no-repeat;
	}
	
	.btn-slider {
		margin: 0 auto;
		position: absolute;
		margin-top: -28px;
		/*margin-left: 535px;*/
		
		margin-bottom: 5px;
		z-index: 2;
		left: 47%;
	}
	
	
	.btn-navbar { 
		box-shadow: none;
		margin-bottom: 5px;
	}
	.btn-navbar:hover { 
		background-color: #000000;
	    background-image: none;
	    background-repeat: repeat-x;
		box-shadow: none;
	    color: #FFFFFF;
	}
	
	.btn-content { 
		border: 0px;
		color: black;
		background-color: #f5f5f5;
		background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
		background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
		background-repeat: repeat-x;
	}
	.btn-group.open .btn.dropdown-toggle {
		background-color: #000000;
		background-image: -moz-linear-gradient(bottom, #000000, #333333);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#333333));
		background-image: -webkit-linear-gradient(bottom, #000000, #333333);
		background-image: -o-linear-gradient(bottom, #000000, #333333);
	    background-image: linear-gradient(to bottom, #000000, #333333);
	}
	
	.btn-content > li > a, .btn-content > li > a:FOCUS, .btn-content > li > a:HOVER {
		outline-color: #FFFFFF;
	   	outline-style: solid;
	  	outline-width: 0px !important;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none !important;
	}
	
	.navbar .nav > li > .dropdown-menu:after { display:none; }
	.navbar .nav > li > .dropdown-menu:before { display: none; }
	
	ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block; }
	a.menu:after, .dropdown-toggle:after { content: none; }
	
	.dropdown-menu .active > a, .dropdown-menu .active > a:hover, .dropdown-menu .active > a:focus {
	    color: #000000 !important;
		outline-color: #FFFFFF !important;
		border-color: #FFFFFF !important;
	}
	
	.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	    border-width: 0 0 0px;
	}
	
	.navbar .nav > li:hover > a {
	    background-color: #111111;
	    color: #FFFFFF;
	}
	
	.navbar .nav > li > a {
	    padding: 10px 30px;
	}

	.dropdown-menu {
	    background: none;
		background-clip: padding-box;
	    background-color: rgba(255, 255, 255, 0.9);
	    border: 0px solid rgba(0, 0, 0, 0.2);
		border-width: 0px;
	    border-radius: 0px;
	    -moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	    display: none;
	    float: left;
	    left: 0;
	    list-style: none outside none;
	    margin: 0;
		margin-left: 0px;
	    min-width: 200px;
	    padding: 20px 0;
	    position: absolute;
	    top: 40px;
	    z-index: 1001;
	}
	
	.dropdown-menu > li > a {
	    clear: both;
	    display: block;
	    line-height: 20px;
	    padding: 5px 30px;
	    white-space: nowrap;
		outline-color: #FFFFFF;
	   	outline-style: solid;
	  	outline-width: 0px;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	
	.dropdown-menu > li.active > a:hover,
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	.dropdown-submenu:hover > a,
	.dropdown-submenu:focus > a {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		color: #000000;
		text-decoration: none;
		background-color: #EEEEEE;
		background-image: -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EEEEEE), to(#DDDDDD));
		background-image: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
		background-image: -o-linear-gradient(top, #EEEEEE, #DDDDDD);
		background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DDDDDD', GradientType=0);
		outline-color: #FFFFFF;
		outline-style: solid;
		outline-width: 5px;
	}
	
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	    background-color: #DDDDDD;
	    background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
		background-image: -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EEEEEE), to(#DDDDDD));
		background-image: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
		background-image: -o-linear-gradient(top, #EEEEEE, #DDDDDD);
	    background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DDDDDD', GradientType=0);
	    color: #000000;
	    outline: 0 none;
	    text-decoration: none;
	}
	
	.dropdown-submenu > .dropdown-menu {
	    border-radius: 0px;
	}
	
	.nav .popover {
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 1010;
	  display: none;
	  max-width: 276px;
	  min-width: 148px;
	  min-height: 400px;
	  padding: 1px;
	  text-align: left;
	  white-space: normal;
	  background-color: #ffffff;
	  border: 0px solid #ccc;
	  -webkit-border-radius: 0px;
	     -moz-border-radius: 0px;
	          border-radius: 0px;
	  -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	     -moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
              box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	  -webkit-background-clip: padding-box;
	     -moz-background-clip: padding;
	          background-clip: padding-box;
	}
	.popover-title {
	    background-color: #FFFFFF;
	    border-bottom: 1px solid #dddddd;
	    border-radius: 0px;
	    font-size: inherit;
	    font-weight: normal;
	    line-height: inherit;
	    margin: 0;
	    padding: 10px 15px;
		color: #000000;
	}
	
	.nav .popover .arrow { display: none; }

	.btn-toolbar { position: absolute; display: block; width: 910px; margin-top: -220px; padding-left: 30px;}
	

	.btn-toolbar .next:hover, .btn-toolbar .prev:hover {
		cursor: pointer;
	}
			
	.btn-toolbar .next { 
		float: right;
		width: 25px;
		background-image: -moz-linear-gradient(bottom, #333333, #000000);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#000000));
		background-image: -webkit-linear-gradient(bottom, #333333, #000000);
		background-image: -o-linear-gradient(bottom, #333333, #000000);
	    background-image: linear-gradient(to bottom, #333333, #000000);
	    background-repeat: repeat-x;
	    border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) #FFFFFF;}
	.btn-toolbar .prev {
	    float: left;
		width: 25px;
		background-image: -moz-linear-gradient(bottom, #333333, #000000);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#000000));
		background-image: -webkit-linear-gradient(bottom, #333333, #000000);
		background-image: -o-linear-gradient(bottom, #333333, #000000);
	    background-image: linear-gradient(to bottom, #333333, #000000);
	    background-repeat: repeat-x;
	    border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) #FFFFFF;}
	}
	
	legend {
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
	    border-image: none;
	    border-style: none none solid;
	    border-width: 0 0 1px;
	    color: #999999;
	    display: block;
		font-family:'HelveticaNeueW01-UltLt'; font-weight: normal;
	    font-size: 18px;
	    line-height: 40px;
	    margin-bottom: 20px;
	    padding: 0;
	    width: 100%;
	}
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	    border-radius: 0px;
	}

	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	    background-color: #FFFFFF;
	    border: 1px solid #CCCCCC;
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	}
	select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	    border-color: rgba(0, 0, 0, 0.8);
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
	    outline: 0 none;
	}

	.homerow { padding-bottom: 70px; }
	.homebox1 { padding: 50px; padding-left: 100px; padding-right: 0px; }
	.homebox2 { padding: 50px; }
	.homebox3 { padding: 50px; padding-right:100px; padding-left: 0px; }
	
	.productDetails { padding-top: 30px; padding-bottom: 10px;}
	.productDetails h2 { margin-top: 50px; }
	.imageRight { text-align: right; }
	.imageShadow { background: url(../img/bildschatten-369.png) center top no-repeat; width: 369px; height: 387px; display: block; margin-left: -10px; }
	.imageShadow img { width: 350px; padding-left: 9px; padding-top: 10px; }
	.imageRight > .imageShadow img { padding-left: 0px; padding-right: 9px; }
	.imageRight > .imageShadow { float: right; margin-left: 0px; margin-right: -10px; }
	
	.footerL { margin-left: 0px; border-top: 1px solid #000; padding-top: 10px; }
	.footerR { border-top: 1px solid #000; margin-left: 20px; padding-top: 10px; }
	
	#btnToTop { margin-left: 35px !important; }
	
	.lang-inline a:HOVER { color: #ffffff; }
	
	h1, h2, h3, h4, h5, h6 									{ font-family:'HelveticaNeueW01-UltLt'; font-weight: normal; color: #999999; text-rendering: optimizelegibility; margin-bottom: 20px; }
	h1 span, h2 span, h3 span, h4 span, h5 span, h6 span 	{ color: #000000; }
	h1 { font-size: 40px; }
	h2 { font-size: 36px; }
	h3 { font-size: 32px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }
	
	
	
	/* BOOTSTRAP - STICKY FOOTER */
	/* Wrapper for page content to push down footer */
     #wrap {
       min-height: 100%;
       height: auto !important;
       height: 100%;
       /* Negative indent footer by it's height */
       margin: 0 auto -80px;
     }

     /* Set the fixed height of the footer here */
     #push,
     #footer {
       min-height: 80px;
     }
     #footer {
       background-color: #000000;
     	padding-top: 20px;
     }
	.muted {
	 	color: #444444;
	}
	
      
	div.subCategory {
		background: #ffffff;
		border: 1px solid #ddd;
		margin: 10px;
		padding: 8px;
	}
	
	div.subCategory a.subCategoryImage img, div.subCategory a.subCategoryImage:hover img {
		background: #fff;
		padding: 0px;
		border: 0px solid #ddd;
		margin: 0 8px 0 0;
	}
	
	
	.even {
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #eee;
	}
	.odd {
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #eee;
	}
	
	div.catItemBody {
	padding: 0px 0;
	margin: 0;
	}
	
	/* RESPONSIVE CSS
	-------------------------------------------------- */
	@media (min-width: 1200px) {
		
	}
	
	@media (max-width: 1200px) {
		body { font-family:'HelveticaNeueW01-45Ligh'; font-size: 13px; line-height: 25px; }
		.navbar .nav > li > a { padding: 10px 20px; }
		.carcontent { background: url("../img/bildschatten-1240.png") no-repeat scroll center top transparent; }
		
		.brandcontainer .span8 { width: 600px; }
		
		.sprocket-strips { padding-left: 10px !important; }
		.sprocket-strips-nav { width: 780px !important; margin: 0px !important; overflow: hidden !important; }
		.sprocket-strips-container { width: 780px; margin: 0px !important; }
		.sprocket-strips-item { box-shadow: 1px 1px 5px rgba(0, 0, 0, 0) !important; height: 414px; width: 180px; background-position: center top; background-size: 180px !important; }
		.sprocket-strips-item:hover { box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important; }
		.sprocket-strips-arrows { width: 720px !important; margin: 0px !important; }
		.sprocket-strips-title { margin-top: -40px; padding-top: 360px !important; }
		
		.next { width: 10px; height: 24px; right: -100px !important; }
		.prev { width: 10px; height: 24px; left: -105px !important; }
		
		/*
		.carousel-caption { padding: 30px; }
		.carousel-caption h4 { color: #000000; font-size: 30px; line-height: 20px; text-align: right; }
		.carousel-inner .carousel-caption { bottom: 30%; }
		.carcontent .carousel-control.right { left: auto; right: auto; margin-left: 920px;	}
		.carcontent .carousel-caption {
		    background: none repeat scroll 0 0 transparent;
		    bottom: -80px;
		    margin: 0 auto;
		    text-align: center;
		    width: auto;
		}
		*/
		.carcontent { background: url(../img/bildschatten-990.png) center top no-repeat; }
		
		.spritespin-instance { width: 780px !important; }
		.spritespin-stage { width: 780px !important; }
		.spritespin-canvas { margin-left: -95px; }
		
		.layout-slideshow .sprocket-features-content {
			top: 25% !important;
		}
		.layout-slideshow .sprocket-features-desc {
			font-size: 30px !important;
			padding: 50px !important;
			padding-left: 0px !important;
			padding-right: 0px !important; 
		}
		
		.carousel-caption h4 {
		    color: #000000;
			font-size: 30px;
		    line-height: 20px;
			text-align: right;
		}
		.carousel-caption {
			padding: 40px;
			width: 40%;
			height: 25px;
		}
		.carousel-inner .carousel-caption {
			bottom: 25%;
		}
		
		.homerow { padding-bottom: 70px; }
		.homebox1 { padding: 50px; padding-right: 30px; padding-left: 80px; }
		.homebox2 { padding: 50px; padding-right: 30px; padding-left: 30px; }
		.homebox3 { padding: 50px; padding-right:80px; padding-left: 30px; }
	}
	
	@media (max-width: 979px) {
		
		.brandcontainer .span8 { width: 450px; }
	
		.navtitle { display: inline;}
		.nav-tabs > li > a, .nav-pills > li > a {
		    line-height: 14px;
		    margin-right: 2px;
		    padding-left: 10px;
		    padding-right: 10px;
		}
		
		.sprocket-strips { padding-left: 10px !important; }
		.sprocket-strips-nav { width: 600px !important; margin: 0px !important; overflow: hidden !important; }
		.sprocket-strips-container { width: 600px; margin: 0px !important; }
		.sprocket-strips-item { box-shadow: 1px 1px 5px rgba(0, 0, 0, 0) !important; height: 276px; width: 120px; background-size: 120px !important; }
		.sprocket-strips-item:hover { box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important; }
		.sprocket-strips-arrows { width: 540px !important; margin: 0px !important; }	
		.sprocket-strips-title { margin-top: -40px; padding-top: 240px !important; }
		
		.next { width: 10px; height: 24px; right: -82px !important; }
		.prev { width: 10px; height: 24px; left: -87px !important; }
		
		/*
		.carousel-caption { padding: 24px; }
		.carousel-caption h4 { color: #000000; font-size: 24px; line-height: 20px; text-align: right; }
		.carcontent .carousel-caption h3 { font-size: 24px; }
		.carousel-inner .carousel-caption { bottom: 30%; }
		.carcontent .carousel-control.right { left: auto; right: auto; margin-left: 700px;	}
		.carcontent .carousel-caption {
		    background: none repeat scroll 0 0 transparent;
		    bottom: -80px;
		    margin: 0 auto;
		    text-align: center;
		    width: auto;
		}
		*/
		.carcontent { background: url(../img/bildschatten-764.png) center top no-repeat; }
		
		.spritespin-instance { width: 600px !important; }
		.spritespin-stage { width: 600px !important; }
		.spritespin-canvas { margin-left: -185px; }
		
		.layout-slideshow .sprocket-features-content {
			top: 30% !important;
		}
		.layout-slideshow .sprocket-features-desc {
			font-size: 25px !important;
			padding: 30px !important;
			padding-left: 0px !important;
			padding-right: 0px !important; 
		}
		
		.carousel-caption h4 {
		    color: #000000;
			font-size: 25px;
		    line-height: 20px;
			text-align: right;
		}
		.carousel-caption {
			padding: 30px;
			width: 40%;
			height: 25px;
		}
		.carousel-inner .carousel-caption {
			bottom: 25%;
		}
		
		.imageShadow { background: url("../img/bildschatten-369.png") no-repeat scroll center bottom transparent;
    		display: block; height: auto; margin-left: -10px; width: auto; text-align: center; padding-bottom: 25px; }
		.imageShadow img { padding-left: 9px; padding-top: 10px; width: auto !important; margin-left: -7px; }
		.imageRight > .imageShadow { float: none; margin-left: -10px;	}
		.imageRight > .imageShadow img { padding-left: 9px; padding-top: 10px; padding-right: 0px; margin-left: -7px; }
		
		.dropdown-menu > li.active > a:hover,
		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus,
		.dropdown-submenu:hover > a,
		.dropdown-submenu:focus > a {
			-webkit-transition: none;
			-moz-transition: none;
			-ms-transition: none;
			-o-transition: none;
			transition: none;
			color: #000000;
			text-decoration: none;
			background-color: #EEEEEE;
			background-image: -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
			background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EEEEEE), to(#DDDDDD));
			background-image: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
			background-image: -o-linear-gradient(top, #EEEEEE, #DDDDDD);
			background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
			background-repeat: repeat-x;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DDDDDD', GradientType=0);
			outline-color: #FFFFFF;
			outline-style: solid;
			outline-width: 0px;
		}
	
	}
	
	@media (max-width: 767px) {
		
		.brandcontainer .span4 { width: auto; text-align: center; }
		.brandcontainer .span8 { width: auto; text-align: center; }
	
		.navtitle { display: inline;}
		.nav-tabs > li > a, .nav-pills > li > a {
		    line-height: 14px;
		    margin-right: 0px;
		    padding-left: 20px;
		    padding-right: 20px;
			display: block;
		}
		
		.detail1 { text-align: center; }
		.shaded { box-shadow: none; }
		.brandbar { padding-left: 20px; padding-top: 20px; padding-bottom: 20px; margin-right: -20px; margin-left: -20px;}
		
		.sprocket-strips { padding-left: 15% !important; }
		.sprocket-strips-nav { width: 100% !important; margin: 0px !important; overflow: hidden !important; }
		.sprocket-strips-container { width: 100%; margin: 0px !important; }
		.sprocket-strips-item { box-shadow: 1px 1px 5px rgba(0, 0, 0, 0) !important; height: 240px; width: 80%; background-size: 100px !important; }
		.sprocket-strips-item:hover { box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important; }
		.sprocket-strips-arrows { width: 80% !important; margin: 0px !important; text-align: center }	
		.sprocket-strips-title { margin-top: -40px; padding-top: 200px !important; font-size: 18px !important; }
		
		.next { width: 10px; height: 24px; right: 0px !important; margin-top: 0px !important; }
		.prev { width: 10px; height: 24px; left: 0px !important; margin-top: 0px !important; }
		
		.carcontent .carousel-control { margin-left: 0px; background: none; border: 0px;}
		.carcontent .carousel-control.right { left: auto; right: 0px;	}
		.carousel { margin-left: -20px; margin-right: -20px; width: auto; height: 248px; }
		.carousel .item { text-align: center;}
		.carousel .item img { height: 248px; width: auto; max-width: none; margin-left: -50%;}
		.carcontent { min-height: 360px; }
		.carcontent .carousel-inner { padding-bottom: 200px; }
		.carcontent .carousel .item { text-align: center; }
		.carcontent .item img { height: 248px; width: auto; max-width: none; margin-left: -20%; }
		
		.carousel { overflow: visible; }
		/*
		.carousel-caption { padding: 24px; bottom: -60px !important;  }
		.carousel-caption h4 { color: #000000; font-size: 20px; line-height: normal; text-align: right; }	
		*/
		
		.spritespin-instance { width: 100% !important; }
		.spritespin-stage { width: 100% !important; }
		.spritespin-canvas { margin-left: -340px; }
		#slider { width: 200px; clear: both; position: absolute; margin: 20px 0px 20px 40px; }
		
		.layout-slideshow .sprocket-features-content {
			top: 30% !important;
		}
		.layout-slideshow .sprocket-features-desc {
			font-size: 20px !important;
			padding: 30px !important;
			padding-left: 0px !important;
			padding-right: 0px !important; 
		}
		
		.layout-slideshow {
			margin-right: -20px;
			margin-left: -20px;
			min-height: 200px;
		}
		
		.layout-slideshow .sprocket-features-img-container img {
			width: auto !important;
			height: 200px !important;
		}
		.sprocket-features-arrows {
			display: none !important;
		}
		
		.carousel-caption h4 {
		    color: #000000;
			font-size: 25px;
		    line-height: 20px;
			text-align: center;
		}
		.carousel-caption {
			padding: 40px;
			width: 100%;
			height: 25px;
		}
		.carousel-inner .carousel-caption {
			bottom: 29%;
		}
		
		.productDetails h2 { margin-top: 0px; }
	
		.imageShadow { background: url("../img/bildschatten-369.png") no-repeat scroll center bottom transparent;
    		display: block; height: auto; margin-left: -10px; width: auto; text-align: center; padding-bottom: 25px; }
		.imageShadow img { padding-left: 9px; padding-top: 10px; width: auto !important; margin-left: -7px; }
		.imageRight > .imageShadow { float: none; margin-left: -10px;	}
		.imageRight > .imageShadow img { padding-left: 9px; padding-top: 10px; padding-right: 0px; margin-left: -7px; }
		
		.homerow { padding-bottom: 70px; }
		.homebox1 { padding: 50px; padding-right: 30px; padding-left: 30px; padding-bottom: 0px; }
		.homebox2 { padding: 50px; padding-right: 30px; padding-left: 30px; padding-bottom: 0px; }
		.homebox3 { padding: 50px; padding-right: 30px; padding-left: 30px; padding-bottom: 0px; }
	
		.btnSeparator { margin: 0px 0; text-align: center;	}
	
		.btn-slider { left: 45%; }
		
		#btnToTop { margin-left: 0px !important; margin-top: 20px; }
		
		.footernav { text-align: center; }
		.footernav > li > a { float: none; }
		
		/* BOOTSTRAP - STICKY FOOTER */	
		#footer {
			text-align: center;
          	margin-left: -20px;
          	margin-right: -20px;
          	padding-left: 20px;
          	padding-right: 20px;
        }
		
	}
	
	@media (max-width: 480px) {
		
	}


