#header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #c00;
	height: 12%;
	padding-bottom:5px;
	z-index: 10;
	}

/* Adjust other areas */
#welcomeWrapper {
	top: 12%;
	height: 80%;
	}

#mainWrapper {
	top: 12%;
}

#footerWrapper {
	height: 8%;
}


/* Logo */
/* Vertical */
#logo {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	height: -moz-calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: -o-calc(100% - 10px);
	height: calc(100% - 10px);
	left: 10px;
	}
	
#logo img {
	width: auto;
	height: 100%;
	}

/* Horizontal 									
#logo {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin: 0 0 0 10px;
	width: 52%;
	}
	
#logo img {
	width: 100%;
	height: auto;
	}
*/
/*open and closed statement */
#openclosedWrapper {
	font-family: 'takeawayreg', Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: absolute;
	color:#fff;
	font-size: 13pt;
	line-height: 10px;
	text-align: right;
	width: 100%;
	bottom: 10px;
	right: 12px;
}

.closedSign, .openSign {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11pt;
	}

/* Halal logo */
#halal {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 2000;
	width: 40px;
	}
	
#halal img {
	width: 100%;
	height: auto;
	}

/* Motif */
#motif {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2000;
	width: 25%;
	}
	
#motif img {
	width: 100%;
	height: auto;
	}

#reservationLinkButton {
	top: 155px;
	left: 150px;
	position: absolute;
	z-index: 6000;
	}

#mainsiteLinkButton {
	top: 155px;
	left: 0;
	position: absolute;
	z-index: 6000;
	}

/* Cookie bar */
#cookie-bar-top {
	top: 0;
	z-index: 20000;
	display: none;
	background: rgba(0,0,0,0.8);
}

.cookie-bar {
	width: 100%;
	line-height: normal;
	left: 0;
	position: fixed;
}

.cookie-content {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	line-height: 17pt;
	color: #ffffff;
	width: 80%;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
}

.cookie-content a, .cookie-content a:visited  {
	color: #ffffff;
}

.showCookiesButton {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	text-decoration: none;
	padding: 5px 10px;
	background: #cc0000;
	color : #ffffff;
	margin: 0 0 0 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	}

.showCookiesButton:hover {
	background: #ffffff;
	color : #000000;
	}
