@charset "utf-8";


@font-face {
	font-display: block;
	font-family: 'Gloria Hallelujah';
	src: local('sans-serif'), url('../font/gloria_hallelujah-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-display: block;
    font-family: 'Arizonia';
    src: local('sans-serif'), url('../font/arizonia-regular.woff') format('woff'),
		 local('sans-serif'), url('../font/arizonia-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-display: block;
    font-family: 'source_sans_probold';
    src: local('sans-serif'), url('../font/sourcesanspro-bold-webfont.eot');
    src: local('sans-serif'), url('../font/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         local('sans-serif'), url('../font/sourcesanspro-bold-webfont.woff') format('woff'),
         local('sans-serif'), url('../font/sourcesanspro-bold-webfont.ttf') format('truetype'),
         local('sans-serif'), url('../font/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-display: block;
    font-family: 'source_sans_prolight';
    src: local('sans-serif'), url('../font/sourcesanspro-light-webfont.eot');
    src: local('sans-serif'), url('../font/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         local('sans-serif'), url('../font/sourcesanspro-light-webfont.woff') format('woff'),
         local('sans-serif'), url('../font/sourcesanspro-light-webfont.ttf') format('truetype'),
         local('sans-serif'), url('../font/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-display: block;
    font-family: 'source_sans_proregular';
    src: local('sans-serif'), url('../font/sourcesanspro-regular-webfont.eot');
    src: local('sans-serif'), url('../font/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         local('sans-serif'), url('../font/sourcesanspro-regular-webfont.woff') format('woff'),
         local('sans-serif'), url('../font/sourcesanspro-regular-webfont.ttf') format('truetype'),
         local('sans-serif'), url('../font/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    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-instagram:before {
  content: "\ea92";
}
.icon-mail:before {
  content: "\e603";
}
.icon-router:before {
  content: "\f041";
}
.icon-phone:before {
  content: "\f095";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-menu:before {
  content: "\f0c9";
}
.icon-book:before {
  content: "\f0f2";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-request:before {
  content: "\f1d8";
}

@font-face {
	font-family: 'Roboto';
	src: url('/template/font/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/template/font/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/template/font/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/template/font/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('../font/material-icons.woff2') format("woff2");
}
.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "liga";
}

/* 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: #171717;
	font-family: 'source_sans_proregular', Tahoma, Geneva, sans-serif; font-size: 16px; line-height: 1.231;
    margin: 0;
}
#main, #footer { font-size: 1.25em; line-height: 1.2em; }

::selection {
	background: #8c1441;
	color: #FFF; text-shadow: none;
}

/* Links */
a {
	color: #8c1441;
	font-family: 'source_sans_prolight';
	text-decoration: none;
}
a:hover { 
	color: #DC6692;
	text-decoration: underline;
}
a:focus { outline: none; }
a:active, a:hover { outline: none; }
h2 a, h3 a, h4 a, h5 a, h6 a { color: #171717; text-decoration: none; }

/* Typography */
h1, h2, h3 { font-weight: normal; line-height: 120%; text-align: left; }
h1 { font-size: 2.65em; margin: 0.67em 0; font-family: 'Gloria Hallelujah'; }
h2 {
	color: #831541;
	font-family: 'source_sans_proregular'; font-size: 1.8em;
	margin: 0.83em 0;
}
h3 { 
	font-size: 1.5em;
	margin: 1em 0;
	text-transform: uppercase;
}
h4 { font-size: 1.3em; 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-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; 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 */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.button.light {
	background: #FFF;
	color: #171717;
}
.button.light:hover { background: #EFEFEF; }

.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: 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: 50px; 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 #c3e6cb; }
.msg, .msg h2 { color: #155724; }
.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: #8c1441;
	border: 0;
	color: #FFF; line-height: 25px; text-decoration: none!important; text-transform: uppercase;
	display: inline-block;
	font-family: 'source_sans_proregular'; font-size: 20px; font-weight: normal;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	padding: 10px 20px;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #6b695f; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* PRIMARY STYLES [layout] */
#header {
	background: #8c1441;
	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: 170px;
	margin: 5px 0;
}
#logo img { width: 100%; height: auto; }
#languageselect { 
	font-size: 0.8em!important;
	margin-top: 5px;
	text-align: right;
}
#languageselect > * { margin: 0 5px; }
#languageselect > *.active { text-decoration: underline; }
#cta { 
	float: right;
	margin: 16.5px 0;
}
#cta [class*='icon-'] {
	font-size: 1.1em;
	margin-right: 10px;
	vertical-align: -4px;
}
#cta .mobileicon { display: none; }
#cta .mobile i {
	vertical-align: -4px;
	margin-right: 10px;
	font-size: 1.1em;
}

#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_proregular'; font-size: 1.25em;
	text-transform: uppercase;
}
#nav ul, #nav ul li { position: relative; z-index: 2; }
#nav li { cursor: pointer; }
#nav li:hover, #nav li.active { background-color: #6b695f; }
#nav > ul > li {
	border-right: 1px solid #FFF;
	display: table-cell;
	vertical-align: middle;
	width: 14.29%;
}
#nav > ul > li + li:before, #nav > ul > li + li:after {
	background: #8c1441;
	content: '';
	position: absolute; left: -2px; z-index: 1;
	width: 3px; height: 10px;
}
#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;
	box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.23); -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.23); -moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.23);
	display: none;
	left: 0; position: absolute; top: 100%; z-index: 1;
	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 + li { margin-top: 1px; }
#nav ul li ul li a {
	color: #000;
	display: block;
	padding: 10px 15px;
	text-transform: none;
	width: 100%;
}
#nav ul li ul li:hover a, #nav ul li ul li.active a { 
	background: #F1F1F1;
	color: #8c1441;
	text-decoration: none;
}

#subheader {
	height: calc(100vh - 140px); max-height: 70vw;
	margin-top: 140px;
	overflow: hidden;
	position: relative; z-index: 1;
}
#subheader .quote { 
	font-family: 'Arizonia', cursive; font-size: 2.75em;
	line-height: 1.2em;
	max-width: 840px;
	position: absolute; bottom: 90px; left: 50%; z-index: 3;
	transform: translateX(-50%);
}
#subheader:after {
	content: '';
	background: rgba(0,0,0,0.1);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+26,000000+57&0+36,0.5+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 26%, rgba(173,173,173,0) 36%, rgba(0,0,0,0.16) 57%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 26%,rgba(173,173,173,0) 36%,rgba(0,0,0,0.16) 57%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 26%,rgba(173,173,173,0) 36%,rgba(0,0,0,0.16) 57%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1;
}

#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;
}
#panorama-controls { 
	position: absolute; bottom: 70px; left: 50%; z-index: 2; 
	transform: translateX(-50%);
}
#panorama-controls > * { 
	background: #FFF;
	cursor: pointer;
	display: inline-block;
	opacity: 0.4;
	width: 12px; height: 12px;
}
#panorama-controls > *.active { opacity: 1; }
#panorama-controls > * + * { margin-left: 12px; }

#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;
}

/*ZITATE*/
.quote { 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	color: #FFF;
	font-family: 'Arizonia', 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;
} 

#main { margin-bottom: 3em; }
body.infopage #main { margin-top: 160px; }

.showcase {
	background: #FDFDFD;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.23); -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.23);
	color: #666;
	display: block;
	font-family: 'source_sans_prolight'!important;
	margin-top: 2em; margin-left: 0; margin-right: 0;
	padding: 1em;
}
.showcase:hover { 
	background: #F1F1F1;
	color: #666;
	text-decoration: none;
}
.showcase .title { 
	font-family: 'source_sans_probold';
	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.2em; }
#weatherbox .row {
	margin-top: 0.7em;
	text-align: center; 
}
#weatherbox .wfont {
	font-size: 7em;
	line-height: 100%;
}
#weatherbox .temptext {
	font-size: 0.85em;
	margin-right: 10px;
	text-transform: uppercase;
}
#weatherbox .temp {
	font-size: 2.5em;
	font-weight: 600;
	line-height: 120%;
}
#weatherbox .desc > * { white-space: nowrap; }
@media screen and (max-width: 1080px) {
	#weatherbox .temp {
		font-size: 2em;
	}
	#weatherbox .wfont { font-size: 6em; }
	
	#cta .mobile .text { 
		display: none;
		padding: 10px 5px; 
	}
	#cta .mobile i { margin-right: 0; }
	#cta .phone { padding: 10px 5px; }
}
@media screen and (max-width: 950px) {
	#weatherbox .temp {
		font-size: 1.8em;
	}
	#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; }
	#weatherbox .table { max-width: 300px; }
}
@media screen and (max-width: 640px) {
	#weatherbox .wfont { font-size: 5em; }
}
@media screen and (max-width: 600px) {
	#weatherbox .wfont { font-size: 6em; }
}
#newsletter-showcase p { font-family: 'source_sans_proregular'; }
#newsletter-showcase input[name="email"] {
	background: #FFF;
	border: 1px solid #CCC;
	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.45em; padding-bottom: 0.49em; }
#newsletter-showcase input[name="email"]:focus { outline: none; }

#yesalps-showcase { padding: 0; }
#wigYAR1_body { background-color: #FDFDFD!important; background-image: none!important; }
#yesalps-showcase #wigYAR1_nome, #yesalps-showcase #wigYAR1_cons, #yesalps-showcase p#wigYAR1_cons a, #yesalps-showcase p#wigYAR1_cons a:visited, #yesalps-showcase p#wigYAR1_cons a:hover,
#yesalps-showcase p#wigYAR1_nome a, #yesalps-showcase p#wigYAR1_nome a:visited, #yesalps-showcase p#wigYAR1_nome a:hover,
#yesalps-showcase p#wigYAR1_titleRec, #yesalps-showcase p#wigYAR1_abstractRec { color: #666!important; }
/* END */

#prefooter {
	background: #FDFDFD;
	border-top: 1px solid #F1F1F1; border-bottom: 1px solid #F1F1F1;
	line-height: 1.5em;
	padding: 1.5em 0;
}
#prefooter .address { font-style: normal; }
#prefooter .title {
	font-family: 'source_sans_probold'; font-size: 1.6em;
	text-transform: uppercase;
}
#prefooter .contactinfo { font-size: 0.9em; }
#prefooter .address { margin: 1em 0; }
#prefooter .icon-router { margin-left: 2em; }
#prefooter .table > * { vertical-align: top; }

#footerfab {
	text-align: center; 
	vertical-align: middle!important;
}

#arrivalbutton { white-space: nowrap; }

#socialmedia { margin-top: 1em; }
#socialmedia > * { 
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	margin: 0 0.2em;
	padding: 0;
	width: 50px; height: 50px;
}
#socialmedia [class*="icon-"] { font-size: 1.7em; }

#footerpartner {
	text-align: center;
	vertical-align: middle!important;
}
#footerpartner > * {
	display: block;
	margin: 0 auto;
	max-width: 80px;
}
#footerpartner > * + * { margin-top: 5px; }
#footerpartner img {
	display: block;
	height: auto;
	width: 100%;
}
#holidaycheck, #booking { max-width: 190px; }
#booking { margin-bottom: 15px; }

#partners {
	display: table;
	margin: 2em 0;
	table-layout: fixed;
	width: 100%;
}
#partners > * {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 25%;
}
#partners img {
	height: auto;
	width: 80%; max-width: 100px;
}
#partners > *:nth-child(1) { width: 16%; }
#partners > *:nth-child(1) img { max-width: 150px; }
#partners > *:nth-child(2) { width: 9%; }
#partners > *:nth-child(2) img { max-width: 70px; }
#partners > *:nth-child(3) img { max-width: 220px; }
#partners > *:nth-child(4) img { max-width: 220px; }
#partners > *:nth-child(5) img { max-width: 190px; }
#partners > *:nth-child(6) { width: 12%; }

#nav_copyright, #languageselect { font-size: 0.6em; font-family: 'source_sans_prolight'; }

/* 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: justify; }
#main a { font-family: 'source_sans_proregular'; }
#main strong { color: #171717; }
#article a { text-decoration: underline; }
#article table tr > * { padding: 0.6em 1em; }
#article table th { 
	background: #8c1441;
	color: #FFF;
}
#article table tr > td { border-top: 1px solid #F1F1F1; }
#article table thead td { border-top: 0!important; }
#article table tbody > tr:nth-child(2n) { background: #fdfdfd; }
#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; }

/* START Zimmer */
#rooms { width: 100%; }
#rooms .room {
	background: #8c1441;
	display: block;
	text-decoration: none;
}
#rooms .room + .room { margin-top: 3em; }
#rooms .room:hover { background: #6b695f; }
#rooms .room img { 
	display: block;
	width: 100%; height: auto; 
}
#rooms .room .content { 
	color: #fff;
	padding: 0.7em;
	text-align: center;
}
#rooms .room h2 {
	color: #fff;
	margin: 0 0 0.2em;
	text-align: center;
}
#rooms .room p { line-height: 1.3em; }
@media screen and (max-width: 800px) {
	#rooms { margin-bottom: 2em; }
	#rooms .room + .room { margin-top: 1em; }
}
/* END Zimmer */

/* START Angebote */
#article h2.offers-headline a, #article .offers h3 a, #offerarchive a { 
	color: #171717!important;
	text-decoration: none; 
}
#article .offers .offer { 
	clear: both;
	margin-top: 3em;
	overflow: auto;
}
#article .offers .offer:first-child { margin-top: 2em; }
#article .offers h3 { margin: 0; }
#article .offers .offerimg { margin-top: 10px; }
#article .offers img {
	width: 100%; height: auto;
	vertical-align: middle;
}
#article .offers .timespans {
	clear: both;
	margin-top: 0.35em;
	overflow: auto;
}
#article .offers .timespans > * {
	font-weight: 600;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: inline-block;
	line-height: 1.3em;
	float: left;
	margin: 0 0.75em 0 0;
	padding: 0.2em;
}
#article .offers p { margin: 0.7em 0; }
#article .offers a.details { margin-top: 0; }
#article .offers + h2 { margin-top: 2em; }
#offerarchive { margin-top: 0em; }
#offerarchive a:hover { text-decoration: underline; }
/* END Angebote */

/* Datepicker */
div .ui-widget-header { background: #8c1441!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 {
	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 a img {
	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; }

@media screen and (max-width: 920px) {
	#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; }
	
	#logo { float: left; }
	#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; }
	#cta .phone { padding: 10px 16px; }
	
	#nav {
		background: #FFF;
		border-top: 1px solid #8c1441;
		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;
		margin-top: 0.5em;
		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 li:hover, #nav li:active { background: #FFF!important; }
	#nav ul li a {
		color: #171717;
		font-size: 1.25em;
		margin: 0;
		padding: 5px 20px;
	}
	#nav ul li:before, #nav ul li:after { display: none; }
	#nav ul ul {
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
		margin-top: 0;
	}
	#nav ul ul, #nav ul ul > li:hover { background: #fff; }
	#nav ul ul a { 
		background: #FFF!important;
		color: #171717;
		font-size: 1em;
		padding-left: 35px!important; 
	}
	#nav > ul > li > a:hover, #nav > ul > li.active > a {
		background: #8c1441; 
		color: #FFF;
	}
	#nav ul li ul li.active a, #nav ul li ul li:hover a { background: #EEE!important; }
	
	#subheader { margin-top: 100px; }
	#subheader .quote, #scrollbutton { display: none!important; }
	
	#panorama-controls { bottom: 20px; } 
	
	body.infopage #main { margin-top: 120px; }
	#article { padding-right: 0!important; }
	#aside { margin-left: 0; }
	.showcase { min-height: 196px; }
	
	#prefooter .contactinfo, #partners { display: none; }
}

@media (max-height: 530px) {
	#subheader .quote { display: none; }
}

@media screen and (max-width: 600px) {
	/* 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; }
	
	#logo {
		float: none;
		margin: 0;
		position: absolute; top: 60%; left: 50%; z-index: 1;
		transform: translate(-50%, -50%);
		width: 60%;
	}
	
	#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 1px;
		padding: 15px;
		width: 55px; height: 55px;
	}
	#cta .phone { 
		background: #8c1441; 
		color: #fff;
		padding: 15px;
	}
	#cta > *:hover {
		background: #8c1441;
		box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	}
	#arrivalfab { 
		display: inline-block;
		text-align: center;
	}
		
	body.infopage #main { margin-top: 110px!important; }
	
	#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;
	}
	
	#footerpartner { margin-top: 2em; }
	
	#footerfab { display: block!important; }
	#nav_copyright {
		font-size: 0.8em;
		margin: 0.2em 0;
		text-align: center;
	}
}
@media screen and (max-width: 400px) {
	#logo {
		left: 65px!important;
		transform: translate(0, -50%);
		width: 70%;
	}
}

/* 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, #subheader, #panorama, a.pager-prev, a.pager-next, a.button, #aside, #footer { display: none; }
	#main { background: none; box-shadow: none; margin: 0!important; padding: 0; }
	#article { float: none; font-size: 16pt; margin: 0; padding: 0; width: 100%!important; display: block; }
	#article h1 {
		font-size: 1.5em; font-weight: 600;
		margin-top: 0;
	}
	#article h2 { font-size: 1.25em; font-weight: 400; }
	#article .responsiveimages { overflow: hidden; }
}