/*----slider----*/
.img-slider{
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav {
  	display:none;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
/*max-height:800px;	*/
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	bottom: 6%;
	z-index: 999;
	right: 4.5%;
	padding: 0;
	margin: 0;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs a{
   visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\.";
  font-size:0;
  visibility: visible;
  display: block;
  height:16px;
  width:16px;
  display:inline-block;
  border:2px solid #fff;
}
.callbacks_here a:after{
	border:2px solid #fff;
	background-color:#fff;
}


/*-- slider-caption --*/
.slider-caption{
	position: absolute;
	z-index: 999;
	left: 0%;
	bottom: 5%;
	width: 42%;
	background: url(/Public/css/img/slider-background/blau/bg50.png);
	padding: 0.7em 0.7em 0.4em 2%;
	
}
.slider-caption h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 100%;	
	margin: 0 0 5px 0;
	padding: 0;
	color:#fff;
}

.slider-caption p{
	color: #fff;
	font-weight: normal;
	font-size: 1em;	
	line-height: 110%;
}
a.caption-btn{
	background:#117fc0;
	padding:0.8em 1.2em;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	margin-top:0.6em;
	text-decoration:none;
	font-size: 0.9em;
	border-radius:0.5em;
}
a.caption-btn:hover{
	background:#26a5bd;
}
/*-- end slider --*/

