

* {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input {
  -webkit-user-select: auto;
  }

html, body {
            overflow: hidden;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            font-family: 'Open Sans', sans-serif;
            color:black;
            background-color: white;
            touch-action: none;
            -webkit-user-select: none;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
        }



        div.edit {
          width: 200px;
          height: 80px;
          margin-top: 0;
          margin-left: 10px;
          text-align: left;
          position: absolute;
          z-index: 1005;
          font-size: 12px;
          font-weight: lighter;
          touch-action: none;
      }

        div.centerdiv {
                
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            z-index: 990;
        }

        div.indexdiv {
          margin-top: -5%;
          margin-bottom: -5%;
          margin-right: -5%;
          margin-left: -5%;
          width: 120%;
          height: 120%;
          font-size: 20px;
          /* The image used */
          background-image: url("startImage.jpg");

          /* Full height */
        
          /* Center and scale the image nicely */
          background-position: center;
          background-repeat: no-repeat;  
          background-size: cover;
          z-index: 2500;
      }

      div.box {
        position: absolute;
        pointer-events: none;
          height: 70%;
          width: 100%; 
          top: 20%;
          z-index: 3500;
          margin:0;

    text-align: center;
        }
    

      div.indexText {
        display: table;
        height: 100px; 
        width: 100%; 
        text-align: center; 
        border: 2px dashed #f69c55;
      }

      div.indexTextChild {
        display: table-cell;
        vertical-align: middle;
      }
      

      div.manualDiv {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 20px;
        pointer-events: none;
        z-index: 3000;
        opacity: 0;
    }

    div.rightMenu {
        /*farbe background-color: red;
       farbe*/
      position: absolute;
      right: 8%;
      padding: 10px;
      width: 30%;
      height: 100%;
      font-size: 20px;
      pointer-events: none;
      z-index: 3000;
  }

          div.manualDivScenes {
              /*farbe background-color: blue;
             farbe*/
            position: absolute;
            top: 10px;
            right: 45%;
            width: 70%;
            font-size: 20px;
            pointer-events: none;
            text-align: right;
            z-index: 3000;
        }

        div.manualDivScreenshot {
            /*farbe background-color: blue;
           farbe*/
          position: absolute;
          top: 28%;
          width: 100%;
          font-size: 20px;
          pointer-events: none;
          text-align: right;
          z-index: 3000;
      }

      div.manualDivZoom {
      /*farbe background-color:  pink;
         farbe*/
        position: absolute;
        bottom: 28%;
        width: 100%;
        font-size: 20px;
        pointer-events: none;
        text-align: right;
        z-index: 3000;
      }

        div.manualDivMove {
            /*farbe background-color: orange;
           farbe*/
          position: absolute;
          bottom: 22%;
          width: 100%;
          right: 20px;
          font-size: 20px;
          pointer-events: none;
          text-align: right;
          z-index: 3000;
        }

        div.manualDivPointerlock {
          /*farbe background-color: orange;
         farbe*/
        position: absolute;
        bottom: 35%;
        width: 100%;
        right: 20px;
        font-size: 20px;
        pointer-events: none;
        text-align: right;
        z-index: 3000;
      }

        div.manualDivJoystick {
            /*farbe background-color: green;
           farbe*/
          position: absolute;
          bottom: 8%;
          width: 100%;
          right: 60px;
          font-size: 20px;
          pointer-events: none;
          text-align: right;
          z-index: 3000;
        }


div.middleMenu {
    /*farbe background-color: yellow;
   farbe*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  width: 30%;
  height: 30%;
  font-size: 20px;
  pointer-events: none;
  z-index: 3000;
}

div.helpDiv {
-webkit-transition: color 0.4s ease;
-moz-transition: color 0.4s ease;
-o-transition: color 0.4s ease;
transition: color 0.4s ease;
position: absolute;
left: 17px;
bottom: 17px;
padding: 10px;
font-size: 30px;
z-index: 3001;
}

div.impressumDiv {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  position: absolute;
  right: 40px;
  bottom: 10px;
  padding: 10px;
  font-size: 12px;
  z-index: 4009;
  }

div.impressumDiv:hover {
  font-style: bold;

}

  .impressum {
    font-size: 12px;
    }

  h12:hover {
  color: green;
    }


div.helpDivActiveMode {
  color: greenyellow;
  }


  b {
    font-weight: 800;
  }

      div.artworkinfo {
      background-color:  white; 
        border-style: solid; 
        position: absolute;
        top: 3%;
        left: 3%;
        width: 23%;
        max-width: 300px;
        min-height: 15%;
        z-index: 2000;
        line-height: 1.5;
      }

      div.closesArtworkInfoBox {
        top: 3px;
        /* left: 3px; */
        height: 10px;
        /* width: 10px; */
        /* background-color: yellow; */
        font-size: 1.2em;
        text-align: right;
        margin: 0% 3% 5% 3%;
        border: black;
      }

      div.closeArtworkinfo {
        position: absolute;
    background-color: white;
    top: 3%;
    right: 2%;
    min-width: 40px;
    width: 12%;
    max-width: 150px;
    height: 6%;
    min-height: 30px;
    border-color: black;
    border: black;
    border-style: solid;
    z-index: 2005;
    padding: 1% 2% 0% 2%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.8vw;
    font-weight: lighter;
    cursor: pointer;
    
      }

      @media only screen and (max-width: 1200px) {
        div.closeArtworkinfo {
      min-width: 30px;
      width: 7%;
      height: 5%;
      min-height: 15px;
      padding: 8px 12px 8px 8px;

    font-size: 2.2vw;
      }
    }
      

      /* .button:hover {
        border: solid;
        box-shadow: 0px 0px 30px 5px yellowgreen;
        border-color: yellowgreen;
      } */

button {
  display: inline-block;
        border-radius: 10px;
        background-color: transparent;
        border: 4px white;
        color: black;
        text-align: left;
        font-size: 1.7vh;
        padding: 2px;
        width: 30px;
        height: 20px;
        cursor: pointer;
        margin: 5px;
        text-align: center;
    outline: none;
}

.horizontal-center {
  margin: 0;
  position: absolute;
  right: 0px;
  bottom: 0%;
}


input[type="button"] {
          position: absolute;
          right: 250px;
      
      }

        form, table {
          display:inline;
          margin:0px;
          padding:0px;
     }
     

div.dbview {
          float: left;
          border: solid;
          border-color: black;
          position: relative;
          padding: 16px 32px;
          text-align: left;
          text-decoration: none;
          display: inline-block;
          font-size: 16px;
          margin: 10px 10px;
          -webkit-transition-duration: 0.4s; /* Safari */
          transition-duration: 0.4s;
          width: 250px;
          height: 140px;
        }

div.dbview:hover {
      background-color:  lightgrey;
        }



div.dbviewdirect {
          margin-top: -20px;
          width: 100%;
          height: 100%;
          font-size: 20px;
        }



div.dbadminview {
          width: 60px;
          height: 28px;
          border: solid;
          border-color: green;
          text-align: center;
          font-size: 16px;
          position: absolute;
          -webkit-transition-duration: 0.2s; /* Safari */
          transition-duration: 0.2s;
          bottom: 0;
          right: 0;
        }

        div.dbadminview:hover {
      background-color:  green;
        }

        div.dbviewdelete {
          width: 60px;
          height: 28px;
          border: solid;
          text-align: center;
          font-size: 16px;
          position: absolute;
          -webkit-transition-duration: 0.2s; /* Safari */
          transition-duration: 0.2s;
          bottom: 34px;
          right: 0;
        }

        div.dbviewdelete:hover {
      background-color:  purple;
        }


        div.dbadminview:hover {
      background-color:  green;
        }



div.editmodeleft {
          width: 0;
          height: 90%;
          margin-top: 50px;
    margin-top: 5%;
          margin-left: 10px;
          bottom: 10%;
          text-align: left;
    text-align: right;
          float: left;
          z-index: 999;
          font-size: 0.9em;
    font-size: 12px;
          font-weight: lighter;
          background-color: lightgrey;
          overflow: hidden;
        border:none;
      }


      .wrapper {
        width: 100px; /* Set the size of the progress bar */
        height: 100px;
        position: absolute; /* Enable clipping */
        clip: rect(0px, 100px, 100px, 50px); /* Hide half of the progress bar */
      }
      /* Set the sizes of the elements that make up the progress bar */
      .circle {
        width: 80px;
        height: 80px;
        border: 10px solid yellowgreen;
        border-radius: 50px;
        position: absolute;
        clip: rect(0px, 50px, 100px, 0px);
      }
      /* Using the data attributes for the animation selectors. */
      /* Base settings for all animated elements */
      div[data-anim~=base] {
        -webkit-animation-iteration-count: 1;  /* Only run once */
        -webkit-animation-fill-mode: forwards; /* Hold the last keyframe */
        -webkit-animation-timing-function:linear; /* Linear animation */
      }
      
      .wrapper[data-anim~=wrapper] {
        -webkit-animation-duration: 0.01s; /* Complete keyframes asap */
        -webkit-animation-delay: 3s; /* Wait half of the animation */
        -webkit-animation-name: close-wrapper; /* Keyframes name */
      }
      
      .circle[data-anim~=left] {
        -webkit-animation-duration: 6s; /* Full animation time */
        -webkit-animation-name: left-spin;
      }
      
      .circle[data-anim~=right] {
        -webkit-animation-duration: 3s; /* Half animation time */
        -webkit-animation-name: right-spin;
      }
      /* Rotate the right side of the progress bar from 0 to 180 degrees */
      @-webkit-keyframes right-spin {
        from {
          -webkit-transform: rotate(0deg);
        }
        to {
          -webkit-transform: rotate(180deg);
        }
      }
      /* Rotate the left side of the progress bar from 0 to 360 degrees */
      @-webkit-keyframes left-spin {
        from {
          -webkit-transform: rotate(0deg);
        }
        to {
          -webkit-transform: rotate(360deg);
        }
      }
      /* Set the wrapper clip to auto, effectively removing the clip */
      @-webkit-keyframes close-wrapper {
        to {
          clip: rect(auto, auto, auto, auto);
        }
      }



div.editmoderight {
        width: 0px;
        height: 90%;
        margin-top: 50px;
    margin-top: 5%;
        margin-right: 10px;
        bottom: 10%;
        text-align: right;
    text-align: left;
        float: right;
        z-index: 999;
        font-size: 0.9em;
    font-size: 12px;
        font-weight: lighter;
        background-color: lightgrey;
        font-size: 12px;
        border:none;
    }

    p {
      text-align: center;
    }

    #normText {
      text-align: left !important;
      margin-block-end: 0;
    }
    
    .h1 {
      font-size: 9vw;
    font-weight: bolder;
    font-family: Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 2.2vw;
      text-shadow: 
      -0.1vw -0.1vw 0 #000,
      0.5vw -0.1vw 0 #000,
      -0.1vw 0.1vw 0 #000,
      0.5vw 0.1vw 0 #000;
    line-height: 1.6;
    }

    .h2 {
      font-size: 6vw;
    font-weight: bolder;
    font-family: Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 1.5vw;
    line-height: 1.6;
      text-shadow: 
      -0.1vw -0.1vw 0 #000,
      0.5vw -0.1vw 0 #000,
      -0.1vw 0.1vw 0 #000,
      0.5vw 0.1vw 0 #000;
    }
    
    .h3 {
      font-size: 4vh;
    font-weight: bolder;
    font-family: Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 1.5vw;
    line-height: 1.2;
      text-shadow:
      -0.1vw -0.1vw 0 #000,
      0.2vw -0.1vw 0 #000,
      -0.1vw 0.1vw 0 #000,
      0.2vw 0.1vw 0 #000
    }  

    .h4 {
      font-size: 4vw;
    font-weight: bolder;
    letter-spacing: 1.1vw;
    font-family: Helvetica, sans-serif;
    color: white;
    text-shadow:
    -0.1vw -0.1vw 0 #000,
    0.2vw -0.1vw 0 #000,
    -0.1vw 0.1vw 0 #000,
    0.2vw 0.1vw 0 #000;
    }
  
    .h5 {
    font-size: 14vh;
    font-weight: bolder;
    font-family: Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 2.2vw;
    text-shadow: 
      -0.1vw -0.1vw 0 #000,
      0.5vw -0.1vw 0 #000,
      -0.1vw 0.1vw 0 #000,
      0.5vw 0.1vw 0 #000;
    line-height: 1.6;
    }

    .h6 {
      font-size: 3vw;
      font-weight: bolder;
      font-family: Helvetica, sans-serif;
      color: #fff;
      letter-spacing: 2.2vw;
      text-shadow: 
        -0.1vw -0.1vw 0 #000,
        0.5vw -0.1vw 0 #000,
        -0.1vw 0.1vw 0 #000,
        0.5vw 0.1vw 0 #000;
      line-height: 1.6;
      }

      .h7 {
        font-size: 3vw;
        font-weight: bolder;
        font-family: Helvetica, sans-serif;
        color: #fff;
        letter-spacing: 2.2vw;
        text-shadow: 
          -0.02vw -0.02vw 0 #000,
          0.1vw -0.02vw 0 #000,
          -0.02vw 0.02vw 0 #000,
          0.1vw 0.02vw 0 #000;
        line-height: 1;
        }
        
@font-face {
          font-family: 'pacificoregular';
          src: url('gui/txt/pacifico-regular-webfont.woff2') format('woff2'),
               url('gui/txt/pacifico-regular-webfont.woff') format('woff');
          font-weight: normal;
          font-style: normal;
      
      }

        .img-container {
          padding-top: 30%;
        width: 50%;
        margin: 0 auto;
          text-align: center;
          max-width: 400px;
        }

        .img-container2 {
          padding-top: 2%;
        width: 80%;
        max-height: 100%;
        margin: 0 auto;
          text-align: center;
        }

    a.class2 {
      font-size: 2vw;
    font-weight: bolder;
    letter-spacing: 1.5vw;
    font-family: Helvetica, sans-serif;
    color: yellowgreen;
    text-decoration: none;
    text-shadow:
    -0.1vw -0.1vw 0 #000,
    0.2vw -0.1vw 0 #000,
    -0.1vw 0.1vw 0 #000,
    0.2vw 0.1vw 0 #000;
    }

 a.class1 {
      font-size: 36px;
      color: rgb(17, 223, 17);
    text-decoration: none;
    font-family: 'pacificoregular';

    font-weight: normal;
    font-style: normal;
    }

a.class2:hover {
      color: red !important;;
    }

a.class1:hover {
      color: red !important;
    }

    @media only screen and (max-width: 900px) {
      .h2 { font-size: 4vmax }
      .h1 { font-size: 7vmax }
      .h3 { font-size: 2vmax }
    }

    @media only screen and (max-width: 400px) {
      .h2 { font-size: 3vmax }
      .h1 { font-size: 5vmax }
      .h3 { font-size: 1.5vmax }
    }

    h1   {
      font-size: 1.1em;
    margin-left: 10%;
    margin-top: 10%;
    line-height: 1;
    margin-right: 10%;
    font-weight: 300;
    }

    h11 {
      font-size: 0.7vw;
      margin-left: 10%;
      margin-top: 5%;
      margin-bottom: 5%;
      margin-right: 10%;
      font-weight: lighter;
      display: block;
    }

          h2 {

            font-size: 1.6vw;
            color: rgb(17, 223, 17);
          }

          h3   {

            font-size: 2vw;
            color: rgb(17, 223, 17);
            text-align: center;
          }

          h4   {
            font-size: 0.5vw;
            margin-left: 10%;
            margin-top: 10%;
            margin-right: 10%;
            line-height: 70%;
            font-weight: lighter;
          }


          h10   {
            text-align: center; 
            margin: auto; /* Important */ 
            font-family: Calibri; }
          }

        .indexbuttons {
          float: left;
          border: solid;
          border-color:  #4CAF50; /* Green */
          padding: 16px 32px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          font-size: 16px;
          margin: 10px 10px;
          -webkit-transition-duration: 0.4s; /* Safari */
          transition-duration: 0.4s;
          width: 250px;
          height: 150px;
        }

        .indexbuttons:hover {
      background-color:  #4CAF50; /* Green */
          color: white;
        }

        .buttondirekt  {
             background-color: transparent;
             font-size: 200px;
             text-align: left;
             width: 100%;
             border:none
             }

        .startbutton  {
             background-color: transparent;
             text-align: right;
             font-size: 30vmin;
             margin: auto;
             border:none
             }

          .loader {
            border: 8px solid white;
            border-radius: 50%;
            border-top: 8px solid #3498db;
            border-right: 8px solid #3498db;
            border-left: 8px solid #3498db;
            width: 100px;
            height: 100px;
            -webkit-animation: spin 2s linear infinite; /* Safari */
            animation: spin 2s linear infinite;
            }

        #canvas {
            width: 100%;
            height: 100%;
            position: relative;
            touch-action: none;
            -webkit-user-select: none;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            }



        #logout {
              position: fixed;
              bottom: 0;
              width: 200px;
              height: 40px;
              z-index: 999;
            text-align: right;
            font-weight: lighter;
            font-size: 12px;
            text-align: left;
        }



/* edit mode:*/

input[type=text] {
  width: 200px;
  border: 1px dotted #999;
  border-radius: 0;
  -webkit-appearance: none; 
  appearance: none;
}

input[type=number] {
  width: 50px;
}

.slider {
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 1; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

.editslider {
  width: 100%;
}

/* Safari loader*/
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

        /* new Editor mode:*/
.sidenav {
  height: 80%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 20%;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0 10px;
}













.aufklappMenu {
  background-color: white;
  color: black;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  
  padding: 3% 7% 4% 7%;
  width: 96%;
  
  font: inherit;
  font-size: inherit;
  line-height: inherit;

  position: absolute;
  top: 0px;
  z-index: 4011;
  
  
  }
  
  .active,
  .aufklappMenu:hover {
  font-style: italic;
  }
  
  .aufklappMenu:after {
  content: '\002B';
  color: black;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  }
  
  .active:after {
  content: "\2212";
  }
  
  .inhalt {
  max-height: 0;
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: height 0.5s ease-out;
  background-color: white;
  position: absolute;
  font-size: 0.8em;
  font-size: 1.5vh;
  width: 100%;
  top: 0px;
  z-index: 5008;

  }

  .inhaltText {
    padding: 7% 7% 2% 7%;
    float: left;
    width: 35%;
    }
  

    .inhaltTextmitTitel {
      padding: 2% 7% 4% 7%;
      float: left;
      width: 35%;
      }

    .closeImpressum{
      text-align: left;
    }

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}


  .inhalt {
    font-size: 0.6em;
    }

    .inhaltText {
      padding: 2% 6% 2% 4%;
      float: left;
      width: 35%;
      line-height: 1.2;
      font-size: 0.8em;
      }

      .inhaltTextmitTitel {
        padding: 2% 6% 2% 4%;

}


@media only screen and (max-width: 992px) {


  div.indexdiv {
      margin-left: 0px;
      width: 100%;
  }

  div.indexdiv.direct {
    width: 70%;
    height: 70%;
  }




  div.dbview {
    width: 100px;
    padding-top: 5px;
    height: 40px;
    font-size: 10px;
}


}