/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Quicksand:wght@300;400;500;600;700&family=Varela+Round&display=swap');

html,body,.fluid-container{font-family:'Varela Round', sans-serif;font-size:17px;}
body::-webkit-scrollbar{display:none;}
.ingredients{font-size:.8em;}
.teaser, .mainteaser{font-style:italic;color:rgba(200,200,200,1)!important;}
.green{color:green;}
.lightgreen{color:lightgreen;}
.beige{color:antiquewhite;}
.EN, .paste, .extra, .teaser, .mainteaser, .trenner{display:none;}
.DE{}
.section1{height:100%;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,0.2)),url(../../assets/img/singapore_bg.jpg) no-repeat 53.5% 20%;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.flexbox-container{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;height:100%;}
p {text-align: center;color:aliceblue;}
.exlink{cursor:pointer;}
.no-change:active, .no-change:hover, .no-change:link{color:white;}
.prodesc{font-size:.5em;}
.footer-bs{position:fixed;width:100%;min-height:20px;bottom:0px;left:0;}
.langSwitch{position:fixed;width:46px;height:46px;bottom:50px;left:10px;background-color:black;border-radius:50%;color:white;cursor:pointer;}
.backToTopBtn{position:fixed;width:46px;height:46px;bottom:70px;left:50%;background-color:black;border-radius:50%;color:white;cursor:pointer;}
.cookieSwitch{position:fixed;width:46px;height:46px;bottom:50px;right:10px;background-color:black;border-radius:50%;color:white;cursor:pointer;}
.show{display:block;}
.hide,.hidden{display:none;}
.langlink{color:white;text-decoration:none;}
.langlink span{display:block;position:relative;top:-7px;}
.cookieSwitch>.langlink{display:block;position:relative;top:21.5%;left:28.5%;}