@charset "utf-8";

*{margin:0;
   padding:0;
   border:0;
}

html, body{
   background-image:url(../images/main/hg-balken_schatten_weiss.png); background-repeat:repeat-x; background-attachment:scroll;background-color:#fff;
   margin:0;
   padding:0;
   border:none;
   height:100%;

}

.wrapper{
   background-image:url(../images/main/hg-linie.png); background-repeat:repeat-y;   background-position:145px 0px ;
   width: 1100px;
   margin: 0 auto ;
   height: 100%;

}


header{

   height:160px;

}

main{

   height:420px;
   /*background-color:#eee;*/
}

footer{

}

a.sbnavi:link {color:#003366; text-decoration:none; }
a.sbnavi:visited {color:#003366; text-decoration:none; }
a.sbnavi:focus {color:#FFAE66; text-decoration:none; }
a.sbnavi:hover {color:#FFAE66; text-decoration:none; }
a.sbnavi:active {color:#FF7700; text-decoration:none; }

a.headnavi:link {color:#888; text-decoration:none; }
a.headnavi:visited {color:#888; text-decoration:none; }
a.headnavi:focus {color:#C888; text-decoration:none; }
a.headnavi:hover {color:#FF7700; text-decoration:none; }
a.headnavi:active {color:#FF7700; text-decoration:none; }

#architektur{
   color:#FF7700;
}

#event{
   color:#FF7700;
}

#licht{
   color:#FF7700;
}

#set{
   color:#FF7700;
}

#produkt{
   color:#FF7700;
}
#industrie{
   color:#FF7700;
}

#headnav{
   position: relative;
   width:420px;
   top: 32px;
   left: 600px;

}

#headernavi {
   list-style-type:none;
}

#headernavi li {
   margin:0px 8px 0px 40px;
   float:left;
   text-align:right;
   font-family: Verdana, sans-serif;
   font-size:15px;
   font-weight:200;
   list-style-type:none;
   line-height:100%;
}

#headlogobanner{
    position:relative;
    left:77px;
    top:70px;
}

#sidebarnavi{
   position:relative;
   width:135px;
   margin-top:120px;
   float:left;
   /*background-color:#ddd;*/
}

#sbnavi{
   margin:0px;
   text-align:right;
   line-height:260%;
   font-family: Verdana, sans-serif;
   font-size:16px;
   font-weight:100;
   list-style-type:none;
   overflow: hidden;
}

#gallerie{
    position:relative;
    top:-23px;
    left:12px;
    /*background:#BBBBBB; */
    height:445px;
    max-width:910px;
    overflow: auto;
}

.bildergallerie{

    height:121px;
    margin-right:24px;
    margin-top:23px;
    margin-bottom:0px;
   /* box-shadow:3px 3px 3px #666; */
}

.bildergallerie:hover{
    height:117px;
    border-style: solid;
    border-width:2px;
    border-color:#FF6633;
   /* box-shadow:3px 3px 3px #666;*/
}

#stage{
    position:relative;


    margin:9px 30px 0px 30px;
    float:left;
    font-family: Verdana, sans-serif;
    font-size:12px;
    line-height:118%;
    color:#657380;
}

#stage img{
    position:absolute;
    z-index: 1;
    left:0;
    top:0;
    width:690px;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration:100s;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -moz-animation-duration:100s;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-iteration-count: infinite;
        -ms-animation-duration:100s;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -o-animation-duration:100s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration:100s;
}



#footertextbox{
   position: relative;
   left: 165px;
   overflow: hidden;
   float:left;
   }

.footertextausz{
   margin:0px;
   color:#8A929A;
   float:left;
   text-decoration:none;
   text-align: justify;
   font-family: Verdana, sans-serif;
   font-size:13px;
   font-weight:200;
   overflow: hidden;
   }
#footertext1{
   margin:10px 133px 0px 0px;
   height:40px;
   width:auto;
   left: 160px;
   /*background:#CCCCCC;*/
   float: left;
   overflow: hidden;
   }
#footertext2{
   margin:10px 30px 0px 0px;
   height:40px;
   width:auto;
   /*background:#CCCCCC;*/
   float: left;
   overflow: hidden;
   }
#footertext3{
   margin:10px 133px 0px 0px;
   height:40px;
   width:auto;
   /*background:#CCCCCC;*/
   float: left;
   overflow: hidden;
   }
#footertext4{
   margin:10px 0px 0px 0px;
   height:40px;
   width:auto;
   /*background:#CCCCCC;*/
   float: left;
   overflow: hidden;
   }
 .background-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:100%;
  z-index:1;
  cursor: default;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.71);
  -webkit-transition: opacity 1s, visibility 1s, background 1s;
  -moz-transition: opacity 1s, visibility 1s, background 1s;
  -ms-transition: opacity 1s, visibility 1s, background 1s;
  -o-transition: opacity 1s, visibility 1s, background 1s;
  transition: opacity 1.5s, visibility 1.5s, background 1.5s;
}


.background-overlay:target {
  position: fixed;
  visibility: visible;
  opacity: 1;
  z-index:1;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 1s, visibility 1s, background 1s;
  -moz-transition: opacity 1s, visibility 1s, background 1s;
  -ms-transition: opacity 1s, visibility 1s, background 1s;
  -o-transition: opacity 1s, visibility 1s, background 1s;
  transition: opacity 0.5s, visibility 0.5s, background 2s;
}


.lightbox-container {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 10;
  height:0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}


.background-overlay:target + .lightbox-container {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -ms-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}


.lightbox-content {

  border:2px solid #606060;
  position: relative;
  padding: 25px;
  margin-top: 100px;
  text-align: left;
  background: #000;
  display: inline-block;
  max-width:100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,10);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,10);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,10);
  -o-box-shadow: 0 0 20px rgba(0,0,0,10);
  box-shadow: 0 0 20px rgba(0,0,0,10);
}


.lightbox-close {
  position: absolute;
  top: -0px;
  right: -0px;
  width: 30px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  background: #000;
  border-radius: 2px;
  line-height: 26px;
}

.lightbox-close:hover {
  background: #ff6633;
}

.lightbox-close:after {
  content: "x";
  font-size: 22px;
  color: #fff;
  font-family: Verdana, sans-serif;
  line-height: 70%;

}

.lightbox-close:hover:after {
  color: #ff0000;
}


.lightbox-next {
  position: absolute;
  top: -0px;
  right: 40px;
  width: 30px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  background: #000;
  border-radius: 2px;
  line-height: 24px;
}

.lightbox-next:hover {
  background: #ff6633;
}

.lightbox-next:after {
  content: ">";
  font-size: 26px;
  color: #fff;
}

.lightbox-next:hover:after {
  color: #ff0000;
}



.lightbox-last {
  position: absolute;
  top: -0px;
  right: 80px;
  width: 30px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  background: #000;
  border-radius: 2px;
  line-height: 24px;
}

.lightbox-last:hover {
  background: #ff6633;
}

.lightbox-last:after {
  content: "<";
  font-size: 26px;
  color: #fff;
}

.lightbox-last:hover:after {
  color: #ff0000;
}


.Bilderunterschrift {
  color: #999;
  font-family: Verdana, sans-serif;
  font-size:13px;

}