@font-face {
	font-family: 'DMSans';
	src: url('../fonts/DMSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'DMSans';
	src: url('../fonts/DMSans-Medium.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'DMSans';
	src: url('../fonts/DMSans-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
	font-style: italic;
}
@font-face {
	font-family: 'DMSans';
	src: url('../fonts/DMSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'DMSans';
	src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
	font-style: italic;
}
@font-face {
	font-family: 'Merriweather';
	src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Merriweather';
	src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Merriweather';
	src: url('../fonts/Merriweather-Black.ttf') format('truetype');
	font-weight: 800;
	font-display: swap;
	font-style: normal;
}


:root {
	--paragraph-color: #2D2D2D;
	--heading-color: #32463C;
	--text-color: #737837;
	--font-family: 'DMSans', sans-serif;
	--second-font-family: 'Merriweather', sans-serif;
	--h1-font-size: 100px;
	--h1-scroll-font-size: 96px;
	--h2-font-size: 50px;
	--h3-font-size: 40px;
	--h4-font-size: 24px;
	--h5-font-size: 24px;
	--h6-font-size: 16px;
	--large-paragraph-size: 24px;
	--paragraph-size: 16px;
	--light-background: #EBEBEB;
	--main--color:#283C32;
}
  

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea,
button {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: var(--font-family);
}
body {
	line-height: 1.5;
	font-family: var(--font-family);
	color: var(--paragraph-color);
	background-color:var(--light-background);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*{
	box-sizing: border-box;
}
strong, b{
	font-weight: 700;
}
em, i{
	font-style: italic;}
a{
	text-decoration: none;
	color:var(--paragraph-color);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.transition, a, button, .button, input[type="submit"], .slider--arrow, .masthead.site-header, .sub-menu, .header-menu-container li a::before,
.each-suit-btn, .btn{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.page-start-section-content, .homepage-video, .home-container,.home-container h1 {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

h1, h2, h3, h4, h5, h6, .h4 {
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: var(--second-font-family);
	font-weight:700;
	font-style:normal;
}
h4{
	font-family: var(--font-family);
}
h1 {
	font-size: var(--h1-font-size);
	line-height: 1;
	margin-bottom: 11px;
	color:#fff;
	position:relative;
}
h2 {
	font-size: var(--h2-font-size);
	color: var(--paragraph-color);
	margin-bottom: 40px;
}
h3 {
	font-size: var(--h3-font-size);
	color: var(--heading-color);
	margin-bottom: 40px;
}
h4 {
	font-size: var(--h4-font-size);
	color: var(--paragraph-color);
}
.custom__section-column h4{
	font-weight: normal;
	margin-bottom: 80px;
}
h5{
	font-size: var(--h5-font-size);
}
h6 {
	font-size: var(--h6-font-size);
	margin-bottom: 5px;
	font-weight: normal;
	color: #737837;
	font-family:var(--font-family);
}
p {
	font-size: var(--paragraph-size);
	line-height: 1.5;
	margin-bottom: 20px;
	color: var(--paragraph-color);
	font-weight: 400;
}

.container, .elementor-section.elementor-section-boxed > .elementor-container {
	width: 1040px;
	max-width: 1040px;
	margin: 0 auto;
	display: block;
}
.main-website-content {
	min-height: 400px;
	overflow: hidden;
}
.website--logo.header-column {
	width: 160px;
	margin-left: -115px;
}
.header-section {
	margin-left: auto;
}
.site-header-holder {
	display: flex;
	align-items:center;
}
.header-menu-container li {
	display: inline-block;
	margin-right: 30px;
}
.header-menu-container li:last-child {
	margin-right: 0;
}
.header-menu-container li a {
	color: #fff;
}
.masthead.site-header {
	position: fixed;
	z-index: 9;
	width: 100%;
	padding: 22px 0;
}
.header-menu-container ul {
	position: relative;
}
.header-menu-container ul::before {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.6);
	bottom: 0;
	display: block;
	position: absolute;
	border-radius: 2px;
}
body:not(.home)  .header-menu-container ul::before, body.scroll-homepage .header-menu-container ul::before{
	background: rgba(0,0,0,0.4);
}
body:not(.home) .website--logo .st2, body.scroll-homepage .website--logo .st2 {
	fill: #283C32;
}
.header-menu-container li a {
	color: #fff;
	display: inline-block;
	padding: 10px 0;
	position: relative;
}
body:not(.home) .header-menu-container li a, body.scroll-homepage .header-menu-container li a {
	color: #283C32;
}
.header-menu-container li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: 0;
	border-radius: 2px;
	opacity:0;
}
body:not(.home) .header-menu-container li a::before, body.scroll-homepage .header-menu-container li a::before  {
	background: #283C32;
}
.header-menu-container li a:hover::before, .header-menu-container li.current a::before{
	opacity:1;
}
.site-footer {
	background-color: var(--main--color);
	padding: 25px 0;
}
.footer-logo {
	width: 130px;
}
.menu-impressum-menu-container a {
	color: #fff;
}
.footer-container {
	display: flex;
	align-items: center;
}
.menu-impressum-menu-container {
	margin-left: auto;
}
.home-container {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	white-space: nowrap;
}
.page-start-section-content::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	background: rgba(117, 118, 53, 0.4);
	mix-blend-mode: multiply;
}
.page-start-section-content {
	height: 100vh;
}
.homepage-video {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none;
	object-fit: cover;
	height: 100%;
}
.scrolling .page-start-section-content {
	height: 90vh;
}
.scrolling .home-container h1{
	font-size:var(--h1-scroll-font-size);
}
.all-suites {
	padding-top: 150px;
	padding-bottom: 20px;
	padding-left: 85px;
	padding-right: 85px;
}
.suites-intro-txt p {
	font-size: var(--paragraph-size);
	margin-bottom: 40px;
}
.each-suit-btn {
	display: inline-block;
	border: 1px solid #32463C;
	color: #32463C;
	font-size: 24px;
	padding: 11px 30px;
	border-radius: 44px;
	margin-right: 18px;
	cursor: pointer;
	font-weight:500;
}
.each-suit-btn.active, .each-suit-btn:hover{
	background:#32463C;
	color:#fff;
}
.suites-btns {
	margin-bottom: 60px;
}
.inner-suite {
	display: flex;
	align-items: end;
	padding-top: 12px;
}
.suite-txt {
	width: 360px;
	min-width: 360px;
	padding-right: 110px;
}
.suite-short-desc {
	margin-bottom: 20px;
}
.suite-featured-image img {
	display: block;
}
.btn {
	width: 248px;
	height: 50px;
	background: #737837;
	color: #EBEBEB;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}
.btn:hover{
	font-size:18px;
	font-weight:500;
}
sup {
	vertical-align: super;
	font-size: smaller;
  }
.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:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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:after,.slick-track:before{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}

.suite-featured-image {
	position: relative;
}
.suite-featured-image::before {
	content: "";
	position: absolute;
	width: 336px;
	height: 24px;
	background: #737837;
	left: 50%;
	top: -12px;
	transform: translateX(-50%);
}
.suite-popup-overlay{
	content:"";
	mix-blend-mode: multiply;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #737837;
}

.inner-suite-popup {
	max-width: 1140px;
	background: #fff;
	position: relative;
	z-index: 999;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 100px 88px;
}
.inner-popup-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 999;
}
.suite-extra-details.show {
	display: block !important;
}
body.open-popup{
	overflow:hidden;
}
.close-popup {
	position: absolute;
	top: 2px;
	right: 14px;
	color: #737837;
	font-size: 50px;
	font-weight: 100;
	font-family: 'DMSans';
	line-height: 50px;
	cursor:pointer;
}
.open-popup .masthead.site-header, .open-popup .suites-intro > div:not(.suite-popup), .open-popup .site-footer, .open-popup .page-start-section,
.open-popup .image__text-section, .open-popup .suites-intro > h2 {
	filter: blur(10px);
}

/*
.open-popup .simple-text-section{
	z-index: -1;
}
*/

.suite-title {
	font-size: var(--h2-font-size);
	font-family: var(--second-font-family);
	margin-bottom: 20px;
	font-weight: 600;
}
.suite-popup-description {
	font-size: var(--h5-font-size);
	margin-bottom: 20px;
}
.facilities-and-plan {
	display: flex;
	margin-bottom: 60px;
}
.listing-facilities {
	flex: 1 1 0px;
	padding-top: 8px;
}
.suite-plan {
	max-width: 600px;
	padding-left: 20px;
}
.listing-facilities li {
	padding-left: 13px;
	position: relative;
}
.listing-facilities li::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #737837;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
}
.slick-arrow {
	background: #737837;
	width: 72px;
	height: 72px;
	position: absolute;
}
.next-arrow.slick-arrow {
	right: -34px;
	left: auto;
}
.slick-arrow {
	background: #737837;
	width: 72px;
	height: 72px;
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	left: -34px;
	cursor:pointer;
}
.slick-arrow span {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 46%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.slick-arrow span::after {
	content: "";
	width: 100%;
	height: 100%;
	border-top: 3px solid #ebebeb;
	position: absolute;
	border-right: 3px solid #ebebeb;
}
.prev-arrow.slick-arrow span {
	transform: translate(-50%, -50%) rotate(-135deg);
	left: 52%;
}
.inner-suite-popup img{
	display:block !important;
}
.suite-gallery::after {
	content: "";
	height: 12px;
	width: 360px;
	position: absolute;
	background: #737837;
	bottom: -10px;
	right: 170px;
	z-index: -1;
}
.close-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 98;
}
.home-container h1::after {
	content: "";
	background: #737837;
	position: absolute;
	width: 58%;
	height: 6px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -47px;
}
.image-text-wrapper {
	padding: 0 85px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.image__text-section{
	padding:100px 0;
}
.custom__section-column.txt-col {
	width: 512px;
}
.right .inner-image-container , .left .inner-image-container {
	width: calc(((100vw - 1140px) / 2) + 382px);
	position: absolute;
	top: 0;
	height: 100%;
}
.right .inner-image-container {
	left: 700px;
}
.left .custom__section-column.txt-col {
	float: right;
}
.left .inner-image-container {	
	right: 700px;
}
.right .custom__section-column.txt-col {
	padding-top: 170px;
}
.right .single-image .first--image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 120px);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; 
}
.left .first--image {
	position: absolute;
	left: 0;
	top: 9%;
	height: 65%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.left .second--image {
	position: absolute;
	left: 0;
	top: 78%;
	height: 22%;
	background-size: cover;
	background-position: center;
	width: 100%;
}
.custom__section-column p:last-child {
	margin-bottom: 0;
}
.right .single-image .first--image::before, .left .first--image::before {
	content: "";
	width: 420px;
	left: 50%;
	transform: translatex(-50%);
	background: #737837;
	height: 24px;
	position: absolute;
	top: -12px;
}
.left .first--image::before {
	width: 248px;
}
.mapbox {
	height: 317px;
}
.contact-module {
	padding: 80px 0 100px;
}
.contact-header {
	display: inline-block;
	width: 100%;
	background: #283C32;
	text-align: center;
	padding: 65px 20px;
	position:relative;
}
.contact-header h4 {
	font-weight: normal;
	color: #fff;
	margin-bottom: 0;
}
.contact-header h3 {
	color: #737837;
	margin-bottom: 25px;
}
.contact-header::before {
	content: "";
	width: 248px;
	left: 50%;
	transform: translateX(-50%);
	background: #737837;
	position: absolute;
	height: 24px;
	top: -12px;
}
body:not(.home) .main-website-content {
	padding-top: 190px;
	padding-bottom: 120px;
}
body:not(.home) h1 {
	color: #283C32;
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	position: relative;
	padding-bottom: 35px;
}
body:not(.home) h1::before {
	content: "";
	width: 512px;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #737837;
}
body:not(.home) h4 {
	font-weight: normal;
	margin-bottom: 35px;
}
.smaller-center .elementor-widget-container{
	padding:0 85px;
}

/*animation*/
.animate{
	transition: 0.8s all ease-in-out;
	-webkit-transition: 0.8s all ease-in-out;
	-moz-transition: 0.8s all ease-in-out;
}
.animate {
	opacity: 0 !important;
}
.animate.start {
	opacity: 1 !important;
}
.fade-right{
	transform:translateX(50px);
}
.fade-left{
	transform:translateX(-50px);
}
.fadesmall-right{
	transform:translateX(20px);
}
.fadesmall-left{
	transform:translateX(-20px);
}
.fadelarge-right{
	transform:translateX(300px);
}
.fadelarge-left{
	transform:translateX(-300px);
}
.fade-bottom{
	transform:translateY(60px);
}
.fade-top{
	transform:translateY(-60px);
}
.fadelarge-bottom{
	transform:translateY(150px);
}
.fadelarge-top{
	transform:translateY(-150px);
}
.fade-bottom.start,
.fade-top.start,
.fadelarge-bottom.start,
.fadelarge-top.start{
	transform:translateY(0);
}
.fade-left.start,
.fade-right.start,
.fadesmall-right.start,
.fadesmall-left.start,
.fadelarge-right.start,
.fadelarge-left.start{
	transform:translateX(0);
}
#primary {
	overflow-x: hidden;
}

.booking-form-select-module {
	background-color: #283C32;
	padding: 65px 90px;
}
.booking-form-select-box h2.section-title {
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
}
.booking-form-select-box h2.section-title strong{
	color: #737837;
}
.booking-form-select-box .section-description p {
	color: #fff;
}
.booking-section-head{
	margin-bottom: 55px;
}
.booking-form-select-box .section-description *:last-child{
	margin-bottom: 0 !important;
}
.book_place_selected {
	background-color: #FFFFFF;
	font-size: var(--paragraph-size);
	text-align: center;
	padding: 17px;
	line-height: 1;
	cursor: pointer;
}
.book_place_selected > span {
	display: inline-block;
	padding-right: 22px;
	position: relative;
}
.book_place_selected > span::after {
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #9B6437;
	border-left: 1px solid #9B6437;
	position: absolute;
	transform: rotate(-45deg);
	position: absolute;
	top: 2px;
	right: 6px;
}
.book_place_select {
	position: relative;
	margin-bottom: 15px;
}
.book_place_options {
	overflow: hidden;
	max-height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9;
}
.dropped .book_place_options {
	max-height: 400px;
}
.book_place_options li {
	font-size: var(--paragraph-size);
	text-align: center;
	padding: 17px;
	background-color: #fff;
	border-top: 1px solid #9B6437;
	line-height: 1;
	cursor: pointer;
}
.book_place_options li.active,
.book_place_options li:hover {
	background-color: #9B6437;
	color: #fff;
}
.booking_form_item {
	display: none;
}
.booking_form_item.active{
	display: block;
}
.inner_booking_field label,
.booking_people_select_item label {
	font-size: var(--paragraph-size);
	color: #fff;
	font-weight: 400 !important;
	display: block;
}
.booking_form_item input[type="text"],
.booking_form_item input[type="email"],
.booking_form_item input[type="tel"],
.booking_form_item textarea {
	background-color: #4a6a5a;
	color: #EBEBEB;
	font-size: var(--paragraph-size) !important;
	font-weight: 400;
	font-family: var(--font-family);
	width: 100% !important;
	display: block;
	border-radius: 6px !important;
	padding: 12px 18px !important;
	border-color: #4a6a5a !important;
	height: auto !important;
	box-sizing: border-box !important;
	opacity: 1 !important;
}
::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}
:-moz-placeholder {
    opacity:  1;
}
::-moz-placeholder {
    opacity:  1;
}
:-ms-input-placeholder {
	opacity:  1;
}
.booking_field.full_booking_field.select_dates_field {
	position: relative;
}
.booking_field.full_booking_field.select_dates_field .calendar-booking-container {
	position: absolute;
	width: 100%;
	top: calc(100% + 6px);
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
.booking_people_select {
	display: flex;
	gap: 16px;
}
.booking_people_select {
	padding-top: 14px;
}
.booking-btn-container {
	text-align: center;
	padding-top: 32px;
	display: flex;
	justify-content: center;
}
body .booking-btn {
	width: 248px !important;
	height: 50px;
	background: #737837 !important;
	color: #EBEBEB !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none !important;
	transition: all 0.4s ease-in-out;
	border: 0 !important;
}
.booking_field.full_booking_field.select_dates_field.date-select .calendar-booking-container {
	opacity: 1;
	visibility: visible;
}
.full_booking_field  .datepick-inline {
	border-radius: 6px;
	background: #4a6a5a;
}
.full_booking_field  .wpbc_change_over_triangle .bk_calendar_frame {
	max-width: 100% !important;
}
.full_booking_field .datepick-inline .datepick-header {
	color: #fff;
	font-weight: 400;
	font-size: var(--paragraph-size);
}
.full_booking_field div.datepick-inline .datepick-title-row th {
	color: #fff;
}
.calendar-links a {
	background-color: #737837 !important;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px !important;
	color: #fff !important;
	position: static !important;
}
body .booking-btn:hover{
	font-size: 18px;
	font-weight: 500;
}
.booking_form_item .number-format-fields input[type="text"] {
	text-align: center;
}
.booking_form_item .number-format-fields{
	position: relative;
}
.number-format-nav {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 50px;
	color: #fff;
}
.number-format-nav {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -40px;
	cursor: pointer;
}
.number-format-nav.plus-sign-nav {
	margin-left: 14px;
}
.prchhiditem{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 0;
	max-height: 0;
	overflow: hidden;
}
.booking_selected_info {
	color: #fff;
}
.user_details_fields {
	display: flex;
	column-gap: 20px;
	row-gap: 15px;
	flex-wrap: wrap;
}
.booking-ff-item {
	width: 100%;
}
.booking-ff-item.ff-50 {
	width: calc(50% - 10px);
}
.booking-ff-item label {
	width: 100%;
}
.booking-ff-item label > span:first-child{
	font-size: var(--paragraph-size);
	color: #fff;
	font-weight: 400 !important;
}
.booking_form_item textarea {
	resize: none;
	height: 100px !important;
	color: #EBEBEB !important;
	font-size: var(--paragraph-size) !important;
	font-weight: 400 !important;
	font-family: var(--font-family) !important;
}
.booking-ff-item.acceptance .wpdev-list-item .wpdev-list-item-label {
	padding-left: 32px;
	font-size: var(--paragraph-size);
	color: #fff;
	font-weight: 400 !important;
	position: relative;
	margin-bottom: 0;
}
.booking-ff-item.acceptance .wpdev-list-item .wpdev-list-item-label::before {
	content: "";
	border-radius: 6px;
	background-color: #4a6a5a;
	width: 21px;
	height: 21px;
	top: 0;
	left: 0;
	position: absolute;
}
.booking-ff-item.acceptance .wpdev-list-item .wpdev-list-item-label::after {
	content: "";
	width: 10px;
	height: 5px;
	position: absolute;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 6px;
	left: 5px;
	transform: rotate(-45deg);
	opacity: 0;
}
.booking-ff-item.acceptance .wpdev-list-item .wpdev-checkbox:checked + .wpdev-list-item-label::after{
	opacity: 1;
}
.booking-ff-item.acceptance .wpdev-list-item .wpdev-checkbox{
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.selected_dates_calendar_field {
	background-image: url("../images/icons-calendar.png");
	background-size: 27px auto;
	background-position: 98.5% 50%;
	background-repeat: no-repeat;
}
.nav-disabled .book_place_selected {
	pointer-events: none;
	opacity: 0.8;
}
.nav-disabled .book_place_select {
	cursor: not-allowed;
}
.close_booking_calendar_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0;
	visibility: hidden;
}
.modal-in .close_booking_calendar_modal {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}
.inner_booking_field::after {
	content: "x";
	width: 50px;
	height: 50px;
	bottom: 0;
	position: absolute;
	right: 0;
	color: #fff;
	background-color: #737837;
	font-size: 13px;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	opacity: 0;
	visibility: hidden;
}
.modal-in .inner_booking_field::after{
	opacity: 1;
	visibility: visible;
}
.booking_people_select_item{
	width: 100%;
}
.booking-ff-item .wpdev-form-control-wrap,
.inner_booking_field .wpdev-form-control-wrap {
	position: relative;
	display: block;
}
.booking-ff-item .wpdev-help-message.alert.alert-warning,
.inner_booking_field .wpdev-help-message.alert.alert-warning {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	box-shadow: none !important;
	margin: 0 !important;
	border-radius: 6px !important;
	color: #b50303 !important;
	border: 0 !important;
	font-size: 11px;
	font-weight: 400 !important;
	line-height: 50px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
body .booking-ff-item.acceptance .wpdev-help-message.alert.alert-warning {
	line-height: 25px !important;
}
.fclithid {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.contact-map-col.image-col a, .contact-map-col.image-col img {
	display: block;
	width: 100%;
}
.contact-header h4 a{
	color: inherit !important;
}
@media (max-width:1499px){
	:root {
		--h1-font-size: 80px;
		--h1-scroll-font-size: 76px;
		--h2-font-size: 46px;
		--h3-font-size: 34px;
		--h4-font-size: 22px;
		--h5-font-size: 22px;
		--h6-font-size: 16px;
		--large-paragraph-size: 24px;
		--paragraph-size: 16px;
	}
	.each-suit-btn{font-size:22px;}
	body:not(.home) h1::before {width: 70%;}
	body:not(.home) h1 {margin-bottom: 70px;}

	.booking-section-head {margin-bottom: 35px;}
}

@media (max-width:1399px){
	:root {
		--h1-font-size: 70px;
		--h1-scroll-font-size: 62px;
		--h2-font-size: 40px;
		--h3-font-size: 32px;
		--h4-font-size: 20px;
		--h5-font-size: 22px;
		--h6-font-size: 16px;
		--large-paragraph-size: 24px;
		--paragraph-size: 16px;
	}
	.website--logo.header-column {margin-left: -70px;	}
	.each-suit-btn {font-size: 20px;	}
	h2 {	margin-bottom: 30px;	}
	.suites-intro-txt p {margin-bottom: 30px;	}
	.inner-suite-popup {padding: 60px 70px;	}
	.slick-arrow {	width: 64px;		height: 64px;	}
	.custom__section-column h4 {margin-bottom: 60px;	}
	.image__text-section {padding: 60px 0;	}
	.contact-header {padding: 56px 20px;}
	.contact-module {padding: 60px 0 70px;	}

	.booking-form-select-module {padding: 50px 60px;}
	
}

@media (max-width:1279px){
	:root {
		--h1-font-size: 60px;
		--h1-scroll-font-size: 52px;
		--h2-font-size: 34px;
		--h3-font-size: 30px;
		--h4-font-size: 18px;
		--h5-font-size: 18px;
		--h6-font-size: 16px;
		--large-paragraph-size: 24px;
		--paragraph-size: 16px;
	}
	.container, .elementor-section.elementor-section-boxed > .elementor-container {	width: 92%;		max-width: 92%;		margin: 0 auto;		display: block;	}
	.website--logo.header-column {margin-left: 0;	}
	.each-suit-btn {font-size: 18px;	}
	h2 {margin-bottom: 20px;	}
	.inner-suite-popup {max-width: 90%;		margin-top: 60px;		margin-bottom: 60px;		padding: 40px 50px;	}
	.suite-title{margin-bottom:10px;}

	.slick-arrow.prev-arrow {		left: -25px;	}
	.next-arrow.slick-arrow {right: -25px;		left: auto;	}
	.slick-arrow {	width: 50px;	height: 50px;	}
	.slick-arrow span {width: 14px;		height: 14px;	}
	.suite-gallery::after {	width: 310px;	}
	.facilities-and-plan {margin-bottom: 40px;	}
	h3 {margin-bottom: 30px;	}
	.custom__section-column h4 {margin-bottom: 40px;	}
	.custom__section-column.txt-col {width: 66%;	}
	.image-text-wrapper {padding: 0;	}
	.all-suites {padding-top: 80px;padding-left: 4%;padding-right: 4%;}
	.right .custom__section-column.txt-col {padding-top: 120px;	}
	.right .inner-image-container {	left: 71%;	}
	.right .inner-image-container, .left .inner-image-container {	width: 34%;}
	.right .single-image .first--image::before, .left .first--image::before {width: 66%;		height: 16px;		top: -6px;	}
	.left .inner-image-container {right: 71%;	}

	.booking-form-select-module {padding: 40px 50px;}
	.booking-section-head {margin-bottom: 25px;}
	.book_place_selected,
	.book_place_options li {padding: 14px 17px;}
	.booking_form_item input[type="text"], 
	.booking_form_item input[type="email"], 
	.booking_form_item input[type="tel"], 
	.booking_form_item textarea {padding: 10px 18px !important;}
	.inner_booking_field::after {height: 46px;}
	.booking-ff-item .wpdev-help-message.alert.alert-warning, .inner_booking_field .wpdev-help-message.alert.alert-warning {line-height: 46px !important;}
}

@media (max-width:1023px){
	:root {
		--h1-font-size: 54px;
		--h1-scroll-font-size: 48px;
		--h2-font-size: 30px;
		--h3-font-size: 28px;
		--h4-font-size: 18px;
		--h5-font-size: 18px;
		--h6-font-size: 16px;
		--large-paragraph-size: 20px;
		--paragraph-size: 16px;
	}

	.header-section.center-menu {		position: fixed;		width: 400px;		background: #fff;		top: 0;		left: 0;		height: 100%;		z-index: 9999;		left: -400px;	-webkit-transition: all 0.3s ease-in-out;		-o-transition: all 0.3s ease-in-out;		transition: all 0.3s ease-in-out;	}
	.stripes {		cursor: pointer;		float: none;		margin-left: auto;		position: relative;		width: 24px;		-webkit-transform: rotate(0deg);		-ms-transform: rotate(0deg);		-o-transform: rotate(0deg);		transform: rotate(0deg);		-webkit-transition: all 0.3s ease-in-out;		-o-transition: all 0.3s ease-in-out;		transition: all 0.3s ease-in-out;	}
	.stripes > span {		background: #333 none repeat scroll 0 0;		display: block;		height: 2px;		margin: 5px 0;		width: 24px;		-webkit-transition: all 0.3s ease-in-out;		-moz-transition: all 0.3s ease-in-out;		-o-transition: all 0.3s ease-in-out;		transition: all 0.3s ease-in-out;		-webkit-transform: translateY(0px) rotate(0deg);		-ms-transform: translateY(0px) rotate(0deg);		-o-transform: translateY(0px) rotate(0deg);		transform: translateY(0px) rotate(0deg);		border-radius: 2px;		border-radius: 4px;	}
	.stripes > span:first-child {		margin-top: 0;	}
	.stripes > span:last-child {		margin-bottom: 0;		width: 16px;	}
	.activeclose span:nth-child(1) {	-webkit-transform: translateY(6px);		-ms-transform: translateY(6px);		-o-transform: translateY(6px);		transform: translateY(6px);	}
	.activeclose span:nth-child(2) {	width: 0px;	}
	.activeclose span:nth-child(3) {		-webkit-transform: translateY(-8px) rotate(90deg);		-ms-transform: translateY(-8px) rotate(90deg);		-o-transform: translateY(-8px) rotate(90deg);		transform: translateY(-8px) rotate(90deg);	}
	.stripes.activeclose > span:last-child {		width: 24px;	}
	.menu-toggle-button {		display: block !important;	margin-left:auto;}
	.activeclose {		-webkit-transform: rotate(45deg);		-ms-transform: rotate(45deg);		-o-transform: rotate(45deg);		transform: rotate(45deg);	}
	.activeover .header-section.center-menu {	left: 0;	}
	.header-section {transition: all 0.3s ease-in-out;	-webkit-transition: all 0.3s ease-in-out;		-moz-transition: all 0.3s ease-in-out;	position: fixed;		top: 0;		left: -400px;		width: 400px;		height: 100%;		background: #333;	}
	.activeover .header-section{left:0;}
	.header-menu-container ul::before {display:none;}
	.header-menu-container ul {position: relative;		padding: 50px 25px 20px;	}
	.header-menu-container li {margin-right: 0;		width: 100%;	}
	body:not(.home) .header-menu-container li a, body.scroll-homepage .header-menu-container li a {color: #fff;	}
	.masthead.site-header{z-index:9999;}
	body:not(.home) .header-menu-container li a::before, body.scroll-homepage .header-menu-container li a::before {background: #fff;	}
	.home-container h1::after {	width: 50%;		height: 4px;		bottom: -30px;	}
	.website--logo.header-column {width: 140px;	}
	.masthead.site-header {	padding: 15px 0;	}
	.all-suites {padding-top: 40px;	}
	.each-suit-btn {font-size: 17px;	}
	.open-popup .masthead.site-header {z-index: 9;	}
	.suite-plan {max-width: 60%;	}
	.suite-gallery::after {width: 260px;	}
	.custom__section-column.txt-col {	width: 60%;	}
	.right .custom__section-column.txt-col {		padding-top: 70px;	}
	.right .inner-image-container, .left .inner-image-container {	width: 38%;	}
	.right .inner-image-container {	left: 66%;	}
	.left .inner-image-container {	right: 66%;	}
	.image__text-section {	padding: 30px 0;	}
	.contact-header {padding: 40px 20px;	}
	.mapbox {height: 270px;	}
	.site-footer {padding: 15px 0;	}
	.contact-module {padding: 40px 0 50px;	}
	.suite-featured-image::before {	width: 250px;		height: 16px;		top: -8px;	}
	
	.smaller-center .elementor-widget-container {	padding: 0;	}
	body:not(.home) .main-website-content {	padding-top: 120px;	padding-bottom: 40px;	}

	body .booking_form_div input[type="text"], 
	body .booking_form_div select, 
	body .booking_form_div textarea {width: 100% !important;margin: auto !important;}
	body .booking-btn {width: 100% !important;}
	.booking_form_div input[type="button"].booking-btn,
	body .booking-btn {width: 100% !important;font-size: var(--paragraph-size) !important;font-weight: 400;font-family: var(--font-family);}
	.booking_form_div input[type="button"].booking-btn:hover,
	body .booking-btn:hover {font-size: 16px !important;font-weight: 600;}
}

@media (max-width:767px){
	:root {
		--h1-font-size: 46px;
		--h1-scroll-font-size: 40px;
		--h2-font-size: 28px;
		--h3-font-size: 26px;
		--h4-font-size: 17px;
		--h5-font-size: 17px;
		--h6-font-size: 15px;
		--large-paragraph-size: 17px;
		--paragraph-size: 15px;
	}
	.suite-featured-image::before {	width: 60%;	height: 12px;	top: -6px;}
	.suite-txt {	width: 320px;		min-width: 320px;		padding-right: 60px;	}
	.right .inner-image-container, .left .inner-image-container {position: static;	}
	.right .single-image .first--image, .left .first--image, .left .second--image {position: static;		background-image: none !important;		height: auto;		width: auto;	}
	.show-on-mobile {	display: block !important;	}
	.right .inner-image-container, .left .inner-image-container, .custom__section-column.txt-col {width: 100%;	}
	.right .custom__section-column.txt-col {padding-top: 30px;	}
	.second--image {margin-top: 20px;	margin-bottom: 30px;}
	
	.booking-form-select-module {padding: 35px;}
}

@media (max-width:639px){
	:root {
		--h1-font-size: 40px;
		--h1-scroll-font-size: 36px;
		--h2-font-size: 26px;
		--h3-font-size: 24px;
		--h4-font-size: 16px;
		--h5-font-size: 15px;
		--h6-font-size: 15px;
		--large-paragraph-size: 16px;
		--paragraph-size: 15px;
	}
	.website--logo.header-column {width: 130px;	}
	.each-suit-btn {margin-right: 15px;	}
	.suites-btns {margin-bottom: 30px;	}
	.suite-txt {width: 100%;		min-width: 100%;		padding-right: 0;		margin-bottom: 30px;	}
	.inner-suite {flex-direction: column;	}
	.right .single-image .first--image::before, .left .first--image::before {height: 12px;		top: -6px;	}
	.contact-header::before {	width: 50%;		height: 12px;		top: -6px;	}
	.suite-gallery::after {	width: 50%;		right: 16%;	}
	.slick-arrow {width: 40px;	height: 40px;	}
	.slick-arrow span::after {	border-top: 2px solid #ebebeb;		border-right: 2px solid #ebebeb;	}
	.slick-arrow span {	width: 12px; height: 12px;	}

	.booking-ff-item.ff-50 {width: 100%;}
	.booking-ff-item label > span:first-child {display: none !important;}
	.inner_booking_field::after {height: 44px;width: 44px;}
	.number-format-nav {padding-bottom: 3px;}
	.booking_form_div input[type="button"].booking-btn, body .booking-btn {height: 44px !important;}
	.booking-ff-item.acceptance .wpdev-list-item .wpdev-list-item-label::before {top: -1px;}
	.booking-form-select-module {padding: 35px 28px;}
	body .booking-ff-item.acceptance .wpdev-help-message.alert.alert-warning {bottom: -20px !important;left: 35px;top: auto !important;line-height: 20px !important;
	height: 20px !important;border-radius: 4px !important;}

	.facilities-and-plan {flex-wrap: wrap;}
	.facilities-and-plan .listing-facilities {width: 100%;flex: auto;}
	.facilities-and-plan .suite-plan {max-width: 100%;padding-right: 0;padding-left: 0;padding-top: 15px;}
}

@media (max-width:479px){
	:root {
		--h1-font-size: 30px;
		--h1-scroll-font-size: 26px;
		--h2-font-size: 22px;
		--h3-font-size: 20px;
	}
	.header-section{width:250px; left:-250px;}
	.each-suit-btn {font-size: 16px;	}
	.contact-module {padding: 10px 0 40px;	}
	.contact-header {padding: 30px 12px;	}
	.contact-header h3 {margin-bottom: 20px;}
	.footer-container {	flex-direction: column;	}
	.menu-impressum-menu-container {		margin-left: auto;		margin-right: auto;		margin-top: 15px;	}

	body:not(.home) h1 {margin-bottom: 40px;	padding-bottom:20px;}
	body:not(.home) h4 {margin-bottom: 25px;	}
	body:not(.home) .main-website-content {	padding-top: 90px;		padding-bottom: 30px;	}

	.selected_dates_calendar_field {background-size: 20px auto;background-position: 96.5% 50%;}

	.each-suit-btn {font-size: 15px;padding: 8px 22px;margin-right: 5px;}
	.each-suit-btn:last-child{margin-right: 0;}
}
@media (max-width:400px){
	.booking-btn-container {flex-wrap: wrap;}
	.booking_form_item input[type="text"], 
	.booking_form_item input[type="email"], 
	.booking_form_item input[type="tel"], 
	.booking_form_item textarea {padding: 10px 12px !important;}
}