@charset "utf-8";
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(../font/materialicons-regular.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}
@font-face {
	font-family: 'Arizonia';
	src: url('../font/arizonia-regular.woff') format('woff'),
	url('../font/arizonia-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaBT';
	src: url('../font/futurabt-book.woff2') format('woff2'),
	url('../font/Futurabt-book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura Md BT';
	src: url('../font/futurabt-medium.woff2') format('woff2'),
	url('../font/futurabt-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Le Havre Lrs';
	src: url('../font/lehavrelayers-primary.woff2') format('woff2'),
	url('../font/lehavrelayers-primary.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'source_sans_probold';
	src: url('../font/sourcesanspro-bold-webfont.eot');
	src: url('../font/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/sourcesanspro-bold-webfont.woff') format('woff'),
	url('../font/sourcesanspro-bold-webfont.ttf') format('truetype'),
	url('../font/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'source_sans_prolight';
	src: url('../font/sourcesanspro-light-webfont.eot');
	src: url('../font/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/sourcesanspro-light-webfont.woff') format('woff'),
	url('../font/sourcesanspro-light-webfont.ttf') format('truetype'),
	url('../font/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'source_sans_proregular';
	src: url('../font/sourcesanspro-regular-webfont.eot');
	src: url('../font/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/sourcesanspro-regular-webfont.woff') format('woff'),
	url('../font/sourcesanspro-regular-webfont.ttf') format('truetype'),
	url('../font/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'source_sans_prosemibold';
	src: url('../font/sourcesanspro-semibold-webfont.eot');
	src: url('../font/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/sourcesanspro-semibold-webfont.woff') format('woff'),
	url('../font/sourcesanspro-semibold-webfont.ttf') format('truetype'),
	url('../font/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'faraco_handregular';
	src: url('../font/faracohand-webfont.eot');
	src: url('../font/faracohand-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/faracohand-webfont.woff2') format('woff2'),
	url('../font/faracohand-webfont.woff') format('woff'),
	url('../font/faracohand-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MeteoconsRegular'; font-style: normal; font-weight: normal;
	src: url('../font/meteocons-webfont.eot');
	src: url('../font/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/meteocons-webfont.woff') format('woff'),
	url('../font/meteocons-webfont.ttf') format('truetype'),
	url('../font/meteocons-webfont.svg#MeteoconsRegular') format('svg');
}
.wfont { font-family: 'MeteoconsRegular'; }
@font-face {
	font-family: 'icomoon';
	src:url('../font/icomoon.eot?4zcbar&a');
	src:url('../font/icomoon.eot?#iefix4zcbar&a') format('embedded-opentype'),
	url('../font/icomoon.ttf?4zcbar&a') format('truetype'),
	url('../font/icomoon.woff?4zcbar&a') format('woff'),
	url('../font/icomoon.svg?4zcbar#icomoon&a') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-mail:before {
	content: "\e603";
}
.icon-router:before {
	content: "\f041";
}
.icon-phone:before {
	content: "\f095";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-menu:before {
	content: "\f0c9";
}
.icon-google:before {
	content: "\f0d5";
}
.icon-book:before {
	content: "\f0f2";
}
.icon-request:before {
	content: "\f1d8";
}

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
body {
	background: #f1ece3;
	color: #50493E;
	font-family: 'FuturaBT', Tahoma, Geneva, sans-serif; font-size: 16px; line-height: 1.231;
    margin: 0;
}
#main, #footer {
	color: #50493E; 
	font-family: 'FuturaBT', Tahoma, Geneva, sans-serif; font-size: 1.25em;
	line-height: 180%;
}
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #77654E;
	color: white; text-shadow: none;
}

/* Links */
a {
	color: #ad8b60;
	font-family: 'FuturaBT', Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a:hover { color: #50493E; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

h2 a, h3 a, h4 a, h5 a, h6 a { color: #59452C; text-decoration: none; }
#footer a { color: #50493E; }

/* Typography */
h1, h2, .likeh2, h3 { font-weight: normal; line-height: 120%; text-align: left; }
h1 {
	font-family: 'Le Havre Lrs', Tahoma, Geneva, sans-serif; font-size: 1.75em;
	hyphens: none;
	margin: 0.67em 0;
}
h2, .likeh2 { font-family: 'Futura Md BT', Tahoma, Geneva, sans-serif; font-size: 1.5em; margin: 0.83em 0; }
h3 { font-family: 'FuturaBT', Tahoma, Geneva, sans-serif;  font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1.15em; margin: 1.33em 0; }
h5 { font-size: 1em; margin: 1.2em 0; }
h6 { font-size: 0.85em; margin: 1em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
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: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
dl, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default!important; background: #838383;}
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 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-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1250px; }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
	content: '';
	clear: both;
	display: table;
}
[class*='col-'] {
	display: inline-block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 1px;
	padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table { 
	display: table; 
	table-layout: fixed;
	width: 100%; 
}
.row.table > [class*="col-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
	padding: 0.7em 1em;
	vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table > .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table > .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table > .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table > .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table > .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table > .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table > .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table > .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table > .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table > .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table > .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table > .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }

/* msg */
.msg { 
	background: #d4edda; 
	border: 1px solid #c3e6cb;
	color: #155724;
}
.msgerror { 
	background: #f8d7da; 
	border: 1px solid #f5c6cb;
	color: #721c24;
}
.msg, .msgerror { padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg ul, .msgerror ul { margin-top: 0; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #77654E;
	border-radius: 0px; border: 0;
	color: #FFF;
	display: inline-block;
	font-family: sans-serif; font-size: 1em; font-weight: 400;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1.2em;
	padding: 0.5em 1em;
	text-decoration: none;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #59452C; }
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Datepicker */
div .ui-widget-header { background: #77654E!important; }

/* START CUSTOM PART */

/* CLASSES */

/* PRIMARY STYLES [layout] */
#header {
	background: #f1ece3;
	box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4); -webkit-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4); -moz-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4);
	position: fixed; top: 0; left: 0; right: 0; z-index: 3;
}
#topheader { 
	-webkit-box-shadow: 0px 3px 12px 4px rgba(0,0,0,0.2); -moz-box-shadow: 0px 3px 12px 4px rgba(0,0,0,0.2); box-shadow: 0px 3px 12px 4px rgba(0,0,0,0.2); 
	position: relative; z-index: 2; 
}
#topheader, #logo, #logo:before, #logo:after, #prefooter { background: #f1ece3; }
#topheader * { color: #50493E; }
#topheader .wrapper > * {
	display: inline-block;
	float: left;
}
#topheader img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
#topheader img:first-of-type { width: 245px; }
#topheader #showmobilemenu { display: none; }
#topheader #showmobilemenu .icon-menu { vertical-align: middle; }
#logoplaceholder {
	height: 1px;
	position: relative; z-index: 1;
	width: 27.5%;
}
#logo {
	box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4); -webkit-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4); -moz-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4);
	display: inline-block;
	padding: 1.8rem 1.25rem;
	margin: 0 3em 0 0;
	position: absolute; top: 0; left: 0; z-index: 1;
}
#logo:before, #logo:after {
	content: '';
	height: 63px;
	position: absolute; top: 0; z-index: 1;
	width: 20px;
}
#logo:before { left: -20px; }
#logo:after { right: -20px; }
#cta { 
	font-size: 1.125em; font-weight: 300;
	text-align: right;
}
#cta > .row.table {
	margin-left: auto; margin-right: 0;
	width: auto;
}
#cta > .row.table:before, #cta > .row.table:after { display: none; }
#cta [class*="col"] { 
	padding-top: 0.8em; padding-bottom: 0.8em;
	text-align: center;
	white-space: nowrap;
}
#cta [class*="col"]:first-child { text-align: right; }
#cta a { 
	font-weight: 300;
	height: 60px;
	line-height: 22px;
	text-decoration: none;
}
#showmobilemenu, #cta a { transition: background 0.3s linear; -webkit-transition: background 0.3s linear; -moz-transition: background 0.3s linear; -o-transition: background 0.3s linear; }
#cta a.button {
	border-radius: 0;
	font-size: 1em;
	min-width: 0;
	text-transform: uppercase;
}
#cta i { 
	font-size: 1.5em;
	margin-right: 0.2em;
	vertical-align: -0.08em;
}
#cta a:nth-of-type(4) i {
	margin: 0;
	vertical-align: -5px;
}
#cta .request-button span { color: #fff; }
#cta .book-button {  border-left: 5px solid #f1ece3; }
#cta .book-button span { color: #fff; }
#cta .table a .icon-mail { font-size: 2em; }
#cta .table a .icon-phone { font-size: 1.5em; }
#cta .table a .icon-request, .icon-book { display: none; }
#cta .table a span { vertical-align: middle; }
#cta .table a .buttontext { font-size: 0.75em;  }

#navigation {
	background: #75644f;
	color: #fff;
	font-size: 1.31em;
}
#nav { position: relative; z-index: 1; }
#navigation ul { 
	display: table;
	float: right;
}
#navigation ul, #cta { width: 72.5%; }
#navigation li { 
	display: table-cell; 
	padding: 1.7em 0;
	text-align: center;
}
html[lang="it"] #navigation li { padding: 1.72em 0; }
#navigation a {
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 0 1.5em;
	text-decoration: none;
	white-space: nowrap;
}
html[lang="it"] #navigation a { font-size: 0.9em; }
#navigation li + li > a { border-left: 1px solid #59452C; }
#navigation li.active > a, #navigation a:hover { font-weight: bold; }

#navigation ul ul { 
	display: none;
	margin-top: 0; margin-bottom: 0;
	padding: 1.4em 0;
	position: absolute; left: 45%; top: 3em; z-index: 2;
	transform: translateX(-35%);
}
body:not(.mobilemenu) #navigation ul li:first-of-type:hover > ul {
	table-layout: auto;
}
body:not(.mobilemenu) #navigation ul li:hover > ul { 
	display: table; 
	table-layout: fixed;
	text-align: center;
}
#navigation ul ul:before {
	background: #b5aa99;
	content: '';
	display: block;
	height: 92px;
	position: absolute; top: 1.5em; left: -200%; right: -200%; z-index: 1;
}
#navigation ul ul li { width: 100%; position: relative; z-index: 1; }
#navigation ul ul a {
	border-left-color: #d4d1cf;
	color: #fff;
}
#navigation ul ul li.active > a, #navigation ul ul a:hover { font-weight: bold; }

#subheader {
	margin-top: 140px;
	position: relative; 
}
#subheader .quote { 
	font-family: 'Arizonia', cursive;
	font-size: 2.75em;
    line-height: 1.2em;
	position: absolute; bottom: 0px; left: 0; right: 0; z-index: 2; 
}

#panorama {
	height: 45.4dvw;
	max-height: calc(100dvh - 140px);
	overflow: hidden;
}
#panorama .img {
	background-position: center center; background-repeat: no-repeat; background-size: cover;
	width: 100%; height: 45.4dvw;
	max-height: calc(100dvh - 140px);
	z-index: 1!important;
}

#topnews, #topoffers { overflow: hidden; max-height: 176px; }

.owl-nav{
	clear: both;
	position: absolute; left: 20px; right: 20px; top: 50%; z-index: 2; 
	transform: translate(0, -50%);
}
.owl-nav >*:nth-child(2) { position: absolute; right: 0; top: 0; bottom: 0; z-index: 2; }
.owl-nav img {
	height: 91px;
	width: 41px;
}

#scrollbutton {
	background: #50493E;
	color: #FFF;
	display: inline-block;
	font-size: 2em;
	height: 40px;
	line-height: 45px;
	opacity: 0;
	position: absolute; bottom: 100px; right: 10em; z-index: 2;
	text-align: center; text-indent: 1px;
	width: 40px;
}
#scrollbutton:hover { 
	background: #ffd45d;
	cursor: pointer; 
}
#scrollbutton img {
	height: auto;
	width: 100%; max-width: 40px;
}



/*ZITATE*/
.quote { 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	color: #FFF;
	font-family: 'Le Havre Lrs'; font-size: 2em; 
	line-height: 110%;
	margin: 0 auto;
	padding: 20px;
	text-align: center; text-shadow: 1.25px 1.25px 5px #000;
	width: 100%; max-width: 690px;
}
.cite {
	display: block;
	font-family: 'FuturaBT', monospace; font-size: 0.5em;
} 

#highlights a {
	background: #b5aa99;
	color: #fff;
	display: table; 
	font-family: 'FuturaBT'; font-size: 1.25em;
}
#highlights a > div {
	display: table-cell;
	float: none;
	vertical-align: top;
}
#highlights .highlightdesc, #highlights .title, #highlights p { margin: 5px 0 0; }
#highlights .highlightdesc { 
	margin-top: 0;
	text-transform: uppercase; 
}
#highlights .title { font-weight: 600; }
#highlights img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}
#highlights .owl-nav {
	display: none;
	bottom: -20px;
	top: auto;
	left: auto;
	right: 10px;
	font-size: 1.75em;
	width: 40px;
}
.newsoffer-container { position: relative; z-index: 1; }
.newsoffer-container > * { z-index: 1!important; }
.newsoffer-container:hover > * { background: #b5aa99; }
.newsoffer-container > .newsofferpager { 
	display: none;
	position: absolute; bottom: 10px; right: 10px; z-index: 2!important;
	width: auto!important;
}
.newsofferpager { background: #77654E!important; }
.newsoffer-container:hover .newsofferpager { display: block; }
.newsofferpager > * {
	background: transparent!important;
	display: inline-block!important;
	padding: 0.2px 2px;
}
.newsofferpager > *:first-child { margin-right: 5px; }
.newsofferpager > * span[class*="icon"] { font-size: 1.5em; }
.newsofferpager:hover { background: #b5aa99!important; }

#main { margin-top: 2em; margin-bottom: 2em; }
body.infopage #main { margin-top: 200px; }

.showcase {
	background: #b5aa99;
	color: #fff;
	display: block;
	font-family: 'FuturaBT'!important;
	margin-top: 1em; margin-left: 0; margin-right: 0;
	padding: 1em;
}
.showcase:hover { color: #fff; }
.showcase .title { 
	font-family: 'FuturaBT';
	text-transform: uppercase;
}
.showcase .wfont { font-size: 4em; }
.showcase .row {
	display: table;
	table-layout: fixed;
}
.showcase .row > * { 
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.showcase p { line-height: 1.4em; }
.showcase a { color: #fff; }
.showcase a.button, button, .showcase input[type="submit"], .showcase input[type="button"] { background: #77654E; }
#weatherbox .row {
	margin-top: 0.7em;
	text-align: center; 
}
#weatherbox .wfont {
	font-size: 6em;
	line-height: 100%;
}
#weatherbox .temptext {
	font-size: 0.85em;
	margin-right: 10px;
	text-transform: uppercase;
}
#weatherbox .temp {
	font-size: 1.7em;
	font-weight: 600;
	line-height: 120%;
	white-space: nowrap;
}

#vinschgaucardsc {
	background: transparent;
	padding: 0;
}
#vinschgaucardsc img {
	display: block;
	height: auto;
	width: 100%;
}
html[lang="it"] #vinschgaucardsc img { max-width: 300px; }

#aquaforum img {
	display: block;
	height: auto;
	width: 100%;
}

#vinschgaucardsc p, #aquaforum p { margin-bottom: 0; }

/* END */
#newsletter input[type="text"] {
	border: none;
	color: #4c4c4c;
	font-size: 0.8em;
	padding: 0.7em;
	margin-bottom: 0.7em;
	width: 100%;
}

#prefooter {
	background: #b5aa99;
	color: #fff;
	line-height: 1.5em;
	padding: 1.5em 0;
}
#prefooter a { color: #fff; }
#prefooter address { font-style: normal; }
#prefooter .title {
	font-family: 'FuturaBT'; font-size: 1.03em;
	text-transform: uppercase;
}
#prefooter .address { margin: 1em 0; }
#prefooter .icon-router { margin-left: 2em; }
#prefooter .table > * { vertical-align: top; }

#prefooter-inner {
	align-items: center;
	display: grid;
	grid-template-columns: auto 340px;
	gap: 40px;
}
@media screen and (max-width: 725px) {
	#prefooter-inner { grid-template-columns: auto 144px; }
}
@media screen and (max-width: 530px) {
	#prefooter-inner { display: block; }
	#prefooter-inner > * + * { margin-top: 2em; }
	#prefooter-inner > *:last-child {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		justify-items: center;
	}
}
@media screen and (max-width: 400px) {
	#prefooter-inner > *:last-child { display: block; }
}

#review-title, #review-title-mobile { margin-bottom: 1.2em; }
#review-title-mobile { text-align: center;}

#bookingaward {
	display: inline-block;
	height: auto;
	margin-right: 20px; margin-bottom: 25px;
	width: 100%; max-width: 144px;
}
#airbnb {
	background: #FFF;
	display: block;
	margin-top: 20px; margin-left: auto; margin-right: auto;
	padding: 8px 12px;
	max-width: 144px;
}
#airbnb img {
	display: block;
	height: auto;
	width: 100%;
}
@media screen and (max-width: 725px) {
	#bookingaward { margin-bottom: 20px; margin-right: 0; }
}
@media screen and (min-width: 531px) {
	#review-title-mobile { display: none; }
}
@media screen and (max-width: 530px) {
	#review-title { display: none; }
	#airbnb { margin-top: 0; }
	#bookingaward { margin-bottom: 0; margin-top: 15px; }
	#airbnb { position: relative; left: 54%; z-index: 1}
}
@media screen and (max-width: 400px) {
	#bookingaward {
		display: block;
		margin-bottom: 20px;
	}
	#trustyouwidget {
		display: block;
		margin-left: auto; margin-right: auto;
		padding-left: 20px;
	}
	#airbnb {
		box-sizing: border-box;
		margin-top: 20px;
		left: auto;
	}
}

.partnerfooter {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr 2fr;
	grid-gap: 36px;
	padding: 40px 0;
}
.partnerfooter a { display: block; }
.partnerfooter a img {
	display: block;
	height: auto;
	margin-left: auto; margin-right: auto;
	max-height: 100px; width: 100%; max-width: 120px;
}
.partnerfooter a:nth-child(2) img, .partnerfooter a:nth-child(4) img { max-width: 250px; }
@media screen and (max-width: 555px) {
	.partnerfooter { grid-template-columns: 1fr; }
}

#footerfab {
	text-align: center; 
	vertical-align: middle!important;
}

#awards { margin-top: 1.5em; }
#awards > * { 
	display: inline-block;
	width: 48%; max-width: 135px; 
}
#awards img { 
	height: auto; width: 100%; 
	vertical-align: middle;
}
#awards img:first-of-type { max-width: 125px; }

#socialmedia {
	display: flex; flex-direction: row;
	gap: 20px;
	justify-content: center;
	margin: 0 0 2em;
}
#socialmedia a { outline: none!important; }
#socialmedia img {
	display: block;
	height: auto;
	width: 36px;
}

#partners {
	display: table;
	margin: 2em 0;
	table-layout: fixed;
	width: 100%;
}
#partners > * {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 16.66%;
}
#partners img {
	height: auto;
	width: 80%; max-width: 100px;
}
#partners > * img { vertical-align: middle; }
#partners > *:nth-child(1) img { max-width: 160px; }
#partners > *:nth-child(2) img { 
	max-width: 110px; 
	vertical-align: 15px;
}
#partners > *:nth-child(3) img { max-width: 190px; }
#partners > *:nth-child(4) img { max-width: 185px; }
#partners > *:nth-child(5) img { max-width: 160px; }

#nav_copyright { font-size: 0.6em; font-family: 'FuturaBT'; }
#languageselect { float: right; }
#languageselect a.active { text-decoration: underline; }

/* CONTENT */
#article { line-height: 160%; text-align: justify; }
#main a { font-family: 'FuturaBT', Tahoma, Geneva, sans-serif; }
#article thead {
	background: #b3a99a;
	color: #FFF;
}
#article thead > th, #article table th { font-weight: normal; }
#article thead > td,#article thead > th { padding: 0.5em 0.3em!important; }

/* START APPARTMENTS */
#rooms {
	clear: both; overflow: auto;
	width: 100%;
}
#rooms .roomrow { display: flex; }
#rooms .room {
	background: #77654E;
	margin-top: 2.5em;
	vertical-align: top;
	flex-direction: column;
}
#rooms .roomrow .room:nth-of-type(2) { margin-left: 2.5em; }
#rooms .room:focus {
	border: none!important;
	outline: none!important;
}
#rooms .roomrow:first-child .room { padding-top: 0; }
#rooms .room img {
	vertical-align: middle;
	width: 100%; height: auto;
}
#rooms .room .content {
	color: #fff;
	padding: 0.7em;
	text-align: center;
}
#rooms .room:hover { background: #59452C; }
#rooms .room .likeh2 {
	font-size: 1em;
	margin: 0 0 0.2em;
	text-align: center;
}
#rooms .room .size { margin: 1em 0; }
#rooms .room p { line-height: 1.3em; }
@media screen and (max-width: 920px) {
	#rooms .roomrow { display: block; }
	#rooms .roomrow .room:nth-of-type(2) { margin-left: 0; }
	.room {
		display: block;
		margin: 0;
		width: 100%;
	}
	.room.space-left, .room.space-right { padding: 0!important; }
}
#rooms + * { margin-top: 60px; }
/* END APPARTMENTS */

/* START textimg-box */
.textimg-boxes { margin: 3em 0; }
.textimg-box {
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #77654E;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.textimg-box + .textimg-box { margin-top: 2em; }
.textimg-box-imgcontainer {
	display: flex;
	overflow: hidden;
}
.textimg-box-imgcontainer a {
	display: block;
	text-decoration: none!important;
}
.textimg-box-imgcontainer img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.textimg-box-txtcontainer {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 0.9em;
	justify-content: center;
	padding: 2rem;
	text-align: center;
}
.textimg-box-title {
	margin-top: 0;
	text-align: center;
}
.textimg-box-desc { margin-top: 0; margin-bottom: 2.5em; }
.textimg-box.img-right .textimg-box-imgcontainer { order: 2; }
.textimg-box.img-right .textimg-box-txtcontainer { order: 1; }
@media screen and (max-width: 700px) {
	.textimg-box { display: flex; flex-direction: column; }
	.textimg-box .textimg-box-imgcontainer { order: 2; }
	.textimg-box .textimg-box-txtcontainer { order: 1; }
	.textimg-box-imgcontainer img {
		height: auto;
		object-fit: contain;
	}
	.textimg-box-txtcontainer {
		font-size: 0.8em;
		line-height: 1.6em;
		padding: 1.2rem;
	}
}
/* END textimg-box */

/* START OFFERS */
.offers { margin: 60px 0; }
.offer-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2.5em;
}
.offer-row + .offer-row { margin-top: 2.5em; }
.offer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.offerimg {
	display: block;
	flex-grow: 1;
}
.offer-dummyimg {
	background: #EEE;
	box-sizing: border-box;
	display: flex;
	height: 322.63px;
	padding: 25px;
}
.offer img {
	display: block;
	height: auto;
	width: 100%;
}
.offer-content {
	display: flex; flex-direction: column;
	flex-grow: 100;
	justify-content: space-between;
}
.offer-content .likeh2 { margin-bottom: 0; }
.offer .button {
	align-self: end;
	display: inline-block;
	margin-top: 20px;
}
@media screen and (max-width: 1266px) {
	.offer-dummyimg { height: 25.6vw; }
}
@media screen and (max-width: 920px) {
	.offer-row {
		grid-gap: 100px;
		grid-template-columns: 1fr;
	}
	.offer-row + .offer-row { margin-top: 100px; }
	.offer-dummyimg {
		height: 52.1vw;
		padding: 5vw;
	}
}
/* END OFFERS */

/* START Table-Gesture */
.posrel {
	position: relative; z-index: 1;
	overflow: auto;
}
.table-gesture {
	display: none;
	position: absolute; z-index: 2; left: 50%; top: 50%; right: 0; bottom: 0;
	transform: translate(-50%, -50%);
}
.table-gesture > div {
	display: table;
	height: 100%;
	width: 100%;
}
.table-gesture > div > div {
	display: table-cell;
	vertical-align: middle;
}
.table-gesture > div > div > div {
	background: #FFF;
	box-shadow: 0 0 20px 3px #92929285;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 1em;
	width: 100px; height: 100px;
}
.table-gesture img {
	animation: ani 2s infinite;
	display: block;
	margin: 0 auto;
	height: auto;
	position: relative; z-index: 1;
	transition: all 0.5s ease-in-out;
	width: 50px;
}
@keyframes ani {
	0% { left: -10%; }
	50% { left: 10%; }
	100% { left: -10%; }
}
.gesture {
	position: relative; z-index: 1;
}
/* END Table-Gesture */

/* END CUSTOM PART */

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
        border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Responsive Images */
.responsiveimages {
	clear: both;
	overflow: auto;
}
.responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: left;
	margin-left: 0.5%; margin-top: 0.25%; margin-bottom: 0.25%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; }
.responsiveimages.portrait a { width: 100%; max-width: 300px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages.thirtyfsixtyf a:first-child, .responsiveimages.sixtyfthirtyf a:nth-child(2), 
.responsiveimages.sixtyfthirtyfx2 a:nth-child(2), .responsiveimages.sixtyfthirtyfx2 a:nth-child(3), .responsiveimages.sixtyfx2thirtyf .leftside { width: 34.65%; }

.responsiveimages.thirtyfsixtyf a:nth-child(2), .responsiveimages.sixtyfthirtyf a:first-child, 
.responsiveimages.sixtyfthirtyfx2 a:first-child, .responsiveimages.sixtyfx2thirtyf .rightside { width: 64.5%; }

.responsiveimages.sixtyfthirtyfx2 a:nth-child(3) { margin-top: 0.5%; }

.responsiveimages.sixtyfx2thirtyf a { margin-left: 0!important; }
.responsiveimages.sixtyfx2thirtyf a:nth-child(2) { margin-top: 2.3%; }
.responsiveimages.sixtyfx2thirtyf > div { 
	display: inline-block;
	float: left;
	height: 100%;
}
.responsiveimages.sixtyfx2thirtyf .rightside { margin-left: 0.5%; }

.responsiveimages a img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width: 560px) {
	.responsiveimages.sixtyfthirtyfx2 > *, .responsiveimages.sixtyfx2thirtyf .leftside > * { width: 49.75%!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:first-child {
		margin-bottom: 0.5%;
		width: 100%!important;
	}
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(2) { margin-left: 0!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(3) { margin-top: 0!important; }
	
	.responsiveimages.sixtyfx2thirtyf .leftside { width: 100%; }
	.responsiveimages.sixtyfx2thirtyf .rightside {
		margin-top: 0.5%; margin-left: 0;
		width: 100%;
	}
	.responsiveimages.sixtyfx2thirtyf .leftside > *:nth-child(2) { margin-left: 0.5%!important; margin-top: 0; }
}
@media screen and (max-width: 400px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}

/* Bilder mit Fließtext */
#article .imgandtext {
	clear: both;
	overflow: auto;
}
#article .imgandtext.img_left > img, #article .imgandtext.img_left .responsiveimages {
	float: left;
	margin-right: 0.5em;
}
#article .imgandtext.img_right > img, #article .imgandtext.img_right .responsiveimages {
	float: right;
	margin-left: 0.5em;
}
#article .imgandtext > img, #article .imgandtext .responsiveimages {
	margin-top: 0.4em;
	width: 40%;
}
#article .imgandtext p { margin-top: 0; }

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
	height: 1133px; max-height: 80%;
	margin: 0;
	width: 800px!important; max-width: 80%!important;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }

/* Cookie Hint */
#cookiehint {
	display: table;
	width: 100%;
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookiehint p, #cookiehint button {
	display: table-cell!important;
	vertical-align: middle;
}
#cookiehint p {
	margin: 0;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	line-height: 1.25em!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
}
#cookiehint button:hover { 
	background: #ddd!important;
	cursor: pointer;
}
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.light button {
	background: #aaa!important;
	color: #fff!important;
}
#cookiehint.light button:hover { background: #ddd!important; }
#cookiehint.top { top: 0; bottom: initial; }

#whatsapp-icon {
	background: #25D366;
	border-radius: 50%;
	box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4); -webkit-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4); -moz-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4); box-sizing: border-box;
	padding: 9px 7px 12px 12px;
	position: fixed; z-index: 1000; right: 20px; bottom: 20px;
	width: 58px; height: 58px;
}
#whatsapp-icon img {
	display: block;
	height: auto;
	width: 100%;
}

/* Media Queries */
@media screen and (max-width: 1250px) {
	#navigation ul ul { 
		left: 36%;
	}
	#main { margin-top: 0; }
}

@media screen and (max-width: 1150px) {
	#logo { padding: 1.5em; }
	#topheader img:first-of-type { width: 200px; }
	
	#cta .row { float: right; width: auto; }
	#cta .row > *:nth-child(2), #cta .row > *:nth-child(3) { width: auto; }
	
	#navigation { font-size: 1.1em; }
	#navigation ul ul:before { height: 77px; }
	
	#highlights .row > .col-6 p { display: none; }
}

@media screen and (max-width: 1050px) {
	body.infopage #main { margin-top: 150px; }
	#subheader { margin-top: 129px; }
	#navigation ul ul:before { height: 63px; }
	
	#highlights .row > .col-6 p { display: none; }
	#cta .table a .buttontext { font-size: 0.8em; }
}

@media screen and (max-width: 1023px) {
	/* medium grid */
	.col-m-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-m-1, .grid-container .row.table > .col-m-1 { width: 8.333%; }
	.col-m-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2, .grid-container .row.table > .col-m-2 { width: 16.66%; }
	.col-m-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-m-3, .grid-container .row.table > .col-m-3 { width: 25%; }
	.col-m-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-m-4, .grid-container .row.table > .col-m-4 { width: 33.33%; }
	.col-m-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-m-5, .grid-container .row.table > .col-m-5 { width: 41.66%; }
	.col-m-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-m-6, .grid-container .row.table > .col-m-6 { width: 50%; }
	.col-m-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-m-7, .grid-container .row.table > .col-m-7 { width: 58.33%; }
	.col-m-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-m-8, .grid-container .row.table > .col-m-8 { width: 66.66%; }
	.col-m-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-m-9, .grid-container .row.table > .col-m-9 { width: 75%; }
	.col-m-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-m-10, .grid-container .row.table > .col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-m-11, .grid-container .row.table > .col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.grid-container.nogutter .col-m-12, .grid-container .row.table > .col-m-12 { width: 100%; }
	
	.m-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important; }
	.row.table .m-space { padding: 0.7em 1em!important; }
	.m-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .m-space-left { padding-left: 1em!important; }
	.m-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .m-space-right { padding-right: 1em!important; }
	
	.m-clearspace { margin: 0!important;}
	.row.table .m-clearspace { padding: 0; }
	.m-clearspace-left { margin-left: 0!important; }
	.row.table .m-clearspace-left { padding-left: 0!important; }
	.m-clearspace-right { margin-right: 0!important; }
	.row.table .m-clearspace-right { padding-right: 0!important; }
	
	body.infopage #main { margin-top: 70px; }
	#subheader { margin-top: 64px; }
	#topheader { 
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
		height: 60px;
	}
	#topheader #showmobilemenu {
		display: inline-block;
		font-size: 2em;
		margin-right: 20px; margin-top: 8px; margin-left: -5px;
		height: 50px;
		text-align: center;
		width: 50px;
	}
	#topheader #showmobilemenu i { vertical-align: -6px; }
	#logoplaceholder { height: 60px; width: 60px; }
	#logo { 
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
		padding: 5.5px 0;
		margin: 0;
		position: static;
		width: 140px;
	}
	#logo:before, #logo:after { display: none; }
	#logo img { margin-top: 2px; margin-bottom: -2px; }
	#cta { 
		float: right!important;
		width: calc(100% - 330px);
	}
	
	#highlights { font-size: 0.85em; }
	#nav a { font-size: 1.05em; }
	
	#socialmedia > * { 
		margin: 0 0.1em;
		line-height: 58px;
		width: 45px; height: 45px;
	}
	#socialmedia [class*="icon-"] { 
		font-size: 1.5em; 
	}
	#socialmedia .instagram-button {
		line-height: 59px;
	}
	#socialmedia .instagram-button img {
		width: 29px;	
	}
	
	#navigation {
		background: #b5aa99;
		height: calc(100vh - 60px);
		font-size: 1.31em;
		opacity: 1;
		overflow-y: auto; overflow-x: hidden;
		padding: 0;
		position: fixed; left: -1024px; top: 60px; z-index: 3;
		transition: left 1s ease-in-out; -webkit-transition: left 1s ease-in-out; -moz-transition: left 1s ease-in-out; -o-transition: left 1s ease-in-out;
		width: 100%;
	}
	body.mobilemenu #navigation { left: 0; }
	body.showmobilemenu #panorama-container, body.showmobilemenu #main, body.showmobilemenu #prefooter, body.showmobilemenu #partner, body.showmobilemenu #footer { display: none; }
	#nav { padding-left: 0; padding-right: 0; }
	#navigation ul {
		float: none;
		padding-top: 1em;
	}
	#navigation ul, #navigation ul li {
		display: block;
		width: 100%;
	}
	#navigation li {
		padding: 0;
		position: relative; z-index: 1;
		text-align: left;
	}
	html[lang="it"] #navigation li { padding: 0; }
	#navigation li i { 
		background: #b5aa99;
		color: #fff;
		cursor: pointer;
		padding: 0.15em;
		position: absolute; right: 1.2em; top: 0.4em; z-index: 1;
	}
	#navigation a { 
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
		border-left: none!important;
		padding-top: 0.5em; padding-bottom: 0.5em; 
		white-space: normal;
	}
	html[lang="it"] #navigation a { font-size: 1em; }
	#nav > ul > li.active > ul { display: block; }
	#navigation ul ul {
		background: #FFF;
		padding: 0;
		position: static; top: 0; left: 0; 
		transform: none;
	}
	#navigation ul ul:before { display: none; }
	#navigation ul ul a {
		color: #50493E;
		border-left: none;
		font-size: 0.9em;
		padding-left: 2em;
		width: 100%; 
	}
	
	#aside { 
		display: flex; flex-wrap: wrap;
		margin-left: 0;
		gap: 30px;
	}
	#aside > * {
		margin-top: 0;
		width: calc(50% - 15px);
	}
	#vinschgaucardsc { display: flex; }

	#awards > * { width: 100%; }
	#rewards {
		width: 100%;
	}
}

@media screen and (max-width: 1015px) {
	#cta .row > *:nth-child(2), #cta .row > *:nth-child(3), #cta .row > *:nth-child(4) { width: 85px; }
	#cta a.button { width: auto; }
	#cta .table a .buttontext { display: none; }
	#prefooter .row.table { table-layout: auto; }
	#prefooter { font-size: 0.9em; }
	#subheader .quote { font-size: 2em; }

	#awards > * + * { margin-top: 10px; }
}

@media screen and (max-width: 980px) {
	#highlights .row > .col-12 > *:first-child { display: none; }
	#highlights .row > .col-12 > *:nth-child(2) { width: 100%; }
	
	#prefooter { font-size: 0.9em; }
	#awards > * { max-width: 100px; }
} 

@media screen and (max-width: 800px) {	
	body.showmobilemenu #subheader, body.showmobilemenu #highlights, body.showmobilemenu #main, body.showmobilemenu #footer { display: none; }
	
	#header { 
		border-bottom: 1px solid #77654E;
		box-shadow: 0px 6px 44px -7px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 6px 44px -7px rgba(0,0,0,0.75); -moz-box-shadow: 0px 6px 44px -7px rgba(0,0,0,0.75);
	}
	
	#logo { float: left; }
	
	#subheader { margin-top: 63px; }
	#scrollbutton { display: none; }
	
	#article { padding-right: 0!important; }
	#aside #box-slider { display: flex; }
	.showcase { min-height: 196px; }
	#newsletter p { margin: 0.5em 0 0; }
	#newsletter input[name="email"], #weatherbox .row { margin-top: 1.5em; }

}

@media screen and (max-width: 700px) {
	#highlights { display: none; }
}

@media screen and (max-width: 625px) {
	/* small grid */	
	.col-s-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-s-1, .grid-container .row.table > .col-s-1 { width: 8.333%; }
	.col-s-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-s-2, .grid-container .row.table > .col-s-2 { width: 16.66%; }
	.col-s-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-s-3, .grid-container .row.table > .col-s-3 { width: 25%; }
	.col-s-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-s-4, .grid-container .row.table > .col-s-4 { width: 33.33%; }
	.col-s-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-s-5, .grid-container .row.table > .col-s-5 { width: 41.66%; }
	.col-s-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-6, .grid-container .row.table > .col-s-6 { width: 50%; }
	.col-s-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-s-7, .grid-container .row.table > .col-s-7 { width: 58.33%; }
	.col-s-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-s-8, .grid-container .row.table > .col-s-8 { width: 66.66%; }
	.col-s-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-s-9, .grid-container .row.table > .col-s-9 { width: 75%; }
	.col-s-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-s-10, .grid-container .row.table > .col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-s-11, .grid-container .row.table > .col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }
	.grid-container.nogutter .col-s-12, .grid-container .row.table > .col-s-12 { width: 100%; }
	
	.s-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important;  }
	.row.table .s-space { padding: 0.7em 1em!important; }
	.s-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .s-space-left { padding-left: 1em!important; }
	.s-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .s-space-right { padding-right: 1em!important; }
	
	.s-clearspace { margin: 0!important;}
	.row.table .s-clearspace { padding: 0; }
	.s-clearspace-left { margin-left: 0!important; }
	.row.table .s-clearspace-left { padding-left: 0!important; }
	.s-clearspace-right { margin-right: 0!important; }
	.row.table .s-clearspace-right { padding-right: 0!important; }

	#topheader #showmobilemenu { margin-top: 5px; }
	#logo { padding: 3px 0; }

	#cta { width: 138px; }
	#cta .row > *:nth-child(1), #cta .row > *:nth-child(2) {
		background: #77654E;
		border-radius: 50%; border: 1px solid #77654E;
		box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4); -webkit-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4); -moz-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4);
		color: #fff!important;
		padding: 14px;
		position: fixed; bottom: 20px; z-index: 2;
		transition: bottom 0.3s linear; -webkit-transition: bottom 0.3s linear; -moz-transition: bottom 0.3s linear; -o-transition: bottom 0.3s linear;
		width: 58px; height: 58px;
	}
	#cta .row > *:nth-child(1) span, #cta .row > *:nth-child(2) span { color: #fff!important; }
	#cta .row > *:nth-child(1).fadeout, #cta .row > *:nth-child(2).fadeout { bottom: -150px; }
	#cta .row > * i { vertical-align: 0; }
	#cta .row > *:nth-child(1) { display: table-cell; right: 170px; padding: 10px; }
	#cta .row > *:nth-child(1) .icon-router { font-size: 1.5em; }
	#cta .row > *:nth-child(2) { right: 95px; padding: 15px; }
	#cta .table a .icon-request, .icon-book { display: inline-block; }
	#cta a.button .text { display: none; }
	#arrivalfab { 
		display: inline-block;
		text-align: center;
	}
	#arrivalbutton {
		display: none;
	}

	#subheader { margin-top: 61px; }
	
	body.infopage #main { margin-top: 70px!important; }
	
	h1 { font-size: 1.8em; }

	#prefooter address { text-align: center; }
	#footerfab { display: block!important; }
	#nav_copyright { text-align: center; margin-bottom: 7em; }	
	
	#aside { display: block; }
	#aside > * { width: 100%; }
	#aside > * + * { margin-top: 30px; }
	#vinschgaucardsc { display: block; }

	#subheader .quote { display: none; }
}
@media screen and (max-width: 430px) {
	#nav_copyright { margin-bottom: 8em; }
	#languageselect {
		display: block;
		float: none;
	}
}
@media screen and (max-width: 410px) {
	#topheader #showmobilemenu { margin-right: 10px; }
	#logo {
		padding: 7px 0;
		width: 118px;
	}
	#cta a.request-button, #cta a.book-button { width: 50px!important; }
}
@media screen and (max-width: 400px) {
	#weatherbox .wfont { font-size: 5em; }
	#weatherbox .temp { font-size: 1.5em; }
}
@media screen and (max-width: 380px) {
	#cta .row > *:nth-child(3) { width: 55px; }
}
@media screen and (max-width: 360px) {
	#cta a.request-button, #cta a.book-button {
		background: transparent;
		padding-left: 0; padding-right: 0;
		width: auto!important;
	}
	#cta a.request-button { padding-right: 20px; }
	#cta a.request-button span, #cta a.book-button span { color: #50493E; }
}
@media screen and (max-width: 340px) {
	#logo {
		padding: 7px 0;
		width: 118px;
	}
	#cta { width: 130px; }
	#cta .row > *:nth-child(3) { width: 55px; }
}

/* PRINT STYLES */
@media print {
	* { background: transparent!important; color: black!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: ""; }  /* Don't show links for images, or javascript/internal links */
	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: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
	
	#topnews { display: none; }
	#topoffers { display: none; }
	#subheader { display: none; }
	#article { width: 100%; }
	body.infopage #main { margin-top: 0; }
	#newslist .news figure { 
		float: none!important; 
		margin: 0!important;
		max-width: none!important;
	}
	#newslist .news .button { display: none; }
}