body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background-color: #a9a9a7;
    min-width: 1280px;
    min-height: 720px;
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden;
}
body.technik{
    overflow-y: auto;
}
div{
    position: absolute;
    background-position: center;
}

#galerynav_container{
    left: 1px;
    z-index:99;
    top: 120px;
}

@-moz-document url-prefix() {
    #technik_text{
        box-shadow: 0px 0px 100px 70px rgba(255,255,255, 0.70);
    }
}
#myContainer{
    width: 100%;
    height: 99.7%;
}

#viewportBackfillDisplay0{
    /* nur rechts + unten box-shadow: 20px 20px 45px black; */
    box-shadow: 0px 0px 50px 30px rgb(80,80,80);
}

/* zoom */
#NavigatorDisplay{
    left: -1000px !important;
}
#motiveHSW{
    height: 100%;
    width: 100%;
    background-image: url(../backgrounds/HausamSee.png);
    /* background-size: 98%; */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#loadingimage {
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: url(../images/1.jpg);
    background-size: 98%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* motive Nav  unten rechtts horizontal */
#motive_nav{
    bottom: 15px;
    right: 5px;
    /* background-color: rgba(205, 205, 205, 0.65); */
    padding: 5px;
    padding-right: 0;
}

#motive_nav p{
    border-radius: 10px 10px 10px 10px;
    background: lightgray;
    padding: 0;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid black;
}
#motive_nav p.active{
    background: #808000;
}
/* END motive Nav */

/* motive Nav rechts vertikal
#motive_nav{
    top: 165px;
    right: 25px;
    width: 25px;
    position: fixed;
}

#motive_nav p.space{
    margin-top: 0;
    margin-bottom: 5px;
}

#motive_nav div.button{
    border-radius: 10px 10px 10px 10px;
    background: lightgray;
    padding: 0;
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid black;
}
#motive_nav div.button.active{
    background: #96b534;
}
.motiveLinkText{
    width: 250px;
    left: -255px;
    text-align: right;
    font-weight: bold;
    color: #96b534;
    font-size: 18px;
    margin-top: 1px;
    visibility: hidden;
}

#motive_nav a:hover > div.motiveLinkText {
   visibility: visible;
}
 END motive Nav */

