/* CSS VARIABLES */
:root {
  --gold-cl: #e2c96c;
  --gold-cl2: #b4a056;
  --white-cl: #ffffff;
  --black-cl: #151515;
  --grey-cl: #888888;
  --light-grey-cl: #B9B8B8;
}

/* SMOOTH SCROLLING EFFECT */
html {
  scroll-behavior: smooth !important;
}

/* CUSTOM FONTS*/
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.spin-naker {
  font-family: "Spinnaker", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* CUSTOM FONT WEIGHTS*/
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}

/* CUSTOM FONT COLORS*/
.gold-cl {
  color: var(--gold-cl) !important;
}
.black-cl {
  color: var(--black-cl) !important;
}
.grey-cl {
  color: var(--grey-cl) !important;
}

/* CUSTOM LINE UNDER HEADER */
.custom-line::after {
  position: relative;
  content: '';
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 54px;
  height: 2px;
  background-color: var(--gold-cl) !important;
  display: block;
}

/* CUSTOM SELECTING COLOR */
::selection {
  color: #e2b40d !important;
  background: transparent !important;
}

/* OUR-APARTMENTS */
.zoom-hover {
  transition: all 0.4s ease;
}
.zoom-hover:hover {
  transform: scale(1.04);
}

/* BAD-MITTERNDORF */
.bad-mitterndorf .owl-nav .owl-prev {
  background-color: var(--gold-cl) !important;
  transform: translateX(30px);
}
.bad-mitterndorf .owl-nav .owl-prev:hover {
  background-color: var(--black-cl) !important;
  color: var(--gold-cl) !important;
}
.bad-mitterndorf .owl-nav .owl-next {
  background-color: var(--gold-cl) !important;
  transform: translateX(-30px);
}
.bad-mitterndorf .owl-nav .owl-next:hover {
  background-color: var(--black-cl) !important;
  color: var(--gold-cl) !important;
}
/* SUMMER-DISCOUNT */
.summer-discout-button {
  transition: all 0.4s ease;
  border: none;
}
.summer-discout-button:hover {
  background-color: #373737 !important;
}

/* CUSTOM BUTTONS */
.accordion-button.collapsed {
  background-color: transparent !important;
}

/*  =================
    HEADER WIDGET_001 
    =================  */
/* Custom styles */
.hero-button {
  display: inline-block;
  padding: 12px 38px;
  border-radius: 50px !important;
  transition: all 0.2s linear;
  background-color: white;
  opacity: 1;
  width: auto !important;
  text-align: center;
}
.hero-button:hover {
  opacity: 0.8;
}
.video-container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}
.video-container .hero-image {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  min-width: 101%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.19);
  z-index: 1;
}
.hero-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.40);
  z-index: 1;
}
.navbar-transparent-top {
  z-index: 2;
  background-color: #00000021 !important;
  height: 48px;
  width: 100%;
  position: relative;
}
.navbar {
  z-index: 2;
  background-color: transparent !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.small-text {
  font-size: 14px;
}
.hero-programs {
  border-style: solid;
  border-radius: 30px;
  border-width: 1px;
  border-color: white;
  color: white;
  background-color: transparent;
  transition: 0.3s all ease;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  top: 7px;
}
.hero-programs:hover {
  color: black;
  background-color: var(--gold-cl);
} 
.nav-item .nav-link {
  transition: all 0.5 ease;
  color: white !important;
}
.nav-item .nav-link:hover {
  color: var(--gold-cl) !important;
}

.navbar-collapse {
  background-color: #8888882E;
  backdrop-filter: blur(4px);
  border: none !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}
.dropdown {
  background-color: transparent !important;
  cursor: pointer;
}
.dropdown-menu {
  transition: all 0.3s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  color: #F3F5F6;
}
.dropdown-item {
  background-color: transparent !important;
  border-bottom-style: none;
  transition: all 0.2s ease-in-out;
  color: #F3F5F6;
  font-weight: 500;
}
.dropdown-item:hover {
  backdrop-filter: blur(8px);
  color: #e2c96c;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.dropdown-item:focus {
  backdrop-filter: blur(8px);
  color: #e2c96c;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.dropdown-toggle {
  transition: all 0.2s ease-in-out;
  color: #F3F5F6 !important;
}
.dropdown-toggle:hover {
  color: #e2c96c !important;
}

.custom-nav-link {
  transition: all 0.2s ease-in-out;
  color: #F3F5F6 !important;
}
.custom-nav-link:hover {
  color: #e2c96c !important;
}

.navbar-collapse {
  background-color: transparent;
  backdrop-filter: blur(10px);
  border: none !important;
  box-shadow: none;
}

@media (min-width: 768px) {
  .navbar-collapse {
    background-color: transparent;
    backdrop-filter: blur(0px);
    border: none !important;
    box-shadow: none;
  }
  .dropdown-menu {
    visibility: hidden;
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
    padding-top: 10px;
    padding-bottom: 10px;
    backdrop-filter: blur(4px);
    border: none !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  }
  
  .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}



/*  =================
    FOOTER WIDGET_001 
    =================  */
.footer-facebook-icon-hover {
  transition: 0.3s all ease;
  color: var(--grey-cl);
}
.footer-facebook-icon-hover:hover {
  color: white;
}
.footer-all-rights-reserved {
  color: var(--grey-cl);
  transition: 0.3s all ease;
}
.footer-all-rights-reserved:hover {
  color: var(--gold-cl);
}
.footer-link {
  transition: 0.3s all ease;
  color: var(--light-grey-cl);
  display: block;
}
.footer-link:hover {
  color: white;
}
.footer-book-now {
  border-style: solid;
  border-radius: 30px;
  border-width: 2px;
  border-color: white;
  color: white;
  background-color: transparent;
  transition: 0.3s all ease;
}
.footer-book-now:hover {
  color: black;
  background-color: white;
}
/* WRITE-TO-US */
.custom-form-label {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1.75em;
}
.custom-form-input, .custom-form-textarea {
  background-color: #f8f8f8 !important;
  color: #5c5c5c !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1) !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  width: 100%;
}
.custom-form-input:focus, .custom-form-textarea:focus {
  border: 2px solid var(--gold-cl) !important;
}
.custom-form-button {
  background-color: var(--gold-cl);
  border-radius: 50px;
  padding: 10px 30px;
  width: 100%;
  transition: all 0.3s ease;
  color: #fff;
  border: none;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}
.custom-form-button:hover {
  background-color: #e5ce7b;
}

.link-hover {
  color: var(--gold-cl) !important;
  transition: all 0.2s ease;
  font-weight: 600 !important;
}

.link-hover:hover {
  color: #e2b40d !important;
}

/* ADATKEZELÉSI TÁJÉKOZTATÓ */
.privacy-policy a {
  color: var(--gold-cl) !important;
  transition: all 0.2s ease;
}
.privacy-policy a:hover {
  color: #e2b40d !important;
}

.privacy-policy h1 {
  font-family: "Spinnaker", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.25em !important;
  color: var(--black-cl) !important;
}
.privacy-policy h2 {
  font-family: "Spinnaker", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.25em !important;
  color: var(--black-cl) !important;
}
.privacy-policy p {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.75em !important;
  color: var(--black-cl) !important;
  margin: 0 0 16px !important;
}

.privacy-policy strong,
.privacy-policy b {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.75em !important;
  color: var(--black-cl) !important;
}

.privacy-policy ul {
  padding-left: 50px !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.75em !important;
  color: var(--black-cl) !important;
  margin: 0 0 16px !important;
}
.privacy-policy table {
  max-width: 100% !important;
  background-color: transparent !important;
  border-collapse: collapse !important;
}
.privacy-policy .table2 {
  border: 1px solid black !important;
}
.privacy-policy tr {
  border: 1px solid black !important;
}
.privacy-policy td {
  border: 1px solid black !important;
  padding: 10px !important;
}
.privacy-policy .trcimsor {
  font-family: "Open Sans", Sans-serif !important;
  background-color: #cfcfcf !important;
  color: #333333 !important;
  font-weight: 600 !important;
}
.privacy-policy .trnormal {
  font-family: "Open Sans", Sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.75em !important;
}
@media (max-width: 768px) {
  .privacy-policy table {
    font-size: 14px !important;
  }
  .privacy-policy .table2 {
    font-size: 14px !important;
  }
  .privacy-policy tr {
    font-size: 14px !important;
  }
  .privacy-policy td {
    font-size: 14px !important;
  }
  .privacy-policy .trcimsor {
    font-size: 14px !important;
  }
  .privacy-policy .trnormal {
    font-size: 14px !important;
  }
}

/* FAQ */
.accordion-button {
  color: var(--black-cl) !important;
  transition: all 0.2s ease-in-out !important;
  font-family: "Open Sans", Sans-serif !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.accordion-button:hover {
  color: #5c5c5c !important;
}
.accordion-button:not(.collapsed) {
  color: var(--black-cl) !important;
  background-color: var(--gold-cl) !important;
}

.accordion-body {
  color: var(--black-cl) !important;
  font-family: "Open Sans", Sans-serif !important;
  font-weight: 300 !important;
}

.custom-oc-images img {
  height: 600px !important;
  width: 100% !important;
}

.custom-oc-images img {
  height: 600px !important;
  width: 100% !important;
}