@charset "UTF-8";
/* =========================
   Basic CSS Reset
   ========================= */
/* Box sizing überall sauber */
*, *::before, *::after {
  box-sizing: border-box; }

/* Default margins entfernen */
* {
  margin: 0;
  padding: 0; }

/* Grundlegende Body Defaults */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* Bilder & Medien responsive */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto; }

/* Formulare erben Schrift */
input, button, textarea, select {
  font: inherit; }

/* Links ohne Standard-Styling */
a {
  color: inherit;
  text-decoration: none; }

a, a:link, a:visited {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Listen ohne Punkte/Einrückung */
ul, ol {
  list-style: none; }

/* Überschriften einheitlich 
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}*/
/* Buttons neutralisieren */
button {
  background: none;
  border: none;
  cursor: pointer; }

/* Scroll-Verhalten smooth */
html {
  scroll-behavior: smooth; }

/* =========================
   Root
   ========================= */
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-primary: #4f46e5;
  --color-orange: #FF734F;
  --color-blue:#B3D0D9;
  --color-sand:#F4F0E8;
  --color-brown:#A79282;
  --color-grey:#4D4644;
  --icon-size: clamp(20px, 4vw, 100px); }

/* plus-jakarta-sans-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: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/plus-jakarta-sans-v12-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* plus-jakarta-sans-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: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/plus-jakarta-sans-v12-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* plus-jakarta-sans-500 - 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: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/plus-jakarta-sans-v12-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  font-family: 'OT Jubilee Platinum';
  font-weight: 200;
  font-style: normal;
  src: url("fonts/OTJubileePlatinum-XLt.woff2") format("woff2"); }
body {
  font-family: "Plus Jakarta Sans", "Franklin Gothic Bold", "Arial Black", "sans-serif";
  font-size: clamp(1.2rem, 1.1vw, 2rem);
  overflow-y: auto;
  background: var(--color-sand);
  overflow-x: hidden; }

p {
  margin-bottom: 1em; }

.fs-body-lg {
  font-size: clamp(1.5rem, 1.5vw, 2.3rem);
  line-height: 1.4;
  margin-bottom: 1.5em !important; }

h1, h2, h3 {
  font-family: "OT Jubilee Platinum";
  font-weight: 200; }

h1 {
  font-size: clamp(2.5rem, 4vw, 5rem);
  font-weight: 200;
  line-height: 1.1;
  margin-top: 7rem;
  margin-bottom: 2rem;
  padding-right: 20%; }
  @media (max-width: 1024px) {
    h1 {
      padding-right: 0; } }
  @media (max-width: 576px) {
    h1 {
      margin-top: 3rem;
      padding-right: 0; } }

.ratings h1 {
  padding-right: 0; }

h2 {
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 200;
  line-height: 1.2; }

.entry-content h2 a {
  text-decoration: none; }

blockquote h2 {
  text-indent: 4rem;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1.2;
  font-weight: 200;
  margin-top: 4rem;
  margin-block-start: 4rem !important;
  margin-bottom: 2rem;
  padding: 0 4rem 0 4rem; }
  @media (max-width: 576px) {
    blockquote h2 {
      padding: 0;
      margin-top: 2rem;
      margin-block-start: 2rem !important; } }

.entry-content ul {
  list-style: none;
  padding-left: 1em;
  margin-left: 0; }

.entry-content li {
  position: relative;
  margin-bottom: 0.2em; }

.entry-content li::before {
  content: "–";
  position: absolute;
  left: -1.2em; }

.wp-block-accordion-heading {
  border-top: 1px solid var(--color-black); }

.wp-block-accordion-heading__toggle-title {
  font-size: clamp(1.7rem, 2vw, 3.5rem); }

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none !important; }

.wp-block-accordion-heading__toggle-icon {
  font-size: clamp(1.7rem, 2vw, 3.5rem);
  font-family: "Plus Jakarta Sans";
  font-weight: 300; }

.wp-block-accordion-panel {
  padding-bottom: 2em; }

:root :where(.is-layout-flow) > * {
  /*margin-block-start: 0 !important;*/ }

.wp-block-columns {
  gap: 100px !important; }
  @media (max-width: 576px) {
    .wp-block-columns {
      gap: 25px !important; } }

.small .wp-block-columns {
  gap: 25px !important; }

.small h3, .small h2 {
  margin-block-start: 10px !important; }

.wp-block-column figure.small img {
  max-width: 75% !important; }
  @media (max-width: 576px) {
    .wp-block-column figure.small img {
      max-width: 100% !important; } }

.wp-block-column figure.center img {
  margin: 0 auto !important; }

.wp-block-column figure.center img {
  margin: 0 auto !important; }

.wp-block-column.col-top-m {
  margin-top: 2em; }
  @media (max-width: 576px) {
    .wp-block-column.col-top-m {
      margin-top: 0; } }

@media (max-width: 576px) {
  .wp-block-spacer.hide {
    display: none; } }

.menu-toggle {
  position: fixed;
  top: 0;
  right: 2em;
  z-index: 1000;
  display: flex;
  justify-content: center; }
  @media (max-width: 576px) {
    .menu-toggle {
      right: 1em; } }

.menu-toggle .icon-hamburger {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  cursor: pointer; }
  @media (max-width: 576px) {
    .menu-toggle .icon-hamburger {
      gap: 5px; } }
  .menu-toggle .icon-hamburger .line-1, .menu-toggle .icon-hamburger .line-2 {
    height: 3px;
    width: 60px;
    background-color: var(--color-white);
    transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (max-width: 576px) {
      .menu-toggle .icon-hamburger .line-1, .menu-toggle .icon-hamburger .line-2 {
        height: 2px;
        width: 30px; } }
  .menu-toggle .icon-hamburger .line-3 {
    height: 3px;
    width: 40px;
    background-color: var(--color-white);
    transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (max-width: 576px) {
      .menu-toggle .icon-hamburger .line-3 {
        height: 2px;
        width: 20px; } }
  .menu-toggle .icon-hamburger:hover .line-2 {
    width: 40px; }
    @media (max-width: 576px) {
      .menu-toggle .icon-hamburger:hover .line-2 {
        width: 30px; } }
  .menu-toggle .icon-hamburger:hover .line-3 {
    width: 60px; }
    @media (max-width: 576px) {
      .menu-toggle .icon-hamburger:hover .line-3 {
        width: 20px; } }

.menu-toggle.open .icon-hamburger .line-1 {
  transform: translateY(12px) rotate(45deg); }
  @media (max-width: 576px) {
    .menu-toggle.open .icon-hamburger .line-1 {
      transform: translateY(7px) rotate(45deg); } }
.menu-toggle.open .icon-hamburger .line-2 {
  width: 0px;
  transition: width 0s cubic-bezier(0.4, 0, 0.2, 1); }
.menu-toggle.open .icon-hamburger .line-3 {
  transform: translateY(-12px) rotate(-45deg);
  width: 60px; }
  @media (max-width: 576px) {
    .menu-toggle.open .icon-hamburger .line-3 {
      transform: translateY(-7px) rotate(-45deg);
      width: 30px; } }

header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, padding 0.4s ease; }

header.header.hidden {
  display: none; }

.header-center {
  display: flex;
  justify-content: center; }
  .header-center .logo {
    width: 100%;
    max-width: 480px; }
    @media (max-width: 576px) {
      .header-center .logo {
        width: 70%;
        max-width: 70%; } }
    @media (max-width: 1024px) {
      .header-center .logo {
        width: 70%;
        max-width: 300px; } }

header.compact {
  background: var(--color-orange); }

header.compact .header-center .logo {
  width: 100%;
  max-width: 300px; }
  @media (max-width: 576px) {
    header.compact .header-center .logo {
      width: 70%;
      max-width: 70%; } }

header.header {
  width: 100vw;
  display: flex;
  justify-content: center; }

.header-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0rem;
  padding: 0.5em; }
  @media (min-width: 576px) {
    .header-container {
      padding: 1em; } }
  @media (min-width: 1440px) {
    .header-container {
      padding: 1em; } }
  @media (max-width: 576px) {
    .header-container {
      grid-template-columns: 1fr; } }
  @media (max-width: 1024px) {
    .header-container {
      grid-template-columns: 1fr; } }

header.scrolled .header-container {
  padding: 0.5em; }
  @media (min-width: 576px) {
    header.scrolled .header-container {
      padding: 1em; } }
  @media (min-width: 1440px) {
    header.scrolled .header-container {
      padding: 0.5em; } }

@media (max-width: 576px) {
  .header-left {
    display: none; } }
@media (max-width: 1024px) {
  .header-left {
    display: none; } }

.header-right {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  color: var(--color-white); }
  @media (max-width: 576px) {
    .header-right {
      display: none; } }
  @media (max-width: 1024px) {
    .header-right {
      display: none; } }

.anchor-target {
  scroll-margin-top: 120px; }

.button, .wp-block-button .wp-block-button__link {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 1.1vw, 2rem);
  font-weight: 500;
  text-align: center;
  padding: 0 !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  border-radius: 1.5rem !important;
  background-color: var(--color-orange);
  color: var(--color-white);
  letter-spacing: .1rem; }

.button.content {
  font-size: clamp(1.2rem, 1.1vw, 2rem); }

.button.primary, .wp-block-button.is-style-fill .wp-block-button__link {
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
  text-decoration: none; }

header.compact .button.primary {
  background: none;
  border: 1px solid var(--color-white); }

header.compact .button.primary:hover {
  background: var(--color-sand);
  border: 1px solid var(--color-orange); }

.button.primary:hover, .wp-block-button.is-style-fill:hover .wp-block-button__link {
  background: var(--color-sand);
  color: var(--color-orange);
  border: 1px solid var(--color-orange); }

.button.outline, .wp-block-button.is-style-outline .wp-block-button__link {
  background: none;
  border: 1px solid var(--color-orange);
  color: var(--color-orange); }

.button.outline:hover, .wp-block-button.is-style-outline:hover .wp-block-button__link {
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
  color: var(--color-white); }

.button.ghost {
  background: transparent; }

#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  background-color: var(--color-orange);
  display: none;
  /*opacity: 0;*/
  z-index: 10000;
  color: var(--color-white);
  font-family: "OT Jubilee Platinum";
  font-weight: 300; }
  #menu #menu-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-content: center;
    width: 80vw;
    height: 100vh;
    margin: 0 auto; }
    @media (max-width: 576px) {
      #menu #menu-wrapper {
        width: 90vw; } }
    #menu #menu-wrapper .left, #menu #menu-wrapper .right {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    #menu #menu-wrapper .right .wp-block-image img {
      height: 80vh;
      width: auto; }
    @media (max-width: 576px) {
      #menu #menu-wrapper .right {
        display: none; } }
    #menu #menu-wrapper .primary {
      font-size: clamp(2.5rem, 4vw, 5rem); }
      #menu #menu-wrapper .primary li {
        line-height: 1.1;
        margin-top: .2em;
        display: flex;
        align-items: center; }
        #menu #menu-wrapper .primary li span {
          opacity: 0;
          transform: translateX(-90px);
          transition: transform 250ms cubic-bezier(0.15, 0.3, 0.2, 0.9);
          display: flex;
          padding-right: 10px; }
          #menu #menu-wrapper .primary li span img {
            width: 80px;
            height: auto; }
            @media (max-width: 576px) {
              #menu #menu-wrapper .primary li span img {
                width: 30px; } }
        #menu #menu-wrapper .primary li a {
          display: inline-block;
          transform: translateX(-90px);
          transition: transform 250ms cubic-bezier(0.15, 0.3, 0.2, 0.9); }
          @media (max-width: 576px) {
            #menu #menu-wrapper .primary li a {
              transform: translateX(-40px); } }
        #menu #menu-wrapper .primary li:hover a {
          transform: translateX(0); }
        #menu #menu-wrapper .primary li:hover span {
          transform: translateX(0);
          opacity: 1; }
    #menu #menu-wrapper .secondary {
      font-size: clamp(1.7rem, 2vw, 3.5rem);
      line-height: 1.2;
      margin-top: 2em; }
    @media (max-width: 576px) {
      #menu #menu-wrapper {
        grid-template-columns: repeat(1, 1fr); } }
  #menu #close-icon {
    text-align: right;
    margin-top: 20px;
    margin-left: clamp(10px, 2vw, 30px);
    width: var(--icon-size);
    height: var(--icon-size);
    display: flex;
    margin-right: auto;
    position: relative;
    z-index: 10005; }
    #menu #close-icon #icon {
      background-image: url(/wp-content/themes/falconsview/assets/close.svg);
      background-size: contain;
      transition: transform 300ms;
      cursor: pointer;
      display: block;
      height: 100%;
      width: 100%; }
    #menu #close-icon:hover #icon {
      transform: rotate(90deg); }
  #menu ul li {
    display: block;
    flex-wrap: wrap;
    color: var(--color-white);
    list-style: none;
    text-align: left;
    padding: 0 10px;
    /*overflow-x: auto;*/ }

main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

section.hero {
  padding: 0; }

.hero {
  position: relative;
  /*background: var(--color-primary);*/
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  @media (max-width: 576px) {
    .hero {
      height: 50vh; } }

.hero .overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, padding 0.4s ease;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  height: 25vh;
  z-index: 2; }
  @media (max-width: 576px) {
    .hero .overlay {
      height: 15vh; } }

.hero.scrolled .overlay {
  opacity: 0;
  visibility: hidden; }

.media-wrapper {
  position: relative;
  height: 100vh; }
  @media (max-width: 576px) {
    .media-wrapper {
      height: 50vh; } }

.hero .media-wrapper {
  position: relative;
  overflow: hidden; }

.bg-video,
.media-wrapper video,
.bg-image.placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

.bg-image.placeholder {
  z-index: 0; }

.bg-video,
.media-wrapper video {
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms linear; }

.bg-video.ready,
.media-wrapper video.ready {
  opacity: 1; }

@supports (object-fit: cover) {
  .bg-video,
  .media-wrapper video,
  .bg-image.placeholder {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    object-fit: cover; } }
section.ratings {
  padding: 0; }

.ratings {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 0rem;
  margin: 1em 0; }
  @media (max-width: 576px) {
    .ratings {
      display: none; } }

.ratings .item {
  text-align: center;
  border-right: 1px solid var(--color-black); }

.ratings .item h1 {
  font-size: clamp(1rem, 0.9vw, 1.7rem);
  font-weight: 500;
  font-family: "Plus Jakarta Sans";
  margin: 0; }

.ratings .item p {
  margin: 0; }

section {
  padding: 5vw 0 5vw 0; }
  @media (max-width: 1024px) {
    section {
      padding: 5vw 0 5vw 0; } }
  @media (max-width: 576px) {
    section {
      padding: 10vw 0 10vw 0; } }

section.main-content {
  padding: 0; }

.main-content {
  /*margin-top: $space-3;*/ }
  .main-content * p {
    margin-bottom: 1rem; }

.wp-block-accordion-item.is-layout-flow {
  margin-top: 0 !important; }

.roomswiper {
  background: var(--color-brown);
  color: var(--color-white);
  overflow: hidden; }

.main-content .alignfull.roomswiper > * {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  margin-left: 60px; }
  @media (max-width: 576px) {
    .main-content .alignfull.roomswiper > * {
      margin-left: 0; } }

.roomswiper .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 60px; }
  @media (max-width: 576px) {
    .roomswiper .heading {
      flex-direction: column;
      justify-content: flex-start;
      padding-right: 0; } }
  .roomswiper .heading h1 {
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 576px) {
      .roomswiper .heading h1 {
        margin-bottom: 1rem; } }

.roomswiper h2, .room-overview h2 {
  margin-top: .5em;
  line-height: 1em; }

.roomswiper .details, .room-overview .details {
  display: flex;
  align-items: center;
  margin-bottom: 1em; }

.my-swiper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 80px !important; }
  @media (max-width: 576px) {
    .my-swiper {
      padding-top: 2rem !important; } }

.swiper-wrapper {
  width: 100%;
  position: relative; }

.swiper-slide {
  overflow: hidden; }

/* Navigation Wrapper */
.swiper-nav {
  display: flex;
  gap: 10px; }

/* Swiper Defaults überschreiben */
.swiper-button-prev,
.swiper-button-next {
  position: relative !important;
  inset: auto !important;
  width: 50px;
  height: 50px;
  margin: 0 !important;
  margin-right: 1em !important; }
  @media (max-width: 576px) {
    .swiper-button-prev,
    .swiper-button-next {
      display: none !important; } }

/* Pfeil Icons */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  color: white; }

/* View all */
.swiper-button-all {
  font-size: clamp(1.2rem, 1.1vw, 2rem);
  text-decoration: underline dotted;
  text-transform: uppercase; }

.room-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  grid-column-gap: 2em;
  padding-left: 5vw;
  padding-right: 5vw; }
  @media (max-width: 1024px) {
    .room-overview {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .room-overview {
      grid-template-columns: repeat(1, 1fr); } }
  .room-overview .item {
    margin-bottom: 3em; }

.room-image {
  overflow: hidden; }

.room-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease;
  transform: scale(1); }

.item:hover .room-image img, .swiper-slide:hover .room-image img {
  transform: scale(1.035); }

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%; }
  @media (max-width: 576px) {
    .form-row {
      grid-template-columns: 1fr; } }
  .form-row input, .form-row textarea {
    width: 100%; }

.form-row.long {
  grid-template-columns: 1fr;
  gap: 0; }

footer {
  width: 100vw;
  color: var(--color-white);
  background: var(--color-orange);
  margin-top: 7vw;
  padding: 2em; }
  @media (min-width: 576px) {
    footer {
      padding: 4em; } }
  @media (min-width: 1440px) {
    footer {
      padding: 6em; } }

.footer-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }

.logo-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center; }
  @media (max-width: 576px) {
    .logo-container {
      grid-template-columns: repeat(1, 1fr);
      margin-top: 1rem; } }

footer .logo-container .line {
  width: 80%;
  height: 1px;
  background: var(--color-white); }
  @media (max-width: 576px) {
    footer .logo-container .line {
      display: none; } }

footer .logo-container .line.right, .content-container .right {
  margin-left: 20%; }
  @media (max-width: 576px) {
    footer .logo-container .line.right, .content-container .right {
      margin-left: 0;
      margin-top: 1rem; } }

footer .content-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center; }
  @media (max-width: 576px) {
    footer .content-container {
      grid-template-columns: repeat(1, 1fr); } }

footer .content-container .left, .content-container .right {
  width: 80%;
  text-align: center; }
  @media (max-width: 576px) {
    footer .content-container .left, .content-container .right {
      width: 100%; } }

footer .content-container .right {
  font-size: clamp(2.5rem, 4vw, 5rem);
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "OT Jubilee Platinum"; }
  footer .content-container .right p {
    margin-bottom: 0; }

footer .content-container .center {
  width: 1px;
  height: 80%;
  background: var(--color-white);
  margin: 0 auto; }
  @media (max-width: 576px) {
    footer .content-container .center {
      display: none; } }
