 @media (display-mode: standalone) {
   :root {
     --status-bar-color: #000000;
   }
   html {
     background-color: var(--status-bar-color);
   }
 }

body {-webkit-text-size-adjust:none;}
header,footer, nav, section {display:block;}

a:link, a:visited{font-size:14px; color:#0000EE; text-decoration:none; font-family:calibri, arial, sans-serif, helvetica;}
a:hover, a:focus, a:active{font-size:14px; color:#681664; text-decoration:underline;}

html, body{margin:0; padding:0; width:100%; height:100%; width:100%; overflow:hidden;}
body {background-color:#ffffff; font-family:calibri, arial, sans-serif, helvetica; color:#333; background:#000;}
body.home{background:#fff;}

body {
  min-height: calc(100% + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.top0{top:0%;}
.left0{left:0%;}
.right0{right:0%;}
.bottom0{bottom:0%;}


div{overflow:hidden; box-sizing:border-box;}

h1,h2,h3 {margin:0px; padding:0px;}

.fl{float:left;}

.left, .right{float:left; width:50%;}
.center{float:left; width:100%;}

.w100{width:100%;}
.w75{width:75%;}
.w50{width:50%;}
.w25{width:25%;}

.h100vh{height:100vh;}


.ma0{margin:0 auto;}

.paTo5{padding-top:5px;}
.paLe5{padding-left:5px;}
.paRi5{padding-right:5px;}
.paBo5{padding-bottom:5px;}

.paTo10{padding-top:10px;}
.paLe10{padding-left:10px;}
.paRi10{padding-right:10px;}
.paBo10{padding-bottom:10px;}

.paTo15{padding-top:15px;}
.paLe15{padding-left:15px;}
.paRi15{padding-right:15px;}
.paBo15{padding-bottom:15px;}

.paTo25{padding-top:25px;}
.paLe25{padding-left:25px;}
.paRi25{padding-right:25px;}
.paBo25{padding-bottom:25px;}

.paBo250px{padding-bottom:250px;}

.paTo35{padding-top:35px;}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt25{margin-top:25px;}
.mt50{margin-top:50px;}

.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb25{margin-bottom:25px;}
.mb50{margin-bottom:50px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml25{margin-left:25px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr25{margin-right:25px;}

.mt10p{margin-top:10%;}
.ml10p{margin-left:10%;}
.mr10p{margin-right:10%;}
.mb10p{margin-bottom:10%;}


.paTo25px{padding-top:25px;}
.paLe25px{padding-left:25px;}
.paRi25px{padding-right:25px;}
.paBo25px{padding-bottom:25px;}

.ta_l{text-align:left!important;}
.ta_c{text-align:center!important;}
.ta_rc{text-align:right!important;}

.fl{float:left;}
.ovhi{overflow:hidden;}
.ovScY{overflow-y:scroll;}

.colorWhite{color:#ffffff!important;}
.textShadow{text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.75);}
.textShadowW{text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);}   

.poFi{position:fixed;}
.poAb{position:absolute;}
.poRe{position:relative;}

.backgroundWhite{background-color: rgba(255, 255, 255, 1.0);}
.backgroundBlack{background-color:#000;}
.backgroundwAPPStore{background:#0782de;}

#installButtonPWABox {z-index:999; background:#f4f4f4; -webkit-box-shadow: 5px 5px 10px 0px rgba(204,204,204,0.75);-moz-box-shadow: 5px 5px 10px 0px rgba(204,204,204,0.75);-o-box-shadow: 5px 5px 10px 0px rgba(204,204,204,0.75);box-shadow: 5px 5px 10px 0px rgba(204,204,204,0.75);}
#installButtonPWABox a:link, #installButtonPWABox a:visited{color:#ffffff;}
#installButtonPWABox a:hover, #installButtonPWABox a:focus, #installButtonPWABox a:active{text-decoration:underline;}


/**********************************************************
                 Home
**********************************************************/
#home{width:100%; height:100vh; text-align:center; box-sizing:border-box; padding-top:20vh; font-size:25px;}
#home_img{width:50%; max-width:300px;}
#home_logo{width:50%; max-width:300px;}


/**********************************************************
                 Browser
**********************************************************/
#landscape{margin-top:150px; width:15%;}
#menu, #knifes, #einstellungenButton, #tapInfo1, #tapInfo2, #tapInfo3, #tapInfo4, #einstellungenBox, #background, #installButtonPWABox  {visibility:hidden; display:none;}


@media screen and (max-width:1024px){
         #landscape{margin-top:150px; width:25%;}
}

@media screen and (max-width:765px){
         #landscape{margin-top:150px; width:50%;}
}


/**********************************************************
                 Smartphone
**********************************************************/
@media only screen and (orientation: portrait) {

#landscape{visibility:hidden; display:none;}
#menu, #knifes, #einstellungenButton, #tapInfo1, #tapInfo2, #tapInfo3, #tapInfo4, #einstellungenBox, #background, #installButtonPWABox  {visibility:visible; display:block;}

/**********************************************************
                 Inputs
**********************************************************/
select, textarea, input[type="text"], input[type="month"], input[type="search"], input[type="date"], input[type="number"], input[type="password"]{ height:35px; background:#fff; box-sizing:border-box; outline: none; border:1px solid #ccc; padding:5px; -webkit-box-shadow: inset 0px 0.3125em 0.3125em rgba(0, 0, 0, 0.08); -moz-box-shadow: inset 0px 0.3125em 0.3125em rgba(0, 0, 0, 0.08); box-shadow: inset 0px 0.3125em 0.3125em rgba(0, 0, 0, 0.08);}
textarea{min-height:200px; max-height:200px; max-width:100%; min-width:100%; resize: none; display:block; font-size:15px;}
input[type="submit"]{height:35px; box-sizing:border-box;}


/**********************************************************
                 knifes
**********************************************************/
#knifes {z-index:5; height:100vh; padding-top:50px;}

#knifesImg{height:100vh; position:relative; z-index:5;}
#KnifesImg{margin:0 auto; display:block;}

#background{z-index:1; height:100vh; width:auto; top:0px;}
#background img{height:100vh;}

#menu{z-index:10; padding-top:35%; overflow-y:scroll;}

#leftArrow{left:5px; bottom:5px; z-index:150;}

#tapInfo1, #tapInfo2, #tapInfo3, #tapInfo4{z-index:10; padding-left:5%; padding-top:25%; background-color: rgba(0, 0, 0, 0.75); top:0px;}

#header{position:absolute; top:0px; left:0px; background:green; color:black; z-index:100; height:100px; width:100vw;}

/**********************************************************
                 Einstellungen
**********************************************************/
#einstellungenButton{position:fixed; z-index:15; bottom:10px; right:10px; display:none;}
#einstellungenImg{width:40px;}

#einstellungenBox{position:fixed; z-index:10; padding:2.5%; bottom:-150px; width:100%; background:#000000; float:left; border:3px solid #ccc; box-sizing:border-box;
                 -webkit-transition: bottom 1s;
                 transition: bottom 1s;
                 -moz-transition: bottom 1s;
                 -o-transition: bottom 1s;
                 }
                 #einstellungenBox.on{bottom:0px;}


}




/*weichen*/
/*opera*/
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {


}


/* Nur Firefox */
@-moz-document url-prefix(){

}

/* Safari only override */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){

}


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

}


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

}

/*@media screen and (max-width:768px){ */


@media screen and (max-width:420px){
}