body{
  width: 100%;
  position: fixed;
}
.container {

  position: relative;
  margin: auto;

  width: 360px;
  height: 360px;

  
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
 
  text-align: center;
}
#ue{
  left: -65%;
  top: 60%;
}
#dbp{
  left: -7.5%;
  top: 117%;
}
#icon{
  position: absolute;
  width: 10%;
  height: 13%;
  float: right;
  right: 3%;
  top: 0%;
  display: none;
}
#icon img {
  width: 90%;
  margin-top: 20%;
}
.box{
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border: 0.8em solid #c6c8c9;
  background-color: #b0b1b2;
  pointer-events: all;
  left: -15%;
  top: -15%;


}
.lok-nav{
  visibility: visible;
  opacity: 1;
}
#links {
  width: 100%;
  text-align: left;
  margin-left: 3%;
  margin-top: 8%;
}
#links a {
  font-size: 150%;
}
#links a:hover {
  color: #f4e713;
}
.lok-nav p{
  color: #f4e713;
  position: absolute;
  font-size: 220%;
  top: -20%;
  left: 3%;
}
.glob-m-link{

  position: absolute;
  
  width: 100%;
  height: 12.5%;
  text-align: left;

  border-top: solid #000 0.1em;
}
.glob-m-link:nth-child(2){
  top: 12.5%;
}
.glob-m-link:nth-child(3){
  top: 25%;
}
.glob-m-link:nth-child(4){
  top: 37.5%;
}
.glob-m-link:nth-child(5){
  top: 50%;
}
.glob-m-link:nth-child(6){
  top: 62.5%;
}
.glob-m-link:nth-child(7){
  top: 75%;
}
.glob-m-link:nth-child(8){
  top: 87.5%;
}
.glob-m-link a{
  position: absolute;
  z-index: 10;
  font-size: 140%;
  left: 10%;
  top: 10%;
  color: #000;
}
.glob-m-link.glob-kon a{
   color: #F4E713;
}
.scrolltext{
  position: relative;
  margin-top: 15%;
  width: 101.7%;
  height:  80%;
  overflow-x: hidden;
  overflow-y: scroll; 
  text-align: left;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 130%;
}
@media only screen and (min-width: 1200px){
  /**TWO COLUMN LAYOUT BIG**/
  .container{
    width: 490px;
    height: 490px;
     margin-left: 20%;
  }
  .man-border {
    width: 800px;
    height: 638px;
  }
  .scrolltext{
    width: 101.6%;
    margin-top: 12%;

  }
  #links{
    margin-top: 50px;
  }
  .glob-nav{
    visibility: visible;
    opacity: 1;

    top: -0.8em;
    left: 105.5%;
    background-color: #474646;
    border: solid #B7B9B9 0.8em;

    width: 20%;
    height: 100%;
  
  }
  .glob-m-link:first-child{
    border-top-left-radius: 2em; 
    border-top-right-radius: 2em;
    -moz-border-top-left-radius: 2em; 
    -moz-border-top-right-radius: 2em;
    -webkit-border-top-left-radius: 2em; 
    -webkit-border-top-right-radius: 2em;
    border-top: none; 
  }
  .glob-m-link:first-child a{
    left: 40%;
    top: 35%;
  }
  .glob-m-link:last-child{
    border-bottom-left-radius: 2em; 
    border-bottom-right-radius: 2em;
    -moz-border-bottom-left-radius: 2em; 
    -moz-border-bottom-right-radius: 2em;
    -webkit-border-bottom-left-radius: 2em; 
    -webkit-border-bottom-right-radius: 2em;
    height: 12.8%;
  }
  .glob-m-link:nth-child(1n+2):hover{
     transition: all 0.3s 0.5s linear;
    -moz-transition: all 0.3s 0.5s linear;
    -webkit-transition: all 0.3s 0.5s linear;
    -ms-transition: all 0.3s 0.5s linear;
    -o-transition: all 0.3s 0.5s linear;
    top: 12.5%;
    height: 88%;
    z-index: 50;
    border-bottom-left-radius: 2em; 
    border-bottom-right-radius: 2em;
    -moz-border-bottom-left-radius: 2em; 
    -moz-border-bottom-right-radius: 2em;
    -webkit-border-bottom-left-radius: 2em; 
    -webkit-border-bottom-right-radius: 2em;
  }
  .glob-m-link:nth-child(1n+2):hover .glob-sub{

    visibility: visible;
    opacity: 1;

    -webkit-transition: opacity, visibility 1s 1s linear;
    
    color: #000;
    text-shadow: none;
    background-color: transparent;
  }
  .glob-m-link:nth-child(1n+2):hover .glob-sub-kon{
    color: #F4E713;
  }
  .glob-m-link:nth-child(1n+2):hover .glob-sub-kon:nth-child(6){
    top:50px;
  }
  .glob-m-link:nth-child(1n+2):hover .glob-sub-kon span{
    color: #fff;
    font-size: 80%;
  }
  
  .glob-m-link:nth-child(1n+2):hover > a:hover{
    -webkit-transition: none;
    color: #fff;
  }
 .glob-m-link:nth-child(1n+2):hover > a{
    transition: all 0.3s 0.5s linear;
    -moz-transition: all 0.3s 0.5s linear;
    -webkit-transition: none;
    -ms-transition: all 0.3s 0.5s linear;
    -o-transition: all 0.3s 0.5s linear;
    top: 0;
    left: 0;
    color: #F4E713;
    background-color: #474646;
    display: block;
    width: 100%;
    padding-left: 10%;
    padding-top: 5px;
    padding-bottom: 5px; 
  }

  table, tr, td
  {
    border: 1px solid black;
    padding: 5px;  
    background-color: #C6C8C9;
  }
  td:last-child{
    text-align: right;
  }
  thead, th{

    background-color: #848484;
    padding: 5px;
  }

  @media only screen and (min-width: 1500px){
    .man-border {
      width: 1000px;
      height: 638px;
    }
     .scrolltext{
      position: relative;
      margin-top: 10%;
      width: 101.2%;
      height:  80%;
      overflow-x: hidden;
      overflow-y: scroll; 
      text-align: left;
      padding-left: 3%;
      padding-right: 3%;
      font-size: 130%;
    }
    .glob-nav{
      width: 17%;
    }

  }
  @media only screen and (max-height: 725px){
    body{
      font-size: 70%;
    }
    .container{
      width: 360px;
      height: 360px;
      margin-left: 20%;
    }
    .man-border{
      width: 700px;
      height: 468px;
    }
    #links {
      width: 100%;
      text-align: left;
      margin-left: 3%;
      margin-top: 5.5%;
    }
    .scrolltext{
      position: relative;
      margin-top: 10%;
      width: 101.2%;
      height:  80%;
      overflow-x: hidden;
      overflow-y: auto; 
      text-align: left;
      padding-left: 3%;
      padding-right: 3%;
      font-size: 130%;
    }
    .glob-nav{
      width: 20%;
    }
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) and (min-height: 726px){
    /**ONE COLUMN BIG**/
    .lok-nav a{
      position: static;
      color: #fff;
    }
    .lok-nav{
      height: 12.6%;
    }
    #icon{
      display: block;
    }
    .container{
      width: 490px;
      height: 490px;
    }

    .glob-nav{
      font-size: 90%;
      width: 20%;
      height: 100%;
      right: 0;
      top: 0;
      border: none;
      background: #8A8A8B;

      border-radius: 2em;
      -moz-border-radius: 2em;
      -webkit-border-radius: 2em;
    }
    .glob-m-link{
      border-top: solid #000 0.1em;
     
    }
    .glob-m-link a:hover{
      color: #fff;
    }
    .glob-m-link:first-child{
      border-top-right-radius: 2em;
      -moz-border-top-right-radius: 2em;
      -webkit-border-top-right-radius: 2em;
      border-top: solid #F4E713 0.1em;
    }
    .glob-m-link:last-child{
      border-bottom-right-radius: 2.2em;
      -moz-border-bottom-right-radius: 2.2em;
      -webkit-border-bottom-right-radius: 2.2em;
    }
    .glob-home a {
      -webkit-transform: translateZ(0px);
      -webkit-font-smoothing: antialiased;
        
      position: absolute;
      z-index: 10;
      font-size: 190%;
      left: 40%;
      top: 20px;
    }
    .glob-home a:hover{
      color: #000;
    }
    #icon:hover ~ .glob-nav{
      visibility: visible;
      opacity: 1;
    }
    .glob-nav:hover{
      visibility: visible;
      opacity: 1;
    }

    
}
@media only screen and (max-width: 1199px) and (min-width: 900px)and (max-height: 725px){
    /**TWO COLUMN LAYOUT SMALL 2**/
  #icon{
    display: none;
  }
  .glob-nav{
    visibility: visible;
    opacity: 1;

    width: 28%;
    height: 100%;
    left: 105.5%;

    border-radius: 2.75em;
    -moz-border-radius: 2.75em;
    -webkit-border-radius: 2.75em;
  
  }
  .glob-m-link:first-child{
    border-top-left-radius: 2em; 
    border-top-right-radius: 2em;
    -moz-border-top-left-radius: 2em; 
    -moz-border-top-right-radius: 2em;
    -webkit-border-top-left-radius: 2em; 
    -webkit-border-top-right-radius: 2em;
    border-top: none; 
  }
  .glob-m-link:last-child{
    border-bottom-left-radius: 2em; 
    border-bottom-right-radius: 2em;
    -moz-border-bottom-left-radius: 2em; 
    -moz-border-bottom-right-radius: 2em;
    -webkit-border-bottom-left-radius: 2em; 
    -webkit-border-bottom-right-radius: 2em;
    height: 12.8%;
  }
  .glob-m-link:nth-child(1n+2):hover{
     transition: all 0.3s 0.5s linear;
    -moz-transition: all 0.3s 0.5s linear;
    -webkit-transition: all 0.3s 0.5s linear;
    -ms-transition: all 0.3s 0.5s linear;
    -o-transition: all 0.3s 0.5s linear;
    top: 12.5%;
    height: 88%;
    z-index: 50;
    border-bottom-left-radius: 2em; 
    border-bottom-right-radius: 2em;
    -moz-border-bottom-left-radius: 2em; 
    -moz-border-bottom-right-radius: 2em;
    -webkit-border-bottom-left-radius: 2em; 
    -webkit-border-bottom-right-radius: 2em;
  }
  .glob-m-link:nth-child(1n+2):hover > a{
     transition: all 0.3s 0.5s linear;
    -moz-transition: all 0.3s 0.5s linear;
    -webkit-transition: all 0.3s 0.5s linear;
    -ms-transition: all 0.3s 0.5s linear;
    -o-transition: all 0.3s 0.5s linear;
    top: 1.5%;
  }
  .glob-home a {
    -webkit-transform: translateZ(0px);
    -webkit-font-smoothing: antialiased;
        
    position: absolute;
    z-index: 10;
    left: 40%;
    top: 20px;
  }
 
    #icon:hover ~ .glob-nav{
      visibility: visible;
      opacity: 1;
    }
    .glob-nav:hover{
      visibility: visible;
      opacity: 1;
    }
   .glob-link:nth-child(1n+2):hover .glob-sub{

    visibility: visible;
    opacity: 1;

    -webkit-transition: opacity, visibility 1s 1s linear;
    
    color: #000;
    text-shadow: none;
    background-color: transparent;
  }
  .glob-link:nth-child(1n+2):hover .glob-sub-kon{
    color: #F4E713;
  }
  .glob-link:nth-child(1n+2):hover .glob-sub-kon:nth-child(6){
    top:50px;
  }
  .glob-link:nth-child(1n+2):hover .glob-sub-kon span{
    color: #fff;
    font-size: 80%;
  }
  
  .glob-link:nth-child(1n+2):hover > a:hover{
    -webkit-transition: none;
    color: #fff;
  }
 .glob-link:nth-child(1n+2):hover > a{
    transition: all 0.3s 0.5s linear;
    -moz-transition: all 0.3s 0.5s linear;
    -webkit-transition: none;
    -ms-transition: all 0.3s 0.5s linear;
    -o-transition: all 0.3s 0.5s linear;
    top: 0;
    left: 0;
    color: #F4E713;
    background-color: #474646;
    display: block;
    width: 100%;
    padding-left: 10%;
    padding-top: 5px;
    padding-bottom: 5px; 
  }
}

@media only screen and (min-width: 530px) and (max-width: 899px){
  /**ONE COLUMN SMALL**/
  #icon{
    display: block;
  }
   .lok-nav{
      height: 12.6%;
    }

  .glob-nav{
      font-size: 90%;
      width: 20%;
      height: 100%;
      right: 0;
      top: 0;
      border: none;
      background: none;
      border-radius: 2em;
      -moz-border-radius: 2em;
      -webkit-border-radius: 2em;
    }
    .glob-m-link{
      border-top: solid #000 0.1em;
  
    }
    .glob-m-link a:hover{
      color: #fff;
    }
    .glob-m-link:first-child{
      border-top-right-radius: 2em;
      -moz-border-top-right-radius: 2em;
      -webkit-border-top-right-radius: 2em;
      border-top: solid #F4E713 0.1em;
    }
    .glob-m-link:last-child{
      border-bottom-right-radius: 2.5em;
      -moz-border-bottom-right-radius: 2.5em;
      -webkit-border-bottom-right-radius: 2.5em;
    }
   
    .glob-home a {
      -webkit-transform: translateZ(0px);
      -webkit-font-smoothing: antialiased;
        
      position: absolute;
      z-index: 10;
      font-size: 190%;
      left: 40%;
      top: 15px;
    }
    #icon:hover ~ .glob-nav{
      visibility: visible;
      opacity: 1;
    }
    .glob-nav:hover{
      visibility: visible;
      opacity: 1;
    }
 
}
@media only screen and (min-width: 0px) and (max-width: 649px) and (min-aspect-ratio: 11/10){
  /** Smartphone landscape **/
  body{
    font-size: 80%;
  }
  .smart-link{
     z-index: 50;
    height: 40px;
    background-color: #f4e713;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    border-top-left-radius: 2em; 
    border-top-right-radius: 2em;
    -moz-border-top-left-radius: 2em; 
    -moz-border-top-right-radius: 2em;
    -webkit-border-top-left-radius: 2em; 
    -webkit-border-top-right-radius: 2em;
    border: none;
    text-align: center;
  }
  .center{
    height: 40px;
  }
  .dbp-small{
    margin-top: 5px;
    width: 60%;
    max-width: 250px;
 
  }
  .landscape-container{
    position: relative;

    width: 90%;
    height: 230px;
    max-width: 536px;
    min-width: 370px;
    margin: 10px auto;
    
    background-color: #b0b1b2;
    border: solid #C6C8C9 0.8em;
     border-radius: 2.75em;
    -moz-border-radius: 2.75em;
    -webkit-border-radius: 2.75em;
  }
  .scrolltext{
    z-index: 1;
    position: relative;
    width: 102%;
    height: 140px;
    padding: 10px;
    margin-top: 0;
  }
 
}
@media only screen and (min-width: 0px) and (max-width: 530px) and (max-aspect-ratio: 11/10) {
  /** Smartphone portrait **/
  body{
    font-size: 80%;
  }
  .glob-link{
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    height: 60px;
    text-align: center;
  }
  .center{
    position: absolute;
    width: 100%;
    height: 160px;
  } 
  .center a{
    position: absolute;
    text-align: center;
    left: 0px;
  }
  .dbp-small{
   
    width: 90%;
    margin: auto;
  }
  .glob-nav{
    background-color: #b0b1b2;
    border-color: #C6C8C9
  }
  .scrolltext{
    margin-top: 65px;
    width: 103%;
    height: 85%;
    padding: 10px;
  }
}
.pipe::after{
  content: "|";
}
@media only screen and (max-width: 1199px) and (min-width: 900px)and (max-height: 725px){
 
  
}
@media only screen and (min-width: 530px) and (max-width: 899px){

}
@media only screen and (min-width: 530px) and (max-width: 649px) and (min-aspect-ratio: 11/10) {
    .scrolltext{
    z-index: 1;
    position: relative;
    width: 102%;
    height: 140px;
    padding: 10px;
    margin-top: 0;
  }
}
img{
  margin: auto;
  max-width: 100%;
}