@charset "utf-8";
/* ZIEL visuelle Konzepte werben */

#stage {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  margin:0;
  background-color:#000;
  opacity:0.7;
  filter:alpha(opacity=70);
  display: none;
  visibility: visible;
  z-index:3000;
}

#stageitem {
  position:fixed;
  display:none;
  top: 100px;
  left: 105px;
  width:0px;
  z-index:3001;
}

.stageslide {
  position: absolute;
  width: 807px;
  padding: 30px 50px 50px 50px;
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.stageslidecontrols {
  position: absolute;
  width: 100%;
}

.stageslidecontrols  img {
  position: absolute;
  top: 250px;;
  cursor: pointer;
}

.stageslidecontrols  img.next {
  right: 66px;
}

.stageslidecontrols  img.prev {
  left: -32px;
}

.stageslidecontrols  img.close {
  top: -72px;
  right: 27px;
}

.stageslidepager {
  padding: 0 0 5px;
  float: right;
}

.stageslidepager a {
  width: 15px;
  height: 15px;
  background-image: url(../images/stage-bullet.png);
  display:inline-table;
}

.stageslidepager a:hover {
  background-position: -15px 0;
}

.stageslidepager a.cycle-pager-active {
  background-position: -30px 0;
}

.stageslideimages, .stageslideimages img {
  width: 707px;
  height: 500px;
}

.stageslideimages {
  position: relative;
}

.stageslideimages img {
  position: absolute;
  display: none; 
}

.stageslideimages img:nth-child(1) {
   display: block;  
}

.stageslideimages p {
  position: absolute;
  right: -707px;
  top: 512px;
  color: #FFF;
}