@font-face {
	font-family: 'Monotype Corsiva Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Monotype Corsiva Regular'), url('/fnt/MTCORSVA.woff') format('woff');
}
@font-face {
	font-family: 'Bellerose Light:1.0';
	font-style: normal;
	font-weight: normal;
	src: local('Bellerose Light:1.0'), url('/fnt/Bellerose.woff') format('woff');
}
@font-face {
	font-family: 'Scriptina';
	font-style: normal;
	font-weight: normal;
	src: local('Scriptina'), url('/fnt/scriptina.woff') format('woff');
}
html {
	font-size: 16px;
}
#header {
	text-align:center;
	height: 166px;
}
#content {
	background-image: url('/gfx/bg01.png');
	display: grid;
}
#footer {
	text-align:center;
	height: 80px;
}
.fcol1 {
	color:#E8DDCC;
}
.fcol2 {
	color:#634115;
}
.fcol3 {
	color:#CB7C08;
}
.fcol4 {
	color:#753204;
}
.fcol5 {
	color:white;
}
.fcol6 {
	color:#7A674E;
}
.bcol1 {
	background-color:#35241E;
}
.bcol2 {
	background-color:#121212;
}
.bcol3 {
	background-color:#FAECD4;
}
.bcol4 {
	background-color:#E8DDCC;
}
.bcol5 {
	background-color:burlywood;
}
.title {
	font-family:'Monotype Corsiva Regular';
	font-size: 6rem;
	white-space:nowrap;
	color: white;
}
body {
    margin: 0;
	display: grid;
	grid-template-rows: 166px auto 80px;
	min-height: 100%;
}
#header .menu {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr 1fr 2fr;
	margin: auto;
	min-width: 320px;
	align-items: center;
	font-size: 1.4rem;
	font-style: italic;
	height: 57px;
}
.lang {
	justify-self: left;
	margin-left: 12px;
}
.lang span.selected {
	zoom: 1;
	float: left;
	margin-right: 8px;
	margin-top: 0;
}
.lang span {
	display: inline-block;
	width: 36px;
	height: 30px;
	border-radius: 16px;
	zoom: 0.5;
	vertical-align: middle;
	background-position: -6px -9px;
	margin-top: 14px;
	cursor: pointer;
}
.text {
	display: grid;
	grid-template-columns: auto minmax(600px,980px) auto;
}
.text > div {
	padding: 0 30px;
}
.text > div:nth-of-type(2) {
	border-left: 1px solid;
	border-right: 1px solid;
}
.text p, dt {
	font-family: georgia, palatino, "book antiqua", "palatino linotype", serif;
	font-style: italic;
	font-size: 1.4rem;
}
.text div div p {
	text-align: center;
}
.text h1 span:before, .text h1 span:after {
	width: 64px;
	height: 50px;
	content: '';
	display: inline-block;
	background-image: url(/gfx/img01.png);
	position: relative;
	top: 10px;
}
#menudiv dd {
	padding: 5px 0 10px 0;
	font-size: 1.2rem;
}
#p_menu .text p.footer {
	text-align: right;
	font-size: small;
	margin-top: 2em;
}
#p_info .text img {
	box-shadow: 0 5px 10px;
}
#p_info .text img:first-of-type {
	margin-left: 10px;
}
#p_info .text img:first-of-type,
#p_info img.gallery + img.gallery {
	float: right;
}
#p_info img.gallery {
    margin-bottom: 15px;
}
#content .menu {
	display: grid;
	grid-template-columns: 1fr 1fr; 
	align-items: start;
	justify-items: center; 
	grid-gap: 20px;
	text-align: center;
}
#content .menu > div {
	font-size: 1.4rem;
}
#content .menu > div > div {
	font-size: 1rem;
	font-style: italic;
}
h1 {
	font-family: 'Bellerose Light:1.0';
	text-align: center;
	font-size: 3rem;
	margin: 0;
}
h2 {
	font-family: 'Scriptina';
	text-align: center;
	font-size: 3rem;
    font-weight: normal;
}
h2:first-of-type {
	margin: -10px 0 0 0;
}
h3 {
    text-align: center;
}
h1 span:before {
	transform: rotate(180deg);
	margin: 0 10px 0 0;
}
h1 span:after {
	margin: 0 0 0 10px;
}
h1.sub span:before, h1.sub span:after {
	zoom: 0.9;
}
h1.sub {
	font-weight: normal;
	line-height: 1;
	font-size: 2.5rem;
}
p.details {
	font-style: normal;
	font-size: 0.7rem;
	font-family: sans-serif;
}
#opening {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 5%;
	text-align: center;
	font-size: 1.5rem;
	margin: 20px 0 40px 0;
}
#opening span {
	display: block;
	font-size: 1.2rem;
	font-style: italic;
}
#footer .menu {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	width: 300px;
	margin: auto;
	align-items: center;
	font-size: 1.3rem;
	font-style: italic;
	height: 57px;
}
#header a, #footer a {
	color:inherit;
	text-decoration:inherit;
}
#footer p {
	margin: 0;
	font-size: small;
	font-style: italic;
	opacity: 0.5;
}
#menu_button {
	width: 32px;
	height: 26px;
	position: absolute;
	top: 17px;
	right: 13px;
	display: grid;
	grid-gap: 4px;
	z-index: 99;
}
#menu_button div {
	background: white;
	opacity:0.9;
	border-radius:1px;
	transition: transform 0.6s;
}
#menu_button.open div:first-child {
	transform: translate(0,10px) rotate(45deg);
}
#menu_button.open div:nth-of-type(2) {
	transform: scale(0);
}
#menu_button.open div:last-child {
	transform: translate(0px,-10px) rotate(-45deg);
}
hr {
	border: 0;
	height: 28px;
	background-image: url('/gfx/img02.png');
	background-repeat: no-repeat;
	background-position: center;
}
#mc_embed_signup input {
	margin-left: auto !important;
	margin-right: auto !important;
}
#mc_embed_signup form {
	text-align: center !important;
}
#p_contact h1:first-of-type+div {
	display: grid;
	grid-template-columns: 220px auto 220px;
    grid-template-areas: "fb ad ta";
	align-items: center;
	justify-items: center;
}
.mapouter {
	position:relative;
	text-align:right;
	height:500px;
	width:100%;
	margin-top: 20px;
}
.mapouter > div {
	overflow:hidden;
	background:none!important;
	height:500px;
	width:100%;
}
.mapouter iframe, #p_info iframe {
	width:100%;
}
a.book {
	text-align: center;
	display: block;
	background: #6E0D0D;
	color: #E8DDCC !important;
	font-size: 1.5em;
	padding: 5px;
	border-radius: 10px;
}
.pagebreak, .pagebreak + .text {
	display: none;
}
span.icons {
	zoom: 0.8;
	display: inline-block;
}
svg {
	margin-left: 5px;
}
#p_home .text > div:nth-of-type(2) {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-gap: 5px;
	align-items: center;
	justify-items: center;
	padding: 5px;
}
#p_home .text > div:nth-of-type(2) > a {
	display: grid;
	grid-template-columns: auto 85px;
	width: 100%;
	height: 100%;
	min-height: 150px;
	text-decoration: none;
	cursor: pointer;
}
#p_home .text > div:nth-of-type(2) > a:nth-of-type(2) {
	grid-template-columns: 85px auto;
}
#p_home .text > div a+a .h1 {
	align-items: center;
}
#p_home .text > div a:last-of-type .h1 {
	align-items: end;
}
#p_home .h1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: grid;
	align-items: start;
}
#p_home .h1 p {
	text-align: left !important;
	padding: 15px;
	margin: 10px 20% 10px 10px;
	background-image: linear-gradient(to right, rgba(53,36,30,1), rgba(53,36,30,0));
	opacity: 0.9;
	color: honeydew;
	text-shadow: grey 1px 1px 3px;
	border-radius: 20px;
}
#p_home .text > div:nth-of-type(2) > a:nth-of-type(2) .h1 p {
	margin: 10px 10px 10px 20%;
	background-image: linear-gradient(to left, rgba(53,36,30,1), rgba(53,36,30,0));
	text-align: right !important;
}
#p_home .h2 {
	font-family: 'Bellerose Light:1.0';
	font-weight: bold;
	font-size: 4rem;
	display: grid;
	grid-template-columns: auto;
	align-items: center;
	justify-items: center;
	line-height: 1;
}
#p_home .h2 div {
	writing-mode: vertical-lr;
	margin: 0px 0px 0 36px;
}
#p_home .text a:nth-of-type(2) .h2 div {
	margin: 0px 0px 0 -48px;
	transform: rotate(180deg);
}
#p_contact iframe+div a {
    color: inherit;
    text-decoration: none;
}
#p_contact iframe+div a:hover {
    text-decoration: underline !important;
}
#p_contact iframe+div p > span {
	font-style: normal;
}
.fcmenu {
    font-style: normal !important;
}
@media screen and (min-width:700px) {
	#menu_button {
		display: none;
	}
}
@media all and (max-width:1000px) {
	#p_contact h1:first-of-type+div {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "ad ad" "fb ta";
	}
}
@media screen and (max-width:700px) {
	.text {
		grid-template-columns: 0 auto 0;
		overflow-x: hidden;
	}
	.text > div:nth-of-type(2) {
		border:0;
	}
	.title {
		font-size:3rem;
		padding-top:6px;
	}
	#header {
		height: 60px;
	}
	body {
		grid-template-rows: 60px auto 30px;
	}
	#footer {
		height:30px;
		display: grid;
		align-items: center;
	}
	#footer .menu, #header .menu {
		display:none;
	}
	#header .menu {
		height: 100%;
		position: fixed;
		width: 100%;
		background: grey;
		opacity: 0.9;
		grid-template-columns: 1fr;
		grid-gap: 6%;
		align-content: center;
		font-size: 2rem;
		z-index: 1;
		text-shadow: black 0px 2px 3px;
	}
	.lang {
		justify-self: auto;
		margin: 0;
	}
	.lang span {
		margin: 0 20px;
		zoom: 1;
	}
	.lang span.selected {
		float: none;
		box-shadow: antiquewhite 0px 0px 36px;
	}
	#opening {
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (max-width:600px) {
	h1 {
		font-size:2.5rem;
	}
	h1 span:before, h1 span:after {
		zoom:0.75;
	}
	.text p {
		font-size:16px;
	}
	#content .menu {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width:500px) {
	h1 {
		white-space:nowrap;
	}
	h1 span:before, h1 span:after {
		display:none !important;
	}
	#content .menu > div {
		font-size: 1.2rem;
		text-align: center;
	}
	.text img {
		float: none !important;
		display: block;
		margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100%;
	}
	#p_info .text img+br {
	    display: none;
	}
	#p_contact h1:first-of-type+div {
		grid-template-columns: 1fr;
		grid-template-areas: "ad" "ta" "fb";
		grid-gap: 10px;
	}

}
@media screen and (max-width:400px) {
	.title {
		font-size: 2.5rem;
		padding: 10px 0 5px 20px;
		text-align: left;
	}
	h2 {
		font-size: 2rem;
	}
	.text > div {
		padding: 0 10px;
	}
}
@media print {
	@page {
		size: A4 portrait;
		max-height:100%;
		max-width:100%;
		margin: 50px 0;
	} 
	* {
		color: black !important;
	}
	html {
		font-size: 15px;
	}
	#header, #footer, .noprint, .noprint + dl {
		display: none !important;
	}
	body, .text, #content {
		display: unset;
	}
	#header {
		height: 108px;
	}
	#content {
		background-image: none;
	}
	.bcol3 {
		background-color: inherit;
	}
	#p_menu .menu + p {
		margin-bottom: 0;
	}
	#content .menu {
		grid-template-columns: 1fr;
	}
	#content .menu > div {
		font-size: 1.6rem;
	}
	#content .menu > div > div {
		font-size: 1.3rem;
	}
	h1 {
		font-size: 4rem;
		line-height: 1;
	}
	hr {
		zoom: 0.6;
	}
	.text > div {
		border: 0 !important;
	}
	.text p {
		font-size: 1.1rem;
	}
	#p_menu .text p {
		font-size: 1.2rem;
		text-align: center;
		margin-left: 10%;
		margin-right: 10%;
	}
	.menu + h2 {
		margin: -10px 0 0 0;
	}
	.pagebreak {
		display: block;
	}
	.pagebreak {
		page-break-before: always;
	}
	h2:first-of-type {
        margin: -50px 0 0 0;
    }
    #p_menu .text p.footer {
        margin-top: 1em;
    }
}
.sold {
    position: fixed;
    font-size: larger;
    display: inline;
    left: -10%;
    top: 40%;
    width: 120%;
    background: white;
    opacity: 0.7;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    rotate: -20deg;
    z-index: 999;
    box-shadow: 0px 0px 20px;
}
}