/*############################################*/
/*                                            
/*  TYPO3 Carousel                                 
/*                                            
/*############################################*/

#carousel {
	display: none;
	position: relative;
}
	
.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 {
  display: block;
  height: auto;
  float: right;
  width: 100%;
  border-radius: 4px;
	/*
	border: solid @bg-farbe;
	max-width: 400px;
  border-width: 0 0 0 15px;
	*/
}

.rslides1_nav {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 99;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../img/themes.gif") no-repeat left top;
	/*margin-top: -45px;*/
	margin-top: -30px;
}

.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.rslides_tabs {
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs .rslides_here a {
	color: #000;
	font-weight: bold;
}

/*############################################*/
/*                                            
/*  Datepicker                              
/*                                            
/*############################################*/

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker td.day.disabled {
  color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new {
  color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker td span:hover {
  background: #eeeeee;
}

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}

.datepicker td span.old {
  color: #999999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
  .font-size(21);
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/*############################################*/
/*                                            
/*  Top Link                              
/*                                            
/*############################################*/

#toTop-right {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  outline: none;
}

#toTop-left {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  outline: none;
}

#toTop-center {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
  outline: none;
}

/*############################################*/
/*                                            
/*  Lightbox                              
/*                                            
/*############################################*/

.lightbox {
	position: relative;
	top: 70px;
	z-index: 1050;
	line-height: 0;
	text-align: center;
	background-color: transparent;
	outline: 0
}

.lightbox .hide {
	display: none
}

.lightbox .in {
	display: block
}

.lightbox-content {
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box
}

.lightbox-content .lightbox-caption {
	position: absolute;
	right: 12px;
	bottom: 11px;
	left: 11px;
	padding: 2%;
	font-size: 14px;
	line-height: 18px;
	color: white;
	text-align: center;
	text-shadow: 0 -1px 0 #000;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	background: #000;
	background: rgba(0,0,0,0.6)
}

.lightbox-header .close {
	margin-top: -16px;
	margin-right: -16px;
	font-size: 2em;
	color: white;
	opacity: .8;
	filter: alpha(opacity=80)
}

.lightbox-header .close:hover {
	opacity: .4;
	filter: alpha(opacity=40)
}