.active .slide {
  display: block !important;
  visibility: hidden;
  transition: left .6s ease-out;
}

.active .slide.current {
  visibility: visible;
  left: 0;
}

.active .slide.next {
  left: 100%;
}

.active .slide.prev {
  left: -100%;
}

.active .slide.next.in-transition,
.active .slide.prev.in-transition {
  visibility:visible;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    box-shadow:none;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*Slider*/
.sliderContainer {  margin: 0 auto; }
.carousel, .slide {
    width: 100%;
    padding:0;
    margin: 0;
    overflow: hidden;
  }
  .carousel {
    position: relative;
  }
  .carousel ul {
    margin:0 30px 0 0;
    padding: 0;
	float:right;
  }
  .slide {
    /*position: absolute;
    height: 550px;*/
    position: absolute;
    margin-bottom:1em;
    border:1px solid #333;
	background-size: cover;
	background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  .slide h4 {
    display:inline-block;
    float:righ;
    font-size: 1.25em;
    margin:0;
    padding: .25em;
    text-align: right;
    background-color: rgba(255,255,255,.8);
    float:right;
    border-radius: 0 0 0 .5em;
  }
  .slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0;
    clear:both;
    padding: 1em 5em 1em 3em;
    background-color: rgba(255,255,255,.8);
  }
  
 .image-inner {
    display: block;
     height: 0;
    padding-top: 49.3%;63.3%;
}
 
 
  /*
  .slide a {
    display:block;
    text-align: right;
  }
*/
.carousel.active {
  height: 550px;
  /* overflow:hidden; */
  border: 1px solid #333;
  position:relative;
}

.active .slide {
  border: none;
  display: none;
  position:absolute;
  top:0;
  left:0;
  z-index:200; 
}

.slide.current {
  display:block;
  z-index: 500;
}

.btn-prev,
.btn-next {
  position:absolute;
  z-index: 700;
  top: 50%;
  margin-top: -2.5em;
  border:0;
  /*background: rgba(255,255,255,.6);*/
  line-height: 1;
  padding:2em .5em;
  /*transition: padding .4s ease-out;*/
}

.btn-next:hover,
.btn-next:focus,
.btn-prev:hover,
.btn-prev:focus {
  padding-left: 2em;
  padding-right:2em;
}

.btn-prev {
  left:0;
  border-radius: 0 .25em .25em 0;
}

.btn-next {
  right:0;
  border-radius: .25em 0 0 .25em;
}

.carousel.with-slidenav {
  /*padding-bottom: 4em;*/
  background-color: #fff;
  border: none;
  z-index: 1;
}
.carousel.with-slidenav .slide {
  border-bottom: none;
}

.slidenav {
  
  left: 0;
  right: 0;
  text-align: center;
}

.cstop, .cplay {
    height: 15px;
    margin-left: 0px;
    margin-top: 3px;
    max-width: unset;
    width: 20px;
}
.slidenav li {
  display:inline-block;
  margin: 0 1.5em;
}
button {cursor: pointer;}
.slidenav button {
  box-shadow:none;
  border: 3px solid #fff;
  background-color: #fff;
  line-height: 1em;
  height: 2em;
  width:2em;
  font-weight: bold;
  color: #004c97;
  position: absolute;
  bottom: 15px;
  z-index: 500;
  border-radius: 50% !important;
  padding: 0;
}
.slidenav button:focus,.slidenav button:active {
  box-shadow:none;
  padding: 0;
}
.slidenav button:hover,.slidenav button:focus {
  border: 3px solid #004c97;
}

.slidenav button.current:focus,.slidenav button.current:active {
  box-shadow:none;
  padding: 0;
}

.slidenav button.current {
  border-radius: .5em;
  background-color: #004c97;
  color: #fff;
  width:2.3em;
  height:2.3em;
  margin-left: -3px;
}

.slidenav button.current:hover, .slidenav button.current:focus {
  border: 3px solid #004c97;
}
/*Slider Ende*/


.img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.fotoquelle {
	background-color: rgba(0,0,0,0.5);
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	/* border-radius: 6px; */
	padding: 0.2em;
	font-size: 0.65em;
	/*margin: -35px 0 0 5px;*/
}

@media (max-width: 30em) {
	.slidenav li {
		margin: 0 1.2em;
	}
}

