/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	/*margin: 0 !important;*/
	/*max-width: 460px !important;*/
	padding: 0;
	*zoom: 1;
	/* max-width: 460px !important; */
	/*width: 100%;*/
	z-index: 10;
}

.bx-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-slide {
	max-width: 460px;
}

.bx-slide-list {
	float: right;
	width: 168px;
	list-style: none;
	position: absolute;
	right: 0;
	top: 0;
}

.bx-slide-list a:first-child {
	height: 83px;
	border-top: none;
}

.bx-slide-list a.last {
	height: 83px;
	border-bottom: none;
}

.bx-slide-list a {
	height: 80px;
	background: #2C2E30;
	border-bottom: 1px solid #1d1d1d;
	border-top: 1px solid #4b4b4b;
	padding: 26px 20px 0;
	
	color: #fff;
	font: bold 14px arial, sans-serif;
	width: 168px;
	display: block;
	position: relative;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	z-index: 20;
	overflow: visible;
}

.bx-slide-list a.active {
	background-color: #5f6266;
}

.bx-slide-list a.active:before {
	background-image: url('images/slide-list-active.png');
	background-repeat: no-repeat;
	margin-left: -20px;
}

.bx-slide-list a:before {
	background-image: url('images/slide-list-shadow.png');
	background-position: 0 center;
	background-repeat: repeat-y;
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 910;
	height: 80px;
	width: 20px;
	margin-left: -9px;
}

.bx-slide-list a.last:before {
	height: 82px;
}

.bx-slide-list a:first-child:before {
	height: 84px;
}

@media (min-width: 768px) {
	.bx-controls {
		display: none;
	}
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('images/caption-bg.png');
	width: 100%;
	height: 83px;
	
	padding: 10px 100px 10px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.bx-wrapper .bx-caption h5 {
	color: #fff;
	font: bold 18px Arial, sans-serif;
	margin: 0;
}

.bx-wrapper .bx-caption p {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 14px;
	margin-top: 0;
}

.bx-wrapper .bx-caption-inner {
	position: relative;
}

.bx-wrapper .bx-caption-inner p {
	margin-bottom: 0;
}

.bx-wrapper .bx-slide-anchor {
	background: url('images/yellow-arrow.png') right center no-repeat;
	display: block;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -10px;
	width: 16px;
	height: 29px;
}

/*
 * Bx Slider Grey
 */

.bx-slider-grey {
	padding-top: 23px;
}

.bx-slider-grey .bx-wrapper {
	width: 190px;
	height: 266px;
	margin: 0 auto !important;
}

.bx-slider-grey .bx-controls {
	display: block;
	height: 20px;
}

.bx-slider-grey .bx-controls-direction a {
	top: 36.26%;
	background-image: url('images/controls-grey.png');
	width: 16px;
}

.bx-slider-grey .bx-controls-direction a.bx-prev {
	left: -36px;
	background-position: 0 0;
}

.bx-slider-grey .bx-controls-direction a.bx-next {
	right: -37px;
	background-position: -46px 0;
}

.bx-slider-grey .bx-image-shadow {
	margin-top: 2px;
}

.bx-slider-grey .bx-image {
	position: relative;
}

.bx-slider-grey .bx-small-caption {
	text-align: center;
	font-size: 12px;
	padding-top: 0px;
}

.bx-slider-grey .bx-small-caption p {
	margin: 0;
	display: block;
}

.bx-slider-grey .bx-small-caption strong {
	text-transform: uppercase;
	color: #000;
	padding-top: 9px;
	display: block;
}

.bx-slider-grey .bx-ribbon-bottom-right {
	position: absolute;
	right: 1px;
	bottom: 1px;
}

.bx-slider-pagination {
	text-align: center;
	position: relative;
	height: 33px;
	padding-top: 18px;
	background: #f5f5f5;
	font-weight: bold;
}

.bx-slider-pagination a {
	display: block;
	position: relative;	
	background-image: url('../../images/icons.png');
	width: 12px;
	height: 19px;
	text-indent: -9999px;
	float: right;
}

.bx-slider-pagination span {
	position: relative;
	top: 1px;
}

.bx-slider-pagination a.bx-prev-grey {
	background-position: 0 -576px;
	float: left;
	margin-left: 10px;
}

.bx-slider-pagination a.bx-next-grey {
	background-position: -3px -190px;
	margin-right: 10px;
}

/*
 * Bx Slider A to Z
 */

#bx-slider-a2z {
	padding-bottom: 13px;
	margin-top: 10px;
}

#bx-slider-a2z .bx-viewport {
	height: 32px !important;
}

#bx-slider-a2z .bx-wrapper {
	max-width: 217px !important;
	margin: 0 auto !important;
}

#bx-slider-a2z .bx-controls {
	display: block;
}

.bx-slider-a2z .bx-slide {
	width: 29px;
	height: 30px;
}

.bx-slider-a2z .bx-slide.last {
	width: 31px !important;
}

#bx-slider-a2z .bx-controls-direction a {
    background-image: url('images/controls-grey-small.png');
    width: 10px;
    height: 16px;
    top: 23px;
}

#bx-slider-a2z .bx-controls-direction a.bx-next {
    background-position: -30px 0;
	
    right: -26px;
}

#bx-slider-a2z .bx-controls-direction a.bx-prev {
    background-position: 0 0;
	
    left: -27px;
}

.box .bx-slider-a2z .bx-slide a {
    display: block;
    width: 29px;
    height: 28px;
    text-align: center;
    line-height: 31px !important;
	
    background: url('images/a2z-slide-bg.png') 0 bottom repeat-x;
    border: 1px solid #ccc;
    border-radius: 2px 2px;
	
	font-weight: bold;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.bx-slider-a2z .bx-slide a.active,
.bx-slider-a2z .bx-slide a:hover {
    background: #efbc12;
	border-color: #efbc12;
	color: #000;
}

.bx-slider-a2z .bx-slide-shadow {
    margin: 0;
}

.bx-grid-6 a {
	width: 100px;
	float: left;
	margin: 0 0 5px 8px;
}

.bx-grid-6 .bx-grid-row a:first-child {
	margin-left: 0;
}

.markenubersicht .bx-grid-6 {
	overflow: hidden;
}

.markenubersicht .bx-grid-6 .bx-grid-row {
	margin-left: 8px;
}

.markenubersicht .bx-grid-6 .bx-grid-row.even {
	float: left;
}

.markenubersicht .bx-wrapper {
	max-height: 266px;
	height: auto;
}

/*
 * Bx Simple Image Slider
 */

.bx-image-slider {
	
}

.bx-image-slider .bx-controls-direction a {
    background-image: url('images/controls-image.png');
    width: 31px;
    height: 30px;
    bottom: 6px;
    top:  auto;
    z-index: 999;
}

.bx-image-slider .bx-controls-direction a.bx-next {
    background-position: -34px 0;
	
    right: 5px;
}

.bx-image-slider .bx-controls-direction a.bx-prev {
    background-position: 0 0;
	
    right: 40px;
    left: auto;
}

.bx-image-slider .bx-controls-direction a.bx-next:hover {
    background-position: -34px -32px;
}

.bx-image-slider .bx-controls-direction a.bx-prev:hover {
    background-position: 0 -32px;
}
