@charset "UTF-8";
/* CSS file | 4way edition | ©2020-2024 mindcandy / MBS | for CHENs COOKING - Var 002 | 2024 website TakeAway ReBuild - responsive - local fonts | custom fonts */



@font-face {
    font-family: 'CHENs';
    src: url('ChenRegular.eot');
    src: url('ChenRegular.eot?#iefix') format('embedded-opentype'),
         url('ChenRegular.woff2') format('woff2'),
         url('ChenRegular.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TxT';
    src: url('helvneult.eot');
    src: url('helvneult.eot?#iefix') format('embedded-opentype'),
         url('helvneult.woff2') format('woff2'),
         url('helvneult.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TxTcn';
    src: url('RobotoCND.eot');
    src: url('RobotoCND.eot?#iefix') format('embedded-opentype'),
         url('RobotoCND.woff2') format('woff2'),
         url('RobotoCND.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, 
html * {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: "TxT", Helvetica, Arial, sans-serif;
	font-size: 18px;

}

header {
	padding: 10px 0px 60px 0px;
	background-color: rgba(0, 0, 0, 0.4);
}

footer {
	display: inline;	
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #111;
	height: 100%;	
	min-height: 100%;
	background-image: url(../GFX/BK4K.jpg);		
	background-size: contain;
	background-position: center top;
	background-attachment: fixed;
	font-size: 16px;

}

strong { font-weight: bold; }

.Logo { grid-area: logo; }
.navA { grid-area: menu1; }
.navB { grid-area: menu2; }
.navC { grid-area: menu3; }
.navD { grid-area: menu4; }


.fooOpen { grid-area: opentimes; }
.fooAdr { grid-area: adress; }
.fooMeta { grid-area: foometa; }
.fooCopy { grid-area: foocopy; }

.grid-navi {
	display: grid;
	grid: 	'logo'
			'menu1'
			'menu2'
			'menu3'
			'menu4';

	grid-template-columns: auto;
	grid-gap: 5px;
	background-color: rgba(0, 0, 0, 0);
	padding: 0px 0px 25px 0px;
}
.grid-navi > div {
    width: 100%;

}

.grid-footer {
	display: grid;
	grid:	'opentimes'
			'adress'
			'foometa' 
			'foocopy';
	grid-template-columns: 100%;
	grid-gap: 0px;
	background-color: rgba(0, 0, 0, 0);
	padding: 0px;
}
.grid-footer > div {
	font-family: "TxTCn", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	color: #ddd;
	margin: 10px;
	font-size: 12px;
	line-height: 14px;
	margin-left: auto;
	margin-right: auto;
}

.hero {
	background-image: url(../GFX/NDxMob.jpg);
	background-size: cover;
	background-position: center center;
	padding: 40px 0px 20px 0px;	
	color: #FFF;
	text-align: left;
	min-height: 360px;
	margin: 0px;
}
.spacer {
		background-color: rgba(0, 0, 0, 0);
		min-height: 80px;
		max-height: 80px;
	}
.spacersplit {
		background-color: rgba(0, 0, 0, 0);
		min-height: 40px;
		max-height: 40px;
	}
.spacertop {
		background-color: rgba(0, 0, 0, 0.6);
		min-height: 40px;
		z-index: 6969;
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
		left: auto;
		right: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}	
	
.spacertoptxt {
	font-family: "TxTCn", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	color: #abcd60;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, 0);
	border: 0px solid #ddd;
	white-space: nowrap;
}

.captionbox {
		background-color: rgba(0, 0, 0, 0.6);
		min-height: 40px;
		top: 0px;
		left: auto;
		right: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}	

.captionTxT {
	font-family: "TxTCn", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	color: #abcd60;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, 0);
	
	
}

.DateLine {
		display: inline-block;
		width: 100%;
		background-color: #abcd60; /* rgba(0, 0, 0, 0.5); */
		min-height: 20px;
		max-height: 60px;
		vertical-align: middle;
		
	}
	
.DateTxT {
	font-size: 16px;
	padding: 15px 25px 15px 25px;
	color: #333;
	font-family: "TxT", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	letter-spacing: 5px;
	}
	
.NewsBlock {
	margin: 15px;
	border: 1px solid #333;
	background-color: #ddd;
	height: 100%;
}
	
h1 {
	font-family: "CHENs", Helvetica, Arial, sans-serif;
	font-size: 54px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	}

h2 {
	font-family: "CHENs", Helvetica, Arial, sans-serif;
	font-size: 40px;
	margin: 15px 0px 10px 0px;
	font-weight: 100;
}
.hero h1 {
	color: #abcd60;
	font-size: 56px;
	padding-left: 0px;
	padding-top: 50px;
	text-align: center;
}
.hero h2 {
	color: #f9b000;	
	font-size: 31px;
	padding-left: 0px;
	padding-bottom: 30px;
	text-align: center;
	
}
.titlerow h1 {
		font-family: "TxT", Helvetica, Arial, sans-serif;
		font-size: 40px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 40px;
		color: #ddd;
		font-weight: 600;
		letter-spacing: 3px;
	}
.titlerow h2 {
		font-size: 50px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 45px;
	margin-bottom: 45px;
		color: #abcd60;
		font-weight: 400;
		letter-spacing: 2px;
	}	
.subtitlerow h4 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 22px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 12px;
		color: #333;
		font-weight: 100;
	}	
h3 {
	font-family: "CHENs", Helvetica, Arial, sans-serif;
	font-size: 34px;
	margin-bottom: 12px;
	margin-top: 25px;
	color: #333;
	font-weight: 100;
}




.contentboxdarkgrey h3 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 48px;
		margin-top: 80px;
		margin-bottom: 0px;
		color: #f9b000;
		font-weight: 400;
	}
.contentboxdarkgrey h4 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 26px;
		margin-top: 15px;
		margin-bottom: 20px;
		color: #abcd60;
		font-weight: 100;
	}	
.contentboxgrey h4 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 42px;
		margin-top: 55px;
		margin-bottom: 60px;
		color: #333;
		letter-spacing: 2px;
	}	
.contentboxgrey h3 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 70px;
		margin-top: 50px;
		margin-bottom: 0px;
		color: #333;
		letter-spacing: 5px;
	}	
	
.News h3 {
		font-family: "TxTCn", Helvetica, Arial, sans-serif;
		font-size: 28px;
		margin-top: 0px;
		margin-bottom: 15px;
		color: #666;
		letter-spacing: 1px;
	}
	
.News h2 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 58px;
		margin: 0px;
		color: #666;
		letter-spacing: 4px;
	}

.HeroTxT {
		color: #ddd;
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 1px;
		margin: 0px;
		padding: 50px 40px 50px 40px;
		text-align: justify;
		background-color: rgba(30, 30, 30, 0.3);
	}
.HeroTxTstrong {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		color: #abcd60;
		font-size: 24px;
		line-height: 28px;
	}
.HeroTxTstrongOR {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		color: #f9b000;
		font-size: 24px;
		line-height: 28px;
	}	
p {
	font-size: 20px;
	line-height: 30px;
	padding: 30px 60px 30px 60px;
	color: #333;
	text-align: justify;	
}
.dgreyrow p {
	color: #ddd;
	text-align: justify;
}

.News p {
		font-size: 14x;
		line-height: 18x;
		padding: 20px;
		margin: 25px;
		text-align: justify;
		color: #666;
		}
		
.buttonarea {
		margin-top: 15px;
		margin-bottom: 30px;
}
.button {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 18px;
		border: 1px #333 solid;
		padding: 6px 30px;
		border-radius: 6px;
		color: #abcd60;
		text-decoration: underline;
		background-color: #bbb;
		margin-left: auto;
		margin-right: auto;
}
.NAVIbutton {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 24px;
		border: 1px #999 solid;
		padding: 10px 15px 10px 15px;
		border-radius: 6px;
		color: #abcd60;
		text-decoration: underline;
		background-color: #666;
		margin-left: auto;
		margin-right: auto;
}
.callbutton {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 25px;
		border: 0px #333 solid;
		padding: 10px 15px;
		border-radius: 6px;
		color: #333;
		text-decoration: underline;
		background-color: #abcd60;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
}
.buttonarea a:link, a:visited {
	text-decoration: none;
	color: #333;
}

.buttonarea a:active, a:hover {
	text-decoration: none;
	color: #f9b000;
}

.col-one-half {
		width: 50%;
	}

.col {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.lgreyrow {
	width: 100%;
	height: 100%;
	background-color: #ddd;
	margin: 0px;
}
.dgreyrow {
	width: 100%;
	height: 100%;
	background-color: #333;
	margin: 0px;
}
.whtrow {
	width: 100%;
	height: 100%;
	min-height: 80px;
	background-color: #fff;
	margin: 0px 0px 20px 0px;
}
.titlerow {
	width: 100%;
	height: 100%;
	min-height: 60px;
	/* background-image: url(../GFX/CHENs_TakeAway_HeroGFX_001.jpg);
	background-size: cover; */
	background-color: rgba(0, 0, 0, 0.5);
	margin: 0px;
	border-top: 0px solid #ddd;
}
.subtitlerow {
	width: 100%;
	height: 100%;
	min-height: 20px;
	background-color: #abcd60;
	margin: 0px 0px 0px 0px;
}
.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
.TxTcn {
	font-family: "TxTcn", Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}
.subTxT {
	font-family: "TxTcn", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #bbb;
}
.contentbox {
	background-color: #ddd;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	
}
.pricetag {
	font-family: "CHENs", Helvetica, Arial, sans-serif;
	font-size: 34px;
	color: #abcd60;
	white-space: nowrap;
	margin-bottom: 80px;
	}

.newsblock {
		padding: 0px;
		margin: 0px;
		background-image: url(../GFX/CHENs_TakeAway_HeroGFX_001.jpg);
		background-size: cover;
		background-color: rgba(0, 0, 0, 0);
		border-top: 5px solid #111;
		border-bottom: 5px solid #111;
	}
		
.contentboxgrey {
	background-color: #ddd;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.contentboxtxt {
	background-color: #ddd;
	text-align: center;
	padding: 20px;
	margin: 0px 0px 0px 0px;
}
.contentboxsubtxt {
	font-family: "TxTcn", Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #333;
}
.contentboxdarkgrey {
	background-color: #333;
	text-align: center;
	padding: 0px;
	margin: auto;
	height: auto;
	color: #ddd;
	font-size: 16px;
	}
	
.bowlcontentbox {
	background-color: rgba(0, 0, 0, 0);
	text-align: justify;
	padding: 50px;
	margin: 0px;
	height: 100%;
	color: #ddd;
	font-size: 15px;
	}
			
.bowlcontentbox ul {
		list-style-type: square;
		list-type-position: outside;
		text-align: left;
		margin-left: 70px;
		font-size: 14px;

	}
.bowlcontentbox li {
		text-align: left;
		font-size: 14px;
		line-height: 18px;
		color: #abcd60;
		margin-left: 0px;
		padding-top: 0px;
		padding-left: 30px;
			
	}
	
.allergenboxdarkgrey {
	padding: 20px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	background-color: #333;
}
.allergenboxdarkgrey p {
	font-family: "TxTcn", Helvetica, Arial, sans-serif;
	color: #ddd;
	font-size: 12px;
	text-align: left;	
	line-height: 16px;
}
.footerlogo { 
	border: 0px;
	width: auto;
	min-width: 110px;
	max-width: 240px;
	height: auto;
	margin-bottom: 5px;	
}

.navi {
	font-family: "CHENs", Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-decoration: none;
	white-space: nowrap;
	cursor: auto;
	background-color: rgba(0, 0, 0, 0);
	width: 90%;
	max-width: 225px;
	height: auto;
	min-height: 35px;
	max-height: 175px;
	color: #ddd;
	font-size: 24px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 25px;
	padding: 3px 15px 3px 15px;
	border-top: 2px solid #abcd60;
	border-bottom: 2px solid #abcd60;
	border-radius: 0px;
}
.navi a:link, a:visited {
	text-decoration: none;
	color: #ddd;
}

.navi a:active, a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	color: #f9b000;
}

.logonav a:link, a:visited {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	}

.logonav a:active, a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	}

.vcenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navGFX { 
	border: 0px;
	width: auto;
	max-width: 300px;
	height: auto;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
.buttonGFX {
	display: inherit;
	width: auto;
	height: auto;
	max-width: 45px;
	max-height: 45px;
	vertical-align: middle;	
}
.iconGFX {
	display: inline;
	width: auto;
	height: auto;
	max-width: 30px;
	max-height: 30px;
	vertical-align: middle;	
	margin: 0px 5px 0px 15px;
	padding: 0px 0px 5px 0px;
}

.nav-active {
	height: auto;
	align-left: auto;
	align-right: auto;
	background-color: rgba(0, 0, 0, 0);
}

.nav-button {
	height: auto;
	align-left: auto;
	align-right: auto;
	background-color: rgba(0, 0, 0, 0);
}
.nav-txt {
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	text-align: left;
	padding: 10px;
}

.navpos {
	text-align: center;	
}
	
	
.logoGFX {
	margin-left: auto;	
	margin-right: auto;
	width: 100%;
	max-width: 480px;
	padding: 25px;
	margin-bottom: 25px;
	margin-top: 25px;

}
.InstGFX {
	margin-left: auto;	
	margin-right: auto;
	width: 100%;
	max-width: 640px;
	padding: 25px;
	margin-bottom: 25px;
	margin-top: 25px;

}

.logoDL {
		margin-left: 10px;	
		margin-right: 10px;
		width: 200px;
		max-width: 200px;
		margin-bottom: 35px;
	}

.GFX {
	padding: 0px 0px 0px 0px;	
}
.GFXside {
	max-width: 360px;
	max-height: 360px;
	margin: 0px;
	padding: 0px;	
	}
	
.GFXnews {
	background-color: #ddd;
	padding: 20px;	
	}

.TxT {
	padding: 15px;	
} 

.sellspace {
	background-color: #fff;
	width: 100%;
	height: auto;
	min-height: 250px;
	margin-bottom: 20px;
	padding: 20px 40px 20px 40px;

}

.button-box {
	border: 0px #FFFFFF solid;
	padding: 6px 20px;
	border-radius: 0px;
	color: #FFFFFF;
	font-size: 110%;
	text-decoration: none;
	background-color: #EF7D00;
	align: center;
}

.footerTxT {
	font-family: "TxTCn", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #f9b000;
	text-align: right;
	padding-left: 25px;
}
.footbox {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 50px 50px 150px 50px;		
}
.foolnk {
	font-family: "TxTcn", Helvetica, Arial, sans-serif;
	color: #ddd;
	text-decoration: underline;
	font-size: 18px;
	line-height: 24px;	
}	
	.fooAdress {
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 15px;
	}	
	
	.fooinstlogo {
	float: none;
	width: 50px;
	height: auto;
	max-width: 80px;
	max-height: 80px;
	margin: 0px;
	padding-bottom: 15px;	
	}
	
	.cookingicon {
	float: none;
	width: 50px;
	height: auto;
	max-width: 80px;
	max-height: 80px;
	margin: 0px;
	padding-bottom: 15px;	
	}
	
	.fooAdress {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		color: #ddd;
		font-size: 14px;
		line-height: 18px;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 15px;
		text-align: center;
	}	
	.footeropen {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		text-align: ceenter;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		line-height: 18px;
		color: #ddd;
		
	}
	
	.footermeta {
		text-align: ceenter;
		margin-left: auto;
		margin-right: auto;
		padding-top: 25px;
		padding-bottom: 50px;
		}


/* TakeAway Code */	

.takegrid-navi {
	display: grid;
	grid: 	'logo'
			'menu4'
			'menu2'
			'menu3';
	grid-template-columns: auto;
	grid-gap: 5px;
	background-color: rgba(0, 0, 0, 0);
	padding: 0px 0px 25px 0px;
}
.takecontentbox {
	background-color: #ddd;
	text-align: center;
	padding: 20px;
	margin: 0px 0px 0px 0px;
	
}
.takelgreyrow {
	width: 100%;
	height: 100%;
	min-height: 140px;
	background-color: #ddd;
	margin: 0px;
}

#takeaway {
	font-family: "TxT", Helvetica, Arial, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
	max-width: 400px;
	border-bottom: 0px solid #666;
}

table { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:  40px;

}
th {
	min-height: 60px;
	padding: 20px 0px 20px 0px;
	border-bottom: 0px solid #888;
	font-weight: 100;
}
td {
	color: #ddd;
	text-align: center;
	vertical-align: middle;
	min-height: 32px;
	background-color: rgba(0, 0, 0, 0);
	border: 0px solid #fff;
	padding: 2px 5px 0px 2px;
}

.takegrp {
	font-family: "CHENs", Helvetica, Arial, sans-serif;
	font-size: 34px;
	color: #f9b000;
	height: auto;
}
.takeNR {
	font-family: "CHENs", Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	color: #abcd60;
	vertical-align: top;
	width: 5%;
	height: auto;
	min-height: 150px;
}
.takeALG {
	font-family: "TxTcn", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #f9b000;
	vertical-align: top;
	text-align: center;
	width: 5%;
}
.takeEUR {
	font-family: "CHENs", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #abcd60;
	width: 10%;
	white-space: nowrap;
}
.takeNAME {
	font-size: 20px;
	color: #ddd;
	text-align: left;
	vertical-align: top;
	width: 70%;
}
.takeDET {
	font-family: "TxTcn", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	color: #aaa;
}
.takeSPACE {
	min-height: 15px;	
}
.EURsym {
	font-family: "TxT", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ddd;
	margin-right: 5px;
	white-space: nowrap;
	
	}
.ALGsym {
	font-family: "TxT", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #f9b000;
	margin-right: 15px;
	margin-left: 20px;
}
/* Back to Top Code */

.backtop {
		position: -webkit-sticky;
		position: sticky;
		bottom: 35px;
		left: 98%;
		width: 55px;
		height: 55px;
		margin: 15px;
		z-index: 9999;
		background-color: rgba(173, 205, 96, 0.6);
		color: #fff;
		border: 0px solid #ddd;
}
.backtop img {
		width: 55px;
		height: 55px;
		border: 0px;		
}
	.backtop a:link, a:visited, a:hover, a:active {
		background-color: rgba(0, 0, 0, 0);
	}	

/*TABLET specific*/

@media (min-width: 768px){
	
	html, 
	html * {
		font-family: "TxT", Helvetica, Arial, sans-serif;
		font-size: 18px;
		color: #333;
}	
	
	body {
		max-width: 880px;
		background: #111;
		height: 100%;	
		min-height: 100%;	
		background-image: url(../GFX/BK4K.jpg);		
		background-size: contain;
		background-position: center top;
		background-attachment: fixed;
		font-size: 14px;
		}

	
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
p {
	font-size: 20px;
	line-height: 30px;
	padding: 50px 100px 50px 100px;
	color: #333;
	text-align: justify;	
}


.News p {
		font-size: 14x;
		line-height: 18x;
		padding: 20px;
		margin: 25px;
		text-align: justify;
		color: #666;
		}
/*  taken from MOBILE set 
	.col-one-half {
		width: 50%;
	}
	.col {
		float: left;
		padding: 0px 0px 0px 0px;
	}
	*/
	.titlerow h1 {
		font-family: "TxT", Helvetica, Arial, sans-serif;
		font-size: 50px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 45px;
		margin-bottom: 45px;
		color: #ddd;
		font-weight: 800;
		letter-spacing: 10px;
	}	
	.titlerow h2 {
		font-size: 50px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 45px;
		margin-bottom: 45px;
		color: #abcd60;
		font-weight: 500;
		letter-spacing: 2px;
	}	
	.contentboxdarkgrey h3 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 38px;
		margin-top: 70px;
		margin-bottom: 30px;
		color: #f9b000;
		font-weight: 400;
	}
	
	.Logo { grid-area: logo; place: center; }
	.navB { grid-area: menu2; }
	.navC { grid-area: menu3; }
	.navD { grid-area: menu4; }
	.navA { grid-area: menu1; }

	
	.fooOpen { grid-area: opentimes; }
	.fooAdr { grid-area: adress; }
	.fooMeta { grid-area: foometa; }
	.fooCopy { grid-area: foocopy; }

	.grid-navi {
		display: grid;
		grid: 'logo logo' 
			  'menu1 menu3'
			  'menu2 menu4';
			
		grid-template-columns: 50% 50%;
		grid-gap: 0px;
		background-color: rgba(0, 0, 0, 0);
		padding-right: 30px;
	}
	
	.grid-navi > div {
	  background-color: rgba(0, 0, 0, 0);
	  margin: 10px;
	  font-size: 14px;
	  color: #0f0;
	  width: 100%;
	}
	
	.grid-footer {
		display: grid;
		grid:	'opentimes adress'
				'foometa foocopy';				
		grid-template-columns: 50% 50%;
		grid-gap: 0px;
		background-color: rgba(0, 0, 0, 0);
		padding: 0px;
	}
	.grid-footer > div {
		background-color: rgba(0, 0, 0, 0);
		text-align: left;
		color: #ddd;
		margin: 10px;
		font-size: 12px;
		line-height: 14px;
	}

	.navi {
		font-size: 30px;
		line-height: 40px;
		color: #ddd;
		max-width: 225px;
	}	
	.navi a:link, a:visited {
	text-decoration: none;
	color: #ddd;
}

	.navi a:active, a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	color: #f9b000;
	}
	
	.logonav a:link, a:visited {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	}

	.logonav a:active, a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	}
	
	.NAVIbutton {
		font-size: 30px;
		line-height: 40px;
	}
	
	.navpos {
		text-align: right;
		padding-right: 25px;	
	}
	
	.hero {
		background-image: url(../GFX/NDxTab.jpg);
		background-size: cover;
		padding: 10px 20px 40px 20px;	
		color: #FcF;
		text-align: right;
		min-height: 520px;
	}
	.spacer {
		min-height: 80px;
		max-height: 80px;
	}
	
		.spacersplit {
		background-color: rgba(0, 0, 0, 0);
		min-height: 40px;
		max-height: 40px;
	}
	
	.contentbox {
		padding: 40px 30px 40px 30px;
		margin: 0px 0px 0px 0px;
	
}
	
	h1 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 38px;
		margin: 15px 30px 0px 0px;
		padding: 0px;
		color: 
	}

	h2 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 32px;
		margin: 10px 30px 0px 0px;
		color: #f9b000;
	}
	
	h3 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 22px;
		margin-bottom: 10px;
	}

	h4 {
		font-size: 24px;
		margin-bottom: 35px;
	}
	
.DateTxT {
	font-size: 20px;
	letter-spacing: 5px;
	}
	
.News h3 {
		font-family: "TxTCn", Helvetica, Arial, sans-serif;
		font-size: 18px;
		margin-top: 0px;
		margin-bottom: 15px;
		color: #666;
		letter-spacing: 1px;
	}
	
.News h2 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 52px;
		margin: 0px;
		color: #666;
		letter-spacing: 4px;
	}

	.hero h1 {
		color: #fff;
		font-size: 55px;
		margin-right: 60px;
		font-weight: 100;
	}
	.hero h2 {
		margin: 8px 60px 0px 0px;
		color: #f9b000;
		font-size: 30px;
	}
	.HeroTxT {
		color: #ddd;
		font-size: 20px;
		line-height: 28px;
		margin: 20px 40px 40px 40px;
		text-align: justify;
		background-color: rgba(0, 0, 0, 0);
	}
	.HeroTxTstrong {
		color: #abcd60;
		font-size: 24px;
		line-height: 28px;
	}
	.HeroTxTstrongOR {
		color: #f9b000;
		font-size: 24px;
		line-height: 28px;
	}
	.subtitlerow h4 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 26px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 6px;
		margin-bottom: 6px;
		color: #333;
		font-weight: 100;
	}	
.button {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 18px;
		border: 1px #333 solid;
		padding: 6px 30px;
		border-radius: 2px;
		color: #abcd60;
		text-decoration: underline;
		background-color: #999;
		margin-left: auto;
		margin-right: auto;
}
	.callbutton {
		display: none;
	}
	
	.footerTxT {
		font-family: "TxT", Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 14px;
		color: #f9b000;
		text-align: right;
	}
	.footbox {
		background-color: rgba(0, 0, 0, 0.6);
		padding: 50px 50px 150px 50px;		
	}
	.foolnk {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		color: #ddd;
		text-decoration: underline;
		font-size: 18px;
		line-height: 24px;	
	}	
	
	.GFXside {
		float: right;
		max-width: 400px;	
		max-height: 400px;
		margin: 0px;
		padding: 0px;	
	}
	.InstGFX {
		margin-left: auto;	
		margin-right: auto;
		width: 100%;
		max-width: 960px;
		padding: 25px;
		margin-bottom: 25px;
		margin-top: 25px;

}

		
	.logoGFX {
		margin-left: auto;	
		margin-right: auto;
		width: 100%;
		max-width: 700px;
		padding: 40x;
		margin-bottom: 35px;
		margin-top: 35px;
	}
	.contentboxgrey h4 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 50px;
		margin-top: 40px;
		margin-bottom: 50px;
		color: #333;
		letter-spacing: 2px;
	}	
	
	.bowlcontentbox {
		background-color: rgba(0, 0, 0, 0);
		text-align: center;
		padding: 35px;
		margin: 0px;
		height: 100%;
		color: #ddd;
		font-size: 16px;
		line-height: 20px;
	}
	
	
		
	.bowlcontentbox ul {
		list-style-type: square;
		list-type-position: outside;
		text-align: left;
		margin-left: 40px;
		font-size: 14px;

	}
	.bowlcontentbox li {
		text-align: left;
		font-size: 14px;
		line-height: 18px;
		color: #abcd60;
		margin-left: 0px;
		padding-top: 0px;
		padding-left: 30px;
			
	}
	
	.fooAdress {
	font-family: "TxTcn", Helvetica, Arial, sans-serif;
		color: #ddd;
		font-size: 14px;
		line-height: 18px;
		padding-right: 40px;
		margin-top: 0px;
		margin-bottom: 15px;
		text-align: right;
	}	
	.footeropen {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		text-align: left;
		margin-left: 25px;
		font-size: 14px;
		line-height: 18px;
		color: #ddd;
		
	}
	
	.fooinstlogo {
	float: none;
	width: 50px;
	height: auto;
	max-width: 80px;
	max-height: 80px;
	margin: 0px;
	padding-bottom: 15px;	
	}
	
	.cookingicon {
	float: none;
	width: 50px;
	height: auto;
	max-width: 80px;
	max-height: 80px;
	margin: 0px;
	padding-bottom: 15px;	
	}
	
	.footerlogo { 
	border: 0px;
	width: 180px;
	min-width: 110px;
	max-width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: 20px;
	padding-bottom: 15px;	
}
	.footermeta {
		text-align: left;
		margin-left: 25px;
	
	}

	
/* TakeAway Code */	
	
.takegrid-navi {
	display: grid;
	grid: 'logo logo logo' 
		  'menu4 menu2 menu3';
	grid-template-columns: 33% 33% 33%;
	grid-gap: 0px;
	background-color: rgba(0, 0, 0, 0);
	padding-right: 30px;
}

#takeaway {
	font-size: 15px;
	border-collapse: collapse;
	max-width: 400px;
	border-bottom: 0px solid #666;
}

table { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

}


}

/* DESKTOP specific*/

@media (min-width: 1280px){
	
		html, 
		html * {
		font-family: "TxT", Helvetica, Arial, sans-serif;
		font-size: 22px;
		color: #333;
}	
	
	body {
		max-width: 1600px;
		background: #111;
		background-image: url(../GFX/BK4K.jpg);
		background-size: contain;
		background-position: top top;
		background-attachment: fixed;
		height: 100%;	
		min-height: 100%;	
		fonnt-size: 22px;
	}
	
	.titlerow {
		min-height: 80px;
		margin: 0px;
}	
	.titlerow h1 {
		font-family: "TxT", Helvetica, Arial, sans-serif;
		font-size: 90px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 85px;
		margin-bottom: 85px;
		color: #ddd;
		font-weight: 800;
		letter-spacing: 10px;
	}	
	.subtitlerow {
		min-height: 24px;
}
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	.col-one-third {
		width: 33.3333333%;
		}
	.col-one-four {
		width: 25%;
		}	
	.col-one-half {
		width: 50%;
	}
	.col {
		float: left;
		margin: 0px;
		padding: 0px;
	}
	
	.dgreyrow {
		margin: 0px 0px 0px 0px;	
	}
	.HeroTxT {
		color: #ddd;
		font-size: 22px;
		line-height: 35px;
		margin: 20px 40px 40px 40px;
		text-align: justify;
		background-color: rgba(30, 30, 30, 0.42);
		padding: 20px;
	}
	.HeroTxTstrong {
		color: #abcd60;
		font-size: 22px;
		line-height: 35px;
	}
	.HeroTxTstrongOR {
		color: #f9b000;
		font-size: 22px;
		line-height: 35px;
	}

	.Logo { grid-area: logo; place: center; }
	.navB { grid-area: menu2; }
	.navC { grid-area: menu3; }
	.navD { grid-area: menu4; }
	.navA { grid-area: menu1; }
	
	.fooOpen { grid-area: opentimes; }
	.fooAdr { grid-area: adress; }
	.fooMeta { grid-area: foometa; }
	.fooCopy { grid-area: foocopy; place: center;}
	
	.grid-navi {
		display: grid;
		grid: 'logo logo logo logo '
		'menu1 menu2 menu3 menu4 ';
		grid-template-columns: 25% 25% 25% 25%;
		grid-gap: 0px;
		background-color: rgba(0, 0, 0, 0);
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 25px;
	}
	.grid-navi > div {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  margin-left: auto;
	  margin-right: auto;
	  font-size: 16px;
	  color: #f00;
	}
	
	.grid-footer {
	display: grid;
	justify-content: space-evenly;
	grid: 'opentimes adress foometa' 
		'foocopy foocopy foocopy';
	grid-template-columns: 33% 33% 33%;
	grid-gap: 0px;
	background-color: rgba(0, 0, 0, 0);
	padding: 0px;
	}
	.grid-footer > div {
	  background-color: rgba(0, 0, 0, 0);
	  text-align: left;
	  color: #ddd;
	  margin: 10px;
	  font-size: 12px;
	  line-height: 14px;
	  width: 100%;
	  height: auto;
	}	
	.navi {
		text-align: center;	
		font-size: 27px;
		line-height: 46px;
		color: #ddd;
		width: 100%;
		max-width: 320px;
	}
	.navi a:link, a:visited {
	text-decoration: none;
	color: #ddd;
}

	.navi a:active, a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	color: #f9b000;
}
	
	.logonav a:link, a:visited {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	}

	.logonav a:active, a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	}
	
	.navpos {
		text-align: right;

	}
	.hero {
		background-image: url(../GFX/NDx2k.jpg);
		background-size: fill;
		background-position: bottom center;
		padding: 40px 30px 40px 30px;	
		color: #ddd;
		text-align: left;
		min-height: 640px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.spacer {
		background-color: rgba(0, 0, 0, 0);
		min-height: 160px;
		max-height: 160px;
	}
	.spacersplit {
		background-color: rgba(0, 0, 0, 0);
		min-height: 80px;
		max-height: 80px;
	}

	h1 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 57px;
		margin: 10px 20px 10px 20px;
		padding: 0px;
	}

	h2 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 45px;
		font-weight: 100;
		margin: 15px;
	}
	
	h3 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 40px;
		margin-bottom: 10px;
		letter-spacing: 1.42px;
		color: #333;
	}
	h4 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 28x;
		margin-bottom: 10px;
		letter-spacing: 1px;
		color: #333;
	}
	.contentboxtxt {
	text-align: justify;
	padding: 60px;
	background-color: rgba(0, 0, 0, 0);
	}	

	.contentboxdarkgrey h3 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 42px;
		margin-top: 45px;
		margin-bottom: 00px;
		color: #f9b000;
	}
	.contentboxdarkgrey h4 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 32px;
		margin-top: 10px;
		margin-bottom: 20px;
		color: #abcd60;
	}
	.contentboxgrey h4 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 48px;
		margin-top: 45px;
		margin-bottom: 30px;
		color: #333;
		letter-spacing: 2px;
	}
	
	.contentboxgrey h3 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 60px;
		margin-top: 50px;
		margin-bottom: 0px;
		color: #333;
		letter-spacing: 5px;
	}	
	.contentboxsubtxt {
		font-size: 12px;
		background-color: rgba(0, 0, 0, 0);
}	

	.hero h1 {
		color: #ddd;
		font-size: 62px;
		letter-spacing: 1px;
		margin: 20px 40px 5px 40px;
	}
	.hero h2 {
		margin: 10px 40px 40px 40px;
		color: #f9b000;
		font-size: 43px;
		letter-spacing: 2px;
	}
	.titlerow h2 {
		font-size: 60px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 55px;
		margin-bottom: 55px;
		color: #abcd60;
		font-weight: 400;
		letter-spacing: 5px;
	}
	.News h3 {
		font-family: "TxTCn", Helvetica, Arial, sans-serif;
		font-size: 30px;
		margin-top: 0px;
		margin-bottom: 15px;
		color: #666;
		letter-spacing: 1px;
	}
	
	.News h2 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 62px;
		margin: 0px;
		color: #666;
		letter-spacing: 4px;
	}
	
	
	.NewsBlock {
		margin: 20px;
		border: 1px solid #333;
		background-color: #ddd;
		min-height: 1000px;
}

	.pricetag {
	font-size: 44px;
	color: #abcd60;
	white-space: nowrap;
	margin-bottom: 20px;
	font-weight: 600;
	}
	
	.DateTxT {
	font-size: 24px;
	letter-spacing: 3px;
	}
	
	.News p {
		font-size: 18x;
		line-height: 20x;
		padding: 20px;
		margin: 30px;
		text-align: justify;
		color: #666;
		}
	
	
	
	p {
		font-size: 20px;
		line-height: 40px;
		padding: 20px 100px 0px 100px;
		text-align: justify;
	}
	
	.contentboxgrey p {
		font-size: 20px;
		line-height: 30px;
		padding: 0px 60px 0px 60px;
		text-align: justify;
	}
	
	.callbutton {
		display: none;
	}
	

	.footerTxT {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 14px;
		color: #f9b000;
		padding-top: 40px;
	}
	.footbox {
		background-color: rgba(0, 0, 0, 0.6);
		padding: 50px 50px 150px 50px;		
	}
	.foolnk {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		color: #ddd;
		text-decoration: underline;
		font-size: 18px;
		line-height: 24px;	
		line-height: 24px;	
	}	
	.fooAdress {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		width: 100%;
		color: #ddd;
		font-size: 20px;
		line-height: 26px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 15px;
	}	
	.vcenter {
		display: block;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.logoGFX {
		margin-left: auto;	
		margin-right: auto;
		width: 100%;
		max-width: 860px;
		padding: 40x;
		margin-bottom: 45px;
		margin-top: 60px;
	}
	.fooAdress {
		color: #ddd;
		font-size: 14px;
		line-height: 18px;
		padding-left: 8px;
		margin-top: 10px;
		margin-bottom: 15px;
	}	
	
	.bowlcontentbox {
		background-color: rgba(0, 0, 0, 0);
		text-align: center;
		padding: 80px;
		margin: auto;
		height: 100%;
		color: #ddd;
		font-size: 21px;
		line-height: 28px;
		letter-spacing: 1px;
		text-align: justify;
	}
	
	.bowlcontentbox ul {
		list-style-type: square;
		list-type-position: outside;
		text-align: left;
		margin-left: 60px;

	}
	.bowlcontentbox li {
		text-align: left;
		font-size: 20px;
		line-height: 22px;
		color: #abcd60;
		margin-left: 0px;
		padding-top: 5px;
		padding-left: 50px;
			
	}
	
^/*	.bowlcontentbox li::before {
  content: "n ";
  color: #abcd60;
  } */
	
	
	
	.GFX {
	margin: 0px;
	padding: 0px;	
	}
	
	.GFXside {
	float: right;
	max-width: 600px;
	max-height: 600px;
	margin: 0px;
	padding: 0px;	
	}
	
	.fooinstlogo {
	float: none;
	width: 70px;
	height: auto;
	max-width: 140px;
	max-height: 140px;
	margin: 0px;
	padding-bottom: 15px;	
	}
	
	.cookingicon {
	float: none;
	width: 70px;
	height: auto;
	max-width: 140px;
	max-height: 140px;
	margin: 0px;
	padding-bottom: 15px;	
	}
	
	.footerlogo { 
	border: 0px;
	width: 280px;
	min-width: 110px;
	max-width: 280px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;	
}
	.footermeta {
		text-align: right;
		margin-right: 40px;
	
	}
	.footeropen {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		text-align: left;
		margin-left: 40px;
		font-size: 16px;
		line-height: 23px;
		color: #ddd;
		
	
	}


/* TakeAway Code */	
	
	
.takehero {
		background-image: url(../GFX/TakeHeroGFX.jpg);
		background-size: fill;
		background-position: bottom center;
		padding: 40px 30px 40px 30px;	
		color: #ddd;
		text-align: left;
		min-height: 800px;
		margin-top: 0px;
		margin-bottom: 0px;
	}	

#takeaway {
	font-size: 15px;
	border-collapse: collapse;
	max-width: 550px;
	border-bottom: 0px solid #666;
}

table { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
.takeGFX {
	margin: 0px;
	padding: 0px;	
}



}

@media (min-width: 1600px){
	
		html, 
		html * {
		font-family: "TxT", Helvetica, Arial, sans-serif;
		font-size: 24px;
		color: #333;
}	
	
	body {
		max-width: 1600px;
		background: #111;
		background-image: url(../GFX/BK4K.jpg);
		background-size: contain;
		background-position: top top;
		background-attachment: fixed;
		height: 100%;	
		min-height: 100%;	
	}
	
	.titlerow {
		min-height: 80px;
		margin: 0px;
}	
	.titlerow h1 {
		font-family: "TxT", Helvetica, Arial, sans-serif;
		font-size: 60px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 55px;
		margin-bottom: 55px;
		color: #ddd;
		font-weight: 800;
		letter-spacing: 10px;
	}	
	.subtitlerow {
		min-height: 24px;
}
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	.col-one-third {
		width: 33.3333333%;
		}
	.col-one-four {
		width: 25%;
		}		
	.col {
		margin: 0px;
		padding: 0px;
	}
	.dgreyrow {
		margin: 0px 0px 0px 0px;	
	}
	.HeroTxT {
		color: #ddd;
		font-size: 22px;
		line-height: 35px;
		margin: 20px 40px 40px 40px;
		text-align: justify;
		background-color: rgba(30, 30, 30, 0.42);
		padding: 20px;
	}
	.HeroTxTstrong {
		color: #abcd60;
		font-size: 22px;
		line-height: 35px;
	}
	.HeroTxTstrongOR {
		color: #f9b000;
		font-size: 22px;
		line-height: 35px;
	}

	.Logo { grid-area: logo; place: center; }
	.navB { grid-area: menu2; }
	.navC { grid-area: menu3; }
	.navD { grid-area: menu4; }
	.navA { grid-area: menu1; }
	
	.fooOpen { grid-area: opentimes; }
	.fooAdr { grid-area: adress; }
	.fooMeta { grid-area: foometa; }
	.fooCopy { grid-area: foocopy; place: center;}
	
	.grid-navi {
		display: grid;
		grid: 'logo logo logo logo '
		'menu1 menu2 menu4 menu3';
		grid-template-columns: 25% 25% 25% 25%;
		grid-gap: 0px;
		background-color: rgba(0, 0, 0, 0);
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 25px;
	}
	.grid-navi > div {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  margin-left: auto;
	  margin-right: auto;
	  font-size: 16px;
	  color: #f00;
	}
	
	.grid-footer {
	display: grid;
	justify-content: space-evenly;
	grid: 'opentimes adress foometa' 
		'foocopy foocopy foocopy';
	grid-template-columns: 33% 33% 33%;
	grid-gap: 0px;
	background-color: rgba(0, 0, 0, 0);
	padding: 0px;
	}
	.grid-footer > div {
	  background-color: rgba(0, 0, 0, 0);
	  text-align: left;
	  color: #ddd;
	  margin: 10px;
	  font-size: 14px;
	  line-height: 16px;
	  width: 100%;
	  height: auto;
	}	
	.navi {
		text-align: center;	
		font-size: 27px;
		line-height: 46px;
		color: #ddd;
		width: 100%;
		max-width: 320px;
	}
	.navi a:link, a:visited {
	text-decoration: none;
	color: #ddd;
}

	.navi a:active, a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	color: #f9b000;
}
	
	.logonav a:link, a:visited {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	}

	.logonav a:active, a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	}
	
	.navpos {
		text-align: right;

	}
	.hero {
		background-image: url(../GFX/NDx2k.jpg);
		background-size: fill;
		background-position: bottom center;
		padding: 40px 30px 40px 30px;	
		color: #ddd;
		text-align: left;
		min-height: 640px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.spacer {
		background-color: rgba(0, 0, 0, 0);
		min-height: 160px;
		max-height: 160px;
	}
	.spacersplit {
		background-color: rgba(0, 0, 0, 0);
		min-height: 80px;
		max-height: 80px;
	}

	h1 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 57px;
		margin: 10px 20px 10px 20px;
		padding: 0px;
	}

	h2 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 45px;
		font-weight: 100;
		margin: 15px;
	}
	
	h3 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 40px;
		margin-bottom: 10px;
		letter-spacing: 1.42px;
		color: #333;
	}
	.contentboxtxt {
	text-align: justify;
	padding: 90px;
	background-color: rgba(0, 0, 0, 0);
	font-size: 21px;
	}	

	.contentboxdarkgrey h3 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 48px;
		margin-top: 25px;
		margin-bottom: 10px;
		color: #f9b000;
	}
	.contentboxdarkgrey h4 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 38px;
		margin-top: 10px;
		margin-bottom: 20px;
		color: #abcd60;
	}
	.contentboxgrey h4 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 52px;
		margin-top: 45px;
		margin-bottom: 10px;
		color: #333;
		letter-spacing: 2px;
	}
	.contentboxsubtxt {
		font-size: 14px;
		background-color: rgba(0, 0, 0, 0);
}	

	.hero h1 {
		color: #ddd;
		font-size: 62px;
		letter-spacing: 1px;
		margin: 20px 40px 5px 40px;
	}
	.hero h2 {
		margin: 10px 40px 40px 40px;
		color: #f9b000;
		font-size: 43px;
		letter-spacing: 2px;
	}
	.titlerow h2 {
		font-size: 60px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 60px;
		margin-bottom: 60px;
		color: #abcd60;
	}
	
	.News h3 {
		font-family: "TxTCn", Helvetica, Arial, sans-serif;
		font-size: 30px;
		margin-top: 0px;
		margin-bottom: 15px;
		color: #666;
		letter-spacing: 1px;
	}
	
	.News h2 {
		font-family: "CHENs", Helvetica, Arial, sans-serif;
		font-size: 62px;
		margin: 0px;
		color: #666;
		letter-spacing: 4px;
	}
	
	
	.row {
		border-bottom: 0px solid #777;
		}

	.dgreyrow .row {
		border-bottom: 0px solid #777;
	}
	p {
		font-size: 22px;
		letter-spacing: 1px;
		line-height: 44px;
		padding: 60px 120px 30px 120px;
		text-align: justify;
	}
	
	.contentboxgrey p {
		font-size: 24px;
		line-height: 34px;
		padding: 30px 120px 50px 120px;
		text-align: justify;
		}
	
	.News p {
		font-size: 22px;
		line-height: 28x;
		padding: 20px;
		margin: 50px;
		text-align: justify;
		color: #666;
		}
		
	.NewsBlock {
		min-height: 1100px;
}
	
	.callbutton {
		display: none;
	}
	
	.pricetag {
	font-size: 54px;
	color: #abcd60;
	white-space: nowrap;
	margin-bottom: 10px;
	font-weight: 600;
	}
	

	.footerTxT {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 16px;
		color: #f9b000;
		padding-top: 60px;
	}
	.footbox {
		background-color: rgba(0, 0, 0, 0.6);
		padding: 150px 50px 150px 50px;		
	}
	.foolnk {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		color: #ddd;
		text-decoration: underline;
		font-size: 20px;
		line-height: 30px;	
	}	
	.vcenter {
		display: block;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.logoGFX {
		margin-left: auto;	
		margin-right: auto;
		width: 100%;
		max-width: 860px;
		padding: 40x;
		margin-bottom: 35px;
	}
	.logoDL-GFX {
		margin-left: auto;	
		margin-right: auto;
		width: 100%;
		max-width: 240px;
		padding: 20x;
		margin-bottom: 35px;
	}
	.fooAdress {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		width: 100%;
		color: #ddd;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 15px;
	}	
	
	.bowlcontentbox {
		background-color: rgba(0, 0, 0, 0);
		text-align: center;
		padding: 110px;
		margin: auto;
		height: 100%;
		color: #ddd;
		font-size: 25px;
		line-height: 29px;
		letter-spacing: 2px;
		text-align: justify;
	}
	
	.bowlcontentbox ul {
		list-style-type: square;
		list-type-position: outside;
		text-align: left;
		margin-left: 60px;

	}
	.bowlcontentbox li {
		text-align: left;
		font-size: 24px;
		line-height: 27px;
		color: #abcd60;
		margin-left: 0px;
		padding-top: 5px;
		padding-left: 50px;
			
	}
	
	
	.GFX {
	margin: 0px;
	padding: 0px;	
	}
	
	.GFXside {
	float: right;
	max-width: 800px;
	max-height: 800px;
	margin: 0px;
	padding: 0px;	
	}
	
	.fooinstlogo {
	float: none;
	width: 70px;
	height: auto;
	max-width: 140px;
	max-height: 140px;
	margin: 0px;
	padding-bottom: 15px;	
	}
	
	.cookingicon {
	float: none;
	width: 70px;
	height: auto;
	max-width: 140px;
	max-height: 140px;
	margin: 0px;
	padding-bottom: 15px;	
	}
	
	.footerlogo { 
	border: 0px;
	width: 280px;
	min-width: 110px;
	max-width: 280px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;	
}
	.footermeta {
		text-align: right;
		margin-right: 60px;
	
	}

	.footeropen {
		font-family: "TxTcn", Helvetica, Arial, sans-serif;
		text-align: left;
		margin-left: 60px;
		font-size: 18px;
		line-height: 27px;
		color: #ddd;
		
	
	}


/* TakeAway Code */	
	
	
.takehero {
		background-image: url(../GFX/TakeHeroGFX.jpg);
		background-size: fill;
		background-position: bottom center;
		padding: 40px 30px 40px 30px;	
		color: #ddd;
		text-align: left;
		min-height: 800px;
		margin-top: 0px;
		margin-bottom: 0px;
	}	

#takeaway {
	font-size: 15px;
	border-collapse: collapse;
	max-width: 550px;
	border-bottom: 0px solid #666;
}

table { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
.takeGFX {
	margin: 0px;
	padding: 0px;	
}



}

