	*{
		font-family: helvetica, arial, sans-serif;
		font-size:80px;
	}
body, html {
  margin: 0;
  padding: 0;
	height:200px;
}
div#zeit{
	display:block;
	font-size:0.7em;
	padding-top:1em;
	padding-left:4em;

}

#container {
        flex-direction: row;
    /* overflow: auto; */
    flex-wrap: nowrap;
}
[class*="screen"]{
	display:none;
}
.screen4{
	display:initial;	
}
#left {
    flex: 3;
    overflow-y: auto;
    display: flex;
    gap: 1em;
    background-color: #eeeeee;
    flex-direction: column;
	display:none;
}
#freitextdiv {
    display: flex;
    padding: 2rem 1rem 1rem 2rem;
    flex-direction: row;
    gap: 1em;
}
#ftlinks {
    flex: 9;
}
#ftrechts {
    display: flex;
    flex-direction: column;
    flex: 1 1 10%;
    gap: 0.5em;
}
#main {
    flex: 3;
    overflow-y: auto;
    padding: 2rem 1rem 0 2rem;
    height: 95%;
    display: flex;    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    align-items: flex-start;
    background-color: #eeeeee;
    align-content: flex-start;
}
#right {
  background-color:#ffffff;
  padding: 10px;
}
#bon{
	height:initial;
}
#cash{
	background-color:#ff9090;	
	font-weight:bold;
	display:none;
}
#total{
	text-align:left;
}
select{
	background-color:#ffffff;
	margin-top:2px;
}
#summe{
	display:block;
	font-size:1.5em;	
	font-weight:bold;
	text-align:right;
	margin-bottom:1rem;
	display:none;
}

.artikel {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    display: flex;
}
#bon a{
	text-decoration:none;
	color:#000000;
}
.anzahl, .preis, .artikelname {
    text-align: right;
    width: 3rem;
    display: inline-block;
    padding: 0.1em 0.2em 0.1em 0.2em;
}
.preis{
	flex:2;
	display:none;
}
.artikelname{
	text-align:left;
	width:8rem;
}
.anzahl {
    text-align: center;
}
button {
    height: 4em;
    background-color: #a9ffc8;
    border-radius: 10px;
    width: 8em;
}
#footer {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    position: fixed;
    width: 100vw;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    /* border-left: 1px solid #ffffff; */
    align-items: center;
}

#footer a{
	border-right:1px solid #dddddd;
	flex-grow:1;
	text-decoration:none;
	color:ffffff;
	display:none;
}

#footer a:last-child{
	border-right:none;	
}

#supporttable{
  border-collapse:separate;
  /*border-spacing:20px 10px;*/
}
#supporttable tr:not(:first-child):hover{
  background-color:#dddddd;
  cursor:pointer;
}
#supporttable th,
#supporttable th a{
  font-size:16pt;
  padding: 5px 20px 5px 0;
  text-decoration:none;
  font-family:"Helvetica Inserat LT Std";
}
#supporttable td{
  font-size:12pt;
  padding: 5px 20px 5px 0;
  vertical-align:top;
	text-align:right;
}
#supporttable td:first-child{
  text-align:left;
}
#admin{
	margin:5rem;	
}

.print{
	visibility:visible;
	height:initial;
}
#pager{
	float:initial;
	clear:both;
	text-align:center;
	width: 9em;
	margin-top:100px;
}

/*

div,
button,
#main,
#left,
#total,
#summe{
	display:none;
	visibility:hidden;
}

#bon{
	position:absolute;
	top:0;
	left:0;
	width:400px;
}
.print, .print * {
		display:block;
		visibility: visible;
    }

*/