.slideshow {
transition-property: width;
transition-duration: 1s;
transition-timing-function: ease;
transition-delay: 2s;
  height: 410px;
  overflow: hidden;
  position: relative;
  background: #cfe4f7
  border-radius: 5px;
}
.slideshow ul {
  position: absolute;
  top: 0;
  width: 600%;
  height: 410px;   
  margin: 0;
  padding: 0;
  list-style: none;    
}
.slideshow ul li:nth-child(1) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider1308.jpg') center;
  background-size: cover;
}
.slideshow ul li:nth-child(1) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider1308.jpg') center;
  background-size: cover; 
}
.slideshow ul li:nth-child(2) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider2607matella.jpg') center;
  background-size: cover;
}
.slideshow ul li:nth-child(2) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider2607matella.jpg') center;
  background-size: cover;
}
.slideshow ul li:nth-child(3) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider2507pirflo.jpg') center;
  background-size: cover;
}
.slideshow ul li:nth-child(3) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider2507pirflo.jpg') center;
  background-size: cover;
}
.slideshow ul li:nth-child(4) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider2507daniel.jpg') center;
  background-size: cover;
}
.slideshow ul li:nth-child(4) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider2507daniel.jpg') center;
  background-size: cover; 
}
.slideshow ul li:nth-child(5) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider1907pirflo.jpg') center;
  background-size: cover;
}
.slideshow ul li:nth-child(5) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider1907pirflo.jpg') center;
  background-size: cover;
}
.slideshow ul li:nth-child(6) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider0807kopecky.jpg') center;
  background-size: cover;
}
.slideshow ul li:nth-child(6) {
  background: url('http://stormhuntersat.cluster-root.at/FULLSLIDER/2013.Slidergrafiken/slider0807kopecky.jpg') center;
  background-size: cover;
}
.slideshow ul li {
  float: left;
  width: 16.666666666666668%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
  background-size: cover;
}
.slideshow ul li div {
  padding: 20px;
}
.slideshow ul li .right-half {
  width: 50%;
  margin-left: 50%;
  margin-top: -11.2%;
}
.slideshow ul li .left-half {
  width: 50%;
}
.slideshow ul li .centered {
  text-align: center;
}
.slideshow ul li .text-shadow {
  text-shadow: 1px 1px 2px;
}
.slideshow ul li h1,
.slideshow ul li h2,
.slideshow ul li h3,
.slideshow ul li h4,
.slideshow ul li h5,
.slideshow ul li h6,
.slideshow ul li p {
}
.slideshow ul li h1 {
  line-height: 1.2em;
}
.slideshow ul li h2 {
  line-height: 1.2em;
}
.slideshow ul li h3 {
  line-height: 1.2em;
}
.slideshow ul li h4 {
  line-height: 1.2em;
}
.slideshow ul li h5 {
  line-height: 1.2em;
}
.slideshow ul li h6 {
  line-height: 1.2em;
}
.slideshow ul li p {
  line-height: 1.2em;
}
.slideshow .overview {
  width: 100%;
  text-align: left;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  background: #225d82;
  border-radius: 0 0 6px 6px;
}
.slideshow .overview ul {
  margin: 5px 0 5px 60%;
  margin-left: 46.7%;
  padding: 0;
  list-style: none;
}
.slideshow .overview ul li {
  display: inline-block;
  margin: 0 3px;
  text-indent: -999em;
  overflow: hidden;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #47789e;
  cursor: pointer;
  behavior: url(PIE/PIE.php);
}
.slideshow .overview ul li.active {
  background: #a2c5e0;
}
/****
* Responsive Text
****/
@media screen and (max-width: 1600px) {
  .slideshow {
    height: 170px;
  }
  .slideshow ul li {
    height: 150px;
  }
  .slideshow ul li h1 {
    font-size: 20px;
  }
  .slideshow ul li h2 {
    font-size: 18px;
  }
  .slideshow ul li h3 {
    font-size: 16px;
  }
  .slideshow ul li h4 {
    font-size: 14px;
  }
  .slideshow ul li h5 {
    font-size: 12px;
  }
  .slideshow ul li h6 {
    font-size: 10px;
  }
  .slideshow ul li p {
    font-size: 6px;
  }
  .slideshow ul li img {
    max-width: 50%;
  }
  .slideshow ul li .left-half img,
  .slideshow ul li .right-half img {
    max-width: 80%;
  }
}
@media screen and (min-width: 601px) and (max-width: 1600px) {
  .slideshow {
    height: 240px;
  }
  .slideshow ul li {
    height: 220px;
    background-size: cover !important;
  }
  .slideshow ul li h1 {
    font-size: 25px;
  }
  .slideshow ul li h2 {
    font-size: 30px;
  }
  .slideshow ul li h3 {
    font-size: 25px;
  }
  .slideshow ul li h4 {
    font-size: 20px;
  }
  .slideshow ul li h5 {
    font-size: 15px;
  }
  .slideshow ul li h6 {
    font-size: 10px;
  }
  .slideshow ul li p {
    font-size: 5px;
  }
  .slideshow ul li img {
    max-width: 50%;
  }
  .slideshow ul li .left-half img,
  .slideshow ul li .right-half img {
    max-width: 80%;
  }
}

