/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow {/* width: 100% !important;*/ min-width: 200px; max-width: 800px; margin: 0; padding: 0; position: relative;
/*    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;*/
  
    
    width:800px; height:590px;
    width:620px; height:473px;

 }
/*.cycle-slideshow.fullwidth { max-width: 1600px;}

*/
/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; bottom: 0; left: 0px; 
    width: 100% !important; height:auto; max-width:620px;
    padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
  /*  position: static; z-index: 100;*/
}

/* pager */
.cycle-pager { 
   text-align: right;  width: 100%; z-index: 500; position: absolute;  left:0px;overflow: hidden; height:60px;
 /*   background:transparent url(../images/header_mask.png) left bottom no-repeat;*/  text-align:center; padding-top:10px;
/*border:1px solid #000;*/
}
.cycle-pager span { 
/*	position:relative; right:20px; bottom:40px;*/
	
    font-family: arial; font-size: 1px;text-indent:-9999px; width: 16px; height: 16px; 
    display: inline-block; color: #fff; cursor: pointer;  /*background-color:#aaaaa7; opacity: 0.7;*/margin-left:8px; 
    
    background:#555555;   


}
.cycle-pager span.cycle-pager-active {   
    background:#ff9900;   }

    
.cycle-pager > * { cursor: pointer;}




/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}



.disabled { opacity: .5; filter:alpha(opacity=50); }

 
 
 /* display paused text on top of paused slideshow */
.cycle-paused:after {display:none;
    content: ''; color: white; background: transparent; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

  
 .slide-element { width:100%;max-width:620px;position:relative; 
 
    width:620px; height:413px;
    
    }


 
@media all and (max-width: 900px){
  .slide-element { width:100%;max-width:800px;position:relative; height:auto;
/*  padding-bottom:42.777777%;*/
    padding-bottom:66.66666%;
    }
.cycle-slideshow { 
    width:100%;  height:auto; padding-bottom:100px;
 }
}

 

@media all and (max-width: 440px){

 
}

/*@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}
*/


/* prev / next links */
/*.cycle-prev, .cycle-next { position: absolute; bottom:75px; width: 24px; height:24px; 
opacity: 1; filter: alpha(opacity=1);    cursor: pointer; display:block;

z-index:1000;
}

.cycle-prev { display:none;left: 18px;  background: url(../images/zurueck_weiss.png) 0px 0px   no-repeat;}
.cycle-next { right: 180px; background: url(../images/dreiecke/weiter_weiss.png) 0px 0px  no-repeat;}

.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

*/
