/* 100% Cycle Slider */
.cycle-slider-wrapper { 
    position: relative; 
    clear: both; 
    
    height:auto;  
    width: auto;
        display: inline-block
}

.cycle-slider-section { 
      position: relative; 
    box-sizing: border-box;

   
    
    float: left; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    min-height: 400px;
     
    
  
    z-index: 0; 
    overflow: hidden; 
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1); 
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1); 
    box-shadow: 0 1px 10px rgba(0,0,0,.1); 
    border:solid 1px #999;
    border-radius: 3px;
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 0px; 
    margin-bottom: 24px; 
    box-shadow: 8px 8px 4px 0px #E9E6E6;
}





.cycle-slider-section .slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #53504e;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  
}
.cycle-slider-section .slider-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.cycle-slider-section .slider-item h3 {
  position: absolute;
  left: 1em;
  bottom: 1em;
  margin: 0;
  padding: 8px;
  line-height: 100%;
  font-size: 1.5em;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.85);
}
.cycle-slider-section .slider-nav {
  position: absolute;
  display: block;
  top: 45%;
  width: 42px;
  height: 42px;
  color: #ffffff;
  text-decoration: none;
  z-index: 100;
  background: transparent url(sprites-white.png) no-repeat 0 0;
}
.cycle-slider-section.cycle-slider-section-grey .slider-nav {
  background-image: url(sprites-grey.png);
}
.cycle-slider-section .slider-item-next {
  right: 1em;
  background-position: -300px 0;
}
.cycle-slider-section a.slider-item-next:hover {
  background-position: -100px 0;
}
.cycle-slider-section .slider-item-prev {
  left: 1em;
  background-position: -200px 0;
}
.cycle-slider-section a.slider-item-prev:hover {
  background-position: 0 0;
}
.cycle-slider-section .slider-pagination {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}
.cycle-slider-section .slider-pagination a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-indent: -100em;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background: transparent url(sprites-white.png) no-repeat -400px -21px;
}
.cycle-slider-section.cycle-slider-section-grey .slider-pagination a {
  background-image: url(sprites-grey.png);
}
.cycle-slider-section .slider-pagination a.activeSlide,
.cycle-slider-section .slider-pagination a:hover {
  background-position: -400px 0;
}

.slider-pagination-thumbnails {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.slider-pagination-thumbnails li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
	list-style: none;
}
.slider-pagination-thumbnails li a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ccc;
	border: 1px solid #999;
}
.slider-pagination-thumbnails li a img {
	display: none;
}


/*UMSCHALTUNG_RESPONSIVE===1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px===*/
/*@media screen and (max-width:620px)*/


@media screen and (max-width:1007px){

body { background: green; }
    
    /* 100% Cycle Slider */
.cycle-slider-wrapper { 
    position: relative; 
    clear: both; 
    height:100%;  
    width: auto;
border:solid 1px #999;
}

.cycle-slider-section { 
      position: relative; 
   
    
    
    
    
        
        
    float: left; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    min-height: 250px;
     
    
  
    z-index: 0; 
    overflow: hidden; 
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1); 
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1); 
    box-shadow: 0 1px 10px rgba(0,0,0,.1); 
    border:solid 1px #999;
    border-radius: 3px;
    margin-left: 0px;
    margin-right: 0px; 
    margin-bottom: 16px; 
    box-shadow: 8px 8px 4px 0px #E9E6E6;
}





.cycle-slider-section .slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #53504e;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  
}
.cycle-slider-section .slider-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.cycle-slider-section .slider-item h3 {
  position: absolute;
  left: 1em;
  bottom: 1em;
  margin: 0;
  padding: 8px;
  line-height: 100%;
  font-size: 1.5em;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.85);
}
.cycle-slider-section .slider-nav {
  position: absolute;
  display: block;
  top: 45%;
  width: 42px;
  height: 42px;
  color: #ffffff;
  text-decoration: none;
  z-index: 100;
  background: transparent url(sprites-white.png) no-repeat 0 0;
}
.cycle-slider-section.cycle-slider-section-grey .slider-nav {
  background-image: url(sprites-grey.png);
}
.cycle-slider-section .slider-item-next {
  right: 1em;
  background-position: -300px 0;
}
.cycle-slider-section a.slider-item-next:hover {
  background-position: -100px 0;
}
.cycle-slider-section .slider-item-prev {
  left: 1em;
  background-position: -200px 0;
}
.cycle-slider-section a.slider-item-prev:hover {
  background-position: 0 0;
}
.cycle-slider-section .slider-pagination {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}
.cycle-slider-section .slider-pagination a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-indent: -100em;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background: transparent url(sprites-white.png) no-repeat -400px -21px;
}
.cycle-slider-section.cycle-slider-section-grey .slider-pagination a {
  background-image: url(sprites-grey.png);
}
.cycle-slider-section .slider-pagination a.activeSlide,
.cycle-slider-section .slider-pagination a:hover {
  background-position: -400px 0;
}

.slider-pagination-thumbnails {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.slider-pagination-thumbnails li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
	list-style: none;
}
.slider-pagination-thumbnails li a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ccc;
	border: 1px solid #999;
}
.slider-pagination-thumbnails li a img {
	display: none;
}
    
    /*UMSCHALTUNG_RESPONSIVE===1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px======1007px===*/
/*@media screen and (max-width:620px)*/


@media screen and (max-width:420px){

body { background: green; }
    
    /* 100% Cycle Slider */
.cycle-slider-wrapper { 
    position: relative; 
    clear: both; 
    height:100%;  
    width: auto;
border:solid 1px #999;
}

.cycle-slider-section { 
      position: relative; 
   
   
        
    float: left; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    min-height: 150px;
     
}