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

/* EDIT LW, RS */ 
#slides {
	position:relative;
	width:657px;
	height:475px;      
	margin:0px;
	padding:0px;
	}        

	#slideshow_start {          
		display:block;
		position:relative;
		width:657px;
		height:475px;
		margin:0 auto;
		overflow:hidden;                    
		} 


		#slideshow_start ul {
			margin:0px;
			padding:0px;
			list-style:none;
			}

			#slideshow_start ul li {
				padding:0px;
				margin:0px;
				}                                        

				#slideshow_start ul li div.startbild {
					display:inline-block; 
					position:relative; 
					width:657px;
					height:475px; 
					background-size:cover; 
					}     
						
						
		#slideshow_start div#bildtitel_start {
			display:block;  
			z-index:100;  
			position:absolute;
			top:24px;   
			left:24px;
			right:auto;
			width:234px;
			height:auto;
			margin:0px;
			padding:23px 23px 23px 23px;
			overflow:hidden;
			background-color:#ffffff; /* Fallback */
			background-color:rgba(255, 255, 255, 0.7);	
			border:1px solid #8C9093;
			}						

			#slideshow_start div#bildtitel_start.left  {
				left:24px;
				right:auto;
				}	
				
			#slideshow_start div#bildtitel_start.right {
				left:auto;
				right:24px;
				}				
			
			#slideshow_start div#bildtitel_start h1,
			#slideshow_start div#bildtitel_start h2,	
			#slideshow_start div#bildtitel_start h3 {
				margin:0px 0px 6px 0px;
				padding:0px;
				font-family:'Helvetica';
				font-size:30px;
				line-height:36px;
				text-transform:uppercase;
				color:#6f6f70;
				}
				
			#slideshow_start div#bildtitel_start p {
				margin:0px 0px 6px 0px;
				padding:0px;
				font-family:'Helvetica';
				font-size:22px;
				line-height:28px;
				text-transform:uppercase;
				color:#6f6f70;
				}


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

	.bx-wrapper {
		position: relative; /* war relative */
		margin: 0 auto;
		padding: 0;
		*zoom: 1;
	}
	

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

.bx-wrapper .bx-viewport {
	background: #fff;
	line-height: 0px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

ul.bxslider li,
.bx-wrapper .bx-viewport ul.bxslider li {
	margin: 0px;
	padding: 0px;
	background-image: none;
}

ul.bxslider li:before,
.bx-wrapper .bx-viewport ul.bxslider li:before {content: none;}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px;
	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: 200;
}

/* 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 {
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-indent: -9999px;
	display: block;
	outline: 0;
	cursor:pointer;
	z-index: 10;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {}


/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	outline: 0;
	width: inherit; /* EDIT LW, CM */
	height: inherit;  /* EDIT LW, CM */
	z-index: 50;
}

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

.bx-wrapper .bx-prev {
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	transition:background-color 275ms linear;
}

.bx-wrapper .bx-next {
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	transition: background-color 275ms linear;
}

.bx-wrapper .bx-prev:hover {}
.bx-wrapper .bx-next:hover {}

.bx-wrapper a.bx-prev:before {
	position: absolute;
	top: 0px;
	left: -2px;
	width: inherit;
	height: inherit;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	content: "\f053";
	font-family: 'FontAwesome';
	font-size: inherit;
	font-style: normal;
	font-weight: bold;
	line-height: inherit;
	text-decoration: none;
	text-align: center;
	transition: color 275ms linear;
	border-radius: 0%;
	}                                   

	.bx-wrapper a.bx-prev:hover:before {}				
	
.bx-wrapper a.bx-next:before {
	position: absolute;
	top: 0px;
	right: -2px;
	width: inherit;
	height: inherit;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: inherit;  /* EDIT LW, CM */
	font-style: normal;
	font-weight: bold;
	line-height: inherit;
	text-decoration: none;
	text-align: center;
	transition: color 275ms linear;
	border-radius: 0%;
	}                                   

	.bx-wrapper a.bx-next:hover:before {}			
	
/* 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;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* Next Prev */
#nextslide a {
  position:absolute;
  bottom:75px;
  right:-4px;
  width:60px;
  height:60px;
  background:url(images/next.png) left bottom no-repeat;
  cursor:pointer;
  display:block;
  z-index: 50;
  text-indent: -9999px;
}

    #nextslide a:hover {
      background-position:left top;
    }
    
#prevslide a {
  position:absolute;
  bottom:75px;
  left:-4px;
  width:60px;
  height:60px;
  background:url(images/prev.png) left bottom no-repeat;
  cursor:pointer;
  display:block;
  z-index:50;
  text-indent: -9999px;
}

    #prevslide a:hover {
      background-position:left top;
    }    
	
	
/* Geräte bis 540px */
@media (max-width: 540px) {
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {bottom: 5px;}

}	