@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);


/* 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, body { margin:0; padding: 0; }
html, button, input, select, textarea {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 300;
	color: #444;
}
html {
    font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
    height: 100%;
}
body { font-size: 1.125em; line-height: 1.231; }

::selection {
	background: #a89b8f;
	color: #FFF; text-shadow: none;
}

/* Links */
a { color: #444; }
a:hover { color: #000; }
a:focus { outline: 0; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: #444; text-decoration: none; }

/* Typography */
h1, h2, h3 { font-weight: normal; text-align: left; }
h1 { font-size: 2em; margin: 0.67em 0; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.25em; margin:  1.2em 0 0.5em; }
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; }
strong { font-weight: bold; }
blockquote { margin: 1em 2.5em; }
dfn { font-style: italic; }
hr {
	border: none;
	-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 2.5em; }
menu, ol, ul { padding: 0 0 0 2.5em; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; width: 100%; height: auto; }
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; }
input { border: 1px solid #fff; padding: 0.2em; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default!important; background: #838383;}
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 14px; *width: 14px; }
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; }
th { vertical-align: top; text-align: left; }

/* CUSTOM CLASSES */

/* 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: 15px; padding: 1em; }
.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 #4CAF50; }
.msg h2 { color: #4CAF50; }
.msg { color: #4CAF50; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2 { 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.button, input[type="submit"], input[type="button"] {
	background: #796d62;
	cursor: pointer;
	border: 0;
	line-height: 140%; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	margin: 0.5em 0;
	padding: 0.5em;
	color: #FFF;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	font-family: 'Kalam', Arial, cursive;
}
a.button:hover, button.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background: #A29589;
	color: #fff;
}
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* LANG SELECT */
.langselect {
	position: absolute;
	text-transform: uppercase;
	top: 5px;
	font-size: 0.75em;
	right: 0;
	display: table;
}
.langselect, .langselect a { text-decoration: none; }
.langselect a {
	display: table-cell;
	padding: 0.2em;
	color: #716a66;
	background-color: #fff;
	width: 1em;
	text-align: center;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
} 
.langselect a:hover {
	color: #57642F;
	background-color: #fff;
}
.langselect span { padding: 0 1px; color: #716a66; }

/* LAYOUT */
.wrapper {
	max-width: 1040px;
	margin: 0 auto;
}
.maximage, .maximage0 { position: fixed!important; top: 0px; right: 0; bottom: 0; left: 0; z-index: 1; }
.maximage .img, .maximage0 {
	background-repeat: no-repeat; background-position: center center;
	background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
	height: 100vh; width: 100%;
	z-index: 1!important;
}

.pano-video-container {
	height: 100dvh;
	position: fixed; z-index: 1; top: 0; left: 0;
	overflow: hidden;
	width: 100dvw;
}
.pano-video-container  video {
	height: 100%;
	width: 177.77777778vh;
	min-width: 100%;
	min-height: 56.25vw;
	position: absolute; left: 50%; top: 50%;
	transform: translate(-50%, -50%);
}
.pano-video-volume {
	background: #796d62;
	border-radius: 50%;
	padding: 0.7em;
	position: absolute; bottom: 85px; left: 20px;
	width: 36px;
}
.pano-video-volume:hover { background: #A29589; }
.pano-video-volume > * {
	display: block;
	height: auto;
	width: 100%;
}
.pano-video-volume > img:last-child, .pano-video-volume.volumeup > img:first-child { display: none; }
.pano-video-volume.volumeup > img:last-child { display: block; }
@media screen and (max-width: 1215px) {
	.pano-video-volume { bottom: 160px; }
}
@media screen and (max-width: 800px) {
	.pano-video-volume {
		bottom: 20px;
		width: 24px;
	}
}

#pano-pager-prev, #pano-pager-next { 
	color: #FFF;
	font-size: 4em;
	position: absolute; top: 50%; z-index: 1;
	text-decoration: none; text-shadow: 1px 1px 6px rgba(0,0,0,0.85);
	transform: translateY(-40%);
}
#pano-pager-prev:hover, #pano-pager-next:hover { color: #efefef; }
#pano-pager-prev { left: 0px; }
#pano-pager-next { right: 0px; }
#pano-pager-prev.hidden, #pano-pager-next.hidden { display: none; }
@media screen and (max-height: 550px) {
	#pano-pager-prev, #pano-pager-next { display: none; }
}

/* HEADER */
#header {
	height: 110px;
	position: fixed;
	left: 0; top: 0; right: 0;
	background-color: #fff;
	color: #716a66;
	z-index: 1000;
	box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.05); -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.05); -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.05);
}
#header .wrapper {
	width: 100%; height: 100%;
	display: table;
	position: relative;
}
#logo, #nav_main { display: table-cell; }
#logo {
	width: 220px; height: 80px;
	vertical-align: middle;
}
#logo img { width: 100%; height: auto; }
#nav_main ul { float: right; }

/* NAV */
#nav_main { vertical-align: middle; }
#nav_main li { display: table-cell; }
#nav_main li a {
	color: #716a66;
	padding: 0.75em;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 600;
}
#nav_main li.active a {
	background-color: #796d62;
	color: #fff;
}
#nav_main li a:hover, #nav_main ul li:hover a, #nav_main ul li.active:hover a {
	background-color: #A29589;
	color: #fff;
}

#nav_main li:hover ul { display: block; }
#nav_main li ul { 
	display: none; 
	opacity: 1;
	position: absolute;
	z-index: 4;
	margin-top: 10px;
}
#nav_main ul li.active ul li, #nav_main li ul li {
	display: block;
	border-top: 1px solid #577617;
}
#nav_main li ul li a { 
	color: #fff;
	display: block;
	line-height: 1.231;
}
#nav_main li ul li a:hover, #nav_main li.active ul a:hover {
	background-color: #A29589;
	color: #fff;
}
#nav_main ul li ul li ul {
	position: static;
	margin-top: 0;
}
#nav_main ul li ul li ul li {
	text-indent: 1em;
	font-size: 80%;
}

#cam { 
	background: #796d62;
	border-radius: 50%;
	color: #FFF;
	font-size: 130%;
	line-height: 100%;
	padding: 0.7em;
	position: absolute; right: 25px; bottom: -80px;
	text-align: center;
	width: 27px;
}
#cam:hover { background: #A29589; }
header.hidecam #cam { opacity: 0; } 

/* GALLERY */
#loading {
	height: auto;
	position: fixed; top: 50%; left: 50%; z-index: 1;
	transform: translate(-50%, -50%);
	width: 31px;
}
#imageselector {
	background: #fff;
	background: rgba(221,221,221, 0.7);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	height: 150px;
	padding: 5px;
	position: absolute; z-index: 100; bottom: 10px; left: 10px; right: 10px;
}
#imageselector.hideimages { background: none; }
#imageselector .thumbnails {
	display: table;
	width: 100%;
}
#imageselector .thumbnails > div { display: table-cell; }
#imageselector .controls {
	font-size: 250%; font-weight: 500;
	text-align: center;
	vertical-align: middle;
	width: 40px; height: 100%;
}
#imageselector.hideimages .controls div {
	background-color: #796d62;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	line-height: 73%;
}
#imageselector .controls:hover {
	background-color: #A29589;
	color: #fff;
	cursor: pointer;
}
#imageselector.hideimages .controls:hover { 
	background: none;
	cursor: default;
}
#imageselector.hideimages .controls:hover div {
	background-color: #A29589;
	cursor: pointer;
}
#imageselector .inner-container {
	height: 140px;
	overflow: hidden;
	position: relative;
	max-width: 10px;
}
#imageselector .inner-container .images {
	clear: left;
	height: 140px;
	position: absolute; left: 0; bottom: 0;
	width: 10000px;
}
#imageselector .inner-container .images .imgcontainer { 
	border: 3px solid transparent;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-left: 5px;
	width: 195px;
	z-index: 10;
} 
#imageselector.hideimages .inner-container { visibility: hidden; }
#imageselector img {
	vertical-align: middle;
	width: 100%; height: auto;
}
#imageselector .inner-container .images .imgcontainer.active { border-color: #A29589; }
#imageselector .inner-container img:hover { cursor: pointer; } 

#mainwrapper, #footer { position: relative; z-index: 1; }

/* ARTICLE */
#main {
	background-color: #fff;
	display: table;
	width: 100%;
	margin-top: 5em;
	margin-top: 80%;
	z-index: 3;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
}
#main {
	-webkit-transition: background-color 0.35s linear;
	-moz-transition: background-color 0.35s linear;
	-o-transition: background-color 0.35s linear;
	transition: background-color 0.35s linear;   
	position: relative;
}
#main.ontop {
	box-shadow: none;
	background-color: transparent;
}
#main.ontop #article { padding-left: calc(2.5em - 8.1px); padding-right: calc(2.5em - 8.1px); }
#main.ontop h1 {
	display: block;
	background-color: rgba(255,255,255,0.8);
	padding: 0.2em;
	margin-bottom: 1.5em;
}
#main.ontop #aside dl { display: none; }
#main.ontop #aside { display: table-cell; vertical-align: top; }
#main.ontop a.arrowup {
	width: 2em;
	height: 2em;
	display: block;
	background-color: #796d62;
	color: #fff;
	padding: 0.75em;
	text-align: center; text-decoration: none; text-shadow: none;
	transition: all linear 250ms;
	position: absolute; top: 0; right: 0;
	margin-top: 44px; margin-right: 45px;
}
#main.ontop a.arrowup:hover, #main.ontop #aside a:hover { background-color: #A29589; }
#main .arrowup { display: none; }
#main.ontop a.arrowup span {
	font-size: 1.5em;
	line-height: 1.3;
}

#article {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 2.5em;
	display: table-cell;
	line-height: 1.65em;
	width: 70%;
	font-weight: 300;
	color: #444;
}
#article.maxwidth {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: block;
	width: 100%;
}
#main.ontop #article.maxwidth { width: 70%; }
#article h1, #article h2, #article h3 {
	text-align: left;
	font-weight: 300;
	line-height: 100%;
	font-family: 'Kalam', Arial, cursive;
}
#article h1 {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	font-size: 2.25em;
	margin: 0 0 1.5em 0;
	text-transform: none;
}
#article h1 .cite { font-size: 50%; font-style: italic; }
#article h2 {
	font-size: 1.5em;
	line-height: 1.25em;
}
#article h3 { 
	font-size: 1.25em;
	line-height: 1.25em;
	text-transform: uppercase;
}
#article ul { list-style-type: square; }

/* ASIDE */
#aside {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: table-cell;
	width: 30%;
	padding-right: 2.5em;
}
#aside .asidecontainer { width: 100%; }
#aside .asidecontainer.fixed {
	position: fixed;
	margin-top: 0;
}
#aside dl {
	background-color: #EEE;
	font-style: normal;
	padding: 1em;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
#aside dt, #aside dd {
	margin: 0;
	padding: 0;
}
#aside dt {
	font-family: 'Kalam', Arial, cursive;
	font-weight: 500;
	font-size: 120%;
}
#aside dd { padding-top: 0.5em; }
#aside dl dt a { font-size: 1.3em; }
#aside dl dt a, #aside h3 a { 
	color: #444;
	text-decoration: none;
}
#aside .asidecontainer dl { margin: 1em 0; }
#aside .asidecontainer > div:first-child dl, #aside .asidecontainer dl:first-child { margin-top: 0; }

/* CTA */
#aside  a.button { 
	display: block;
	text-transform: none;
}
#aside .cta dd { padding-top: 0; }
#aside .cta a.button, #footer_cta a, #footer button {
	text-align: left;
	font-weight: bolder;
	vertical-align: middle;
	background-color: #A5977E;
	display: block;
	font-family: 'Kalam', Arial, cursive;
}
#aside .cta a.phone span {
	transform: rotate(-270deg); -webkit-transform: rotate(-270deg); moz-transform: rotate(-270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
#aside .cta a span {
	float: right;
	vertical-align: middle!important;
	font-size: 1em;
	display: block;
}
#aside a.request { background-color: #796d62!important; }
#aside a.request:hover { background-color: #A29589!important; }

/* Fragmente */

/* WETTERBOX */
@font-face {
	font-family: 'MeteoconsRegular';
	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');
	font-weight: normal;
	font-style: normal;
}
.wetter .icon, .wfont {
	font-family: 'MeteoconsRegular';
	font-size: 5em;
	vertical-align: middle;
	padding-right: 0.25em;
}
.wetter .icon, .wetter .temperature { display: table-cell; }
.wetter .temperature { vertical-align: middle; }
.wetter .max .value {
	font-size: 2.2em;
	line-height: 100%;
}
.wetter .min .value { font-size: 1.3em; }
.wetter .small {
	font-size: 14px!important;
	text-transform: uppercase;
}

/* FOOTER */
#footer {
	margin-top: 8em;
	background-color: #a89b8f;
	color: #fff;
}
#footer a { color: #FFF; text-decoration: none; }
#nav_copyright a.active, #nav_copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer span { margin: 0 3px; color: #fff; }

#footer > .wrapper { padding: 1em 0 0 0; }
#footer .wrapper .box {
	display: table-cell;
	vertical-align: top;
	min-height: 8em;
	width: 50%;
	padding-right: 1em;
}
#footer .box:last-child { padding-right: 0; }
#footer h3 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
}
#footer p { margin: 0.5em 0 0 0; padding: 0; } 
#footer #address { font-style: normal; }
#footermailbutton { 
	font-size: 0.87em; 
	padding-top: 0.73em; padding-bottom: 0.74em;
}
#footer a.button, #footer .newsletter input[type=submit], #footer button  {
	text-transform: none;
	padding-right: 1em;
	background-color: #a89b8f;
	color: #fff;
}
#footer .button.request { background-color: #796d62; }
#footer .button.request:hover {	background-color: #8c8176; }
#footer a.button span, #footer button  span { 
	color: #fff;
	line-height: 140%;
}
#footer a.button:hover, #footer input[type=submit]:hover, #footer button:hover { background-color: #A29589; }
#footer .socialmedia a, #footer .socialmedia li span { color: #fff; }

/* Footer Images */
#footer div.footerimgs > *  {
	display: block;
	text-align: center;
}
#footer div.footerimgs > * + * { margin-top: 30px; }
#footer div.footerimgs img {
	height: auto;
	width: 80%; 
}

/* SOCIAL MEDIA */
#footer .socialmedia { margin-top: 24px; }
#footer .socialmedia h3 { display: none; }
#footer .socialmedia a {
	display: table;
	margin-top: 0.3em;
	padding: 0.2em 0.3em;
	width: 110px;
}
#footer .socialmedia a:first-child { margin-top: 0; }
#footer .socialmedia a > * { 
	display: table-cell;
	color: #fff;
	font-size: 1.125em;
	margin: 0;
	text-align: left; text-decoration: none;
	vertical-align: middle;
	width: 50%;
}
#footer .socialmedia a, #footer .wrapper .box .socialmedia a span.icon { 
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; 
	text-align: right;
}
#footer .socialmedia .icon { font-size: 20px; }
#footer .socialmedia a:hover { background-color: #fff; }
#footer .socialmedia a.facebook:hover { background: #3b5998!important; }
#footer .socialmedia a.googleplus:hover { background: #d34836!important; }

/* CTA Footer */
#footer_cta { 
	background: #a89b8f;
	font-size: 0.9em;
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;
}
body.it #footer_cta { font-size: 0.85em; }
#footer_cta a {
	display: inline-block;
	margin-left: 1%;
}
#footer_cta a:first-child, #footer_cta a:last-child { margin-left: 0; }

#footer_cta .quickrequest { float: right; }
#footer_cta .quickrequest > * { vertical-align: middle; }
#footer_cta .quickrequest label { margin-right: 6px; }
#footer_cta .quickrequest input[name="q-arrival"] { width: 90px; }
#footer_cta .quickrequest input[name="q-arrival"], #footer_cta .quickrequest select { margin-right: 15px; }
#footer_cta .quickrequest select  { padding: 0.2em; }
#footer_cta .quickrequest button { display: inline-block; }
#footer_cta .quickrequest button.book { background: #0e7e45; }
#footer_cta .quickrequest button.book:hover { background: #21985C; }

#footer .docked { position: relative!important; }
@media screen and (max-width: 700px) {
	#footer_cta .text { display: none; }
	#footer_cta a { border-radius: 50%; }
	#footer_cta a, #footer_cta button.request, #footer_cta button.book { padding-right: 0.5em!important; }
	#footer_cta button.request .icon, #footer_cta button.book .icon { display: none; }
	#footer_cta button.request .text, #footer_cta button.book .text { display: block; }
}

/* COPYRIGHT */
#nav_copyright {
	padding-bottom: 0.5em;
	font-size: 70%;
}
#nav_copyright span { color: #FFF; }

/* Tabelle */
.table { width: 100%; }
.table th { text-align: left; font-weight: bolder; }
.table th, .table td { padding: 0.2em 0.5em; }
.table tr td { border-top: 1px solid #ddd; }


/* Custom (kann je nach Template variieren) */
div .ui-widget-header { background: #a89b8f!important; }

#article table tr > * { padding: 0.5em 0.7em; }
#article table.clean tr > * { padding: 1px; }
#article table tbody tr > * { border-bottom: 1px solid #AAA; }
#article table.clean tbody tr > * { border-bottom: none; }
#article table th {
	background: #a89b8f;
	color: #FFF;
}
#article table.clean th { 
	background: none;
	color: #444;
}

/* 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; }

/* Responsive Videos */
.video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
        border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Responsive Images */
.responsiveimages {
	clear: both;
	overflow: auto;
}
.responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: left;
	margin-left: 0.5%; margin-top: 0.25%; margin-bottom: 0.25%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; }
.responsiveimages.portrait a { width: 100%; max-width: 300px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages a img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width: 400px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
	height: 1133px; max-height: 80%;
	margin: 0;
	width: 800px!important; max-width: 80%!important;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }

/* Cookie Hint */
#cookiehint {
	display: table;
	width: 100%;
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookiehint p, #cookiehint button {
	display: table-cell!important;
	vertical-align: middle;
}
#cookiehint p {
	margin: 0;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	display: inline-block;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	line-height: 1.25em!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
	width: 36.38px;
}
#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; }

@font-face {
	font-family: 'icomoon';
	src: url('../font/icomoon.eot?3vvq4k');
	src: url('../font/icomoon.eot?3vvq4k#iefix') format('embedded-opentype'),
		 url('../font/icomoon.ttf?3vvq4k') format('truetype'),
		 url('../font/icomoon.woff?3vvq4k') format('woff'),
		 url('../font/icomoon.svg?3vvq4k#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	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-facebook3:before {
  content: "\e601";
}
.icon-request:before {
  content: "\e602";
}
.icon-uniF073:before {
  content: "\f073";
}
.icon-uniF0D5:before {
  content: "\f0d5";
}
.icon-mail:before {
  content: "\f0e0";
}
.icon-camera:before {
  content: "\e60e";
}
.icon-arrow-left6:before {
  content: "\e6d6";
}
.icon-arrow-down6:before {
  content: "\e6d7";
}
.icon-arrow-up6:before {
  content: "\e6d8";
}
.icon-arrow-right6:before {
  content: "\e6d9";
}
.icon-phone:before {
  content: "\e71f";
}
.icon-location:before {
  content: "\f041";
}
.icon-menu:before {
  content: "\f0c9";
}

/* MEDIAQUERIES */
@media screen and (max-width: 1100px){
	#header, #footer { padding-left: 1em; padding-right: 1em; }
	#aside .button { font-size: 90%; }
}

@media screen and (min-width: 1023px) {
	#header { top: 0!important; }
	#main { display: table!important; }
	#footer { display: block!important; }
	#showhide, #nav_mobile { display: none; }
}

/* kleiner als 900 */
@media screen and (max-width: 1023px) {
	#header, #header.wrapper { height: 100px; }
	#header.wrapper { display: block; }
	#logo {
		display: block;
		height: auto;
		margin: 28px auto 0;
		padding: 0!important;
		vertical-align: middle;
		width: 70%; max-width: 220px;
	}
	#nav_main { display: none; }
	#showhide {
		position: absolute; top: 25px; z-index: 1;
		width: 50px; height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		vertical-align: middle;
	}
	#showhide a {
		background: #796d62;
		color: #FFF;
		display: block!important;
		line-height: 62px;
		width: 50px; height: 50px;
		text-align: center; text-decoration: none;
	}
	#showhide a span { font-size: 30px; }
	#showhide a:hover { background-color: #A29589; }
	#nav_mobile {
		border-top: 1px solid #796d62;
		display: block;
		position: fixed;
		top: 100px; left: -1100px; bottom: 0; z-index: 1;
		padding: 0;
		overflow: auto;
		background-color: #FFF;
		width: 100%;
	}
	#nav_mobile > ul { margin-top: 0.5em; }
	#nav_mobile li a {
		color: #444;
		padding: 0.5em 1em;
		text-decoration: none;
		font-size: 1.1em;
		font-weight: 500;
		display: block;
	}
	#nav_mobile > ul > li.active > a, #nav_mobile > ul > li > a:hover { 
		background: #A29589;
		color: #FFF;
	}
	#nav_mobile li ul { font-size: 0.9em; }
	#nav_mobile li ul li {
		background-color: #fff;
		display: block;
		border-bottom: thin solid #fff;
	}
	#nav_mobile li ul li a { 
		color: #716a66;
		display: block;
		line-height: 1.1em;
		padding: 0.3em 1.5em 0.3em 1.8em;
	}
	#nav_mobile li ul li a:hover, #nav_mobile li ul li.active a { text-decoration: underline; }
	#cam { bottom: 8px; right: 20px; }
}

@media screen and (max-width: 1000px) {	
	#nav_main ul li a { padding: 0.75em 1em!important;}
	#aside .button { 
		font-size: 100%;
		max-width: 195px;
		text-align: center;
	}
	#article, #aside {
		display: block;
		width: auto;
		padding: 1.5em;
	}
	#main.ontop a.arrowup { margin-top: 1.5em; }
	#main.ontop #article { width: 85%; }
	
	#footer { position: relative; }
	#footer .wrapper { overflow: auto; padding: 1em; }
	#footer_cta .wrapper { padding: 0 1em; }
	#footer .docked .wrapper { padding: 0!important; }
	#footer .wrapper > .box {
		display: inline-block;
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
		float: left;
		min-height: 200px;
		width: 50%!important;
	}
	
	#footer .box.double div.hc { display: none; }
	
	#nav_copyright { padding-top: 0; } 
}

@media screen and (max-width: 920px) {	
	#footer_cta { text-align: center; }
	#footer_cta .quickrequest {
		display: inline-block;
		float: none;
		margin-left: 1%;
	}
	#footer_cta .quickrequest label, #footer_cta .quickrequest input, #footer_cta .quickrequest select { display: none; }	
}

@media screen and (max-width: 800px) {
	.maximage, .pano-video-container {
		margin-top: 100px;
		position: relative!important; top: auto; left: auto; right: auto; bottom: auto; 
	}
	body.infopage .maximage { display: none!important; }
	.maximage .img, .pano-video-container { height: 51vw; min-height: 200px; }
	#pano-pager-prev, #pano-pager-next { font-size: 2em; }
	#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); }
	#main { 
		background: #FFF;
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
		margin-top: 0!important;
	}
	body.infopage #main { 
		display: block;
		margin-top: 100px!important;
	}
	#article { margin-top: 1em; }
}

@media screen and (max-width: 650px) {	
	#main { display: block; }
	#main.ontop a.arrowup { display: none; }
	#main.ontop #article { width: 100%!important; }
	#article h1 {
		font-size: 1.5em;
		margin: 0 0 2.2em 0!important;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 620px) {
	#footer .wrapper, #footer .wrapper h3 { text-align: center; }
	#footer .socialmedia a { margin-left: auto; margin-right: auto; }
	#footer .wrapper .box {
		display: block;
		margin-top: 2em;
		min-height: initial!important;
		width: 100%!important;
	}
	#footer .wrapper .box:first-child { margin-top: 0; }
}

/* kleiner als 580 */
@media screen and (max-width: 580px) {
	#footer .box.double div.hc { display: block; }
}

@media screen and (max-width: 450px) {
	#logo { 
		margin-top: 32px;
		width: 170px;
	}
	#showhide a, #cam {
		background: transparent;
		color: #796d62;
		padding: 0;
	}
	#cam { bottom: 52px; }
	#showhide a:hover, #cam:hover { background: transparent; }
}

@media screen and (max-width: 390px) {
	#footer .socialmedia { bottom: 2.5em; }
}

@media screen and (max-width: 360px) {
	#logo { 
		margin-top: 36px;
		padding-left: 10px!important;
		width: 150px;
	}
}

/* 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 */
	#aside { display: none!important;}
	#header, #aside, #footer, #copyright { display: none; }
	#main { box-shadow: none; margin: 0!important; padding-top: 1em; }
	#article  { display: block; font-size: 16pt; padding: 0; width: 100%!important; }
	.slidebox dd { display: block!important; }
}