
/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at https://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2024 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Synthview Type Design
 * License URL: https://www.fontspring.com/licenses/synthview/webfont
 *
 *
 */

@font-face {
    font-family: 'Novecentosanswide-Bold';
    src: url('../fonts/Novecentosanswide-Bold-webfont.woff2') format('woff2'),
         url('../fonts/Novecentosanswide-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Novecentosanswide-Normal';
    src: url('../fonts/Novecentosanswide-Normal-webfont.woff2') format('woff2'),
         url('../fonts/Novecentosanswide-Normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Novecentosanswide-Medium';
    src: url('../fonts/Novecentosanswide-Medium-webfont.woff2') format('woff2'),
         url('../fonts/Novecentosanswide-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Novecentosanswide-DemiBold';
    src: url('../fonts/Novecentosanswide-DemiBold-webfont.woff2') format('woff2'),
         url('../fonts/Novecentosanswide-DemiBold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





:root {
	--title: 56px;
	--subtitle: 32px;
	--headline: 18px;
	--moduleSpace: 60px;

	/* font sizes*/
	--runningTextFontSize: 15px;
}

html, button, input, select, textarea {
	font-family: 'Open Sans', arial, sans-serif;
	color: #191919;
}

html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*, *:before, *:after {
	box-sizing: inherit
}

body {
	font-size: var(--runningTextFontSize);
	line-height: 160%;
	margin: 0;
	background: #fff
}

main {
	margin: 0 auto;
}

.module_wrapper {
	max-width: 1920px;
	margin: 0 auto;
}

.montserrat h1,
.montserrat h2,
.montserrat h3,
.montserrat h4,
.montserrat h5,
.montserrat h6 {
	font-family: 'Novecentosanswide-Bold','Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.2;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc
}

img {
	vertical-align: middle
}

fieldset {
	border: 0
}

textarea {
	resize: vertical
}

input[type=submit] {
	outline: none
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Novecentosanswide-Bold','Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 4px;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
}
h1, h2 {
	font-size: var(--title);

}
h3, h4 {
	font-size: var(--subtitle);
	font-family: 'Novecentosanswide-Normal','Montserrat', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
}

a, a:link, a:visited {
	color: #191919;
	text-decoration: none
}

a:hover {
	color: #191919
}

p {
	font-size: var(--runningTextFontSize);
	line-height: 160%;
}

.teaser-booking-mobile {
	display: none;
}

html {
	scroll-behavior: smooth;
}


.site-section {
	max-width: 1920px;
	margin: 0 auto;
}
.site-section.fullscreen_img {
	max-width: unset;
	margin: 0 auto;
}


@media screen and (max-width: 800px) {
	:root {
		--title: 32px;
		--subtitle: 24px;
		--headline: 18px;
		--moduleSpace: 50px;
	
		/* font sizes*/
		--runningTextFontSize: 16px;
	}
	.site-section h3 {
		font-size: 24px!important;
	}
}

/* menu module */

.menu {
	background-color: #CFD0D7;
	padding: 60px 60px 60px 100px;
	margin: 30px;
	max-height: 0;
	opacity: 0;
	transition: max-height .6s ease-out;
	overflow: hidden;
}

.menu.show {
	opacity: 1;
	max-height: 80vh;
	max-width: 1145px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}

.menu__close {
	border: none;
	display: block;
	margin: 0 0 10px auto;
	position: sticky;
	top: 0;
	padding: 0;
}
.menu__close.btn {
	background-color: #CFD0D7;
}

.menu__close::before {
	content: '';
	position: absolute;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
}

.menu h3 {
	font-size: var(--title);
}

.menu h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.menu__nav {
	display: flex;
	padding: 0 0 40px;
}

.menu__nav .displayed_menu {
	opacity: .6;
	font-weight: 700;
}

.menu__nav li {
	list-style-type: none;
}

.menu__nav button {
	appearance: none;
	border: none;
	background-color: transparent;
	padding: 0 20px 0 0;
	font-size: var(--headline);
}

.menu__headline {
	padding: 30px 0 8px;
	display: flex;
	justify-content: space-between;
}

tr + tr.menu__intro td {
	padding: 100px 0 0;
}

.menu__headline td:first-of-type {
	font-size: 22px;
}

.menu__drink {
	display: flex;
	width: 100%;
}

.menu__drink td:first-of-type {
	flex-basis: 100%;
}

.menu__drink td:last-of-type {
	min-width: 80px;
	width: 24%;
	text-align: right;
}

.menu__textblock {
	display: flex;
	justify-content: space-between;
}

.menu hr {
	border-color: #000;
	margin: 20px 0;
	flex-basis: 100%;
}

.menu__price {
	display: block;
	text-align: right;
	white-space: nowrap;
	min-width: 80px;
}

.grey {
	color: #7A7A7A;
}

.menu__headline td {
	white-space: nowrap;
}

.menu__body {
	display: none;
	margin: 0 auto;
	opacity: 0;
	transition: opacity .3s ease-out;
}

.menu__body.displayed_menu {
	display: block;
	height: auto;
	opacity: 1;
}

.menu__table {
	width: 100%;
}

@media screen and (max-width: 800px) {

	.menu {
		padding: 30px;
		margin: 20px;
	}

	.menu__nav {
		padding: 0 0 40px 0;
	}

	.menu__body {
		padding: 0;
	}

	.menu__textblock {
		display: block;
	}

	.menu__price {
		padding: 10px 0 0;
	}

}


/* fullscreen text module */

.fullscreen_text {
	text-align: center;
	padding: 0 40px;
	margin: 0 auto;
	min-height: 400px;
	display: flex;
	justify-content: center;
	position: relative;
}
.fullscreen_text .text {
	position: absolute;
	transform: translateY(-50%);
	max-width: 670px;
	padding: 60px 0;
}

.fullscreen_text h2 {
	font-size: var(--title);
}
.fullscreen_text h2 + p {
	padding: 30px 0 0;
}


@media screen and (max-width: 800px) {
	.teaser-booking-mobile {
		display: block;
		margin-top: 0;
		width: 100%;
	}

	.teaser-booking-desktop {
		display: none;
	}
}

/* fullscreen image module */

.fullscreen_img {
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	height: 80vh;
	max-height: 900px;
}

.fullscreen_img::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
}

.fullscreen_img__headline {
	position: absolute;
	text-align: center;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: var(--subtitle);
}

#fancybox-hidden-content a {
	color: #191919;
	text-decoration: underline
}

#fancybox-hidden-content {
	color: #fff;
	background: rgba(10, 29, 47, 0.52);
	border: 1px solid #fff;
}

#fancybox-hidden-content p a {
	color: #fff;
}

@media screen and (max-width: 1512px) {
	.fullscreen_img {
		height: 70vh;
	}
}

@media screen and (max-width: 800px) {
	.fullscreen_img {
		height: 64vh;
	}
}





html, body {
	width: 100%;
	overflow-x: hidden;
}

.back-to-top,
.button {
	font-family: 'Open Sans', sans-serif;
}

.site-section.whitetext p,
.site-section.whitetext a,
.site-section.whitetext h3,
.site-section.whitetext h4 {
	color: white !important;
}

.site-section.whitetext h3 span {
	border-bottom: 1px solid white;
}

.center {
	text-align: center;
}

.floor-plan {
	background-position: center;
}

.site-header {
	width: 100%;
	padding: 32px 36px;
	float: left;
	margin-right: 0;
}

.textpage .site-header {
	background: #b7b7b7;
	position: absolute;
	z-index: 101;
}

.site-header {
	position: absolute;
	top: 0;
	z-index: 101;
	height: 70px;
}

.site-header .header-logo {
	width: 202px;
	height: 43px;
	fill: #fff;
	float: left;
}

.site-header.scrolled-header .header-logo {
	width: 150px;
	fill: #000;
}

.site-nav {
	float: right;
	margin-top: 10px;
	margin-right: 25px;
}

ul.nav-outter li {
	float: left;
	position: relative;
	height: 30px;
}

ul.nav-outter li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 12px;
	padding: 15px 0;
	flex-direction: column;
	gap: 8px;
	background: #fff;
	margin-top: 7px;
	margin-left: 38px;
}

ul.nav-outter li:hover ul {
	display: flex;
}

ul.nav-outter li ul:before {
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	width: 39%;
	height: 8px;
	background-color: white;
}

ul.nav-outter li ul li {
	width: 100%;
	text-align: left;
	padding: 0;
	padding: 4px 16px;
}

ul.nav-outter li ul li a {
	color: #000;
	margin-left: 0;
	font-size: 16px;
	white-space: nowrap;
}

ul.nav-outter li ul li a:after {
	content: '';
	background: black;
	height: 1px;
	width: 0;
	position: absolute;
	bottom: -6px;
	left: 0;
	transition: .5s width;
}

ul.nav-outter li ul li a:hover:after {
	width: 100%;
}

ul.nav-outter li ul li a.has_subnavi:after {
	height: 12px;
	width: 0;
	bottom: -12px;
}
ul.nav-outter li ul li a.has_subnavi:hover:after {
	width: 100%;
}


.site-nav a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 50px;
	position: relative;
}

.site-nav .nav-outter > a {
	text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.site-nav a span:after {
	content: '';
	background: #fff;
	height: 1px;
	width: 0;
	position: absolute;
	bottom: -6px;
	left: 0;
	transition: .5s width;
}

.site-nav ul li ul li a span:after {
	display: none;
}

.site-nav a:hover span:after,
.site-nav a.active span:after,
.site-nav .lang-switch a.current-lang span:after {
	width: 100%;
}

.site-nav .lang-switch {
	float: right;
	margin-left: 40px;
	margin-top: 3px;
	position: relative;
}

.site-nav .lang-switch span {
	display: inline-block;
	color: #fff;
	font-weight: 400;
}

.site-nav .lang-switch span:last-child {
	display: none;
}

.site-nav .lang-switch a span:last-child {
	display: block;
}

.site-nav .lang-switch ul {
	margin: 10px 0 0;
	background: #fff;
	padding: 5px 5px;
	position: absolute;
	left: -5px;
	top: 100%;
	width: 60px;
	display: none;
}

.site-nav .lang-switch ul:before,
ul.nav-outter li ul li:first-child:before {
	content: '';
	width: 100%;
	height: 8px;
	position: absolute;
	top: -8px;
	left: 0;
	background-color: white;
}

.site-nav .lang-switch li {
	padding: 6px 0;
}

.site-nav .lang-switch li:first-child {
	padding-top: 0;
}

.site-nav .lang-switch li:last-child {
	padding-bottom: 0;
}

.site-nav .lang-switch li a {
	overflow: hidden;
}

.site-nav .lang-switch li a,
.site-nav .lang-switch button.current-lang {
	text-indent: -999em;
	white-space: nowrap;
	width: 26px;
	height: 17px;
	margin-left: 0;
	display: block;
	position: relative;
}

.site-nav .lang-switch li:after {
	display: block;
	right: -6px;
	top: -1px;
	position: absolute;
	height: 17px;
	width: 12px;
	font-family: 'Open Sans';
	font-size: 13px;
	background-image: none;
	text-indent: 1em !important;
	color: black;
}
.site-nav .lang-switch li.de:after {
	content: 'DE';
	top: -4px;
}
.site-nav .lang-switch li.en:after {
	content: 'EN';
	top: -4px;
}
.site-nav .lang-switch li.es:after {
	content: 'ES';
	top: 2px;
}
.site-nav .lang-switch li.it:after {
	content: 'IT';
	top: 2px;
}

.site-nav .lang-switch button.current-lang:after {
	content: ' ';
	display: block;
	right: -6px;
	top: -1px;
	position: absolute;
	height: 17px;
	width: 12px;
	font-family: 'Open Sans';
	font-size: 13px;
	background-image: none;
	text-indent: 1em !important;
	color: white;
}
.site-nav .lang-switch button.current-lang.de:after {
	content: 'DE';
}
.site-nav .lang-switch button.current-lang.en:after {
	content: 'EN';
}
.site-nav .lang-switch button.current-lang.es:after {
	content: 'ES';
}
.site-nav .lang-switch button.current-lang.it:after {
	content: 'IT';
}

.site-nav .lang-switch li.en a,
.site-nav .lang-switch button.current-lang.en {
	background: url(../images/uk_flag.png) no-repeat;
	background-size: 26px 17px;
}

.site-nav .lang-switch li.de a,
.site-nav .lang-switch button.current-lang.de {
	background: url(../images/german_flag.png) no-repeat;
	background-size: 26px 17px;
}

.site-nav .lang-switch li.es a,
.site-nav .lang-switch button.current-lang.es {
	background: url(../images/spain_flag.png) no-repeat;
	background-size: 26px 17px;
}

.site-nav .lang-switch li.it a,
.site-nav .lang-switch button.current-lang.it {
	background: url(../images/italian_flag.png) no-repeat;
	background-size: 26px 17px;
}

.site-nav .lang-switch button.current-lang {
	border: none;
}

.site-nav .lang-switch button.current-lang:focus {
	outline: none;
}

.video-teaser {
	width: 100%;
	height: 100vh;
	min-height: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.video-teaser .logo {
	max-width: 380px;
	min-width: inherit;
	width: 60%;
}

.video-teaser beddy-bar {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: auto;
	width: 100%;
	z-index: 9999999;
}

@media screen and (max-width: 760px) {
	.video-teaser beddy-bar {
		position: static;
		transform: none;
	}

}

.video-teaser:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-image: linear-gradient(to bottom, black 0, transparent 40%);
	opacity: .4;

}

.landing .video-teaser {
	height: 65vh;
	min-height: 65%;
}

.landing section.teaser-text{
	display: none;
}

.video-teaser-text {
	width: 100%;
	text-align: center;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -45%);
	position: fixed;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.video-teaser {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
}
body:has(.video-teaser) {
	padding-top: calc(100vh + 400px);
}

@media screen and (max-width:800px) {
	body:has(.video-teaser) {
		padding-top: calc(100vh + 600px);
	}
}
body.landing {
	padding: 0;
}
.landing .video-teaser {
	position: relative;
}
.landing .video-teaser-text {
	position: absolute;
}
.video-teaser-text.static {
	display: none;
}

.teaser-text {
	position: fixed;
	text-align: center;
	width: 90%;
	top: 50%;
	left: 50%;
	padding: 0;
	transform: translate(-50%,-50%);
}
.teaser-text .btn {
	background-color: transparent;
	border: 1px solid #000;
}
.teaser-text .logo {
	max-width: 380px;
	min-width: inherit;
	width: 60%;
}
.teaser-text.static {
	position: absolute;
	top: calc(100% + 110px);
	left: 50%;
	transform: translateX(-50%);
}
.teaser-text h3 {
	font-family: 'Novecentosanswide-Normal', sans-serif;
	margin: 10px 0 20px;
}
.teaser-text .btn {
	display: inline-block;
}

.video-teaser-text h2 {
	color: #fff;
	text-shadow: 0 4px 72px rgb(0, 0, 0);
}

.video-teaser-text h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0 20px;
	letter-spacing: 1px;
	text-shadow: 0 4px 72px rgb(0, 0, 0);
}

.video-teaser video,
.video-teaser img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%,-50%);
	background-size: cover;
	transition: 1s opacity;
	z-index: -100;
}

.ScrollDown {
	display: inline-block;
	text-align: center;
}

.ScrollDown img {
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 82px;
	min-width: inherit;
	min-height: inherit;
	height: auto;
	position: static;
	transform: translate(0);
}

.site-teaser {
	position: relative;
}

.site-teaser .video-teaser-text {
	position: absolute;
}

.site-teaser img {
	width: 100%;
}

.btn {
	font-size: 18px;
	text-transform: uppercase;
	display: flex;
	width: fit-content;
	align-items: center;
	padding: 10px 30px;
	transition: all .5s ease-out;
	cursor: pointer;
	background: #fff;
	color: #000;
	border: none;
}
.btn.border {
	border: 1px solid #000;
}

.link {
	font-size: 16px;
	border-bottom: 1px solid black;
	color: black;
	padding: 5px 0;
	margin-top: 20px;
	display: block;
	width: fit-content;
}
.link:hover {
	border-bottom: 2px solid black;
}



.montserrat .btn{
	letter-spacing: 2px;
}

.btn img,
.btn svg {
	width: auto;
	height: 20px;
	margin: 0 10px 0 0;
}

.button-group {
	margin-top: 20px;
}
.button-group a.btn {
	min-width: 220px;
	
}

#booking_link {
	display: none;
	min-width: 70%;
}

.image-grid {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 50;
	width: 100%;
}

.image-grid .grid-item {
	width: 50%;
	min-height: 400px;
	position: relative;
	cursor: pointer;
}

.about .image-grid .grid-item {
	width: calc(50% - 20px);
	margin: 0 10px;
	margin-bottom: 20px;
}

.image-grid .grid-item figure {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.image-grid .grid-item figure:before {
	content: '';
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-out;
	transition: all .5s ease-out;
}

.image-grid .grid-item:hover figure:before {
	background: rgba(255, 255, 255, 0.55);
}

.image-grid .grid-item.open figure:before {
	background: rgba(255, 255, 255, 0);
}

.image-grid .grid-item figure img {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
}

.grid-item-text {
	color: #000;
	position: absolute;
	background: #fff;
	z-index: 30;
	padding: 10px 20px;
	width: 75%;
	min-height: 50px;
	left: 50%;
	background: rgba(255, 255, 255, .8);
	bottom: calc(11% - 25px);
	margin-left: -37.5%;
	transition: all .7s ease-in-out;
	overflow: hidden;
}


.grid-item.open .grid-item-text {
	background: #fff;
}

.grid-item.open {
	z-index: 40;
}

.grid-item.open .grid-item-text {
	width: 100%;
	min-height: 100%;
	padding: 60px 60px 0 60px;
	bottom: 0;
	left: 137.5%;
}

.grid-item.open:nth-child(even) .grid-item-text {
	left: -62.5%;
}

.about .grid-item.open .grid-item-text {
	left: 140.8%;
}

.about .grid-item.open:nth-child(even) .grid-item-text {
	left: -65.8%;
}

.grid-item-text-close {
	font-size: 28px;
	font-weight: 700;
	position: absolute;
	top: 30px;
	right: 35px;
	border: none;
	background: transparent;
	opacity: 0;
	transition: all .7s ease-in-out;
}

.grid-item-text-close:focus {
	outline: none;
}

.grid-item-text-close:after {
	content: '×';
}

.grid-item.open .grid-item-text-close {
	opacity: 1;
}

.grid-item-text h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 31px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	letter-spacing: 2px;
	transition: all .7s ease-in-out;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}

.grid-item.open .grid-item-text h4 {
	transform: translateX(0);
	left: 0;
	padding-bottom: 20px;
	text-align: left;
}

.about .grid-item.open .grid-item-text h4 {
	line-height: 20px;
}

.grid-item-text h4 span {
	display: block;
	font-size: 18px;
	line-height: 20px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
}

.grid-item-text-copy {
	opacity: 0;
	height: 0;
	width: 100%;
	transition: all .2s ease-in-out;
}

.grid-item.open .grid-item-text .grid-item-text-copy {
	opacity: 1;
	transition: all .4s ease-in-out;
	transition-delay: .7s;
}

.grid-item-text-copy-scroll {
	max-height: 60%;
	max-width: 85%;
	padding-right: 30px;
	position: absolute;
	overflow-y: auto;
}

.grid-item-text-copy-scroll::-webkit-scrollbar {
	width: 6px !important;
}

.grid-item-text-copy-scroll::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3)
}

.grid-item-text-copy-scroll::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .08)
}

.grid-item-text p {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 26px;
	width: 100%;
}

.landing-properties {
	width: 100%;
	max-width: 1205px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 0 80px;
	margin: 0 auto;
}

.landing-property {
	max-width: 25%;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.landing-property img {
	max-height: 180px;
	display: block;
	margin: 0 auto 15px;
	position: relative;
	max-width: 80%;
}

.landing-property h2 {
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 2px;
}

.landing-property p {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.landing-property .btn,
.about-teaser .btn {
	font-size: 18px;
	color: #000;
	letter-spacing: 2px;
	border: 1px solid #000;
}

.about-teaser {
	width: 100%;
	max-width: 1205px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	padding: 150px 30px;
}


.about-teaser .flex-column {
	width: 60%;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 60%;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding-right: 120px;
}

.about-teaser .flex-column.wide {
	width: 40%;
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	padding-right: 0;
}

.about-teaser .flex-column img {
	width: 100%;
	height: auto;
}

.about-teaser h4 {
	font-size: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.about-teaser p {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 26px;
}

.about .button.newsletter {
	margin: 30px auto;
}

.contact-grid-item {
	text-align: center;
	background-color: #f6f6f6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-grid-item h5 {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 23px;
}

.contact-grid-item .contact-option {
	font-size: 24px;
	letter-spacing: 1px;
	float: left;
}

.contact-grid-item .contact-option i {
	height: 35px;
	width: 35px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	position: relative;
	top: -8px;
	margin-right: 5px;
}

.contact-grid-item .contact-option.phone i {
	background-image: url(../images/phone.svg);
}

.contact-grid-item .contact-option.email i {
	background-image: url(../images/email.svg);
}

.site-section {
	position: relative;
/*	padding-top: calc(var(--moduleSpace) + 50px);*/
	padding-top: 80px;
	background: #fff;
}
.site-section > h2 {
	text-align: center;
}

.textpage .site-section {
	z-index: 10;
	width: 100%;
	float: left;
}

.textpage .site-section .columns-wrapper {
	padding: 0 15px;
}

.site-section.press {
	padding-bottom: 80px;
}

.site-section-headline {
	width: 100%;
	position: relative;
	z-index: 10;
}

.site-section .site-section-headline h3 {
	padding-bottom: 110px;
}

.textpage .site-section h1,
.textpage .site-section h2 {
	text-align: center;
	padding: 200px 0 110px;
	font-size: 36px;
	line-height: 60px;
	text-transform: uppercase;
}

.textpage .site-section h2 {
	padding: 100px 0 110px;
}

.site-section > h2 {
	padding: 0 0 var(--moduleSpace);
}

.site-section h3 {
	font-size: 30px;
	color: #191919;
	text-transform: uppercase;
	text-align: center;
}

.montserrat .site-section h3{
	font-size: 28px;
	font-family: 'Open Sans';
	font-weight: 400;
	letter-spacing: 0;
	line-height: 32.2px;
}

.montserrat .site-section .accordion h3{
	font-weight: 400;
	font-size: 28px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.montserrat .tiles-article .title h3{
	font-size: 28px;
}

.montserrat .site-section.teaser-text{
	padding-top: 96px;
	padding-bottom: 64px;
	padding-left: 16px;
	padding-right: 16px;
}


.montserrat .site-section .h2{
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 4px;
	font-family: 'Novecentosanswide-Normal';
}

.floorplan-text h3 {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	padding: 50px 0 0;
}

.site-section h3 span {
	padding-bottom: 10px;
	display: inline-block;
}

.centered-headline {
	font-size: 18px;
	font-weight: 400;
	line-height: 45px;
	color: #191919;
	text-align: center;
	padding: 10px 0 10px;
	margin-top: -100px;
}

.faux-imagemap {
	position: relative;
	margin: 0 auto;
	margin-top: -100px;
	margin-bottom: 100px;
	z-index: -1;
	max-width: 1280px;
}

.faux-imagemap-mobile {
	display: none;
}

.faux-imagemap img {
	width: 100%;
}

.marker {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 50;
}

.marker:after {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	white-space: nowrap;
	content: attr(data-label);
	position: absolute;
	top: -8px;
	border-bottom: 1px solid #000;
	opacity: 0;
	max-width: 0;
	transition: all .5s;
	text-shadow: 0 0 4px #fff;
	overflow: hidden;
}

.marker.right:after {
	left: 25px;
	padding-left: 40px;
}

.marker.left:after {
	right: 25px;
	padding-right: 40px;
}

.faux-imagemap .marker:hover:after {
	opacity: 1;
	max-width: 400px;
}

.faux-imagemap .marker.right:hover:after {
	left: 27px;
}

.faux-imagemap .marker.left:hover:after {
	right: 27px;
}

.marker i {
	width: 25px;
	height: 25px;
	background: url(../images/marker.svg);
	background-size: 25px 25px;
	display: inline-block;
	transition: all .5s;
}

.faux-imagemap .marker:hover i {
	transform: scale(1.3);
}

.booking-section {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-bottom: 12px;
}

.montserrat .booking-section li{
	position: relative;
	padding-left: 0;
	font-size: 16px;
	line-height: 1.5625;
	list-style: none;

}

.montserrat .booking-section li:before{
	content: '';
	display: none;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}


.booking-section img {
	width: 100%;
	height: auto;
}

.booking-section .columns-wrapper {
	padding: 0;
}

@media screen and (max-width: 800px) {
	.slider-room-plan > img,
	.img_slider {
		width: 100%;
		margin: 0;
	}
	.img_slider {
		margin-bottom: 20px;
	}

	.teaser-text {
		width: 100%;
	}
}

.flex-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-wrapper .slideshow,
.slideshow-text {
	width: 58%;
	overflow: hidden;
	min-height: 390px;
}

.slideshow-text {
	min-height: 1px;
}

.flex-wrapper .slideshow a {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.flex-wrapper .slideshow img {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	width: auto;
	float: left;
}

.slideshow .cycle-pager {
	width: 100%;
	z-index: 999;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	color: #fff;
}

.slideshow .cycle-pager span {
	color: transparent;
	cursor: pointer;
}


.slideshow .cycle-pager span:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 100%;
	display: inline-block;
}

.slideshow .cycle-pager span.cycle-pager-active:before {
	background: #fff;
}

.teaser-text.static {
	position: absolute;
	top: calc(100% + 60px);
}

/* @media screen and (max-width:800px) {
	.teaser-text.static {
		top: calc(100% + 60px);
	}
} */

.booking-panel {
	flex-basis: 40%;
	box-sizing: border-box;
	padding: 0 0 0 50px;
}

.booking-panel h4 {
	font-size: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.booking-panel iframe {
	margin-top: 30px;
}

.booking-panel form {
	width: 100%;
	border: 1px solid red;
}

.booking-panel .field {
	width: 45%;
	position: relative;
	float: left;
	padding-right: 50px;
	background: #fff;
	border: 1px solid #949494;
}

.booking-panel .field:first-child {
	margin-right: 10%;
}

.booking-panel .field input {
	height: 48px;
	width: 100%;
}

.booking-panel .field svg {
	width: 36px;
	height: 33px;
	position: absolute;
	right: 10px;
	top: 7px;
}

.booking-panel input[type=button] {
	color: #fff;
	text-transform: uppercase;
	background: #0a1d2f;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	padding: 10px 20px;
	width: 50%;
}

.columns-wrapper {
	width: 100%;
	max-width: 1205px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	align-items: center;
}

.columns-wrapper.flex-align-start {
	align-items: flex-start;
}

.textpage .columns-wrapper {
	flex-direction: column;
	align-items: flex-start;
}

.columns-wrapper.wide {
	max-width: 1344px;
}

.columns-wrapper.wide-wrapper {
	max-width: 1205px;
}

.column-66 {
	width: 66.66666666666%;
	padding: 0 15px;
	position: relative;
}

.column-66 .map {
	height: 100%;
	width: calc(100% - 60px);
	margin-right: 60px;
	position: absolute;
	left: 0;
	top: 0;
}

.column-50 {
	width: 50%;
	padding: 0 15px;
	float: left;
}

.column-50:nth-child(even) {
	padding-left: 70px;
}

.column-50 img {
	width: 100%;
}

.column-50 h3 {
	font-size: 24px;
	line-height: 30px;
	padding: 60px 0 30px 0;
	text-align: left;
}

.column-50 p a {
	text-decoration: underline;
}

.column-50 a.btn {
	margin-bottom: 20px;
	float: left;
	clear: left;
	text-align: center;
}

.column-50 a.video {
	position: relative;
	display: block;
}

.column-50 a.video:before {
	content: '';
	width: 57px;
	height: 57px;
	background: url(../images/VideoIcon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.column-33 {
	width: 33.33333333333%;
	padding: 0 15px;
	position: relative;
}

.wide-wrapper {
	padding: 60px 20px;
}

.booking-section .column-33 {
	width: calc(33.33333333333333% - 40px);
	margin: 0 20px;
	padding: 0;
}

.booking-section .column-33:first-child,
.booking-section .column-33:last-child {
	width: 33.33333333333333%;
	margin: 0;
}

.booking-section .column-33 ul,
.booking-section .column-33 p {
	font-size: 16px;
	line-height: 24px;
}

.directions {
	background: #f5f5f5;
	padding: 80px 0 110px;
}

.directions .column-33 h4 {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 16px;
}

.directions .column-33 h5 {
	line-height: 26px;
	padding-bottom: 0;
}

.column-gray-inner {
	position: relative;
	height: 100%;
}

.columns-wrapper h5 {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 4px;
}

.montserrat .columns-wrapper h5{
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0;
}

.columns-wrapper ul + .btn,
.columns-wrapper p + .btn {
	margin-top: 26px;
}

.columns-wrapper ul li li {
	list-style-type: disc;
}

.textpage .columns-wrapper ul, .textpage .columns-wrapper p {
	font-size: 16px;
	line-height: 30px;
}

.textpage .columns-wrapper ul {
	padding-left: 40px;
}

.columns-wrapper ul.accordion {
	padding-left: 0;
}

.voucher {
	background-color: #666e71;
	position: relative;
	overflow: hidden;
	min-height: 370px;
}

.voucher .image-left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.voucher .image-left img {
	position: absolute;
	left: -100px;
	top: 0;
	width: 110%;
}

.voucher .columns-wrapper {
	position: relative;
}

.voucher .columns-wrapper .text-right h4,
.voucher .columns-wrapper .text-right p {
	color: #fff;
}

.text-right,
.image-left {
	width: 50%;
	float: right;
	margin: 0 0 0 auto;
}

.text-right h4 {
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	padding-bottom: 16px;
}

.voucher .columns-wrapper .text-right h4 {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 10px;
}

.text-right p {
	font-size: 24px;
	line-height: 32px;
	width: 76%;
	padding-bottom: 32px;
}

.voucher .columns-wrapper .text-right p {
	font-size: 18px;
	line-height: 26px;
}


.site-section.newsletter {
	padding: 0 15px;
}

.site-section.newsletter h3 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 70px;
}

.newsletter form {
	padding-bottom: 50px;
	padding-top: 30px;
}


.newsletter .fieldgroup {
	border: 1px solid #000;
	max-width: 504px;
	margin: 0 auto;
	overflow: hidden;
}

.newsletter .fieldgroup input {
	letter-spacing: 1px;
	width: 50%;
	float: left;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	height: 44px;
	line-height: 41px;
}

.newsletter .fieldgroup input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .24);
}

.newsletter .fieldgroup input::-moz-placeholder {
	color: rgba(0, 0, 0, .24);
}

.newsletter .fieldgroup input:-ms-input-placeholder {
	color: rgba(0, 0, 0, .24);
}

.newsletter .fieldgroup input:-moz-placeholder {
	color: rgba(0, 0, 0, .24);
}

.newsletter .fieldgroup input[type=text],
.newsletter .fieldgroup input[type=email] {
	font-size: 16px;
	color: #0a1d2f;
	background: transparent;
	padding: 0 12px;
}

.newsletter .fieldgroup input[type=text]:focus,
.newsletter .fieldgroup input[type=email]:focus {
	outline: none;
}

.newsletter .fieldgroup input[type=submit] {
	font-size: 18px;
	color: #fff;
	background: #000;
	text-transform: uppercase;
}



/* ========================================================================== */
/*Style Fanybox Overlay Bookingcode*/

.booking_overlay {
	padding: 20px 30px;
}

#hidden_content_booking {
	background-color: #f6f6f6;
	max-width: 700px;
}

.booking_overlay input {
	border: 1px solid #0a1d2f;
	letter-spacing: 1px;
	float: left;
	border-radius: 0;
	-webkit-appearance: none;
	height: 44px;
	line-height: 40px;
	font-size: 18px;
}

.booking_overlay input.input {
	color: #0a1d2f;
	padding-left: 10px;
	width: 45%;
}

.booking_overlay input.submit {
	width: 55%;
	font-size: 18px;
	color: #fff;
	background: #0a1d2f;
	text-transform: uppercase;
	max-width: 180px;
}

.booking_overlay input.input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #0a1d2f;
}

.booking_overlay input.input::-moz-placeholder { /* Firefox 19+ */
	color: #0a1d2f;
}

.booking_overlay input.input:-ms-input-placeholder { /* IE 10+ */
	color: #0a1d2f;
}

.booking_overlay input.input:-moz-placeholder { /* Firefox 18- */
	color: #0a1d2f;
}

.booking_overlay form {
	margin-top: 30px;
}

.booking_overlay p.error_message {
	width: 100%;
	float: left;
	margin-top: 7px;
	color: #a90707;
	display: none;
	font-size: 15px;
}

.booking_overlay p.error {
	display: block;
}

.booking_overlay input.input.error {
	border: 1px solid #a90707;
	border-right: none;

}

button.fancybox-close-small {
	display: none;
}

.fancybox-slide .closeLink {
	position: absolute;
	right: 10px;
	top: 10px;
	content: '';
	display: block;
	background-image: url(../images/close-floatel.svg);
	width: 20px;
	height: 20px;
	background-size: cover;
}

.button-container {
	width: 200px;
	height: 60px;
	position: relative;
	display: none;
}

.video-teaser-text .button-container a.fancybutton.btn {
	position: absolute;
	left: 50%;
	top: 0;
	opacity: 1;
	width: 200px;
	height: 60px;
	transform: translate(-50%, 0);
	overflow: hidden;
}

#availpro-root {
	opacity: 0.000001;
	position: absolute;
	background: rgba(10, 29, 47, 0.52);
	top: -60px;
	left: -190px;
	z-index: 1;
	transform: scale(1.8);
	/*}*/
}


.videoWrapper {
	width: 100%;
}

.videoWrapper video {
	width: 100%;
	height: auto;
	background-size: cover;
	object-fit: cover;
}


.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   Cookie wall*/

.cookie_wall_wrapper {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #000;
	color: #fff;
	z-index: 9999999;
	-webkit-transition: all 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.cookie_wall_inner {
	margin: 30px 10% 50px;
	position: relative;
	text-align: center;
}

.cookie_wall_wrapper p {

	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}

.cookie_wall_wrapper a {
	color: #fff;
	text-decoration: underline;
}

.cookie_wall_wrapper a:hover {
	text-decoration: none;
}

.cookie_wall_close {
	position: absolute;
	right: -10%;
	bottom: -35px;
	background: rgb(210, 192, 200);
	border: 0;
	padding: 5px 29px;
	text-transform: uppercase;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cookie_wall_close:hover {
	color: #fff;
}

.cookie_wall_wrapper.hide-cookie-wall {
	bottom: -100%;
}

/*Gewinnspiel Banner*/

.contest_banner_wrapper {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;

	overflow: hidden;

	/*  max-width: 1205px;*/
	margin: 30px auto 0;
	height: 130px;


}

.flex_65 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 65%;
	-ms-flex: 0 1 65%;
	flex: 0 1 65%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background: #193647;
	position: relative;
}

.flex_65 img {
	width: 196px;
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex_35 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 35%;
	-ms-flex: 0 1 35%;
	flex: 0 1 35%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background: #00aeef;
	position: relative;
}

.flex_35 img {
	width: 159px;
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.flex_35:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(18deg);
	-ms-transform: translateY(-50%) rotate(18deg);
	transform: translateY(-50%) rotate(18deg);
	height: 140%;
	width: 120px;
	z-index: 1;
	background: #00aeef;
	-webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

}

.contest_banner_wrapper:hover .flex_35:before {
	left: -80px;
}

.accordion {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
.accordion h3 {
	text-align: left;
	padding: var(--moduleSpace) 0 40px;
}

.accordion h4 {
	text-align: center;
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 50px;
	text-transform: uppercase;
}

.accordion-all-items > li {
	width: 100%;
	list-style-type: none;
}

.accordion-trigger {
	font-size: 20px;
	font-weight: 700;
	line-height: 31px;
	text-align: left;
	width: 100%;
	padding: 15px 0 15px 48px;
	background: #fff;
	border: none;
	border-top: 1px solid #000;
	position: relative;
	transition: color .2s ease-in-out;
}

.montserrat .accordion-trigger{
	font-family: 'Novecentosanswide-Normal';
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
}

.accordion-trigger:focus {
	outline: none;
}

.accordion-trigger:before,
.accordion-trigger:after {
	content: '';
	position: absolute;
	left: 20px;
	width: 14px;
	height: 2px;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	transition: transform .4s ease-out;
	background-color: #000;
}
.accordion-trigger:after {
	transform: translateY(-50%) rotate(90deg);
}

.accordion-open .accordion-trigger:before {
	transform: translateY(-50%) rotate(-180deg);
}
.accordion-open .accordion-trigger:after {
	transform: translateY(-50%) rotate(-180deg);
}

.accordion-content {
	display: none;
	padding-left: 48px;
}
.accordion-content .site-section {
	padding: 0;
}

.accordion-open .accordion-content {
	display: block;
}

.accordion-content .slideshow-text {
	width: 100%;
}

.accordion-content .booking-section {
	gap: 24px;
}

.accordion .slider {
	flex-basis: calc(100% / 3 * 2);
}
.accordion .floor-plan {
	padding: 0;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #f5f5f5;

	flex-basis: calc(100% / 3);
	width: calc(100% / 3);
}

.accordion .slider .slide-item {
	aspect-ratio: 2 / 1;
}

.floorplan {
	position: relative;
}

.floorplan .img-container {
	width: 100%;
	overflow: hidden;
}

.floorplan img {
	width: 70%;
}

.floorplan-text {
	width: 100%;
	position: absolute;
	z-index: 10;
}

.floorplan-list {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 2px;
	padding-bottom: 0;
	float: right;
	margin-right: 15%;
	margin-top: 13%;
}

.floorplan-list li {
	border-bottom: 1px solid #191919;
	margin-bottom: 22px;
	padding-bottom: 4px;
	list-style-position: inside;
}

.partners {
	background: #f5f5f5;
	padding-bottom: 180px;
}

.partners ul {
	max-width: 1000px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.partners ul li {
	max-width: 22%;
	list-style: none;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.partners ul li a {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

.partners ul li a img {
	width: 100%;
}

.site-footer {
	color: #fff;
	background: #0a1d2f;
	position: relative;
	z-index: 50;
	margin-top: calc(2 * var(--moduleSpace));
}

.footer_inner {
	max-width: 1920px;
	margin: 0 auto;
	padding: 75px 95px;
}

.site-footer p a {
	color: #fff;
}

.site-footer-left {
	font-size: 16px;
	width: 50%;
}

.site-footer-right,
.footer-info {
	float: left;
	clear: left;
}

.site-footer-right {
	max-width: 450px;
	width: 100%;
	margin-bottom: 50px;
}

.site-footer-right .left,
.site-footer-right .right {
	width: 45%;
	float: left;
}

.site-footer-right .right {
	width: 55%;
	padding-left: 12px;
}

.site-footer-right h6 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

.site-footer-right p {
	font-size: 16px;
	line-height: 20px;
}

.site-footer .footer-links span.link:last-child span {
	display: none;
}

.site-footer form {
	padding-bottom: 50px;
}

.site-footer form legend {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

.site-footer .fieldgroup {
	border: 1px solid #fff;
	max-width: 450px;
	width: 100%;
	overflow: hidden;
}

.site-footer .fieldgroup input {
	letter-spacing: 1px;
	width: 43%;
	float: left;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	height: 44px;
	line-height: 44px;
}

.site-footer .fieldgroup input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .24);
}

.site-footer .fieldgroup input::-moz-placeholder {
	color: rgba(255, 255, 255, .24);
}

.site-footer .fieldgroup input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .24);
}

.site-footer .fieldgroup input:-moz-placeholder {
	color: rgba(255, 255, 255, .24);
}

.site-footer .fieldgroup input[type=text],
.site-footer .fieldgroup input[type=email] {
	font-size: 16px;
	color: #fff;
	background: transparent;
	padding: 0 12px;
}

.site-footer .fieldgroup input[type=text]:focus,
.site-footer .fieldgroup input[type=email]:focus {
	outline: none;
}

.site-footer .fieldgroup input[type=submit] {
	width: 57%;
	font-size: 16px;
	color: #fff;
	background: #d2c0c8;
	text-transform: uppercase;
}

.site-footer a.back-to-top {
	width: 137px;
	height: 49px;
	background: url(../images/backtotop.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 95px;
	top: 75px;
}

@media screen and (max-width: 1360px) {
	.site-section-headline {
		position: relative;
	}

}

@media screen and (max-width: 1240px) {

	.columns-wrapper ul.accordion {
		padding: 0 30px;
	}

}

@media screen and (max-width: 1200px) {

	.faux-imagemap {
		margin-top: -70px;
	}

	.marker.right:after {
		padding-left: 20px;
	}

	.marker.left:after {
		padding-right: 20px;
	}

	.floorplan-list li {
		font-size: 14px;
		margin-bottom: 14px;
	}


}


@media screen and (max-width: 1130px) {
	.site-footer-left {
		width: 75%;
	}

	.voucher .image-left {
		margin-right: 5%;
		width: 45%;
	}

	.voucher .image-left img {
		width: 150%;
		left: -150px;
		top: -40px;
	}

	.landing-property{
		max-width: 48%;
		text-align: center;
		margin-bottom: 30px;
	}
}


@media screen and (max-width: 1024px) {
	.column-50,
	.site-section.newsletter,
	.textpage .site-section .columns-wrapper,
	.voucher .text-right,
	.column-33,
	.column-66 {
		padding: 0 30px;
	}

	.column-50:nth-child(even) {
		padding-left: 30px;
	}

	.columns-wrapper.wide {
		padding: 60px 10px;
	}

	.site-header {
		padding: 30px;
	}

}


@media screen and (max-width: 950px) {
	.site-nav a {
		margin-left: 30px;
	}
}


@media screen and (max-width: 900px) {

	.image-grid .grid-item,
	.about .image-grid .grid-item {
		width: 100%;
	}

	.about .image-grid .grid-item {
		width: calc(100% - 20px);
	}

	.grid-item.open .grid-item-text,
	.about .grid-item.open .grid-item-text {
		width: 100%;
		min-height: 100%;
		transform: translate(0, 0);
		padding: 60px 60px 0 80px;
		left: 0;
		top: 0;
		margin-left: 0;
	}

	.grid-item.open:nth-child(even) .grid-item-text,
	.about .grid-item.open:nth-child(even) .grid-item-text {
		transform: translate(0, 0);
		left: 0;
	}

	.flex-wrapper .slideshow,
	.booking-panel,
	.slideshow-text {
		width: 100%;
	}

	.flex-wrapper .slideshow {
		min-height: inherit;
	}

	.booking-panel {
		padding: 28px 30px;
	}

	.grid-item.open .grid-item-text,
	.about .grid-item.open .grid-item-text {
		padding: 60px 30px 0 30px;
	}

	.grid-item-text-copy-scroll {
		max-width: 100%;
	}

	.flex-wrapper .slideshow a {
		position: relative;
		display: block;
		float: left;
	}

	.flex-wrapper .slideshow img {
		position: relative;
		min-height: inherit;
		min-width: inherit;
		left: inherit;
		top: inherit;
		width: 100%;
	}

	.site-footer .fieldgroup input[type=submit] {
		font-size: 16px;
		line-height: 20px;
	}

	.about-teaser {
		width: 100%;
		display: block;
		padding: 28px 30px;
	}

	.about-teaser .flex-column {
		width: 100%;
		padding-bottom: 20px;
		padding-right: 20px;
	}

	.about-teaser .flex-column.wide {
		width: 100%;
		padding-bottom: 0;
	}

	.floorplan-text {
		position: static;
		padding: 15px 30px;
		background: #f9fcff;
	}

	.floorplan-text h3 {
		position: static;
		transform: translateX(0%);
		padding-top: 10px !important;
	}

	.floorplan-list {
		float: none;
		margin-right: 0;
		margin-top: 20px;
		font-size: 14px;
	}

	.floorplan-list li {
		border-bottom: 1px solid #000;
		margin-bottom: 15px;
		padding-bottom: 4px;
		width: 45%;
		margin-right: 5%;
		float: left;

	}

	.floorplan img {
		width: 110%;
	}

	.floor-plan {
		background-size: cover !important;
		height: 0;
		padding-bottom: 78.5%;
		background-repeat: no-repeat;
	}


}

@media screen and (max-width: 850px) {
	.site-header .header-logo {
		width: 160px;
	}
}


@media screen and (max-width: 800px) {


	body.nav-open {
		overflow: hidden;
		height: 100vh;
	}

	body.nav-open > section {
		opacity: 0;
	}

	.site-nav {
		height: 0;
	}

	.nav-open .site-nav {
		margin-top: 0;
		height: 100%;
		margin-right: 0;
	}

	.nav-open .site-header .header-logo {
		position: relative;
		fill: #000;
	}

	.show_nav {
		float: right;
		cursor: pointer;
		z-index: 99;
		position: relative;
		margin-top: 12px;
		background-image: url('../images/hamburger.svg');
		width: 30px;
		height: 20px;
	}

	.nav-open .show_nav,
	.nav-open .site-header .header-logo {
		z-index: 1002;
	}

	.nav-open .show_nav span {
		opacity: 0;
	}

	.nav-open .show_nav {
		margin-top: 8px;
		background-image: url('../images/close.svg');
		width: 27px;
		height: 27px;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.show_nav > span {
		left: 5px;
		transition: all .2s ease-in-out;
	}

	.show_nav span.two {
		opacity: 1;
	}

	.show_nav span.one,
	.show_nav span.three {
		width: 30px;
	}

	.nav-open .show_nav span.one {
		transform: rotate(-45deg);
		margin-top: 5px;
	}

	.nav-open .show_nav span.two {
		display: none;
	}

	.nav-open .show_nav span.three {
		transform: rotate(45deg);
		margin-top: -3px;
	}

	.show_nav > span {
		position: relative;
		text-transform: uppercase;
		color: #fff;
		float: left;
		margin-top: 10px;
		font-size: 14px;
		margin-left: -5px;
	}

	.show_nav span {
		width: 18px;
		height: 3px;
		background: #fff;
		float: left;
		clear: left;
		margin-top: 9px;
	}

	.nav-open .show_nav span {
		background: #000;
	}

	.show_nav span:first-child {
		margin-top: 0;
	}

	.nav-outter {
		position: absolute;
		top: 40%;
		left: 0;
		width: 100%;
		transform: translate(0, -50%);
		display: none;
	}

	.nav-open .nav-outter {
		display: flex;
		flex-direction: column;
		gap: 30px;
		max-height: calc(100dvh - 100px);
		overflow-y: auto;
		overflow-x: hidden;
		align-items: center;
	}

	.site-nav {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background: rgba(255, 255, 255, 1);
		color: #000;
		z-index: -1;
		opacity: 0;


		transition: all .2s ease-in-out;
	}

	.nav-open .site-nav {
		opacity: 1;
		height: 100%;
		z-index: 1001;
	}


	.site-nav a {
		padding: 5px 20px;
		display: block;
		font-size: 18px;
		color: #000;
		text-align: center;
		margin-left: 0;
		float: none;
	}


	.site-nav a:hover span:after {
		display: none;
	}

	.site-nav a span {
		position: relative;
	}

	.site-nav a span:after {
		background: #000;
	}

	ul.nav-outter li {
		float: none;
		clear: both;
		display: flex;
		flex-direction: column;
		gap: 20px;
		height: fit-content;
	}

	ul.nav-outter li ul {
		position: static;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0;
		gap: 20px;
		padding-top: 0;
	}

	ul.nav-outter li ul:before {
		display: none;
	}

	.site-nav ul li ul li a {
		padding: 0 0;
		margin: 0 0 !important;

	}


	.site-nav .lang-switch {
		display: flex;
		flex-direction: row;
		width: 100%;
		margin-top: 35px;
		justify-content: center;
		margin-left: 0;
	}


	.site-nav .lang-switch li,
	.lang-switch button {
		float: left;
		padding: 0;
		margin: 0;
	}

	.site-nav .lang-switch button.current-lang{
		margin-right: 35px;
		border-bottom: 1px solid black;
		height: fit-content;
	}

	.site-nav .lang-switch button.current-lang:after {
    right: -3px;
    top: -1px;
    color: black;
	}
	.site-nav .lang-switch li.de:after {
    top: -3px;
		right: 12px;
}
	.site-nav .lang-switch li.en:after {
    top: -3px;
    left: 18px;
	}
	.site-nav .lang-switch li.es:after {
    top: -3px;
		right: 11px;
	}
	.site-nav .lang-switch li.it:after {
    top: -3px;
		right: 11px;
  }

	.site-nav .lang-switch li:last-child {
    margin-right: 0px;
	}

	.site-nav .lang-switch li {
		padding-top: 0 !important;
		margin-right: 20px;
	}

	.lang-switch a,
	.lang-switch a:first-child {
		margin: 0;
	}

	.site-nav .lang-switch a {
		display: inline-block;
		padding: 5px;
		margin: 0 15px;
	}

	.site-nav .lang-switch span {
		color: #000;
	}

	.site-nav .lang-switch ul {
		display: flex !important;
		position: relative;
		margin-top: 0;
		padding: 0;
		width: fit-content;
	}

	.site-nav .lang-switch ul:before, ul.nav-outter li ul li:first-child:before {
		display: none;
	}

	.site-section .site-section-headline h3 {
		padding-bottom: 50px;
	}

	.site-section h3 {
		padding: 30px 0 20px;;
	}

	.accordion .floor-plan {
		width: 100%;
	}

	.textpage .site-section h1 {
		padding-top: 100px;
	}


	.column-33,
	.booking-section .column-33,
	.column-66 {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.booking-section .column-33:first-child, .booking-section .column-33:last-child {
		width: 100%;
	}


	.booking-section .column-33:first-child {
		margin-bottom: 20px;
	}

	.column-66 .map {
		width: 100%;
		position: relative;
		height: 300px;
	}

	.flex-wrapper {
		display: block;
	}


	.voucher {
		margin-top: 50px;
	}


	.column-50 {
		width: 100%;
	}

	.faux-imagemap {
		margin-top: -70px;
	}

	.voucher .columns-wrapper {
		padding-top: 0;
	}

	.voucher .image-left, .voucher .text-right {
		width: 100%;
		position: relative;
	}

	.voucher .image-left {
		margin: 0;
	}

	.voucher .image-left img {
		width: 100%;
		position: relative;
		left: inherit;
		top: -50px;
	}

	.image-grid .grid-item figure:before,
	.image-grid .grid-item.open figure:before {
		display: none;
	}

	.site-section.newsletter h3 {
		padding-bottom: 30px;
	}

	.newsletter .fieldgroup input {
		width: 100%;
	}

	.newsletter .fieldgroup input[type=submit] {
		font-size: 16px;
	}

	.directions {
		padding-bottom: 0;
	}

	.footer_inner {
		padding: 30px;
	}

	.site-footer-left {
		width: 75%;
	}

	.site-footer .fieldgroup,
	.site-footer .site-footer-right {
		max-width: 100%;
	}

	.site-footer a.back-to-top {
		width: 110px;
		height: 40px;
		top: 30px;
		right: 30px;
		background-size: 100% 100%;
	}

	.accordion h4 {
		background: #f5f5f5;
		padding: 15px 0;
		margin-bottom: 10px;
	}

	.site-nav .nav-outter > a {
		text-shadow: none;
	}

	.video-teaser-text h2,
	.video-teaser-text h1 {
		text-shadow: none;
	}

	.montserrat .site-section h3 {
    font-size: 22px;
    line-height: 28px;
	}
}

@media screen and (max-width: 768px) {
	.faux-imagemap {
		margin-top: 0;
	}
}

.site-footer a:not(.btn) {
	color: #fff;
}
.site-footer h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 40px 0 20px;
}
.site-footer .contact {
	display: flex;
	gap: 60px;
}
.site-footer nav {
	margin: 40px 0 10px;
}
.site-footer nav ul {
	display: flex;
	gap: 20px;
}
.site-footer nav li {
	position: relative;
}
.site-footer nav li::after {
	content: '|';
	position: absolute;
	right: -14px;
	top: 0;
}
.site-footer nav li:last-of-type::after {
	display: none;
}
.jumper img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-right: 10px;
}
.footer-buttons {
	display: flex;
	justify-content: space-between;
}


@media screen and (max-width: 650px) {

	.montserrat .site-section .title {
		display: none;
	}

	.site-section{
		padding-top: 72px;
	}

	:root{
		--moduleSpace : 48px;
	}

	.landing-property p {
	  max-width: 150px;
	}

	.accordion .booking-section{
		gap: 0;
		margin-bottom: 25px;
	}

	.slider-room-plan{
		margin-bottom: 25px;
	}

	.montserrat .site-section .accordion h3{
		font-size: 24px;
	}

	.montserrat .site-section .h2{
		font-size: 32px;
	}

	.montserrat .tiles-item h3.title{
		font-size: 16px;
	}

	.tiles-item::before {
		content: '';
		background-image: url('/layout/images/arrow-top-right.svg');
		width: 32px;
		height: 32px;
		position: absolute;
		top: 40px;
		right: 40px;
		z-index: 1;
	}
	.tiles-article.open .title {
		display: block;
	}

	.montserrat .splide + .text h4{
		font-size: 24px;
	}

	.montserrat .splide + .text p{
		font-size: 18px;
	}

	.landing-properties {
/*		display: block;*/
		padding: 30px 0;
	}

	.landing-property h2{
		font-size: 16px;
		max-width: 150px;
	}

	/*.landing-property {
		width: 100%;
		padding-top: 30px;
		max-width: 100%;
		padding-bottom: 40px;
		border-bottom: 1px solid #f6f6f6;
	}*/

	.landing-property:first-child {
		padding-top: 0;
	}


	.accordion-trigger {
		font-size: 14px;
/*		border-bottom: 1px solid #000;*/
	}

	.nav-outter {
		position: absolute;
		top: 100px;
		left: 0;
		width: 100%;
		transform: translate(0, 0);
	}

	.about .columns-wrapper {
		padding-top: 0;
	}

	.site-teaser .video-teaser-text.image-teaser-text {
		position: relative;
		top: inherit;
		transform: translateY(0);
		background: rgba(10, 27, 47, 0.3);
		padding: 10px 30px;
	}

	.site-teaser .video-teaser-text.image-teaser-text h1 {
		margin-bottom: 0;
		font-size: 24px;
		line-height: 30px;
	}

	.textpage .site-section h1, .textpage .site-section h2 {
		padding: 80px 0 50px;
		font-size: 28px;
		line-height: 32px;
		-ms-word-break: break-all;
		word-break: break-all;

		/* Non standard for WebKit */
		word-break: break-word;

		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}

	.partners ul {
		padding-top: 20px;
		display: block;
	}

	.partners ul li {
		max-width: 100%;
		width: 100%;
		margin-bottom: 60px;
	}

	.partners ul li a img {
		width: 40%;
	}

	.partners {
		padding-bottom: 50px;
	}

	.site-footer-left,
	.site-footer-right,
	.footer-info,
	.site-footer-right .left,
	.site-footer-right .right {
		width: 100%;
		text-align: center;
	}

	.site-footer .contact {
		flex-direction: column;
		gap: 12px;
	}
	
	.site-footer .footer-buttons {
		justify-content: center;
		flex-direction: column-reverse;
		align-items: center
	}
	.site-footer .footer-buttons .jumper {
		margin-bottom: 20px;
	}
	.site-footer nav {
		margin: 50px 0 2px;
	}
	.site-footer nav ul {
		justify-content: center;
	}

	.site-footer h6 {
		margin: 50px 0 12px;
	}

	.footer_inner {
		padding: 64px 16px;
	}
}


@media screen and (max-width: 600px) {

	.floorplan img {
		width: 135%;
	}

	.floorplan-list li {
		width: 100%;
		margin-right: 0;
		float: none;

	}

	.site-header {
		padding: 20px;
	}

	.voucher .image-left img {
		top: -10px;
	}

	.text-right {
		width: 100%;
		padding: 0 15px;
	}

	.text-right p {
		width: 100%;
	}

	.columns-wrapper {
		padding: 100px 0 30px;
	}

	.accordion .columns-wrapper {
		padding-top: 0;
	}

	.directions .columns-wrapper,
	.press .columns-wrapper {
		padding-top: 0;
	}


	.site-section h3 span {
		padding-bottom: 0;
	}

	.centered-headline {
		margin-top: -40px;
	}

	.faux-imagemap {
		display: none;
	}

	.faux-imagemap-mobile {
		display: block;
		position: relative;
		z-index: -1;
	}

	.faux-imagemap-mobile img {
		width: 100%;
	}

	.marker i {
		width: 20px;
		height: 20px;
		background: url(../images/marker.svg);
		background-size: 20px 20px;
	}

	.marker:after {
		font-size: 14px;
		padding-left: 10px;
	}

	.marker span {
		width: 0;
		opacity: 0;
		background: #fff;
		position: absolute;
		right: 80%;
		top: 50%;
		transform: translate(0, -50%);
		padding: 5px 10px 5px 10px;
		font-size: 11px;
		z-index: 99;
		transition: opacity .2s ease-in-out;
		text-align: right;
	}

	.marker.open {
		z-index: 101;
		transform: scale(1.3);
	}

	.marker.open span {
		opacity: 1;
		width: 150px;
		transform: translate(0, -50%) scale(0.8);
	}

	.marker span.close {
		display: none;
	}

	.column-66 .map {
		height: 200px;
	}

	.about .image-grid .grid-item {
		min-height: 250px;
	}

	.about .grid-item-text {
		top: 50%;
		transform: translate(0, -50%);
	}

	.grid-item-text h4 {
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 1px;
	}

	.grid-item-text-close {
		right: 10px;
		top: 0;
	}

	.grid-item.open .grid-item-text, .about .grid-item.open .grid-item-text {
		padding: 30px;
	}

	.about .grid-item-text {
		top: calc(85% - 25px);
	}

}

@media screen and (max-width: 450px) {
	.site-footer .fieldgroup input[type=submit],
	.site-footer .fieldgroup input {
		width: 100%;
	}

	.booking_overlay p {
		width: 100%;
	}

	.booking_overlay input.input {
		width: 100%;
		float: none;
	}

	.booking_overlay input.submit {
		width: 100%;
		float: none;
		max-width: unset;
	}
}

/* .newsletter button */

.button.newsletter {
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	background: #d2c0c8;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 220px;
	padding: 0 10px;
	width: fit-content;
	text-transform: uppercase;
	margin-bottom: 50px;
}

/* ==========================================================================
   plugins */
body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1020;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #E5E3DF;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

/* Buttons */
.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, 0.6);
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: 0.6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */
.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative;
	/* Fix IE11 */
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/* Transition effects */
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */
.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}


/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	position: absolute;
	bottom: 14px;

	display: block;

	width: 100%;
	padding: 0;

	list-style: none;

	text-align: center;
	z-index: 9999;
}

.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 0;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 4px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;

	width: 12px;
	height: 12px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 100%;
	transition: all .5s;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	background: #fff;
}

/*! jQuery UI - v1.12.1 - 2017-11-19
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-datepicker {
	width: 17em;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	background: #ffffff;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	text-transform: uppercase;
	background: #0a1d2f;
	color: #fff;
}

.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
	/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: none;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: none;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666666;
	box-shadow: 0 0 5px #666666;
}


/* ========================================================================== */

.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   print styles */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a, a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""
	}

	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: 0.5cm
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}
}

.default-space {
	padding: 0 30px;
}

.img_text_slider {
	position: relative;
	flex-basis: 60%;
}

.img_text_slider li {
	height: fit-content;
	min-height: 16px;
	display: flex;
	align-items: center;
}
.img_text_slider li img {
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3;
	object-fit: cover;
}

.splide__pagination {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	gap: 12px;
	justify-content: center;
	align-items: center;
}
.splide__pagination li {
	display: flex;
}

.splide + .text h4{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 4px;
	font-family: 'Novecentosanswide-Normal';
}

.splide__pagination__page {
	box-sizing: border-box;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	padding: 0;
	position: relative;
	transition: width .2s ease-out;
}
.splide__pagination__page::after {
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
}
.splide__pagination__page.is-active {
	width: 16px;
	height: 16px;
}
.splide__arrows {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	transform: translateY(-50%);
}
.splide__arrow {
	background-color: transparent;
	background-image: url('/layout/images/arrow-ltr.svg');
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	padding: 0;
	height: 22px;
	width: 22px;
}
.splide__arrow svg {
	display: none;
}
.splide__arrow--prev {
	transform: scaleX(-1);
}

/* generic slider with the option to set a min-height / adjust it's height dynamically */

.slider .splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	gap: 10px;
}
.slider .splide__track {
	height: 100%;
}
.slider .splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.slider .slide-item {
	-ms-flex-negative: 0;
	backface-visibility: hidden;
	box-sizing: border-box;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}
.slider a {
	display: block;
	bottom: 0;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
}
.slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.text-image {
	display: flex;
	background-color: #D9D9D9;
	align-items: flex-start;
	align-items: center;
	max-height: 60vh;
}

.montserrat .text-image{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.text-image .slider {
	flex-basis: 70%;
}
.text-image .slider img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 60vh;
}
/* .text-image .slider .slide-item {
	min-height: 64vh;
} */
.text-image .text {
	flex-basis: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	padding: 50px;
}

.text-image .text p {
	font-size: 16px;
	line-height: 1.5;
}

.accordion {
	display: none;
}
.accordion:has(h3) {
	display: block;
}

@media screen and (max-width: 1200px) {
	.text-image .slider {
		flex-basis: 60%;
	}
	.text-image .text {
		flex-basis: 40%;
		padding: 30px;
	}
	.text-image .slider .slide-item {
    min-height: 34vh;
	}
}
@media screen and (max-width: 800px) {
	.text-image {
		flex-wrap: wrap;
	}
	.text-image .text {
		flex-basis: 100%;
		order: 1;
	}
	.text-image .slider {
		flex-basis: 100%;
		order: 2;
	}
	.text-image .slider .slide-item {
		min-height: 38vh;
	}
}

.teaser-text > h2 {
	padding: 0;
}

.montserrat .video-teaser-text h1,
.montserrat .teaser-text h3 {
	font-weight: 400;
	font-size: var(--subtitle);
}

.montserrat h2{
	text-transform: uppercase;
	font-size: 56px;
}
.montserrat h1,
.montserrat h3,
.montserrat h4 {
	letter-spacing: 3px;
}
.montserrat h2 {
	letter-spacing: 4px;
}


@media screen and (max-width: 650px){

	.accordion .splide__pagination{
		display: flex !important;
	}

	.accordion .column-gray-inner{
		padding: 0;
	}

	.accordion .splide__arrows{
		display: none !important;
	}

	.montserrat h2{
		font-size: 32px;
		letter-spacing: 4ppx;
	}

	.montserrat .video-teaser-text h1{
		font-size: 24px;
	}

	.montserrat .video-teaser-text h1,
	.montserrat .teaser-text h3{
		font-size: 24px;
	}

	.montserrat .teaser-text.site-section h3{
		padding-top: 0;
		padding-bottom: 0;
	}
}

.tiles {
	display: flex;
	flex-wrap: wrap;
}

.tiles-item {
	flex-basis: calc(100% / 3);
	aspect-ratio: 5 / 4;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.tiles-item .preview-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 1.5s ease-out;
}
.tiles-item:hover .preview-image {
	transform: scale(1.05);
}

.tiles::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	transition: background-color .3s ease-out;
	pointer-events: none;
}


.tiles-article .title {
	color: #fff;
	text-transform: none;
}



.tiles-article > .text,
.tiles-article > img {
	display: none;
}
.tiles-article .title,
.tiles-article .text {
	padding: 0 40px;
	width: 100%;
}

.tiles-article .title {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 40px;
	font-size: 24px;
	line-height: 1.2;
}
.tiles-article .title img {
	display: inline-block;
	width: 32px;
	height: 32px;
	object-fit: contain;
	margin-left: 10px;
}


.tiles:has(.tiles-article.open)::before {
	background-color: rgba(0, 0, 0, .5);
	pointer-events: auto;
	z-index: 2;
}

.tiles-article.open {
	position: fixed;
	background-color: #fff;
	color: #000;
	z-index: 5;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: calc(100% - 160px);
	max-height: 70%;
	max-width: 900px;
	padding: 0 0 40px;
	margin-top: 30px;
}
.tiles-article.open > div {
	overflow-y: auto;
}


.tiles-article.open::before {
	content: '';
	position: absolute;
	top: -42px;
	right: -42px;
	width: 32px;
	height: 32px;
	background-image: url('/layout/images/close-white.svg');
	pointer-events: none;
}
.tiles-article.open .title {
	position: static;
	color: #000;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

.tiles-article img {
	aspect-ratio: 2 / 1;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.tiles-article.open > * {
	position: static;
	display: block;
}
.tiles-article.open img {
	max-height: 40vh;
}

@media screen and (max-width: 1200px) {

	.tiles-item::before {
		top: 20px;
		right: 20px;
	}
	.tiles-article .title,
	.tiles-article .text {
		padding: 0 20px;
		bottom: 20px;
	}
	.tiles-article.open::before {
		right: 0;
	}
}
@media screen and (max-width: 800px) {
	.tiles-item {
		flex-basis: 50%;
	}
	.tiles-item::before {
		width: 24px;
		height: 24px;
	}
	.tiles-article.open {
		width: calc(100% - 40px);
	}

}

.plan {
	position: relative;
}
.plan img {
	width: 100%;
	height: auto;
}
.plan-points {
	background-color: #fff;
	position: absolute;
	right: 64px;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px 30px;
}
.plan-points * {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
	.plan-points * {
		font-size: 16px;
	}
}
@media screen and (max-width: 800px) {
	.plan-points {
		top: auto;
		right: 30px;
		bottom: 30px;
		left: 30px;
		transform: none;
		padding: 16px 24px;
	}
}
.booking-pop-up {
	display: none;
}
.booking-pop-up.open {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background: #fff;
	max-height: 90vh;
	max-width: 1140px;
	z-index: 900;
	width: 94vw;
	overflow-y: auto;
}
@media screen and (max-width: 600px) {
	.booking-pop-up.open {
		padding: 10px;
	}
}



/*----- RESTAURANT LUCI' -----*/

body.restaurant_style .fullscreen_img {
	background-attachment: fixed;
	background-size: cover;
}
body.restaurant_style .fullscreen_img:before {
	background-color: transparent;
}
body.restaurant_style .site-section > h2 {
	padding: 0;
}

@media screen and (max-width: 800px) {
	body.restaurant_style .fullscreen_img {
		background-position: center;
	}
}


.flex {
	display: flex;
}
.flex.column {
	flex-direction: column;
}
.flex.align-center {
	align-items: center;
}

.luci_slider_text {
	padding-top: 96px;
	padding-bottom: 96px;
}
.luci_slider_text .module_header {
	padding: 0 64px 64px 64px;
	gap: 10px;
	text-align: center;
}
.luci_slider_text .text-image {
	background-color: transparent;
	padding: 0 7%;
	gap: 50px;
}
.luci_slider_text .text-image .text {
	padding: 0;
}


@media screen and (max-width: 1100px) {
	.luci_slider_text .text-image {
		flex-direction: column;
	}
	.luci_slider_text .text-image .text {
		order: 2;
	}
	.luci_slider_text .text-image .slider img {
		object-fit: cover;
		min-height: 485px;
	}
}
@media screen and (max-width: 800px) {
	.luci_slider_text {
		padding: 60px 0;
	}
	.luci_slider_text .text-image {
		padding: 0;
		gap: 30px;
	}
	.luci_slider_text .text-image .text {
		padding: 0 30px;
	}
	.site-section.luci_slider_text h3 {
		padding: 0;
    }
	body.restaurant_style.montserrat .site-section h3 {
		padding: 0;
	}
	body.restaurant_style:has(.video-teaser) {
        padding-top: calc(100vh + 250px);
    }
}





/*----- Module: Location -----*/
.site-section.module_location {
	max-width: unset;
}