/*!
Theme Name: protoktisto
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: Geologica-Regular !important;
    background-color: #F4F2ED;
    color: #282828;
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; 
	height: 0; 
	overflow: visible; 
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; 
	text-decoration: underline; 
	text-decoration: underline dotted; 
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; 
	font-size: 100%; 
	line-height: 1.15; 
	margin: 0; 
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { 
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { 
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; 
	color: inherit; 
	display: table; 
	max-width: 100%; 
	padding: 0;
	white-space: normal; 
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; 
	outline-offset: -2px; 
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; 
	font: inherit; 
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

:root {
  --basic_color: #ED1B24;
  --secondary_color: #000000;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: Geologica-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/protoktisto/fonts/Geologica-Regular.woff2") format("woff2");

}
.Geologica-Regular {
	font-family:Geologica-Regular;
}

@font-face {
    font-family: GFSBaskerville;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/protoktisto/fonts/GFSBaskerville.otf") format("opentype");

}
.Baskerville {
	font-family:GFSBaskerville;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #282828;
}

.blackBackgroundColor {
	background-color: #282828;
}

.beigeFontColor {
    color: #F4F2ED;
}

.beigeBackgroundFontColor {
    background-color: #F4F2ED;
}

.redFontColor {
	color: #C35B56;
}

.redBackgroundColor {
	background-color: #C35B56;
}

.grayFontColor {
	color: #4F5253;
}

.grayBackgroundColor {
	background-color: #4F5253;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit !important;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li a {
	text-decoration: none;
}

.error404 #colophon {
	display: none !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
}

.wpcf7-text {
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
}

.wpcf7-textarea {
    resize: none;
    outline: 0 !important;
    box-shadow: none !important;
	width: 100%;
}

.desktop .wpcf7-text[name="your-name"] {
    width: 97%;
}

.wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
}

form.wpcf7-form {
    position: relative;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
}

.site-header {
    background: transparent !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

button.kuka_accordion * {
    color: #000;
}

.kuka_panel p {
    font-size: small;
}

a {
    outline: 0 !important;
    box-shadow: none !important;
}

.kuka_accordion:hover {
    background-color: transparent !important;
}

.kuka_category-description {
    line-height: normal;
}

.kuka_accordion {
    font-weight: normal !important;
}

#menu {
    height: 100dvh;
    border: none;
}

.btn-close {
    background: none !important;
    opacity: 1 !important;
    padding: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    z-index: 9;
}

.offcanvas .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #C35B56;
}

.offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
    text-decoration: none;
}

.offcanvas .menu {
    text-align: center;
    height: 100dvh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.offcanvas .menu a {
	color: #282828;
    text-transform: uppercase;
    font-family: Geologica-Regular;
}

.menu_toggler {
    background: transparent !important;
    padding: 0;
	border: none !important;
}

a.remove::before {
    color: #000;
}

#masthead {
    width: 100%;
    background-color: transparent;
	z-index: 9;
}

.basic_btn, .wpcf7-submit {
    background-color: transparent;
    color: #282828 !important;
    border: 1px solid #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-decoration: none;
    transition: all .3s ease;
}

.basic_btn:hover, .wpcf7-submit:hover {
    background-color: #282828;
    color: #F4F2ED !important;
    transition: all .3s ease;
}

.desktop #masthead .menu {
    display: flex;
    align-items: center;
}

.mobile #masthead .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

#masthead .menu li a {
    color: #F4F2ED;
    text-transform: uppercase;
}

.error404 #masthead, .error404 #colophon {
    display: none;
}

.error404, .page-template-template-legal-pages-builder {
    background: #ffffff;
}

.header img {
    object-fit: cover;
    object-position: center;
}

.fancybox__toolbar__column.is-right .f-button:not(.f-button[title="Close"]) {
    display: none !important;
}

.wpcf7-text {
    width: 100% !important;
    border: 1px solid #222221;
    border-radius: 0;
    background-color: transparent;
}

.wpcf7 label {
    width: 100%;
    text-align: left;
    font-family: Geologica-Regular;
    margin-bottom: 5px;
}

.wpcf7-textarea {
    border: 1px solid #222221;
    border-radius: 0;
    background-color: transparent;
}

.wpcf7-submit {
    background-color: transparent;
    border: 1px solid #000000;
    color: #232221 !important;
    font-family: Geologica-Regular;
    transition: all .3s ease;
}

.wpcf7-submit:hover {
    background-color: #000000;
    color: #FFFBEC !important;
    transition: all .3s ease;
}

.wpcf7-response-output {
    position: absolute;
    right: 0;
    bottom: 0;
}

.mobile .offcanvas .menu a {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0px;
    margin-bottom: 30px;
    display: block;
}

.mobile .btn-close {
    width: max-content;
}

.f-button:hover:not([disabled]) {
    background-color: transparent !important;
}

#masthead {
    z-index: 2;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#colophon .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    list-style: none;
    text-transform: capitalize !important;
}

#colophon .menu li a {
    color: #282828;
    font-family: Geologica-Regular;
}

.fadeInUp {
	opacity: 0;
}

.show-fade-element {
	opacity: 1;
	animation: fadeInUp 1.3s ease forwards;
}

@keyframes fadeInUp {
	0% {
		transform: translate(0px, 40px);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0);
		opacity: 1;
	}
}

.fancybox__backdrop {
    background: #fffbecb5 !important;
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
}

.f-button {
    background: transparent !important;
    filter: invert(1) !important;
    opacity: 1 !important;
}

.fancybox__infobar {
    filter: invert(1) !important;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 0 !important;
}

#masthead .menu li:last-child a {
    margin-right: 0 !important;
}

.menu_book_btn {
    color: #F4F2ED !important;
}

.desktop .display-desktop.flex_inline {
    display: flex;
    align-items: center;
}

.wpml-ls-legacy-list-horizontal, .wpml-ls-legacy-list-horizontal * {
    padding: 0 !important;
    color: #F4F2ED;
}

button.menu_toggler {
    color: #F4F2ED;
}

header#masthead {
    z-index: 9999;
}

.menu-open .menu_book_btn {
    color: #282828 !important;
}

.main_logo.logo_dark {
    display: none;
}

.menu-open .main_logo.logo_dark {
    display: block;
}

.menu-open .main_logo:not(.logo_dark) {
    display: none;
}

.menu-open .menu_toggler {
    display: none;
}

body:not(.menu-open) .btn-close {
    display: none;
}

.menu_bottom_info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 38px;
    display: flex;
    flex-direction: column;
    color: #282828;
}

.menu_bottom_info a {
    color: #282828;
    text-decoration: none;
}

.mobile .offcanvas .menu a {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}

section.header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100dvh;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

section.header .svg_title {
    width: 100%;
}

.tagline_image, .room_preview_wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.room_preview_wrapper {
    height: 100dvh;
    flex-direction: column;
}

.room_preview_wrapper a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    transition: all .3s ease;
    position: relative;
}

.room_preview_wrapper h4 {
    color: #F4F2ED;
    transition: all .3s ease;
}

.room_preview_wrapper a.icon-hover {
    background-color: #4F5253;
    transition: all .3s ease;
}

.room_preview_wrapper a.icon-hover:hover h4 {
    color: #282828;
    transition: all .3s ease;
}

.room_section_icon {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease;
}

.dark_icon {
    opacity: 0;
}

.room_preview_wrapper a.icon-hover:hover .room_section_icon:not(.dark_icon) {
    opacity: 0;
}

.room_preview_wrapper a.icon-hover:hover .dark_icon {
    opacity: 1;
}

/* .underline_href {
    text-decoration: underline;
    text-decoration-thickness: 1px;
} */

#colophon .menu li {
    line-height: 0;
}

.mobile .mb50 {
    margin-bottom: 50px;
}

.mobile .mb90 {
    margin-bottom: 90px;
}

.colored_section {
    height: 100dvh;
}

.colored_section .left_image, .colored_section .right_image {
    width: auto;
    object-fit: contain;
}

.desktop .colored_section .left_image, .desktop .colored_section .right_image {
    width: auto !important;
}

.text_and_image {
    height: 100dvh;
}

.text_and_image img {
    object-fit: cover;
}

.h50 {
    height: 50%;
}

.mobile .colored_section .col-lg-4 {
    order: 1;
}

.mobile .colored_section .col-lg-8 {
    order: 2;
}

.mobile .colored_section .left_image {
    margin-left: auto;
    margin-top: 100px;
}

.mobile .colored_section .right_image {
    margin-bottom: 30px;
}

.mobile .colored_section {
    min-height: 100dvh;
    height: auto;
}

.mobile .room_preview_wrapper {
    height: 576px;
}

.mobile .text_and_image img {
    height: 400px !important;
}

.mobile .text_and_image .h-100 {
    height: auto !important;
}

.mobile .text_and_image .info_col_right, .mobile .text_and_image .info_col_left {
    order: 1;
    padding-left: 20px;
    padding-right: 40px;
}

.mobile .text_and_image .img_col {
    order: 2;
}

.mobile .text_and_image {
    height: auto;
}

.mobile .bottom_img {
    display: none;
}

.mobile .single-rooms .colored_section {
    min-height: max-content;
}

.mobile .text_and_image .info_col_left, .mobile .text_and_image .info_col_right {
    padding-bottom: 133px;
}

.mobile .single-rooms .h50 {
    height: auto;
}

.mobile .col-12.col-lg-10.h50.ps52.info_col_left {
    padding-bottom: 0;
}

.mobile .single-rooms .info_col_left h3.mb80 {
    margin-bottom: 0;
}

.mobile .single-rooms .text_and_image .big_img {
    height: 400px;
}

section.map iframe {
    width: 100%;
}

.legal-notice #masthead {
    filter: invert(1);
}

.offcanvas-top {
    transform: none !important;
    transition: opacity 0.4s ease-in-out !important;
    visibility: visible !important;
    opacity: 0;
    z-index: -1;
}

.offcanvas-top.show {
    opacity: 1;
    z-index: 1050;
}

.btn-close {
    color: #282828 !important;
    opacity: 1 !important;
}

.colophon_menu_item {
    display: none;
}

#colophon .colophon_menu_item {
    display: block;
}

.menu_additions {
    display: none;
}

.offcanvas .menu_additions {
    display: block;
}

.offcanvas .menu_additions * {
    color: #282828 !important;
}

#gallery-grid-toggler, #single-grid-toggler {
    cursor: pointer;
}

.gallery_toggler {
    opacity: 0.5;
    transition: opacity .3s ease;
}

.gallery_toggler:hover {
    opacity: 1;
    transition: opacity .3s ease;
}

.gallery_toggler.active {
    opacity: 1;
}

#gallery-grid img {
    object-fit: cover;
}

.swiper-pagination .swiper-pagination-bullet {
    margin-left: 0 !important;
    border: 1px solid #282828;
    opacity: 1;
    background: transparent;
}

.swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #282828;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

#single-grid img {
    object-fit: cover;
    max-height: 100dvh;
}

.mobile #gallery-grid {
    display: none !important;
}

.mobile #single-grid {
    display: block !important;
}

.fancybox__container {
    z-index: 999999 !important;
}

.wpcf7-response-output {
    position: absolute;
    left: 0;
    right: 0;
}

.desktop #colophon {
    position: relative;
}

.fancybox-image {
    max-height: 80dvh;
}

#colophon a {
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    background-image: linear-gradient(#282828,#282828) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    transition: color .3s,background-size .3s !important;
    width: max-content !important;
    color: #282828;
    display: flex;
}

#colophon a:hover {
    background-size: 100% 1px !important;
}

#masthead .menu a, #masthead .menu_book_btn {
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    background-image: linear-gradient(#F4F2ED,#F4F2ED) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    transition: color .3s,background-size .3s !important;
    width: max-content !important;
    color: #F4F2ED;
    display: flex;
}

#masthead .menu a:not(.wpml-ls-link):hover, #masthead .menu_book_btn:hover {
    background-size: 100% 1px !important;
}

#masthead::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.45), transparent);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: -1;
    pointer-events: none;
}

.scrolled #masthead::before {
    opacity: 1;
}

.grecaptcha-badge {
    display: none !important;
}

.mobile #colophon a {
    margin-left: auto;
    margin-right: auto;
}

.mobile #colophon a.mb50 {
    margin-bottom: 30px;
}

.mobile #colophon .menu {
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

.mobile #colophon .mb90 {
    margin-bottom: 60px;
}

.mobile .home section.header .svg_title {
    height: 350px;
}

.mobile .home section.header {
    justify-content: center;
}

.mobile .menu-open #masthead::before {
    background: transparent !important;
}

section.header .svg_title {
    width: 100%;
}

.desktop .home section.header .display-desktop {
    width: 100%;
}

#single-grid img {
    object-fit: contain;
}

.swiper-button-next, .swiper-button-prev {
    color: #242424 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: bolder !important;
}

.mobile #single-grid img {
    object-fit: cover;
}

.mobile .swiper-button-next:after, .mobile .swiper-button-prev:after {
    filter: invert(1);
}

.mobile .nav_footer .menu {
    margin-bottom: 0 !important;
    margin-top: 15px !important;
}

.header_video_wrapper {
    width: 100%;
    height: 100dvh;
    position: absolute;
    left: 0;
    top: 0;
}

.header_video_wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
    h1, h1 p {
        font-size: 20px;
        line-height: 25.8px;
        letter-spacing: -0.6px;
    }

    h2, h2 p {
        font-size: 20px;
        line-height: 25.8px;
        letter-spacing: -0.6px;
    }

    h2.lh28, h2.lh28 p {
        font-size: 20px;
        line-height: 17.8px;
        letter-spacing: -0.2px;
    }

    h3, h3 p, .wpcf7 label, .wpcf7-response-output {
        font-size: 20px;
        line-height: 27px;
        letter-spacing: -0.8px;
    }

    h3.lh26, h3.lh26 p {
        font-size: 14px;
        line-height: 18.9px;
        letter-spacing: -0.7px;
    }

    .fs16 {
        font-size: 14px;
    }

    h3.lh28, h3.lh28 p, #colophon .menu li a {
        font-size: 14px;
        line-height: 17.5px;
        letter-spacing: 0;
    }

    h4, h4 p {
        font-size: 15px;
        line-height: 22.2px;
        letter-spacing: 0.18px;
    }

    h4.ls0, h4.ls0 p, .menu-item a, .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span, #masthead a.menu_book_btn, button.menu_toggler, .btn-close, .menu_bottom_info a, .basic_btn, .wpcf7-submit {
        font-size: 14px;
        line-height: 18.9px;
        letter-spacing: -0.7px;
    }

    h5, h5 p {
        font-size: 30px;
        line-height: 46px;
        letter-spacing: -0.4px;
    }

    .error-404 h1 {
        font-size: 150px;
        line-height: 230px;
        letter-spacing: 0;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .basic_btn, .wpcf7-submit {
        padding-left: 27px;
        padding-right: 27px;
        height: 35px;
    }

    #masthead {
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
    }

    .main_logo {
        width: 51.41px;
        height: 67px;
    }

    .error404 img {
        width: 104px;
        height: 86px;
        margin-bottom: 30px;
    }

    .error404 .error-404 {
        top: 0;
    }

    .croppedContent {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wpcf7-text {
        height: 35px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wpcf7-textarea {
        height: 180px;
        padding: 15px;
    }

    .wpcf7-not-valid-tip {
        top: 35px;
        font-size: 10px;
    }

    .wpcf7-submit {
        width: max-content;
        margin-top: 25px;
    }

    .f-button svg {
        width: 20px !important;
        height: 20px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 15px;
        line-height: normal;
    }

    #masthead {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
    }

    section.header .svg_title {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 76px;
    }

    .ps52 {
        padding-left: 0;
    }

    .pe52 {
        padding-right: 0;
    }

    .pb100 {
        padding-bottom: 100px;
    }

    .mb80 {
        margin-bottom: 40px;
    }

    .mb58 {
        margin-bottom: 30px;
    }

    .mb233 {
        margin-bottom: 233px;
    }

    .mr40 {
        margin-right: 40px;
    }

    .mb35 {
        margin-bottom: 35px;
    }

    .mb25 {
        margin-bottom: 18px;
    }

    .mt26 {
        margin-top: 26px;
    }

    .mt63 {
        margin-top: 33px;
    }

    section.header.shorter_header {
        height: 757px;
    }

    .tagline_image {
        height: 500px;
    }

    .tagline_image img {
        width: auto;
        height: 16px;
    }

    .room_section_icon {
        height: 144px;
    }

    #colophon {
        padding-top: 27px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 22px;
        height: auto;
    }

    #colophon .footer_logo {
        width: auto;
        height: 296px;
    }

    .colored_section {
        padding-top: 48px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 48px;
    }

    .single-rooms .colored_section {
        height: auto;
    }

    .colored_section .left_image {
        height: 95px;
    }

    .colored_section .right_image {
        height: auto;
    }

    .info_col_left {
        padding-top: 45px;
    }

    .info_col_right {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .single-rooms .text_and_image, .single-rooms .text_and_image .big_img {
        height: auto;
    }

    section.map {
        padding-top: 218px;
        padding-bottom: 152px;
    }

    section.map iframe {
        height: 350px;
    }

    .form_wrapper {
        padding-top: 64px;
    }

    .legal-notice #main {
        padding-top: 190px;
        padding-bottom: 50px;
    }

    .gallery_section {
        padding-top: 125px;
        padding-bottom: 166px;
    }

    #gallery-grid-toggler svg, #single-grid-toggler svg {
        width: 33px !important;
        height: 33px !important;
        margin-right: 14px;
    }

    #gallery-grid img {
        height: 397px;
        margin-bottom: 20px;
    }

    .swiper-pagination {
        margin-top: 14px;
    }

    .swiper-pagination .swiper-pagination-bullet {
        margin-right: 27px !important;
        width: 6px;
        height: 6px;
    }

    #single-grid img {
        height: 397px;
    }

    .f-button, .f-button svg {
        width: 30px !important;
        height: 30px !important;
    }

    .wpcf7 label {
        margin-bottom: 15px;
    }

    .wpcf7-response-output {
        bottom: -100px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 27px !important;
        height: 44px !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 24px !important;
    }
}

@media (min-width: 992px) {
    h1, h1 p {
        font-size: 1.667vw;
        line-height: 2.15vw;
        letter-spacing: -0.033vw;
    }

    h2, h2 p {
        font-size: 1.667vw;
        line-height: 2.15vw;
        letter-spacing: -0.033vw;
    }

    h2.lh28, h2.lh28 p {
        font-size: 1.667vw;
        line-height: 1.483vw;
        letter-spacing: -0.017vw;
    }

    h3, h3 p, .wpcf7 label, .wpcf7-response-output {
        font-size: 1.042vw;
        line-height: 1.406vw;
        letter-spacing: -0.042vw;
    }

    h3.lh26, h3.lh26 p {
        font-size: 1.042vw;
        line-height: 1.354vw;
        letter-spacing: -0.042vw;
    }

    .fs16 {
        font-size: max(0.833vw, 10px);
    }

    h3.lh28, h3.lh28 p, #colophon .menu li a {
        font-size: 1.042vw;
        line-height: 1.458vw;
        letter-spacing: 0;
    }

    h4, h4 p {
        font-size: 0.938vw;
        line-height: 1.313vw;
        letter-spacing: 0.009vw;
    }

    h4.ls0, h4.ls0 p, .menu-item a, .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span, #masthead a.menu_book_btn, button.menu_toggler, .btn-close, .menu_bottom_info a, .basic_btn, .wpcf7-submit {
        font-size: 0.938vw;
        line-height: 1.313vw;
        letter-spacing: 0;
    }

    h5, h5 p {
        font-size: 2.083vw;
        line-height: 2.917vw;
        letter-spacing: -0.021vw;
    }

    .error-404 h1 {
        font-size: 10.417vw;
        line-height: 14.583vw;
        letter-spacing: 0;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .basic_btn, .wpcf7-submit {
        padding-left: 1.406vw;
        padding-right: 1.406vw;
        height: 1.823vw;
    }

    .main_logo {
        width: 3.84vw;
        height: 5.004vw;
    }

    .error404 img {
        width: 8.021vw;
        height: 7.083vw;
        margin-bottom: 1.563vw;
    }

    .error404 .error-404 {
        top: 0;
    }

    .croppedContent {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
    }

    .wpcf7-text {
        height: 3.021vw;
        margin-bottom: 1.042vw;
        padding-left: 0.781vw;
        padding-right: 0.781vw;
    }

    .wpcf7-textarea {
        height: 15vw;
        padding: 0.781vw;
    }

    .wpcf7-not-valid-tip {
        top: 2.292vw;
        font-size: 10px;
    }

    .wpcf7-submit {
        width: max-content;
        margin-top: 25px;
    }

    .f-button svg {
        width: 20px !important;
        height: 20px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 15px;
        line-height: normal;
    }

    #masthead {
        padding-left: 2.604vw;
        padding-right: 2.604vw;
        padding-top: 1.51vw;
    }

    #masthead .menu li a {
        margin-right: 5.781vw;
    }

    .menu_book_btn {
        margin-right: 7.604vw;
    }

    section.header .svg_title {
        padding-left: 2.604vw;
        padding-right: 2.604vw;
        padding-bottom: 1.406vw;
    }

    .ps52 {
        padding-left: 2.708vw;
    }

    .pe52 {
        padding-right: 2.708vw;
    }

    .pb100 {
        padding-bottom: 5.208vw;
    }

    .mb80 {
        margin-bottom: 4.167vw;
    }

    .mb58 {
        margin-bottom: 3.021vw;
    }

    .mb233 {
        margin-bottom: 12.135vw;
    }

    .mr40 {
        margin-right: 2.083vw;
    }

    .mb35 {
        margin-bottom: 1.823vw;
    }

    .mb25 {
        margin-bottom: 1.302vw;
    }

    .mt26 {
        margin-top: 1.354vw;
    }

    .mt63 {
        margin-top: 3.281vw;
    }

    section.header.shorter_header {
        height: 39.427vw;
    }

    .tagline_image {
        height: 48.073vw;
    }

    .tagline_image img {
        width: auto;
        height: 1.51vw;
    }

    .room_section_icon {
        height: 10.677vw;
    }

    #colophon {
        padding-top: 2.083vw;
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        padding-bottom: 1.823vw;
        height: 45.521vw;
    }

    #colophon .footer_logo {
        width: auto;
        height: 32.344vw;
    }

    .colored_section {
        padding-top: 2.708vw;
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        padding-bottom: 4.479vw;
    }

    .single-rooms .colored_section {
        height: 41.615vw;
    }

    .colored_section .left_image {
        height: 10.729vw;
    }

    .colored_section .right_image {
        height: 24.115vw;
    }

    .info_col_left {
        padding-top: 2.344vw;
    }

    .info_col_right {
        padding-top: 2.344vw;
        padding-bottom: 2.344vw;
    }

    .single-rooms .text_and_image, .single-rooms .text_and_image .big_img {
        height: 59.323vw;
    }

    .bottom_img.top_img {
        height: 24.479vw !important;
    }

    section.map {
        padding-top: 11.354vw;
        padding-bottom:7.917vw;
    }

    section.map iframe {
        height: 37.344vw;
    }

    .form_wrapper {
        padding-top: 3.333vw;
    }

    .legal-notice #main {
        padding-top: 9.896vw;
        padding-bottom: 2.604vw;
    }

    .gallery_section {
        padding-top: 11.458vw;
        padding-bottom: 12.083vw;
    }

    #gallery-grid-toggler svg, #single-grid-toggler svg {
        width: 1.719vw !important;
        height: 1.719vw !important;
        margin-right: 0.729vw;
    }
    
    #gallery-grid img {
        height: 14.792vw;
        margin-bottom: 1.302vw;
    }

    .swiper-pagination {
        margin-top: 2.083vw;
    }

    .swiper-pagination .swiper-pagination-bullet {
        margin-right: 2.604vw !important;
        width: 0.573vw;
        height: 0.573vw;
    }

    #single-grid img {
        height: 35.833vw;
    }

    .f-button, .f-button svg {
        width: 2.604vw !important;
        height: 2.604vw !important;
    }

    .wpcf7 label {
        margin-bottom: 1.042vw;
    }

    .wpcf7-response-output {
        bottom: -4.688vw;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 1.406vw !important;
        height: 2.292vw !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 2.292vw !important;
    }
}

@media (min-width: 1920px) {
    h1, h1 p {
        font-size: 32px;
        line-height: 41.28px;
        letter-spacing: -0.64px;
    }

    h2, h2 p {
        font-size: 32px;
        line-height: 41.28px;
        letter-spacing: -0.64px;
    }

    h2.lh28, h2.lh28 p {
        font-size: 32px;
        line-height: 28.48px;
        letter-spacing: -0.32px;
    }

    h3, h3 p, .wpcf7 label, .wpcf7-response-output {
        font-size: 20px;
        line-height: 27px;
        letter-spacing: -0.8px;
    }

    h3.lh26, h3.lh26 p {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.8px;
    }

    .fs16 {
        font-size: 16px;
    }

    h3.lh28, h3.lh28 p, #colophon .menu li a {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
    }

    h4, h4 p {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: 0.18px;
    }

    h4.ls0, h4.ls0 p, .menu-item a, .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span, #masthead a.menu_book_btn, button.menu_toggler, .btn-close, .menu_bottom_info a, .basic_btn, .wpcf7-submit {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: 0;
    }

    h5, h5 p {
        font-size: 40px;
        line-height: 56px;
        letter-spacing: -0.4px;
    }

    .error-404 h1 {
        font-size: 200px;
        line-height: 280px;
        letter-spacing: 0;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .basic_btn, .wpcf7-submit {
        padding-left: 27px;
        padding-right: 27px;
        height: 35px;
    }

    .main_logo {
        width: 73.72px;
        height: 96.08px;
    }

    .error404 img {
        width: 154px;
        height: 136px;
        margin-bottom: 30px;
    }

    .error404 .error-404 {
        top: 0;
    }

    .croppedContent {
        padding-left: 52px;
        padding-right: 52px;
    }

    .wpcf7-text {
        height: 58px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wpcf7-textarea {
        height: 288px;
        padding: 15px;
    }

    .wpcf7-not-valid-tip {
        top: 44px;
        font-size: 10px;
    }

    .wpcf7-submit {
        width: max-content;
        margin-top: 25px;
    }

    .f-button svg {
        width: 20px !important;
        height: 20px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 15px;
        line-height: normal;
    }

    #masthead {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 29px;
    }

    #masthead .menu li a {
        margin-right: 111px;
    }

    .menu_book_btn {
        margin-right: 146px;
    }

    section.header .svg_title {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 27px;
    }

    .ps52 {
        padding-left: 52px;
    }

    .pe52 {
        padding-right: 52px;
    }

    .pb100 {
        padding-bottom: 100px;
    }

    .mb80 {
        margin-bottom: 80px;
    }

    .mb58 {
        margin-bottom: 58px;
    }

    .mb233 {
        margin-bottom: 233px;
    }

    .mr40 {
        margin-right: 40px;
    }

    .mb35 {
        margin-bottom: 35px;
    }

    .mb25 {
        margin-bottom: 25px;
    }

    .mt26 {
        margin-top: 26px;
    }

    .mt63 {
        margin-top: 63px;
    }

    section.header.shorter_header {
        height: 757px;
    }

    .tagline_image {
        height: 923px;
    }

    .tagline_image img {
        width: auto;
        height: 29px;
    }

    .room_section_icon {
        height: 205px;
    }

    #colophon {
        padding-top: 40px;
        padding-left: 52px;
        padding-right: 52px;
        padding-bottom: 35px;
        height: 874px;
    }

    #colophon .footer_logo {
        width: auto;
        height: 621px;
    }

    .colored_section {
        padding-top: 52px;
        padding-left: 52px;
        padding-right: 52px;
        padding-bottom: 86px;
    }

    .single-rooms .colored_section {
        height: 799px;
    }

    .colored_section .left_image {
        height: 206px;
    }

    .colored_section .right_image {
        height: 463px;
    }

    .info_col_left {
        padding-top: 45px;
    }

    .info_col_right {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .single-rooms .text_and_image, .single-rooms .text_and_image .big_img {
        height: 1139px;
    }

    .bottom_img.top_img {
        height: 470px !important;
    }

    section.map {
        padding-top: 218px;
        padding-bottom: 152px;
    }

    section.map iframe {
        height: 717px;
    }

    .form_wrapper {
        padding-top: 64px;
    }

    .legal-notice #main {
        padding-top: 190px;
        padding-bottom: 50px;
    }

    .gallery_section {
        padding-top: 220px;
        padding-bottom: 232px;
    }

    #gallery-grid-toggler svg, #single-grid-toggler svg {
        width: 33px !important;
        height: 33px !important;
        margin-right: 14px;
    }

    #gallery-grid img {
        height: 284px;
        margin-bottom: 25px;
    }

    .swiper-pagination {
        margin-top: 40px;
    }

    .swiper-pagination .swiper-pagination-bullet {
        margin-right: 50px !important;
        width: 11px;
        height: 11px;
    }

    #single-grid img {
        height: 688px;
    }

    .f-button, .f-button svg {
        width: 50px !important;
        height: 50px !important;
    }

    .wpcf7 label {
        margin-bottom: 20px;
    }

    .wpcf7-response-output {
        bottom: -90px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 27px !important;
        height: 44px !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 44px !important;
    }
}

@media (min-width: 1921px) {
    h1, h1 p {
        font-size: 1.667vw;
        line-height: 2.15vw;
        letter-spacing: -0.033vw;
    }

    h2, h2 p {
        font-size: 1.667vw;
        line-height: 2.15vw;
        letter-spacing: -0.033vw;
    }

    h2.lh28, h2.lh28 p {
        font-size: 1.667vw;
        line-height: 1.483vw;
        letter-spacing: -0.017vw;
    }

    h3, h3 p, .wpcf7 label, .wpcf7-response-output {
        font-size: 1.042vw;
        line-height: 1.406vw;
        letter-spacing: -0.042vw;
    }

    h3.lh26, h3.lh26 p {
        font-size: 1.042vw;
        line-height: 1.354vw;
        letter-spacing: -0.042vw;
    }

    .fs16 {
        font-size: max(0.833vw, 10px);
    }

    h3.lh28, h3.lh28 p, #colophon .menu li a {
        font-size: 1.042vw;
        line-height: 1.458vw;
        letter-spacing: 0;
    }

    h4, h4 p {
        font-size: 0.938vw;
        line-height: 1.313vw;
        letter-spacing: 0.009vw;
    }

    h4.ls0, h4.ls0 p, .menu-item a, .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span, #masthead a.menu_book_btn, button.menu_toggler, .btn-close, .menu_bottom_info a, .basic_btn, .wpcf7-submit {
        font-size: 0.938vw;
        line-height: 1.313vw;
        letter-spacing: 0;
    }

    h5, h5 p {
        font-size: 2.083vw;
        line-height: 2.917vw;
        letter-spacing: -0.021vw;
    }

    .error-404 h1 {
        font-size: 10.417vw;
        line-height: 14.583vw;
        letter-spacing: 0;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .basic_btn, .wpcf7-submit {
        padding-left: 1.406vw;
        padding-right: 1.406vw;
        height: 1.823vw;
    }

    .main_logo {
        width: 3.84vw;
        height: 5.004vw;
    }

    .error404 img {
        width: 8.021vw;
        height: 7.083vw;
        margin-bottom: 1.563vw;
    }

    .error404 .error-404 {
        top: 0;
    }

    .croppedContent {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
    }

    .wpcf7-text {
        height: 3.021vw;
        margin-bottom: 1.042vw;
        padding-left: 0.781vw;
        padding-right: 0.781vw;
    }

    .wpcf7-textarea {
        height: 15vw;
        padding: 0.781vw;
    }

    .wpcf7-not-valid-tip {
        top: 2.292vw;
        font-size: 0.521vw;
    }

    .wpcf7-submit {
        width: max-content;
        margin-top: 25px;
    }

    .f-button svg {
        width: 20px !important;
        height: 20px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 15px;
        line-height: normal;
    }

    #masthead {
        padding-left: 2.604vw;
        padding-right: 2.604vw;
        padding-top: 1.51vw;
    }

    #masthead .menu li a {
        margin-right: 5.781vw;
    }

    .menu_book_btn {
        margin-right: 7.604vw;
    }

    section.header .svg_title {
        padding-left: 2.604vw;
        padding-right: 2.604vw;
        padding-bottom: 1.406vw;
    }

    .ps52 {
        padding-left: 2.708vw;
    }

    .pe52 {
        padding-right: 2.708vw;
    }

    .pb100 {
        padding-bottom: 5.208vw;
    }

    .mb80 {
        margin-bottom: 4.167vw;
    }

    .mb58 {
        margin-bottom: 3.021vw;
    }

    .mb233 {
        margin-bottom: 12.135vw;
    }

    .mr40 {
        margin-right: 2.083vw;
    }

    .mb35 {
        margin-bottom: 1.823vw;
    }

    .mb25 {
        margin-bottom: 1.302vw;
    }

    .mt26 {
        margin-top: 1.354vw;
    }

    .mt63 {
        margin-top: 3.281vw;
    }

    section.header.shorter_header {
        height: 39.427vw;
    }

    .tagline_image {
        height: 48.073vw;
    }

    .tagline_image img {
        width: auto;
        height: 1.51vw;
    }

    .room_section_icon {
        height: 10.677vw;
    }

    #colophon {
        padding-top: 2.083vw;
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        padding-bottom: 1.823vw;
        height: 45.521vw;
    }

    #colophon .footer_logo {
        width: auto;
        height: 32.344vw;
    }

    .colored_section {
        padding-top: 2.708vw;
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        padding-bottom: 4.479vw;
    }

    .single-rooms .colored_section {
        height: 41.615vw;
    }

    .colored_section .left_image {
        height: 10.729vw;
    }

    .colored_section .right_image {
        height: 24.115vw;
    }

    .info_col_left {
        padding-top: 2.344vw;
    }

    .info_col_right {
        padding-top: 2.344vw;
        padding-bottom: 2.344vw;
    }

    .single-rooms .text_and_image, .single-rooms .text_and_image .big_img {
        height: 59.323vw;
    }

    .bottom_img.top_img {
        height: 24.479vw !important;
    }

    section.map {
        padding-top: 11.354vw;
        padding-bottom:7.917vw;
    }

    section.map iframe {
        height: 37.344vw;
    }

    .form_wrapper {
        padding-top: 3.333vw;
    }
    
    .legal-notice #main {
        padding-top: 9.896vw;
        padding-bottom: 2.604vw;
    }

    .gallery_section {
        padding-top: 11.458vw;
        padding-bottom: 12.083vw;
    }

    #gallery-grid-toggler svg, #single-grid-toggler svg {
        width: 1.719vw !important;
        height: 1.719vw !important;
        margin-right: 0.729vw;
    }

    #gallery-grid img {
        height: 14.792vw;
        margin-bottom: 1.302vw;
    }

    .swiper-pagination {
        margin-top: 2.083vw;
    }

    .swiper-pagination .swiper-pagination-bullet {
        margin-right: 2.604vw !important;
        width: 0.573vw;
        height: 0.573vw;
    }

    #single-grid img {
        height: 35.833vw;
    }

    .f-button, .f-button svg {
        width: 2.604vw !important;
        height: 2.604vw !important;
    }

    .wpcf7 label {
        margin-bottom: 1.042vw;
    }

    .wpcf7-response-output {
        bottom: -4.688vw;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 1.406vw !important;
        height: 2.292vw !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 2.292vw !important;
    }
}