@charset "utf-8";

/* 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 */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
	background: #fff;
	color: #432011;
	font-family: 'source_sans_proregular', Tahoma, Geneva, sans-serif; font-size: 16px; line-height: 1.231;
    margin: 0;
}
#main, #footer { font-family: 'source_sans_prolight'; font-size: 1.437em; line-height: 1.2em; }

::selection {
	background: #ece8e7;
	color: #432011; text-shadow: none;
}

/* Links */
a {
	color: #432011;
	font-family: 'source_sans_prolight';
	
}
a:hover { color: #17412e; }
a:focus { outline: none; }
a:active, a:hover { outline: none; }
h2 a, h3 a, h4 a, h5 a, h6 a { 
	color: #432011; 
	text-decoration: none;
}

/* Typography */
h1, h2, h3 { font-weight: normal; line-height: 120%; text-align: left; }
h1 { 
	line-height: 1.2em;
	font-family: 'source_sans_prolight'; font-size: 2.56em; 
	margin: 0.67em 0;
}
h2 { 
	line-height: 1.15em;
	font-family: 'source_sans_prosemibold'; font-size: 1.5em;
	margin: 0.83em 0; 
}
h3 { 
	font-size: 1.35em;
	margin: 1em 0;
	text-transform: uppercase;
}
h4 { font-size: 1.25em; margin: 1.33em 0; }
h5 { font-size: 1.1em; margin: 1.2em 0; }
h6 { font-size: 0.95em; margin: 1em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-family: 'source_sans_prosemibold'; }
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; }
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; }

/* CUSTOM CLASSES */
.covid-btn {
	display: block;
	position: absolute; left: 20px; top: 20px;
}

.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.button.light {
	background: #f2f2f2;
	color: #000;
}
.button.light:hover { background: #e2e2e2; }

.owl-pagination { text-align: center; }
.owl-pagination > * {
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	width: 15px; height: 15px;
}
.owl-pagination > * + * { margin-left: 10px; }
.owl-pagination > *.active { background: #FFF; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 20px;
}

.right { float: right; }
.left { float: left; }

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1210px; }
.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 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .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; }

/* msg */
.msg, .msgerror { margin-bottom: 15px; padding: 16px; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; margin-bottom: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #513f00; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2, .msgerror strong { color: #c00!important; }

/* 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: #17412e;
	border: 0;
	color: #FFF; line-height: 25px; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	font-family: 'source_sans_prosemibold'!important; font-size: 20px;
	padding: 10px 20px;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #446657; }
a.button.next:after, button.next:after { content: ''; } 
a.button.prev:before, button.prev:before { content: ''; }

/* PRIMARY STYLES [layout] */
#header {
	background: #17412e;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8);
	position: fixed; top: 0; left: 0; right: 0; z-index: 4;
}
#header:before {
	background: #FFF;
	content: '';
	display: block;
	height: 100px;
	position: fixed; left: 0; top: 0; right: 0; z-index: 1;
}
#header > .grid-container { position: relative; z-index: 2; }
#topheader {
	background: #FFF;
	min-height: 100px;
	position: relative; z-index: 2;
}
#showmobilemenu {
	display: none;
    margin-top: 27px; margin-right: 1em;
	padding: 10px 15px;
}
#showmobilemenu span { 
	display: inline-block;
	line-height: 25px; 
	text-indent: 2px;
	vertical-align: middle;
}
#logo { 
	float: left;
	max-width: 260px;
	margin: 13px 0 0;
}
#logo img { width: 100%; height: auto; }
#languageselect { 
	font-size: 0.8em!important;
	margin-top: 5px;
	text-align: right;
}
#languageselect > * {
	margin: 0 5px;
	text-decoration: none;
}
#languageselect > *.active {
	color: #17412e;
	text-decoration: none;
}
#cta { 
	float: right;
	margin: 16.5px 0;
}
#cta [class*='icon-'] {
	font-size: 1.1em;
	margin-right: 10px;
	vertical-align: -4px;
}
#cta .phone [class*='icon-'] { color: #17412e; }
#cta .mobileicon { display: none; }
#bookingbutton { background: #411d17; }
#bookingbutton:hover { background: #705551; }

#arrivalfab { display: none; }

#nav ul {
	display: table;
	width: 100%;
}
#nav ul li {
	display: table-cell;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
#nav a { 
	color: #FFF;
	font-family: 'source_sans_prosemibold'; font-size: 1.25em;
	text-transform: uppercase;
}
#nav ul, #nav ul li { position: relative; }
#nav li { cursor: pointer; }
#nav li:hover, #nav li.active { background-color: #4b6559; }
#nav > ul > li {
	border-right: 1px solid #5d7a6c;
	display: table-cell;
	vertical-align: middle;
}
#nav > ul > li + li:before { top: 0; }
#nav > ul > li + li:after { bottom: 0; }
#nav > ul > li > a { 
	display: block;
	padding: 0 0.4em;
	text-decoration: none!important;
}
#nav > ul > li:last-child { border-right: none; }
#nav li ul {
	background-color: #FFF;
	border-top: 2px solid #BBB;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8); -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8); -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8);
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	width: auto; min-width: 100%;
}
@media screen and (min-width: 851px) {
	#nav ul li:hover > ul { display: block; }
}
#nav ul li ul li {
	display: block;
	height: auto;
	text-align: left;
}
#nav ul li ul li a {
	color: #432011;
	display: block;
	font-size: 1.1em;
	padding: 8px 15px;
	text-decoration: none; text-align: center;
	width: 100%;
}
#nav ul ul li:hover > a, #nav ul ul li.active > a {
	background-color: #17412e;
	color: #FFF;
}

#subheader {
	height: calc(100vh - 140px); max-height: 70vw;
	margin-top: 140px;
	position: relative; 
}
#subheader .quote { 
	font-family: 'faracohand', cursive; font-size: 2.75em;
	line-height: 1.2em;
	max-width: 590px;
	position: absolute; bottom: 60px; left: 50%; z-index: 3;
	transform: translateX(-50%);
}

#panorama .img {
	background-position: center center; background-repeat: no-repeat; background-size: cover;
	width: 100%; height: calc(100vh - 140px); max-height: 70vw;
	z-index: 1!important;
}
#pano-pager-next, #pano-pager-prev {
	font-size: 7em; font-weight: 300;
	position: absolute; z-index: 2; top: 50%;
    transform: translateY(-50%);
}
#pano-pager-next img, #pano-pager-prev img {
	height: auto;
	width: 60px;
}
#pano-pager-prev { left: 1.5rem; }
#pano-pager-next { right: 1.5rem; }

#scrollbutton {
	background: transparent;
	color: #FFF;
	display: inline-block;
	font-size: 2em;
	height: 40px;
	line-height: 45px;
	opacity: 0;
	position: absolute; bottom: 20px; left: 50%; z-index: 2;
	transform: translateX(-50%);
	text-align: center; text-indent: 1px;
	width: 40px;
}
#scrollbutton:hover { cursor: pointer; }
#scrollbutton img {
	height: auto;
	width: 100%; max-width: 40px;
}

#article .difficulty > * { 
	color: #CCC;
	margin-right: -4px; 
}
#article .difficulty.s1 > *:first-child, #article .difficulty.s2 > *:first-child, #article .difficulty.s2 > *:nth-child(2), 
#article .difficulty.s3 > *:first-child, #article .difficulty.s3 > *:nth-child(2), #article .difficulty.s3 > *:nth-child(3),
#article .difficulty.s4 > *:first-child, #article .difficulty.s4 > *:nth-child(2), #article .difficulty.s4 > *:nth-child(3),
#article .difficulty.s4 > *:nth-child(4), #article .difficulty.s5 > * { color: #17412e; }

/*ZITATE*/
.quote { 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	color: #FFF;
	font-family: 'faracohand', cursive;
	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: 'source_sans_prolight'; font-size: 0.5em;
} 

#highlights {
	line-height: 1.35em;
	position: relative; z-index: 1;
}
#highlights .row {
	background: #17412e;
	display: flex;
}
#highlights a {
	color: #FFF;
	text-decoration: none;
}
#highlights a:hover { background: #4b6559; }
#highlights a > div {
	display: table;
	width: 100%;
}
#highlights a > div > div {
	display: table-cell;
	float: none;
	vertical-align: top;
}
#highlights a > div > div:last-child { padding-top: 1.5em!important; }
#highlights .highlightdesc { 
	font-family: 'faracohand', cursive; font-size: 2.06em;
	text-transform: uppercase; 
}
#highlights .title { 
	font-family: 'source_sans_prosemibold'; font-size: 1.43em;
	margin-top: 0.8em; margin-bottom: 0.6em;
}
#highlights p { 
	font-size: 1.3125em;
	margin: 0; 
}
#highlights img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}

#main { margin-bottom: 3em; }
body.infopage #main { margin-top: 160px; }

.showcase {
	background: #ece8e7;
	color: #411d17;
	display: block;
	margin-top: 1em; margin-left: 0; margin-right: 0;
	padding: 1em;
	text-decoration: none;
}
.showcase:hover { 
	background: #eee;
	color: #432011;
	text-decoration: none;
}
.showcase:first-child { margin-top: 1em; }
.showcase .title { 
	color: #17412e;
	font-family: 'source_sans_probold';
	text-transform: uppercase;
}
.showcase .wfont { 
	color: #17412e;
	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.2em; }
#weatherbox .row {
	margin-top: 0.7em;
	text-align: center; 
}
#weatherbox .wfont {
	font-size: 5em;
	line-height: 100%;
	padding-right: 0.8em;
}
#weatherbox .desc > * { display: table-row; }
#weatherbox .desc > * > * {
	display: table-cell;
	text-align: left;
}
#weatherbox .temptext {
	font-family: 'source_sans_prolight'; font-size: 0.85em;
	padding-right: 10px;
	text-transform: uppercase; text-align: right;
}
#weatherbox .temp {
	font-size: 2.3em;
	line-height: 120%;
}

/* Responsive Showcase */
@media screen and (max-width: 1170px) {
	#weatherbox .temp { font-size: 2em; }
	/*#weatherbox .wfont { font-size: 6em; }*/
}
@media screen and (max-width: 1100px) {
	#highlights { font-size: 0.85em; }
}
@media screen and (max-width: 1040px) {
	#weatherbox .temp { font-size: 1.5em; }
	#weatherbox .wfont { font-size: 4em; }
}
@media screen and (max-width: 920px) {
	#nav a { font-size: 1.05em; }
	#highlights .imgcol { display: none; }
	#highlights .imgcol + * { width: 100%; }
	#highlights a > div > div:last-child { padding: 1em!important; }
}
@media screen and (max-width: 850px) {
	#weatherbox .wfont { font-size: 6em; }
	#weatherbox .table { max-width: 340px; }
}
@media screen and (max-width: 640px) {
	#weatherbox .wfont { font-size: 5em; }
}
@media screen and (max-width: 585px) {
	#weatherbox .wfont { font-size: 6em; }
}
@media screen and (max-width: 340px) {
	#weatherbox .wfont { font-size: 5em; }
}

#coronavirus p { font-family: 'source_sans_proregular'; }
#newsletter-showcase p { font-family: 'source_sans_proregular'; }
#newsletter-showcase input[name="email"] {
	background: #f5f5f5;
	border: none;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	font-family: 'source_sans_prolight'; font-size: 0.95em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	width: 100%; max-width: 350px;
}
#newsletter-showcase input[type="submit"] { padding-top: 0.55em; padding-bottom: 0.69em; }
#newsletter-showcase input[name="email"]:focus { outline: none; }

#vinschgaucardsc img {
	display: block;
	height: auto;
	width: 100%; max-width: 250px;
}
html[lang="it"] #vinschgaucardsc img, html[lang="en"] #vinschgaucardsc img { max-width: 300px; }
/* END */

#prefooter {
	background: #f0f0f0;
	font-family: 'source_sans_proregular'; font-size: 0.92em;
	line-height: 1.2em;
	padding: 1.5em 0;
}
#prefooter .address { font-style: normal; }
#prefooter .title {
	color: #17402d;
	font-family: 'source_sans_probold'; font-size: 1.2em;
	text-transform: uppercase;
}
#prefooter .contactinfo { font-size: 0.9em; }
#prefooter .contactinfo a { 
	font-family: 'source_sans_proregular';
	text-decoration: none; 
}
#prefooter .address { margin: 1em 0; }
#prefooter .icon-router { margin-left: 2em; }
#prefooter .table > * { vertical-align: top; }

#footerfab {
	text-align: center; 
	vertical-align: middle!important;
}

#socialmedia { margin-top: 1em; }
#footerfab a.button { background: #17412e; }
#footerfab a.button:hover { background: #446657; }
#socialmedia > * { 
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	margin: 0 0.2em;
	padding: 0;
	width: 50px; height: 50px;
}
#socialmedia [class*="icon-"] { 
	color: #f0f0f0;
	font-size: 1.7em; 
}
#socialmedia .icon-instagram {
	font-size: 1.5em;
	vertical-align: 4px;
}

.rating-container {
	text-align: center;
	vertical-align: middle!important;
}
.rating {
	display: table;
	width: 100%;
}
.rating > * {
	display: table-cell;
	padding-right: 0.5em;
	vertical-align: middle;
	text-align: center;
	width: 60%;
}
.rating > *:nth-child(2) { 
	padding-right: 0; padding-left: 0.5em;
	width: 40%;
}
.rating img {
	height: auto;
	width: 100%; max-width: 150px;
}
.rating > *:nth-child(2) img { max-width: 90px; }
.rating:nth-of-type(2) { margin-top: 1em; }
.rating:nth-of-type(2) > *:nth-child(1) img { max-width: 120px; }
.rating:nth-of-type(2) > *:nth-child(2) img { max-width: 120px; }

#partners {
	display: table;
	margin: 2em 0;
	table-layout: fixed;
	width: 100%;
}
#partners > * {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 20%;
}
#partners img {
	height: auto;
	width: 80%; max-width: 100px;
}
#partners > *:nth-child(1) img { max-width: 120px; }
#partners > *:nth-child(2) img { max-width: 120px; }
#partners > *:nth-child(3) img { max-width: 120px; }
#partners > *:nth-child(4) img { max-width: 190px; }
#partners > *:nth-child(5) img { max-width: 175px; }
#partners > *:nth-child(6) { width: 30%; }
#partners > *:nth-child(6) img { max-width: 225px; width: 100%; }

#nav_copyright, #languageselect { font-size: 0.6em; font-family: 'source_sans_prolight'; }
#nav_copyright a { text-decoration: none; }
#nav_copyright a:hover { text-decoration: underline; }

/* 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;
	font-size: 0.9em;
	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; }

/* CONTENT */
#article { line-height: 160%; text-align: left; }
#main a { font-family: 'source_sans_proregular'; }
#main strong { color: #432011; }
#article table tr > * { padding: 0.6em 1em; }
#article table th { 
	background: #411d17;
	color: #FFF;
}
#article table tr > td { border-top: 1px solid #eee; }
#article table thead td { border-top: 0!important; }
#article table tbody > tr:nth-child(2n) { background: #fbfbfb; }
#article table.clean tr > * { padding: 0; }
#article table.clean th, #article table.clean tbody > tr:nth-child(2n), #article table.clean tbody > tr:hover { background: transparent; }
#article table.clean tr > td, #article table.clean thead td { border-top: none!important; }

/* Datepicker */
div .ui-widget-header { background: #17412e!important; }

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 52.75%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
	border: none!important;
	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%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages.three a { width: 33%; }

.responsiveimages a img {
	display: block;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

@media screen and (max-width: 500px) {
	.responsiveimages.three a { 
		margin-left: 0!important; 
		margin-bottom: 0.25em; 
		width: 100%; 
	}
}
@media screen and (max-width: 420px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0!important;
		width: 100%; 
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.25em; }
}

/* 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; }

/* START Popup */
.covid-btn span {
	vertical-align: -5px;
	margin-left: 2px;
}
.popup, .popup-covid {
	border: 1px solid #17412e;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-sizing: border-box;
	color: #fff;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	line-height: 1.4em;
	right: 0;
	background-repeat: repeat;
	background-color: #17412e;
	max-width: 575px;
	width: calc(100vw - 50px);
	max-height: calc(100vh - 125px)!important;
	margin: 0 auto;
	padding: 1.5em;
	overflow: auto;
	z-index: 100;
}
.popup-covid {
	display: none;
	max-width: 700px;
}
.popup .close, .popup-covid .close {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 10px;
}
.popup .close img, .popup-covid .close img { width: 20px; }
.popup .popuptitle, .popup-covid .popuptitle {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.75em;
	line-height: 1.2em;
	text-transform: uppercase;
}
.popup .desc, .popup-covid .desc  {
	font-size: 1.15em;
	line-height: 1.4;
}
.popupoverlay, .popupoverlay-covid {
	background: rgba(0, 0, 0, 0.5);
	position: fixed; top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.popupoverlay-covid { display: none; }
/* END Popup */

@media screen and (max-width: 920px) {
	#nav a { font-size: 1.05em; }
}

@media screen and (max-width: 850px) {
	/* medium grid */
	.col-m-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-m-1 { width: 8.333%; }
	.col-m-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2 { width: 16.66%; }
	.col-m-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-m-3 { width: 25%; }
	.col-m-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-m-4 { width: 33.33%; }
	.col-m-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-m-5 { width: 41.66%; }
	.col-m-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-m-6 { width: 50%; }
	.col-m-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-m-7 { width: 58.33%; }
	.col-m-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-m-8 { width: 66.66%; }
	.col-m-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-m-9 { width: 75%; }
	.col-m-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.grid-container.nogutter .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.showmobilemenu #subheader, body.showmobilemenu #highlights, body.showmobilemenu #main, body.showmobilemenu #footer { display: none; }
	
	#logo {
		float: none;
		margin: 0;
		position: absolute; top: 54%; left: 50%; z-index: 1;
		transform: translate(-50%, -50%);
		width: 100%; max-width: 180px;
	}
	#showmobilemenu { 
		display: inline-block; 
		float: left;
	}
	
	#cta .text { display: none; }
	#cta .mobileicon { display: inline-block; }
	#cta [class*='icon-'] { margin-right: 0; }
	#cta .phone { 
		font-size: 1.4em; 
		text-align: center;
	}
	#cta > * { padding: 10px 15px; }
	#cta .icon-book { text-indent: 1px; }
	
	#nav {
		background: #efefef;
		display: block;
		overflow: auto;
		position: fixed; top: 100px; left: -850px; bottom: 0; z-index: 4;
		transition: left 1s cubic-bezier(0.42, 0, 0, 1); -webkit-transition: left 1s cubic-bezier(0.42, 0, 0, 1); -moz-transition: left 1s cubic-bezier(0.42, 0, 0, 1); -o-transition: left 1s cubic-bezier(0.42, 0, 0, 1);
		width: 100%;
	}
	body.mobilemenu #nav { left: 0; }
	#nav ul {
		padding: 0;
		position: relative!important;
		width: 100%; max-width: none;
	}
	#nav ul li {
		border-right: 0;
		display: block;
		min-height: 0; height: auto;
		text-align: left;
		width: 100%;
	} 
	#nav ul li a {
		color: #432011;
		font-size: 1.25em;
		margin: 0;
		padding: 5px 20px;
	}
	#nav ul li:before, #nav ul li:after { display: none; }
	#nav ul ul {
		border-top: none;
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
	}
	#nav ul ul a { 
		padding-left: 35px!important; 
		text-align: left!important;
	}
	#nav > ul > li:hover > a, #nav > ul > li.active > a { 
		background: #4b6559;
		color: #FFF!important;
	}
	#nav > ul > li.active > ul { display: block; }
	
	#subheader { margin-top: 100px; }
	#subheader .quote, #scrollbutton { display: none!important; }
	
	body.infopage #main { margin-top: 110px!important; }
	
	#article { padding-right: 0!important; }
	#aside { margin-left: 0; }
	
	#prefooter .contactinfo, #partners { display: none; }
}

@media (max-height: 530px) {
	#subheader .quote { display: none; }
}

@media screen and (max-width: 585px) {
	/* small grid */	
	.col-s-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-s-1 { width: 8.333%; }
	.col-s-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-s-2 { width: 16.66%; }
	.col-s-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-s-3 { width: 25%; }
	.col-s-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-s-4 { width: 33.33%; }
	.col-s-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-s-5 { width: 41.66%; }
	.col-s-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-6 { width: 50%; }
	.col-s-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-s-7 { width: 58.33%; }
	.col-s-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-s-8 { width: 66.66%; }
	.col-s-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-s-9 { width: 75%; }
	.col-s-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }
	.grid-container.nogutter .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; }
	
	#cta { 
		margin: 0;
		position: fixed; right: 1em; bottom: 1em; z-index: 3;
	}
	#cta > * {
		background: #17412e;
		border-radius: 50%;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		display: inline-block;
		margin: 0 5px;
		padding: 15px;
		width: 55px; height: 55px;
	}
	#cta .phone [class*='icon-'] { 
		color: #FFF; 
		vertical-align: 0px;
	}
	#cta *[class*='icon-'] { vertical-align: 2px; }
	#cta > *:hover { background: #446657; }
	#arrivalfab { 
		display: inline-block;
		text-align: center;
	}
	
	#pano-pager-prev { left: 0.8rem; }
	#pano-pager-next { right: 0.8rem; }
	#pano-pager-next img, #pano-pager-prev img { width: 45px; }
	
	#main, #footer { font-size: 1.1em; }
	#article h1 { font-size: 2em; }
	#article h2 { font-size: 1.5em; }
	#article h3 { font-size: 1.3em; }
	
	#prefooter .row.table { display: block; }
	#prefooter .row.table > .col-s-12 {
		display: block;
		text-align: center;
	}
	
	.rating { 
		display: table!important;
		margin-top: 2em;
		table-layout: fixed;
	}
	.rating > *:nth-child(2) img { max-width: 90px; }
	
	#footerfab { display: block!important; }
	#nav_copyright {
		font-size: 0.8em;
		margin: 0.2em 0;
		text-align: center;
	}
	
	#topoffer { display: none!important; }

	.covid-btn { left: 10px; top: 10px; }
}
@media screen and (max-width: 400px) {
	#logo {
		left: auto; right: 0;
		transform: translate(0, -50%);
		width: 70%;
	}
	#pano-pager-next img, #pano-pager-prev img { width: 35px; }
}

/* 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, #highlights, #subheader, #panorama, #panorama *, a.pager-prev, a.pager-next, a.button, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0!important; padding: 0; }
	main #article { float: none; font-size: 16pt; margin: 0; padding: 0; width: 100%!important; display: block; }
	main #article h1 { font-size: 1.5em; font-weight: 600; }
	main #article h2 { font-size: 1.25em; font-weight: 400; }
	.slidebox dd, #rooms div { display: block!important; }
	#rooms div { border: thin solid grey; }
	#rooms div a { text-decoration: none; }
	#pricetable { min-width: auto!important; }
	.pricelist th { white-space: normal; }
}