/*------------------------------------------------------------------------------
  HTML5 RESET
  Author: Richard Clark - http://richclarkdesign.com
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* Import Fonts */
@font-face {
    font-family: RotisSansSerifPro;
    src: url('fonts/rotissansserifpro.eot?') format('eot'),
         url('fonts/rotissansserifpro.woff') format('woff'),
         url('fonts/rotissansserifpro.ttf') format('truetype'),
	     url('fonts/rotissansserifpro.svg#rotissansserifpro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: RotisSansSerifPro;
    src: url('fonts/rotissansserifpro-bold.eot?') format('eot'),
         url('fonts/rotissansserifpro-bold.woff') format('woff'),
         url('fonts/rotissansserifpro-bold.ttf') format('truetype'),
	     url('fonts/rotissansserifpro-bold.svg#rotissansserifpro-bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*------------------------------------------------------------------------------
  BASIC HTML5 SETUP
------------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: RotisSansSerifPro, 'Helvetica', 'Arial', sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; color: #fff; background: #000; }

::-moz-selection { background: #fdff54; color: #000; text-shadow: none; }
::selection { background: #fdff54; color: #000; text-shadow: none; }

a { color: #00B482; background-color: #fff; text-decoration: none; padding:1px 3px; display: inline-block; }
a:hover { background-color: #66D2B4; color: #fff; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 20px 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

nav ul, nav ol, nav ul li, nav ol li { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; line-height: 0; color: #000; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: solid 0 #fff; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {	}
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/*-------------------------------------------------------------------
  BASIC TYPOGRAPHY
-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: RotisSansSerifPro, 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	line-height: 1;
}

h2 {
	font-size: 44px;
}

h3 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

/* font-family and font-size */
p, ol, ul, dl, th, td, textarea {
	font-size: 15px;
	font-family: RotisSansSerifPro, 'Helvetica', 'Arial', sans-serif;
} 

/* margins and line-height */
p, ol, ul, dl, form {
	margin-top: 20px;
	line-height: 20px;
}

ul, ol {
	padding-left: 20px;
}

ul ul, ul ol, ul dl, ol ol, ol ul, ol dl, dl ul, dl ol {
	font-size: 100%;
}

ul li, ol li {
	margin-top: 5px;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

dl dt {
	width: 100px;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 110px;
}

dl dt,
dl dd {
	margin-bottom: 5px;
}

/*-------------------------------------------------------------------
  TYPOGRAPHIC CLASSES
-------------------------------------------------------------------*/
.kein-abstand {
	margin-top: 0 !important;
}
 
.additives {
	font-weight: normal;
	font-size: 50%; 
	line-height: 0; 
	position: relative; 
	vertical-align: baseline;
}

.adresse-eingerueckt,
.adresse-eingerueckt-lang {
	float: left;
	width: 45px;
}

.adresse-eingerueckt-lang {
	width: 80px;
}

/* SYSTEM MESSAGES */
.message,
form label.required {
	display: block;
	padding: 2px 5px;
	background-color: #fdda69;
	color: #fff;
}

.message.required,
.message.validation,
.message.bad,
form label.required {
	background-color: #ad0501;
}

.message.required,
.message.validation,
form label.required {
	margin-top: 5px;
}

.message.success {
	border-color: #137f00;
	background-color: #d6ffcf;
	color: #137f00;
}


/* SEARCH RESULTS */
#SearchResults li {
	background: none;
	padding-left: 0;
	margin: 0;
}

#SearchResults h3 a {
	padding: 0;
	background-color: transparent;
	text-shadow: none;
}

#SearchResults h3 a:hover,
#SearchResults h3 a:active,
#SearchResults h3 a:focus {
	color: #cf0601;
}

.highlight {
	font-weight: bold;
}

/* PAGE NUMBERS */
#PageNumbers {
	margin-top: 36px;
}

#PageNumbers li {
	float: left;
	padding: 0;
	margin: 0 2px;
}

#PageNumbers a,
#PageNumbers .current {
	background-color: #ad0501;
	color: #fff;
	display: block;
	padding: 5px 10px;
}

#PageNumbers a:hover,
#PageNumbers a:active,
#PageNumbers a:focus {
	background-color: #cf0601;
}

#PageNumbers .current {
	font-weight: bold;
	color: #303134;
	background-color: #e1e2e4;
}


/*-------------------------------------------------------------------
IMAGES
-------------------------------------------------------------------*/
img {
	line-height: 0;
	color: #000;	/* set color so that it has enaough contrast to background-color */
}


/*-------------------------------------------------------------------
LINKS
-------------------------------------------------------------------*/

/* link to external website that is opened in a new window */
a.externer_link {
}

/* link that open popup window (fancybox required) */
a.popup {
}


/*-------------------------------------------------------------------
  FORMS 
-------------------------------------------------------------------*/
fieldset legend {
	display: none;
}

label {
	display: block;	
}

.checkbox label {
	display: inline;
}

.text,
.textarea,
.password,
.checkbox,
.email,
.select,
.Actions {
	margin-top: 10px;
}

.text input,
.textarea input,
.password input,
.email input,
textarea,
select,
input.action {
	font-family: RotisSansSerifPro, 'Helvetica', 'Arial', sans-serif;
}

.text input,
.password input,
.email input,
textarea {
	width: 95%;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	border: none;
	color: #999;
	font-size: 24px;
	line-height: 30px;
	-webkit-box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.8);
	-moz-box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.8);
	box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.8);
}

.text input:focus,
.password input:focus,
textarea:focus {
	color: #000;
}

textarea {
	font-size: 100%;
}

.text input.short {
	width: 100px !important;	
}

/* BUTTON */
input.action {
	border: solid 0 #fff;
	margin: 0 15px 0 0;
	display: -moz-inline-stack;
	display: inline-block;
	padding: 10px 20px;
	font-size: 24px;
	color: #00B482; 
	background-color: #fff;
	cursor: pointer;
}

input.action:hover,
input.action:focus {
	background-color: #e7fff8;
}

/* mark required fields */
.requiredField label:after {
	content: ' *';
	color: #b11717;
}

/* no content for error messages in form */
form label.required:after {
	content: '';
}


/*-------------------------------------------------------------------
  GLOBAL DEFINITIONS
-------------------------------------------------------------------*/
#container {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	cursor: none;
}

.Page #container,
.DailyMenuPage #container {
	cursor: auto;
}

header {
	text-align: right;
	z-index: 100;
}

header,
.dailyMenu {
	position: absolute;
}

#slider {
	background-color: #00B482;
}


.Screen_Counter_Daily .dailyMenu {
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: 2;
}

/* SCREEN COUNTER DAILY */
.Screen_Counter_Daily .inner-article h3,
.Screen_Counter_Daily .inner-article .dishPrice {
	margin-top: 0;
	color: #fff;
	font-weight: bold;
}

.Screen_Counter_Daily .inner-article .dishDescription {
	margin-top: 0;
	color: rgba(255, 255, 255, .6);
}

.Screen_Counter_Daily #container:after {
	display: block;
	content: " ";
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0 !important;
	right: 0 !important;
}

.Screen_Counter_Daily .dailyMenu h3,
.Screen_Counter_Daily .dailyMenu ul {
	line-height: 1;
}

.Screen_Counter_Daily .dailyMenu h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}

.Screen_Counter_Daily .dailyMenu .inner-container h3:first-child {
	margin-top: 0;
}

.Screen_Counter_Daily .dailyMenu ul {
	padding-left: 0;
	margin-top: 0;
}

.Screen_Counter_Daily .dailyMenu li {
	position: relative;
	list-style: none;
}

.Screen_Counter_Daily .dailyMenu .dishDescription,
.dailyMenu .dishPrice {
	color: rgba(255, 255, 255, .8);
}

.Screen_Counter_Daily .dailyMenu .dishPrice {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

.Screen_Counter_Daily .dailyMenu footer {
	position: absolute;
}

.Screen_Counter_Daily .dailyMenu footer p {
	margin-top: 0;
	line-height: 1.2;
	color: #000;
}

/* SCREEN DAILY MENU */
.Screen_Daily_Menu #slider {
	background-color: #fff;
	color: rgba(0, 0, 0, .8);
}

.Screen_Daily_Menu #slider .inner-article {
	margin-left: 0;
	width: auto;
	overflow: hidden;
}

.Screen_Daily_Menu .inner-article h2.date {
	position: absolute;
	z-index: 99;
}


.Screen_Daily_Menu .inner-article h3,
.Screen_Daily_Menu .inner-article .dishPrice {
	color: rgba(0, 0, 0, .8);
	margin-top: 0;
}

.Screen_Daily_Menu .inner-article h3 {
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
}

.Screen_Daily_Menu .inner-article h3.ColorContrastTitle {
	color: rgba(255, 255, 255, .8);
}

.Screen_Daily_Menu .inner-article .dishes {
	margin-top: 0;
	padding-left: 0;
	line-height: 1;
}

.Screen_Daily_Menu .inner-article .dishes li {
	list-style: none;
	position: relative;
}


.Screen_Daily_Menu .inner-article .dishDescription {
	margin-top: 0;
}

.Screen_Daily_Menu .inner-article .dishPrice {
	position: absolute;
	bottom: 0;
	text-align: right;
}

.Screen_Daily_Menu footer {
	position: absolute;
	z-index: 110;
}

.Screen_Daily_Menu footer p {
	margin-top: 0;
	color: rgba(0, 0, 0, .8);
	line-height: 1.2;
}

/********************************************************************
 *
 *	Medium Resolution Display (1365 x 768 px)
 *
 ********************************************************************/

/*-------------------------------------------------------------------
  BOXES
-------------------------------------------------------------------*/
#container,
#slider article {
	width: 1365px;
	height: 768px;
}

.portrait #container,
.portrait #slider article {
	width: 768px;
	height: 1365px;
}


/*-------------------------------------------------------------------
  HEADER
-------------------------------------------------------------------*/
header {
	width: 520px;
	right: 50px;
	top: 50px;
}

.restaurant-logo {
	width: 150px;
	height: 28px;
}

.portrait header {
	width: 150px;
	right: 60px;
	top: 80px;
}

/*-------------------------------------------------------------------
  SLIDER
-------------------------------------------------------------------*/
#slider .inner-article {
	padding-top: 150px;
	width: 575px;
	margin-left: 60px;
}

/*-------------------------------------------------------------------
  FOOTER
-------------------------------------------------------------------*/
#logo-eurest {
	position: absolute;
	top: 10px;
	right: 50px;
	width: 64px;
	height: 47px;
	z-index: 200;
}

footer p {
	font-size: 11px;
	line-height: 13px;
	padding-right: 130px; /* space for eurest logo*/
}

.portrait footer {
	width: 498px;
	top: 1285px;
	left: 100px;
	padding-right: 130px;
}

.portrait #logo-eurest {
	top: -5px;
	right: 0;
}


/********************************************************************
 *
 *	DisplayTemplatePage: Screen_Counter_Daily (Landscape)
 *
 ********************************************************************/

/*-------------------------------------------------------------------
  SLIDER
-------------------------------------------------------------------*/
.Screen_Counter_Daily .inner-article h3,
.Screen_Counter_Daily .inner-article .dishPrice {
	font-size: 85px;
	line-height: 1;
}

.Screen_Counter_Daily .inner-article .dishDescription {
	font-size: 71px;
	line-height: .9;
}

.Screen_Counter_Daily .inner-article .dishPrice {
	margin-top: 28px;
}


/*-------------------------------------------------------------------
  DAILYMENU
-------------------------------------------------------------------*/
.Screen_Counter_Daily .dailyMenu,
.Screen_Counter_Daily #container:after,
.Screen_Counter_Daily #slider .InfoMessage #ContentImageContainer {
	width: 620px;
	height: 768px;
}

.Screen_Counter_Daily .dailyMenu .inner-container {
	width: 520px;
	height: 528px;
	padding: 150px 50px 90px 50px;
}

.Screen_Counter_Daily .dailyMenu .inner-container,
.Screen_Counter_Daily footer {
	width: 520px;
	padding: 0 50px;
}

.Screen_Counter_Daily .dailyMenu .inner-container {
	height: 530px;
	padding-top: 150px;
	overflow: hidden;
}


.Screen_Counter_Daily footer {
	min-height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	top: 680px;
	left: 0;
}

.Screen_Counter_Daily .dailyMenu h3,
.Screen_Counter_Daily .dailyMenu ul {
	font-size: 28px;
}

.Screen_Counter_Daily .dailyMenu h3 {
	margin-top: 30px;
}

.Screen_Counter_Daily .dailyMenu li {
	width: 380px;
	padding-right: 140px;
	margin-top: 10px;
}

.Screen_Counter_Daily .dailyMenu li:first-child {
	margin-top: 5px;
}

.Screen_Counter_Daily .dailyMenu .dishPrice {
	width: 140px;
}

/*-------------------------------------------------------------------
  INFO MESSAGES
-------------------------------------------------------------------*/
.Screen_Counter_Daily #slider .InfoMessage h2,
.Screen_Counter_Daily #slider .InfoMessage h3,
.Screen_Counter_Daily #slider .InfoMessage h4,
.Screen_Counter_Daily #slider .InfoMessage p,
.Screen_Counter_Daily #slider .InfoMessage ol,
.Screen_Counter_Daily #slider .InfoMessage ul {
	margin-top: 20px;
	line-height: 1;
}
	
.Screen_Counter_Daily #slider .InfoMessage p,
.Screen_Counter_Daily #slider .InfoMessage ol,
.Screen_Counter_Daily #slider .InfoMessage ul {
	font-size: 28px;
}
	
.Screen_Counter_Daily #slider .InfoMessage #ContentImageContainer {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	overflow: hidden;
}

.Screen_Counter_Daily #slider .InfoMessage #ContentImageContainer img {
	max-width: 100%;
	height: auto;
}

.Screen_Counter_Daily #slider .InfoMessage h2 {
	font-size: 60px;
}

.Screen_Counter_Daily #slider .InfoMessage h3 {
	font-size: 40px;
	text-transform: none;
}

.Screen_Counter_Daily #slider .InfoMessage h4 {
	font-size: 28px;
	text-transform: uppercase;
}


/********************************************************************
 *
 *	DisplayTemplatePage: Screen_Daily_Menu (Portrait)
 *
 ********************************************************************/

/*-------------------------------------------------------------------
  SLIDER
-------------------------------------------------------------------*/
.Screen_Daily_Menu #slider .inner-article {
	padding-top: 255px;
	height: 1011px;
}

.Screen_Daily_Menu .inner-article h2.date {
	width: 430px;
	font-size: 42px;
	top: 71px;
	left: 100px;
}

.Screen_Daily_Menu #slider .FoodCategoryContainer {
	margin-left: 80px;
	padding: 13px 20px;
}

.Screen_Daily_Menu .inner-article h3,
.Screen_Daily_Menu .inner-article .dishes,
.Screen_Daily_Menu #slider .InfoMessage #content * {
	font-size: 26px;
}

.Screen_Daily_Menu .inner-article .dishes li {
	margin-top: 7px;
	padding-right: 142px;
}

.Screen_Daily_Menu .inner-article .dishes li:first-child {
	margin-top: 6px;
}

.Screen_Daily_Menu .inner-article .dishPrice {
	right: 28px;
	width: 140px;
}

.Screen_Daily_Menu footer p {
	font-size: 12px;
	line-height: 14px;
}

/*-------------------------------------------------------------------
  INFO MESSAGES
-------------------------------------------------------------------*/
#InfoMessageImageOnly {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10; /* below logo */
}

.Screen_Daily_Menu #slider .InfoMessage #content {
	margin-left: 80px;
	padding: 0 60px 0 20px;
}

.Screen_Daily_Menu #slider .InfoMessage #content * {
	line-height: 1;
}

.Screen_Daily_Menu #slider .InfoMessage #content .ContentImage {
	margin-left: -20px;
	margin-bottom: 40px;
	max-width: 688px;
	height: auto;
}

.Screen_Daily_Menu #slider .InfoMessage #content h2,
.Screen_Daily_Menu #slider .InfoMessage #content h3,
.Screen_Daily_Menu #slider .InfoMessage #content h4 {
	color: #00B482;
	margin-top: 20px;
}

.Screen_Daily_Menu #slider .InfoMessage #content h2 {
	font-size: 42px;
}

.Screen_Daily_Menu #slider .InfoMessage #content h3 {
	font-size: 36px;
	text-transform: none;
}

.Screen_Daily_Menu #slider .InfoMessage #content h4 {
	font-size: 26px;
	text-transform: uppercase;
}




/********************************************************************
 *
 *	High Resolution Display - Landscape (1920 x 1080 px)
 *
 ********************************************************************/

@media screen and (min-width:1920px) and (min-height:1079px) {
	
	/*-------------------------------------------------------------------
	  BOXES
	-------------------------------------------------------------------*/
	#container,
	#slider article {
		width: 1920px;
		height: 1079px;
	}

	/*-------------------------------------------------------------------
	  HEADER
	-------------------------------------------------------------------*/
	header {
		width: 720px;
		right: 60px;
		top: 60px;
		text-align: right;
		z-index: 100;
	}

	.restaurant-logo {
		width: auto;
		height: auto;
	}

	/*-------------------------------------------------------------------
	  SLIDER
	-------------------------------------------------------------------*/
	#slider .inner-article {
		width: 810px;
		padding-top: 210px;
		margin-left: 85px;
	}

	/*-------------------------------------------------------------------
	  FOOTER
	-------------------------------------------------------------------*/
	#logo-eurest {
		top: 20px;
		right: 60px;
		width: auto;
		height: auto;
		z-index: 200;
	}

	footer p {
		font-size: 15px;
		line-height: 18px;
		padding-right: 130px; /* space for eurest logo*/
	}
	
	
	/********************************************************************
	 *
	 *	DisplayTemplatePage: Screen_Counter_Daily
	 *
	 ********************************************************************/


	/*-------------------------------------------------------------------
	  SLIDER
	-------------------------------------------------------------------*/
	.Screen_Counter_Daily .inner-article h3,
	.Screen_Counter_Daily .inner-article .dishPrice {
		font-size: 120px;
		line-height: 1;
	}

	.Screen_Counter_Daily .inner-article .dishDescription {
		font-size: 100px;
		line-height: .9;
	}

	.Screen_Counter_Daily .inner-article .dishPrice {
		margin-top: 40px;
	}
	

	/*-------------------------------------------------------------------
	  DAILYMENU
	-------------------------------------------------------------------*/
	.Screen_Counter_Daily .dailyMenu,
	.Screen_Counter_Daily #container:after,
	.Screen_Counter_Daily #slider .InfoMessage #ContentImageContainer {
		width: 840px;
		height: 1080px;
	}

	.Screen_Counter_Daily .dailyMenu .inner-container,
	.Screen_Counter_Daily footer {
		width: 720px;
		padding: 0 60px;
	}

	.Screen_Counter_Daily .dailyMenu .inner-container {
		height: 755px;
		padding-top: 200px;
		overflow: hidden;
	}


	.Screen_Counter_Daily footer {
		min-height: 80px;
		padding-top: 30px;
		padding-bottom: 30px;
		top: 955px;
		left: 0;
	}

	.Screen_Counter_Daily .dailyMenu h3,
	.Screen_Counter_Daily .dailyMenu ul {
		font-size: 40px;
	}

	.Screen_Counter_Daily .dailyMenu h3 {
		margin-top: 30px;
	}


	.Screen_Counter_Daily .dailyMenu li {
		width: 540px;
		padding-right: 180px;
		margin-top: 15px;
	}

	.Screen_Counter_Daily .dailyMenu li:first-child {
		margin-top: 8px;
	}

	.Screen_Counter_Daily .dailyMenu .dishPrice {
		width: 180px;
	}
	
	/*-------------------------------------------------------------------
	  INFO MESSAGES
	-------------------------------------------------------------------*/
	.Screen_Counter_Daily #slider .InfoMessage h2,
	.Screen_Counter_Daily #slider .InfoMessage h3,
	.Screen_Counter_Daily #slider .InfoMessage h4,
	.Screen_Counter_Daily #slider .InfoMessage p,
	.Screen_Counter_Daily #slider .InfoMessage ol,
	.Screen_Counter_Daily #slider .InfoMessage ul {
		margin-top: 30px;
	}
	
	.Screen_Counter_Daily #slider .InfoMessage p,
	.Screen_Counter_Daily #slider .InfoMessage ol,
	.Screen_Counter_Daily #slider .InfoMessage ul {
		font-size: 36px;
	}

	.Screen_Counter_Daily #slider .InfoMessage h2 {
		font-size: 80px;
	}

	.Screen_Counter_Daily #slider .InfoMessage h3 {
		font-size: 60px;
	}

	.Screen_Counter_Daily #slider .InfoMessage h4 {
		font-size: 36px;
	}
}
 


/********************************************************************
 *
 *	High Resolution Display - Portrait (1080 x 1920 px)
 *
 ********************************************************************/

@media screen and (min-width:1080px) and (min-height:1919px) {
 
	/*-------------------------------------------------------------------
	  BOXES
	-------------------------------------------------------------------*/
	.portrait #container,
	.portrait #slider article {
		width: 1080px;
		height: 1919px;
	}

	/*-------------------------------------------------------------------
	  HEADER
	-------------------------------------------------------------------*/
	.portrait header {
		width: 205px;
		right: 70px;
		top: 115px;
		text-align: right;
		z-index: 100;
	}

	.portrait .restaurant-logo {
		width: auto;
		height: auto;
	}

	/*-------------------------------------------------------------------
	  FOOTER
	-------------------------------------------------------------------*/
	.portrait footer {
		width: 740px;
		top: 1810px;
		left: 140px;
		padding-right: 200px;
	}

	.portrait #logo-eurest {
		top: 0;
		right: 70px;
		width: auto;
		height: auto;
	}


	/********************************************************************
	 *
	 *	DisplayTemplatePage: Screen_Daily_Menu
	 *
	 ********************************************************************/

	/*-------------------------------------------------------------------
	  SLIDER
	-------------------------------------------------------------------*/
	.Screen_Daily_Menu #slider .inner-article {
		padding-top: 360px;
		width: 1080px;
		height: 1425px;
		background-color: #fff;
	}

	.Screen_Daily_Menu .inner-article h2.date {
		width: 590px;
		font-size: 60px;
		top: 100px;
		left: 140px;
	}

	.Screen_Daily_Menu #slider .FoodCategoryContainer {
		margin-left: 110px;
		padding: 18px 30px;
	}

	.Screen_Daily_Menu .inner-article h3 {
		font-size: 36px;
	}

	.Screen_Daily_Menu .inner-article .dishes,
	.Screen_Daily_Menu #slider .InfoMessage #content * {
		font-size: 36px;
	}

	.Screen_Daily_Menu .inner-article .dishes li {
		margin-top: 10px;
		padding-right: 200px;
	}

	.Screen_Daily_Menu .inner-article .dishes li:first-child {
		margin-top: 8px;
	}

	.Screen_Daily_Menu .inner-article .dishPrice {
		right: 40px;
		width: 150px;
	}

	.Screen_Daily_Menu footer p {
		font-size: 17px;
		line-height: 20px;
	}
	
	/* Info Messages */
	.Screen_Daily_Menu #slider .InfoMessage #content {
		margin-left: 110px;
		padding: 0 70px 0 30px;
	}

	.Screen_Daily_Menu #slider .InfoMessage #content .ContentImage {
		margin-left: -30px;
		margin-bottom: 50px;
		max-width: 970px;
	}

	.Screen_Daily_Menu #slider .InfoMessage #content h2,
	.Screen_Daily_Menu #slider .InfoMessage #content h3,
	.Screen_Daily_Menu #slider .InfoMessage #content h4,
	.Screen_Daily_Menu #slider .InfoMessage #content p,
	.Screen_Daily_Menu #slider .InfoMessage #content ol,
	.Screen_Daily_Menu #slider .InfoMessage #content ul {
		margin-top: 30px;
	}

	.Screen_Daily_Menu #slider .InfoMessage #content h2 {
		font-size: 60px;
	}

	.Screen_Daily_Menu #slider .InfoMessage #content h3 {
		font-size: 48px;
	}

	.Screen_Daily_Menu #slider .InfoMessage #content h4 {
		font-size: 36px;
	}
}


/*-------------------------------------------------------------------
GLOBAL DEFINITIONS
-------------------------------------------------------------------*/
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } 
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	
	/*-------------------------------------------------------------------
	HIDDEN ELEMENTS THAT AREN´T PRINTED
	-------------------------------------------------------------------*/
	#skipnav,
	nav,
	footer,
	.invisible,
	.visuallyhidden,
	.dont_print {
		display: none;
	}
}
