@charset "UTF-8";
/* CSS Document */

@media print {
	
    @page {
		margin-left:0.5cm;
		margin-right:0.5cm;
		margin-bottom:0.5cm;
		margin-top:0.5cm;
	}
	
	body {
		font-family:Verdana, Geneva, sans-serif;
	}
					
	.main-header {
		display:none;	
	}
	
	.logo-header {
		display:none;
	}

	.sidebar {
		display:none;
	}
	
	.breadcrumbs {
		display:none;	
	}
	
	.footer {
		display:none;	
	}
	
	.page-title {
		display:none !important;	
	}
	
	.page-header {
		display:none !important;	
	}
	
	.Lager_Zusatztext {
		display:none;	
	}
	
	#Icon-Head-Trockenlager_Active, #Icon-Head-Kuehllager_Active, #Icon-Head-TK-Lager_Active, #Icon-Head-Trockenlager, #Icon-Head-Kuehllager, #Icon-Head-TK-Lager {
		display:none;	
	}
	
	table {
		width:100%;	
	}
	
	table tr {
		
	}
	
	table tr:first-child td {
		border-top:none;
	}
	
	table tr td {
		border-top:1px solid black;
	}
	
	table thead tr th, table tfoot tr th {
		font-size:8pt;
		border-top:1px solid black;
		border-bottom:1px solid black;
	}
	
	.card-title {
		/*display:inline-block !important;*/
		float:none !important;
	}
	
	h4 {
		font-size:14pt;
		color:#000 !important;
	}
	
	#Head_Einkaufshistorie {
		display:none;	
	}
	
	
	button {
		display:none !important;	
	}
	
	input {
		display:none;	
	}
	
	#QuickBuyContainer {
		display:none !important;	
	}
	
	#Label_Zusatzinfo {
		display:none !important;	
	}
	
	
	a#info-toggle, a#spezie-laden {
		display:none;	
	}
	
	
	.Zusatzinfo_Text2 {
		font-weight:normal !important;	
	}
	
	.text-center {
		text-align:center;	
	}
	
	
	
}