html, body { height: 100%; margin: 0; padding: 0; scroll-behavior: smooth;}

/* DIV */
div.navigation{
	top: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	background-color: #0d6efd;
	position: fixed;
	z-index: 12;
	width: 100%;
}

/* Dieses Puffer Item wird in der Seitenanfang Datei angegeben */ 
div.puffer_seitenanfang{
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
}

div.ende_neu{
	height: 130px;
	background-color: #dedede;
}

div.ende_neu_2{
	height: 130px;
	background-color: #dedede;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
	z-index: 10;
	width: 100%;
}

div.registration_div{
	width: 100%;
}

div.anmelden_div{
	width: 100%;
}

div.ausgabe_fehler_info{
	width: 100%;
	min-height: 60px;
}

div.page_main_ueberschrift{
	width: 100%;
	min-height: 50px;
	height: 50px;
}

div.sidebar{
	top: 0px;
	left: 0px;
	background-color: #212529;
	height: 100%;
	width: 0px;
	color: #ffffff;
	position: fixed;
	z-index: 100;
	overflow: hidden;
}

div.sidebar_content{
	background-color: #212529;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

div.page_main{
	width: 100%;
	background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

div.konto_ueberpruefen_konto{
	width: 100%;
}

div.konto_ueberpruefen_konto:hover{
	cursor: pointer;
}

	/* DIV (Suchergebnisse) */
	div.input_suchergebnisse_block{
		width: 400px;
		min-height: 29px;
		max-height: 149px; /* 29px Input + 120 Suchergebnisse (3 * 40) */
		display: none;
		position: absolute;
		z-index:20;
	}
	
	div.suchergebnisse{
		width: 400px;
		min-height: 40px;
		max-height: 120px;
		background-color: #fcfcfc;
		display: none;
		position: absolute;
		z-index:20;
		border: 2px solid #212529;
		overflow-y: scroll;
	}
	
	tr.suchergebnis{
		background-color: #ffffff;
		font-weight: normal;
		font-size: 12px;
		color: #000000;
	}

	tr.suchergebnis:hover{
		background-color: #daedf6;
		cursor: pointer;
		font-size: 12px;
		color: #000000;
	}

	input.suchergebnisse{
		width: 400px;
		height: 29px;
	}
	
	span.suchergebnis_element{
		display: none;
	}

/* Table */
table.normal{
	height:100%;
    width: 100%;
    padding: 0;
    border-spacing: 0;
}

table.border tr td{
	border: 1px solid #000000;
}

table.navigation{
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

table.ausgabe_fehler{
	width: 100%;
	min-height: 60px;
	padding: 0;
    border-spacing: 0;
    background-color: #f2dede;
    /*color: #d75452;*/
    color: #000000;
}

table.ausgabe_info{
	width: 100%;
	min-height: 60px;
	padding: 0;
    border-spacing: 0;
    background-color: #dff0d8;
    /*color: #5fb760;*/
    color: #000000;
}

table.weisse_farbe{
	color: #ffffff;
}

table.sidebar_rand{
	border: 3px solid #212529;
}

/* TR */
tr.weiss{
	background-color: #ffffff;
}

tr.blau_hell{
	background-color: #daedf6;
}

tr.userkonto_abschnitt_inhalt{
	background-color: #f4f4f4;
}

tr.benutzer_abschnitt_inhalt{
	background-color: #f4f4f4;
}

tr.mein_profil_abschnitt_inhalt{
	background-color: #f4f4f4;
}

tr.pointer:hover{
	cursor: pointer;
}

/* TD */
td.ende_abteil{
	vertical-align: text-top;
	text-align: left;
	font-size: small;
}

td.copyright{
	text-align: center;
	font-size: small;
}

td.cursor_pointer:hover{
	cursor: pointer;
}

td.weiss{
	background-color: #ffffff;
}

td.blau_hell{
	background-color: #daedf6;
}

/* A */
a.logo{
	text-decoration: none;
	color: #ffffff;
}

a.logo:hover{
	text-decoration: none;
	color: #f0f0f0;
}

a.ende{
	text-decoration: none;
	color: #000000;
}

a.ende:hover{
	text-decoration: none;
	color: #0d6efd;
}

a.header_name{
	text-decoration: none;
	color: #ffffff;
}

a.header_name:hover{
	text-decoration: none;
	color: #ededed;
}

a.sidebar_default_weiss{
	text-decoration: none;
	color: #ffffff;
}

a.sidebar_default_weiss:hover{
	color: #ededed;
}

a.sidebar_weiss_hover_dick{
	text-decoration: none;
	color: #ffffff;
}

a.sidebar_weiss_hover_dick:hover{
	font-weight: bold;
	color: #ededed;
}

a.sidebar_mealserve_ueberschrift{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

a.sidebar_mealserve_ueberschrift:hover{
	color: #ededed;
}

a.sidebar_ausloggen{
	text-decoration: none;
	color: #ffffff;
	font-size: small;
	font-weight: bold;
}

a.sidebar_ausloggen:hover{
	color: #ededed;
}

a.konten_pruefen_userkonto{
	text-decoration: none;
	color: #0d6efd;
}

a.konten_pruefen_userkonto:hover{
	text-decoration: none;
	font-weight: bold;
}

a.main_table_head{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a.main_table_head:hover{
	color: #ededed;
}

a.main_table_under_head{
	text-decoration: none;
	font-weight: bold;
	color: #0d6efd;
}

a.main_table_under_head:hover{
	text-decoration: underline;
}

a.admin_konten_einbezahlen{
	text-decoration: none;
	color: #337ab7;
	font-weight: bold;
}

a.admin_konten_einbezahlen:hover{
	text-decoration: underline;
}

a.standart{
	text-decoration: none;
	color: #0d6efd;
}

a.standart:hover{
	text-decoration: underline;
}

a.standart_dick{
	text-decoration: none;
	color: #0d6efd;
	font-weight: bold;
}

a.standart_dick:hover{
	text-decoration: underline;
}

a.index_main_iban{
	color: #0d6efd;
	text-decoration: none;
}

a.index_main_iban:hover{
	text-decoration: underline;
}

a.terminal_kasse_sidebar{
	text-decoration: none;
	font-weight: bold;
	color: #0d6efd;
}

a.terminal_kasse_sidebar:hover{
	text-decoration: underline;
}

a.userkonto_bestellverlauf{
	text-decoration: none; 
	color: #000000;
}

a.userkonto_bestellverlauf:hover{
	font-weight: bold; 
	color: #000000;
}

/* B */
b.schwarz_ueberscrift{
	font-weight: bold; 
	font-size: 20px;
}

b.passwort_vergessen{
	font-weight: bold;
	color: #000000;
}

b.passwort_vergessen:hover{
	font-weight: bold;
	color: #0d6efd;
	cursor: pointer;
}

b.page_main_ueberschrift{
	font-weight: bold;
	color: #0d6efd;
	font-size: 20px;
}

b.duenn{
	font-weight: normal;
}

b.bestellplaner_datum_aendern_link{
	cursor: pointer;
	color: #0d6efd;
}

b.bestellplaner_datum_aendern_link:hover{
	text-decoration: underline;
}

/* LI */
/* #212529 normale Hintergrund-Farbe */
li.sidebar_erste_ebene{
	color: #ffffff;
}

li.sidebar_erste_ebene:hover{
	background-color: #333a40;
}

li.sidebar_zweite_ebene{
	background-color: #333a40;
	color: #ffffff;
	padding-left: 20px;
}

li.sidebar_zweite_ebene:hover{
	background-color: #505b64;
}

li.sidebar_dritte_ebene{
	background-color: #505b64;
	color: #ffffff;
	padding-left: 30px;
}

li.sidebar_dritte_ebene:hover{
	background-color: #808e99;
}

/* FORM */
form{
	margin-bottom: 0px;
}

/* Input */
input[type=text].terminal_kasse_ausgabe{
	width: 100%;
  	padding: 12px 20px;
 	margin: 8px 0;
  	box-sizing: border-box;
  	border: 3px solid #ff0000;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
  	text-align: center;
  	outline: none;
}

input[type=text].terminal_kasse_ausgabe:focus {
 	border: 3px solid #5fb760;
}

input[type=password].terminal_bestellen_ausgabe{
	width: 100%;
  	padding: 12px 20px;
 	margin: 8px 0;
  	box-sizing: border-box;
  	border: 3px solid #ff0000;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
  	text-align: center;
  	outline: none;
}

input[type=password].terminal_bestellen_ausgabe:focus {
 	border: 3px solid #5fb760;
}
