/* FRONTEND CSS
*********************************************/
@charset "UTF-8";

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff'),
        url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/CrimsonText-BoldItalic.eot');
    src: url('fonts/CrimsonText-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CrimsonText-BoldItalic.woff2') format('woff2'),
        url('fonts/CrimsonText-BoldItalic.woff') format('woff'),
        url('fonts/CrimsonText-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/CrimsonText-Italic.eot');
    src: url('fonts/CrimsonText-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CrimsonText-Italic.woff2') format('woff2'),
        url('fonts/CrimsonText-Italic.woff') format('woff'),
        url('fonts/CrimsonText-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}

body, .cgc_box {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #8b909d;
}

h1, h2, .cgc_box h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #151b28;
	font-size: 155%;
	margin: 0;
	text-transform: uppercase;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #151b28;
	font-size: 130%;
	margin: 0;
}

h4 {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	margin: 0;
}

a img {
	border: 0;
}

p {
	margin: 0;
}

.content p, .content ul li {
	line-height: 190%;
}

.content a:link, .content:not(.shopnow) a:visited,
.popup-content a:link, .popup-content a:visited {
	color: #d89b64;
	text-decoration: none;
}
.content a:hover, .content a:active,
.popup-content a:hover, .popup-content a:active {
	color: #8b909d;
	text-decoration: none;
	border-bottom:  1px solid #d89b64;
}

.subtitle {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 130%;
	padding-bottom: 15px;
}

.quote {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1200%;
    margin-bottom: -200px;
    margin-left: -40px;
    margin-top: -50px;
	text-align: center;
}
.short-line {
	width: 10%;
	margin: 10px auto 5px auto;
	height: 1px;
	background-color: #e7e8e9;
}

.price {
	color: #d89b64;
	font-weight: 700;
	padding-left: 10px;
}

.lila {
	color: rgba(51,4,26,1)
}

.lila .trans {
	color: rgba(51,4,26,0.6)
}

/** Start Topmenu ***/
.topmenu-wrapper, .home .topmenu-wrapper.white {
	border-bottom: 1px solid #e7e8e9;
	background: rgba(255,255,255,0.98);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 21;
	display:none;
}
.topmenu {
	margin: 0 auto;
	position: relative;
}
.topmenu:after {
    content: '';
    display: block;
    clear: both;
}
.moduletable_topmenu {
	float: right;
}
.moduletable_topmenu ul {
	list-style-type: none;
	margin: 0;
}
.moduletable_topmenu ul.nav {
	padding: 7% 0 0 0;
}
.moduletable_topmenu ul li {
	display: inline-block;
}
.moduletable_topmenu ul.nav li ul.nav-child {
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	padding: 10px 0;
	margin-left: 15px;
	background: #e7e8e9;
	z-index: 22;
}
.moduletable_topmenu ul.nav li:hover ul.nav-child {
	opacity: 1;
	visibility: visible;
}
.moduletable_topmenu ul li ul.nav-child li {
	display: block;
	padding: 5px 0;
}
.moduletable_topmenu ul.nav li a {
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: 700;
}

.moduletable_topmenu ul.nav li a:link, .moduletable_topmenu ul.nav li a:visited,
.topmenu-wrapper.white .moduletable_topmenu ul.nav li a:link, .topmenu-wrapper.white .moduletable_topmenu ul.nav li a:visited {
	color: #151b28;
	text-decoration: none;
}
.moduletable_topmenu ul.nav li a:hover, .moduletable_topmenu ul.nav li a:active,
.topmenu-wrapper.white .moduletable_topmenu ul.nav li a:hover, .topmenu-wrapper.white .moduletable_topmenu ul.nav li a:active {
	color: #d89b64;
	text-decoration: none;
}

.moduletable_topmenu ul.nav li.item-163 a:link, .moduletable_topmenu ul.nav li.item-163 a:visited {
	color: #d89b64;
	text-decoration: none;
}
.moduletable_topmenu ul.nav li.item-163 a:hover, .moduletable_topmenu ul.nav li.item-163 a:active,
.topmenu-wrapper.white .moduletable_topmenu ul.nav li.item-163 a:hover, .topmenu-wrapper.white .moduletable_topmenu ul.nav li.item-163 a:active {
	color: #151b28;
	text-decoration: none;
}
.moduletable_toplogo {
	float: left;
}
.moduletable_toplogo img {
	max-width: 200px;
	padding: 14px 0 12px 0;
}

/** End Topmenu ***/
.topmenu-wrapper ul.lang-inline {
	position: absolute;
	right: 12px;
	top: 10px;
}

.home .topmenu-wrapper ul.lang-inline {
	display: none;
}

ul.lang-inline a {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 120%;
}

ul.lang-inline a:link, ul.lang-inline a:visited {
	color: #8b909d;
	text-decoration: none;
}

ul.lang-inline a:hover, ul.lang-inline a:active {
	color: #d89b64;
	text-decoration: none;
}

.topmenu-wrapper.white ul.lang-inline {
	display: block;
}

.slide-menu .mod-languages {
	display: none;
}

.mod-languages_mobile ul.lang-inline {
	margin: 10px 0 0;
	text-align: center !important;
	padding: 0 !important;
}
/** Topmenu Homepage **/
.home .topmenu-wrapper {
	background: transparent;
	border-bottom: 0;
}

.home .moduletable_topmenu ul li a:link, .home .moduletable_topmenu ul li a:visited {
	color: #fff;
	text-decoration: none;
}
.home .moduletable_topmenu ul li a:hover, .home .moduletable_topmenu ul li a:active {
	color: #d89b64;
	text-decoration: none;
}
.moduletable_topmenu ul.nav-child li a:link, .moduletable_topmenu ul.nav-child li a:visited {
	color: #151b28;
	text-decoration: none;
}
.moduletable_topmenu ul.nav-child li a:hover, .moduletable_topmenu ul.nav-child li a:active {
	color: #d89b64;
	text-decoration: none;
}

.home .moduletable_topmenu ul.nav li.item-163 a:link, .home .moduletable_topmenu ul.nav li.item-163 a:visited {
	color: #d89b64;
	text-decoration: none;
}
.home .moduletable_topmenu ul.nav li.item-163 a:hover, .home .moduletable_topmenu ul.nav li.item-163 a:active {
	color: #fff;
	text-decoration: none;
}

.camera_caption {
	display: flex !important;
    text-align: center;
    height: 100%;
}
.camera_caption > div {
	margin: 0 auto;
	background: transparent !important;
	position: relative;
	width: 100%;
	padding: 0 !important;
}
.camera_caption_title {
	font-family: Montserrat;
    font-weight: 500 !important;
    text-transform: uppercase;
	line-height: 100% !important;
	font-size: 300% !important;
	position: absolute;
	width: 100%;
    top: 50%;
	text-shadow: 3px 5px 2px #000;
	-webkit-transform: translateY(-50%);
	-ms-transform:  translateY(-50%);
	-o-transform:  translateY(-50%);
	-moz-transform:  translateY(-50%);
	transform:  translateY(-50%);
}

.camera_caption_title span{
    font-size: 60%;
}

.camera_caption_desc {
	display: none;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 200% !important;
	position: absolute;
	width: 100%;
	/*bottom: 5%;*/
	bottom: 20%;
	text-shadow: 0px 0px 2px #000;
}

.camera_commands {
	display: none;
}
.camera_prev, .camera_next {
	top: 53% !important;
}
.camera_prev, .camera_next, .camera_prev > span, .camera_next > span {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.camera_wrap a.headerlink {
	color: #fff;
	text-decoration: none;
	background-image: none !important;
	background: #d89b64 !important;
	border: 1px solid #d89b64;
	padding: 9px 10px 7px 10px;
	position: absolute;
	bottom: 40px;
	left: 45%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.camera_wrap a.headerlink:hover {
	color: #fff;
	text-decoration: none;
	background-image: none !important;
	background: transparent !important;
	border: 1px solid #d89b64;
	padding: 9px 10px 7px 10px;
}

.book-a-table {
	display: none;
	position: absolute;
	border: 1px solid #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.book-a-table:hover {
	background-color: #d89b64;
	border: 1px solid #d89b64;
}

.book-a-table p {
	margin: 0;
}

.book-a-table a {
	display: block;
	font-size: 140%;
	text-transform: uppercase;
	padding: 10px 30px;
}

.book-a-table a:link, .book-a-table a:visited {
	color: #d89b64;
	text-decoration: none;
}
.book-a-table a:hover, .book-a-table a:active {
	color: #fff;
	text-decoration: none;
}

.home .content {
    margin: 30px auto 0;
	width: 100%;
}

.content {
	max-width: 680px;
	width: 95%;
	margin: 0 auto;
	margin-top: 50px;
	padding-bottom: 80px;
}
.home .leading-0, .home .row-0, .home .row-2 {
	max-width: 320px;
	margin: 0 auto;
}

.items-row .span12 .left, .items-row .span12 .right {
	width: 100%;
	float: left;
	margin-bottom: -4px;
	height: 100%;
	overflow: hidden;
}

.items-row .span12 .right h2 {
	margin-top: 15px;
}

.items-row .span12 .left {
	max-height: 640px;
}

.contact .items-row .span12 .left {
	max-height: 315px;
}

.news .items-row .span12 .left {
	max-height: 460px;
}

.news h3 {
	text-align: center;
	color: #8b909d;
}

.jobs .items-row .span12 .left, .blogteam .items-row .span12 .left {
	width: 100%;
	display: none;
}

.items-row .span12 .left img {
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
}

.blogteam .items-row .span12 .left img {
	min-height: 740px;
}

.blogmeals .items-row .span12, .blogimpression .items-row .span12 {
	box-shadow: none;
	overflow: visible;
}

/** Homepage **/

.home .row-0 .span12 {
	box-shadow: none;
}

.home .leading-0 {
	width: 95%;
}

.teaserbox {
	width: 97%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 3%;
	margin-bottom: 5%;
	height: 160px;
}

.teaserbox:hover img {
	opacity: 1;
}
.teaserbox:hover .teasertext {
	opacity: 0;
}

.home .row-0 .column-1:first-child {
	margin-left: 3%;
}

.teaserimage img {
	width: 100%;
	height: auto;
	opacity: 0.4;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.teaserimage {
	background: #33041a;
}

.teaserimage, .teasertext {
	position:absolute;
	width: 100%;
	height: 100%;
}

.teasertext {
	text-align: center;
	padding-top: 14%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 1;
}

.teaserbox .teasertext h3 {
	color: #d89b64;
	font-size: 200%;
	text-transform: uppercase;
}

.teasertext hr, .title_box hr, .book-left hr, .book-right hr {
    width: 15%;
    background: #d89b64;
    height: 1px;
    border: 0;
}

.teasertext p {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 130%;
	color: #fff;
}

.home .row-1 img {
	width: 100%;
	height: auto;
}
.fullimage {
	position: relative;
}

.fullimage-box {
	display: none;
}

.teaserbox-2 {
	width: 95%;
	float: none;
	overflow: hidden;
	position: relative;
	margin: 0 auto 20px auto;
	height: 145px;
	background: #d3d1d1;
}

.teaserbox-2.big {
	padding: 10px 0;
	background: #33041a;
}

.teaserbox-2 .teaserbg {
	position:absolute;
	width: 100%;
	height: 100%;
	font-size: 1200%;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}
.teaserbox-2.big .teaserbg {
	color: #68143b;
	font-size: 1200%;
}
.teaserbox-2 .teaserbg p, .teaserbox-2.big .teaserbg p {
    line-height: 92%;
	margin-left: -10px;
}

.teaserbox-2 .teasertext h3 {
    color: #d89b64;
    font-size: 110%;
    text-transform: uppercase;
}
.teaserbox-2:not(.big) .teasertext p {
    color: #8b909d;
}


/*** Blog Main ***/

.leading-0 {
	text-align: center;
	padding-bottom: 15px;
}
.introimg img {
	max-width: 195px;
	height: auto;
	opacity: 0.07;
}
img.header {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    width: auto;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 20px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 20px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 20px -10px rgba(102,101,102,0.4);
}
.jobs img.header {
	margin-bottom: 30px;
}


.introimg, .introtext {
	position: relative;
	width: 100%;
}
.introimg {
	z-index: -2;
}
.introtext {
	margin-top: -70px;
	z-index: -1;
}

.introtext .short-line {
	margin-bottom: 15px;
}

.blog-featured .items-row {
	max-width: 100%;
	padding: 4.5%;
}

.blog-featured .items-row .span12 img, .blog-featured .items-row .span12 h2,.teaserbox:before, .blog-featured .items-row .span12 a:before, .blog-featured .items-row .span12 a .left:before {
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.blog-featured .items-row .span12 a:before, .blog-featured .items-row .span12 a .left:before {
	font-family: FontAwesome;
    content: '\f064';
	color: #d89b64;
	font-size: 500%;
	width: 100%;
	top: 28%;
	opacity: 0;
	position: absolute;
	text-align: center;
	z-index: 12;
}

.teaserbox:before {
	font-family: FontAwesome;
    content: '\f064';
	color: #d89b64;
	font-size: 500%;
	top: 28%;
	opacity: 0;
	position: absolute;
	text-align: center;
	margin-left: -10%;
	z-index: 12;
}

.teaserbox:hover:before, .blog-featured .items-row .span12:hover a:before, .blog-featured .items-row .span12:hover a .left:before {
	opacity: 1;
}

.blog-featured .items-row .span12:hover img {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
}

.blog-featured .items-row .span12:hover h2 {
	color: #d89b64;
}

.blog-featured .items-row.row-2:after, .blog-featured .items-row.row-5:after  {
    content: '';
    display: block;
    clear: both;
}

.content .blog-featured.menus .items-row p {
	line-height: 110%;
}

.blog-featured .subtitle {
	font-size: 130%;
}

.blog-featured a:link, .blog-featured a:visited {
	color: #8b909d;
	text-decoration: none;
}

.blog-featured a:hover, .blog-featured a:active {
	color: #8b909d;
	text-decoration: none;
	border: 0;
}

.blog-featured .items-row .span12 {
	width: 100%;
}
.blog-featured .items-row .span12 img {
	max-height: 250px;
	width: auto;
}
.blog-featured .items-row .span12 h2 {
	line-height: 100%;
	margin-top: 10px;
}

.blog-featured .items-row .span12 .subtitle {
    margin: 0 auto;
    width: 90%;
}

.StreetViewFrame {
    height: 0;
    overflow: hidden;
    padding-bottom: 60.91%;
    position: relative;
    width: 90%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
}

.YouTubeFrame {
    height: 0;
    overflow: hidden;
    padding-bottom: 60.91%;
    position: relative;
    width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
}

.StreetViewFrame iframe, .YouTubeFrame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#instagram {
	padding: 30px 15px 0 15px;
}

#instagram a:link, #instagram a:visited,
a#next-button:link, a#next-button:visited {
	border: 0;
}

#instagram a:hover, #instagram a:active,
a#next-button:hover, a#next-button:active {
	border: 0;
}

.instaimg {
	display: inline-block;
    margin-bottom: 25px;
    width: 100%;
	position:relative;
}

.instaimg img {
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.instaimg:hover img {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .35;
}

.instalikes {
	position:absolute;
	top: 48%;
	text-align: center;
	width: 100%;
	font-size: 160%;
	color: #151b28;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.instaimg:hover .instalikes {
	opacity: 1;
}

span.likes:before {
	font-family: FontAwesome;
    content: '\f004';
	padding-right: 5px;
}

span.comments:before {
	font-family: FontAwesome;
    content: '\f086';
	font-size: 110%;
	padding-right: 5px;
	padding-left: 10px;
}

a#next-button {
	display: block;
    height: 45px;
}

.items-row {
	padding-bottom: 80px;
}

.impression .items-row.row-1, .impression .items-row.row-3 {
	padding-bottom: 5px;
}

.items-row .span12 {
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.home .items-row .span12, .rooms .items-row .span12, .food .items-row .span12 {
	box-shadow: none;
}

.blogrooms .items-row .span12 img, .blogfoods .items-row .span12 img {
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
}

.items-row .span12 .subtitle {
    margin: 0 auto;
    padding: 5px 0;
    width: 90%;
}

.table {
	border-top: 1px solid #e7e8e9;
	border-bottom: 1px solid #e7e8e9;
	padding: 25px 15px;
	text-align: justify;
}

.jobs .table, .contact .table {
	border-bottom: 0;
	padding-bottom: 15px;
}

.contact .table {
	border-top: 0;
	display: inline-block;
	width: 90%;
	text-align: center;
}

.contact .leading-0 {
    padding-bottom: 40px;
}
.contact .row-0 .span12 {
	width: 90%;
}

.contact .row-1 .span12, .contact .row-2 .span12 {
	box-shadow: none;
}

.table .mail, .blogrooms .booking, .blogfood .pdf, .blogfood .booking, .blognews .booking{
	text-align: center !important;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 130%;
	padding-bottom: 5px;
}

.blogrooms .booking, .blogfood .pdf, .blogfood .booking, .blognews .booking {
	font-size: 140%;
}

.content .moduletable_footersocial .fa {
	color: #8b909d;
}

.content ._footersocial a:hover, .content ._footersocial a:active {
	text-decoration: none;
	border-bottom: 0;
}

.content ._footersocial .fa:hover, .content ._footersocial .fa:active {
	color: #d89b64;
}

.content .blogcontact h4 {
	font-size: 135%;
}

.table .short-line {
	margin: 15px auto;
}

.pdf, .blogrooms .booking, .blogfood .booking, .blognews .booking {
	padding-top: 8px;
}

.pdf:before {
	font-family: FontAwesome;
    content: '\f15c';
	font-style: normal;
	color: #d89b64;
	font-size: 140%;
}
.blogrooms .booking:before, .blogfood .booking:before, .blognews .booking:before {
	font-family: FontAwesome;
    content: '\f274';
	font-style: normal;
	color: #d89b64;
	font-size: 140%;
}

/** Start Submenu ***/
.moduletable_submenu {
	text-align: center;
}
.moduletable_submenu:after {
    content: '';
    display: block;
    clear: both;
}
.moduletable_submenu ul {
	list-style-type: none;
}
.moduletable_submenu ul {
	padding: 0;
}
.moduletable_submenu ul li {
	display: block;
	padding: 8px 0;
}
.moduletable_submenu ul li a {
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	color: #151b28;
}
.moduletable_submenu ul li a:link, .moduletable_submenu ul li a:visited {
	color: #151b28;
	text-decoration: none;
}
.moduletable_submenu ul li a:hover, .moduletable_submenu ul li a:active {
	color: #d89b64;
	text-decoration: none;
	border: 0;
}
.moduletable_submenu ul li.current a {
	color: #d89b64;
	text-decoration: none;
}

/** Start Liquid Slider ***/
#main-slider .right{
	background: #fff;
}

#main-slider .left{
	display: none;
}

.ls-wrapper img {
	max-width: 340px;
	height: auto;
}

.ls-wrapper {
	max-width: 760px;
}
	
.ls-wrapper, .blogimpression .camera_wrap {
	/*width: 82% !important;*/
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
}

.left-slide {
	position: absolute;
	height: 100%;
	left: 0;
}

.left-slide a, .right-slide a {
	text-decoration: none;
	color: #8b909d;
	position: relative;
	top: 25%;
}
.left-slide a:link, .right-slide a:link, .left-slide a:visited, .right-slide a:visited {
	color: #8b909d;
	border: 0;
}
.left-slide a:hover, .right-slide a:hover, .left-slide a:active, .right-slide a:active {
	color: #d89b64;
	border: 0;
}
.left-slide a:before {
	font-family: FontAwesome;
    content: '\f104';
	font-size: 700%;
}

.right-slide {
	position: absolute;
	height: 100%;
	right: 0;
}

.right-slide a:before {
	font-family: FontAwesome;
    content: "\f105";
	font-size: 700%;
}
.meal-left {
	display: none;
}

.meal-right {
	background: #fff;
	overflow: hidden;
	margin-bottom: -5px;
}

.meal-left img {
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-height: 700px;
}
.meal-right h2 {
	text-align: center;
	margin: 30px 0 20px 0;
}
.items-row .span12 .meal-right .subtitle {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #e7e8e9;
}
.meal-right hr {
	background-color: #e7e8e9;
	height: 1px;
	border: 0;
}
.meal-right h3 {
	font-size: 100%;
}
.meal-right .table {
	border-bottom: 1px solid #e7e8e9;
	padding: 15px;
	border-top: 0;
}

.meal-right .cell p {
	font-size: 90%;
	line-height: 160%;
}

.meal-right .cell {
	float: left;
	width: 100%;
	padding-left: 0;
	text-align: left;
}

.meal-right .cell:first-child {
	width: 100%;
	padding-left: 0;
}

.meal-right .cell:nth-child(3) {
	float: right;
	padding-left: 0;
	text-align: right;
	font-size: 140%;
}
/** End Liquid Slider ***/

/** Newsflash */

.newsflash .table {
	display: none;
}

.newsflash .left, .newsflash .right {
	width: 100% !important;
}

.newsflash .left {
	max-height: 250px !important;
	overflow: hidden;
	margin: 0 !important;
}

.newsflash .left img {
    max-height: 100% !important;
    width: 100% !important;
}

.newsflash .right {
	margin: 0 !important;
	padding-top: 3px;
}


.tripwidget {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
#CDSWIDSSP {
	width: 100% !important;
}
#CDSWIDSSP .widSSPData .widSSPH18 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700 !important;
	color: #151b28 !important;
	font-size: 200% !important;
	margin: 0;
	text-transform: uppercase !important;
}

#CDSWIDSSP .widSSPData .widSSPH11 {
	font-family: 'Crimson Text', serif;
	font-weight: 400 !important;
	font-style: italic;
	font-size: 170% !important;
	color: #8b909d !important;
}

#CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div, #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div b {
    color: #d89b64 !important;
		font-size: 130% !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
}
#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li {
	margin: 0 0 30px !important;
}
#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
	font-size: 130% !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
	color: #8b909d !important;
}

#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span.widSSPDate {
	display: block;
}

#CDSWIDSSP .widSSPData .widSSPSummary a {
	text-decoration: none !important;
}

#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li a {
	font-size: 120% !important;
	text-decoration: none !important;
	color: #8b909d !important;
	font-family: 'Crimson Text', serif !important;
	font-weight: 400 !important;
	font-style: italic;
}

#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li a:hover {
	color: #8b909d  !important;
	text-decoration: none  !important;
	border-bottom:  1px solid #d89b64  !important;
}

#CDSWIDSSP .widSSPData .widSSPAll a:link, #CDSWIDSSP .widSSPData .widSSPAll a:visited {
	font-size: 150% !important;
	text-decoration: none !important;
	color: #8b909d !important;
	font-family: 'Crimson Text', serif !important;
	font-weight: 400 !important;
	font-style: italic;
}

#CDSWIDSSP .widSSPData .widSSPAll a:hover, #CDSWIDSSP .widSSPData .widSSPAll a:active {
	color: #8b909d  !important;
	text-decoration: none  !important;
	border-bottom:  1px solid #d89b64  !important;
	
}

/* Newsletter */

.newsletter .span12 {
	padding: 20px;
}
div.acymailing_module {
	margin: 0 auto !important;
	width: 93%;
}
table.acymailing_form {
	width: 100%;
	display: block;
    height: 100%;
    min-height: 170px;
}

.acymailing_module_form tr {
	width: 100%;
	display: block;
	margin: 10px 0;
	background: transparent;
	position: relative;
}

.acymailing_module_form td {
	display: block;
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	padding: 0;
	padding: 15px 10px;
	width: 100%;
}

.acymailing_module_form td.acysubbuttons {
	width: 100%;
	box-shadow: none;
	
}
.acymailing_module_form td.acysubbuttons {

}
table.acymailing_form input {
    border: 0 none;
    margin: 0 auto;
}
.acysubbuttons input {
	padding: 15px 0;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	background: #d89b64;
	border: 0;
	margin-bottom: 10px !important;
}
.acysubbuttons input:hover {
	color: #d89b64;
	background: #151b28;
}

/*** Start Formular ***/
.request .items-row .span12 {
	box-shadow: none;
}

#form-left, #form-right {
	width: 95%;
	float: left;
	padding-left: 0;
	padding-top: 0;
	margin-bottom: -25px;
}

.bfElemWrap  {
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	background: transparent;
	margin: 25px !important;
	padding: 0 !important;
	width: 91.5%;
}

.bfRolloverBg {
	background: transparent !important;
}

#form-left input, #form-right input, #form-right select {
	width: 100% !important;
	padding: 15px 10px;
	margin: 0 auto;
	border: 0;
}
#form-left input, #form-right input {
	color: #151b28;
	max-width: 93% !important;
}
#form-right select {
	color: #d89b64;
	background: #151b28;
	text-transform: uppercase;
	max-width: 100%;
}

#form-bottom {
	width: 88%;
	float: left;
	padding-left: 0;
	margin-top: -0;
	padding-bottom: 10px;
}

.bfQuickMode section.bfLabelLeft .bfElementGroupNoWrap {
	width: 100% !important;
	text-align: left;
}
.bfQuickMode section select {
	width: 91% !important;
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
}
.bfQuickMode button.bfCalendar {
	width: 100% !important;
	max-width: 100% !important;
}
input#ff_elem36_calendarButton, input#ff_elem107_calendarButton {
	cursor: pointer !important;
}
.bfQuickMode label {
	display: none;
}

.bfQuickMode label#bfLabel172 {
	display: inline-block;
	width: auto;
}

#form-bottom textarea {
	border: 0;
	color: #151b28;
	padding: 15px 10px;
}
#form-bottom button {
	width: 106%;
	padding: 15px 10px;
	text-transform: uppercase;
	color: #fff;
	background: #d89b64;
	border: 0;
}
#form-bottom button:hover {
	color: #d89b64;
	background: #151b28;
}

#bfElemWrap46, #bfElemWrap117 {
	width: 93.5%;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #151b28;
	text-transform: uppercase;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #151b28;
   opacity:  1;
   text-transform: uppercase;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #151b28;
   opacity:  1;
   text-transform: uppercase;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #151b28;
   text-transform: uppercase;
}

textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    text-transform: uppercase;
	color: #151b28;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: uppercase;
	color: #151b28;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: uppercase;
	color: #151b28;
	opacity:  1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-transform: uppercase;
	color: #151b28;
}

.picker__day--today::before, .picker__button--today::before {
	border-top: 0.5em solid #151b28 !important
}
.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
	background: #d89b64 none repeat scroll 0 0 !important;
}
.picker__day--selected, .picker__day--selected:hover {
    border-color: #d89b64 !important;
}
.picker__day--highlighted {
    background: #d89b64d89b64 none repeat scroll 0 0 !important;
}
.picker__day--infocus:hover, .picker__day--outfocus:hover {
    background: #d89b64 none repeat scroll 0 0 !important;
		color: #fff !important;
	border: 0 !important;
}
.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
    background: #d89b64 none repeat scroll 0 0 !important;
		color: #fff !important;
	border: 0 !important;
}
.picker__button--today:hover, .picker__button--clear:hover {
    background: #d89b64 none repeat scroll 0 0 !important;
    border-bottom-color: #d89b64 !important;
}
.picker__nav--prev:hover, .picker__nav--next:hover {
    background: #d89b64 none repeat scroll 0 0 !important;
}
.picker__day--today, .picker__close {
    color: #d89b64 !important;
}

/** Maps **/
.direction .map {
	max-height: 380px;
}

.mapdirform {
	padding: 5px 0;
}

.mapdirform input {
    margin-right: 8px;
    margin-top: 5px;
}

.mapdirform input.inputbox {
	width: 64%;
}

.mapdirform input.button {
	margin-top: 8px !important;
	width: 90%;
}

.directions .adp {
	width: 90%;
	margin: 0 auto;
}
.adp-placemark {
    background: transparent !important;
    border: 0 !important;
    text-align: left;
}

.adp-placemark .adp-text {
	font-family: "Montserrat",sans-serif;
    font-weight: 700;
	color: #151b28;
	font-size: 120%;
	padding-left: 10px;
}

.adp-summary {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 130%;
	padding-bottom: 15px;
	text-align: left;
	color: #8b909d;
	padding: 0 3px 25px !important;
}


.adp-directions {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
	color: #8b909d !important;
}


.adp-step, .adp-substep {
	border-top: 1px solid #e7e8e9 !important;
	text-align: left;
	padding: 5px 0 5px 10px !important;
}

.adp-legal {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 85%;
}

/** Book a table **/

.booking {
	width: 88%;
	margin: 0 auto;
}

.book-left, .book-right {
	width: 100%;
	float: left;
	padding: 30px 0;
}

.book-right h4 {
	font-size: 135%;
}

/** Opentable **/
#ot-widget-container14 {
	width: 224px;
	margin: 0 auto;
}

.ot-title {
	display: none;
}

.ot-dtp-picker {
	font-family: 'Montserrat', sans-serif !important;
}

.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link, .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link::before, .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link::before,
.ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link::after, .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link::after {
	color: #8b909d !important;
}

.ot-button {
	background-color: #d89b64 !important;
	border-color: #d89b64 !important;
	box-shadow: none !important;
}


/** Gutscheine **/
.cgc_box {
	line-height: 190%;
	width: 90%;
	margin: 0 auto;
}
.title_box {
	padding-bottom: 25px;
	width: 100%;
	text-align: center;
}
span.fine_print {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 130%;
	padding: 15px 0;
}

.title_box h3 {
	line-height: 150% !important
}
.giftbox-step1.small {
	width: 63%;
}
#koCgcBox {
    padding: 15px;
    margin: 0 auto;
}

.box_card {
    right: 65px;
    top: 138px;
}

.kocard, .KOcard {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    width: 280px;
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
}

.KOcard {
    border: 0 none;
    border-radius: 0;
    width: 250px;
	margin: 20px;
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
}

.giftbox-step1 .col-koLeft, .giftbox-step1 .col-koRight {
	padding-left: 0;
	padding-right: 0;
	width: 46%;
}

.giftbox-step1 .message, .giftbox-step1 .deliver {
	padding-top: 30px;
}

.giftbox-step1 .deliver {
	padding-bottom: 20px;
}
.giftbox-step1 .clr {
	height: 15px;
}
#cardTemplate {
	height: auto !important;
}
.giftbox-step1.small .control-group, .korow .control-group {
	padding-top: 10px;
}

.giftbox-step1 input, .giftbox-step1 select, .korow input {
	padding: 10px 0 10px 10px;
}
.giftbox-step1 .koInputBox, .giftbox-step1 #koPriceCustom, .giftbox-step1 textarea, .col-koFull textarea {
	width: 100%;
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	background: #fff;
	border: 0;
}
.korow .koInputBox{
	width: 98%;
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	background: #fff;
	border: 0;
}
.ko_textarea {
    height: 70px;
}

.giftbox-step1 #koPriceCustom input {
	width: 100%;
	border: 0;
}

.giftbox-step1 select.koInputBox {
	color: #d89b64;
	background: #151b28;
	text-transform: uppercase;
	max-width: 100%;
}

.giftbox-step1 #koBtnPreview, .giftbox-step1 #koBtnSave {
	padding: 15px 0;
	text-transform: uppercase;
	color: #fff;
	background: #d89b64;
	border: 1px solid #d89b64;
	cursor: pointer;
	width: 100%;
	float: left;
	text-align: center;
}

.giftbox-step1 #koBtnViewCart, #mjBtnEmpty, #mj-FooterBtn a.btn-default, a.koBtn {
	padding: 15px 0;
	text-transform: uppercase;
	color: #d89b64;
	border: 1px solid #d89b64;
	cursor: pointer;
	background: transparent;
	width: 100%;
	float: right;
	text-align: center;
}
.popup-content {
	font-size: 110%;
}
.popup-content strong {
	font-size: 110%;
}
a.popupBtn {
	padding: 15px 25px;
	text-transform: uppercase;
	color: #d89b64;
	border: 1px solid #d89b64;
	cursor: pointer;
	background: transparent;
	text-align: center;
}

#mjBtnEmpty, #mj-FooterBtn a.btn-default, a.koBtn {
	float: left;
}

#koBtnSendOffline {
	padding: 15px 0;
	text-transform: uppercase;
	color: #fff;
	background: #d89b64;
	border: 1px solid #d89b64;
	cursor: pointer;
	width: 100%;
	float: right;
	text-align: center;
}

.giftbox-step1 #koBtnPreview:hover, .giftbox-step1 #koBtnSave:hover, #koBtnSendOffline:hover, #mj-FooterBtn a.btn-default:hover {
	color: #d89b64;
	background: #151b28;
	border: 1px solid #151b28;
}

.giftbox-step1 #koBtnViewCart:hover, #mjBtnEmpty:hover, #mjBtnOffline:hover, #mjBtnPaypal:hover, a.koBtn:hover, a.popupBtn:hover {
	color: #d89b64;
	background: #151b28;
	border: 1px solid #151b28;
}

#mjBtnOffline, #mjBtnPaypal {
	padding: 15px 0;
	text-transform: uppercase;
	color: #fff;
	background: #d89b64;
	border: 1px solid #d89b64;
	cursor: pointer;
	width: 48%;
	float: left;
	text-align: center;
	margin-top: 15px;
}

#mj-FooterBtn a.btn-default, .bagbuttons #mjBtnEmpty {
	width: 100%;
}

.koBtn {
	margin-top: 15px;
}

.uk-comment-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #151b28;
	font-size: 120%;
	margin: 0;
	font-style: normal;
	text-transform: uppercase;
}

.uk-comment-meta {
    color: #8b909d;
    font-size: 100%;
    line-height: 120%;
    margin: 2px 0 0;
}

fieldset {
	border: 0;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0
}

.bagbuttons {
	width: 100%;
}

.cgc_box .mj-btnDel {
	cursor: pointer;
}

#mj-FooterBtn {
	width: 92%;
	margin: 0 auto;
}

.orDiv {
	display: none;
}

/* Take away */
.taway .content {
	display: block;
	position: relative;
}

.taway .content a.shopnow {
	width: 106%;
	padding: 15px 10px;
	text-transform: uppercase;
	color: #fff;
	background: #d89b64;
	border: 0;
	line-height: 50px;
}
.taway .content a.shopnow:hover {
	color: #d89b64;
	background: #151b28;
}
.taway .vrtkitemspagediv {
	width: 72%;
	display: inline-block;
}
.taway .moduletable_tawaycart {
	width: 24%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.taway .vrtk-menu-title, .taway .vrtkmodcarttitle, .vrtkdeliverytitlediv, .vrcustomfields .vrseparatorcf, .vrorderboxcontent h3.vrorderheader {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #151b28 !important;
	margin: 0;
	text-transform: uppercase;
}

.vrtkitemsdiv .vrtkmenuheader .vrtkmenutitlediv {
	font-size: 150%;
}

.taway .vrtkitemsdiv .vrtksinglevar .vrtkvaraddbuttondiv .vrtkvaraddbutton {
	background: url(../images/plus.png) no-repeat;
	border-radius: 0;
	transition: all .5s ease-in-out;
}
.taway .vrtkitemsdiv .vrtksinglevar .vrtkvaraddbuttondiv .vrtkvaraddbutton .fa {
	visibility: hidden;
}

.taway .vrtkitemsdiv .vrtksinglevar .vrtkvaraddbuttondiv .vrtkvaraddbutton:hover {
	background: url(../images/plus.png) no-repeat;
	border-radius: 0;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.taway .vrtk-attributes-legend {
	display: none;
}
.vrtk-menus-date-block {
	display: inline-block;
	max-width: 100%;
	height: 30px;
	padding: 5px 30px 5px 7px;
	line-height: 1.5;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: unset;
	margin-bottom: 0;
}
.taway .vrtkitemnamesp, .vrorder-grand-total .grand-total {
	color: #d89b64;
}

.vrtk-menusubtitle-notactive {
    font-size: 70%;
    color: #8b909d;
    font-weight: 900;
    padding-top: 10px;
}

.taway .vr-takeaway-message-content.success {
    border: 1px solid #d89b64;
    background-color: #d89b64;
	color: #fff;
}

.taway .vrtkgotopaydiv .vrtkgotopaybutton, #vrconfcontinuebutton {
    margin: 10px 0 0 0;
    cursor: pointer;
	border-radius: 0;
	padding: 15px 0;
	text-transform: uppercase;
	color: #fff;
	background: #d89b64;
	border: 1px solid #d89b64;
	cursor: pointer;
	width: 100%;
	float: left;
	text-align: center;
}
.taway .vrtkgotopaydiv .vrtkgotopaybutton:hover, .moduletable_tawaycart .vrtkcartorderbutton:hover, #vrconfcontinuebutton:hover {
	color: #d89b64;
	background: #151b28;
	border: 1px solid #151b28;
}

.taway .vrtkitemsdiv .vrtksinglevar .vrtkvarnamesp {
	font-weight: normal;
}

.vrcustomfields div .cf-label {
	width: 300px;
}

.vrtkdatetimeinput input {
	padding: 10px;
	cursor: pointer;
}

select#vrtktime {
	cursor: pointer;
}
.taway.nocart .moduletable_tawaycart {
	display: none;
}
.moduletable_tawaycart .vrtkcartdiscountoutmodule {
	color: #8b909d;
}
.moduletable_tawaycart .vrtkcartdiscountoutmodule, .moduletable_tawaycart .vrtkcartpriceoutmodule{
	display: table;
	width: 100%;
}
.moduletable_tawaycart .vrtkcartdiscountlabelmodule, .moduletable_tawaycart .vrtkcartdiscountmodule, .moduletable_tawaycart .vrtkcartpricelabelmodule, .moduletable_tawaycart .vrtkcartpricemodule {
	display: table-cell;
	width: 50%;
}

.moduletable_tawaycart .vrtkcartdiscountmodule, .moduletable_tawaycart .vrtkcartpricemodule {
	text-align: right;
}

.moduletable_tawaycart .vrtkcartremovesp a, .vrtkconfcartoneitemrow .vrtkconfcartrightrow .vrtkconfcartremovesp a {
	background: url(../images/remove.png) no-repeat;
	padding-right: 10px;
	padding-bottom: 5px;
}

.vrtkcartremovesp a i.fa, .vrtkconfcartoneitemrow .vrtkconfcartrightrow .vrtkconfcartremovesp a .fa {
	visibility: hidden;
}

.moduletable_tawaycart .vrtkcartremovesp a:hover, .vrtkconfcartoneitemrow .vrtkconfcartrightrow .vrtkconfcartremovesp a:hover {
	text-decoration: none;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	border-bottom: 0;
}

.moduletable_tawaycart .vrtkcartorderbutton {
    cursor: pointer;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	background: #d89b64;
	border: 1px solid #d89b64;
	cursor: pointer;
	width: 100%;
	float: left;
	text-align: center;
}

.moduletable_tawaycart .vrtkcartemptybutton {
	border-radius: 0;
	text-transform: uppercase;
}

.vrtkaddmoreitemslink {
    margin: 10px 0 0 0;
    cursor: pointer;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff !important;
	background: #d89b64;
	border: 1px solid #d89b64;
	cursor: pointer;
	text-align: center;
}
.vrtkaddmoreitemslink:hover {
	color: #d89b64;
	background: #151b28;
	border: 1px solid #151b28 !important;
}

.vrcustomfields .vrinput:focus ~ .cf-label, .vrcustomfields .vrinput.has-value ~ .cf-label,
.vrcustomfields .vrtextarea:focus ~ .cf-label, .vrcustomfields .vrtextarea.has-value ~ .cf-label {
	color:#d89b64;
	top:-10px;
}

.vrcustomfields .cf-bar:before, .vrcustomfields .cf-bar:after 	{
	background:#d89b64; 
}
.vr-payments-list {
	width: 100%;
}
.vrtkdeliverytitlediv {
	padding-bottom: 10px;
}

.vr-payments-list .vr-payment-wrapper:first-of-type, .vr-payments-list .vr-payment-wrapper:last-child {
	border-radius: 0 !important;
}

/*RS form */
.braten fieldset {
	padding: 40px 0;
}
.braten .form-group h4 {
	padding-top: 40px;
}
.braten .form-group input[type=text], .braten .form-group select {

	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	background: #fff;
	border: 0;
}
.braten .form-group select, .braten .form-group input.rsform-calendar-box, .braten .form-check-inline {
	cursor: pointer;
}

.braten input#btn3_0 {
	display: none;
}
.braten .form-check-inline {
	padding-left: 1.75rem;
	margin-right: 1.75rem;
}
.braten .rsform-block-agb strong.formRequired, .braten .rsform-block-datenschutz strong.formRequired {
	display: none;
}
.braten .rsform-block-agb, .braten .rsform-block-datenschutz {
	margin-bottom: 0;
}
.braten .rsform-block-datenschutz {
	margin-top: -10px;
}
.braten .rsform-submit-button {
	padding: 15px 0;
	text-transform: uppercase;
	color: #fff;
	background: #d89b64;
	border: 1px solid #d89b64;
	cursor: pointer;
	width: 100%;
	float: left;
	text-align: center;
	border-radius: 0;
}
.braten .rsform-submit-button:hover {
	color:#d89b64;
	background:#151b28;
	border:1px solid #151b28
}

/*** Top anchor and go to top link ***/
#top {
	position: absolute;
	top: 0;
}
a.gotop {
	position: fixed;
	right: -4%;
	bottom: 27%;
	text-decoration: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.gotop:before {
	font-family: FontAwesome;
    content: '\f062';
	font-style: normal;
	color: #d89b64;
	font-size: 300%;
}

/*** Begin Slide Menu ***/
.togglewrap {
	width: 45px;
	position:fixed;
	height: 40px;
	top: 0;
	z-index: 8;
}


#toggle {
    width: 40px;
    height: 8px;
    background-color: #d89b64;
    position: fixed;
    top: 10px;
    bottom: 0;
    left: 10px;
    z-index: 49;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}
#toggle:after,
#toggle:before {
    content: '';
    width: 100%;
    height: 8px;
    background-color: #d89b64;
    position: absolute;
}

#toggle:after {
    top: 12px
}
#toggle:before {
    top: 24px
}
#toggle:hover {
    cursor: pointer;
    opacity: 1
}
#toggle.closed {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.slide-menu {
    width: 240px;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    transition: all 1s;
    left: 0;
    z-index: 50;
    overflow-y: auto;
    padding-bottom: 100px
	-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
}

.slide-menu.closed {
    left: -240px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.slide-menu .moduletable_topmenu {
    max-width: 240px;
    padding-left: 0;
	float: left;
}
.slide-menu .moduletable_toplogo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.slide-menu .moduletable_toplogo img {
	max-width: 160px;
	height: auto;
	padding-top: 15px;
}

.slide-menu ul li {
    line-height: 2em;
	display: block;
	padding-left: 0;
}

.slide-menu ul li:hover {
    cursor: pointer
}

.slide-menu .moduletable_topmenu ul li a:link, .slide-menu .moduletable_topmenu ul li a:visited {
	color: #151b28
}

.slide-menu .moduletable_topmenu ul li a:hover, .slide-menu .moduletable_topmenu ul li a:active {
	color: #d89b64;
}

.slide-menu .moduletable_topmenu ul.nav li.item-163 {
	width: 100%;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #8b909d;
}
.slide-menu .moduletable_topmenu ul.nav li.item-163 a:hover, .slide-menu  .moduletable_topmenu ul.nav li.item-163 a:active {
	color: #151b28
}

.slide-menu .moduletable_topmenu ul.nav li ul.nav-child {
	display: none;
	position: relative;
	padding: 0 0 0 5px;
	background: none;
	margin-left: 0;
	visibility: visible;
	opacity: 1;
}

.slide-menu .moduletable_topmenu ul.nav li.down ul.nav-child  {
	padding-bottom: 5px;
	display: block;
}

.slide-menu .moduletable_topmenu ul.nav li.down a {
	color: #d89b64;
}

.slide-menu .moduletable_topmenu ul.nav li.down ul li a:link, .slide-menu .moduletable_topmenu ul.nav li.down ul li a:visited {
	color: #8b909d;
}

.slide-menu .moduletable_topmenu ul.nav li.down ul li a:hover, .slide-menu .moduletable_topmenu ul.nav li.down ul li a:active {
	color: #d89b64;
}

.slide-menu .moduletable_topmenu ul.nav li.down ul.nav-child {
	padding: 0;
	font-size: 90%;
}

.slidemenu-contact {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding-top: 40px;
}

.slide-contact {
	float: left;
	width: 50%;
	padding-bottom: 15px;
}

.slidemenu-contact a:link, .slidemenu-contact a:visited {
	color: #8b909d;
	text-decoration: none;
}
.slidemenu-contact:hover, .slidemenu-contact:active {
	color: #8b909d;
	text-decoration: none;
}

/** Footer ***/
.footer {
	width: 100%;
	border-top: 1px solid #e7e8e9;
	padding: 25px 0 40px 0;
	text-align: center;
}

.moduletable_footertitle span {
	font-weight: 700;
	color: #151b28;
	font-size: 110%;
	line-height: 190%;
}

.moduletable_footertitle .subtitle {
	font-size: 130%;
	padding-top: 5px;
}

.moduletable_footertitle a {
	padding-right: 5px;
}
.moduletable_footertitle a:link, .moduletable_footertitle a:visited {
	color: #8b909d;
	text-decoration: none;
}
.moduletable_footertitle a:hover, .moduletable_footertitle a:active {
	color: #8b909d;
	text-decoration: none;
	border-bottom:  1px solid #d89b64;
}

.moduletable_footersocial .fa {
	padding: 5px 7px;
	color: #d3d1d1;
}

.moduletable_footersocial .fa:hover {
	color: #8b909d;
}

.clr {
	clear: both;
	height: 0;
}

/** Editor Styles **/

.editor .liquid-slider {
	width: 800px;
}

.editor .liquid-slider div {
	width: 800px;
}

/** Pop Up **/

.moduletable_popup {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(255,255,255,0.85);
	z-index: 999;
}

.moduletable_popup.gone {
	width: 0;
	height: 0;
	position: absolute;
	background: rgba(255,255,255,0.0);
	display: none;
	z-index: -999;
}

.moduletable_popup .mhap {
    height: 72% !important;
    margin: 0 auto;
    width: 60% !important;
    left: 20% !important;
    top: 14.5% !important;
	background: #fff;
	text-align: center;
	border: 1px solid #d89b64;
}

.moduletable_popup .mhap > div:not(.popuptitle) {
	height: 100% !important;
	overflow: hidden !important;
	padding: 15px 20px;
}

a#mhap_120_cb {
	width: 100% !important;
}

#cookiesck_readmore {
	float:right;
	padding:2px 5px !important;
	border-radius: 0 !important;
	margin-top: 8px;
	font-weight: 100;
	color: #a1a1a1;
}

#cookiesck_accept{
	float:right;
	padding:10px !important;
	margin: 1px;
	border-radius: 3px;
	background: #a1a1a1 !important;
	color: #fff !important;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border: 0 !important;
}


.corona {
	background-color: #d89b64;
	color: #fff;
	padding: 20px;
}

/* MEDIA QUERIES
*********************************************/

@media (max-width: 320px) {
	.camera_caption > div {
		/*padding: 10% 0 !important;*/
	}
}

@media (min-width: 480px) AND (max-width: 767px) {
	.camera_caption > div {
		/*padding: 15% 0 !important;*/
	}
	.jobs .items-row .span12 .left, .blogteam .items-row .span12 .left, #main-slider .left {
		display: block;
	}
}

@media (max-width: 767px) {
	#bfPage1 label {
		display: none !important;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.content, .ls-wrapper, .topmenu {
		max-width: 960px;
	}
	.home .content {
		max-width: 100%;
	}
	.home .leading-0, .home .row-0, .home .row-2 {
		max-width: 750px;
	}
	.left-slide a, .right-slide a {
		top: 40%;
	}
	.meal-left, .meal-right {
		width: 48%;
	}
	.meal-right {
		width: 52%;
	}
	.camera_prev, .camera_next {
		top: 44% !important;
	}
	.camera_prev {
		left: 30px !important;
	}
	.camera_next {
		right: 45px !important;
	}
	.camera_prev, .camera_next, .camera_prev > span, .camera_next > span {
		background: none !important;
	}
	.camera_prev > span {
		background-image: url(../images/left.png) !important;
		height: 112px !important;
		width: 57px !important;
	}
	.camera_next > span {
		background-image: url(../images/right.png) !important;
		height: 112px !important;
		width: 57px !important;
	}
	.camera_prev:hover > span {
		background-image: url(../images/left_hover.png) !important;
	}
	.camera_next:hover > span {
		background-image: url(../images/right_hover.png) !important;
	}
	.camera_caption_title {
		font-size: 400% !important;
	}
	.camera_caption > div {
		/*padding: 26% 0 !important;*/
	}
	.camera_caption_desc, #main-slider .left {
		display:block;
	}
	h1, h2, .cgc_box h3 {
		font-size: 175%;
	}
	.blog-featured .span12 h2 {
		font-size: 155%;
	}
	.items-row .span12 h2 {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.food .items-row .span12 h2, .rooms .items-row .span12 h2 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.introimg img {
		max-width: 250px;
	}
	.introtext {
		margin-top: -100px;
	}
	.leading-0 .introtext h1, .leading-0 .introtext h2, .items-row .span12 h2 {
		line-height: 200%;
	}
	.teaserbox {
		width: 30%;
	}
	.teasertext {
		padding-top: 20%;
	}
	.fullimage-box {
		display: block;
		background: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: -29%;
		width: 32%;
		padding: 25px;
	}
	.fullimage-box div {
		padding: 15px;
		border: 1px solid #e9e9e9;
	}
	.fullimage-box h3 {
		font-size: 160%;
	}
	.teaserbox-2 {
		width: 31.3%;
		float: left;
		overflow: hidden;
		position: relative;
		margin: 0 3% 5% 0;
		height: 145px;
	}

	.teaserbox-2.big {
		padding: 10px 0;
	}
	.teaserbox-2:not(.big) {
		margin-top: 1%;
	}
	.teaserbox-2.last {
		margin-right: 0;
	}
	.blog-featured .items-row {
		float: left;
		max-width: 30%;
		padding: 1.5%;
	}
	.blog-featured .items-row .span12 h2 {
		line-height: 200%;
		margin-top: 0;
	}
	.short-line {
		margin: -5px auto 5px auto;
	}
	.leading-0 {
		padding-bottom: 80px;
	}
	.items-row .span12 .left, .items-row .span12 .right,.jobs .items-row .span12 .left, .blogteam .items-row .span12 .left {
		width: 50%;
	}
	.jobs .items-row .span12 .left, .blogteam .items-row .span12 .left {
		display: block;
	}
	.items-row .span12 .left, .team .items-row .span12 .left, .news .items-row .span12 .left {
		max-height:100%;
	}
	.table {
		padding: 25px 25px 5px;
	}
	div.acymailing_module {
		width: 39%;
	}
	#form-left, #form-right {
		width: 48.3%;
		float: left;
		padding-top: 10px;
		margin-bottom: 0;
	}
	#bfElemWrap40, #bfElemWrap41, #bfElemWrap111, #bfElemWrap112 {
		float: left;
		margin: 25px 0 25px 25px !important;
		width: 41.2%;
	}
	#bfElemWrap42, #bfElemWrap113 {
		clear: both;
	}
	#form-bottom {
		width: 98%;
		padding-left: 0;
		margin-top: -25px;
	}
	#form-bottom button {
		width: 100%;
	}
	.ls-responsive .liquid-slider {
		max-height: 100%;
	}
	.ls-wrapper img {
		max-width: 750px;
		height: auto;
	}
	.ls-wrapper {
		width: 90% !important;
	}
	.moduletable_submenu ul li {
		display: inline-block;
		padding: 0;
	}
	.moduletable_submenu ul li a {
		padding: 0 15px;
	}
	.meal-left {
		display: block;
	}
	.meal-left, .meal-right {
		float: left;
		overflow: hidden;
		margin-bottom: -5px;
	}
	.direction .map {
		max-height: 500px;
	}
	.book-left, .book-right {
		width: 50%;
	}
	.KOcard {
		width: 280px;
	}
	.giftbox-step1 #koBtnPreview, .giftbox-step1 #koBtnSave, .giftbox-step1 #koBtnViewCart, #mjBtnEmpty, #mj-FooterBtn a.btn-default, a.koBtn, #koBtnSendOffline {
		width: 28%;
	}
	.giftbox-step1 #koBtnSave, #mjBtnEmpty, #mjBtnOffline {
		margin-left: 15px;
	}
	#mj-FooterBtn {
		width: 52%;
	}
	#mj-FooterBtn a.btn-default, .bagbuttons #mjBtnEmpty {
		width: 48%;
	}
	.instaimg {
		width: 50%;
	}
	a.gotop.show {
		visibility: visible;
		opacity: 1;
		right: 4%;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.acysubbuttons input {
		width: 48%;
		float: left;
		margin-bottom: 0 !important;
	}
	.acysubbuttons input.unsubbutton  {
		float: right;
	}
	.braten .form-group {
		width: 48%;
		padding: 1%;
		display: inline-block;
		position: relative;
		text-align: left;
	}
	.braten .rsform-block-titel, .braten .rsform-block-bestellwert, .braten .rsform-block-zubereitungsart, .braten .rsform-block-art-der-zubereitung, .braten .rsform-block-abholung, .braten .rsform-block-rechnungsangaben,
	.braten .rsform-block-produktwahl, .braten .rsform-block-zahlung, .braten .rsform-block-zahlungsmethode, .braten .rsform-block-agb, .braten .rsform-block-datenschutz, .braten .rsform-block-bestellen {
		width: 100%;
		display: block;
		float: none;
		text-align: center;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 980px) {
	.topmenu-wrapper, .home .topmenu-wrapper.white {
		display: block;
	}
	.togglewrap {
		display: none;
	}
	.content, .ls-wrapper, .topmenu {
		max-width: 960px;
	}
	.home .content {
		margin: 40px auto 0;
	}
	.home .leading-0, .home .row-0, .home .row-2 {
		max-width: 960px;
	}
	h1, h2, .cgc_box h3 {
		font-size: 200%;
	}
	.blog-featured .span12 h2 {
		font-size: 180%;
	}
	.content {
		margin-top: 200px;
	}
	.book-a-table {
		display: block;
		right: 45px;
		margin-top: -72px;
	}
	.camera_caption_title {
		font-size: 465% !important;
	}
	.teaserbox {
		height: 200px;
	}
	.fullimage-box {
		margin-top: -26%;
		width: 25%;
	}
	.teaserbox-2 {
		height: 180px;
	}
	.teaserbox-2.big .teaserbg {
		font-size: 1400%;
	}
	.teaserbox-2 .teaserbg p {
		line-height: 110%;
	}
	.teaserbox-2.big .teaserbg p {
		line-height: 95%;
	}
	.ls-responsive .liquid-slider {
		/*max-height: 700px;*/
	}
	.ls-wrapper img {
		max-width: 970px;
	}
	.bfFormDiv {
		padding: 14px 0 14px 40px;
	}
	#bfElemWrap40, #bfElemWrap41, #bfElemWrap111, #bfElemWrap112 {
		width: 41.5%;
	}
	#form-left, #form-right {
		padding-left: 20px;
		width: 42.5%;
	}
	#form-bottom {
		width: 89%;
		padding-left: 20px;
		margin-top: -25px;
	}
	.meal-right .cell {
		float: left;
		width: 50%;
		padding-left: 20px;
		text-align: left;
	}

	.meal-right .cell:first-child {
		width: 28%;
		padding-left: 0;
	}

	.meal-right .cell:nth-child(3) {
		float: right;
		width: 15%;
		padding-left: 0;
		text-align: right;
		font-size: 140%;
	}
	img.header {
		-webkit-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
		-moz-box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
		box-shadow: 0px 0px 55px -10px rgba(102,101,102,0.4);
	}
	.instaimg {
		width: 33%;
	}
	.instaimg img {
		max-width: 280px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.content, .ls-wrapper, .topmenu {
		max-width: 1100px;
	}
	.home .content {
		margin: 50px auto 0;
	}
	.home .leading-0, .home .row-0, .home .row-2 {
		max-width: 1100px;
	}
	.subtitle, .table .mail {
		font-size: 150%;
	}
	/*.leading-0 .subtitle {
		font-size: 150%;
	}*/
	.camera_caption_title {
		font-size: 550% !important;
	}
	.fullimage-box {
		margin-top: -24%;
	}
	.teaserbox-2 .teaserbg p {
		line-height: 108%;
	}
	.teaserbox-2.big .teaserbg p {
		line-height: 108%;
	}
	.teaserbox-2.big .teaserbg p {
		margin-top: -15px;
	}
	.ls-responsive .liquid-slider {
		/*max-height: 720px;*/
	}
	.ls-wrapper img {
		max-width: 1110px;
	}
	.instaimg img {
		max-width: 320px;
	}
}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}

_:-ms-fullscreen, :root .teaserbox-2 .teaserbg p {
	margin-top: 20px;
}
_:-ms-fullscreen, :root .teaserbox-2.big .teaserbg p {
	margin-top: 10px;
}