@charset "utf-8";
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(../font/materialicons-regular.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}
@font-face {
	font-family: 'Roboto'; font-style: normal; font-weight: 400;
	src: url('../font/roboto/regular.ttf') format('truetype')
}
@font-face {
	font-family: 'Roboto'; font-style: normal; font-weight: 500;
	src: url('../font/roboto/medium.ttf') format('truetype')
}
@font-face {
	font-family: 'Roboto'; font-style: normal; font-weight: 700;
	src: url('../font/roboto/bold.ttf') format('truetype')
}
@font-face {
	font-family: 'Roboto'; font-style: normal; font-weight: 900;
	src: url('../font/roboto/black.ttf') format('truetype')
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy-black.otf') format('opentype'),
		 url('../font/gilroy-black.woff') format('woff'),
		 url('../font/gilroy-black.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy-semibold.otf') format('opentype'),
		 url('../font/gilroy-semibold.woff') format('woff'),
		 url('../font/gilroy-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy-medium.otf') format('opentype'),
		 url('../font/gilroy-medium.woff') format('woff'),
		 url('../font/gilroy-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy-regular.otf') format('opentype'),
		 url('../font/gilroy-regular.woff') format('woff'),
		 url('../font/gilroy-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy-light.otf') format('opentype'),
		 url('../font/gilroy-light.woff') format('woff'),
		 url('../font/gilroy-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Geller';
    src: url('../font/geller-headline-medium.otf') format('opentype'),
		 url('../font/geller-headline-medium.woff') format('woff'),
		 url('../font/geller-headline-medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* 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 */
body {
	background-image: url('/grafik/template/_background.png'); background-repeat: repeat;
	background-color: #dad5cc;
	color: #3f3932;
	font-family: 'Gilroy', Tahoma, Geneva, sans-serif; font-size: 22px; line-height: 140%; font-weight: 300; letter-spacing: 1px;
    margin: 0;
}
#main, #footer { font-family: 'Gilroy'; }
#footer { color: #000; font-size: 0.8181em; }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #b17f4a; background: rgba(177,127,74, 0.5);
	color: white; text-shadow: none;
}

/* Links */
a { color: #b17f4a; text-decoration: none; }
a:hover { color: #7c5934; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: black; text-decoration: none; }

/* Typography */
h1, h2, h3 { font-weight: normal; line-height: 110%; }
h1 { font-size: 2em; margin: 0.67em 0; font-family: 'Geller'; }
h2 { font-size: 1.5em; margin: 0.83em 0; font-family: 'Geller'; }
h3 { font-size: 1.17em; 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: 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; }
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, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default!important; background: #838383;}
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1600px; }
.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, .grid-container .row.table > .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table > .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table > .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table > .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table > .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table > .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table > .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table > .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table > .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table > .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table > .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table > .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; }
/* 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 { 
	background: #fff3cd; 
	border: 1px solid #ffeeba;
	color: #856404;
}
.msgerror { 
	background: #f8d7da; 
	border: 1px solid #f5c6cb;
	color: #721c24;
}
.msg, .msgerror { 
	padding: 1em;
	text-align: left;
}
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg ul, .msgerror ul { margin: 0; }

/* 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: #b27f45; 
	border-radius: 0px; border: 0;
	color: #FFF;
	display: inline-block;
	font-family: sans-serif; font-size: 1em; font-weight: 600;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1.2em;
	padding: 0.75em 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.72727em;
	letter-spacing: 2px;
}
a.button.secondary, button.secondary, input[type="submit"].secondary, input[type="button"].secondary { background: #663967; }
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #8c6436; }
a.button.secondary:hover, button.secondary:hover, input[type="submit"].secondary:hover, input[type="button"].secondary:hover { background: #4b2b4c; }
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Datepicker */
div .ui-widget-header { background: #663967!important; }

/* START CUSTOM PART */

/* CLASSES */
.selectbox-container { 
	border-bottom: 3px solid #3f3932;
	color: #3f3932; 
	font-size: 1.3125rem;
	padding-bottom: 3px; padding-left: 0.6em; padding-right: 0.6em;
	text-align: left;
}
.selectbox-container { 
	cursor: pointer;
	display: inline-block;
	position: relative; z-index: 5;
	vertical-align: -4px;
}
.selectbox-input-container { 
	display: table;
	width: 100%;
}
.selectbox-input-container > * { display: table-cell; }
.selectbox-input { 
	line-height: 1.25em;
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
	width: 100%; max-width: 500px; min-width: 220px;
}
.selectbox-arrow {
	margin-left: 5px;
	position: relative; top: 3.5px; right: 0; z-index: 1;
	width: 24px;
}
.selectbox-arrow i { 
	font-size: 1.5em;
	vertical-align: -3px;
}
.selectbox-container.active .selectbox-arrow i { transform: rotate(180deg); }
.selectbox-valuecontainer { position: relative; z-index: 1; }
.selectbox-valuecontainer > div {
	background: #FFF;
	border: 1px solid #616161;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: none;
	position: absolute; top: 10px; left: -0.6em; z-index: 1;
	max-height: 355px; min-width: calc(100% + 1.2em);
	overflow-x: visible; overflow-y: auto;
}
.selectbox-container.active .selectbox-valuecontainer > div { display: block; }
.selectbox-container.rightonly .selectbox-valuecontainer > div { left: auto; right: 0; }
.selectbox-valuecontainer a.selectable {
	color: #3f3932;
	display: block;
	font-size: 0.8em;
	line-height: 1.35em;
	min-height: 21px;
	padding: 0.5em 1em;
	text-decoration: none;
	white-space: nowrap;
}
.selectbox-valuecontainer a.selectable:hover, .selectbox-valuecontainer a.selectable.selected { 
	background: #b17f49; 
	color: #fff;
}
.selectbox-valuecontainer a.selectable.groupborder { border-bottom: 1px solid; }
.selectbox-search-container {
	border: 1px solid #616161;
	margin: 0.8em;
}
.selectbox-search {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: 100%
}
.selectbox-search > * {
	display: table-cell;
	padding: 2px 6px;
	vertical-align: middle;
}
.selectbox-search > *:last-child { width: 25px; }
.selectbox-search i {
	color: #616161;
	vertical-align: middle;
}
.selectbox-search input { 
	border: none;
	font-size: 0.8em;
	outline: none;
	text-transform: none!important;
	width: 100%!important;
}

.filters {
	text-align: left;
	padding-left: 3%;
}

#article.rightimgs {
	width: 50%;
	float: left;
	margin-left: 10%;
	text-align: left;
}

#rightimgblock {
	padding-top: 7.27273em;
	width: 25%;
	float: left;
	text-align: center;
    margin-left: 5%;
}
#rightimgblock .rightimg {
	background: #fff;
	padding: 1.13614em;
	margin-bottom: 4em;
    max-width: 360px;
	height: auto;
	width: 100%;
}

#main::after {
	content: ' ';
	clear: both;
	display: block;
	float: none;
}

#article > div { 
	max-width: 1170px; 
	margin: 0 auto;
}
#article > div ul { 
	list-style: inside;
	padding: 0;
}
.descblock {
	max-width: 720px;
	margin: 1em auto;
}
#header .descblock { margin: 0 auto; }
.pretitle {
	font-size: 0.7272em;
	font-weight: 200;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 2em;
}
#article .pretitle { font-weight: 600; }
.title {
	font-size: 2.5em;
	font-family: 'Geller';
	margin-bottom: 0.63636em;
	line-height: 100%;
}

/* PRIMARY STYLES [layout] */
#preheader { 
	background: #4c294c;
	color: #fff;
	font-weight: 400;
	font-size: 0.5454em;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: fixed; left: 0; right: 0; z-index: 6;
	padding: 0;
}
#preheader a { 
	color: #fff;
	text-decoration: none;
}
#preheader .preheader-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}
#preheader .preheader-menu {
	display: flex;
	gap: 40px;
	align-items: center;
	padding: 0.7em;
}
#preheader .preheader-menu .hamburger { padding: 0; }
#preheader .preheader-menu .hamburger button {
	padding-left: 15px;
	position: relative;
	top: 7px;
}
#preheader .preheader-menu .hamburger-inner, #preheader .preheader-menu .hamburger-inner::before, #preheader .preheader-menu .hamburger-inner::after {
	width: 30px;
	height: 1px;
}
#preheader .preheader-menu .hamburger--spring .hamburger-inner::before { top: 7px; }
#preheader .preheader-menu .hamburger--spring .hamburger-inner::after { top: 14px; }
#preheader .preheader-menu .hamburger--spring.is-active .hamburger-inner::before { top: 0; }
#preheader .preheader-menu .hamburger--spring.is-active .hamburger-inner::after { top: 0; }
#preheader .preheader-menu .hamburger-box { height: 21px; }
#preheader .preheader-menu .btn {
	display: flex;
	gap: 10px;
	align-items: center;
}
#preheader .preheader-menu .btn .icon img {
	display: block;
	width: auto;
	height: 25px;
}
#preheader .preheader-cta {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
#preheader .preheader-cta .button:first-of-type {
	background: none;
	border-left: 1px solid #fff;
}
#preheader .preheader-cta .button:first-of-type:hover { background: #6a3d6d; }
#preheader .preheader-cta .button {
	display: block;
	font-size: 1.25em;
	padding: 1.4em 1.5em;
}
#preheader .languageselect { padding: 0 1em; }
#preheader .vipbutton { 
	float: right;
	font-size: 1.25em;
	margin-right: 1.25em;
}
#preheader .vipbutton a { vertical-align: 2px; }
#preheader-whatsapp {
	float: right; 
	margin-left: 1.25em;
}
#preheader-whatsapp img {
	display: inline-block;
	height: auto;
	vertical-align: -6px;
	width: 22px;
}
#preheader .phone {
	font-weight: 400;
	font-size: 1.1666em;
	float: right;
}
#preheader #mobilemenu {
	display: none;
}
#preheader::after {
	content: ' ';
	clear: both;
	display: block;
	float: none;
}
#mobilemenublock {
	background: #663967;
	color: #fff;
	display: none;
	position: fixed; top: 59px!important; z-index: 3; left: 0; right: 0;
	width: 100%;
	padding-top: 59px;
	text-align: center;
	bottom: 0;
	height: calc(100vh - 110px);
	overflow: auto;
	z-index: 100;
}
#mobilemenublock.is-active {

}
#mobilemenublock .phone {
	padding: 30px 0;
	font-size: 16px;
}
#mobilemenublock .nav {	
	font-weight: 600;
	text-transform: uppercase;
}

#mobilemenublock .nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 100px;
	text-align: left;
	justify-content: center;
}

#mobilemenublock .nav ul li { 
	line-height: 250%!important; 
	position: relative;
}
#mobilemenublock .nav > ul > li > a {
	display: block;
	font-size: 1.75em;
	font-family: 'Geller';
	padding-bottom: 0.5em;
	text-transform: none;
}
#mobilemenublock .nav > ul > li > ul > li {
	font-size: 0.8em;
	letter-spacing: 3px;
}
#mobilemenublock .nav > ul > li:hover > a { color: #b17f49; }
#mobilemenublock .nav > ul > li > ul > li > a:hover { color: #b17f49; }


#mobilemenublock .nav > ul > li { line-height: 170%; }
#mobilemenublock .nav > ul > li.active > a { color: #b17f49; }
#mobilemenublock .nav > ul > li ul a { font-weight: normal; }
#mobilemenublock .nav > ul > li > ul > li > ul { padding: 0.5em 0 1.5em; }
#mobilemenublock .nav > ul > li > ul > li > ul > li { font-size: 0.875em; line-height: 200%!important; }
#mobilemenublock .nav > ul > li > ul > li > ul > li > a { color: #b17f49; }
#mobilemenublock .nav > ul > li > ul > li.active > a { color: #b17f49; text-decoration: underline; } 
#mobilemenublock .nav > ul > li > ul > li > ul > li.active > a { color: #b17f49; text-decoration: underline; } 
#mobilemenublock .nav > ul > li ul {
	border-left: 1px solid #fff;
	display: none;
    padding-left: 1.25em;
	position: absolute;
	width: 300px;
	z-index: 100;
}
#mobilemenublock a {
	color: #fff;
    font-weight: normal;
	text-decoration: none;
}
#mobilemenublock #smalllogo { margin: 2em 0 4em; }
#mobilemenublock #smalllogo img { width: 170px; }
#mobilemenublock .logo img {
    height: 45px;
    margin-top: 2em;
    margin-bottom: 2em
}
#mobilemenublock .mobilemenu-footer {
	background: #623b66;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	gap: 50px;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0;
}
#mobilemenublock .mobilemenu-footer .languageselect { font-size: 14px; }
#mobilemenublock .mobilemenu-footer .vipbutton { font-size: 14px; }
.nav li i {
	color: #FFF;
	cursor: pointer;
	padding: 0.15em;
	position: absolute;
	top: 15px;
	z-index: 1;
	font-size: 24px;
	right: auto;
}

@media screen and (max-width: 1310px) {
	#mobilemenublock .nav > ul > li > a { font-size: 1.25em; }
}
@media screen and (max-width: 1100px) {
	#mobilemenublock .nav ul { gap: 0 50px; }
}
@media (max-width: 750px) or (hover: none) {
	#mobilemenublock.is-active { height: calc(100vh - 44px) !important; }
	#mobilemenublock .nav > ul > li:hover > ul { display: none; }
	#mobilemenublock { padding-top: 10px; }
	#mobilemenublock #smalllogo {
		margin: 1em;
	}
	#mobilemenublock #smalllogo img { width: 100px; }
	#mobilemenublock .nav ul > li  {
		width: 100%;
		text-align: center;
	}
	#mobilemenublock .nav > ul > li ul {
		border: 0;
		position: static;
		width: 100%;
		padding: 0;
		margin-bottom: 1em;
	}
	#mobilemenublock .nav > ul > li > a {
		display: inline;
		font-size: 1.25em;
		padding-bottom: 0;
	}
	#mobilemenublock .mobilemenu-footer {
		margin-top: 3em;
		position: static;
	}
}

#header { 
	background-image: url('/grafik/template/woman.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #663967;
	color: #fff;
	text-align: center;
	padding-top: 59px;
	padding-bottom: 7.7272em;
	position: relative;
}
#header a { 
	color: #fff;
	text-decoration: none;
}
#header .logo {
	display: block;
	padding: 30px 0 70px;
}
#header .logo img {
	max-width: 290px;
	height: auto;
	width: 100%;
}
#header .nav {
	text-transform: uppercase;
	font-size: 0.727272em;
	font-weight: 300;
	letter-spacing: 3px;
	padding-bottom: 2em;
	transition: 400ms padding linear;
}
.small-header #header .nav { padding-bottom: 0; }
#header > .nav > ul:first-of-type {
	display: inline-block;
	position: relative;
}
#header .nav > ul > li { display: inline-block; }
#header .nav > ul > li {
	font-weight: 600;
}
#header .nav > ul > li::after {
	content: '.';
	padding: 0 1em;
	display: inline-block;
    vertical-align: top;
}
#header .nav > ul > li:last-of-type::after {
	content: ' ';
	padding: 0;
}
#header .nav > ul > li > a {
	border-bottom: 1px solid transparent;
	padding-bottom: 1em;
}
#header .nav > ul > li.menu-show > a {
	border-bottom: 1px solid #b17f49;
}
#header .nav ul li a { display: inline-block; }
#header .nav ul li.active > a {
	color: #b17f49;
    font-weight: bold;	
}
#header .nav ul li:hover > a {
	color: #b17f49;
    font-weight: bold;	
}
#header .nav ul li a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#header .nav > ul > li ul {
	background: #663967;
	display: none;
	line-height: 1.3;
	padding: 1em 1em 0;
	position: absolute;
	left: auto;
	margin-left: -1em;
	font-weight: normal;
	text-align: left;
}
#header .nav > ul > li.active > ul { /*display: block;*/ }
#header .nav > ul > li.active > ul > li.active > ul { /*display: block;*/ }
.small-header #header .nav > ul > li > ul > li > ul { 
	color: #663967; 
	padding-top: 4em; 
}
.small-header #header .nav > ul > li > ul > li > ul a {	
	color: #663967; 
	font-weight: 600;
}
.small-header #header .nav > ul > li > ul > li > ul > li.active a { font-weight: bold; }
.small-header #header .nav > ul > li > ul > li > ul > li:hover > a {
    font-weight: bold;	
}
#header #smalllogo { padding: 50px 0 0px; }
#header #smalllogo img { height: 127px; }

#header #bookbutton, #header #requestbutton {
	display: none;
	position: fixed;
	right: 0;
	top: 100px;
	min-width: 130px;
	z-index: 99;
}
html[lang="it"] #header #bookbutton, html[lang="it"] #header #requestbutton { min-width: 150px; }
#header #bookbutton { top: 143px;  }
#header #requestbutton { background: #492a4b; }

.headerquote { margin-top: 0.5em; }
.headerquote span { text-transform: uppercase; }

body.small-header #header { 
	background-image: none; 
	padding-bottom: 3.7272em;
}
body.small-header #header .logo { padding: 40px 0 20px; }
body.small-header #header #smalllogo { display: none; }

#main { background: #f0efee; }

#article { 
	padding-top: 7.27273em;
	padding-bottom: 3em;
	text-align: center; 
}

#footer {
	background: #663967;
	color: #fff;
	text-align: center;
	padding: 3em 20px;
	position: relative;
}
#footer a {
	color: #fff;
	text-decoration: none;	
}
#footer > img { width: 204px; }
#footer a:hover { text-decoration: underline; }
#footer #footersmalllogo {	position: absolute; left: calc(50% + 180px); top: 110px; }
#footer #footersmalllogo img { height: 127px; }
#footer #footermobilemenu { display: none; }
#footer > a > img { 
	height: 54px;
	width: 100%;
	padding-bottom: 2em;
}

#footermenu {
	margin-top: 3em;
	text-transform: uppercase;
	font-weight: 500; font-size: 0.88889em;
}

#footersocial { margin-top: 1em; }
#footersocial a { 
	background: #b17f4a; 
	border-radius: 25px;
	display: inline-block; 
}
#footersocial a + a { margin-left: 0.5em; }
#footersocial img { 
	padding: 10px;
	max-width: 25px;
	vertical-align: middle;
}

#subfooter {
	background: #4e274d;
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#subfooter a {
	color: #fff;
	text-decoration: none;
}
#subfooter a:hover { text-decoration: underline; }

#partners { 
	background: #f0efee;
	text-align: center; 
	padding: 1em 0;
}
#partners img { 
	height: 60px;
	width: auto;
	max-width: 100%;
}
#partners .owl-nav .owl-prev img, #partners .owl-nav .owl-next img { max-width: 20px; }
#partners > * {
	display: inline-block; 
	margin-right: 1.5em;
	margin-bottom: 1em;
}
#partners .merano img { max-width: 90px; }
#partners .falstafftravel img { max-width: 100px; }
#partners .escapio img {
	height: 90px;
	vertical-align: -15px;
}
#partners .bettundbike img { max-width: 140px; }

#preheader #mobileplaceholder { display: none; }

/* START Popup */
.popup {
	border: 1px solid #d8d8d8;
	-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-image: url(/grafik/template/_background.png);
	background-repeat: repeat;
	background-color: #dad5cc;
	max-width: 575px;
	width: calc(100vw - 50px);
	max-height: calc(100vh - 125px)!important;
	margin: 0 auto;
	padding: 1.5em;
	overflow: auto;
	z-index: 100;
}
.popup .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.popup .close img { width: 20px; }
.popup .popuptitle {
	font-family: 'Geller';
	font-size: 1.5em;
	margin-bottom: 0.75em;
	line-height: 1.2em;
	text-transform: uppercase;
}
.popup .desc {
	font-size: 0.75em;
	line-height: 1.4;
}
.popupoverlay {
	background: rgba(0, 0, 0, 0.5);
	position: fixed; top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
/* END Popup */

/* START Hinweisbox */

.hint-container {
	font-size: 16px;
	position: fixed; z-index: 10001; bottom: -310px; right: -600px;
	transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97);
	-webkit-transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97); 
	-moz-transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97);
	-o-transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97);
	text-align: right;
	width: 550px;
}
.hint-container.show { bottom: 1em; right: 1em; }
.hint-innercontainer {
	background: #FFF;
	box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75); -moz-box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75);
	display: table;
	table-layout: fixed; text-align: left;
	width: 100%;
}
.hint-innercontainer > * {
	display: table-cell;
	vertical-align: top;
}
.hint-image {
	background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url('/grafik/template/hotelclosed.jpg');
	width: 200px;
}
.hint-content {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	font-size: 1.05em;
	line-height: 1.35em;
	position: relative; z-index: 1;
	width: 350px;
}
.hint-remove { cursor: pointer; }
.hint-content .hint-remove { position: absolute; z-index: 1; right: 1em; top: 1.15em; }
.hint-content .hint-remove img {
	display: block;
	height: 14px;
	width: 14px;
}
.hint-title {
	background: #663967;
	color: #FFF;
	padding: 1em;
}
.hint-content p { 
	font-size: 0.9em;
	margin: 0;
	padding: 1em;
}
.hint-buttoncontainer { 
	margin-left: 1em; margin-right: 1em; margin-top: 1.5em; margin-bottom: 1em;
	text-align: right;
}
.hint-content .button { font-size: 0.8em; }
.hint-innercontainer-mobile {
	background: #b27f45;
	box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75); -moz-box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75);
	color: #FFF!important;
	display: none;
	margin-top: 1em;
	padding: 0.5em;
	text-decoration: none!important;
	max-width: calc(100vw - 4em);
}
.hint-innercontainer-mobile > * {
	display: table;
	width: 100%;
}
.hint-innercontainer-mobile > * > * {
	display: table-cell;
	vertical-align: top;
}
.hint-innercontainer-mobile > * > *:last-child { width: 30px; }
.hint-innercontainer-mobile .hint-remove { margin-left: 0.8em; }
@media screen and (max-width: 680px) {
	.hint-innercontainer { display: none; }
	.hint-innercontainer-mobile { display: inline-block; }
}
@media screen and (max-width: 340px) {
	.hint-innercontainer-mobile { font-size: 0.9em; }
}
/* END Hinweisbox */

/* START Hamburger Menu */
.hamburger {
	padding: 15px 15px 11px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
}
.hamburger:focus { outline: none; background: none; }
.hamburger:hover { background: none; opacity: 1; }
.hamburger.is-active:hover { opacity: 1; }
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after { background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before { top: -10px; }
.hamburger-inner::after { bottom: -10px; }

.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.13s linear; 
}
.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spring .hamburger-inner::after {
	top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important; 
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); 
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); 
}
/* END Hamburger Menu */

/* START Bild Text und Farbe Element */
.bildtextfarbe .boxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 140px;
	align-items: flex-start;
}
.bildtextfarbe .box {
	position: relative;
	width: calc(50% - 70px);
}
.bildtextfarbe .box:first-of-type { margin-top: 3em; }
.bildtextfarbe .box .img img {
	display: block;
	width: 100%;
	height: auto;
}
.bildtextfarbe .box .desc {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	max-width: 330px;
	padding: 1.8em 2em 1em;
	box-sizing: border-box;
	text-align: left;
}
.bildtextfarbe .box .desc .pretitle {
	margin-bottom: 1em;
	font-size: 0.9em;
	font-weight: 500!important;
}
.bildtextfarbe .box .desc .title {
	font-size: 1.3em;
	line-height: 1.4;
}
.bildtextfarbe .box .desc .more { text-align: right; }
.bildtextfarbe .box .desc .more img {
	width: 12px;
	height: auto;
}
@media screen and (max-width: 1300px) {
	.bildtextfarbe { padding: 0 2em; }
}
@media screen and (max-width: 1070px) {
	.bildtextfarbe .box .desc { padding: 1.5em 1em 1.5em; }
	.bildtextfarbe .box .desc .pretitle { font-size: 0.8em; }
	.bildtextfarbe .box .desc .title { font-size: 1.15em; }
}
@media screen and (max-width: 900px) {
	.bildtextfarbe .box .desc { max-width: 250px; }
	.bildtextfarbe .boxes {
		justify-content: center;
		gap: 40px;
	}
	.bildtextfarbe .box {
		width: 100%;
		max-width: 550px;
	}
}
@media screen and (max-width: 585px) {
	.bildtextfarbe .box .desc {
		background: #ac7e4a;
		position: static;
		transform: none;
		max-width: none;
	}
}
/* END Bild Text und Farbe Element */

/* START Vier Boxen und Zwei Boxen Element */
.fourboxes { margin: 3em 0; }
.fourboxes .boxes, .twoboxes .boxes { margin-top: 5.75em; }
.fourboxes .boxes .box, .twoboxes .boxes .box {
	color: #fff;
	position: relative;
	float: left;
}
.fourboxes .boxes .box a, .twoboxes .boxes .box a {
	color: #fff;
	text-decoration: none;
}
.fourboxes .boxes .box .title, .twoboxes .boxes .box .title { font-size: 2.04545em; }
.fourboxes .boxes .box .desc, .twoboxes .boxes .box .desc  {
	width: 50%;
	margin: 0 auto;	
}
.fourboxes .boxes .box .pretitle, .fourboxes .boxes .box .title, .twoboxes .boxes .box .pretitle, .twoboxes .boxes .box .title {
	position: relative;
	z-index: 3;
}
.fourboxes .boxes .box img, .twoboxes .boxes .box img {
	position: absolute;
	z-index: 1;	
	width: auto;
}
.fourboxes .boxes .box:nth-of-type(1), .twoboxes.bh .boxes .box:nth-of-type(1) {
	background-color: #f2936c;
	width: 55%;
	margin-right: 10%;
	margin-top: 150px;
	height: 450px;
}
.fourboxes .boxes .box:nth-of-type(1) .desc, .twoboxes.bh .boxes .box:nth-of-type(1) .desc { padding-left: 40%; }
.fourboxes .boxes .box:nth-of-type(1) img, .twoboxes.bh .boxes .box:nth-of-type(1) img { left: -70px; }
.fourboxes .boxes .box:nth-of-type(1) .pretitle, .twoboxes.bh .boxes .box:nth-of-type(1) .pretitle { padding-top: 35%; }
.fourboxes .boxes .box:nth-of-type(2), .twoboxes.bh .boxes .box:nth-of-type(2) {
	background-color: #663967;
	width: 35%;
	margin-bottom: 4em;
	height: 600px;
}
.fourboxes .boxes .box:nth-of-type(2) .desc, .twoboxes.bh .boxes .box:nth-of-type(2) .desc  { 
	position: absolute; z-index: 1; bottom: 50px; left: 0; right: 0;
	width: 75%;
}
.fourboxes .boxes .box:nth-of-type(2) img, .twoboxes.bh .boxes .box:nth-of-type(2) img { right: 0; top: -80px; }
.fourboxes .boxes .box:nth-of-type(2) .title, .twoboxes.bh .boxes .box:nth-of-type(2) .title { margin-bottom: 0; }
.fourboxes .boxes .box:nth-of-type(3), .twoboxes.hb .boxes .box:nth-of-type(1)  {
	background-color: #8abce1;
	width: 35%;
	height: 600px;
}
.fourboxes .boxes .box:nth-of-type(3) .desc, .twoboxes.hb .boxes .box:nth-of-type(1) .desc { width: 75%; }
.fourboxes .boxes .box:nth-of-type(3) img, .twoboxes.hb .boxes .box:nth-of-type(1) img { left: 0; top: -67px; }
.fourboxes .boxes .box:nth-of-type(3) .pretitle, .twoboxes.hb .boxes .box:nth-of-type(1) .pretitle { padding-top: 85%; }
.fourboxes .boxes .box:nth-of-type(4), .twoboxes.hb .boxes .box:nth-of-type(2) {
	background-color: #1e5c51;
	width: 55%;
	margin-left: 10%;
	height: 450px;
}
.fourboxes .boxes .box:nth-of-type(4) .desc, .twoboxes.hb .boxes .box:nth-of-type(2) .desc { width: 64%; padding-left: 30%; }
.fourboxes .boxes .box:nth-of-type(4) img, .twoboxes.hb .boxes .box:nth-of-type(2) img { left: 0; }
.fourboxes .boxes .box:nth-of-type(4) .pretitle, .twoboxes.hb .boxes .box:nth-of-type(2) .pretitle { padding-top: 35%; }
.fourboxes .boxes::after, .twoboxes .boxes::after {
	content: ' ';
	clear: both;
	display: block;
	float: none;
}
/* END Vier Boxen Element */

/* START Zimmerübersicht */
.roomsoverview-filter {
	margin-top: 5em;
	margin-bottom: 3em;
}
.roomsoverview-filter a {
	color: #3f3932;
	font-weight: 600;
	outline: 0;
}
.roomsoverview-filter a + a:before {
	color: #3f3932!important;
	content: '.';
	display: inline-block;
	padding: 0 1em;
	vertical-align: top;
}
.roomsoverview-filter a.active, .roomsoverview-filter a:hover { color: #b17f49; }
.roomsoverview-filter-mobile { 
	display: none; 
	text-align: right;
}
.roomsoverview-filter-mobile i { 
	color: #b17f49;
	font-size: 35px;
	margin-right: 4px; 
	vertical-align: -12px;
}
.roomsoverview-filter-select { 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 0.5em; 
	width: 100%; max-width: 200px;
}
@media screen and (max-width: 645px) {
	.roomsoverview-filter-desktop { display: none; }
	.roomsoverview-filter-mobile { display: block; }
}

.roomsoverview {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px 20px;
}
.roomsoverview .owl-nav img {
	background: #f0efee;
	padding: 0.25em;
	border-radius: 4px;
	max-width: 20px!important;
}
.roomsoverview .owl-nav .owl-prev { left: 10px; }
.roomsoverview .owl-nav .owl-next { right: 10px; }
.roomsoverview-room {
	background: #fff;
	width: calc(33.33% - 14px);
}
.roomsoverview-room-anchor { 
	height: 0.5px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.roomsoverview-pricecontainer {
	font-size: 0.9em;
	top: auto!important;
	bottom: -60px!important;
	right: 30px !important;
	z-index: 2;
}
.roomsoverview-room-imgpart { position: relative; z-index: 1; }
.roomsoverview-room-content {
	background: #FFF;
	padding: 100px 25px 25px;
	text-align: left;
}
.roomsoverview-room-content-imgs {
	position: relative; z-index: 1;
	padding: 0;
}
.roomsoverview-room-content-imgs img {
	display: none;
	height: auto;
	width: 100%;
}
.roomsoverview-room-content-imgs img:first-child, .roomsoverview-room-content-imgs.owl-loaded img { display: block; }
.roomsoverview-room-content-imgs .owl-nav > * { 
	position: absolute; z-index: 1; top: 50%;
	transform: translateY(-50%);
}
.roomsoverview-room-maincontent {
	width: 100%;
}
.roomsoverview-room-maincontent > *:first-child {
	text-align: left;
}
.roomsoverview-room-maincontent > div:nth-child(2) {
	display: flex;
	gap: 10px;
}
.roomsoverview-room-maincontent > div:nth-child(2) a {
	width: calc(100% - 5px);
}
.roomsoverview-title { 
	font-size: 1.75em;
	margin-top: 0; margin-bottom: 0.2em;
}
.roomsoverview-room-shortinfo, .roomsoverview-room-showhide-content { font-size: 0.72em; font-weight: 600; }
.roomsoverview-room-showhide-content { 
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1em;
	text-transform: uppercase; 
}
.roomsoverview-room-showhide-content:hover { color: #b17f4a; }
.roomsoverview-room-showhide-content > *:last-child, .roomsoverview-room-showhide-content.open > *:first-child { display: none; }
.roomsoverview-room-showhide-content.open > *:last-child { display: inline; }
.roomsoverview-room-showhide-content i { vertical-align: -6px; }
.roomsoverview-room-maincontent > *:last-child .button {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: block;
	text-align: center;
	width: 100%;
}
.roomsoverview-room-hiddencontent { display: none; }
.roomsoverview-room-amenities { font-weight: 600; }
@media screen and (max-width: 680px) {
	.roomsoverview-room-maincontent, .roomsoverview-room-maincontent > * { display: block; }
	.roomsoverview-room-maincontent > *:last-child { display: none; }
}
/* END Zimmerübersicht */

/* START Zimmer Element */
.rooms { 
	background: #fff; 
	margin: 4em auto 2em;
	max-width: 1030px;
}
.rooms .room { 
	padding: 1.18182em;
	padding-bottom: 3em;
	position: relative;
}
.rooms .roomprice, .roomsoverview-pricecontainer, .whitebox-pricecontainer {
	background: #b17f4a;
	box-sizing: border-box;
	color: #fff;
	padding: 0.75em 1em;
	position: absolute; top: -1.18182em; right: 4em;
	text-align: left;
	width: 195px;
	text-transform: uppercase;
}
.rooms .roomprice .price, .roomsoverview-price, .whitebox-price {
	font-size: 1.13636em;
	font-weight: 500;
}
.rooms .roomprice .price span, .roomsoverview-price span, .whitebox-price span {
    font-size: 0.54545em;
    font-weight: 300;
}
.rooms .roomprice .postprice, .roomsoverview-postprice, .whitebox-postprice {
	font-size: 0.54545em; font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 2em;
}
.whitebox-pricecontainer .icon i, .roomsoverview-pricecontainer .icon i {
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 15px;
}
.rooms .roomimg { position: relative; }
.rooms .roomimg img { width: 100%; }
.rooms .roomtitle {
	font-size: 2.04504em;
	margin: 0.5em 0 0.25em;
}
.rooms .extrainfo {
	font-size: 0.72727em;
	font-weight: bold;
	text-transform: uppercase;
}
.rooms .roomdesc {
	max-width: 800px;
	margin: 0 auto;
}
.rooms .roombutton a {
	font-size: 0.72727em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 4px;
}
.rooms .buttonbox {
	display: table;
	margin-top: 2em;
	width: 100%;
}
.rooms .buttonbox > * {
	display: table-cell;
	text-align: center;
	width: 50%;
}
.rooms .buttonbox > *:first-child { text-align: left; }
.rooms .buttonbox > *:last-child { text-align: right; }
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav .owl-prev img, .owl-nav .owl-next img { max-width: 35px; }
.owl-nav .owl-prev { left: -70px; }
.owl-nav .owl-next { right: -70px; }

@media screen and (max-width: 1220px) {
	.roomsoverview-room > * { padding-left: 0; padding-right: 0; }
}
@media screen and (max-width: 950px) {
	.roomsoverview-room { width: calc(50% - 10px); }
}
@media screen and (max-width: 768px) {
	.rooms .owl-nav .owl-prev, .rooms .owl-nav .owl-next { top: 30vw; }
	.rooms .roomtitle { margin-top: 2em; }
	.rooms .roomprice, .roomsoverview-pricecontainer {
		top: auto!important;
		right: auto!important;
		bottom: -40px;
		left: 50%;
		transform: translate(-50%);
	}
}
/* END Zimmer Element */

/* START Element Angebote */
.angebote { margin: 2em 0; }
#article .angebote .whiteboxes > * {
	padding: 0;
	width: 100%;
	float: none;
}

.angebote .show-all-action { margin-top: 2em; }
.angebote .show-all-action a {
	color: #663967;
	font-weight: 600;
	text-decoration: underline;
}

@media screen and (max-width: 1300px) {
	.angebote .owl-nav .owl-prev img, .owl-nav .owl-next img {
		max-width: 20px;
		background: #f0efee;
		padding: 0.25em;
		border-radius: 4px;
	}
	.angebote .owl-nav .owl-prev, .angebote .owl-nav .owl-next {
		position: absolute;
		top: 130px;
	}
	.angebote .owl-nav .owl-next { right: 10px; }
	.angebote .owl-nav .owl-prev { left: 10px; }
}
/* END Element Angebote */

/* START Element BildMitContent */
.bildmitcontent {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
	font-size: 0.75em;
	line-height: 130%;
	margin: 4em 0;
}
.bildmitcontent .image-box-container {
	position: relative;
	width: calc(60% - 20px);
}
.bildmitcontent .image-box-container .image { padding: 0 2.5em 0 0; }
.bildmitcontent .image-box-container .image img {
	width: 100%;
	height: auto;
}
.bildmitcontent .image-box-container .image-box {
	position: absolute;
	right: 0;
	top: 50px;
	color: #fff;
	padding: 1em;
	text-align: left;
}
.bildmitcontent .image-box-container .image-box .image-box-small-title {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 0.9em;
}
.bildmitcontent .image-box-container .image-box .image-box-title {
	font-size: 1.35em;
	margin: 0.75em 0;
	font-family: 'Geller';
}
.bildmitcontent .image-box-container .image-box .image-box-action { text-align: right; }
.bildmitcontent .image-box-container .image-box .image-box-action a {
	color: #fff;
	font-size: 1.25em;
}

.bildmitcontent .content {
	width: calc(40% - 20px);
	text-align: left;
}
.bildmitcontent .content .title { font-size: 1.5em; }
.bildmitcontent .content .action {
	margin-top: 1em;
	font-size: 1.25em;
	font-weight: 600;
}
.bildmitcontent .content .action a {
	text-decoration: underline;
	color: #623b66;
}

.bildmitcontent.position-right .content { order: 1; }
.bildmitcontent.position-right .image-box-container { order: 2; }
.bildmitcontent.position-right .image-box-container .image { padding: 0 0 0 2.5em; }
.bildmitcontent.position-right .image-box-container .image-box {
	left: 0;
	right: auto;
}

@media screen and (max-width: 650px) {
	.bildmitcontent { gap: 15px; }
	.bildmitcontent .image-box-container {
		width: 100%;
		margin: 0 auto;
	}
	.bildmitcontent .image-box-container .image { padding-bottom: 0!important; }
	.bildmitcontent .content { width: 100%; }
	.bildmitcontent.position-right .content { order: 2!important; }
	.bildmitcontent.position-right .image-box-container { order: 1!important; }
}
/* END Element BildMitContent */

/* START Element LogoMitStrich */
.logomitstrich {
	position: relative;
	margin: 4em 0;
}
.logomitstrich .deco-line { padding: 30px 0; }
.logomitstrich .deco-line hr { border-top: 2px solid #b17f4a; }
.logomitstrich img {
	width: 110px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	padding: 0 2em;
	background: #f0efee;
}

@media screen and (max-width: 600px) {
	.logomitstrich .deco-line { padding: 25px 0; }
	.logomitstrich img { width: 80px; }
}
/* END Element LogoMitStich */

/* START Element TextBildMitHintergrund */
.textbildmithintergrund {
	background: #623b66;
	color: #fff;
	text-align: left;
	position: relative;
	left: -215px;
	width: calc(100% + 430px);
	padding: 4em 2em;
	box-sizing: border-box;
	font-size: 0.75em;
	line-height: 130%;
}
.textbildmithintergrund .content-img {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.textbildmithintergrund .content {
	width: 60%;
}
.textbildmithintergrund .content .small-title {
	text-transform: uppercase;
	letter-spacing: 3px;
}
.textbildmithintergrund .content .big-title {
	font-size: 2em;
	font-family: 'Geller';
	margin: 0.9em 0;
	line-height: 100%;
}
.textbildmithintergrund .content .action {
	margin-top: 1em;
	font-size: 1.25em;
}
.textbildmithintergrund .content .action a {
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
}
.textbildmithintergrund .img { width: calc(40% - 40px); }
.textbildmithintergrund .img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1615px) {
	.textbildmithintergrund {
		width: calc(100vw - var(--scrollbar-width, 0px));
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
}

@media screen and (max-width: 800px) {
	.textbildmithintergrund .content-img { gap: 20px; }
	.textbildmithintergrund .img { width: calc(40% - 20px); }
}

@media screen and (max-width: 585px) {
	.textbildmithintergrund { gap: 10px; }
	.textbildmithintergrund .content {
		width: 100%;
		order: 2;
	}
	.textbildmithintergrund .img {
		width: 100%;
		order: 1;
	}
}
/* END Element TextBildMitHintergrund */

/* START FAQ */
.faq-items {
    max-width: 1420px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: left;
}
.faq-items .faq-item {
    border-top: 1px solid #d5d5d5;
    padding: 1em 0;
}
.faq-items .faq-item .faq-title {
    align-items: center;
    cursor: pointer;
    display: flex; flex-direction: row; flex-wrap: nowrap;
    font-size: 1.2em; font-family: 'Geller';
    line-height: 100%;
    justify-content: space-around;
}
.faq-items .faq-item .faq-title .text { width: calc(100% - 30px); }
.faq-items .faq-item .faq-title .icon {
    text-align: center;
    width: 38px;
}
.faq-items .faq-item .faq-title .icon .material-icons { font-size: 1.1em; }
.faq-items .faq-item .desc {
    display: none;
    padding-top: 1.5em;
}
@media screen and (max-width: 700px) {
    .faq-items .faq-item { padding: .75em 0; }
    .faq-items .faq-item .faq-title { font-size: 1.15em; }
}
/* END FAQ */

/* START Whitebox */
#article .whiteboxes { margin-top: 0em; }
#article .whiteboxes:after {
	content: '';
	clear: both;
	overflow: auto;
}
#article .whiteboxes > * {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	float: left;
	padding: 3%;
	width: 50%;
}
.whitebox-img {
	display: block;
	object-fit: cover;
	height: auto; max-height: 380px;
	width: 100%;
}
#article .whitebox-inner {
	background: #FFFFFF;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 37.4px 37.4px 17.6px;
	text-align: left;
}
#article .whitebox-posrel {
	position: relative;
	z-index: 1;
	padding: 0;
}
#article .whitebox-pricecontainer {
	top: auto!important; right: 30px; bottom: -40px; left: auto!important;
	letter-spacing: 4px;
}
#article .whiteboxes img {
	display: block;
	height: auto;
	width: 100%;
}
#article .whitebox-inner ul, #article .whitebox-inner ol { 
	list-style: disc;
	padding-left: 25px;
}
#article .whitebox-title {
	font-family: 'Geller'; font-weight: 500; font-size: 1.59em;
	line-height: 1em;
}
#article .whitebox-title.mt { margin-top: 35px; }
#article .whitebox-subtitleinfo { 
	font-weight: 500; font-size: 0.9em;
	margin: 0.8em 0;
}
#article .whitebox-content {
	font-size: 0.9em;
	line-height: 1.3em;
}
#article .whitebox-footerbox {
	font-size: 0.72em; font-weight: 900;
	padding-top: 1em;
}
#article .whitebox-btnbox {
	display: table;
	font-size: 1.2em;
	width: 100%;
}
#article .whitebox-btnbox > * {
	display: table-cell;
	vertical-align: middle;
}
#article .whitebox-btnbox > *:first-child { width: 100px; }
#article .whitebox-btnbox > *:last-child { text-align: right; }
#article .whitebox-btnbox .detail {
	background: none;
	color: #4c294c;
	letter-spacing: normal;
	text-transform: none;
	font-size: 1em;
	padding: 0;
	text-decoration: underline;
	font-family: 'Gilroy', Tahoma, Geneva, sans-serif;
}
#article .whitebox-request-container {
	margin-top: 0.25em;
	text-align: right;
}
@media screen and (max-width: 420px), (min-width: 800px) and (max-width: 900px) {
	#article .whitebox-btnbox, #article .whitebox-btnbox > * { display: block; }
	#article .whitebox-btnbox > * { width: 100%!important; }
	#article .whitebox-btnbox .button {
		display: block;
		max-width: 140px;
		margin: 0 auto;
		text-align: center;
	}
	#article .whitebox-btnbox > *:last-child, #article .whitebox-btnbox > *:last-child .button + .button { margin-top: 6px; }
}
@media screen and (max-width: 800px) {
	.filters { 
		padding-left: 0%; 
	}
	
	#article .whiteboxes > * {
		padding: 0;
		width: 100%;
		margin-top: 2em;
	}
	#article .whiteboxes > * + * { padding-top: 30px; }
	#article .whitebox-pricecontainer { bottom: -20px; }
	#article .whitebox-title.mt { margin-top: 15px; }
}
/* END Whitebox */

/* START Service-Request-Popup */
.s-popup-overlay {
	animation: fadeIn 0.4s ease-out;
	background: rgba(44, 44, 44, 0.8);
	display: none;
	position: fixed; top: 0; left: 0; z-index: 1000;
	width: 100%;height: 100%;
}
.s-popup-container {
	animation: popupOpen 0.4s ease-out forwards;
	background: #fff;
	border: 3px solid #4c294c;
	box-sizing: border-box; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	overflow-y: auto;
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%) scale(0.95);
	max-width: 500px; width: 90%;
	max-height: 90vh;
}
.s-close-btn {
	align-items: center;
	background: none;
	position: absolute; top: 7px; right: 7px;
	border: 2px solid transparent;
	font-size: 24px;
	cursor: pointer;
	display: flex;
	height: 35px;
	justify-content: center;
	transition: all 0.3s;
	width: 35px;
}
.s-popup-content {
	background: #fff;
	padding: 40px 30px;
}
.s-form-group { margin-bottom: 28px; }
.s-form-group label {
	color: #3f3932;
	display: block;
	font-size: 0.75em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	text-align: left;
}
.s-required {
	color: #f44336;
	font-weight: bold;
}
.s-form-group input, .s-form-group textarea {
	background: #fefefe;
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	font-size: 0.9em; font-weight: 400;
	padding: 0.5em;
	transition: all 0.3s ease;
	width: 100%;
}
.s-form-group input:focus, .s-form-group textarea:focus {
	background: #fff;
	border-color: #8b4513;
	box-shadow: 0 0 8px rgba(139, 69, 19, 0.15);
	outline: none;
}
.s-form-group textarea {
	resize: vertical;
	min-height: 120px;
}
.s-form-group input::placeholder, .s-form-group textarea::placeholder {
	color: #999;
	font-style: italic;
}
.s-form-actions {
	border-top: 2px solid #f0ede4;
	display: flex;
	gap: 15px;
	justify-content: flex-end;
	margin-top: 35px;
	padding-top: 25px;
}
.s-form-actions .btn-secondary {
	background: transparent;
	color: #3f3932;
	border: 1px solid #ccc;
}
.s-form-actions .btn-secondary:hover {
	background: #f5f5f5;
	border-color: #999;
	color: #3f3932;
}
#s-date {
	display: block;
	max-width: 180px;
}
#s-loader {
	background: rgba(44, 44, 44, 0.8);
	display: none;
	pointer-events: none;
	position: absolute; z-index: 100; left: 0; top: 0; right: 0; bottom: 0;
}
#s-loader > div {
	position: absolute; z-index: 1; left: 50%; top: 50%;
	transform: translate(-50%, -50%);
}
#s-loader .material-icons {
	animation: rotate360 1s linear infinite;
	color: #FFF;
	font-size: 50px;
}
#service-request-form-error, #service-request-form-msg {
	display: none;
	font-size: 0.8em;
	line-height: 1.35em;
	margin-bottom: 30px; margin-top: 8px;
}
#service-request-form-msg { margin-bottom: 0!important; }
#service-request-form-error ul {
	list-style: disc!important;
	padding-left: 20px!important;
}
@keyframes rotate360 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes popupOpen {
	from {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.95);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}
@media (max-width: 600px) {
	.s-popup-container { width: 95%; }
	.s-popup-content { padding: 38px 20px 25px; }
	.s-form-group { margin-bottom: 15px; }
	.s-form-actions {
		flex-direction: column;
		gap: 8px;
	}
}
/* END Service-Request-Popup */

/* START Quote Showcase */
.quoteplacer {
	background: #f0efee;
	padding: 4em 0 0;
}
.quoteblock { 
	padding: 7.5em 0.5em 3em;
	position: relative;
	text-align: center; 
}
.quoteblock .quotelogo img {
	border-radius: 100px;
	max-width: 130px;
	padding: 1em;
	position: absolute; top: -55px; left: 50%;
    transform: translate(-50%);
}
.quoteblock .quote {
	max-width: 1200px;
	margin: 0 auto;
	position: relative; z-index: 2;
}
.quoteblock .quote .quotedesc {
	color: #fff;
	font-size: 1.5909em;
	line-height: 140%;
}
.quoteblock .quote .who {
	color: #b17f4a;
	font-size: 0.72727em;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 3em;
}
.quoteblock .quoteimg img {
	max-width: 256px;
	position: absolute; right: 0; bottom: 0;
}
.quoteplacer .actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 1em;
}
.quoteplacer .actions a { min-width: 150px; }
.quoteplacer .actions .action:first-of-type a { background: #4e274d; }
@media screen and (max-width: 1023px) {
.quoteblock .quoteimg { display: none; }	
}
/* END Quote Showcase */

/* START Box Showcase */
.showcasetwoboxes, .showcasethreeboxes { 
	background: #f0efee;
	padding: 2em 8em 4em;
}
.showcasethreeboxes .left, .showcasethreeboxes .right { width: 50%; }
.showcasebox {
	display: block;
	text-align: center;
}
.showcasetwoboxes .showcasebox {
	width: 50%;
	float: left;
}
.showcasebox .showcaseboxcontent {
	display: inline-block;
	position: relative; z-index: 1;
	margin: 2em 0 0;
}
.showcasebox .showcaseboxcontent img, .showcasethreeboxes .left .showcasebox .showcaseboxcontent img { 
	display: block;
	max-width: 535px;
	height: auto;
	width: 100%;	
}
.showcasethreeboxes .right .showcasebox .showcaseboxcontent img { 
	display: block;
	max-width: 470px;
	height: auto;
	width: 100%;	
}

.showcasebox .showcaseboxcontent .showcaseboxdesc {
	color: #fff;
	text-shadow: 2px 2px 3px rgb(0, 0, 0);
	position: absolute; top: 50%; left: 0; z-index: 2;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.showcasebox .showcaseboxcontent .showcaseboxdesc .pretitle { 
	font-size: 0.72727em;
	margin-bottom: 1em;
}
.showcasebox .showcaseboxcontent .showcaseboxdesc .title { font-size: 2em; }
.showcasetwoboxes::after, .showcasethreeboxes::after {
	content: ' ';
	clear: both;
	display: block;
	float: none;
}

@media screen and (max-width: 1600px) {
	.showcasetwoboxes, .showcasethreeboxes { 
		padding: 2em 4em 4em;
	}
}


@media screen and (max-width: 1350px) {
	.showcasetwoboxes, .showcasethreeboxes { 
		padding: 2em 20px 4em;
	}
	.showcasebox .showcaseboxcontent img { max-width: 470px; }
}

@media screen and (max-width: 1080px) {
	.showcasebox .showcaseboxcontent img, .showcasethreeboxes .left .showcasebox .showcaseboxcontent img { 
		display: block;
		max-width: 420px;
		height: auto;
		width: 100%;	
	}
	.showcasethreeboxes .right .showcasebox .showcaseboxcontent img { 
		display: block;
		max-width: 370px;
		height: auto;
		width: 100%;	
	}	
}

@media screen and (max-width: 935px) {
	.showcasetwoboxes .showcasebox {
		width: 100%;
		float: left;
	}
	.showcasebox .showcaseboxcontent img, .showcasethreeboxes .left .showcasebox .showcaseboxcontent img { max-width: 535px }
	.showcasethreeboxes .right .showcasebox .showcaseboxcontent img { max-width: 470px; }
	.showcasethreeboxes .left, .showcasethreeboxes .right { width: 100%; }
	.showcasethreeboxes .left { float: none; }
	.showcasethreeboxes .right { float: none; }
}	
/* END Box Showcase */

/* START Bilderboxen */
.bilderboxen { margin: 2em 0; }
.bilderboxen .boxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	gap: 25px;
	justify-content: center;
	padding-top: 60px;
}
.bilderboxen .boxes .box { width: calc(25% - 19px); }
.bilderboxen .boxes .box:nth-of-type(2) {
	background: #623b66;
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -30px;
}
.bilderboxen .boxes .box:nth-of-type(3) {
	position: relative;
	top: -60px;
}
.bilderboxen .boxes .box:nth-of-type(4) {
	position: relative;
	top: -15px;
}
.bilderboxen .boxes .box:nth-of-type(2) .text-box {
	font-size: 1.25em;
	padding: 0.5em;
	line-height: 140%;
}
.bilderboxen .boxes .box img {
	display: block;
	width: 100%;
	height: auto;
}
.bilderboxen .action { margin-top: 1.5em; }

@media screen and (max-width: 960px) {
	.bilderboxen .boxes .box:nth-of-type(4) { display: none; }
	.bilderboxen .boxes .box { width: calc(33.333% - 17px); }
}
@media screen and (max-width: 630px) {
	.bilderboxen .owl-nav .owl-next { right: 30px; }
	.bilderboxen .owl-nav .owl-prev { left: 30px; }
	.bilderboxen .boxes .box.text-box-content {
		background: #623b66;
		color: #fff;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		position: relative;
		top: -30px;
		height: 383px;
	}
	.bilderboxen .boxes .box .text-box {
		font-size: 1.25em;
		padding: 0.5em;
		line-height: 140%;
	}
	.bilderboxen .boxes {
		gap: 0;
		padding: 0;
	}
	.bilderboxen .boxes .box {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		top: auto!important;
	}
}
@media screen and (max-width: 550px) {
	.bilderboxen .owl-nav .owl-next { right: 0px; }
	.bilderboxen .owl-nav .owl-prev { left: 0px; }
}
@media screen and (max-width: 450px) {
	.bilderboxen .owl-nav .owl-prev img, .bilderboxen .owl-nav .owl-next img {
		max-width: 25px;
		vertical-align: -10px;
	}
}
@media screen and (max-width: 400px) {
	.bilderboxen .boxes .box .text-box { padding: 0.5em 3em; }
	.bilderboxen .owl-nav .owl-prev, .bilderboxen .owl-nav .owl-next {
		background: #fff;
		padding: 0.5em;
	}
}
@media screen and (max-width: 340px) {
	.bilderboxen .boxes .box.text-box-content { height: calc((100vw - 40px) * 1.276619217081851); }
}
/* END Bilderboxen */

/* START Bild und Text Element */
.bildundtext { 
	margin: 4em 0 0; 
	text-align: center;
}
.bildundtext .boxes {
	display: flex;
	justify-content: space-between;
}
.bildundtext .boxes .box {
	background: #fff;
	box-sizing: border-box;
	width: calc(50% - 0.5em);
	max-width: 515px;
	display: flex;
	flex-direction: column;
	padding: 0.90909em;
}
.bildundtext .boxes .box:nth-of-type(1) { float: left; margin-right: 0.5em; }
.bildundtext .boxes .box:nth-of-type(2) { float: right; margin-left: 0.5em; }
.bildundtext .boxes .box .img img	{
	width: 100%;
	max-width: 495px;
	height: auto;
}
.bildundtext .boxes .box .desc .title {
	font-size: 1.59091em;
	margin: 1em 0;
}
.bildundtext .boxes .box .desc .link {
	display: block;
	font-size: 0.72727em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 1em 0;
}
.bildundtext::after {
	content: ' ';
	clear: both;
	display: block;
	float: none;
}
@media screen and (max-width: 1000px) {
	.bildundtext .boxes { display: flex; }
}
@media screen and (max-width: 600px) {
	.bildundtext .boxes { display: inline-block; }
	.bildundtext .boxes .box { width: 100%; }
	.bildundtext .boxes .box:nth-of-type(1) { float: none; margin-right: 0; margin-bottom: 2em; }
	.bildundtext .boxes .box:nth-of-type(2) { float: none; margin-left: 0; }
}
/* END Bild und Text Element */

/* Start Anreise Fragment */
#gmap_map {
	color: #7f4c00;
	margin-bottom: 5px;
	width: 100%;
	height: 600px;
}	
#gmap_infowindow { height: 75px; line-height: 140%; text-align: left; }
#gmap_infowindow span { display: block; width: 200px; }
#gmap_directions { 
	font-size: 1rem;
	line-height: 1.3em;
	overflow: auto;
	padding: 0!important;
	text-align: left;
	width: 100%;
}
#gmap_directions, #gmap_input, .adp-directions { width: 100%; }
#gmap_directions table tr > * { padding: 0.6em 0.2em!important; }
#gmap_directions .adp-placemark { border-color: #DDD!important; }
#gmap_directions .adp-placemark tr > * { padding: 0.6em!important; }
#gmap_directions table tr td { border-top: 1px solid #DDD!important; }
#gmap_directions table tr:nth-child(even) td { background: #FEFEFE!important; }

#article #form_routenplaner {
	display: table;
	width: 100%;
	margin-top: 0.5em;
}
#article #form_routenplaner label, #article #form_routenplaner input { display: table-cell; }
#article #form_routenplaner label {
	width: 1%;
	white-space: nowrap;
	padding-right: 0.5em;
}

@media screen and (max-width: 500px) {
	#article #form_routenplaner, #article #form_routenplaner label, #article #form_routenplaner input { display: block; }
}
/* END Anreise Fragment

/* START Skyscanner */
#main article a { border-bottom: none; }

.bpk-button--selected { 
	background-color: #444; 
	background-image: none;

}
.bpk-button--selected:hover { 
	background-color: #222!important;
}

.bpk-button {
	border-radius: 0;
}
/* END Skyscanner */

/* START Prospekte */
#prospekte .prospect + .prospect { margin-top: 2em; }
#prospekte .prospect .prospect-btncontainer {
	margin: 1em 0;
	text-align: center;
}
#prospekte h2 {
	margin: 0 0 0.25em;
	text-align: left;
}
/* END Prospekte */

.fly-in { display: none; }
.fly-in .popup {
	font-size: 1.25em;
	max-width: 450px;
}
.fly-in .popup .desc {
	margin-top: 0.5em;
	text-align: center;
}
.fly-in .popup .desc > div { margin-top: 0.5em; }

.purplelink {
	color: #663967;
	font-weight: 500;
	text-decoration: underline;
}
/* CONTENT */

/* START Element Bildcollage */
.bildcollage {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 60px;
	margin: 60px 0;
}
.bildcollage.variant-smalltall { align-items: flex-end; }
.bildcollage.variant-tallsmall { align-items: flex-start; }
.bildcollage img {
	display: block;
	width: 100%;
	height: auto;
}
.bildcollage.variant-smalltall .bildcollage-first-image { width: calc(50% - 30px); }
.bildcollage.variant-smalltall .bildcollage-second-image { width: calc(50% - 30px); }
.bildcollage.variant-tallsmall .bildcollage-first-image { width: calc(70% - 30px); }
.bildcollage.variant-tallsmall .bildcollage-second-image { width: calc(30% - 30px); }

@media screen and (max-width: 1000px) {
	.bildcollage {
		gap: 30px;
		margin: 30px 0;
	}
	.bildcollage.variant-smalltall .bildcollage-first-image { width: calc(50% - 15px); }
	.bildcollage.variant-smalltall .bildcollage-second-image { width: calc(50% - 15px); }
	.bildcollage.variant-tallsmall .bildcollage-first-image { width: calc(70% - 15px); }
	.bildcollage.variant-tallsmall .bildcollage-second-image { width: calc(30% - 15px); }
}

@media screen and (max-width: 585px) {
	.bildcollage {
		gap: 10px;
		margin: 10px 0;
	}
	.bildcollage.variant-smalltall .bildcollage-first-image { width: calc(50% - 5px); }
	.bildcollage.variant-smalltall .bildcollage-second-image { width: calc(50% - 5px); }
	.bildcollage.variant-tallsmall .bildcollage-first-image { width: calc(70% - 5px); }
	.bildcollage.variant-tallsmall .bildcollage-second-image { width: calc(30% - 5px); }
}
/* END Element Bildcollage */

/* END CUSTOM PART */

/* 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 {
        border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Responsive Images */
.responsiveimages {
	clear: both;
	overflow: auto;
	max-width: 960px;
	margin: 2em auto;
	padding: 1.13614em;
	background: #fff;
}
.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%; max-width: 480px; }
.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.85%; }

.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%;
}
@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: 400px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}

/* 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; }

/* 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; }

#cookiehint {
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	width: calc(100% - 20px); max-width: 400px;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 10px; bottom: 10px;
}
#cookiehint.bottom-higher { bottom: 40px; }
#cookiehint p {
	margin: 0; margin-right: 38px;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a[href="javascript:;"] { position: absolute; z-index: 1; right: 5px; top: 5px; }
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #630!important; }
#cookiehint.top { top: 10px; bottom: initial; }

/* Advanced Cookie Hint */
#advanced-cookiehint-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 10000;
}
#advanced-cookiehint {
	background: #fff;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #000!important;
	font-size: 0.7em;
	line-height: 120%;
	max-height: calc(100vh - 20px);
	overflow: auto;
	padding: 1.5em;
	position: fixed; z-index: 10000; left: 50%; top: 50%; z-index: 101;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px); max-width: 700px;
}
#advanced-cookiehint h2 {
	font-size: 1em; font-weight: bold;
	margin: 0 0 0.75em;
}
#advanced-cookiehint p {
	color: #000!important;
	font-size: 0.9em;
	line-height: 130%;
	margin: 0;
}
#advanced-cookiehint-actions {
	display: flex;
	font-size: 1em;
	gap: 20px;
	margin: 1.5em 0 0;
}
#advanced-cookiehint-actions a {
	border: none!important;
	text-decoration: none!important; text-align: center;
	line-height: 30px;
	font-size: 0.8em;
}
#advanced-cookiehint-privacy { margin: 0.5em 0 0.75em!important; }
#advanced-cookiehint-privacy a {
	display: block;
	font-size: 0.9em;
	margin-top: 1em;
}
.advanced-cookiehint-switch {
    display: inline-block;
    margin-top: 0.75em;
    white-space: nowrap;
}
.advanced-cookiehint-switch .label {
	cursor: pointer;
	font-size: 0.9em;
	margin: 0;
}
#tracking-switch, #essential-switch { margin-left: 1em; }
#advanced-cookiehint-save {
	background: #f1f1f1;
	color: #000;
}
#advanced-cookiehint p a { text-decoration: underline!important; }
#advanced-cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#advanced-cookiehint.light, #advanced-cookiehint.light p, #advanced-cookiehint.light a:not(.button) { color: #333!important; }
@media screen and (max-width: 510px) {
    #advanced-cookiehint-actions, #advanced-cookiehint-actions a { display: block; }
    #advanced-cookiehint-actions a + a  { margin-top: 0.75em; }
}

/* Media Queries */
@media screen and (max-width: 1600px) {
	#header { background-size: 35vw; }
}

@media screen and (max-width: 1305px) {
	#header #bookbutton, #header #requestbutton { right: 0; top: 5px; z-index: 4; }
	#header #bookbutton { top: 50px; }
}
@media screen and (max-width: 1145px) {
	#preheader .preheader-menu .btn .text {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	/* medium grid */
	.col-m-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-m-1, .grid-container .row.table > .col-m-1 { width: 8.333%; }
	.col-m-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2, .grid-container .row.table > .col-m-2 { width: 16.66%; }
	.col-m-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-m-3, .grid-container .row.table > .col-m-3 { width: 25%; }
	.col-m-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-m-4, .grid-container .row.table > .col-m-4 { width: 33.33%; }
	.col-m-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-m-5, .grid-container .row.table > .col-m-5 { width: 41.66%; }
	.col-m-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-m-6, .grid-container .row.table > .col-m-6 { width: 50%; }
	.col-m-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-m-7, .grid-container .row.table > .col-m-7 { width: 58.33%; }
	.col-m-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-m-8, .grid-container .row.table > .col-m-8 { width: 66.66%; }
	.col-m-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-m-9, .grid-container .row.table > .col-m-9 { width: 75%; }
	.col-m-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-m-10, .grid-container .row.table > .col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-m-11, .grid-container .row.table > .col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.grid-container.nogutter .col-m-12, .grid-container .row.table > .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 { font-size: 18px; }

	/*#preheader .phone { width: 50%; float: left; text-align: center; }*/
	#preheader #mobileplaceholder { width: 25%; float: left; display: block; }
	
	.descblock { max-width: 435px; }

	#article.rightimgs {
		margin-left: 0;
		text-align: center;
		float: none;
		width: 100%;
		padding-bottom: 2.54545em;
	}
	#rightimgblock { 
		width: calc(100% - 80px);
		max-width: 360px;
		float: none;
		margin: 0 auto;
		padding: 4em 0 4em 0;
	}
	#rightimgblock .rightimg {
		height: auto;
		display: block;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	.descblock { max-width: 600px; }
	#rightimgblock .owl-nav .owl-prev img, #rightimgblock .owl-nav .owl-next img { max-width: 20px; }
	#rightimgblock .owl-nav .owl-prev { left: -40px; }
	#rightimgblock .owl-nav .owl-next { right: -40px; }
	
	#partners > * { margin-right: 1em; }
	
	#header #bookbutton { width: 116px; }

	.popup .desc { font-size: 1em; }

	#header #requestbutton { top: 1em; }

	#cookiehint { font-size: 1em; }

	#mobilemenublock.is-active {
		top: 49px !important;
		height: calc(100vh - 94px);
	}
	.nav li i { top: 8px; }
}
@media screen and (max-width: 768px) {
	/* small grid */	
	.col-s-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-s-1, .grid-container .row.table > .col-s-1 { width: 8.333%; }
	.col-s-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-s-2, .grid-container .row.table > .col-s-2 { width: 16.66%; }
	.col-s-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-s-3, .grid-container .row.table > .col-s-3 { width: 25%; }
	.col-s-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-s-4, .grid-container .row.table > .col-s-4 { width: 33.33%; }
	.col-s-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-s-5, .grid-container .row.table > .col-s-5 { width: 41.66%; }
	.col-s-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-6, .grid-container .row.table > .col-s-6 { width: 50%; }
	.col-s-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-s-7, .grid-container .row.table > .col-s-7 { width: 58.33%; }
	.col-s-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-s-8, .grid-container .row.table > .col-s-8 { width: 66.66%; }
	.col-s-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-s-9, .grid-container .row.table > .col-s-9 { width: 75%; }
	.col-s-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-s-10, .grid-container .row.table > .col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-s-11, .grid-container .row.table > .col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }
	.grid-container.nogutter .col-s-12, .grid-container .row.table > .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; }
	
	body { font-size: 16px; }
	
	#header {
		background-size: 250px;
		padding-bottom: 19em;
		padding-top: 72px;
	}
	#header #requestbutton {
		top: 4px;
		z-index: 1000!important;
	}
	#header #bookbutton { 
		position: fixed; right: 0; top: 39px; z-index: 1000!important;
		width: 112px;
	}
	#header #bookbutton, #header #requestbutton { min-width: 110px; }
	#header .logo { padding: 30px 0 60px }
	#header #smalllogo { padding: 60px 0px 0px; }
	
	#preheader { position: fixed; }
	#preheader #mobilemenu {
		display: block;
	}
	#preheader-whatsapp {
		float: none;
		position: absolute; left: 110px; top: 14px; z-index: 1;
		transform: translateX(-50%);
	}
	#preheader-whatsapp .buttontext { display: none; }
	#preheader-whatsapp img { width: 35px; }
	#preheader .phone { display: none; }
	#preheader .vipbutton { display: none; }
	
	#header .nav { display: none; }
	
	#footer { padding: 50px 20px; }
	#footer #footersmalllogo { 
		position: relative; top: auto; left: auto; 	
		padding-bottom: 4em;
	}
	#footer #footermobilemenu {
		display: block;
		padding-top: 50px; 
		font-size: 0.8em;
	}
	#footer #footermobilemenu a { display: block; }
	
	#subfooter #desktopfootermenu { display: none; }

	body.small-header #header { padding-bottom: 0; }
	
	.fourboxes .boxes .box .title, .twoboxes .boxes .box .title { font-size: 1.25em; }
	.fourboxes .boxes .box, .twoboxes .boxes .box { width: 100%!important; margin: 4em 0 0!important; }
	.fourboxes .boxes .box .pretitle, .twoboxes .boxes .box .pretitle { padding-top: 0!important; }
	.fourboxes .boxes .box .desc, .twoboxes .boxes .box .desc {
		position: absolute;
		top: 50%;
		bottom: auto!important;
		left: 50%!important;
		transform: translate(-50%, -50%);
		z-index: 3;
	}
	.fourboxes .boxes .box:nth-of-type(1), .twoboxes.bh .boxes .box:nth-of-type(1) {
		height: 220px;
		margin-top: 0!important;
	}
	.fourboxes .boxes .box:nth-of-type(1) img, .twoboxes.bh .boxes .box:nth-of-type(1) img { height: 220px; }
	.fourboxes .boxes .box:nth-of-type(2), .twoboxes.bh .boxes .box:nth-of-type(2) {
		height: 480px;
	}
	.fourboxes .boxes .box:nth-of-type(3), .twoboxes.hb .boxes .box:nth-of-type(1) {
		height: 480px;
	}
	.fourboxes .boxes .box:nth-of-type(3) img, .twoboxes.hb .boxes .box:nth-of-type(1) img { height: 547px; }
	.fourboxes .boxes .box:nth-of-type(4), .twoboxes.hb .boxes .box:nth-of-type(2) {
		height: 220px;
	}
	.fourboxes .boxes .box:nth-of-type(4) img, .twoboxes.hb .boxes .box:nth-of-type(2) img { height: 220px; }

	#partners { overflow: hidden; }
	#partners img {
		padding: 1em 0;
		margin: 0 auto;
	}
	#partners .owl-nav .owl-prev { left: 20px; }
	#partners .owl-nav .owl-next { right: 20px; }
	#partners > * {
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.selectbox-input { 
		width: 100%; max-width: 220px; min-width: 220px;
	}

	#preheader .preheader-menu { gap: 20px; }

	#mobilemenublock.is-active {
		top: 44px !important;
		height: calc(100vh - 86px);
	}
	.nav li i { top: 7px; }

	.textbildmithintergrund, .bildmitcontent { font-size: 1em; }
}
@media screen and (max-width: 600px) {
	#preheader .preheader-menu .btn { display: none; }
}
@media screen and (max-width: 585px) {
	.roomsoverview-room { width: 100%; }
}
@media screen and (max-width: 410px) {
	#preheader .languageselect { display: none; }
}

/* 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; }
	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, #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; }
	
	.languageselect { display: none; }
	#header { padding-bottom: 1em; }
	#header #bookbutton { display: none; }
	#header .logo { padding: 1em 0; }
	#header #smalllogo { padding: 1em 0; }
	.nav { display: none; }
	.nav_footer { display: none; }
	#article { padding: 1em 0; }
	.fourboxes { display: none; }
	.rooms { display: none!important; margin: 0; }
	.rooms .room { padding: 0; }
	.rooms .roombutton a { display: none; }
	.rooms .buttonbox { display: none; }
	.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { display: none; }
	.rooms .roomprice, .roomsoverview-pricecontainer, .whitebox-pricecontainer { display: none; }
	
	.twoboxes { display: none; }
	
	#partners img { max-width: 50px!important; }
	
	#article .whitebox { page-break-inside: avoid; position: static!important; }
}