@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: #666;
	font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 16px; line-height: 2em;
	margin: 0;
}
#article { font-size: 1.22em; }

::selection {
	background: #dca42e;
	color: #FFF; text-shadow: none;
}

/* Links */
a {
	color: #666;
	text-decoration: none;
}
a:hover { color: #dca42e; }
a:focus { outline: none; }
a:active, a:hover { outline: 0; }
h2 a, h3 a, h4 a, h5 a, h6 a { color: #666; text-decoration: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 { 
	color: #000;
	font-weight: normal; 
	line-height: 1.3em;
}
h1 { 
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif; font-weight: 300; font-size: 3.35em;
	line-height: 1.15em;
	margin: 0.67em 0; 
	text-align: left;
}
h2 {
	color: #493200;
	font-size: 1.45em; font-weight: 400;
	margin: 0.83em 0; 
}
h3 { font-size: 1.25em; margin: 1em 0; }
h4 { font-size: 1.1em; margin: 1.33em 0; }
h5 { font-size: 0.9em; line-height: 1.4em; margin: 1.2em 0; }
h6 { font-size: 0.85em; line-height: 1.5em; 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; }
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; border: 1px solid #838383;}
button[disabled]:hover, html input[disabled]:hover { background: #838383; color: #FFF; }
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 */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
table.simple tr > * { padding: 0.25em 1em; }
table.simple thead tr th { 
	border-bottom: 1px solid #dca42e;
	text-align: center;
}

/* Start DivPopup */
#divpopup {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #d5a23d;
	color: #fff;
	padding: 0.75em 1em 0.75em;
	max-width: 300px;
	width: calc(100% - 50px);
	font-weight: 500;
	font-size: 1.25em;
	line-height: 140%;
	text-align: center;
	z-index: 100;
}
#divpopup .close img {
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 16px;
	height: auto;
}
/* End DivPopup */

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

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

/* 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 { 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: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #444; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2 { color: #c00; }

/* 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: #dca42e;
	border: 1px solid #dca42e;
	color: white; line-height: 1.25rem; text-decoration: none!important; text-transform: uppercase;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif; font-size: 1.25rem;
	padding: 10px 20px;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, 
a.button.inverse, button.inverse, input[type="submit"].inverse, input[type="button"].inverse { 
	background: #fff; 
	color: #dca42e;
}
a.button.shadow, button.shadow, input[type="submit"].shadow, input[type="button"].shadow { 
	-webkit-box-shadow: 0px 4px 2px 0px rgba(166,164,166,1);
	-moz-box-shadow: 0px 4px 2px 0px rgba(166,164,166,1);
	box-shadow: 0px 4px 2px 0px rgba(166,164,166,1);
}
a.button.inverse:hover, button.inverse:hover, input[type="submit"].inverse:hover, input[type="button"].inverse:hover {
	background: #dca42e;
	color: #FFF;
}
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* PRIMARY STYLES [layout] */
#header {
	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 a.button, #header button, #header input[type="submit"], #header input[type="button"] { padding-top: 5px; padding-bottom: 5px; }
#header .row.table, #header:before { height: 130px; }
#header:before {
	background: #fff;
	content: '';
	display: block;
	position: fixed; left: 0; top: 0; right: 0; z-index: 1;
}
#header > .grid-container { position: relative; z-index: 2; }
#topheader {
	background: #fff;
	position: relative; z-index: 2;
}
#topheader > .row > *:first-child { 
	background: #dca42e; 
	padding-left: 0; padding-right: 0;
	text-align: center;
}
#topheader > .row > * { padding-top: 0; padding-bottom: 0; }
#topheader-right { padding-right: 0; }
#showmobilemenu {
	display: none;
    margin-top: 23px; margin-right: 1em;
	padding: 10px 15px;
	height: 54px;
}
#showmobilemenu span { 
	display: inline-block;
	line-height: 43px; 
	text-indent: 2px;
	vertical-align: middle;
}
#logo { 
	display: block;
	margin: 0 auto;
	padding: 10px 16px;
	width: 100%; max-width: 238px;
}
#logo img { 
	display: block;
	width: 100%; height: auto; 
}
#languageselect { 
	font-size: 0.8em!important;
	margin-top: 5px;
	text-align: right;
	white-space: nowrap;
}
#languageselect > * { margin: 0 5px; }
#cta { 
	float: right;
	margin: 9px 0;
}
#cta > * {
	display: inline-block;
	margin-left: 0.7em;
}
#cta > *:first-child { margin-left: 0; }
#cta [class*='icon-'] {
	font-size: 1em;
	line-height: 1.25rem;
	margin-right: 10px;
	vertical-align: -2px;
}
#cta .mobileicon { display: none; }

#arrivalfab { display: none; }

#nav { clear: both; }
#nav ul {
	display: table;
	width: 100%;
}
#nav ul li {
	display: table-cell;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
#nav a { 
	font-size: 1.125em; font-weight: 400;
	text-transform: uppercase; text-decoration: none;
}
#nav ul, #nav ul li { position: relative; }
#nav li { cursor: pointer; }
#nav li.active > a { color: #dca42e; }
#nav > ul > li {
	display: table-cell;
	vertical-align: middle;
}
#nav > ul > li > a { 
	display: block;
	padding: 0 0.4em;
}
#nav li ul {
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
	left: 0;
	position: absolute;
	top: 101.5%;
	width: auto; min-width: 100%;
}
#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: #FFF;
	display: block;
	padding: 5px 15px;
	width: 100%;
}
#nav > ul > li > ul > li > a:hover, #nav ul li ul li.active > a { color: #dca42e; }
#nav ul ul ul { 
	background-color: transparent;
	display: block;
	position: static;
}
#nav ul ul ul li a { 
	line-height: 1.2em;
	text-transform: none;
	font-size: 1em;
	margin-left: 1em;
}
#nav ul ul ul li:hover a, #nav ul ul ul li.active a { 
	color: #dca42e;
	text-decoration: underline;
}

#subheader {
	margin-top: 130px;
	position: relative; 
}

#panorama .img {
	background-position: center center; background-repeat: no-repeat; background-size: cover;
	height: 45vw; height: calc(100vh - 130px); max-height: 70vw;
	width: 100%;
	z-index: 1!important;
}
#panoramapager {
	clear: both;
	position: absolute; left: 20px; right: 20px; top: 50%; z-index: 2; 
	transform: translate(0, -50%);
}
#panoramapager >*:nth-child(2) { position: absolute; right: 0; top: 0; bottom: 0; z-index: 2; }
#panoramapager img {
	height: 91px;
	width: 41px;
}

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

/* ZITAT */
#quote { 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	color: #FFF;
	font-family: 'Open Sans Condensed', sans-serif; font-weight: 300; font-size: 3.5em; 
	line-height: 1.15em;
	margin: 0;
	position: absolute; bottom: 70px; left: 0; right: 0; z-index: 3;
	text-shadow: 1.25px 1.25px 5px #000; text-transform: uppercase;
}

#highlights a {
	background: #dca42e;
	color: #fff;
	display: table; 
	font-weight: 300; font-size: 1.25em;
	line-height: 1.35em;
	min-height: 175px;
}
#highlights a:hover { background: #ecb94d; }
#highlights a > div {
	display: table-cell;
	float: none;
	vertical-align: top;
}
#highlights .highlightdesc { 
	font-family: 'Open Sans Condensed', sans-serif; font-weight: 300; font-size: 1.35em;
	margin-top: 0; margin-bottom: 0;
	text-transform: uppercase; 
}
#highlights .title { 
	font-weight: 500; 
	margin-top: 0.7em;
}
#highlights p { margin: 0; }
#highlights img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}
#highlights > .row > * + * { border-left: 1px solid #FFF; }
#topoffers { position: relative; z-index: 1; }
#topoffers > * { 
	width: 100%;
	z-index: 1!important;
}
#topoffers .item { width: 100%; }
#topofferpager { 
	display: none;
	position: absolute; bottom: 10px; right: 10px; z-index: 2!important;
	width: auto!important;
}
#topoffers:hover #topofferpager { display: block; }
#topofferpager > * {
	background: transparent!important;
	display: inline-block!important;
	padding: 0.2px 2px;
}
#topofferpager > *:first-child { margin-right: 5px; }
#topofferpager > * span[class*="icon"] { font-size: 1.5em; }
#topofferpager:hover { background: transparent!important; }

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

.showcase {
	background: #fffefa;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(187,187,187,1); -moz-box-shadow: 0px 1px 2px 0px rgba(187,187,187,1); box-shadow: 0px 1px 2px 0px rgba(187,187,187,1);
	display: block;
	font-family: 'Source Sans Pro', sans-serif!important; font-weight: 300; font-size: 1.125em;
	margin-left: 0; margin-right: 0;
	padding: 1em;
}
h1, .showcase { margin-top: 2.74rem; }
a.showcase:hover { 
	background: #fff2d7; 
	color: #666;
}
.showcase .title { 
	font-family: 'Open Sans Condensed', sans-serif; font-weight: 300; font-size: 1.55em;
	text-transform: uppercase;
}
.showcase .wfont { 
	color: #be8b10;
	font-size: 5em;
	line-height: 100%;
}
.showcase .row {
	display: table;
	table-layout: fixed;
}
.showcase .row > * { 
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.showcase p { line-height: 1.4em; }
#weatherbox .row {
	margin-top: 0.7em;
	text-align: center; 
}
#weatherbox .desc { text-align: left; }
#weatherbox .temptext {
	margin-right: 15px;
	text-transform: uppercase;
}
#weatherbox .temp {
	font-family: 'Open Sans Condensed', sans-serif; font-weight: 300; font-size: 1.7em;
	font-weight: 600;
	line-height: 120%;
	min-width: 90px;
	text-align: left;
}
#weatherbox .temptext, #weatherbox .temp { display: inline-block; }

/* Responsive Showcase */
@media screen and (max-width: 950px) {
	#weatherbox .temp {
		font-size: 1.4em;
		min-width: 60px;
	}
	#weatherbox .wfont { font-size: 5em; }
}
@media screen and (max-width: 830px) {
	#weatherbox .wfont { font-size: 4.5em; }
}
@media screen and (max-width: 800px) {
	#weatherbox .wfont { font-size: 6em; }
}
@media screen and (max-width: 400px) {
	#weatherbox .wfont { font-size: 4.5em; }
}

#newsletter input[type="text"] {
	border: 1px solid #EFEFEF;
	padding: 0.7em;
	margin-bottom: 0.8em;
	width: 100%;
}

#prefooter {
	background: #f9f9f9;
	font-weight: 400; font-size: 1.125em;
	line-height: 1.5em;
	padding: 3em 0 1em;
}
#prefooter address { font-style: normal; }
#prefooter .address, #footermenu { margin: 1em 0; }
#prefooter address [class^="icon-"] { 
	margin-right: 0.4em;
	vertical-align: -1px;
}
#prefooter address .icon-mail { 
	font-size: 1.4em;
	margin-left: -4px; margin-right: 0.1em;
	vertical-align: -3px;
}
#prefooter .title {
	color: #493200;
	font-weight: 500; font-size: 1.11em;
	text-transform: uppercase;
}
#prefooter .owner { font-weight: 500; }
#prefooter .icon-router { margin-left: 2em; }
#prefooter .table > * { vertical-align: top; }

#prefooter #partner {
	display: table;
	padding-top: 0.5em;
	width: 100%;
}

#prefooter #partner a {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#prefooter #partner a:nth-of-type(1) { padding-right: 0.5em; }
#prefooter #partner a:nth-of-type(2) { text-align: right; }
#prefooter #partner img {
	width: 180px;
	height: auto;
}
#prefooter #partner a:nth-of-type(2) img { max-width: 150px; }

#footerfab { text-align: center; }
#footerfab p { font-style: italic; }
#socialmedia { margin-top: 1em; }
#socialmedia > * { 
	border-radius: 50%;
	text-align: center;
	line-height: 64px;
	margin: 0 0.2em;
	padding: 0;
	width: 50px; height: 50px;
}
#socialmedia [class*="icon-"] { 
	color: #FFF;
	font-size: 1.7em; 
}
#socialmedia > *:hover > * { color: #dca42e; }

#footermenu > * {
	display: table;
	width: 100%;
}
#footermenu > * > * {
	display: table-cell;
	vertical-align: middle;
}
#footermenu > * > *:nth-child(2) {
	font-size: 1.3em;
	text-align: right; 
}
#footermenu > * + * { margin-top: 1em; }

#languageselect { font-size: 0.81em; }
#nav_copyright {
	background: #f9f9f9;
	font-size: 0.8em; font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 1em;
	text-align: right;
}

/* CONTENT */
#article { text-align: justify; }
#article a { text-decoration: underline; }
#article .thead {
	background: #EEECE1;
	color: #816F3B;
}
#article .thead > td,#article .thead > th { padding: 0.5em 0.3em!important; }

#article .pricetable { border: 1px solid #DDD; }
#article .pricetable tr > * {
	background: #FFF;
	padding: 0.8em 1.5em;
}
#article .pricetable th { 
	background: #f7f7f7;
	text-align: center;
	white-space: nowrap;
}
#article .pricetable tr td { border-top: 1px solid #DDD; }
#article .pricetable tr td.price { text-align: center; }
#article .pricetable tr:nth-child(2) td { border-top: none; }
#article .pricetable tr:nth-child(2n+1) td { background: #FEFEFE; }

/* Weather-Icons */
.w_img { 
	background-image: url(/grafik/weather_sprite.png); background-position: center top; 
	max-width: 100px;
}
.w_img.d_1 { background-position: center -88px; }
.w_img.d_2 { background-position: center -176px; }
.w_img.d_3 { background-position: center -264px; }
.w_img.d_4 { background-position: center -352px; }
.w_img.d_5 { background-position: center -440px; }
.w_img.d_6 { background-position: center -528px; }
.w_img.d_7 { background-position: center -616px; }
.w_img.d_8 { background-position: center -704px; }
.w_img.d_9 { background-position: center -792px; }

#register {
	clear: both;
	margin: 0 auto;
	overflow: auto;
}
#register > ul {
	border-bottom: 1px solid #DDD;
	padding-left: 0; margin: 0 0 1em;
}
#register > div {
	border-bottom: 1px solid #DDD;
	padding-bottom: 1em;
}
#register > ul > li {
	border-bottom: 2px solid transparent;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;

}
#register > ul > li.active { border-bottom-color: #dca42e; }
#register > ul > li.hide { display: none; }
#register > ul > li:last-child { border-right: none; }
#register > ul > li a {
	display: block;
	padding: 0.4em 1em;
	text-decoration: none; 
}		
#register > ul > li:hover a { color: #666; }
#register > ul > li.active a { color: #dca42e; }

#wellness-layout { margin-top: 2em; }
#wellness-layout img {
	display: block;
	height: auto;
	margin: 1em auto;
	width: 100%; max-width: 334px;
}
#wellness-layout ul {
	clear: both;
	list-style-type: decimal;
	margin-top: 2em;
	overflow: auto;
	text-align: left;
}
#wellness-layout ul > li {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	float: left;
	margin-right: 4%;
	padding-right: 2em;
	width: 48%;
}
#wellness-layout ul > li:nth-child(2n) {
	margin-right: 0;
	padding-right: 0;
}
@media screen and (max-width: 550px) {
	#wellness-layout ul > li {
		margin-right: 0;
		padding-right: 0;
		width: 100%;
	}
}

/* START FRAGMENT */
.htjobs-table {
	font-family: 'Roboto', sans-serif!important;
	line-height: 1.4em!important;
	text-align: left!important;
}
.htjobs-table span, .htjobs-table a {
	color: #666!important;
	font-size: 1em!important;
}
.htjobs-table a:hover { color: #dca42e!important; }
.htjobs-js {
	line-height: 1.6em!important;
	margin-top: 30px!important;
}
@media screen and (max-width: 580px) {
	.htjobs-table span, .htjobs-table a { font-size: 0.9em!important; }
	.htjobs-table, .htjobs-table tbody, .htjobs-table tr, .htjobs-table tr > * { display: block; }
	.htjobs-table tr + tr { margin-top: 2em; }
	.htjobs-table tr > * { padding: 0!important; }
}
/* END FRAGMENT */

/* 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;
	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: 2%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.two_lastthirty > *:first-child { width: 62%; }
.responsiveimages.two_lastthirty > *:nth-child(2) { width: 36%; }

.responsiveimages a img {
	display: block;
	height: auto;
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width: 420px) {
	.responsiveimages.two_lastthirty > * {
		margin-left: 0!important;
		margin-top: 2%!important;
		width: 100%!important;
	}
}

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

/* Cookie Hint */
/* Cookie Hint */
#cookiehintoverlay {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: 10000;
}
#cookiehint {
	background: #fff;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	width: calc(100% - 20px); max-width: 700px;
	color: #000!important;
	line-height: 20px;
	padding: 1.5em;
	position: fixed; z-index: 10000; left: 50%; top: 50%; z-index: 101;
	transform: translate(-50%, -50%);
	line-height: 120%;
	max-height: calc(100vh - 20px);
	overflow: auto;
}
#cookiehint.bottom-higher { bottom: 40px; }
#cookiehint h2 {
	font-size: 1.25em;
	margin: 0 0 0.75em;
}
#cookiehint p {
	font-size: 0.9em;
	margin: 0;
	color: #000!important;
	line-height: 130%;
}
#cookiehint .action {
	font-size: 1em;
	margin: 1em 0 0;
	display: flex;
	gap: 20px;
}
#cookiehint .privacy { margin: 0.5em 0 0.75em; }
#cookiehint .cl-switch .label {
	font-size: 0.9em;
	margin: 0;
}
#cookiehint .cl-switch.essentiell-switch { margin-left: 1em; }
#cookiehint .privacy a {
	display: block;
	margin-top: 1em;
}
#cookiehint .marketing:hover { background: #a97e24; }
#cookiehint .no-marketing {
	background: #f1f1f1;
	border-radius: 0px;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.25rem;
	hyphens: none;
	line-height: 1.25rem;
	padding: 10px 20px;
	text-transform: uppercase;
}
#cookiehint a {
	border: none!important;
	color: #000!important;
	text-decoration: none!important;
}
#cookiehint a.button { color: #fff!important; }
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.top { top: 10px; bottom: initial; }

@media screen and (max-width: 1400px) {
	#scrollbutton { right: 20px; }
}

@media screen and (max-width: 1260px) {
	#highlights a { min-height: 13.6vw }
}

@media screen and (max-width: 1120px) {
	#highlights .row > .col-6 p { display: none; }
}

@media screen and (max-width: 980px) {
	#highlights .row > .col-12 .item > *.col-2 { display: none; }
	#highlights .row > .col-12 .item > * + * { width: 100%; }
	
	#prefooter { font-size: 0.9em; }
} 

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

@media screen and (max-width: 800px) {
	/* 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; }
	
	#header { 
		border-bottom: 1px solid #b39b59;
		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);
	}
	#header .row.table, #header:before { height: 100px; }
	
	#topheader > .row > *:first-child { background: transparent; }
	#logo { 
		background: #dca42e;
		float: left;
		max-width: 181px;
	}
	#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.15em; 
		text-align: center;
	}
	#cta > * { padding: 10px 15px; }
	#cta .icon-book { text-indent: 1px; }
	
	#nav {
		background: #EFEFEF;
		border-top: 1px solid #dca42e;
		display: block;
		overflow: auto;
		position: fixed; top: 100px; left: -800px; 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 {
		display: block!important;
		padding: 0;
		position: relative!important;
		width: 100%; max-width: none;
	}
	#nav ul li {
		display: block;
		min-height: 0; height: auto;
		text-align: left;
		width: 100%;
	} 
	#nav ul li a {
		font-size: 1.25em;
		margin: 0;
		padding: 5px 20px;
	}
	#nav ul ul { background: #FFF; }
	#nav ul li ul li a { 
		color: #666;
		font-size: 1em;
		padding-left: 35px!important; 
	}
	/*#nav > ul > li > ul > li.active > a, #nav > ul > li > ul > li:hover > a { color: #FFF; }*/
	/*#nav ul ul ul { background: #fbfbfb; }*/
	#nav ul ul ul li { padding: 0.2em 0; }
	#nav ul ul ul li a {
		border-left: 4px solid #CCC;
		margin-left: 37px!important;
		padding-left: 20px!important;
	}
	#nav ul ul ul li:hover a, #nav ul ul ul li.active a {
		border-left-color: #dca42e;
		color: #666;
		text-decoration: none;
	}
	
	#subheader { margin-top: 100px; }
	#scrollbutton { display: none; }
	
	#quote { display: none; }
	
	body.infopage #main { margin-top: 100px; }
	
	#article { padding-right: 0!important; }
	#aside { margin-left: 0; }
	.showcase { min-height: 196px; }

	#weatherbox .row { margin-top: 1.5em; }
	#newsletter input[name="email"], #weatherbox .row { max-width: 500px;}
	#newsletter input[name="email"] { display: block; }
	
	#prefooter .row > *:first-child { display: none; }
}

@media screen and (max-width: 700px) {
	#highlights { display: none; }
}

@media (max-width: 600px) {
	.right { margin-bottom: 20px; }
}
@media screen and (max-width: 590px) {
	/* 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; }
	
	#header .row.table, #header:before { height: 62px; }
	#showmobilemenu { 
		margin-top: 9px;
		padding: 0;
		width: 44px; height: 44px;
	}
	#showmobilemenu span { line-height: 33px; }
	#logo { max-width: 110px; }
	
	#cta { 
		margin: 0;
		position: fixed; right: 1em; bottom: 1em; z-index: 3;
	}
	#cta > * {
		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 > *:hover { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
	#cta > * > [class*="icon-"] { line-height: 42px; }
	#arrivalfab { 
		display: inline-block;
		text-align: center;
	}

	#nav { top: 62px; }
	#subheader { margin-top: 62px; }
	
	body.infopage #main { margin-top: 60px!important; }
	
	h1 { font-size: 2.5em; }
	
	#prefooter .row.table { display: block; }
	#prefooter .row.table > .col-s-12 {	text-align: center; }
	
	#prefooter .row.table > .col-s-12 { display: none; }
	#footerfab, #footerfab + * { display: block!important; }
	
	#footerfab + * {
		margin: 3em auto 0!important;
		max-width: 200px;
	}
	#nav_copyright { text-align: center; }

	#divpopup {
		right: 10px;
		top: 10px;
		font-size: 1em;
	}
	#divpopup .close img {
		right: 5px;
		top: 5px;
		width: 12px;
	}

	#prefooter #partner a {
		display: block;
		width: 100%;
		text-align: center!important;
	}
	#prefooter #partner a:nth-of-type(1) { margin-bottom: 1em; }
}

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

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