html {
    overflow-y:   scroll;
       -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome and Opera */
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}


body {
    padding: 0; 
    margin: 10% 20% 0 20%;
    background: #ededed;
    font-family: 'Graphik';
    font-weight: normal;
    font-style: normal;
    font-size: 2.5em;
    letter-spacing: normal;
}


a:link {
    color: white;
    text-decoration: underline;
}
a:visited {
    color: white;
}
a:hover {
    color:black;
}
a:active {
    color:black;
}

button {
    position:absolute;
    bottom:20%;
    width:50%;
    padding: 10px 20px;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color:dodgerblue;
    border: none;
    border-radius: 1px;
    box-shadow: -9px 9px #999;
   
}
button:hover {}
button:active {
    background-color:dodgerblue;
    box-shadow: -5px 5px #999;
    transform: translateY(4px);
}



#go_btn{
     
    
     
    text-decoration: underline;
    
    
    
}





p, input {
  font-size: 1em;
    padding:0;
     font-family: 'Graphik';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
}

.menu{
    font-size: 1em;
    position: fixed;
    z-index: 999;
    color:#fff;


}
.menu:hover{color:#fff;
    cursor: pointer;
color:#fff;
}

#menu_title{top:4%; left:4%;}
#menu_about{top:4%; left:4%;}
#menu_imprint{bottom:4%; left:4%; }
#menu_buy{bottom:4%; right:4%;}



#back_pop{
    background: #59adfe; 
    position: fixed;
    top: 0%;
    left: 0;
    height:120%;
    z-index: 100;
    width:100%;
    display:block;
    z-index: 900;
}

.content{
    position: absolute;
    top: 0;
    left: 0;
    overflow;
    display:none;
    margin: 15% 20% 20% 20%;
   font-size: 1em;
    line-height: 1.7em;
    z-index: 950;
}

#content_about{
    display:block;
}
.details{

    font-size:18px;
     line-height: 1.7em;


}

input {
    display: block;
    width: 50%;
    border: none; 
    border-radius: 0;
    background: #ededed;
    transition: .3s ease;
    border-bottom: 4px solid #fff;
    padding-left: 0px;
    letter-spacing: normal;
}

input:hover {
    border-bottom: 4px solid #666;
}


input:focus {
    display: block;
    border: none; 
    border-radius: 0;
    background: #ededed;
    transition: .3s ease;
    border-bottom: 4px solid #fff;
}

#flipper_btn{
    width:60%
    position: fixed;
    bottom:20%; 
    left:20%;
}


.flipper{
    position: absolute;
    top: 0;
    left:0;
    width:60%;
    overflow;
      font-family: 'Graphik';
   /* height:85%; */
     margin: 15% 20% 20% 20%;
    background: #ededed;
       font-size: 1em;
    line-height: 1.7em;
   
  
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome and Opera */
}


@media(max-width: 1400px) {
    input {
        width: 70%;
    }
     body {
       
      /*  font-size: 4em; */
    }
}

@media(max-width: 1100px) {
    body {
    /*   margin: 5% 5% 0 5%;
         font-size: 5em;
        */
    }
    /*
    .flipper{
        position: relative;
        top: 20%;
        height:60%;
    }*/
   
    .content{
     /*   margin: 20% 20% 20% 20%;    */
    }
    input {
        width: 90%;
    }
}

}



