/* 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: visible; 
    /*-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: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px; 
    margin-bottom: 40px; 
    
    /*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: 442px;
  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: 0em;
  background-position: -300px 0;
}
.cycle-slider-section a.slider-item-next:hover {
  background-position: -100px 0;
}
.cycle-slider-section .slider-item-prev {
  left: 0em;
  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: -420px 0;
    
}

.slider-pagination-thumbnails {
	
    box-sizing: border-box;
	
    padding-left: 80px; 
    padding-right: 80px;
    
    
	width: 100%;
    margin-right: auto; 
    margin-left: auto;
    
    border: 0px dotted red;
	list-style: none;
    clear: both;
    
  display: flex;
  justify-content:center;
}
.slider-pagination-thumbnails li {
	position: relative;
    box-sizing: border-box;
	display: inline-block;
	padding: 0;
	margin: 0 2px 0 0;
	list-style: none;
    
}
.slider-pagination-thumbnails li a {
	position: relative;
    box-sizing: border-box;
	display: block;
	width: 52px;
	height: 42px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ccc;
	border: 1px solid #999;
    margin-bottom: 0px;
    

}

.slider-pagination-thumbnails li a:hover {
	
	box-sizing: border-box;
	border: 1px solid darkorange;
    
}

.activeSlide {
	box-sizing: border-box;
	border-bottom: 3px solid darkorange;
}




.slider-pagination-thumbnails li a img {
	display: none;
}


#introtext {
                box-sizing: border-box;
            position: absolute;
                
   top:400px;
                width: 100%;
                
               
            background: rgba(204, 204, 204, 0.7);
    background: transparent;
                
                font-family: 'Khand', sans-serif;
                font-weight: 500;
                font-size: 18px; 
                font-family: 'Khand', sans-serif;
                font-weight: 300;
                color:white;
	           display: block;
	           
                
                
	           height: auto;
	           overflow: hidden;
	           background-size: cover;
	           
	           border: 0px solid red;
                /*box-shadow: 8px 8px 4px 0px #261a0d; */ 
             }


/*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: visible; 
    /*-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: 0px;
    margin-left: 0px;
    margin-right: 0px; 
    margin-bottom: 70px; 
    /*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;
     display: block;
}
.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;
}
    
     #introtext {
                box-sizing: border-box;
            position: absolute;
                
   top:255px;
                width: 100%;
                
               
            background: rgba(204, 204, 204, 0.7);
    background: transparent;
                
                font-family: 'Khand', sans-serif;
                font-weight: 500;
                font-size: 16px; 
                font-family: 'Khand', sans-serif;
                font-weight: 300;
                color:white;
	           display: block;
	           
                        
        line-height: 1.3;
                
	           height: auto;
	           overflow: hidden;
	           background-size: cover;
	           
	           border: 0px solid red;
                /*box-shadow: 8px 8px 4px 0px #261a0d; */ 
             }
    
    
    
    
    /*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; 
   margin-bottom: 70px; 
   overflow: visible; 
        
    float: left; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    min-height: 150px;
     
}
    
    .slider-pagination-thumbnails {
	
    box-sizing: border-box;
	
    padding: 0px;
	width: 320px;
    margin-right: auto; 
    margin-left: auto;
    border: 1px dotted red;
	list-style: none;
    clear: both;
    
  display: block;
  justify-content:initial;
}
.slider-pagination-thumbnails li {
	position: relative;
    box-sizing: border-box;
	display: inline-block;
	padding: 0;
	margin: 0 2px 0 0;
	list-style: none;
    
}
.slider-pagination-thumbnails li a {
	position: relative;
    box-sizing: border-box;
	display: block;
	width: 60px;
	height: 48px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ccc;
	border: 1px solid #999;
    margin-bottom: 10px;
    

}

.slider-pagination-thumbnails li a:hover {
	
	box-sizing: border-box;
	border: 1px solid darkorange;
    
}

.activeSlide {
	box-sizing: border-box;
	border-bottom: 2px solid darkorange;
}




.slider-pagination-thumbnails li a img {
	display: none;
}

    #introtext {
                box-sizing: border-box;
            position: absolute;
                
   top:155px;
                width: 100%;
                
               
            background: rgba(204, 204, 204, 0.7);
    background: transparent;
                
                font-family: 'Khand', sans-serif;
                font-weight: 500;
                font-size: 16px; 
                font-family: 'Khand', sans-serif;
                font-weight: 300;
                color:white;
	           display: block;
	           
                        
        line-height: 1.3;
                
	           height: auto;
	           overflow: hidden;
	           background-size: cover;
	           
	           border: 0px solid red;
                /*box-shadow: 8px 8px 4px 0px #261a0d; */ 
             }
    
    
    
    