@charset "utf-8";

.wfont { font-family: 'MeteoconsRegular'; }
@font-face {
    font-family: 'icomoon';
    src:
    url('/template/font/iconmoon/icomoon.ttf?d985k8') format('truetype'),
    url('/template/font/iconmoon/icomoon.woff?d985k8') format('woff'),
    url('/template/font/iconmoon/icomoon.svg?d985k8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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-facebook:before {
    content: "\ea91";
}
.icon-instagram:before {
    content: "\ea92";
}

/* 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%; }
html, button, input, select, textarea {
	font-family: 'quicksandregular', Tahoma, Arial, sans-serif;
	color: #630;
}
body {
	background: #EEEBE3 no-repeat center top;
	color: #726341;
	font-size: 16px; line-height: 1.231;
    margin: 0;
    font-family: 'quicksandregular', Tahoma, Arial, sans-serif;
}

#main, #footer { 
	color: #726341; 
	font-family: 'quicksandregular'; 
	font-size: 1.25em; 
}

::selection {
	background: #9E8F6B; background: rgba(114, 99, 65, 0.55);
	color: #FFF; text-shadow: none;
}

/* Links */

a { color: #726341; }
a:hover { color: #988968; }
a:active, a:hover, a:focus { outline: none; }

h2 a, h3 a { text-decoration: none; }

/* Typography */

h1, h2, h3 { font-weight: normal; line-height: 1.3em; overflow: hidden; text-overflow: ellipsis; text-align: left; }
h1 { font-family: 'quicksandregular'; font-weight: 300;  font-size: 2.5em; margin: 0.67em 0; }
h2 { font-size: 2em; margin: 0.83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 600; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px solid #e4d9b1;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */

dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
menu, ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
ul { list-style: square; }

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

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg, .msgerror { margin-bottom: 1em; padding: 0.5em; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: #e4d9b1; border: 1px solid #e4d9b1; }
.msg h2 { color: #630; }
.msgerror { color: white; background-color: #c00; border: 1px solid #c00; }
.msgerror, .msgerror h2 { color: #fff; }

/* 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"] {
	border: 0;
	border-radius: 2px;
	line-height: 2em; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	font-family: 'quicksandbold';
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

a.button, button, input[type="submit"], input[type="button"], #nav > ul > li a, #footer a.button { color: #70613F; }
#footer a.button, a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, #aside .showcase a.button  { background-color: #DED8C8; }
a.button, button, input[type="submit"], input[type="button"], #aside .showcase a.button:hover { background-color: #EEEBE3; }
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, #footer a.button:hover { 
		background-color: #DED8C8; 
		transition: background 0.5s ease; -webkit-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease; 
}

#article a.button, #article button { border: 1px solid #988968; }

/* MAIN COLORS */

#header:before, #prefooter { background-color: #988968; } 
#header:after, #nav { background-color: #FFF; }

#nav > ul > li:hover, #nav > ul > li:hover ul {
	background: #E8E3D6;
}
#nav > ul > li ul > li:hover, #nav > ul > li:hover ul li.active {
	background: #DED8C8;
}

/* ASIDE BG */
#aside .showcase { background-color: #D8D2C3; }

/* PRIMARY STYLES [layout] */
#main .wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#main .wrapper > * {
	display: table-cell;
	vertical-align: top;
}
#article.spaceright { padding-right: 5%; }
#aside { width: 30%; }

.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0 auto;
	padding-left: 45px; padding-right: 45px;
	width: 100%; max-width: 1080px;
}

#header { position: fixed; left: 0; right: 0; top: 0; z-index: 2000; }
#header:before {
	content: '';
	display: block;
	height: 120px;
	position: absolute; top: 0; left: 0; z-index: 1;
	width: 100%;
}
#header:after {
	border-bottom: 1px solid #B7AC92;
	content: '';
	display: block;
	height: 40px;
	position: absolute; top: 120px; left: 0; z-index: 1;
	width: 100%;
}
#header .wrapper {
	clear: both;
	height: 120px;
	position: relative; z-index: 2;
}
#header .wrapper > * {
	display: inline-block;
	float: left;
	vertical-align: top;
}

#logoplaceholder {
	height: 190px;
	position: relative;
	margin-right: 2%;
	width: 19%; max-width: 190px;
}
#logo {
	height: 100%;
	position: absolute; left: 0; top: 0; z-index: 2;
	width: 100%;
}
#logo img { 
	border: 1px solid #FFF;
	border-top: none;
	width: 100%; height: auto; 
}

#nexttologo {
	width: 79%;
}
#cta {
	display: table;
	height: 120px;
	width: 100%;
}
#cta > * {
	color: #FFF;
	display: table-cell;
	padding-left: 2%;
	vertical-align: middle;
}
#cta > *:first-child { padding-left: 0; }
#ctabuttons {
	text-align: right;
	white-space: nowrap;
}
#ctabuttons .icon { 
	margin-right: 6px;
	vertical-align: -6px;
}
#phonebutton { 
	background: #DED8C8!important;
	padding-left: 0.8em!important;
	padding-right: 0.8em!important;
}
#phonebutton:hover { background: #EEEBE3!important; }
#phonebutton .icon, #requestbutton .icon, #bookbutton .icon { display: none; }
#slogan {
	color: #EEEBE3;
	font-size: 1em;
	font-style: italic;
	font-weight: lighter;
	line-height: 1.7em;
}
#slogan #tabulator { margin-left: 25px; }
#subfooter a {
	color: #988968;
	text-decoration: none;
}
#languageselect {
	color: #988968;
    float: right;
    text-transform: lowercase;
}
#languageselect a:hover, #languageselect a.active { 
	font-family: 'quicksandbold'; 
	font-weight: 600;
	text-decoration: none!important;
}
/* NAV */
#nav {
	font-size: 0.98em;
	height: 40px;
	text-align: right;
}
#nav > ul {
	display: inline-block;
	clear: both;
}
#nav > ul > li {
	border-left-width: thin;
	border-left-style: solid;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-align: center;
}
#nav > ul > li:first-child { border-left: none; }
#nav > ul > li a {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	font-family: 'quicksandbold';
	padding: 0.6em 1.2em;
	height: 100%;
	line-height: 2.6em;  
	text-decoration: none; text-transform: uppercase;
	vertical-align: middle;
}
#nav > ul > li ul {
	position: absolute;
	background: #a8a03f;
	height: 0;
	opacity: 0;
}
#nav > ul > li ul li { 
	border-color: transparent;
	text-align: left;
}
#nav > ul > li ul a {
	display: block;
	line-height: 1.3em;
	padding: 0.6em 1em;
}
#nav > ul > li:hover ul {
	height: auto;
	opacity: 1;
}

/* PANORAMA */
#panorama {
	position: relative;
	margin: auto;
	max-width: 1080px; max-height: 500px;
}
#panoramaimage { 
	height: 452px;
	margin-top: 160px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 4em;
	width: 100%;
	z-index: 1!important;
}
body.infopage #panoramaimage { display: none; }
#panoramaimage img {
	height: auto;
	width: 100%;
	z-index: 1!important;
}

body.infopage #main { margin-top: 300px; }

/* CYCLE PAGER */
.cycle-pager {
	font-size: 2.6em;
	position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
	text-align: center;
}
.cycle-pager > * { 
	color: #FFF;
	margin-left: 1px; margin-right: 1px;
}
.cycle-pager > *:hover { cursor: pointer; }
.cycle-pager .cycle-pager-active { color: #988968; }

/* CONTENT */
#article {
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 300;
}
#article h1 { margin-top: 0; }
#article h1 strong { font-weight: 400; }
#article a {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
#article p { text-align: justify; }
#article strong { font-weight: 600; }
#article .tablecontainer, #article .table { margin: 1em 0; }
#article .tablecontainer table, #article .table  {
	background: #E8E3D6;
	text-align: left;
	width: 100%;
}
#article .table tr, #article .tablecontainer table tr { border-bottom: thin solid #988968; }
#article .table tr:last-child, #article .tablecontainer table tr:last-child { border-bottom: none; }
#article .table th, #article .tablecontainer table th { 
	background: #DED8C8;
	font-weight: 600; 
}
.tablecontainer .table th, .tablecontainer .table td { text-align: center; }
#article .table th:first-child, #article .custom table th, #article .tablecontainer table th:last-child { text-align: left!important; }
#article .table th, #article .tablecontainer table th, #article .table td, #article .tablecontainer table td { padding: 0.5em 0.5em 0.5em 0.8em; }

#article .custom table th { font-weight: 400; }
#article .custom table th, #article .custom table th { padding-left: 0.5em; }

.column2 { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; }
ul.column2 { column-gap: 40px; -webkit-column-gap: 40px; -moz-column-gap: 40px; }

/* Zimmer */
#rooms .room {
	margin-top: 6em;
	overflow-x: hidden;
	overflow-y: auto;
}
#rooms .room:first-child { margin-top: 3.5em; }
#rooms .room .roomimgs {
	display: inline-block;
	float: left;
	margin: 0 2em 0 0;
	text-align: center;
	width: 50%; max-width: 250px;
}
#rooms .room .roomimgs a {
	display: block!important;
	float: none!important;
	margin: 0 auto!important;
}
#rooms .room .roomimgs img { width: 100%; height: auto; }
#rooms .room a, .room a:hover { 
	border-bottom: none!important;
	text-decoration: none;
}
#rooms .room h2 { margin-top: 0; }
#rooms .lower { text-transform: lowercase }

/* START Popup */
.popup {
    -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;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 1.4em;
    right: 0;
    background-color: #EEEBE3;
    max-width: 575px;
    width: calc(100vw - 50px);
    max-height: calc(100vh - 125px)!important;
    margin: 0 auto;
    overflow: auto;
    z-index: 10000;
}
.popup .content { padding: 1.5em; }
.popup .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.popup .hint-remove {
    display: flex;
    background: #988968;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
}
.popup .hint-remove:hover { background: #7a6e54; }
.popup .close img { width: 20px; }
.popup .image img {
    width: 100%;
    height: auto;
}
.popup .popuptitle {
    font-size: 1.5em;
    margin-bottom: 0.75em;
    line-height: 1.2em;
    text-transform: uppercase;
}
.popup .desc {
    line-height: 1.4;
}
.popupoverlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed; top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
/* END Popup */

/* ASIDE */
#aside .showcase {
	color: #726341;
	display: block;
	margin-bottom: 1em;
	text-decoration: none;
	transition: background 0.5s ease; -webkit-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease;
	width: 100%;
}
#aside .showcase:hover, #aside .cycleshowcase-container:hover, #aside .cycleshowcase-container:hover .showcase { 
	background: rgba(222,216,200,0.49);
	cursor: pointer;
}
#aside .showcase h2, .showcase .likeh2 {
	font-family: 'quicksandbold';
	font-size: 1em;
	margin-top: 0;
	font-weight: 600;
	text-transform: uppercase;
}
#aside .showcase a.likeh2 { text-decoration: none; }
#aside .showcase .content { padding: 1.2em; }
#aside .showcase a.button {
	line-height: 2.5em;
	text-transform: none;
}
#aside .cycleshowcase-container {
	background: #D8D2C3;
	transition: background 0.5s ease; -webkit-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease;
}
#aside .cycle-pager {
	font-size: 3em;
	line-height: 50%;
	position: relative; bottom: 5px; z-index: 2;
}
#aside .cycleshowcase { 
	overflow: hidden;
	width: 100%;
}
#aside .cycleshowcase > a { 
	width: 100%;
	z-index: 1!important;
}
#aside .cycle-pager > * { color: #988968; }
#aside .cycle-pager-active { color: #726341; }
#offersbox a { 
	border-bottom: none; 
	text-decoration: none;
}
#offersbox img {
	height: auto;
	width: 100%;
}
#offersbox p { 
	font-size: 0.85em; 
	line-height: 1.45em;
}

/* Custom ASIDES */
#weatherbox .content > div {
	display: table;
	width: 100%;
}
#weatherbox .content > div > *{
	display: table-cell;
	vertical-align: middle;
}
#weatherbox .weatherdata { 
	padding-right: 1em;
	text-align: right; 
}
#weatherbox .innercontent { margin-top: 15px; }
#weatherbox .wfont { font-size: 6em; }
#weatherbox .likelabel { 
	font-size: 0.7em; 
	font-family: 'quicksandbold'; 
	text-transform: uppercase; 
}
#weatherbox .maxtemp { font-size: 2.5em; font-family: 'quicksandbold'; font-weight: 600; }
#weatherbox .mintemp { font-size: 2em; font-weight: 500; }

#openingtimes:hover {
	background: #d8d2c3!important;
	cursor: auto!important;
}
#openingtimes p { 
	font-size: 0.9em; 
	line-height: 140%;
}


#offer img { width: 100%; height: auto; }

/* FOOTER */
#footer {
	font-size: 1.125em;
	line-height: 1.625em;
	margin-top: 5em;
	color: #FFF;
}
#footer section h2 {
	font-family: 'quicksandbold';
	font-size: 1.15em;
	margin-top: 0;
	margin-bottom: 1em;
}
#cta a.button, #footer a.button {
	background: #EEEBE3;
	color: #635638;
	line-height: 2.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: 500;
}
#footer a.button { padding-left: 0.6em; padding-right: 0.6em; }
#cta a.button:hover, #footer a.button:hover { background: #BFB69D!important; color: #FFF; }

#prefooter {
	color: #EEEBE3;
	padding: 2em 0;
}
#prefooter .wrapper {
	clear: both;
	overflow: auto;
}
#address > * {
	display: inline-block;
	float: left;
	margin-left: 6%;
	width: 31%;
}
#address > *:first-child { margin-left: 0; }
#prefooter a { color: #EEEBE3; text-decoration: none; }
#prefooter a:hover { color: #FFF; }
#prefooter address { font-style: normal; }
#address { width: 100%!important; }
#routerbutton, #address .socialmediabtn { width: 26%; }
#routerbutton .icon {
	margin-right: 10px;
	vertical-align: -5px; 
}
#address .socialmediabtn { margin-top: 12px; }
#address .socialmediabtn > span {
	font-size: 1.2em;
	margin-left: 4px;
	vertical-align: -3px;
}

#subfooter {
	clear: both;
	font-size: 0.75em;
	overflow: auto;
}
#subfooter a { text-decoration: none; }
#subfooter a:hover { text-decoration: underline; }

#nav_copyright { float: left; }
#nav_copyright span { color: #D5C4AB; }

#partner {
    clear: both;
    float: none;
    padding-top: 1em;
}
#partner .title {
    font-family: 'quicksandbold';
    font-size: 1.15em;
    margin-top: 0;
    margin-bottom: 1em;
}
#partner .partner-logos {
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
#partner .partner-logo img {
    max-height: 50px;
    width: auto;
}

#cookiehint {
	background: #fff;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333!important;
    line-height: 20px;
    padding: 0.5em;
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
#cookiehint p { margin: 0; }
#cookiehint p, #cookiehint button { display: inline-block!important; }
#cookiehint button {
	background: #333!important;
    border: none!important;
    color: #fff!important;
    line-height: 20px!important;
    margin-left: 1em;
    padding: 0.4em!important;
    text-transform: uppercase!important;
    text-align: center!important;
}
#cookiehint button:hover { background: #988968!important; }
/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
	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.portrait a { width: 100%; max-width: 300px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages.thirtyfsixtyf a:first-child, .responsiveimages.sixtyfthirtyf a:nth-child(2), 
.responsiveimages.sixtyfthirtyfx2 a:nth-child(2), .responsiveimages.sixtyfthirtyfx2 a:nth-child(3), .responsiveimages.sixtyfx2thirtyf .leftside { width: 34.65%; }

.responsiveimages.thirtyfsixtyf a:nth-child(2), .responsiveimages.sixtyfthirtyf a:first-child, 
.responsiveimages.sixtyfthirtyfx2 a:first-child, .responsiveimages.sixtyfx2thirtyf .rightside { width: 64.35%; }

.responsiveimages.sixtyfthirtyfx2 a:nth-child(3) { margin-top: 0.5%; }

.responsiveimages.sixtyfx2thirtyf a { margin-left: 0!important; }
.responsiveimages.sixtyfx2thirtyf a:nth-child(2) { margin-top: 1.5%; }
.responsiveimages.sixtyfx2thirtyf > div { 
	display: inline-block;
	float: left;
	height: 100%;
}
.responsiveimages.sixtyfx2thirtyf .rightside { margin-left: 0.5%; }

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

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

/* STICKER */
#sticker .short { display: none; }
#sticker {
	position: absolute;
	background: url('/grafik/template/sticker.png');
	background: url('/grafik/template/sticker.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
    z-index: 10;
    box-sizing: border-box;
    padding: 20px;
    top: 300px;
    right: -70px;
    transform: rotate(-15deg); -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg);
    text-align: center;
    text-decoration: none;
    width: 200px; height: 215px;
}
#sticker div {
	position: relative;
	color: #FFF;
	font-family: 'Source Sans';
	font-size: 1.4em;
	top: 50%;
	transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);
	text-transform: uppercase;
}

@media screen and (max-width: 1260px) {
	#sticker { right: 10px; }
}
@media screen and (max-width: 1100px) {
	#panoramaimage { height: auto; height: 41.81vw; }
	#sticker { 
		top: 26vw;
		width: 18vw; 
		height: 19vw;
		min-width: 90px; min-height: 90px; 
	}
}
@media screen and (max-width: 1030px) {
	#stickercontainer { top: 25%; }
}
@media screen and (max-width: 945px) {
	#sticker div { font-size: 1.2em; }
}
@media screen and (max-width: 850px) {
	#sticker div { font-size: 1.4em; }
	#sticker div .short { display: block; }
	#sticker div .long { display: none; }
}
@media screen and (max-width: 680px) {
	#stickercontainer { top: 70px; }
}
@media screen and (max-width: 750px) {
	.column2 { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; }
}
/* MEDIA QUERIES */
@media screen and (max-width: 1075px) {
	#tabulator { margin-left: 0!important; }
}
@media screen and (max-width: 1065px) {
	#nav { font-size: 0.9em; line-height: 2.8em; }
}
@media screen and (min-width: 1000px) {
	#showhide { display: none; }
}
@media screen and (max-width: 1000px) {
	#nav > ul > li ul { position: static; }
	body.showmobilemenu #panoramaimage, body.showmobilemenu #main, body.showmobilemenu #footer { display: none; }
	#header { transition: top 1s ease-in-out; -webkit-transition: top 1s ease-in-out; -moz-transition: top 1s ease-in-out; -o-transition: top 1s ease-in-out; }
	#header.hide { top: -100px; }
	#header:before, #cta { height: 60px; }
	#header:after { display: none; }
	#logoplaceholder > * {
		height: 120px; 
		max-width: 140px;
		min-width: 100px;
	}
	#header.mobilemenu #logoplaceholder { visibility: hidden; }
	#logoplaceholder { height: 140px; }
	#logo { z-index: 3; }
	#showhide {
		display: table-cell;
		text-decoration: none;
	}
	#showhide a { 
		border-radius: 1px;
		padding: 0!important;
		width: 40px;
		height: 40px;
		text-align: center;
	}
	#showhide .material-icons {
		vertical-align: -5px;
	}
	#header.mobilemenu #showhide { position: absolute; left: 27px; top: 10px; }
	#slogan { display: none; }
	
	#nav {
		background: #EEEBE3;
		font-size: 1em;
		overflow-y: auto;
		position: fixed; left: -1030px; top: 60px; bottom: 0; z-index: 3;
		transition: left 0.5s ease-in-out; -webkit-transition: left 0.5s ease-in-out; -moz-transition: left 0.5s ease-in-out; -o-transition: left 0.5s ease-in-out;
		width: 100%; height: auto;
	}
	#header.mobilemenu #nav { left: 0; }
	#nav > ul {
		display: block;
		height: 100%;
	}
	#nav li {
		border: none!important;
		display: block!important;
		float: none!important;
		text-align: left!important;
		width: 100%!important; max-width: none!important;
	}
	#nav a {
		display: block!important;
		color: #630!important;
		line-height: 100%!important;
		padding: 0.6em 1.5em!important;
		width: 100%!important; max-width: none!important;
	}
	#nav > ul > li > a:hover, #nav > ul > li > a:active, #nav > ul > li.active > a { background: #DED8C8!important; }
	#nav > ul > li > ul > li > a:hover, #nav > ul > li > ul > li > a:active, #nav > ul > li > ul > li.active > a { background: #DED8C8!important; }


/*	#nav li.active, #nav li:hover, #nav li:hover li.active { background: #DED8C8!important; }*/
	#nav li ul { display: block; }
/*	#nav li ul li a:hover { background: #EEEBE3!important; }*/
	#nav li:hover ul { background: #fff!important; }
	#nav > ul > li ul {
		background: #fff;
		height: auto;
		opacity: 1;
	}
	
	#panoramaimage { margin-top: 60px; }
	#footer section h2 { font-size: 1em; }
	body.infopage #main { margin-top: 8em; }
}

@media screen and (max-width: 1000px) {
	#awards { width: 39.2%!important; }
	#prefooternav { width: 24.4%!important; }
}

@media screen and (max-width: 980px) {
	.responsiveimages.portrait a  { width: 40%; }
}

@media screen and (max-width: 950px) {
	#weatherbox .wfont { font-size: 5em; }
	#weatherbox .weatherdata { font-size: 0.9em; }
	#weatherbox .desc { font-size: 1.1em; }
}

@media screen and (max-width: 900px) {
	#address > * { width: 47%; }
	#routerbutton, #address .socialmediabtn {
        width: 100%!important;
		margin-left: 0!important;
		margin-top: 1.5em;
        text-align: center;
	}
	#address .socialmediabtn {
        width: 100%!important;
    }
}

@media screen and (max-width: 840px) {
	#main .wrapper { display: block; }
	#main .wrapper > * {
		display: block;
		padding: 0;
		width: 100%;
	}
	#aside { margin-top: 2em; }
	#weatherbox .content > div { width: auto; }
	#weatherbox .wfont { padding-right: 0.5em; }
	#rooms .room { margin-top: 3.5em; }
	#weatherbox .wfont { font-size: 6em; }
	#weatherbox .weatherdata { font-size: 1em; }
}

@media screen and (max-width: 650px) {
	#rooms .room { margin-top: 4.5em; }
	#rooms .room .roomimgs {
		display: block;
		float: none;
		margin: 0 auto!important;
		width: 100%; max-width: 600px;
	}
}

@media screen and (max-width: 630px) {
	.wrapper { padding-left: 15px; padding-right: 15px; }
    #partner .partner-logos { justify-content: center; }
}
@media screen and (max-width: 600px) {
	#showhide .button { height: 40px!important; width: 40px!important; }
	#logoplaceholder { 
		height: 130px;
		width: 27%; 
	}
	#nexttologo { 
		height: 60px;
		width: 71%;
	}
	#showhide { width: 10%; }
	#ctabuttons {
		position: fixed; right: 20px; bottom: 20px;
		width: auto;
	}
	#ctabuttons .button {
		background: #988968!important;
		border-radius: 50%;
		box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.39);
		color: #FFF!important;
		line-height: 3em!important;
	}
	#ctabuttons .icon {
		display: inline-block;
		margin-right: 0;
	}
	#ctabuttons .text { display: none; }
	#cta a.button { 
		padding: 0;
		height: 50px; width: 50px;
		text-align: center;
	}
	#awards > div {
		display: block;
		float: none;
		margin: 0;
		width: 100%!important;
	}
	#awards .content { margin-bottom: 2%!important; }
	#awards a.button {
		float: left;
		margin-top: 0%!important; margin-right: 2%!important;
		width: 49%;
	}
	#awards a.button:nth-child(2n) { margin-right: 0!important; }
	#footer { margin-bottom: 4em; }
}
@media screen and (max-width: 570px) {
	#address > *, #address .socialmediabtn {
		margin-bottom: 1.5em; 
		margin-left: 0!important;
		text-align: center;
		width: 100%;
	}
	#routerbutton, #address .socialmediabtn { margin: 0; }
	#address .socialmediabtn { margin-left: 0!important; margin-top: 12px!important; }
	#footer section h2 { 
		font-size: 1.12em;
		margin-bottom: 0.6em;
		text-align: center;
	}
	#panoramaimage { margin-bottom: 3em; }
}
@media screen and (max-width: 560px) {
	.responsiveimages.sixtyfthirtyfx2 > *, .responsiveimages.sixtyfx2thirtyf .leftside > * { width: 49.75%!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:first-child {
		margin-bottom: 0.5%;
		width: 100%!important;
	}
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(2) { margin-left: 0!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(3) { margin-top: 0!important; }
	
	.responsiveimages.sixtyfx2thirtyf .leftside { width: 100%; }
	.responsiveimages.sixtyfx2thirtyf .rightside {
		margin-top: 0.5%; margin-left: 0;
		width: 100%;
	}
	.responsiveimages.sixtyfx2thirtyf .leftside > *:nth-child(2) { margin-left: 0.5%!important; margin-top: 0; }
}
@media screen and (max-width: 420px) { 
	#logoplaceholder {
		margin-right: 15px;
		width: 100px; 
	}
	#nexttologo { width: 50px; }
	#cta {
		display: block;
		margin-top: 10px;
	}
	#nav_copyright, #languageselect { float: none; text-align: center; }
	h1 { font-size: 2em; }
	h2 { font-size: 1.8em; }
}
@media screen and (max-width: 400px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}
@media screen and (max-width: 390px) {
	#weatherbox .wfont { padding-right: 0.2em!important; }
}
@media screen and (max-width: 350px) {
	#awards iframe { display: none; }
	#article p { text-align: left; }
	#weatherbox .wfont { font-size: 5em; }
	#weatherbox .weatherdata { font-size: 0.9em; }
}
/* PRINT STYLES */
@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}