﻿body {
	background-color: #000;
	margin: 0px;
	font-family: "Muli", sans-serif;
}

a {
	color: #DD0000;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}

.temp_wrap {
	background: #BB0000;
	color: #DDD;
	width: 100%;
	overflow: auto;

}
.temp_container {
	width: 1180px;
	margin: 60px auto 40px;
	overflow: auto;
	padding-bottom: 120px;
}
.temp_logo {
	margin: 0px auto 20px;
	max-width: 80%;
	text-align: center;
}
.temp_logo img {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.temp_tagline {
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 0.8rem;
	text-align: center;
	margin-bottom: 50px;
}

.temp_address {
	font-size: 15px;
	border-bottom: solid 2px #FFF;
	padding-bottom: 30px;
}
.temp_address a {
	display: inline-block;
	color: #BB0000;
	background-color: #FFF;
	border-radius: 3px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	margin-top: 6px;
}

.temp_center {
text-align: center;
	font-size: 18px;
	margin: 30px auto !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

.temp_notice {
	font-size: 18px;
	margin: 30px auto !important;
	padding-top: 30px;
	padding-bottom: 30px;
}
.temp_notice div {
	margin-top: 30px;
}
.temp_notice_english {
	font-style: italic;

}
.temp_notice_dutch {

}




.onecol {
	position: relative;
	clear: both;
	width: 100%;
}

.twocol {
	position: relative;
	width: 49%;
	margin-right: 2%;
	float: left;
	clear: none;
	
}
.last { margin-right: 0 !important; }


.temp_menuwrap {
	background: #FFDDDD;
	color: #222;
	width: 100%;
	overflow: auto;
	min-height: 800px;
	padding-top: 60px;

}
h1.menuhead {
	color: #222;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.3rem;
	font-size: 1.5rem;

}
h2.menuhead {
	color: #222;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.6rem;
	font-size: 1.3rem;
	margin-top: 85px;
}
.divider::before { 
    content: " — ";
}
h1.divider {
	text-align: center;
	font-size: 6rem;
	font-weight: 100;
	margin-top: -5rem;
	letter-spacing: 0 !important;
	margin-left: -1.3rem;
}
h2.divider {
	text-align: center;
	font-size: 4rem;
	font-weight: 100;
	margin-top: -3.6rem;
	letter-spacing: 0 !important;
	margin-left: -1rem;
	margin-bottom: 12px;
}
.mid {
	margin-top: 2rem !important;
	margin-bottom: 0px !important;	
}
.special {
	margin-top: -2rem;
}

.menu_item {
	text-align: center;
	margin-bottom: 25px !important;
}

h3.item {
	color: #222;
	font-size: 1.3rem;
	letter-spacing: 0.3rem;
	text-align: center;
}

.veg {
	color: #448844 !important;
}

p.desc {
	text-align: center;
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-size: 15px;
	margin-top: -15px;
	color: #222;
}
p.price {
	font-family: "Muli", sans-serif;
	font-weight: 700;
	font-size: 23px;
	text-align: center;
	margin-top: -9px;
}
span.euro::after {
	content: ",";
}
sup.cent {
	margin-left: -0.25rem;
	font-size: 12px;
	border-bottom: solid 3px;
	font-weight: 900;
}


.red {
	color: #BB0000;
}
.green {
	color: #448844 !important;
}
.black {
	color: #222;
}

.note {
	font-family: 'Rock Salt', cursive;
	text-align: center;
	color: #6666BB;
	font-size: 15px;
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
    margin-top: -20px;

}




/* large tablets and small desktop */
@media screen and (min-width: 768px) and (max-width: 1180px) {
	.temp_container {
		width: 740px;
	}	
}
/* small tablets and large phones */
@media screen and (min-width: 568px) and (max-width: 767px) {
	.temp_container {
		width: 550px;
	}
	.temp_tagline {
		font-size: 15px;
		font-weight: 200;
		text-transform: uppercase;
		letter-spacing: 0.2rem;
		margin-bottom: 40px;
	}
	.temp_logo {
		max-width: 96%;
	}
	.temp_logo img {
		width: 100%;
	}
}
/* phones */
@media screen and (max-width: 567px) {
	.temp_container {
		width: 310px;
	}
	.temp_logo {
		max-width: 96%;
	}
	.temp_logo img {
		width: 100%;
	}
	.temp_notice {
		font-size: 15px;
		margin: 8px auto 30px !important;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.temp_tagline {
		font-size: 14px;
		font-weight: 200;
		text-transform: uppercase;
		letter-spacing: 0.2rem;
		margin-bottom: 40px;
	}
	.temp_menuwrap .twocol {
		width: 100%;
	}
}

