*{
	padding:0px;
	margin:0px;
	font-size:20px;

	font-family: parisine-std-compress-clair, sans-serif;
	font-weight: 400;
	font-style: normal;

	line-height:20px;
	color:#423223;
	border:0px;
	outline:none;
	text-decoration:none;
	border-collapse:collapse;
	-webkit-tap-highlight-color: rgba(0,0,0,0);

	-webkit-text-size-adjust: none;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
	/*-webkit-transform: translate3d(0,0,0);*/
}
html {
	width:100%;
	height:100%;
	background:#c1bab4;
}
body {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	overflow:hidden;
}
/* GLOBAL ####################################################################*/
.mitte{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
img{
	vertical-align:top;
}
#sperre {
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:101;
}
#content {
	display: inline-block;
	position:relative;
	left:0px;
	top:0px;
	width:calc(100% - 20px);
	height:calc(100% - 40px);
	padding:20px 10px;
	text-align: center;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	z-index:2;
}
/* LOGIN #####################################################################*/
.login{
	width:auto;
	text-align: center;
}
.login .logo{
	height: 120px;
	margin-bottom:20px;
	border-radius: 3px;
}
.btn{
	display:inline-block;
	background:rgba(77,45,0,0.3);
	line-height: 50px;
	width: 50px;
	text-align: center;
	margin-top: 20px;
	border-radius: 100px;
	color:#fff;
	cursor: pointer;
}
.btn.over{
	background:rgba(77,45,0,0.5);
}
.logout{
	position: fixed;
	top:0px;
	left:0px;
	width: 20px;
	height: 20px;
	opacity: 0.5;
	padding:10px;
	cursor: pointer;
}
/* MENU ####################################################################*/
.menu{
	display: inline-block;
	width:100%;
	max-width: 400px;
	margin:auto;
}
.menu .info h1{
	font-size:28px;
	margin-bottom: 20px;
}
.menu .info{
	display: block;
	margin-bottom:30px;
	font-size:22px;
	line-height: 26px;
}
.menu .pfeil{
	width:14px;
	vertical-align: bottom;
	opacity: 0.5;
}
.menu .pfeil2{
	width:14px;
	vertical-align: top;
	opacity: 0.5;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.menu .btn{
	line-height: 70px;
	width: 70px;
}
.menu .restmengen{
	display:block;
	padding-right: 50px;
	text-align: right;
	margin-bottom: 5px;
	font-size: 16px;
}
.menu .deinemengen{
	display:block;
	padding-right: 16px;
	text-align: right;
	margin-bottom: 5px;
	font-size: 16px;
}
.menu .eintrag{
	display:block;
	margin-bottom: 10px;
	border-radius: 3px;
	background:rgba(77,45,0,0.3);
	padding:5px 10px;
	padding-right: 5px;
	text-align: left;
	white-space: nowrap;
}
.menu .titel{
	display: inline-block;
	text-align: left;
	color:#fff;
	font-size:28px;
	line-height: 30px;
	width:calc(80% - 64px - 10px);
}
.menu .einheit{
	display: inline-block;
	text-align: right;
	color:#fff;
	font-size:18px;
	line-height: 30px;
	padding-right:10px;
	width:calc(20%);
}
.menu .menge{
	display: inline-block;
	text-align: center;
	color:rgba(0,0,0,1);
	font-size:18px;
	width:30px;
}
.menu .menge_rest{
	display: inline-block;
	text-align: right;
	color:#fff;
	font-size:28px;
	width:55px;
}
.menu .anzahl{
	display: inline-block;
	width:20px;
	text-align: center;
	color:#fff;
	font-size:20px;
	margin: 0px;
}
.menu .eintrag.gast{
	display:block;
	margin-top: -10px;
	margin-bottom: 0px;
	background:none;
	padding:5px 10px;
	padding-right: 5px;
	text-align: left;
	white-space: nowrap;
}
.menu .eintrag.gast .titel{
	color:rgba(0,0,0,0.7);
	font-size:22px;
	line-height: 24px;
	width:calc(100% - 44px);
	text-align: right;
}
.menu .eintrag.gast .menge_rest{
	display: inline-block;
	text-align: right;
	color:rgba(0,0,0,0.7);
	font-size:22px;
	width:35px;
}
/* FORM ####################################################################*/
input,textarea,select{
	display:block;
	color:#fff;
	padding:5px 7px;
	width:calc(100% - 14px);
	line-height:22px;
	background:rgba(77,45,0,0.3);
	border-radius:3px;
	margin-bottom:5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;

	-webkit-text-size-adjust: text;
	-webkit-user-select: text;  /* Chrome all / Safari all */
	-moz-user-select: text;     /* Firefox all */
	-ms-user-select: text;      /* IE 10+ */
	user-select: text;          /* Likely future */
}
textarea{
	resize:none;
	height:50px;
	line-height:16px;
}
select{
	width:100%;
}
input:focus,select:focus,textarea:focus {
	background:rgba(77,45,0,0.5);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,0.3);
}
/* LOADING ####################################################################*/
#loading {
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	z-index:100;
}
#loading .pics.loading {
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:30px;
}
#loading .balken{
	position:fixed;
	bottom:10px;
	left:50%;
	margin-left:-15px;
	height:30px;
	width:30px;
	background:url(loading.png) no-repeat 0 0;
	background-size: 30px 30px;
	animation: loading_ani 0.7s linear infinite;
}
@keyframes loading_ani {
  0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}
}
