 @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:100vw; height:100vh; overflow:hidden;}
body {background-color:#ffffff; font-family:calibri, arial, sans-serif, helvetica; color:#333; background:#fff;}
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;}

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

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

.h100vh{height:100vh;}

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

.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;}

.ml15{margin-left:15px;}
.ml25{margin-left:25px;}

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


.l25pm{left:-25%;}

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

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

.fl{float:left;}
.ovhi{overflow:hidden;}

.colorWhite{color:#fff;}
.colorBlack{color:#000;}
.colorText{color:#fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);}
.ma0{margin:0 auto;}

.backgroundChampagne{background:#d3af60;}
.backgroundNeonBlue{background:#06cce6;}
.backgroundNeonPurple{background:#d700a1;}
.backgroundNeonGreen{background:#73e000;}
.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%;}
#color, #colorInputBox, #transparentInfo, #tapInfo, #einstellungenButton, #einstellungenBox, #menu, #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;}

#section{width:100vw; height:100vh;}

#colors, #colorInputBox, #transparentInfo, #tapInfo, #einstellungenButton, #einstellungenBox, #menu, #background, #installButtonPWABox   {visibility:visible; display:block;}

/**********************************************************
                 Bottle an glaces
**********************************************************/
#background{z-index:1; height:100vh; width:100vw; top:0px;}

#menu{z-index:10;}

#colors {z-index:5; display:flex; justify-content:center; align-items:center;}

#transparentInfo {z-index:7; font-size:50px; padding-top:48vh; opacity:0.0; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);}
#tapInfo{z-index:6; padding-left:5%; padding-top:25%;}

#colorsImg{height:90vw; position:relative; z-index:10;}

#colorInputBox{z-index:15; bottom:0px; left:45%;}

/**********************************************************
                 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;}



}