
/*
.wrapper {
	position: relative;
	width: 100%;
	background: #26292e;
}
*/
.carousel {
	position: relative;
	width: 100%;
	top: 0;
	overflow: hidden;
}
.inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
	left:0;
	z-index: 1;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.slide.active,
.slide.left,
.slide.right{
	z-index: 2;
	opacity: 1;
}
.js-reset-left{left:auto}
.slide.left{
	left:-100%;
	right:0;
}
.slide.right{
	right:-100%;
	left: auto;
}
.transition .slide.left{left:0%}
.transition .slide.right{right:0%}
.transition .slide.shift-right{right: 100%;left:auto}
.transition .slide.shift-left{left: 100%;right:auto}
.transition .slide{
	transition-property: right, left, margin;
}
.indicators{
	width:100%;
	position: absolute;
	bottom:0;
	z-index: 4;
	padding:0;
	text-align: center;
}
.indicators li{
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 5px;
	background: #26292e;
	list-style-type: none;
	border-radius: 50%;
	cursor:pointer;
	transition:background 0.3s ease-out;
}
.indicators li.active{background:#eb6449}
.indicators li:hover{background-color:#81848a}
.arrow{
  width: 20px;
  height: 20px;
  position:absolute;
  top:70%;
  z-index:5;
  border-top:3px solid #26292e;
  border-right:3px solid #26292e;
  cursor:pointer;
  transition:border-color 0.3s ease-out;
}

.arrow:hover{border-color:#eb6449}
.arrow-left{
  left:20px;
  transform:rotate(225deg);
}
.arrow-right{
  right:20px;
  transform:rotate(45deg);
}
.slide{
	text-align:center;
}

.carousel h1{
	position: absolute;
	margin: 0;
	width: 100%;
	background: #fff;
	background: rgb(220,160,140);
	background: rgba(38, 41, 46, 0.5);
	bottom: 70px;
	z-index: 10;
	padding: 10px;
	color: #fff;
	font-weight: normal;
}
/*.slide:nth-child(1){
	background-image: url(../img/slider/Flamingo.jpg);
}*/
.slide:nth-child(1){
	background-image: url(../img/slider/Penthesilea.jpg);
}
.slide:nth-child(2){
	background-image: url(../img/slider/Der_Baum.jpg);
}
.slide:nth-child(3){
	background-image: url(../img/slider/Charlston-ofengeformtes_Glas_frei.jpg);
}
.slide:nth-child(4){
	background-image: url(../img/slider/Spiegelung.jpg);
}
.slide:nth-child(5){
	background-image: url(../img/slider/Der_Segler-Glasguss-geschmiedetes_Eisen_frei.jpg);
}
.slide:nth-child(6){
	background-image: url(../img/slider/Die_Kaempferin-Bronzeguss_frei.jpg);
}
/* .slide:nth-child(7){
	background-image: url(../img/slider/Die_Waechterin-Bronzeguss_frei.jpg);
} */
.slide:nth-child(7){
	background-image: url(../img/slider/gruener_Gingko_frei.png);
}
.slide:nth-child(8){
	background-image: url(../img/slider/Jitterburg-Ofengeformtes_Glas_frei.jpg);
}
.slide:nth-child(9){
	background-image: url(../img/slider/Schlangengraal.jpg);
}
.slide:nth-child(10){
	background-image: url(../img/slider/Schlafender_Falmingo.png);
}