@font-face {
  font-family: 'Mudstone';
  src: url('mudstone-sans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans';
  src: url('PT_Sans-Web-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  background: url('/images/bg.png') center top repeat;
  color: black;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #D98324;
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.3s ease-in-out;
}

.sticky-navbar.hidden {
  transform: translateY(-100%);
}

.sticky-navbar .navbar {
  background: transparent !important;
  box-shadow: none !important;
}

.sticky-navbar a {
  color: black;
  text-decoration: none;
  margin: 0 1rem;
  transition: color 0.3s ease;
  font-family: 'Mudstone', sans-serif;
  font-size: 1.25rem;
}

.sticky-navbar a:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.navbar-brand .navbar-item img {
  max-height: none !important;
  width: 150px !important;
  height: auto !important;
  display: flex;
  align-items: center;
}

.navbar-burger {
  cursor: pointer;
  margin-left: 0;
  display: flex;
  align-items: center;
}
.navbar-burger span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background-color: black;
}

@media screen and (max-width: 1024px) {
  .navbar-burger {
    display: block;
  }
  .navbar-menu {
    display: none;
  }
  .navbar-menu.is-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.hero.main_hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("/images/hero-1920.jpg") center center no-repeat;
  background-size: cover;
}

.hero-body.hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-main-image {
  display: none;
}

.hero.main_hero {
  background: url("/images/hero-1920.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .hero.main_hero {
    background: url("/images/hero-1920.jpg") center center no-repeat;
    background-size: cover;
  }
}

.box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  border-radius: 50px;
  height: 389px;
  margin: 1rem 0;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  padding: 0;
}

.box:hover {
  transform: scale(1.05);
}

.box img,
.box picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.has-border-yellow {
  border: 6px solid #f6ec32;
}
.has-border-pink {
  border: 6px solid #eab7d6;
}
.has-border-blue {
  border: 6px solid #68c6e0;
}

.box .button.is-large.is-fullwidth {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 44px 44px;
  margin: 0 !important;
}

.button {
  font-family: 'Mudstone', sans-serif;
  font-size: 1.25rem;
  background-color: #f6ec32;
  color: white;
  border: none;
  border-radius: 41px;
  padding: 1rem 2rem;
}

.button.is-fullwidth {
  width: 100%;
}

.section {
  padding: 3rem 1.5rem;
}

footer {
  background-color: #1f363d;
  color: white;
  padding: 2rem 1.5rem;
}

.rounded-image {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.text-highlight {
  background-color: #f6ec32;
  padding: 10px;
  border-radius: 10px;
  font-family: 'Mudstone', sans-serif;
  font-weight: bold;
}
.title {
  font-family: 'Mudstone', sans-serif;
}
.title.is-3 {
  color: black;
}
.image-box {
  border: 6px solid #f6ec32;
  border-radius: 50px;
  overflow: hidden;
  max-width: 550px;
  margin: 0 auto;
}

.social-media {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.social-media .button {
  background-color: #5c574f;
  border: none;
  padding: 15px;
  border-radius: 50%;
}
.social-media figure.image.is-64x64 {
  width: 80px;
  height: 80px;
}

form {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

form .input.is-medium,
form .textarea.is-medium {
  font-size: 1rem;
  padding: 0.75rem 1rem;
}

form .button.is-link.is-fullwidth {
  background-color: #5c574f;
  color: white;
  font-weight: 500;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .hero-logo {
    width: 80vw;
  }
}

.booking-hero .bwh-booking-box-filter-calendar-icon {
  display: none !important;
}

.booking-hero #bwh_booking_box_filter_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.booking-hero .bwh-booking-box-filter-feld {
  display: inline-block;
  line-height: 1.4;
  min-height: 2.8rem;
  font-size: 1.1rem;
  font-family: 'Mudstone', sans-serif;
  border: 2px solid #f6ec32;
  border-radius: 41px;
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #000;
  margin: 0;
  box-shadow: none;
}

.booking-hero #bwh_booking_box_find_button {
  cursor: pointer;
  background-color: #f6ec32;
  color: #fff;
  border: none;
  border-radius: 41px;
  font-family: 'Mudstone', sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.75rem 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.booking-hero #bwh_booking_box_find_button:hover {
  background-color: #e2db1d;
}

.booking-hero #bwh_booking_box_button_changeres {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .booking-hero h2.title {
    font-size: 1.4rem;
  }
  .booking-hero #bwh_booking_box_filter_wrap {
    gap: 0.5rem;
  }
  .booking-hero #bwh_booking_box_find_button {
    font-size: 1.15rem;
    padding: 0.65rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 1rem 1rem;
  }
}

@media (max-width: 768px) {
  #contactus.section {
    padding: 30px 0 !important;
  }
  #contactus.section .section-hero.is-small {
    margin-bottom: 1rem !important;
  }
}