/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

sup {
  left: 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* jost-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost 300";
  font-style: normal;
  font-weight: 300;
  src: url(../../Public/Fonts/jost-v20-latin-300.woff2) format("woff2"), url(../../Public/Fonts/jost-v20-latin-300.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost 400";
  font-style: normal;
  font-weight: 400;
  src: url(../../Public/Fonts/jost-v20-latin-regular.woff2) format("woff2"), url(../../Public/Fonts/jost-v20-latin-regular.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost 400 it";
  font-style: italic;
  font-weight: 400;
  src: url(../../Public/Fonts/jost-v20-latin-italic.woff2) format("woff2"), url(../../Public/Fonts/jost-v20-latin-italic.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost 600";
  font-style: normal;
  font-weight: 600;
  src: url(../../Public/Fonts/jost-v20-latin-600.woff2) format("woff2"), url(../../Public/Fonts/jost-v20-latin-600.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost 700";
  font-style: normal;
  font-weight: 700;
  src: url(../../Public/Fonts/jost-v20-latin-700.woff2) format("woff2"), url(../../Public/Fonts/jost-v20-latin-700.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/*Headline*/
/* zen-maru-gothic-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../../Public/Fonts/zen-maru-gothic-v19-latin-regular.woff2) format("woff2"), url(../../Public/Fonts/zen-maru-gothic-v19-latin-regular.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* zen-maru-gothic-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic 700";
  font-style: normal;
  font-weight: 700;
  src: url(../../Public/Fonts/zen-maru-gothic-v19-latin-700.woff2) format("woff2"), url(../../Public/Fonts/zen-maru-gothic-v19-latin-700.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* zen-maru-gothic-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic 900";
  font-style: normal;
  font-weight: 900;
  src: url(../../Public/Fonts/zen-maru-gothic-v19-latin-900.woff2) format("woff2"), url(../../Public/Fonts/zen-maru-gothic-v19-latin-900.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/**** VARIABLES *****/
/********************/
:root {
  /* LAYOUT, SIZES AND SPACING */
  --margin-01: 10rem;
  --margin-02: 20rem;
  --margin-03: 30rem;
  --margin-04: 40rem;
  --margin-05: 60rem;
  --margin-06: 80rem;
  --margin-07: 160rem;
  --margin-08: 280rem;
  --padding-container-horizontal: 130px;
  --padding-container-vertical: 0;
  --container-max-width-small: 900rem;
  --container-max-width-medium: 1052rem;
  --container-max-width-wide: 1300px;
  --container-max-width-small-font: 900px;
  --container-max-width-wide-font: 1800px;
  --margin-bottom-element-default: 20rem;
  --grid-gap: var(--padding-container-horizontal);
  --wp-admin-bar-height: 20rem;
  --default-grid-item-aspect-ratio: 1/1.2;
  /* COLORS */
  --clr-blue: #012169;
  --clr-btn-primary: #008296;
  --clr-btn-primary-hover: #0A6370;
  --clr-turquoise: #008296;
  --clr-grey: #666666;
  --clr-grey-text: #222222;
  --clr-grey-nav-top: #343434;
  --clr-grey-nav-bottom: #3D3D3D;
  --clr-white: #ffffff;
  --clr-red: #EA5160;
  --clr-grey-ligth: #F4F5FB;
  --clr-grey-ligth-2: #E5EBEE;
  --clr-border: #7F9BAB;
  --clr-grey-blue: #E5EBEE;
  --clr-grey-switch: #383838;
  --clr-grey-border: #D8D8D8 ;
  --clr-border-mobile-menu: rgba(1, 33, 105, 0.25);
  --font-clr-primary: var(--clr-primary);
  --font-clr-secondary: var(--clr-secondary);
  --inline-link-clr: var(--clr-secondary);
  --text-select-clr-bg: var(--clr-primary-100);
  --text-select-clr-text: var(--font-clr-secondary);
  /* TYPOGRAPHY */
  /* Font Types */
  --font-primary-light: "Jost 300";
  --font-primary-light-italic: "Jost 400 it";
  --font-primary-regular: "Jost 400";
  --font-primary-regular-italic: "Jost 400 it";
  --font-primary-semibold: "Jost 600";
  --font-primary-semibold-italic: "Jost 600";
  --font-primary-bold: "Jost 700";
  --font-primary-bold-italic: "Jost 700";
  --font-secondary-regular: "Zen Maru Gothic Regular";
  --font-secondary-medium: "Zen Maru Gothic 700";
  --font-secondary-bold: "Zen Maru Gothic 900";
  /* Font Sizes */
  --font-size-100: 10rem;
  --font-size-200: 12rem;
  --font-size-300: 14rem;
  --font-size-400: 16rem;
  --font-size-500: 20rem;
  --font-size-600: 24rem;
  --font-size-700: 34rem;
  --font-size-800: 60rem;
  --font-size-900: 82rem;
  --line-height-100: 150%;
  /* Optimale line height in Relation zum Element berechnen */
  --line-height-optimal: calc(1ex / 0.32);
  --letter-spacing-100: 1rem;
  --word-spacing-100: 1rem;
  --hyphenate-limit-chars--default: 10 3 4;
  --text-rendering: optimizeLegibility;
  --default-list-icon: "■";
  --default-list-icon-clr: var(--clr-primary-100);
  /* Buttons */
  --btn-radius: 50px;
  --btn-font-size: var(--font-size-400);
  --btn-margin-bottom: var(--margin-02);
  --btn-border-width: 1rem;
  --btn-padding-horizontal: var(--margin-02);
  --btn-padding-vertical: var(--margin-01);
  /* Border Radius */
  --border-radius: 5px;
  --border-radius-small: 3px;
  --border-radius-medium: 5px;
  --border-radius-big: 50%;
}

/**** TYPOGRAPHY ****/
/* General Settings  */
body {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 6 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
}

p,
.copy-text,
.footnote-text {
  hyphens: auto;
  hyphenate-limit-chars: var(--hyphenate-limit-chars--default);
  /* Inline Links */
}
p a,
.copy-text a,
.footnote-text a {
  color: var(--inline-link-clr);
  text-decoration: underline;
}

p {
  color: var(--clr-grey-text);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.copy-text,
.footnote-text {
  line-height: var(--line-height-optimal);
}

/* Base Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #8b7355;
}

h1 {
  font-family: var(--font-secondary-bold);
  font-weight: normal;
  margin-top: 0;
  font-size: clamp(38px, 38px + 26 * (100vw - 390px) / 1066, 64px);
  line-height: clamp(40px, 40px + 30 * (100vw - 390px) / 1066, 70px);
  margin-bottom: clamp(20px, 20px + 30 * (100vw - 390px) / 1066, 50px);
}

h2 {
  font-family: var(--font-secondary-bold);
  font-weight: normal;
  margin-top: 0;
  font-size: clamp(24px, 24px + 18 * (100vw - 390px) / 1066, 42px);
  line-height: clamp(32px, 32px + 16 * (100vw - 390px) / 1066, 48px);
  margin-bottom: clamp(20px, 20px + 18 * (100vw - 390px) / 1066, 38px);
}

h3 {
  font-family: var(--font-secondary-medium);
  font-weight: normal;
  margin-top: 0;
  font-size: clamp(20px, 20px + 10 * (100vw - 390px) / 1066, 30px);
  line-height: clamp(24px, 24px + 16 * (100vw - 390px) / 1066, 40px);
  margin-bottom: clamp(15px, 15px + 5 * (100vw - 390px) / 1066, 20px);
}

h4 {
  font-family: var(--font-secondary-medium);
  font-style: normal;
  margin-top: 0;
  font-size: clamp(20px, 20px + 4 * (100vw - 390px) / 1066, 24px);
  line-height: clamp(24px, 24px + 8 * (100vw - 390px) / 1066, 32px);
  margin-bottom: clamp(15px, 15px + 10 * (100vw - 390px) / 1066, 25px);
}

h5 {
  font-family: var(--font-secondary-medium);
  font-size: clamp(20px, 20px + 0 * (100vw - 390px) / 1066, 20px);
  line-height: clamp(18px, 18px + 6 * (100vw - 390px) / 1066, 24px);
  margin-bottom: clamp(15px, 15px + 5 * (100vw - 390px) / 1066, 20px);
  letter-spacing: 0;
  margin-top: 0;
}

h6 {
  font-family: var(--font-secondary-medium);
  font-size: clamp(16px, 16px + 2 * (100vw - 390px) / 1066, 18px);
  line-height: clamp(20px, 20px + 2 * (100vw - 390px) / 1066, 22px);
  margin-bottom: clamp(15px, 15px + 5 * (100vw - 390px) / 1066, 20px);
  margin-top: 0;
}

p {
  font-family: var(--font-primary-regular);
  margin-block-start: 0;
  font-size: clamp(16px, 16px + 4 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
}
p a {
  color: var(--clr-blue);
}

strong {
  font-family: var(--font-primary-semibold);
  font-size: clamp(16px, 16px + 4 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
}

.copy-text {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 4 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
}

.bodytext-small {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 2 * (100vw - 390px) / 1066, 18px);
  line-height: clamp(24px, 24px + 4 * (100vw - 390px) / 1066, 28px);
  color: var(--clr-grey-text);
}
.bodytext-small p {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 2 * (100vw - 390px) / 1066, 18px);
  line-height: clamp(24px, 24px + 4 * (100vw - 390px) / 1066, 28px);
  color: var(--clr-grey-text);
}

.vs-main ul, .vs-main ol,
.vs-post ul,
.vs-post ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 4 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
}
.vs-main ul,
.vs-post ul,
.editor-styles-wrapper ul {
  margin: 0;
  padding: 0;
}

ul.is-style-styled-list {
  padding: 0;
}
ul.is-style-styled-list li {
  position: relative;
  padding-left: 20px;
}
ul.is-style-styled-list li:before {
  content: "■";
  color: var(--clr-blue);
  position: absolute;
  left: 0;
}

ul.wp-block-list {
  padding: 0;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 20px;
}
ul.wp-block-list li:before {
  content: "■";
  color: var(--clr-blue);
  position: absolute;
  left: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: var(--clr-white);
  font-size: clamp(16px, 16px + 6 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: clamp(16px, 16px + 6 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
}

.hide {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

:target:before {
  content: "";
  display: block;
  height: 200px;
  margin: -200px 0 0;
}

*, :after, :before {
  box-sizing: border-box;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  color: var(--clr-blue);
  background-color: var(--clr-white);
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  z-index: 999;
  font-family: var(--font-primary-regular);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}

body .wp-block-separator {
  border: 0.1rem solid #D8D8D8;
  border-left: none;
  border-right: none;
  max-width: var(--container-max-width-wide);
}
body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 15px 0;
}
body .wp-block-cover.alignwide,
body .wp-block-group.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
body .wp-block-cover.alignwide .wp-block-group__inner-container,
body .wp-block-group.alignwide .wp-block-group__inner-container {
  max-width: var(--container-max-width-wide) !important;
  margin: 0 auto;
}
body .wp-block-cover.alignfull,
body .wp-block-group.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
body .wp-block-cover.alignfull .wp-block-group__inner-container,
body .wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: var(--container-max-width-wide) !important;
  margin: 0 auto;
}
body .iframe-fullwidth.wp-block-group {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
body .iframe-fullwidth.wp-block-group .wp-block-group__inner-container {
  max-width: 100% !important;
  margin: 0 auto -10px auto;
  padding: 0;
}
body .is-style-intro-text {
  font-style: normal;
  font-family: var(--font-primary-regular);
  margin-bottom: clamp(20px, 20px + 40 * (100vw - 390px) / 1066, 60px);
  color: var(--clr-grey);
  font-size: clamp(22px, 22px + 8 * (100vw - 390px) / 1066, 30px);
  line-height: clamp(32px, 32px + 8 * (100vw - 390px) / 1066, 40px);
}
body .is-style-intro-text p {
  color: var(--clr-grey);
  font-style: normal;
  font-family: var(--font-primary-regular);
  font-size: clamp(22px, 22px + 8 * (100vw - 390px) / 1066, 30px);
  line-height: clamp(32px, 32px + 8 * (100vw - 390px) / 1066, 40px);
  margin-bottom: clamp(20px, 20px + 40 * (100vw - 390px) / 1066, 60px);
}
body .is-style-small-text {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 2 * (100vw - 390px) / 1066, 18px);
  line-height: clamp(24px, 24px + 4 * (100vw - 390px) / 1066, 28px);
  font-style: normal;
  color: var(--clr-grey-text);
  margin-bottom: 15px;
}
body .is-style-small-text p {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 2 * (100vw - 390px) / 1066, 18px);
  line-height: clamp(24px, 24px + 4 * (100vw - 390px) / 1066, 28px);
  font-style: normal;
  color: var(--clr-grey-text);
  margin-bottom: 15px;
}
body .is-style-footnote-text {
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  color: var(--clr-grey-text);
  margin-bottom: 15px;
}
body .is-style-footnote-text p {
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  color: var(--clr-grey-text);
  margin-bottom: 15px;
}
body .has-color-grey-light-background-color {
  background-color: var(--clr-grey-ligth);
}
body .wp-block-columns.is-style-Teaser {
  padding: 0;
  border-radius: 25px;
  overflow: hidden;
}

.is-style-border-left {
  border-left: 1px solid var(--clr-border);
  padding-left: 35px;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  max-width: var(--container-max-width-wide) !important;
}

.wp-block-cover {
  padding: 130px 0 !important;
}

@media (max-width: 1800px) {
  .wp-block-cover {
    padding: 60px 0 !important;
  }
}
.wp-block-cover__background.wp-block-group .has-color-blue-background-color {
  filter: blur(1px) !important;
  opacity: 0.9 !important;
}

.custom-flex-basis-16 {
  flex-basis: 16% !important;
}

.custom-flex-basis-66 {
  flex-basis: 66% !important;
}

.wp-block[data-align=full] .acf-block-component {
  max-width: 90%;
  margin: 0 auto;
}

.wp-block-columns:not(:has(.wp-block-column[style*=flex-basis])) {
  gap: 50px;
}

@media (max-width: 780px) {
  .wp-block-columns:not(:has(.wp-block-column[style*=flex-basis])) {
    gap: 0;
    padding: 0;
  }
  body :where(.wp-block-columns) {
    margin-bottom: 0;
  }
}
body .wp-block-embed iframe {
  height: 50vh;
}

.single article {
  padding-bottom: 130px;
}

body .wp-block-image .is-style-rounded img, body .wp-block-image.is-style-circle-mask img, body .wp-block-image.is-style-rounded img {
  border-radius: 20px;
  /* https://smoothshadows.com/#djEsMSwxMCwwLjAzLDI0LDIwLDAsIzAzMDcxMiwjZjNmNGY2LCNmZmZmZmYsMg%3D%3D */
  box-shadow: 0px 0px 0px rgba(3, 7, 18, 0), 0px 1px 1px rgba(3, 7, 18, 0.01), 0px 2px 2px rgba(3, 7, 18, 0.01), 0px 3px 4px rgba(3, 7, 18, 0.01), 0px 5px 6px rgba(3, 7, 18, 0.01), 0px 7px 9px rgba(3, 7, 18, 0.02), 0px 10px 12px rgba(3, 7, 18, 0.02), 0px 13px 15px rgba(3, 7, 18, 0.02), 0px 16px 19px rgba(3, 7, 18, 0.03), 0px 20px 24px rgba(3, 7, 18, 0.03);
}

.wp-element-caption {
  color: var(--clr-grey);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  /* https://smoothshadows.com/#djEsMSwxMCwwLjAzLDI0LDIwLDAsIzAzMDcxMiwjZjNmNGY2LCNmZmZmZmYsMg%3D%3D */
  box-shadow: 0px 0px 0px rgba(3, 7, 18, 0), 0px 1px 1px rgba(3, 7, 18, 0.01), 0px 2px 2px rgba(3, 7, 18, 0.01), 0px 3px 4px rgba(3, 7, 18, 0.01), 0px 5px 6px rgba(3, 7, 18, 0.01), 0px 7px 9px rgba(3, 7, 18, 0.02), 0px 10px 12px rgba(3, 7, 18, 0.02), 0px 13px 15px rgba(3, 7, 18, 0.02), 0px 16px 19px rgba(3, 7, 18, 0.03), 0px 20px 24px rgba(3, 7, 18, 0.03);
}

/* SECTIONS AND CONTAINER */
.wp-block-group,
.vs-section,
.wp-block-cover {
  background-color: inherit;
  position: relative;
  padding: 0 15px;
  /* Cover Image */
  /* Section background colors */
  /* Section font colors */
}
.wp-block-group .wp-block-group__inner-container,
.wp-block-group .vs-section__inner-container,
.wp-block-group .wp-block-cover__inner-container,
.vs-section .wp-block-group__inner-container,
.vs-section .vs-section__inner-container,
.vs-section .wp-block-cover__inner-container,
.wp-block-cover .wp-block-group__inner-container,
.wp-block-cover .vs-section__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  height: 100%;
  margin: 0 auto;
  padding: clamp(70px, 70px + 60 * (100vw - 390px) / 1066, 130px) 0;
}
.wp-block-group.is-style-no-padding-bottom .wp-block-group__inner-container,
.vs-section.is-style-no-padding-bottom .wp-block-group__inner-container,
.wp-block-cover.is-style-no-padding-bottom .wp-block-group__inner-container {
  padding-bottom: 0;
}
.wp-block-group .wp-block-cover,
.vs-section .wp-block-cover,
.wp-block-cover .wp-block-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.wp-block-group.has-color-white-background-color,
.vs-section.has-color-white-background-color,
.wp-block-cover.has-color-white-background-color {
  background-color: var(--clr-white);
}
.wp-block-group.has-color-white-background-color + .has-color-white-background-color > .wp-block-group__inner-container,
.vs-section.has-color-white-background-color + .has-color-white-background-color > .wp-block-group__inner-container,
.wp-block-cover.has-color-white-background-color + .has-color-white-background-color > .wp-block-group__inner-container {
  padding-top: 0 !important;
}
.wp-block-group.has-color-blue-background-color,
.vs-section.has-color-blue-background-color,
.wp-block-cover.has-color-blue-background-color {
  background-color: var(--clr-blue);
  color: var(--clr-white);
}
.wp-block-group.has-color-blue-background-color p,
.vs-section.has-color-blue-background-color p,
.wp-block-cover.has-color-blue-background-color p {
  color: var(--clr-white);
}
.wp-block-group.has-color-blue-background-color + .has-color-white-background-color > .wp-block-group__inner-container,
.vs-section.has-color-blue-background-color + .has-color-white-background-color > .wp-block-group__inner-container,
.wp-block-cover.has-color-blue-background-color + .has-color-white-background-color > .wp-block-group__inner-container {
  padding-top: 0 !important;
}
.wp-block-group.has-color-grey-light-background-color,
.vs-section.has-color-grey-light-background-color,
.wp-block-cover.has-color-grey-light-background-color {
  background-color: var(--clr-grey-ligth);
}
.wp-block-group.has-color-grey-light-background-color + .has-color-grey-background-color > .wp-block-group__inner-container,
.vs-section.has-color-grey-light-background-color + .has-color-grey-background-color > .wp-block-group__inner-container,
.wp-block-cover.has-color-grey-light-background-color + .has-color-grey-background-color > .wp-block-group__inner-container {
  padding-top: 0 !important;
}
.wp-block-group.is-style-full-width .wp-block-group__inner-container,
.wp-block-group.is-style-full-width .vs-section__inner-container,
.vs-section.is-style-full-width .wp-block-group__inner-container,
.vs-section.is-style-full-width .vs-section__inner-container,
.wp-block-cover.is-style-full-width .wp-block-group__inner-container,
.wp-block-cover.is-style-full-width .vs-section__inner-container {
  max-width: 100%;
  padding: 0 !important;
}
.wp-block-group.has-color-white-color,
.vs-section.has-color-white-color,
.wp-block-cover.has-color-white-color {
  color: var(--font-clr-secondary);
}

::-moz-selection {
  background: rgba(43, 163, 213, 0.8);
  color: var(--clr-white);
}

::selection {
  background: rgba(43, 163, 213, 0.8);
  color: var(--clr-white);
}

::-moz-selection {
  background: rgba(43, 163, 213, 0.8);
  color: var(--clr-white);
}

/* Basic Styles for custom Visionaere Elements */
body {
  scrollbar-width: thin;
}

@media (min-width: 1052px) {
  :root {
    --padding-container-horizontal: var(--margin-02);
    --padding-container-vertical: var(--margin-03);
    --grid-gutter: var(--margin-02);
    --margin-bottom-section: var(--margin-05);
    --margin-top-section: var(--margin-05);
  }
}
.main {
  width: 100%;
  max-width: var(--container-max-width-wide);
  margin: 0 auto;
}

.main.search-page {
  padding: 0 24px;
}

.post {
  width: 100%;
  max-width: var(--container-max-width-wide);
  margin: 0 auto;
  padding: 50px 24px 0 24px;
}
.post .post-info {
  font-size: 20px;
  line-height: 32px;
  font-family: var(--font-primary-regular);
  padding: 10px 0;
}
.post .post-info strong {
  color: var(--clr-blue);
  font-size: 20px;
  line-height: 32px;
  font-family: var(--font-primary-semibold);
}
.post .post-content {
  max-width: var(--container-max-width-medium);
  margin: 0 auto;
}

.gmaps-full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  margin-bottom: -10px;
  padding-top: 10px;
}

@media (max-width: 1800px) {
  .post {
    padding: 200px 25px;
  }
}
@media (max-width: 1052px) {
  .post {
    padding: 100px 25px;
  }
}
.hero-header-big {
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  padding-bottom: 4rem;
}
.hero-header-big .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.hero-header-big .hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero-header-big .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(17, 22, 32, 0.1) 0%, rgba(17, 22, 32, 0.4) 50%, rgba(17, 22, 32, 0.85) 100%);
  pointer-events: none;
}
.hero-header-big .svg-overlay {
  position: absolute;
  bottom: 10vh;
  z-index: 2;
  width: 50%;
  left: 1vw;
}
.hero-header-big .hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.hero-header-big .hero-content {
  max-width: 700px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
.hero-header-big .hero-content .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.hero-header-big .hero-content .hero-title .text-highlight {
  color: #D2B48C;
}
@media (min-width: 768px) {
  .hero-header-big .hero-content .hero-title {
    font-size: 3.5rem;
  }
}
.hero-header-big .hero-content .hero-subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.5;
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero-header-big .hero-content .hero-subtitle {
    font-size: 1.25rem;
  }
}
.hero-header-big .hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-header-big .hero-actions .btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.2s ease;
  min-height: 44px;
}
.hero-header-big .hero-actions .btn-hero:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
.hero-header-big .hero-actions .btn-hero.btn-primary {
  background-color: #D2B48C;
  color: #fff;
  border: 2px solid #D2B48C;
}
.hero-header-big .hero-actions .btn-hero.btn-primary:hover {
  background-color: #d48e1b;
  border-color: #d48e1b;
}
.hero-header-big .hero-actions .btn-hero.btn-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.hero-header-big .hero-actions .btn-hero.btn-outline:hover {
  background-color: #ffffff;
  color: #111;
}

@media (max-width: 768px) {
  .hero-header-big {
    min-height: 60vh;
    align-items: center;
    padding-bottom: 2rem;
    padding-top: 80px;
  }
  .hero-header-big .hero-content {
    text-align: center;
  }
  .hero-header-big .hero-content .hero-actions {
    justify-content: center;
  }
}
.post-header-img {
  margin: 0 auto;
  max-width: 1200px;
}
.post-header-img img {
  border-radius: 25px;
}

.site-footer {
  background-color: #2e2e2e;
  color: #e0e0e0;
  font-family: "Open Sans", sans-serif;
  padding: 64px 0 32px;
  font-size: 16px;
  line-height: 1.6;
}
.site-footer p {
  color: #e0e0e0;
  font-size: 16px;
  line-height: 1.6;
}
.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.site-footer a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer a:focus-visible {
  outline: 2px solid #dca648;
  outline-offset: 4px;
  border-radius: 2px;
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .site-footer .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}
.site-footer .footer-widget .brand-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: 700;
}
.site-footer .footer-widget .widget-title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.site-footer .footer-widget address {
  font-style: normal;
}
.site-footer .footer-widget address p {
  margin-bottom: 8px;
}
.site-footer .footer-widget ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-widget ul.footer-menu li {
  margin-bottom: 12px;
}
.site-footer .footer-widget .social-links {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.site-footer .footer-widget .social-links a {
  color: #dca648;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.site-footer .footer-widget .social-links a svg {
  width: 30px;
  height: 30px;
}
.site-footer .footer-widget .social-links a:hover {
  color: #e8c588;
}
.site-footer .site-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  text-align: center;
  font-size: 14px;
  color: #c7c7c7;
}

.site-header {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
}
.site-header .header-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background-color: white;
  border-radius: 45px;
  background-color: rgba(255, 255, 255, 0.55);
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.site-header .header-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 200 200%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cfilter id=%27noiseFilter%27%3E%3CfeTurbulence type=%27fractalNoise%27 baseFrequency=%270.8%27 numOctaves=%273%27 stitchTiles=%27stitch%27/%3E%3C/filter%3E%3Crect width=%27100%25%27 height=%27100%25%27 filter=%27url%28%23noiseFilter%29%27 opacity=%271%27/%3E%3C/svg%3E");
  opacity: 0.14;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.site-header .header-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 1rem;
  color: #111620;
}
.site-header .header-brand:focus-visible {
  outline: 2px solid #D2B48C;
  outline-offset: 4px;
  border-radius: 4px;
}
.site-header .header-brand .brand-logo {
  display: flex;
  align-items: center;
}
.site-header .header-brand .brand-logo svg {
  height: 50px;
  width: auto;
  display: block;
}
.site-header .header-brand .brand-location {
  color: #6b7280;
  font-size: 0.95rem;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .site-header .header-brand .brand-location {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link {
  text-decoration: none;
  color: #6b7280;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s ease;
  position: relative;
  padding: 0.5rem 0;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link:hover {
  color: #111620;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link.current-menu-item, .site-header .main-navigation .nav-menu .nav-item .nav-link[aria-current=page] {
  color: #111620;
  font-weight: 600;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link:focus-visible {
  outline: 2px solid #D2B48C;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .site-header .header-cta {
    display: none;
  }
}
.site-header .header-cta .btn-cta {
  display: inline-block;
  background-color: #D2B48C;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
  font-size: 16px;
}
.site-header .header-cta .btn-cta:hover {
  background-color: #d48e1b;
}
.site-header .header-cta .btn-cta:active {
  transform: translateY(1px);
}
.site-header .header-cta .btn-cta:focus-visible {
  outline: 2px solid #111620;
  outline-offset: 2px;
}

body {
  padding-top: 80px;
}

.svg-overlay.aniOn svg path {
  stroke: #FFF;
  stroke-width: 2;
  fill: transparent;
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
  animation: drawAndFill 20s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes drawAndFill {
  /* VORWÄRTS: Pfad einzeichnen */
  0% {
    stroke-dashoffset: 2500;
    fill: transparent;
  }
  20% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  /* Füllung einblenden */
  25% {
    stroke-dashoffset: 0;
    fill: #FFF;
  }
  /* Pause - alles sichtbar */
  45% {
    stroke-dashoffset: 0;
    fill: #FFF;
  }
  /* RÜCKWÄRTS: Pfad startet rückwärts */
  50% {
    stroke-dashoffset: 0;
    fill: #FFF;
  }
  /* Pfad fast fertig ausgezeichnet, Fill bleibt noch */
  65% {
    stroke-dashoffset: 2500;
    fill: #FFF;
  }
  /* Fill blendet aus wenn Pfad fast weg ist */
  70% {
    stroke-dashoffset: 2500;
    fill: transparent;
  }
  /* Pause unsichtbar */
  100% {
    stroke-dashoffset: 2500;
    fill: transparent;
  }
}
.to-top-btn {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none; /* verhindert Klicks, wenn nicht sichtbar */
  position: fixed;
  bottom: 10%;
  right: 2%;
  width: 55px;
  height: 55px;
  z-index: 5;
}
.to-top-btn.fix {
  position: absolute;
  bottom: 390px;
  right: 2%;
}

.to-top-btn.visible {
  opacity: 1;
  pointer-events: auto;
}

.to-top-btn a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-mask-size: 30%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: block;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"15\"><path fill=\"%23fff\" fill-rule=\"nonzero\" d=\"M1 6a1 1 0 0 1-.707-1.707l4-4a1 1 0 0 1 1.414 0l4 4A1 1 0 0 1 9 6H6.5v8a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6z\"/></svg>");
  background-color: #EBA85C;
  transition: transform 0.2s;
}

.to-top-btn a {
  width: 100%;
  height: 100%;
  background: white;
  border: 1px solid #EBA85C;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
  border-radius: 50%;
}

.to-top-btn a:hover {
  background: #EBA85C;
  border-color: #EBA85C;
}

.to-top-btn a:hover:after {
  background: white;
  transform: translateY(-100%);
}

.to-top-btn a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-mask-size: 30%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: block;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"15\"><path fill=\"%23fff\" fill-rule=\"nonzero\" d=\"M1 6a1 1 0 0 1-.707-1.707l4-4a1 1 0 0 1 1.414 0l4 4A1 1 0 0 1 9 6H6.5v8a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6z\"/></svg>");
  background-color: white;
  transform: translateY(100%);
  transition: transform 0.2s;
  transition-delay: 0.1s;
}

.to-top-btn a:hover:before {
  transform: translateY(0);
}

@media (max-width: 900px) {
  .to-top-btn,
  .to-top-btn.visible {
    display: none;
    touch-action: none;
    opacity: 0;
  }
}
.accordion-section {
  padding: 4rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.accordion-section .accordion-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.accordion-section .accordion-main-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #111620;
  margin-bottom: 3rem;
}
.accordion-section .accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion-section .accordion-item {
  background-color: #ffffff;
  border-radius: 8px;
  /* https://smoothshadows.com/#djEsMiw2LDAuMDksMjQsMzIsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.09), 0px 4px 3px rgba(3, 7, 18, 0.07), 0px 8px 6px rgba(3, 7, 18, 0.06), 0px 14px 11px rgba(3, 7, 18, 0.04), 0px 22px 17px rgba(3, 7, 18, 0.03), 0px 32px 24px rgba(3, 7, 18, 0.01);
  border: 1px solid transparent;
  overflow: hidden;
}
.accordion-section .accordion-item .accordion-header {
  margin: 0;
}
.accordion-section .accordion-item .accordion-header .accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #111620;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.1rem;
  transition: color 0.2s ease;
}
.accordion-section .accordion-item .accordion-header .accordion-trigger .trigger-icon {
  display: flex;
  align-items: center;
  color: #111620;
  transition: transform 0.3s ease;
}
.accordion-section .accordion-item .accordion-header .accordion-trigger .trigger-icon svg {
  width: 20px;
  height: 20px;
}
.accordion-section .accordion-item .accordion-header .accordion-trigger:hover {
  color: #344463;
}
.accordion-section .accordion-item .accordion-header .accordion-trigger:focus-visible {
  outline: 2px solid #f5a623;
  outline-offset: -2px;
  background-color: #fafafa;
}
.accordion-section .accordion-item .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}
.accordion-section .accordion-item .accordion-content .accordion-inner-text, .accordion-section .accordion-item .accordion-content .accordion-inner-text p {
  overflow: hidden;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 1.5rem;
  transition: opacity 0.2s ease, padding-bottom 0.3s ease;
}
.accordion-section .accordion-item.is-open .accordion-trigger .trigger-icon {
  transform: rotate(180deg);
}
.accordion-section .accordion-item.is-open .accordion-content {
  grid-template-rows: 1fr;
}
.accordion-section .accordion-item.is-open .accordion-content .accordion-inner-text {
  opacity: 1;
  padding-bottom: 1.5rem;
}

.module-iconbox {
  padding: 80px 0;
  font-family: "Open Sans", sans-serif;
}
.module-iconbox .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.module-iconbox .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px auto;
}
.module-iconbox .section-header .section-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.module-iconbox .section-header .section-title .text-accent {
  color: #e6a338;
}
.module-iconbox .section-header .section-title .text-amp {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.1em;
  margin: 0 8px;
  color: #333333;
}
.module-iconbox .section-header .section-title .text-primary {
  color: #333333;
}
.module-iconbox .section-header .section-subtitle {
  font-size: 18px;
  color: #7a7a7a;
  line-height: 1.6;
  margin: 0;
}
.module-iconbox .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}
.module-iconbox .icon-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.module-iconbox .icon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.module-iconbox .icon-card .icon-circle {
  width: 80px;
  height: 80px;
  background-color: #f9f4ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
}
.module-iconbox .icon-card .icon-circle svg {
  width: 36px;
  height: 36px;
  color: #e6a338;
  fill: currentColor;
}
.module-iconbox .icon-card .card-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
  font-weight: 700;
}
.module-iconbox .icon-card .card-text {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 480px) {
  .module-iconbox .grid-wrapper {
    grid-template-columns: 1fr;
  }
  .module-iconbox .section-header .section-title {
    font-size: 28px;
  }
}

.location-module {
  padding: 80px 0;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
}
.location-module .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.location-module .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 64px auto;
}
.location-module .section-header .section-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #8b7355;
  margin-bottom: 24px;
  font-weight: 700;
}
.location-module .section-header .section-subtitle {
  font-size: 18px;
  color: #555555;
  line-height: 1.6;
}
.location-module .location-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 992px) {
  .location-module .location-content-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 64px;
  }
}
.location-module .text-column .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.location-module .text-column .feature-list .feature-item {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
.location-module .text-column .feature-list .feature-item:last-child {
  margin-bottom: 0;
}
.location-module .text-column .feature-list .feature-item .icon-wrapper {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background-color: #f4efe9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b7355;
}
.location-module .text-column .feature-list .feature-item .icon-wrapper svg {
  width: 28px;
  height: 28px;
}
.location-module .text-column .feature-list .feature-item .feature-content .feature-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #8b7355;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.location-module .text-column .feature-list .feature-item .feature-content p {
  margin: 0;
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
}
.location-module .text-column .btn-primary {
  display: inline-block;
  background-color: #8b7355;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.location-module .text-column .btn-primary:hover {
  background-color: #6b5942;
  transform: translateY(-2px);
}
.location-module .text-column .btn-primary:focus-visible {
  outline: 2px solid #8b7355;
  outline-offset: 4px;
}
.location-module .image-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 240px;
  gap: 16px;
  grid-auto-flow: dense;
}
.location-module .image-gallery-grid .gallery-item {
  margin: 0;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.location-module .image-gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.location-module .image-gallery-grid .gallery-item:hover img {
  transform: scale(1.05);
}
.location-module .image-gallery-grid:has(.gallery-item:nth-child(3)):not(:has(.gallery-item:nth-child(4))) .gallery-item:nth-child(1) {
  grid-column: 1;
  grid-row: span 1;
}
.location-module .image-gallery-grid:has(.gallery-item:nth-child(3)):not(:has(.gallery-item:nth-child(4))) .gallery-item:nth-child(2) {
  grid-column: 1;
}
.location-module .image-gallery-grid:has(.gallery-item:nth-child(3)):not(:has(.gallery-item:nth-child(4))) .gallery-item:nth-child(3) {
  grid-column: 1;
}
.location-module .image-gallery-grid:has(.gallery-item:nth-child(4)):not(:has(.gallery-item:nth-child(5))) .gallery-item:nth-child(1) {
  grid-row: span 1;
}
.location-module .image-gallery-grid:has(.gallery-item:nth-child(4)):not(:has(.gallery-item:nth-child(5))) .gallery-item:nth-child(4) {
  grid-row: span 1;
}
.location-module .image-gallery-grid .gallery-item:nth-child(3n+1) {
  grid-row: span 2;
}
@media (max-width: 768px) {
  .location-module .location-module .image-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }
  .location-module .location-module .image-gallery-grid .gallery-item {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

.is-style-rounded img {
  border-radius: 20px !important;
}

.availability-widget {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  font-family: "Open Sans", sans-serif;
  padding: 15px 15px 23px 15px;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  max-width: 750px;
  margin: 0 auto;
}
.availability-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 200 200%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cfilter id=%27noiseFilter%27%3E%3CfeTurbulence type=%27fractalNoise%27 baseFrequency=%270.8%27 numOctaves=%273%27 stitchTiles=%27stitch%27/%3E%3C/filter%3E%3Crect width=%27100%25%27 height=%27100%25%27 filter=%27url%28%23noiseFilter%29%27 opacity=%271%27/%3E%3C/svg%3E");
  opacity: 0.14;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.availability-widget .availability-widget-date {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.availability-widget .availability-widget-date input[type=date] {
  margin-top: 8px;
  padding: 12px 16px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  min-width: 200px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.availability-widget .availability-widget-date input[type=date]:focus {
  outline: none;
  border-color: #8b7355;
  box-shadow: 0 0 0 3px rgba(139, 115, 85, 0.2);
}
.availability-widget .availability-widget-date input[type=date]::-webkit-datetime-edit {
  padding: 0;
}
.availability-widget .RoomRaccoonButton2 {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: #8b7355;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(139, 115, 85, 0.4);
  height: auto;
  text-align: center;
}
.availability-widget .RoomRaccoonButton2:hover {
  background-color: #6b5942;
  transform: translateY(-2px);
}
.availability-widget .RoomRaccoonButton2:focus-visible {
  outline: 2px solid #333;
  outline-offset: 4px;
}
@media (max-width: 768px) {
  .availability-widget {
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
  }
  .availability-widget .availability-widget-date input[type=date] {
    width: 100%;
    box-sizing: border-box;
  }
  .availability-widget .RoomRaccoonButton2 {
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
  }
}

.contact-booking-section {
  padding: 80px 0;
  font-family: "Open Sans", sans-serif;
}
.contact-booking-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.contact-booking-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media (min-width: 992px) {
  .contact-booking-section .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
  }
}
.contact-booking-section .contact-info-col .contact-header {
  margin-bottom: 48px;
}
.contact-booking-section .contact-info-col .contact-header .section-title {
  font-size: 42px;
  color: #8b7355;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.contact-booking-section .contact-info-col .contact-header .section-intro {
  font-size: 18px;
  color: #999999;
  line-height: 1.6;
  max-width: 480px;
}
.contact-booking-section .contact-info-col .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-booking-section .contact-info-col .contact-list .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
}
.contact-booking-section .contact-info-col .contact-list .contact-item:last-child {
  margin-bottom: 0;
}
.contact-booking-section .contact-info-col .contact-list .contact-item .icon-circle {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fffbf4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eeb060;
}
.contact-booking-section .contact-info-col .contact-list .contact-item .icon-circle svg {
  width: 24px;
  height: 24px;
}
.contact-booking-section .contact-info-col .contact-list .contact-item .item-content {
  padding-top: 4px;
}
.contact-booking-section .contact-info-col .contact-list .contact-item .item-content .item-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 4px;
}
.contact-booking-section .contact-info-col .contact-list .contact-item .item-content .item-link,
.contact-booking-section .contact-info-col .contact-list .contact-item .item-content .item-text {
  font-size: 16px;
  color: #999999;
  text-decoration: none;
  line-height: 1.5;
  font-style: normal;
  display: block;
  transition: color 0.3s ease;
}
.contact-booking-section .contact-info-col .contact-list .contact-item .item-content a.item-link:hover {
  color: #eeb060;
}
.contact-booking-section .contact-form-col .form-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.09), 0px 4px 3px rgba(3, 7, 18, 0.07), 0px 8px 6px rgba(3, 7, 18, 0.06), 0px 14px 11px rgba(3, 7, 18, 0.04), 0px 22px 17px rgba(3, 7, 18, 0.03), 0px 32px 24px rgba(3, 7, 18, 0.01);
  border: 1px solid #f9f9f9;
}
.contact-booking-section .contact-form-col .form-card .form-headline {
  font-size: 24px;
  font-weight: 400;
  color: #8b7355;
  margin-bottom: 32px;
}
.contact-booking-section .contact-form-col .form-card form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-booking-section .contact-form-col .form-card form .form-row-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 576px) {
  .contact-booking-section .contact-form-col .form-card form .form-row-split {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-booking-section .contact-form-col .form-card form .form-row {
  width: 100%;
}
.contact-booking-section .contact-form-col .form-card form input[type=text],
.contact-booking-section .contact-form-col .form-card form input[type=email],
.contact-booking-section .contact-form-col .form-card form input[type=tel],
.contact-booking-section .contact-form-col .form-card form textarea {
  width: 100%;
  padding: 16px 20px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.contact-booking-section .contact-form-col .form-card form input[type=text]::-moz-placeholder, .contact-booking-section .contact-form-col .form-card form input[type=email]::-moz-placeholder, .contact-booking-section .contact-form-col .form-card form input[type=tel]::-moz-placeholder, .contact-booking-section .contact-form-col .form-card form textarea::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}
.contact-booking-section .contact-form-col .form-card form input[type=text]::placeholder,
.contact-booking-section .contact-form-col .form-card form input[type=email]::placeholder,
.contact-booking-section .contact-form-col .form-card form input[type=tel]::placeholder,
.contact-booking-section .contact-form-col .form-card form textarea::placeholder {
  color: #b0b0b0;
  opacity: 1;
}
.contact-booking-section .contact-form-col .form-card form input[type=text]:focus,
.contact-booking-section .contact-form-col .form-card form input[type=email]:focus,
.contact-booking-section .contact-form-col .form-card form input[type=tel]:focus,
.contact-booking-section .contact-form-col .form-card form textarea:focus {
  outline: none;
  border-color: #eeb060;
}
.contact-booking-section .contact-form-col .form-card form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-booking-section .contact-form-col .form-card form button[type=submit],
.contact-booking-section .contact-form-col .form-card form input[type=submit] {
  width: 100%;
  background-color: #eeb060;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}
.contact-booking-section .contact-form-col .form-card form button[type=submit]:hover,
.contact-booking-section .contact-form-col .form-card form input[type=submit]:hover {
  background-color: #dca648;
}
.contact-booking-section .contact-form-col .form-card .wpcf7-form p {
  margin: 0;
}
.contact-booking-section .contact-form-col .form-card .wpcf7-spinner {
  margin: 0;
}

@media (max-width: 768px) {
  .contact-booking-section {
    padding: 48px 0;
  }
  .contact-booking-section .contact-form-col .form-card {
    padding: 24px;
  }
  .contact-booking-section .contact-info-col .contact-header .section-title {
    font-size: 32px;
  }
}
.feature-list-section {
  padding: 3rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.feature-list-section .feature-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.feature-list-section .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2rem;
}
.feature-list-section .feature-item .feature-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111620;
}
.feature-list-section .feature-item .feature-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
}
.feature-list-section .feature-item .feature-desc p {
  margin: 0;
}
.feature-list-section .feature-item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.feature-list-section .feature-item .icon-wrapper img {
  display: block;
}
.feature-list-section.layout-vertical .feature-list {
  grid-template-columns: 1fr;
}
.feature-list-section.layout-vertical .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  text-align: left;
}
.feature-list-section.layout-vertical .feature-item .icon-wrapper {
  width: 50px;
  height: 50px;
}
.feature-list-section.layout-vertical .feature-item .icon-wrapper img {
  height: auto;
}
.feature-list-section.layout-horizontal .feature-list {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .feature-list-section.layout-horizontal .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .feature-list-section.layout-horizontal .feature-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.feature-list-section.layout-horizontal .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
.feature-list-section.layout-horizontal .feature-item .icon-wrapper {
  width: 80px;
  height: 80px;
  margin-bottom: 0.5rem;
}
.feature-list-section.layout-horizontal .feature-item .icon-wrapper img {
  height: auto;
}
.feature-list-section.layout-horizontal .feature-item .feature-title {
  margin-bottom: 1rem;
}

.room-grid-section {
  padding: 4rem 0;
  background-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.room-grid-section .room-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.room-grid-section .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111620;
  margin-bottom: 3rem;
}
.room-grid-section .room-grid {
  display: list-item;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .room-grid-section .room-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .room-grid-section .room-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.room-grid-section .room-item {
  display: flex;
}
.room-grid-section .room-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.room-grid-section .room-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.room-grid-section .room-card:focus-within {
  outline: 2px solid #f5a623;
  outline-offset: 4px;
}
.room-grid-section .room-card .card-image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f0f0f0;
}
.room-grid-section .room-card .card-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.room-grid-section .room-card .card-image-wrapper .image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e5e7eb;
}
.room-grid-section .room-card:hover .card-image-wrapper img {
  transform: scale(1.05);
}
.room-grid-section .room-card .card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.room-grid-section .room-card .card-content .card-date {
  font-size: 0.9rem;
  font-weight: 600;
  color: #d98e11;
  margin-bottom: 0.75rem;
  display: block;
}
.room-grid-section .room-card .card-content .card-title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111620;
}
.room-grid-section .room-card .card-content .card-title a {
  text-decoration: none;
  color: inherit;
}
.room-grid-section .room-card .card-content .card-title a.stretched-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.room-grid-section .room-card .card-content .card-title a:hover {
  color: #f5a623;
}
.room-grid-section .room-card .card-content .card-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
  margin-top: auto;
}
.room-grid-section .room-card .card-content .card-excerpt p {
  margin: 0;
}

.module-masonry-gallery {
  padding: 80px 0;
  background-color: #ffffff;
  width: 100%;
}
.module-masonry-gallery .container-large {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.module-masonry-gallery .gallery-header {
  text-align: center;
  margin-bottom: 48px;
}
.module-masonry-gallery .gallery-header .gallery-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #333333;
  font-weight: 700;
}
.module-masonry-gallery .masonry-grid {
  display: grid;
  gap: 24px;
  width: 100%;
}
.module-masonry-gallery .masonry-grid .gallery-item {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.module-masonry-gallery .masonry-grid .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.module-masonry-gallery .masonry-grid .gallery-item:hover img {
  transform: scale(1.04);
}
@media (min-width: 768px) {
  .module-masonry-gallery .masonry-grid[data-count="2"] {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 400px;
  }
  .module-masonry-gallery .masonry-grid[data-count="3"] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 250px);
  }
  .module-masonry-gallery .masonry-grid[data-count="3"] .item-1 {
    grid-area: 1/1/3/2;
  }
  .module-masonry-gallery .masonry-grid[data-count="3"] .item-2 {
    grid-area: 1/2/2/3;
  }
  .module-masonry-gallery .masonry-grid[data-count="3"] .item-3 {
    grid-area: 2/2/3/3;
  }
  .module-masonry-gallery .masonry-grid[data-count="4"] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, minmax(180px, 1fr));
  }
  .module-masonry-gallery .masonry-grid[data-count="4"] .item-1 {
    grid-area: 1/1/3/2;
  }
  .module-masonry-gallery .masonry-grid[data-count="4"] .item-2 {
    grid-area: 1/2/2/3;
  }
  .module-masonry-gallery .masonry-grid[data-count="4"] .item-3 {
    grid-area: 3/1/4/2;
  }
  .module-masonry-gallery .masonry-grid[data-count="4"] .item-4 {
    grid-area: 2/2/4/3;
  }
  .module-masonry-gallery .masonry-grid[data-count="5"] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 280px);
  }
  .module-masonry-gallery .masonry-grid[data-count="5"] .item-1 {
    grid-area: 1/1/3/2;
  }
  .module-masonry-gallery .masonry-grid[data-count="5"] .item-2 {
    grid-area: 1/2/2/3;
  }
  .module-masonry-gallery .masonry-grid[data-count="5"] .item-3 {
    grid-area: 1/3/2/4;
  }
  .module-masonry-gallery .masonry-grid[data-count="5"] .item-4 {
    grid-area: 2/2/3/3;
  }
  .module-masonry-gallery .masonry-grid[data-count="5"] .item-5 {
    grid-area: 2/3/3/4;
  }
}

@media (max-width: 767px) {
  .module-masonry-gallery {
    padding: 48px 0;
  }
  .module-masonry-gallery .gallery-header .gallery-title {
    font-size: 32px;
  }
  .module-masonry-gallery .masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
    gap: 16px;
  }
  .module-masonry-gallery .masonry-grid .gallery-item {
    grid-area: auto !important;
  }
}

/*# sourceMappingURL=main.css.map*/