	*{
		font-family: helvetica, arial, sans-serif;
		font-size:20px;
	}
body, html {
  margin: 0;
  padding: 0;
}
div#zeit{
	display:none;	
}
#pager{
	float:left;	
}
#container {
    display: flex;
    flex-direction: row;
    height: 94vh;
    /* 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;
}
#freitextdiv {
    display: flex;
    padding: 0 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, #buttonList {
    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 {
  flex: 1; /* 1/5 des Platzes */
  background-color:#ffffff;
  padding: 10px;
}
#bon{
	height:65vh;
	overflow-y:auto;
}
#cash{
	background-color:#ff9090;	
	font-weight:bold;
}
#total{
	border-top:1px solid #000000;
	text-align:center;
}
#pager{
	display:none;
}
select{
	font-size:1.2rem;
	background-color:#cfffff;
	margin-top:2px;
}
#summe{
	display:block;
	font-size:1.5em;	
	font-weight:bold;
	text-align:right;
	margin-bottom:1rem;
}

.artikel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  text-align:right;
  gap:2em;
}
#bon a{
	text-decoration:none;
	color:#000000;
}
.anzahl,
.preis,
.artikelname{
	flex-grow:1;
	text-align:right
}
.anzahl{
	flex:1;
}
.preis{
	flex:2;
}
.artikelname{
	flex:7;	
	text-align:left;
	width:70%;
}
button {
    height: 4em;
    background-color: #a9ffc8;
    border-radius: 10px;
    width: 8em;
}

#footer {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 2rem;
    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;
}

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