

		html {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			min-width: 300px;
			overflow-x: hidden;
			overflow-y: scroll;
			box-sizing: border-box;
			text-rendering: optimizeLegibility;
			font-size: 16px;
		}

		body{

		background-color:inherit;
		font-size: 16px;
		font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
		line-height: 1.5;
		word-wrap: break-word;
		}

		.nutrienttable{
			font-size: 12px;
			padding-left:10px;
			margin-bottom: 10px;
			border-collapse: collapse;
		}

		.nutrienttable td{
			border-style:none none solid none;
			border-width: 0.5px;
			border-color: #aaaaaa;
			padding: 3px 5px;
		}


		.column_Nutrient_Name{
			width:70%;
			text-align:left;
		}
		.column_Nutrient_Value{
			text-align:right;
			width:30%;
		
		}

		.nutrient_name {
			font-weight:bold;
		}

		.nutrient_value {
			text-align:right!important;
		}

		.allergenimage{
			width:2em;
			margin:3px;
		}

		.headerblock{
			text-align:center;
			line-height:1.5;
		}

		.components{
			text-align:center;
			border-color: #aaaaaa;
			border-width: 0.5px;
			height:55px;
			padding:10px;
			border-style:solid none none none;
			padding-right:18px;
		}

		.components td{
			width:40%;
			font-size:15px;
		}

		.components tr td:nth-child(3) {
			width:10%;
			padding-right:5px;
		}

		.components tr td:first-child {
			width:50%;
			font-size:12px;
		}
		.components img{
			width: 2em;
		}

		.menuitemheader{
			text-align:center;
			padding:5px 0px;
			border-style:none none none none;
		}
		.menuitemheader td{
			width:40%;
			font-size:15px;
			height:30px;
		}
		.menuitemheader tr td:nth-child(3) {
			width:10%
		}

		.menuitemheader tr td:nth-child(4){
			width:15px;
			font-weight: bold;
			--padding-right:-10px;
			font-size:20px;
			text-align:right;
			vertical-align:inherit;
		}

		.menuitemheader tr td:first-child {
			text-align:left;
			width:50%;

		}

		.menuitemheader img {
			margin-left: 1rem;
			margin-right: 2rem;
			height: auto;
			max-width: 45px;
			max-height: 45px;
		}

		.trafficlight-icon {
			width: 2em;
		}

		.container {
			display: flex;
			align-items: center;
		}

		table{
			width:100%;
		}

		.accordion {
		background-color: inherit;
		color:inherit;
		cursor: pointer;
		min-height:50px;
		width: 100%;
		text-align: left;
		outline: none;
		font-size:16px;
		transition: 0.4s;
		padding:10px;
		padding-right:05px;
		border:none;
		font-weight:bold;
		font-family: inherit;
		}


		.panel {
		padding: 0px 10px;
		background-color: inherit;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
			border-bottom:none;
		border-left:none;
		border-right:none;
		border-top:1px 0px #aaaaaa;
		}

		.sectionheader{
			font-size:16px;
			padding-top:10px;
		}
		.menuitem{
			margin: 18px auto;
			padding:0px;
			border-width:1px;
			border-color:#aaaaaa;
			border-style:solid;
			box-shadow: 1px 1px #aaaaaa;
			max-width: 1200px;
			position:center;
			background-color:white;
		}

		h2{
			line-height:1;
			margin-bottom: -5px;
		}

		.button {
			-moz-appearance: none;
			-webkit-appearance: none;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			border: 1px solid transparent;
			border-radius: 3px;
			-webkit-box-shadow: none;
			box-shadow: none;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			font-size: 1rem;
			height: 2.25em;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			line-height: 1.5;
			padding-bottom: calc(.375em - 1px);
			padding-left: calc(.625em - 1px);
			padding-right: calc(.625em - 1px);
			padding-top: calc(.375em - 1px);
			position: relative;
			vertical-align: top;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			background-color: #fff;
			border-color: #dbdbdb;
			color: #363636;
			cursor: pointer;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			padding-left: .75em;
			padding-right: .75em;
			text-align: center;
			white-space: nowrap;
			font-family: Arial;
		}

		.headerblock{
			max-width:1200px;
			position:center;
			margin: auto;
			padding:0px;
			background: inherit;
		}


		.headerblock tr td:last-child {
			text-align:right;
			width:100px
		}
		.headerblock tr td:first-child {
			text-align:left;
			width:100px
		}

		.restaurantheaderblock{
			max-width:1200px;
			overflow: auto;
			position:center;
			margin: auto;
			padding:0px;
			background: inherit;
			display:flex;
			flex-wrap: wrap;
		}
		.restaurantheaderblock p {
			margin: 0px;
		}

		.restaurantlabel{
			font-size: 24px;
		}

		.restaurantname{
			font-size: 24px;
			font-weight: bold;
		}

		.wrapper {
		display: flex;  
		flex-flow: row wrap;
		font-weight: bold;
		text-align: center;
		}

		.wrapper > * {
		padding: 10px;
		flex: 1 100%;
		}

		.restaurantheaderitem {
		text-align: center;
		margin:0px;
		padding:5px;
		}

		.aside-1 {
		vertical-align:center;

		}

		.aside-2 {
		text-align: right;
		vertical-align:center;
		}


		@media all and (min-width: 200px) {
		.restaurantheaderitem    { flex: 3 0px; }
		.aside-1 { 	order: 1;vertical-align:center;	padding-top:5px;} 
		.restaurantheaderitem    { order: 2; vertical-align:center;}
		.aside-2 {	  order: 3;   vertical-align:center;	padding-top:5px; }
		}

		.markedAsFavorit{
			background: #CFCFCF;
		}

		.treeviewcontainer{
			padding:10px;
		}
		.treeviewcontainer ul{
			line-height:2;
		}
		a{

			color: inherit;
		}

		/* Remove default bullets */
		ul, #myUL {
			list-style-type: none;
		}

		/* Remove margins and padding from the parent ul */
		#myUL {
			margin: 0;
			padding: 0;
		}

		/* Style the caret/arrow */
		.caret {
			cursor: pointer;
			user-select: none; /* Prevent text selection */
			font-weight:bold;
		}

		/* Create the caret/arrow with a unicode, and style it */
		.caret::before {
			content: "\25B6";
			display: inline-block;
			margin-right: 6px;
		}

		/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
		.caret-down::before {
			transform: rotate(90deg);
		}

		/* Hide the nested list */
		.nested {
			display: none;
		}

		/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
		.active {
			display: block;
		}

		.infocontainer{
			padding: 0px 10px;
		}

		.maindiv{
			padding-bottom:145px;
		}

		.accordion .menuitemheader tr td:nth-child(4)::before{
		content: '+';
			font-weight: bold;
			font-size:25px;
			text-align:center;
		}

		.accordion.active .menuitemheader tr td:nth-child(4)::before{
		content: '-';
			font-weight: bold;
			font-size:25px;
			text-align:center;
		}


		/** display DAT_Article_HIST.Name **/
		.articlenamerow{
			visibility: collapse; /** remove this line to make it visibile **/
		}
		/** display DAT_ArticleDetail_HIST.Name **/
		.articledetailnamerow{
			visibility: collapse; /** remove this line to make it visibile **/
		}

		/** display DAT_ArticleDetail_HIST.ArticleImage **/
		.article-icon {
			display: none; /** remove this line to make it visibile **/
		}
		
		/** display DAT_ArticleDetail_HIST.SalesPrice **/
		.pricelabel {
			margin: 0 8px;
			display: inline;
		}

		.article-component-header{
			text-align: center;
			padding: 5px 0px;
		}

		.article-component-header td{
			font-size:15px;
			height:30px;
			font-weight: normal;
		}

		.article-component-header tr td:nth-child(4) {
			display: flex;
			align-items: center;
			justify-content: flex-end;
			gap: 0.5em;
		}

		.article-component-header tr td:first-child {
			width: 50%;
		}

		.article-component-header img {
			width: 2em;
		}

		.accordion .article-component-header tr td:nth-child(4)::after{
			content: "+";
			font-weight: bold;
			font-size: 25px;
			text-align: center;
		}

		.accordion.active .article-component-header tr td:nth-child(4)::after{
			content: "-";
			font-weight: bold;
			font-size: 25px;
			text-align: center;
		}

	
