 @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:#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;}

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

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

.h100vh{height:100vh;}

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

.ma0{margin:0 auto;}

.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;}
.mb150{margin-bottom:150px;}

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

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

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

.paBo250px{padding-bottom:25px;}


.ovScY{overflow-y:scroll;}

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

.colorWhite{color:#fff!important;}
.colorBlack{color:#000;}
.colorText{color:#fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);}
.textShadow{text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.75);}
.textShadowW{text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);}      


.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%;}
#wahrheitPflichtAnzeige, #wahrheitBox, #pflichtBox, #menu, #bottle, #einstellungenButton, #einstellungenBox, #menu, #drink1, #drink2, #drink3, #drink4, #drink5, #drink6, #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;}

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

#menu, #bottle, #einstellungenButton, #einstellungenBox, #menu, #drink1, #drink2, #drink3, #drink4, #drink5, #drink6, #background, #installButtonPWABox   {visibility:visible; display:block;}

#menu{z-index:6; padding-top:15%; overflow-y:scroll;}

#wahrheitBox, #pflichtBox, #wahrheitPflichtAnzeige{z-index:10; width: calc(100% - 20px); margin-left:10px; margin-right:10px;}
#wahrheitBox, #wahrheitPflichtAnzeige{top:10px;}
#pflichtBox{bottom:10px;}
#wahrheitPflichtAnzeige{height: calc(100vh - 20px); padding-top:35vh; font-size:25px;}


/**********************************************************
                 Inputs
*****************************************************/
select, textarea, input[type="text"], input[type="month"], input[type="search"], input[type="date"], input[type="number"], input[type="password"]{background:#fff; box-sizing:border-box; outline: none; height:35px; 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"]{box-sizing:border-box; height:35px;}



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

#bottle {z-index:10; margin-top:40%; display:flex; justify-content:center; align-items:center; }

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

.drinks{width:50vw;}
.sekt{width:35vw;}
#drink1{left:-18%; top:0%; z-index:5;}
#drink2{left:20%; top:-5%; z-index:5;}
#drink3{right:-10%; top:5%; z-index:5;}
#drink4{left:-15%; bottom:-7%; z-index:5;}
#drink5{left:30%; bottom:-10%; z-index:5;}
#drink6{right:-10%; bottom:-2%; z-index:5;}


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



}