/**
 * 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
 */


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

.bx-wrapper {
	position: relative;
	margin: 20px auto 50px;
	padding: 0;
	*zoom: 1;
}

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

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

.bx-wrapper .bx-viewport {
	-m/oz-box-shadow: 0 0 5px #ccc;
	-w/ebkit-box-shadow: 0 0 5px #ccc;
	b/ox-shadow: 0 0 5px #ccc;
	left: 0px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

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

/* PAGER */

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

.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;
}

/* Slide für Register Tabs */

.slide_tabs {
	background: rgba(255,255,255,0.2);
	padding: 15px;
	border: 1px solid rgba(128,128,128,0.4);
	border-radius: 6px;
	}

.slide_tab_content {
	text-align:justify;
	height: 214px;
	padding-bottom: 15px;
	overflow: hidden;
}

.slide_tabs:hover {
    background: rgba(128,128,128,0.1);
	border: 1px solid rgba(0,0,0,0.2);
}

/* 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;
	o/utline: 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 .ticker-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 96%;
}

.bx-wrapper .ticker-container .bx-caption {
	margin-top: 5%;
	margin-bottom: 30%;
	w/idth: 100%;
	text-align:center;
	b/order: 2px solid blue;
}

.ticker-container .read_more_ticker {
	w/idth: 100%;
	text-align:center;
}

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

.bx-caption h3{
	font-size: 1.3em;
	color: white;
	p/adding-top: 10px;
}

/* DIRECTION CONTROLS (NEXT / PREV) --------------------------*/
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


.bx-controls-direction .fa {
	padding: 0;
}
.bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 1.8em;
	color: white;
	outline: 0;
    text-align: center;
	padding: 2px 15px 2px 15px;
	z-index: 900;
 	background: rgba(0, 0, 0, 0.3);
	text-decoration:none;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.bx-controls-direction a:hover {
 	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.bx-wrapper .bx-prev {
	left: 10px;
}

.bx-wrapper .bx-next {
	right: 10px;
}

.site-slider .bx-wrapper .bx-controls-direction .bx-prev{
	left: 0px;
}
.site-slider .bx-wrapper .bx-controls-direction .bx-next{
	right: 0px;
}

.site-slider {
	height: auto;
	padding: 0;
	margin: 0;
}

.site-slider .container {
	position: absolute;
	text-align: right;
	color: black;
	right: 15px;
	bottom: 0%;
	w/idth: 100%;
	h/eight: 100%;
	z/-index: 999;
}

.bx-container {
	position: absolute;
	color: black;
	right: 15px;
	bottom: 110px;
	w/idth: auto;
	h/eight: auto;
	padding: 10px 30px 0px 30px ;
	background: rgba(255, 255, 255, 0.6);
	z/-index: 999;
}

.read_more_button{
	position: absolute;
	color: black;
	right: 15px;
	bottom: 70px;
	width: auto;
	height: auto;
	padding: 0px;
	z-index: 999;
	background: rgba(255, 255, 255, 0.6);
	}

.site-slider .bx-controls {
	position: absolute;
	color: black;
	right: 29px;
	bottom: 20px;
	width: 84px;
	height: 43px;
	z-index: 999;
}
.bx-thumbnail-wrapper {
  background-color: rgba(0,0,0,0.1);
  text-align: center;
  margin-top: -50px;
  position: relative;
}

#bx-pager a {
  max-width: 8%; 
  height: auto;
  margin: 15px 1% 15px 1%;
  padding: 0 0 0 0;
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  outline: 0;
  border: 0;
  border: 1px solid black;
}

#bx-pager a img {
  width: 100%;
  outline: 0;
  border: 0;
}

#bx-pager a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  background: url(../images/active-state.png) no-repeat;
  background-position: center 85px;
}


/* Slide News */
.bxslider_newsticker_wrapper{float: left;margin-top: 15px;margin-bottom: 15px;	b/order: 2px solid green;
}

.slide_news{
	height: 180px;
	background: rgba(255,255,255,0.2);
	padding: 15px;
	border: 1px solid rgba(128,128,128,0.4);
	border-radius: 6px;
	}
	
.slide_news:hover {
    background: rgba(128,128,128,0.1);
	border: 1px solid rgba(0,0,0,0.2);
}

.slide_news img{float:left; width: 150px;margin-right: 10px;}
.slide_news p{ padding: 0;}

.slide_news_read { position: absolute; bottom: 0px;right: 15px;padding: 15px;}
