body,html{scroll-behavior: smooth;font-family: 'Ubuntu',sans-serif;}
.dbg{background-image: url(/img/dbg.jpg?v=2);background-size: cover;background-position: right top;}
#menubar{position:absolute;z-index: 2; width: 100%;}
@media(max-width:768px){
	#menubar{background: #343a40; position: relative!important;}
}
#myBtn {display: none; position: fixed; bottom: 20px; right: 30px; z-index: 99; border: none; outline: none; background-color: #ff9800; cursor: pointer; padding: 15px; border-radius: 10px; font-size: 18px; }
#myBtn:hover {background-color: #555;}
[data-target]{cursor: pointer;}
#cookieConsent {position: fixed; bottom: 1vw; right: 2vw; left: 2vw; padding: 15px; text-align: center; box-shadow: 0 -1px 5px rgba(0,0,0,0.1); z-index: 101;}
#cookieReset {position: fixed; bottom: 0vw; left: 2vw; text-align: center; box-shadow: 0 -1px 5px rgba(0,0,0,0.1); z-index: 101;display: none;}
body.cookie_ok #cookieConsent{display: none;}
body.cookie_ok #cookieReset{display: block;}
#acceptCookies{padding-top: 0px;}