@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Clients.Shared/Clients.Shared.2a4jux0irj.bundle.scp.css';
@import '_content/PMS.Blazor.Shared/PMS.Blazor.Shared.t2d5mmh733.bundle.scp.css';
@import '_content/Softtec.Blazor/Softtec.Blazor.jqd7c5xrdd.bundle.scp.css';
@import '_content/Softtec.Components/Softtec.Components.dvekkv5yd3.bundle.scp.css';

/* _content/IBE.Blazor.Server/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-otjybqewcj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-otjybqewcj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/IBE.Blazor.Server/Features/00_Embedded/Embedded.razor.rz.scp.css */

.search-btn[b-z4mi78bp0r] {
  border: 1px solid var(--softtec-white);
  border-radius: 20px;
  background-color: var(--light-transparent3);
  width: fit-content;
  margin: auto;
  display: flex;
  padding: .5rem 2.5rem;
  color: var(--softtec-white);
  align-items: center;
  gap: .5rem;
  margin: 0 auto;
  width: 32rem;
  line-height: .8rem;
  justify-content: center;
}


.search-btn[b-z4mi78bp0r] {
  height: 8rem;
  line-height: unset;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: large;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  box-shadow: var(--dark-transparent1) 0px 4px 30px;
  font-family: var(--font-semibold);
  border: 1px solid var(--light-transparent3);
}

  .search-btn:disabled[b-z4mi78bp0r] {
    cursor: not-allowed;
    opacity: .7;
  }

  .search-btn:not(:disabled):hover[b-z4mi78bp0r] {
    cursor: pointer;
    background-color: transparent;
  }


@media (max-width: 605px) {

  .search-btn[b-z4mi78bp0r] {
    height: 4rem;
    font-size: var(--font-size-13);
    margin-top: 2rem;
    margin-bottom: 1.6rem;
    border-radius: 1rem;
    width: 25.9rem;
  }
}
/* _content/IBE.Blazor.Server/Features/01_LandingPage/01_Occupancy/ImageCarousel.razor.rz.scp.css */
.carousel-wrapper[b-8r0ovdfmvn] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.carousel-bg[b-8r0ovdfmvn] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: opacity 1s ease-in-out;
}

.overlay-content[b-8r0ovdfmvn] {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* _content/IBE.Blazor.Server/Features/01_LandingPage/01_Occupancy/Occupancy.razor.rz.scp.css */
.occupancy-container[b-xgkf4pqooc] {
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--softtec-white);
  padding: 0;
  position: relative;
  max-height: 100vh;
  max-height: var(--doc-height);
  min-height: 100vh;
  min-height: var(--doc-height);
  display: flex;
  flex-direction: column;
}

[b-xgkf4pqooc] .occupancy-form {
  min-height: inherit;
}

.occupancy-footer[b-xgkf4pqooc] {
  position: relative;
}

.search-btn[b-xgkf4pqooc] {
  border: 1px solid var(--softtec-white);
  border-radius: .8rem;
  background: rgba(255, 255, 255, 0.40);
  margin: auto;
  display: flex;
  padding: .5rem 2.5rem;
  color: var(--softtec-white);
  align-items: center;
  gap: .5rem;
  margin: 0 auto 2rem auto;
  width: 30rem;
  justify-content: center;
  height: 8rem;
  line-height: unset;
  font-size: 20px;
  backdrop-filter: blur(6px);
  box-shadow: var(--dark-transparent1) 0px 4px 30px;
  font-family: var(--font-semibold);
  border: 2px solid var(--light-transparent3);
  margin-bottom: 10rem;
}

.hotel-name-mobile[b-xgkf4pqooc] {
  display: none;
  font-size: var(--font-size-12);
}

.hotel-address[b-xgkf4pqooc] {
  margin-bottom: 2rem;
  text-align: center;
  font-size: var(--font-size-12);
}

.search-btn:disabled[b-xgkf4pqooc] {
  cursor: not-allowed;
  opacity: .7;
}

.search-btn:not(:disabled):hover[b-xgkf4pqooc] {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.20);
}

label:empty[b-xgkf4pqooc],
div:empty[b-xgkf4pqooc] {
  display: none;
}

/*#region media*/

@media (max-width: 605px) {
  .occupancy-footer[b-xgkf4pqooc] {
    bottom: 1rem;
    position: absolute;
    right: 0;
    left: 0;
  }

  .search-btn[b-xgkf4pqooc] {
    height: 4rem;
    margin-top: 2rem;
    margin-bottom: 1.6rem;
    border-radius: 1rem;
    width: 18rem;
    font-size: var(--font-size-14);
  }

  .hotel-address[b-xgkf4pqooc] {
    margin-bottom: 0;
  }

  .hotel-name[b-xgkf4pqooc] {
    display: none;
  }

  .hotel-name-mobile[b-xgkf4pqooc] {
    display: block;
    text-align: center;
    line-height: 2rem;
  }
}
/*#endregion*/
/* _content/IBE.Blazor.Server/Features/01_LandingPage/01_Occupancy/OccupancyEntries/OccupancyEntries.razor.rz.scp.css */
.occupancy-grid[b-q3bg2ogn1s] {
  min-height: inherit;
  max-width: 100vw;
  background-color: var(--dark-transparent-background);
  position: relative;
  display: flex;
  max-height: 100vh;
  max-height: var(--doc-height);
  overflow-y: auto;
  scrollbar-width: none;
  flex-direction: column;
  z-index: 1;
}

.occupancy-card[b-q3bg2ogn1s] {
  background: var(--light-transparent1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: .8rem;
  box-shadow: 0 4px 30px var(--dark-transparent1);
  border: 1px solid var(--light-transparent3);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 50vw;
  max-height: calc(100vh - 31rem);
  max-height: calc(var(--doc-height) - 31rem);
}

.occupancy-header[b-q3bg2ogn1s] {
  padding: 0 5rem;
  white-space: pre-wrap;
  margin-bottom: 1rem;
  margin-top: 1rem;
  align-self: center;
  white-space: pre-wrap;
  width: fit-content;
  flex: 1;
  min-width: 100%;
}

  .occupancy-header .font-softtec-bold[b-q3bg2ogn1s] {
    overflow: auto;
    line-height: 3rem;
    max-height: 25rem;
    scrollbar-width: none;
  }

.occupancy-body[b-q3bg2ogn1s] {
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
}

  .occupancy-body .d-grid[b-q3bg2ogn1s] {
    scrollbar-width: none;
  }

.occupancy-counter[b-q3bg2ogn1s], .occupancy-item-child[b-q3bg2ogn1s] {
  flex: 1;
  padding: 1rem;
  min-width: 22.5rem;
}

  .occupancy-counter .font-size-14[b-q3bg2ogn1s] {
    line-height: 3rem;
  }

.occupancy-btns-container:first-child[b-q3bg2ogn1s] {
  flex: 1;
  margin-right: 1rem;
  align-self: center;
}

.counter-btn[b-q3bg2ogn1s] {
  border: 1px solid var(--softtec-white);
  border-radius: .8rem;
  background-color: var(--light-transparent3);
  color: white;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: small;
}

  .counter-btn:not(:disabled):hover[b-q3bg2ogn1s] {
    cursor: pointer !important;
    background-color: transparent;
  }

  .counter-btn:disabled[b-q3bg2ogn1s] {
    cursor: not-allowed !important;
    opacity: .6;
  }


.add-room-btn[b-q3bg2ogn1s] {
  border: 1px solid var(--softtec-white);
  border-radius: 0.5rem;
  background-color: var(--light-transparent3);
  width: fit-content;
  margin: auto;
  display: flex;
  padding: .5rem 2.5rem;
  color: var(--softtec-white);
  align-items: center;
  gap: .5rem;
  margin: 0 auto;
  width: 32rem;
  line-height: .8rem;
  justify-content: center;
}

.add-room-btn[b-q3bg2ogn1s] {
  margin: 1rem auto 0 auto;
  padding: .5rem 1rem;
  width: 20rem;
  min-height: 3rem;
}

  .add-room-btn:hover[b-q3bg2ogn1s] {
    cursor: pointer;
    background-color: transparent;
  }

.occupancy-card:not(.has-children)[b-q3bg2ogn1s] {
  width: 64.4rem;
}

.occupancy-counter-container[b-q3bg2ogn1s],
.occupancy-item-children-container[b-q3bg2ogn1s] {
  border: 1px solid var(--softtec-white);
  border-radius: .8rem;
  background-color: var(--light-transparent2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: .5rem;
}

.occupancy-item-children-container[b-q3bg2ogn1s] {
  border-top: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.occupancy-item-child[b-q3bg2ogn1s] {
  flex: unset;
}

.occupancy-item[b-q3bg2ogn1s] {
  position: relative;
  padding: 0 4rem 2rem 5rem;
}
.occupancy-item:first-child[b-q3bg2ogn1s] {
    margin-top: 2.5rem;
}

.delete-occupancy-btn[b-q3bg2ogn1s] {
  border-radius: 5rem;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: -1.5rem;
  right: 2.5rem;
  background-color: var(--softtec-white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 5px 0 var(--light-transparent3);
  color: var(--softtec-medium-blue1);
  font-size: var(--font-size-16);
  border: none;
}

  .delete-occupancy-btn:hover[b-q3bg2ogn1s] {
    cursor: pointer;
  }

.occupancy-counter:first-child[b-q3bg2ogn1s] {
  border-bottom: none;
  border-right: 1px solid var(--softtec-white);
  padding: 1rem 1.5rem 1rem 1rem;
}

  .occupancy-counter:first-child:last-child[b-q3bg2ogn1s] {
    border-right: none;
    grid-column: span 2;
  }

.occupancy-counter:last-child[b-q3bg2ogn1s] {
  padding: 1rem 1rem 1rem 1.5rem;
}

label:empty[b-q3bg2ogn1s],
div:empty[b-q3bg2ogn1s] {
  display: none;
}

.child-level-select[b-q3bg2ogn1s] {
  height: 3rem;
  border-radius: 5px;
  padding-right: 1rem;
  border: 1px solid var(--softtec-white);
  background-color: var(--light-transparent3);
  color: var(--softtec-white);
  padding: 0 1rem;
  border-radius: 8px;
  font-family: var(--font-medium);
  font-size: var(--foct-size-14);
  cursor: pointer;
}

  .child-level-select option[b-q3bg2ogn1s] {
    background-color: var(--softtec-dark-grey);
    font-family: var(--font-regular);
    font-size: var(--font-size-12);
  }

  .child-level-select:focus-visible[b-q3bg2ogn1s],
  .child-level-select:focus[b-q3bg2ogn1s] {
    outline: 0;
  }

  .child-level-select:hover[b-q3bg2ogn1s] {
    box-shadow: 0 0 1px 1px var(--light-transparent3);
    cursor: pointer;
  }

.occupancy-item-child:nth-child(odd)[b-q3bg2ogn1s] {
  border-right: 1px solid var(--softtec-white) !important;
  padding: .5rem 1.5rem 1rem 1rem;
}

.occupancy-item-child:nth-child(n + 3)[b-q3bg2ogn1s] {
  border-top: 1px solid var(--softtec-white);
}

.occupancy-item-child:nth-child(even)[b-q3bg2ogn1s] {
  padding: .5rem 1rem 1rem 1.5rem;
}


/*#region media*/
@media (max-width: 520px) {
  .occupancy-item.font-size-14[b-q3bg2ogn1s] {
    font-size: var(--font-size-12);
  }

  .occupancy-item[b-q3bg2ogn1s] {
    padding: 0 1rem 2rem 2rem;
  }

  .delete-occupancy-btn[b-q3bg2ogn1s] {
    right: 0rem;
    top: -2.3rem;
  }
}

@media (max-width: 1670px) {
  .occupancy-card.has-children[b-q3bg2ogn1s] {
    max-width: 70vw;
  }
}

@media (max-width: 1500px) {
  .occupancy-card.has-children[b-q3bg2ogn1s] {
    max-width: 80vw;
  }
}

@media (max-width: 1240px) {
  .occupancy-card[b-q3bg2ogn1s] {
    max-width: calc(100vw - 17rem);
  }
}

@media (max-width: 1090px) {
  .occupancy-card[b-q3bg2ogn1s] {
    max-width: calc(100vw - 4rem);
  }

  .occupancy-item-child[b-q3bg2ogn1s] {
    min-width: 50%;
  }
}

@media (max-width: 960px) {
  .occupancy-counter-container[b-q3bg2ogn1s] {
    min-width: unset;
  }

  .occupancy-item-children-container[b-q3bg2ogn1s] {
    grid-template-columns: 1fr;
  }

  .occupancy-item-children-container .child-level-select[b-q3bg2ogn1s], [b-q3bg2ogn1s] .occupancy-item-children-container .child-level-select {
    width: 100%;
  }

  .occupancy-item-child[b-q3bg2ogn1s], .occupancy-item-child:nth-child(odd)[b-q3bg2ogn1s] {
    border-top: none !important;
    border-right: none !important;
  }

    .occupancy-item-child:nth-child(even)[b-q3bg2ogn1s] {
      padding-left: 1rem;
    }

    .occupancy-item-child:nth-child(odd)[b-q3bg2ogn1s] {
      padding-right: 1rem;
    }
}

@media (max-width: 605px) {
    .occupancy-grid[b-q3bg2ogn1s] {
        padding: 1rem;
        display: flex;
        justify-content: center;
        padding-bottom: 20rem !important;
    }

    .occupancy-card[b-q3bg2ogn1s], .occupancy-card.has-children[b-q3bg2ogn1s] {
        width: 100%;
        max-height: calc(100vh - 21rem);
        max-height: calc(var(--doc-height) - 21rem);
        margin: 0 0 0 0;
        max-width: calc(100vw - 2rem);
    }

  .occupancy-counter:first-child:last-child[b-q3bg2ogn1s] {
    border-right: 1px solid var(--softtec-white);
  }

  .occupancy-header[b-q3bg2ogn1s] {
    padding: 0 1rem; 
  }

  .occupancy-header .font-softtec-bold[b-q3bg2ogn1s] {
    font-size: var(--font-size-16);
    padding: 0 1.5rem;
    line-height: 2rem;
    max-height: 15rem;
  }

  .occupancy-counter-container[b-q3bg2ogn1s] {
    grid-template-columns: 1fr;
    border: none;
    background-color: transparent;
    gap: .5rem;
    padding: 0;
  }

  .occupancy-counter[b-q3bg2ogn1s] {
    background-color: var(--light-transparent2);
    border: 1px solid var(--softtec-white);
    border-radius: .6rem;
    padding: 1rem !important;
  }

  .add-room-btn[b-q3bg2ogn1s] {
    width: 18rem;
  }

  .occupancy-item-children-container[b-q3bg2ogn1s] {
    padding: 0;
  }

  .occupancy-counter:first-child[b-q3bg2ogn1s] {
    border-bottom: 1px solid var(--softtec-white);
  }
}

@media (min-width: 1200px) {
  .occupancy-card.has-children[b-q3bg2ogn1s] {
    width: 90rem;
  }
}
/*#endregion*/
/* _content/IBE.Blazor.Server/Features/01_LandingPage/02_PriceCalendar/PriceCalendar.razor.rz.scp.css */
/* ==============================
   Grundstruktur / Layout
   ============================== */

[b-2ibi22mg8q] .dots-loader {
  position: unset !important;
  top: unset !important;
  left: unset !important;
  transform: unset !important;
  margin-top: .5rem;
}

.content[b-2ibi22mg8q] {
  min-height: 100vh;
  max-height: 100vh;
  min-height: var(--doc-height);
  max-height: var(--doc-height) - 5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
}

.calender-content[b-2ibi22mg8q] {
  box-sizing: border-box;
  background: var(--softtec-white);
  border-radius: 8px;
  padding: 1rem;
  height: calc(var(--doc-height) - 4.5rem);
  -webkit-overflow-scrolling: touch;
}

.calendar-container[b-2ibi22mg8q] {
  display: flex;
  gap: 2rem;
  overflow-y: auto;
  max-height: calc(100% - 4rem);
  scrollbar-width: none;
}

.calendar-month[b-2ibi22mg8q] {
  flex: 1;
}

.calendar-header[b-2ibi22mg8q] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calendar-header-button[b-2ibi22mg8q] {
  font-size: 3rem;
  color: var(--softtec-medium-blue1);
  border: none;
  background-color: unset;
  cursor: pointer;
}

  .calendar-header-button:hover[b-2ibi22mg8q] {
    color: var(--softtec-dark-blue);
  }


.calender-headline h3[b-2ibi22mg8q] {
  color: var(--softtec-dark-blue);
  font-family: var(--font-medium);
  background-color: var(--softtec-light-blue2);
  text-align: center;
  justify-content: space-between;
  padding: 0.5rem;
  margin: 1rem auto;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.disabled-arrow[b-2ibi22mg8q], .calendar-header-button:disabled[b-2ibi22mg8q],
.disabled-arrow[b-2ibi22mg8q], .month-navigation-mobil-button:disabled[b-2ibi22mg8q] {
  color: var(--softtec-light-blue1);
  opacity: 0.6;
  cursor: default;
}

/* ==============================
   Header / Navigation
   ============================== */
.navigation-bar[b-2ibi22mg8q] {
  display: flex;
  gap: 2rem;
}

.calendar-header[b-2ibi22mg8q],
.month-bar[b-2ibi22mg8q],
.year-navigation[b-2ibi22mg8q] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.calendar-header[b-2ibi22mg8q] {
  justify-content: space-between;
  font-size: var(--font-size-12);
}

.mobile-calendar-header[b-2ibi22mg8q],
.calendar-mobile-header[b-2ibi22mg8q] {
  display: none;
}

.month-button[b-2ibi22mg8q],
.year-button[b-2ibi22mg8q] {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: var(--softtec-medium-blue2);
  font-size: var(--font-size-14);
}

  .month-button.selected[b-2ibi22mg8q],
  .year-button.active[b-2ibi22mg8q] {
    font-weight: bold;
    color: var(--softtec-dark-blue);
  }

.month-navigation-mobil[b-2ibi22mg8q] {
  display: none;
}

/* ==============================
   Kalender-Zellen (Grid + Zellen)
   ============================== */
.calendar-grid[b-2ibi22mg8q] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  grid-template-rows: repeat(5, minmax(14rem, 1fr));
  align-items: stretch;
  justify-items: stretch;
  min-height: calc(var(--doc-height) - 20rem);
}

.calendar-cell[b-2ibi22mg8q] {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 1rem 0.5rem 0.5rem;
  border: 1px solid;
  border-radius: .8rem;
  background: var(--softtec-white);
  color: var(--softtec-medium-blue1);
  cursor: pointer;
  position: relative;
  line-height: normal;
  overflow: hidden;
}

  .calendar-cell:not(.selected):hover[b-2ibi22mg8q] {
    background-color: var(--softtec-light-blue1);
  }

  .calendar-cell.selected[b-2ibi22mg8q],
  .calendar-cell.selected.range-single[b-2ibi22mg8q],
  .calendar-cell.selected.range-start[b-2ibi22mg8q],
  .calendar-cell.selected.range-end[b-2ibi22mg8q] {
    border: none;
    background-color: var(--softtec-medium-blue1) !important;
    color: var(--softtec-white) !important;
    cursor: default;
  }

.calendar-grid .calendar-cell.selected[b-2ibi22mg8q] {
  margin-left: 0;
  margin-right: 0;
}

.calendar-cell:has(.arrival-restricted):hover[b-2ibi22mg8q],
.calendar-cell:has(.not-bookable):hover[b-2ibi22mg8q],
.calendar-cell.not-bookable:hover[b-2ibi22mg8q],
.calendar-cell:has(.prebooking-min):hover[b-2ibi22mg8q],
.calendar-cell:has(.prebooking-max):hover[b-2ibi22mg8q],
.calendar-cell:has(.tooltiptext[style*="background-color: var(--softtec-restriction-red)"]):hover[b-2ibi22mg8q] {
  background-color: unset !important;
  cursor: default !important;
}

.calendar-cell:has(.arrival-restricted):hover[b-2ibi22mg8q],
.calendar-cell:has(.stay-min):hover[b-2ibi22mg8q],
.calendar-cell:has(.stay-max):hover[b-2ibi22mg8q],
.calendar-cell:has(.booking-locked):hover[b-2ibi22mg8q],
.calendar-cell:has(.departure-restricted):hover[b-2ibi22mg8q],
.calendar-cell:has(.prebooking-min):hover[b-2ibi22mg8q],
.calendar-cell:has(.prebooking-max):hover[b-2ibi22mg8q],
.calendar-cell:has(.stay-max-exceeded):hover[b-2ibi22mg8q],
.calendar-cell:has(.stay-min-notreached):hover[b-2ibi22mg8q] {
  background-color: var(--softtec-light-blue1);
}

/* ==============================
   Leere / vergangene Tage
   ============================== */
.calendar-cell.empty[b-2ibi22mg8q] {
  background: transparent !important;
  border: none;
  cursor: default;
}

  .calendar-cell.empty:hover[b-2ibi22mg8q] {
    background: transparent !important;
  }

.calendar-cell.past-day:not(.selected)[b-2ibi22mg8q] {
  background: var(--softtec-white);
  color: #999999ad;
  border: 1px solid #999999ad;
  cursor: default;
}

  .calendar-cell.past-day:not(.selected):hover[b-2ibi22mg8q] {
    background: var(--softtec-white);
  }

.calendar-cell.disabled-before[b-2ibi22mg8q] {
  background-color: var(--softtec-white);
  color: #999999ad;
  cursor: default;
  border: none;
  pointer-events: none;
  border: 1px solid #999999ad;
}

.calendar-cell.disabled[b-2ibi22mg8q],
.calendar-cell.disabled-before-selection[b-2ibi22mg8q] {
  cursor: default;
  border: 1px solid #999999ad;
}

/* =========================================
   Hover-Vorschau (zwischen Arrival & Hover)
   ========================================= */

.calendar-cell.preview-range:not(.has-restriction)[b-2ibi22mg8q] {
  background-color: rgba(83, 109, 145, 0.15) !important;
  border: 2px solid var(--softtec-medium-blue1) !important;
  color: var(--softtec-medium-blue1) !important;
  box-shadow: inset 0 0 0 1px var(--softtec-medium-blue1);
  transition: all 0.15s ease-in-out;
}

.calendar-cell.preview-end[b-2ibi22mg8q] {
  background-color: rgba(83, 109, 145, 0.25) !important;
  border: 2px solid var(--softtec-medium-blue1) !important;
  color: var(--softtec-medium-blue1) !important;
}

  .calendar-cell.preview-range:hover[b-2ibi22mg8q],
  .calendar-cell.preview-end:hover[b-2ibi22mg8q] {
    background-color: rgba(83, 109, 145, 0.25) !important;
    border: 2px solid var(--softtec-medium-blue1);
    color: var(--softtec-medium-blue1) !important;
  }

  .calendar-cell.preview-range.restricted[b-2ibi22mg8q],
  .calendar-cell.preview-end.restricted[b-2ibi22mg8q],
  .calendar-cell:has(.stay-min).preview-range[b-2ibi22mg8q],
  .calendar-cell:has(.stay-max).preview-range[b-2ibi22mg8q],
  .calendar-cell:has(.stay-max-exceeded).preview-range[b-2ibi22mg8q],
  .calendar-cell:has(.stay-min-notreached).preview-range[b-2ibi22mg8q],
  .calendar-cell:has(.prebooking-min).preview-range[b-2ibi22mg8q],
  .calendar-cell:has(.prebooking-max).preview-range[b-2ibi22mg8q],
  .calendar-cell:has(.not-bookable).preview-range[b-2ibi22mg8q],
  .calendar-cell:has(.booking-locked).preview-range[b-2ibi22mg8q],
  .calendar-cell:has(.arrival-restricted).preview-range[b-2ibi22mg8q],
  .calendar-cell:has(.departure-restricted).preview-range[b-2ibi22mg8q],
  .calendar-cell.disabled.preview-range[b-2ibi22mg8q],
  .calendar-cell.disabled.preview-end[b-2ibi22mg8q] {
    background-color: var(--softtec-white) !important;
    border: 2px solid #999999ad !important;
    color: #999999ad !important;
  }

.calendar-cell.preview-range.has-restriction[b-2ibi22mg8q] {
  border-width: 1px !important;
}

.calendar-container:has(.preview-end) .calendar-cell.preview-range.has-restriction[b-2ibi22mg8q] {
  background-color: rgba(83, 109, 145, 0.25) !important;
  color: var(--softtec-medium-blue1) !important;
  border: 2px solid var(--softtec-medium-blue1) !important;
  border-top: none !important;
  box-shadow: inset 0 0 0 1px var(--softtec-medium-blue1);
}

.calendar-cell.preview-range.has-restriction:hover[b-2ibi22mg8q] {
  background-color: var(--softtec-white) !important;
  border: 1px solid #999999ad !important;
  color: #999999ad !important;
  box-shadow: unset;
}

.calendar-cell.disabled .highlight-weekday[b-2ibi22mg8q],
.calendar-cell:has(> span.disabled) .highlight-weekday[b-2ibi22mg8q],
.calendar-cell:has(.booking-locked) .highlight-weekday[b-2ibi22mg8q] {
  color: #999999ad !important;
  font-weight: normal !important;
}

.calendar-cell.selected.range-start[b-2ibi22mg8q],
.calendar-cell.selected.range-single[b-2ibi22mg8q] {
  background-color: var(--softtec-medium-blue1) !important;
  color: var(--softtec-white) !important;
  border: none !important;
}

.calendar-cell.selected.range-between[b-2ibi22mg8q],
.calendar-cell.selected.range-end[b-2ibi22mg8q] {
  background-color: var(--softtec-medium-blue1) !important;
  color: var(--softtec-white) !important;
  border: none !important;
}

.calendar-cell.today[b-2ibi22mg8q] {
  border: 3px solid var(--softtec-medium-blue1) !important;
}

.highlight-weekday[b-2ibi22mg8q] {
  color: var(--softtec-dark-blue);
  font-weight: bold;
  transition: color 0.2s ease;
}

.calendar-cell.preview-range:hover .highlight-weekday[b-2ibi22mg8q],
.calendar-cell.preview-end:hover .highlight-weekday[b-2ibi22mg8q] {
  color: var(--softtec-medium-blue1);
}

.calendar-cell.selected .highlight-weekday[b-2ibi22mg8q],
.calendar-cell.selected.range-start .highlight-weekday[b-2ibi22mg8q],
.calendar-cell.selected.range-single .highlight-weekday[b-2ibi22mg8q],
.calendar-cell.selected.range-end .highlight-weekday[b-2ibi22mg8q],
.calendar-cell.selected.range-between .highlight-weekday[b-2ibi22mg8q] {
  color: var(--softtec-white);
  font-weight: bold;
}

/* ==============================
   Restriktionen / Border-Top
   ============================== */
.calendar-cell:has(.arrival-restricted)[b-2ibi22mg8q] {
  position: relative;
  background: var(--softtec-white);
  color: #999999ad;
  cursor: default;
}

  .calendar-cell:has(.arrival-restricted)[b-2ibi22mg8q]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-top: 5px solid var(--softtec-restriction-red);
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    z-index: 2;
  }

.calendar-cell:has(.booking-locked)[b-2ibi22mg8q] {
  position: relative;
  background: var(--softtec-white);
  color: #999999ad;
  border: 1px solid #999999ad;
  cursor: default;
}

.not-bookable[b-2ibi22mg8q] {
  background: var(--softtec-restriction-red);
}

.calendar-cell:has(.booking-locked)[b-2ibi22mg8q]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 5px solid var(--softtec-restriction-red);
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  z-index: 2;
}

.calendar-cell:has(.prebooking-min)[b-2ibi22mg8q] {
  border-top: 5px solid var(--softtec-restriction-red);
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  background: var(--softtec-white);
  color: #999999ad;
  cursor: default;
}

.calendar-cell:has(.prebooking-max)[b-2ibi22mg8q]::before {
  border-top: 5px solid var(--softtec-restriction-red);
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  background: var(--softtec-white);
  color: #999999ad;
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.calendar-cell:has(.departure-restricted)[b-2ibi22mg8q]::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 5px solid var(--softtec-restriction-red);
  z-index: 2;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

.calendar-cell:has(.stay-min)[b-2ibi22mg8q]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 5px solid var(--softtec-restriction-orange);
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  z-index: 2;
}

.calendar-cell:has(.not-bookable)[b-2ibi22mg8q],
.calendar-cell.not-bookable[b-2ibi22mg8q] {
  position: relative;
  background: var(--softtec-white);
  color: #999999ad;
  cursor: default;
}

  .calendar-cell:has(.not-bookable)[b-2ibi22mg8q]::before,
  .calendar-cell.not-bookable[b-2ibi22mg8q]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 5px solid var(--softtec-restriction-red);
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    z-index: 2;
  }

  .calendar-cell:has(.not-bookable) .tooltiptext[b-2ibi22mg8q],
  .calendar-cell.not-bookable .tooltiptext[b-2ibi22mg8q] {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
    transform: none !important;
    transition: none !important;
  }

.calendar-cell.selected[b-2ibi22mg8q]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.calendar-grid:has(.selected) .calendar-cell:has(.stay-min)[b-2ibi22mg8q],
.calendar-grid:has(.selected) .calendar-cell:has(.stay-max)[b-2ibi22mg8q],
.calendar-grid:has(.selected) .calendar-cell:has(.departure-restricted)[b-2ibi22mg8q] {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--softtec-white);
  color: #999999ad;
  border: 1px solid #999999ad;
}


.calendar-cell:has(.stay-min-origin)[b-2ibi22mg8q]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 5px solid var(--softtec-restriction-orange);
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  z-index: 2;
}

.calendar-cell:has(.stay-max)[b-2ibi22mg8q]::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 5px solid var(--softtec-restriction-orange);
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  z-index: 2;
}


.calendar-cell.stay-min[b-2ibi22mg8q]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 5px solid var(--softtec-restriction-orange);
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  z-index: 2;
}

.calendar-cell:has(.stay-max)[b-2ibi22mg8q]::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 5px solid var(--softtec-restriction-orange);
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  z-index: 2;
}

.calendar-cell.calendar-tooltip .disabled.stay-max-exceeded.tooltiptext[b-2ibi22mg8q],
.calendar-cell.calendar-tooltip .disabled.stay-min-notreached.tooltiptext[b-2ibi22mg8q] {
  background-color: var(--softtec-restriction-red) !important;
  color: var(--softtec-white);
  border: 1px solid var(--softtec-restriction-red);
}

.calendar-cell:has(.stay-max-exceeded)[b-2ibi22mg8q],
.calendar-cell:has(.stay-min-notreached)[b-2ibi22mg8q] {
  background-color: var(--softtec-white) !important;
  color: #999999ad;
  cursor: default !important;
  position: relative;
  border: 1px solid #999999ad;
}

  .calendar-cell:has(.stay-max-exceeded)[b-2ibi22mg8q]::before,
  .calendar-cell:has(.stay-min-notreached)[b-2ibi22mg8q]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 5px solid var(--softtec-restriction-red);
    z-index: 2;
  }

/* ==============================
   Tooltip / Einträge
   ============================== */
.calendar-cell.calendar-tooltip[b-2ibi22mg8q] {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

  .calendar-cell.calendar-tooltip .tooltiptext[b-2ibi22mg8q] {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    max-height: 6rem;
    color: var(--softtec-white);
    text-align: center;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: normal;
    pointer-events: none;
    transform: translateY(100%) scaleX(100%);
    transition: transform 0.18s ease-out, opacity 0.18s ease-out;
    box-sizing: border-box;
    font-size: 8.9px;
    font-weight: 400;
    letter-spacing: -0.4px;
    z-index: 2;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .calendar-cell.calendar-tooltip:hover .tooltiptext[b-2ibi22mg8q],
    .calendar-cell.calendar-tooltip .tooltiptext.visible[b-2ibi22mg8q],
    .calendar-cell.selected .tooltiptext[b-2ibi22mg8q] {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

  .calendar-cell.calendar-tooltip .disabled.arrival-restricted.tooltiptext[b-2ibi22mg8q] {
    background-color: var(--softtec-restriction-red);
  }

  .calendar-cell.calendar-tooltip .disabled.booking-locked.tooltiptext[b-2ibi22mg8q] {
    background-color: var(--softtec-restriction-red);
  }

  .calendar-cell.calendar-tooltip .disabled.prebooking-min.tooltiptext[b-2ibi22mg8q] {
    background-color: var(--softtec-restriction-red);
  }

  .calendar-cell.calendar-tooltip .disabled.prebooking-max.tooltiptext[b-2ibi22mg8q] {
    background-color: var(--softtec-restriction-red);
  }

  .calendar-cell.calendar-tooltip .disabled.departure-restricted.tooltiptext[b-2ibi22mg8q] {
    background-color: var(--softtec-restriction-red);
  }

  .calendar-cell.calendar-tooltip .disabled.stay-min.tooltiptext[b-2ibi22mg8q],
  .calendar-cell.calendar-tooltip .disabled.stay-max.tooltiptext[b-2ibi22mg8q] {
    background-color: var(--softtec-restriction-orange);
  }


.calendar-cell.selected.calendar-tooltip .disabled.stay-max.tooltiptext[b-2ibi22mg8q],
.calendar-cell.selected.calendar-tooltip .disabled.stay-min.tooltiptext[b-2ibi22mg8q] {
  background-color: var(--softtec-medium-blue1);
}

.calendar-cell.range-end.calendar-tooltip .disabled.booking-locked.tooltiptext[b-2ibi22mg8q] {
  display: none;
}

.calendar-cell.range-end:has(.booking-locked)[b-2ibi22mg8q]:before {
  border-top: unset;
}

/* ==============================
   Delete-Button
   ============================== */

.delete-button[b-2ibi22mg8q] {
  top: -.6rem;
  right: -.6rem;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--softtec-medium-blue2);
  color: var(--softtec-white);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

  .delete-button:hover[b-2ibi22mg8q] {
    background-color: var(--softtec-medium-blue1);
  }

  .delete-button span[b-2ibi22mg8q] {
    font-size: 2rem;
  }

/* ==============================
   Wochentage / Zahlen
   ============================== */
.entry[b-2ibi22mg8q] {
  flex: 1;
  text-align: center;
  min-height: 2rem;
}

.weekday[b-2ibi22mg8q] {
  font-size: var(--font-size-12);
  flex: 1;
  margin-top: 1rem;
}

.day[b-2ibi22mg8q] {
  font-size: var(--font-size-36);
  font-weight: bold;
  flex: 1;
}

.weekday-short[b-2ibi22mg8q] {
  display: none;
}

/* ==============================
   Media Queries
   ============================== */
@media (max-width: 1250px) {
  .calendar-header[b-2ibi22mg8q], .month-bar[b-2ibi22mg8q], .year-navigation[b-2ibi22mg8q] {
    gap: 1rem;
  }

  .navigation-bar[b-2ibi22mg8q] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }

  .month-button[b-2ibi22mg8q], .year-button[b-2ibi22mg8q] {
    font-size: 13px;
  }

  .weekday-full[b-2ibi22mg8q] {
    display: none;
  }

  .weekday-short[b-2ibi22mg8q] {
    display: block;
  }

  .day[b-2ibi22mg8q] {
    font-size: 28px;
  }

  .calendar-cell.calendar-tooltip .tooltiptext[b-2ibi22mg8q] {
    height: 4.5rem;
  }

  .calendar-grid[b-2ibi22mg8q] {
    min-height: calc(var(--doc-height) - 20rem);
    max-height: calc(var(--doc-height) - 20rem);
    overflow-y: auto;
    scrollbar-width: none;
  }
}

@media (max-width: 900px) {
  .calendar-container[b-2ibi22mg8q] {
    overflow: unset;
    max-height: unset;
  }

  .calendar-grid[b-2ibi22mg8q] {
    grid-template-rows: unset;
    grid-auto-rows: 1fr;
    min-height: calc(var(--doc-height) - 22rem);
    max-height: calc(var(--doc-height) - 22rem);
    overflow-y: auto;
  }

  .month-select[b-2ibi22mg8q] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0.6rem;
    height: 4rem;
    width: 350px;
    padding: 0 2.5rem 0 1rem;
    font-family: var(--font-bold);
    font-size: var(--font-size-14);
    color: var(--softtec-medium-blue1);
    fill: var(--softtec-medium-blue1);
    border: 1px solid var(--softtec-light-blue1);
    background-image: url("/icons/angle-down.svg");
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 2.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: var(--softtec-light-blue2);
    border: none;
  }

    .month-select option[b-2ibi22mg8q] {
      background-color: var(--softtec-white);
      color: var(--softtec-medium-blue1);
      text-align: center;
    }

    .month-select:focus[b-2ibi22mg8q],
    .year-select:focus[b-2ibi22mg8q] {
      outline: none;
      border-color: var(--softtec-medium-blue1);
      box-shadow: 0 0 0 3px rgba(83,109,145,0.25);
    }

  .option-disabled[b-2ibi22mg8q] {
    color: #999999ad !important;
    text-decoration: line-through;
    background-color: #f4f4f4 !important;
  }
  .month-bar[b-2ibi22mg8q], .year-navigation[b-2ibi22mg8q] {
    gap: 1rem;
  }

  .calender-content[b-2ibi22mg8q] {
    max-height: calc(var(--doc-height) - 2rem);
  }

  .calendar-header[b-2ibi22mg8q], .calender-headline[b-2ibi22mg8q] {
    display: none;
  }

  .month-navigation-mobil[b-2ibi22mg8q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--softtec-medium-blue1);
    margin: 1rem 0;
  }

  .month-navigation-mobil-button[b-2ibi22mg8q] {
    font-size: 3rem;
    border: none;
    background-color: unset;
    cursor: pointer;
  }

    .month-navigation-mobil-button:not(:disabled):hover[b-2ibi22mg8q] {
      color: var(--softtec-dark-blue);
    }

  .calendar-container[b-2ibi22mg8q] {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 100%;
    flex-direction: unset;
    display: flex;
    gap: 2rem;
    min-width: 100%;
    flex-wrap: nowrap;
  }

  .calendar-cell.calendar-tooltip .tooltiptext[b-2ibi22mg8q] {
    font-size: 8px;
  }

  .calender-content[b-2ibi22mg8q]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  .calender-content[b-2ibi22mg8q]::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
  }

  .calendar-month[b-2ibi22mg8q] {
    min-width: 100%;
    margin-top: 1rem;
  }

  .delete-button[b-2ibi22mg8q] {
    display: none;
  }

  .calendar-container .calendar-month:nth-child(2)[b-2ibi22mg8q] {
    display: none !important;
  }

  .calendar-header[b-2ibi22mg8q] {
    display: none;
  }

  .mobile-calendar-header[b-2ibi22mg8q] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding-bottom: 1rem;
  }

  .calendar-grid-header[b-2ibi22mg8q] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .calendar-mobile-header[b-2ibi22mg8q] {
    display: flex;
    text-align: center;
    color: var(--softtec-medium-blue1);
    background-color: var(--softtec-light-blue2);
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    height: 3rem;
  }

  .calendar-cell[b-2ibi22mg8q] {
    height: 100%;
    min-height: unset;
    max-width: unset;
    padding: 0.5rem 0.1rem;
    justify-content: space-around;
  }

  .tooltiptext[b-2ibi22mg8q] {
    display: none;
  }

  .calendar-cell.calendar-tooltip .tooltiptext[b-2ibi22mg8q] {
    display: none;
  }

  .weekday[b-2ibi22mg8q] {
    flex: 1;
  }

  .weekday-short[b-2ibi22mg8q] {
    display: none;
  }

  .entry[b-2ibi22mg8q] {
    margin-bottom: 2rem;
    min-height: 2rem;
  }
}


@media (min-width: 551px) and (max-width: 900px) {
  .calendar-container.has-six-weeks .calendar-grid.weeks-5[b-2ibi22mg8q] {
    grid-template-rows: repeat(5, minmax(14rem, 1fr));
  }

  .calendar-container.has-six-weeks .calendar-grid.weeks-6[b-2ibi22mg8q] {
    grid-template-rows: repeat(6, minmax(14rem, 1fr));
  }
}


@media (min-width: 901px) {
  .calendar-container.has-six-weeks .calendar-grid[b-2ibi22mg8q] {
    grid-template-rows: repeat(6, minmax(14rem, 1fr));
  }
}

@media (min-height: 668px) and (max-height: 820px) {
  .calendar-grid[b-2ibi22mg8q] {
    grid-template-rows: repeat(5, minmax(12rem, 1fr));
  }


  .calendar-container.has-six-weeks .calendar-grid[b-2ibi22mg8q] {
    grid-template-rows: repeat(6, minmax(11rem, 1fr)) !important;
  }
}


@media (max-width: 550px) {
  .day[b-2ibi22mg8q] {
    font-size: var(--font-size-20);
  }

  .price[b-2ibi22mg8q] {
    font-size: 11px;
    line-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .month-select[b-2ibi22mg8q] {
    width: 250px;
  }

  .calendar-grid[b-2ibi22mg8q] {
    min-height: calc(var(--doc-height) - 20rem);
    max-height: calc(var(--doc-height) - 20rem);
    overflow-y: auto;
  }

  .calendar-cell.today[b-2ibi22mg8q] {
    border: 2px solid var(--softtec-medium-blue1) !important;
  }

  .month-navigation-mobil-button:hover[b-2ibi22mg8q] {
    color: unset !important;
  }
}


@media (max-width: 375px) {
  .day[b-2ibi22mg8q] {
    font-size: var(--font-size-16);
  }
}

@media (min-height: 1060px) {
  .calendar-cell.calendar-tooltip .tooltiptext[b-2ibi22mg8q] {
    height: 5rem;
    max-height: 5rem;
  }
}


@media (min-height: 1180px) {
  .calendar-cell.calendar-tooltip .tooltiptext[b-2ibi22mg8q] {
    height: 33%;
    max-height: 33%;
  }
}

@media (hover: none) and (pointer: coarse) {
  .calendar-cell:not(.selected):hover[b-2ibi22mg8q] {
    background-color: unset !important;
  }

}
/* _content/IBE.Blazor.Server/Features/01_LandingPage/02_PriceCalendar/RestrictionModal.razor.rz.scp.css */
  .restriction-popup[b-o5issypqv3] {
    display: flex;
    width: 80vw;
    height: 145px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    border-radius: 10px;
    border: 3px solid var(--softtec-medium-blue1);
    background: rgba(255, 255, 255, 0.90);
    font-family: var(--font-medium);
  }

.popup-content[b-o5issypqv3] {
  color: var(--softtec-medium-blue1);
  font-size: var( --font-size-16);
  line-height: normal;
  font-family: var(--font-medium);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  gap: 1rem;
  margin-top: 1.5rem;
}

  .close-btn[b-o5issypqv3] {
    width: 100%;
    height: 42px;
    flex-shrink: 0;
    background: var(--softtec-medium-blue1);
    color: var(--softtec-white);
    border: none;
    cursor: pointer;
  }

.popup-content-restriction-text[b-o5issypqv3] {
    display: inline-block;
    text-align: center;
}
/* _content/IBE.Blazor.Server/Features/01_LandingPage/03_Options/Options.razor.rz.scp.css */
/*#region page-header*/
.person-info-text[b-g51avh57ik] {
  font-family: var(--font-medium);
  font-size: var(--font-size-12);
}
/*#endregion*/

/*#region options-container + card (Category)*/
.page-header:not(:first-child)[b-g51avh57ik] {
  padding-top: 1rem;
}

.page-container .options-container:last-child[b-g51avh57ik] {
  min-height: calc(100vh - 8.5rem); /*fallback for Js load*/
  min-height: calc(var(--doc-height) - 8.5rem);
}

.options-mobile-arrow[b-g51avh57ik], .mobile-navigation-container[b-g51avh57ik], .mobile-navigation-numbers[b-g51avh57ik] {
  display: none;
}

.option-card-container[b-g51avh57ik] {
  background-color: var(--softtec-white);
  border-radius: .8rem;
  padding: 1.5rem;
  width: 24.25%;
  min-width: 36rem;
  max-width: 36rem;
  position: relative;
  height: fit-content;
}

.option-card[b-g51avh57ik] {
  border-radius: .8rem;
  flex: 1;
}

.unselect-rate[b-g51avh57ik] {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 0 var(--dark-transparent35);
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  background-color: var(--softtec-white);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--softtec-medium-blue1);
  font-size: var(--font-size-20);
  border: none;
  cursor: pointer;
  z-index: 2;
}

  .unselect-rate:hover[b-g51avh57ik] {
    background-color: var(--softtec-light-blue1);
  }

.category-room[b-g51avh57ik] {
  color: var(--softtec-white);
  background-color: var(--softtec-medium-blue1);
  font-family: var(--font-medium);
  height: 4rem;
  border-radius: 0.5rem;
  position: absolute;
  top: .5rem;
  z-index: 2;
  left: 3rem;
  padding: 1rem;
  max-width: 30rem;
}

.category-label[b-g51avh57ik] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: unset;
}

.textdescription-justify[b-g51avh57ik] {
  text-align: justify;
}

.font-size-10[b-g51avh57ik] {
  font-size: var(--font-size-10);
}

.free-rooms-tag[b-g51avh57ik] {
  background-color: white;
  color: red;
  border-color: red;
  border: 1px solid;
  border-radius: 0.5rem;
  opacity: 0.85;
  position: absolute;
  top: 5rem;
  right: .5rem; /*sticks out the same as Rooms*/
  padding: .2rem;
  font-size: var(--font-size-10);
  z-index: 1;
}

.option-card-container.selected .category-number[b-g51avh57ik] {
  background-color: var(--softtec-light-green);
}

.category-number .d-none[b-g51avh57ik] {
  display: none;
}

.category-number .fa-solid[b-g51avh57ik] {
  font-size: var(--font-size-15);
}

.category-image[b-g51avh57ik], [b-g51avh57ik] .category-carousel {
  background-color: var(--softtec-light-blue1);
  height: 16rem !important;
  border-radius: 0 !important;
  border-top-left-radius: .8rem !important;
  border-top-right-radius: .8rem !important;
}

.category-image[b-g51avh57ik] {
  background-size: contain;
  width: 100%;
}

.category-name[b-g51avh57ik] {
  font-family: var(--font-medium);
  color: var(--softtec-medium-blue1);
  text-transform: uppercase;
}

[b-g51avh57ik] .category-info .text {
  font-size: var(--font-size-12);
}

[b-g51avh57ik] .description-container {
  min-height: 4.5rem;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6rem;
}

  [b-g51avh57ik] .description-container .description-text {
    min-height: 3rem;
    cursor: pointer;
    word-break: normal;
  }

  [b-g51avh57ik] .description-container .show-more-less-btn span {
    font-family: var(--font-medium);
  }

  [b-g51avh57ik] .description-container .show-more-less-btn.d-none {
    display: none;
  }

.category-equipments[b-g51avh57ik] {
  height: 5rem;
}

  .category-equipments[b-g51avh57ik]::-webkit-scrollbar-thumb {
    background: var(--softtec-light-blue4);
    border-radius: 10px;
  }

    .category-equipments[b-g51avh57ik]::-webkit-scrollbar-thumb:hover {
      background: var(--softtec-medium-blue1);
      cursor: pointer;
    }

.category-equipment[b-g51avh57ik] {
  border-radius: 50%;
  padding: 3px;
  width: 3.3rem;
  min-width: 3.3rem;
  height: 3.3rem;
  background-color: var(--softtec-light-blue1);
  user-select: none;
}

.equipment-icon[b-g51avh57ik] {
  width: 2rem;
  height: 2rem;
}
/*#endregion*/

/*#region Package*/
.package[b-g51avh57ik] {
  background-color: var(--softtec-light-blue1);
  padding: .7rem;
  width: 100%;
  gap: .5rem;
  min-height: 6rem;
  margin-bottom: -5px;
  border-radius: 0.5rem;
}

  .package:last-child[b-g51avh57ik] {
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
  }

.package-info-icon[b-g51avh57ik] {
  cursor: pointer;
}

.info-icon[b-g51avh57ik] {
  background-size: 1.8rem;
}

.package-details[b-g51avh57ik] {
  padding: 0 0 0 1rem;
  border-radius: 0.5rem;
  border: none;
  min-height: 3rem;
  height: fit-content;
  width: 100%;
  align-items: safe center;
}

.package-price[b-g51avh57ik] {
  line-height: normal;
}

  .package-price label[b-g51avh57ik] {
    line-height: 1.2rem;
  }

.package-night-price[b-g51avh57ik] {
  color: var(--softtec-medium-blue3);
}

.package-price-btn[b-g51avh57ik] {
  background-color: var(--softtec-medium-blue1);
  border: none;
  color: var(--softtec-white);
  height: 4rem;
  border-radius: 0.5rem;
  width: 12rem;
}

  .package-price-btn:not(:disabled):hover[b-g51avh57ik] {
    color: var(--softtec-white);
    background-color: var(--softtec-dark-blue) !important;
    cursor: pointer;
  }

  .package-price-btn.selected[b-g51avh57ik], .package-price-btn.selected:hover[b-g51avh57ik] {
    background-color: var(--softtec-light-green);
  }

    .package-price-btn.selected:hover .fa-check[b-g51avh57ik] {
      display: none;
    }

    .package-price-btn.selected:hover .fa-x[b-g51avh57ik] {
      display: block !important;
    }

  .package-price-btn .fa-solid[b-g51avh57ik] {
    font-size: var(--font-size-14);
  }

/* Tooltip */
.package-tooltip[b-g51avh57ik] {
  position: relative;
  width: 100%;
}

[b-g51avh57ik] .fa-expand, .fa-solid[b-g51avh57ik] {
  align-items: center;
  font-size: 1.75rem;
}

/* Tooltip content */
.package-tooltip-container[b-g51avh57ik] {
  visibility: hidden;
  opacity: 0;
  color: var(--softtec-white);
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 120%;
  left: -.5rem;
  margin-bottom: -1rem;
  transform: scaleY(0);
  transform-origin: bottom left;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
  width: calc(100% + 1rem);
  display: flex;
  flex-direction: column;
}

.package-tooltip-content[b-g51avh57ik] {
  background-color: var(--softtec-medium-blue1);
  padding: 1rem;
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  margin-bottom: 1rem;
  gap: 1rem;
}

/* Tooltip arrow */
.package-tooltip-container[b-g51avh57ik]::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 6px;
  margin-top: -1rem;
  border-width: 9px;
  border-style: solid;
  border-color: var(--softtec-medium-blue1) transparent transparent transparent;
}

/* Show on hover / foucs */
.package-tooltip-container:hover[b-g51avh57ik],
.package-tooltip .package-info-icon:focus + .package-tooltip-container[b-g51avh57ik],
.package-tooltip .package-info-icon:hover + .package-tooltip-container[b-g51avh57ik] {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.package-name[b-g51avh57ik] {
  margin: 0 auto;
}

.package-image[b-g51avh57ik] {
  background-color: var(--softtec-light-blue2);
  border-radius: 8px;
  background-size: contain;
  width: 100%;
  height: 18rem;
}

[b-g51avh57ik] .package-carousel {
  height: 18rem !important;
}

.package-text[b-g51avh57ik] {
  max-height: 10rem;
  overflow: auto;
  padding-inline-end: .5rem;
}

  .package-text[b-g51avh57ik]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--softtec-white);
  }

    .package-text[b-g51avh57ik]::-webkit-scrollbar-thumb:hover {
      background: var(--softtec-light-blue2);
      cursor: pointer;
    }
/*#endregion*/

/*#region Media*/
@media (max-width: 1090px) {
  .page-container .options-container:last-child[b-g51avh57ik] {
    min-height: calc(100vh - 13.5rem); /*fallback for Js load*/
    min-height: calc(var(--doc-height) - 13.5rem);
  }
}

@media (max-width: 520px) {
  .mobile-navigation-container[b-g51avh57ik] {
    background: white;
    border-radius: .8rem;
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .options-mobile-arrow[b-g51avh57ik] {
    display: block;
    font-size: 3rem;
    border: none;
    background-color: unset;
    cursor: pointer;
    padding: 0 1rem;
  }

  .mobile-navigation-numbers[b-g51avh57ik] {
    font-size: var(--font-size-14);
    color: var(--softtec-medium-blue1);
    display: block;
  }

  .options-mobile-arrow.disabled[b-g51avh57ik] {
    color: var(--softtec-light-blue1);
    opacity: 0.6;
    cursor: default;
  }

  .options-container[b-g51avh57ik] {
    gap: 1rem !important;
    flex-wrap: unset !important;
    scrollbar-width: none;
  }

  .category-number[b-g51avh57ik] {
    width: calc(100% + 3rem);
    border-radius: 2.5rem 2.5rem 0 0;
    opacity: .6;
    position: relative;
    top: -1.5rem;
    left: -1.5rem;
    gap: 4px;
  }

    .category-number .d-none[b-g51avh57ik] {
      display: block !important;
    }

  .option-card-container[b-g51avh57ik] {
    width: calc(100vw - 4rem);
    min-width: calc(100vw - 4rem) !important;
    max-width: calc(100vw - 4rem) !important;
  }

    .option-card-container:first-child:last-child[b-g51avh57ik] {
      width: calc(100vw - 2rem);
      min-width: calc(100vw - 2rem) !important;
      max-width: calc(100vw - 2rem) !important;
    }

    .option-card-container.selected:first-child:last-child[b-g51avh57ik] {
      width: calc(100vw - 4rem);
      min-width: calc(100vw - 4rem) !important;
      max-width: calc(100vw - 4rem) !important;
      padding-bottom: 2rem;
      margin-top: 1.3rem;
    }

  .package-tooltip-container[b-g51avh57ik] {
    position: fixed !important; /* overlay on entire screen */
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    height: var(--doc-height);
    background-color: var(--dark-transparent-background);
    visibility: hidden;
    z-index: 9999;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-bottom: 0;
    padding: 0;
  }

  .package-tooltip-content[b-g51avh57ik] {
    height: calc(100vh - 10rem);
    height: calc(var(--doc-height) - 10rem);
    background-color: var(--softtec-medium-blue1);
    padding: 1rem;
    margin-top: auto;
    margin-bottom: 0;
    border-radius: 1rem 1rem 0 0;
  }

  .package-name[b-g51avh57ik] {
    font-family: var(--font-bold);
    font-size: var(--font-size-14);
  }

  .package-text[b-g51avh57ik] {
    max-height: unset;
    flex: 1;
  }

  .package-tooltip-content .d-none[b-g51avh57ik] {
    display: block !important;
    font-size: var(--font-size-20);
  }

  .tooltip-toggle:not(:checked) + .package-info-icon + .package-tooltip-container[b-g51avh57ik] {
    visibility: visible;
  }

  .tooltip-toggle:checked + .package-info-icon:not(:focus) + .package-tooltip-container[b-g51avh57ik] {
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
  }

  .package-tooltip .package-info-icon:focus + .package-tooltip-container[b-g51avh57ik] {
    visibility: visible !important;
  }
}
/*#endregion*/
/* _content/IBE.Blazor.Server/Features/01_LandingPage/03_Options/SelectRateModal.razor.rz.scp.css */
.rates-modal[b-nsn0ion2fg] {
  max-height: calc(100vh - 15rem);
  max-height: calc(var(--doc-height) - 15rem);
}

[b-nsn0ion2fg] .modal-header {
  color: var(--softtec-dark-blue);
  padding:0 0 2rem 0;
  border-bottom: 0;
}

  [b-nsn0ion2fg] .modal-header .font-softtec-bold {
    font-size: var(--font-size-14);
  }

[b-nsn0ion2fg] .rates {
  padding: 2rem;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  background-color: var(--softtec-light-blue2);
  border-radius: .8rem;
  min-width: 18rem !important;
  font-size: var(--font-size-12);
  max-width: 90rem;
  flex: 1;
}

[b-nsn0ion2fg] .rate {
  padding: 2rem 0;
}

  [b-nsn0ion2fg] .rate:first-child {
    padding-top: 0;
  }

  [b-nsn0ion2fg] .rate:last-child {
    padding-bottom: 0;
  }

  [b-nsn0ion2fg] .rate:not(:last-child) {
    border-bottom: 1px solid var(--softtec-medium-blue1);
  }

[b-nsn0ion2fg] .rate-details {
  color: var(--softtec-medium-blue1);
  flex: 1;
}

  [b-nsn0ion2fg] .rate-details .font-softtec-bold {
    margin-right: .5rem;
  }

[b-nsn0ion2fg] .rate-price-container {
  align-items: end;
  min-height: 3rem;
  min-width: 33rem;
  width: fit-content;
  color: var(--softtec-medium-blue1);
  font-size: var(--font-size-12);
  border-radius: 3rem;
  border: 1px solid transparent;
  position: relative;
  display: flex;
}

[b-nsn0ion2fg] .rate-price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
  justify-content: end;
  width: 100%;
}

.rate-price-row span[b-nsn0ion2fg] {
    display: inline-block;
}

[b-nsn0ion2fg] .rate-price-container .font-softtec-medium {
  font-weight: 500;
  line-height: 1.5rem;
}

[b-nsn0ion2fg] .rate-price .d-flex {
  color: var(--softtec-medium-blue3);
  line-height: 1.2rem;
  word-break: break-all;
}

[b-nsn0ion2fg] .rate-price-btn {
  background-color: var(--softtec-medium-blue1);
  border: none;
  color: var(--softtec-white);
  height: 4rem;
  margin-top: auto;
  border-radius: .5rem;
  width: auto;
}

.rate-price-btn .rate-price-btn-left[b-nsn0ion2fg] {
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 9rem;
  font-size: var(--font-size-13);
}

.rate-price-btn .rate-price-btn-right[b-nsn0ion2fg] {
  padding: 1rem;
  padding-left: 1.5rem !important;
}

.rate-price-btn-divider[b-nsn0ion2fg] {
  background-color: var(--softtec-light-blue2);
  height: 4rem;
  width: .2rem;
}

[b-nsn0ion2fg] .rate-price-btn:not(:disabled):hover {
  color: var(--softtec-white);
  background-color: var(--softtec-dark-blue);
  cursor: pointer;
}

[b-nsn0ion2fg] .modal-header .fa-solid{
  font-size: var(--font-size-20);
}

[b-nsn0ion2fg] .rate-price-btn .fa-solid {
  font-size: var(--font-size-14);
}

[b-nsn0ion2fg] .rate-info {
  align-items: start;
}

[b-nsn0ion2fg] .rate-info .fa-solid {
  font-size: var(--font-size-15);
}

[b-nsn0ion2fg] .rate-info .text {
  line-height: 1.6rem;
}

/* Tooltip */
  .logisperday-tooltip[b-nsn0ion2fg] {
  position: relative;
  width: 2rem;
  height: 2rem;
}

.modal-info-icon[b-nsn0ion2fg] {
  background-size: 1.3em !important;
  cursor: pointer;
}

/* Tooltip content */
.logisperday-tooltip-container[b-nsn0ion2fg] {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  color: var(--softtec-white);
  text-align: center;
  top: auto;
  margin-right: 1rem;
  transform: translateX(0) translateY(-50%) !important;
  transform-origin: center right;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
  width: max-content;
  display: flex;
  flex-direction: column;
  min-height: 7rem;
}

.logisperday-tooltip-content[b-nsn0ion2fg] {
  background-color: var(--softtec-medium-blue1);
  padding: 1rem;
  display: flex;
  border-radius: .5rem;
  flex-direction: column;
  gap: 1rem;
}

.logisperday-tooltip-list[b-nsn0ion2fg] {
  list-style-type: none;
  margin: unset;
  padding: unset;
}

  .logisperday-tooltip-list li[b-nsn0ion2fg] {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
  }

.logisperday-tooltip-container .arrow[b-nsn0ion2fg] {
  position: absolute;
  width: 0;
  right: -5px;
  top: calc(50% - 2.5rem);
  height: 0;
  border-top: .8rem solid transparent;
  border-bottom: .8rem solid transparent;
  border-left: .8rem solid var(--softtec-medium-blue1);
}

.package-info-icon[b-nsn0ion2fg] {
  position: relative;
}

/* Show on hover / foucs */
.logisperday-tooltip-content:hover[b-nsn0ion2fg], .logisperday-tooltip-container:hover[b-nsn0ion2fg],
.logisperday-tooltip .package-info-icon:focus + .logisperday-tooltip-container[b-nsn0ion2fg],
.logisperday-tooltip .package-info-icon:hover + .logisperday-tooltip-container[b-nsn0ion2fg] {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.logisperday-tooltip-textcontent[b-nsn0ion2fg] {
  text-align: justify;
}


@media (max-width: 1090px) {
  [b-nsn0ion2fg] .rate > * {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
   .rate-price-row[b-nsn0ion2fg] {
    width: unset;
  }
}

@media (max-width: 520px) {
  .rates-modal[b-nsn0ion2fg] {
    max-height: calc(100vh - 12rem);
    max-height: calc(var(--doc-height) - 12rem);
  }

  [b-nsn0ion2fg] .modal-header {
    padding-bottom: 1rem;
  }

    [b-nsn0ion2fg] .modal-header .font-softtec-bold {
      margin-left: .5rem;
    }

  [b-nsn0ion2fg] .rates {
    padding: 2rem 1rem !important;
    margin: 0 !important;
    max-width: 100vw !important;
  }

  [b-nsn0ion2fg] .rates {
    padding: 1rem !important;
  }

  .rate-price-row[b-nsn0ion2fg] {
      position:relative;
      width: 100%;
  }

  .logisperday-tooltip-container[b-nsn0ion2fg] {
    right: unset !important;
    margin-right: 0;
    left: 0; /* Will be set by JS */
    top: 0; /* Will be set by JS */
    transform: translateY(0) !important;
    transform-origin: bottom center;
    margin-right: 0;
    min-height: unset;
    margin-top: -1.5rem;
  }

  .logisperday-tooltip-content[b-nsn0ion2fg] {
    max-height: 20rem;
    overflow-y: auto;
    scrollbar-width: none;
  }

    .logisperday-tooltip-container .arrow[b-nsn0ion2fg] {
      left: 50%;
      right: 0;
      top: 100%;
      margin-top: -1px;
      transform: translateX(-50%) !important;
      width: 0;
      height: 0;
      border-left: .8rem solid transparent;
      border-right: .8rem solid transparent;
      border-top: .8rem solid var(--softtec-medium-blue1);
    }
}

/* _content/IBE.Blazor.Server/Features/02_FinishReservation/04_AdditionalServices/AdditionalServices.razor.rz.scp.css */
/*#region Articles-Tabs*/
.articles-container[b-cy6ualddw1] {
  position: relative;
  max-height: calc(100vh - 8.5rem);
  min-height: calc(100vh - 8.5rem);
  max-height: calc(var(--doc-height) - 4rem);
  min-height: calc(var(--doc-height) - 4rem);
  flex: 1;
}

  .articles-container:not(:first-of-type)[b-cy6ualddw1] {
    max-height: calc(100vh - 2rem);
    min-height: calc(100vh - 2rem);
    max-height: calc(var(--doc-height) - 2rem);
    min-height: calc(var(--doc-height) - 2rem);
  }

    .articles-container:not(:first-of-type) .title[b-cy6ualddw1] {
      padding-top: 1.5rem;
    }

.groups-container[b-cy6ualddw1] {
  flex: 1;
  scrollbar-width: none;
}

.group-tabs > div[b-cy6ualddw1] {
  display: flex;
  overflow-x: auto;
  padding-block-end: .5rem;
}

.group-tabs [b-cy6ualddw1]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--softtec-light-blue4);
}

  .group-tabs [b-cy6ualddw1]::-webkit-scrollbar-thumb:hover {
    background: var(--softtec-medium-blue2);
    cursor: pointer;
  }


.tab-button[b-cy6ualddw1] {
  min-width: calc(100% / 5);
  text-align: center;
  color: var(--softtec-medium-blue1);
  border-bottom: 1px solid var(--softtec-medium-blue2);
  padding-top: 1rem;
  cursor: pointer;
  flex: 1;
}

.group-tabs .more-than-five .tab-button[b-cy6ualddw1] {
  min-width: calc(100% / 5.7);
}

.tab-button:hover[b-cy6ualddw1] {
  font-weight: 700;
}

.tab-button .group-label[b-cy6ualddw1] {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-button.selected .group-label[b-cy6ualddw1] {
  color: var(--softtec-medium-blue1);
  border-bottom: 5px solid var(--softtec-medium-blue1);
  width: 100%;
  padding-bottom: .7rem;
  font-family: var(--font-bold);
}

.article-grid[b-cy6ualddw1] {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 1rem 0 0 0;
  display: flex;
  gap: 2rem;
  width: 100%;
  flex-direction: column;
}

.next-btn[b-cy6ualddw1] {
  width: fit-content;
  border-radius: 0.5rem;
  min-width: 15.4rem;
  margin: 1rem auto 0 auto;
  width: 25.9rem;
  background-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
  border: none;
  height: 3rem;
  min-height: 3rem;
}

  .next-btn:hover[b-cy6ualddw1] {
    cursor: pointer;
    background-color: var(--softtec-dark-blue);
  }
/*#endregion*/

/*#region Article*/
.article-card[b-cy6ualddw1] {
  background-color: var(--softtec-white);
  border-radius: .8rem;
  display: grid;
  grid-template-columns: 21.9rem 1fr 17.4rem;
  height: fit-content;
  gap: 2.5rem;
  position: relative;
}

.unselect-article[b-cy6ualddw1] {
  display: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 0 var(--dark-transparent35);
  position: absolute;
  border: none;
  top: -1.6rem;
  right: -1.4rem;
  background-color: var(--softtec-white);
  justify-content: center;
  align-items: center;
  color: var(--softtec-medium-blue1);
  display: none;
  font-size: var(--font-size-20);
  z-index: 2;
}

.article-image-container[b-cy6ualddw1] {
  padding: 1rem 0 1rem 1rem;
}

.article-image[b-cy6ualddw1] {
  background-color: var(--softtec-light-blue1);
  background-repeat: no-repeat;
  background-position: center;
}

.article-image[b-cy6ualddw1], [b-cy6ualddw1] .article-carousel {
  border-radius: .8rem !important;
  width: 20.9rem !important;
  height: 13rem !important;
}

.article-description[b-cy6ualddw1] {
  padding: 1.5rem 0 1rem 0;
  color: var(--softtec-medium-blue1);
  max-width: calc(100vw - 10rem);
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.description-text[b-cy6ualddw1] {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-height: 2.3rem;
  min-height: 9.3rem;
  height: fit-content;
  word-break: break-all;
  cursor: pointer;
}

.text-toggle:checked + .description-text[b-cy6ualddw1] {
  -webkit-line-clamp: unset;
}

.article-price-container[b-cy6ualddw1] {
  position: relative;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  color: var(--softtec-medium-blue1);
  background-color: var(--softtec-light-blue3);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.article-price-info[b-cy6ualddw1] {
  color: var(--softtec-white);
  background-color: var(--softtec-medium-blue1-transparent);
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  position: relative;
  width: 100%;
  border-top-right-radius: 1rem;
}

  .article-price-info[b-cy6ualddw1]:after {
    content: '';
    position: absolute;
    top: 3.5rem;
    border-left: 1.4rem solid transparent;
    border-right: 1.4rem solid transparent;
    border-top: 1.4rem solid var(--softtec-medium-blue1-transparent);
    clear: both;
  }

.article-booking-btn-desktop[b-cy6ualddw1] {
  background-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
  border: none;
  height: 3rem;
  width: 15.5rem !important;
  border-radius: 0.5rem;
}

.article-booking-btn-desktop.selected[b-cy6ualddw1] {
  background-color: var(--softtec-light-green);
}

.article-booking-btn-desktop:hover[b-cy6ualddw1] {
  background-color: var(--softtec-dark-blue);
  cursor: pointer;
}

.article-booking-btn-desktop.selected:hover .fa-check[b-cy6ualddw1] {
  display: none;
}

.article-booking-btn-desktop.selected:hover .fa-x[b-cy6ualddw1] {
  display: block !important;
}

  .article-booking-btn-desktop .fa-solid[b-cy6ualddw1] {
    font-size: var(--font-size-14);
  }

.article-booking-btn-mobile[b-cy6ualddw1] {
  background-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
  border: none;
  height: 3rem;
  width: 15.5rem !important;
  border-radius: 0.5rem;
}

  .article-booking-btn-mobile.selected[b-cy6ualddw1] {
    background-color: var(--softtec-light-green);
  }
.article-days[b-cy6ualddw1] {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}

.article-day[b-cy6ualddw1] {
  border: 1px solid var(--softtec-light-blue3);
  border-radius: 1rem;
  padding: .8rem;
  width: 8.5rem;
  display: flex;
  height: 9.7rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.article-switch[b-cy6ualddw1] {
  background: var(--softtec-medium-blue2);
  border-radius: 2.5rem;
  height: 3rem;
  padding: .5rem;
  white-space: nowrap;
  display: flex;
  width: fit-content;
}

  .article-switch button[b-cy6ualddw1] {
    color: var(--softtec-white);
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    border-radius: 2.5rem;
    position: relative;
    text-align: center;
    height: 2rem;
    min-width: 2rem;
    width: 50%;
    cursor: pointer;
  }

  .article-switch button.active[b-cy6ualddw1] {
      cursor: default;
      color: white;
      transition: color 200ms;
      background-color: var(--softtec-dark-blue);
      font-weight: 700;
  }

.article-tooltip[b-cy6ualddw1] {
  position: relative;
  display: inline-block;
}

.article-tooltip-container[b-cy6ualddw1] , .child-prices-tooltip-container[b-cy6ualddw1] {
  visibility: hidden;
  opacity: 0;
  color: var(--softtec-white);
  text-align: center;
  position: absolute;
  top: 120%;
  left: -.5rem;
  transform-origin: top left;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
  min-width: 40rem;
  max-width: calc(100% + 1rem);
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}

  .article-tooltip-container[b-cy6ualddw1]::after, .child-prices-tooltip-container[b-cy6ualddw1]::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    margin-bottom: -1rem;
    border-style: solid;
    border-color: transparent transparent var(--softtec-medium-blue1) transparent;
  }

  .child-prices-tooltip-container[b-cy6ualddw1]::after {
    left: unset;
    right: .8rem;
  }

.child-prices-tooltip-container[b-cy6ualddw1] {
  min-width: 35rem;
  max-width: 40rem;
  right: 0;
  left: unset;
  top: 100%;
  margin-top: -1.5rem;
}

/* Tooltip sichtbar beim Hover oder Fokus */
.article-tooltip:hover .article-tooltip-container[b-cy6ualddw1],
.article-tooltip:focus-within .article-tooltip-container[b-cy6ualddw1],
.child-prices-tooltip:hover .child-prices-tooltip-container[b-cy6ualddw1] {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}

.child-prices-tooltip:hover .child-prices-tooltip-container[b-cy6ualddw1]{
  transform: translateX(0) scaleY(1);
}

/* Tooltip content styling */
.article-tooltip-content[b-cy6ualddw1], .child-prices-tooltip-content[b-cy6ualddw1]
{
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--softtec-medium-blue1);
  border-radius: 1rem;
}

  .article-tooltip-content .d-none[b-cy6ualddw1] {
    display: flex !important;
  }

.article-name[b-cy6ualddw1] {
  font-family: var(--font-bold);
  font-size: var(--font-size-14);
  position: relative;
}

.article-text[b-cy6ualddw1] {
  word-break: break-word;
  max-height: 30rem;
  overflow: auto;
  padding-inline-end: 0.5rem;
}

.child-prices-tooltip-content .fa-solid[b-cy6ualddw1],
.article-tooltip-content .fa-solid[b-cy6ualddw1] {
  font-size: var(--font-size-14);
}

.article-price[b-cy6ualddw1] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
}

  .article-price .font-size-24[b-cy6ualddw1] {
    flex: 1;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

/*#endregion*/

/*#region media*/
@media (max-width: 1090px) {
  .articles-container[b-cy6ualddw1] {
    max-height: calc(100vh - 10rem);
    min-height: calc(100vh - 10rem);
    max-height: calc(var(--doc-height) - 10rem);
    min-height: calc(var(--doc-height) - 10rem);
  }

    .articles-container:not(:first-of-type)[b-cy6ualddw1] {
      max-height: calc(100vh - 8rem);
      min-height: calc(100vh - 8rem);
      max-height: calc(var(--doc-height) - 8rem);
      min-height: calc(var(--doc-height) - 8rem);
    }

  .unselect-article[b-cy6ualddw1] {
    display: flex;
  }

  .article-image-container[b-cy6ualddw1] {
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .article-image[b-cy6ualddw1],
  [b-cy6ualddw1] .article-carousel {
    height: 18rem !important;
    width: 100% !important;
  }

  .tablet-article-name[b-cy6ualddw1] {
    display: flex !important;
    color: var(--softtec-medium-blue1);
  }

  .article-card[b-cy6ualddw1] {
    gap: 0;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .article-image-container[b-cy6ualddw1], .article-price-container[b-cy6ualddw1] {
    grid-row: 1;
  }


  .article-description[b-cy6ualddw1] {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    max-width: 100%;
    padding: 1rem;
  }

    .article-description:empty[b-cy6ualddw1] {
      display: none;
    }

    .article-description:not(:empty)[b-cy6ualddw1] {
      border-top: 1px solid var(--softtec-light-blue2);
    }

      .article-description:not(:empty) + .article-price-container[b-cy6ualddw1] {
        border-bottom-right-radius: 0;
      }

  .article-grid[b-cy6ualddw1] {
    padding-top: 2rem;
  }

    .article-grid.any-article-selected[b-cy6ualddw1] {
      padding-right: 1.6rem;
    }

  .child-prices-tooltip-container[b-cy6ualddw1],
  .article-tooltip-container[b-cy6ualddw1] {
    position: fixed !important; /* overlay on entire screen */
    margin-top: 0;
    top: auto;
    left: 0;
    bottom: 0;
    min-width: unset;
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    height: var(--doc-height);
    background-color: var(--dark-transparent-background);
    z-index: 9999;
    transform: scaleY(0);
    transform-origin: bottom left;
  }

  .child-prices-tooltip-content[b-cy6ualddw1],
  .article-tooltip-content[b-cy6ualddw1] {
    height: calc(100vh - 10rem);
    height: calc(var(--doc-height) - 10rem);
    margin-top: auto;
    border-radius: 1rem 1rem 0 0;
  }

    .child-prices-tooltip-content .d-none[b-cy6ualddw1],
    .article-tooltip-content .d-none[b-cy6ualddw1] {
      display: flex !important;
    }

  .article-tooltip-container[b-cy6ualddw1]::after,
  .child-prices-tooltip-container[b-cy6ualddw1]::after {
    display: none;
  }

  .article-name[b-cy6ualddw1] {
    margin: 0 auto;
  }

  .article-text[b-cy6ualddw1] {
    max-height: unset;
  }

  .tooltip-toggle:not(:checked) + .article-info-icon + .article-tooltip-container[b-cy6ualddw1],
  .tooltip-toggle:not(:checked) + .child-prices-info-icon + .child-prices-tooltip-container[b-cy6ualddw1] {
    transform: scaleY(0);
    opacity: 0;
    visibility: visible;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
  }

  .tooltip-toggle:checked + .article-info-icon + .article-tooltip-container[b-cy6ualddw1],
  .tooltip-toggle:checked + .child-prices-info-icon + .child-prices-tooltip-container[b-cy6ualddw1] {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
}


@media (max-width: 550px) {
  .articles-container[b-cy6ualddw1] {
    max-height: calc(100vh - 7.2rem);
    min-height: calc(100vh - 7.2rem);
    max-height: calc(var(--doc-height) - 7.2rem);
    min-height: calc(var(--doc-height) - 7.2rem);
  }

    .articles-container:not(:first-of-type)[b-cy6ualddw1] {
      max-height: calc(100vh - 6.2rem);
      min-height: calc(100vh - 6.2rem);
      max-height: calc(var(--doc-height) - 6.2rem);
      min-height: calc(var(--doc-height) - 6.2rem);
    }

      .articles-container:not(:first-of-type) .title[b-cy6ualddw1] {
        padding-top: .5rem;
      }

  .article-image[b-cy6ualddw1],
  [b-cy6ualddw1] .article-carousel {
    height: 14rem !important;
  }

  .tab-button[b-cy6ualddw1] {
    min-width: calc(100% / 3);
  }

  .group-tabs .more-than-three .tab-button[b-cy6ualddw1] {
    min-width: calc(100% / 3.5);
  }

  .font-size-14[b-cy6ualddw1],
  .group-label[b-cy6ualddw1] {
    font-size: var(--font-size-12);
  }

  .tab-button .group-label[b-cy6ualddw1] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .next-btn[b-cy6ualddw1] {
    line-height: 1.5;
    min-height: 4rem;
    height: 4rem;
    width: 25.9rem;
    margin: 0 auto;
    border-radius: 1rem;
    font-family: var(--font-bold);
  }
}
/*#endregion*/
/* _content/IBE.Blazor.Server/Features/02_FinishReservation/05_GuestData/GuestData.razor.rz.scp.css */
.condition-fields[b-varwxy9n8d] {
  margin-top: 1rem;
  background-color: var(--softtec-white);
  border-radius: .8rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.conditions-checkbox[b-varwxy9n8d] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 3rem;
}

.check-label[b-varwxy9n8d] {
  color: var(--softtec-medium-blue1);
  cursor: pointer;
  text-decoration: underline;
}

  .check-label:hover[b-varwxy9n8d] {
    color: var(--softtec-dark-blue);
    text-decoration: underline;
    font-weight: 600;
  }

.markket-code-card[b-varwxy9n8d], .external-info-card[b-varwxy9n8d] {
  background-color: var(--softtec-white);
  border-radius: .8rem;
  padding: 2rem;
}

.external-info-card[b-varwxy9n8d]  textarea {
  background-color: var(--softtec-white);
  color: var(--softtec-medium-blue1);
  border: 1px solid var(--softtec-light-blue1) !important;
  border-radius: 1rem;
  padding: .5rem;
  width: 100%;
  min-height: 6.5rem;
  max-height: 22rem;
}

  .external-info-card[b-varwxy9n8d]   textarea:focus-visible {
    outline: none;
  }

    @media (max-width : 720px) {
      .conditions-wrapper:last-child[b-varwxy9n8d] {
        margin-top: 1.5rem;
      }
     }

    @media (max-width : 520px) {
      .markket-code-card[b-varwxy9n8d], .external-info-card[b-varwxy9n8d] {
        padding: 1rem;
      }
     }

/* _content/IBE.Blazor.Server/Features/02_FinishReservation/05_GuestData/RegistrationSheetUtils/ContactForm.razor.rz.scp.css */
.grid-container[b-g5xqahujwe] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 1rem;
}

.input-cards[b-g5xqahujwe] {
  background-color: var(--softtec-white);
  border-radius: .8rem;
  padding: 2rem;
  flex-direction: column;
  gap: 1.5rem;
}

.grid-item[b-g5xqahujwe] {
  position: relative;
  width: 100%;
  height:4rem;
}

.contact-form[b-g5xqahujwe] {
  width: 100%;
}


@media (max-width: 950px) {
  .grid-container[b-g5xqahujwe] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 650px) {
  .grid-container[b-g5xqahujwe] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
  .grid-container[b-g5xqahujwe] {
    grid-template-columns: 1fr;
  }
}
/* _content/IBE.Blazor.Server/Features/02_FinishReservation/05_GuestData/RegistrationSheetUtils/ContactFormField.razor.rz.scp.css */
.form-field[b-485cf9q1dn] {
  position: relative;
}

/* Input-Basis */
.input-control.valid[b-485cf9q1dn] {
  width: 100%;
  height: 4rem !important;
  padding: 0.9rem 0.75rem;
  font-size: 1rem;
  border: 1px solid var(--softtec-light-blue1) !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

input:not([type='range']):not([type='tel'])[b-485cf9q1dn] {
  border: none !important;
}

/* Fokus-Effekt */
.input-control:focus[b-485cf9q1dn] {
  border-color: var(--softtec-light-blue1);
  box-shadow: 0 0 0 3px rgba(59,130,246,0.25);
}

/* Label (groß, wenn leer) */
.form-field label[b-485cf9q1dn] {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  background: var(--softtec-white);
  padding: 0 0.25rem;
  font-size: 14px;
  color: var(--softtec-dark-blue); /* Dark Blue wenn leer */
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}

/* Label hoch, wenn Fokus oder Wert drin (klein & Medium Blue) */
.input-control:focus + label[b-485cf9q1dn],
.input-control:not(:placeholder-shown) + label[b-485cf9q1dn] {
  top: -0.6rem;
  left: 0.6rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--softtec-medium-blue1);
}

.form-field:has(.input-control:focus) label[b-485cf9q1dn],
.form-field:has(.input-control:not(:placeholder-shown)) label[b-485cf9q1dn] {
  top: 0.7rem;
  left: 0.6rem;
 
  font-weight: 400;
  color: var(--softtec-medium-blue1);
}

.input-dropdown select:not(:-internal-list-box):not([multiple])[b-485cf9q1dn] {
  border: 1px solid var(--softtec-light-blue1) !important;
  color: var(--softtec-medium-blue1);
  padding-top: .8rem !important;
  padding-bottom: 0 !important;
  padding-left: 0.75rem !important;
  font-size: small;
}

/*Date-picker*/

.date-picker[b-485cf9q1dn] {
  position: relative;
}

  .date-picker[b-485cf9q1dn] >  .datepicker-input:before,
  .date-picker[b-485cf9q1dn] >  .datepicker-input::-webkit-calendar-picker-indicator {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    background-color: var(--softtec-medium-blue1);
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url('/icons/calendar_2.svg');
    mask-image: url('/icons/calendar_2.svg');
    z-index: 1;
    cursor: pointer;
  }

[b-485cf9q1dn] .datepicker-input {
  -webkit-appearance: none;
}

/*#region PhonenumberInput*/

.st-phone-input-container[b-485cf9q1dn] {
    display: flex;
    position: relative;
    gap: 1rem;
    height: 4rem;
    align-items: center;
    color: var(--softtec-medium-blue1);
}

.tel[b-485cf9q1dn] {
    position: relative;
    height: 4rem;
    flex: 1;
}

    .tel span[b-485cf9q1dn] {
        position: absolute;
        left: .5rem;
        top: 1.31rem;
        width: 9rem;
        padding: 0 1rem;
        color: var(--softtec-medium-blue2);
        border-right: 1px solid var(--softtec-field-border-color);
        line-height: normal;
    }

    .tel input[b-485cf9q1dn] {
        padding: 1rem;
        padding-left: 10rem;
        height: 2rem;
        border: 1px solid var(--softtec-field-border-color);
        border-radius: 8px;
        width: 100%;
        height: 100%;
        color: var(--softtec-medium-blue1);
    }

.st-country-select:hover[b-485cf9q1dn],
input:hover:not(:disabled)[b-485cf9q1dn] {
    box-shadow: 0 0 2px 2px var(--softtec-light-blue-shadow);
}

.tel:focus-visible[b-485cf9q1dn],
.tel:focus[b-485cf9q1dn],
input:focus-visible[b-485cf9q1dn],
input:focus[b-485cf9q1dn] {
    box-shadow: unset;
    outline: 0;
}

.tel input[b-485cf9q1dn]::placeholder {
    color: var(--softtec-medium-blue2);
}

.st-country-select[b-485cf9q1dn] {
    position: relative;
    display: inline-block;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--softtec-field-border-color);
    background: var(--softtec-white);
    width: 8rem;
    height: 4rem;
}

    .st-country-select img[b-485cf9q1dn] {
        width: 4rem;
        height: 2.4rem;
        vertical-align: middle;
        margin-right: 8px;
    }

    .st-country-select select[b-485cf9q1dn] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }

.tel-info-icon[b-485cf9q1dn] {
    position: absolute;
    z-index: 1;
    top: -.5rem;
    right: -.5rem;
    height: 1.8rem;
    width: 1.8rem;
    cursor: pointer;
    background-color: var(--softtec-white);
    border-radius: 50%;
}

/*Tooltip*/
.tooltip-container[b-485cf9q1dn] {
    visibility: hidden;
    opacity: 0;
    color: var(--softtec-white);
    text-align: center;
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: bottom center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
    width: 100%;
    min-width: 20rem;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
}

    .tooltip-container[b-485cf9q1dn]::after {
        content: "";
        position: absolute;
        top: 100%;
        right: .5rem;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: var(--softtec-medium-blue1) transparent transparent transparent;
    }

/* Tooltip sichtbar beim Hover oder Fokus */
.tel-info-icon:focus-within + .tooltip-container[b-485cf9q1dn],
.tel-info-icon:hover + .tooltip-container[b-485cf9q1dn] {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
}

/* Tooltip content styling */
.tooltip-content[b-485cf9q1dn] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--softtec-medium-blue1);
    border-radius: 1rem;
}


@media (max-width: 520px) {
    .tooltip-container[b-485cf9q1dn] {
        width: calc(100vw - 2rem);
    }

        .tooltip-container[b-485cf9q1dn]::after {
            right: .4rem;
        }
}
/*#endregion*/
/* _content/IBE.Blazor.Server/Features/02_FinishReservation/05_GuestData/RegistrationSheetUtils/RegistrationSheet.razor.rz.scp.css */
.input-card[b-vzz8e6nglu] {
  background-color: var(--softtec-white);
  border-radius: .8rem;
  display: flex;
  gap: 1.5rem;
}

.grid-item[b-vzz8e6nglu] {
  position: relative;
  width: 100%;
  height: 4rem;
}

.contact-form[b-vzz8e6nglu] {
  width: 100%;
}

.margin-left-2[b-vzz8e6nglu] {
  margin-left: 2rem;
}

.margin-top-1[b-vzz8e6nglu] {
  margin-top: 1rem;
}

.button-container[b-vzz8e6nglu] {
  position: relative;
  background-color: var(--softtec-light-blue2);
  color: var(--softtec-medium-blue1);
  position: sticky;
  gap: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  height: 7rem;
  width: 100%;
  z-index: 4;
  margin-bottom: 2rem;
}

.booking-btn[b-vzz8e6nglu] {
  width: fit-content;
  min-width: 15.4rem;
  margin: 1rem auto 0 auto;
  width: 25.9rem;
  background-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
  border: none;
  height: 4rem;
  min-height: 4rem;
  border-radius: .8rem;
  z-index: 100;
}

.booking-btn:hover[b-vzz8e6nglu] {
  cursor: pointer;
  background-color: var(--softtec-dark-blue);
}


.customerdata[b-vzz8e6nglu] {
  padding: 0 0 1rem 2rem;
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

/*#region Validation*/
[b-vzz8e6nglu] .validation-message {
  display: none;
}

.show-validation[b-vzz8e6nglu]  .form-field .invalid,
.show-validation[b-vzz8e6nglu]  .st-phone-input-container .invalid,
.show-validation[b-vzz8e6nglu]  .markket-code-card.invalid .form-select {
  border: 1px solid var(--softtec-red) !important;
}

.show-validation[b-vzz8e6nglu]  .markket-code-card.invalid label {
  color: var(--softtec-red);
}
/* #endregion*/


@media (max-width : 520px) {
  .button-container[b-vzz8e6nglu] {
    bottom: 5rem;
    height: 7rem;
    width: 100%;
    z-index: 4;
  }

  .pr-2[b-vzz8e6nglu], [b-vzz8e6nglu] .pr-2, [b-vzz8e6nglu] .condition-fields {
    padding: 1rem !important;
  }
}
/* _content/IBE.Blazor.Server/Features/02_FinishReservation/06_CreditCardEntry/CreditCardEntry.razor.rz.scp.css */
.secure-field--actions[b-wofbayuq0x] {
  border-radius: 50%;
  border: 1px solid var(--softtec-dark-blue);
  height: 7rem;
  width: 7rem;
  padding: 1rem;
}

.secure-field--action[b-wofbayuq0x] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.secure-field--card-icon__recognized-card[b-wofbayuq0x] {
  width: 5rem;
}

[b-wofbayuq0x] .input-control {
  height: 30px !important;
}

.credit-owner-wrapper[b-wofbayuq0x] {
  display: inline-block;
  width: 100%;
  border-radius: .8rem;
  transition: box-shadow 0.2s;
  margin-bottom: 1rem;
}

.credit-owner[b-wofbayuq0x] {
  width: 100%;
  border: 1px solid var(--softtec-light-blue1);
  border-radius: .8rem;
  height: 3rem;
  padding-left: 8px;
  background: white;
  color: var(--softtec-medium-blue1);
  font-size: 14px;
  box-shadow: rgb(165, 183, 198) 0px 0px 1px 1px;
  outline: none;
}
  .credit-owner:hover[b-wofbayuq0x],
  .credit-owner:focus[b-wofbayuq0x] {
    box-shadow: 0 0 3px var(--softtec-light-blue1);
    z-index: 5;
    position: relative;
  }

  .credit-owner[b-wofbayuq0x]::placeholder {
    color: var(--softtec-medium-blue1); 
    opacity: 1; 
  }

.credit-owner:hover[b-wofbayuq0x],
.credit-owner:focus[b-wofbayuq0x] {
  box-shadow: 0 0 3px var(--softtec-light-blue1);
  z-index: 5;
  position: relative;
}
#card-holder-container[b-wofbayuq0x] {
  height: 3.5rem;
}

#card-number-container[b-wofbayuq0x] {
  height: 3.5rem;
}

#cvv-container[b-wofbayuq0x] {
  height: 2.5rem;
  margin: 0 0 1rem 0;
  width: 50%;
}

#payment-container[b-wofbayuq0x] {
  width: 50rem;
  padding-bottom: 2rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

#payment-container .secure-field--input[b-wofbayuq0x] {
  height: 4rem;
}

#payment-container .gap-2[b-wofbayuq0x] {
  gap: 1.5rem !important;
}

.date-picker[b-wofbayuq0x] {
  box-shadow: rgb(165, 183, 198) 0px 0px 1px 1px;
  height: 3rem;
  padding-left: 8px;
  color: rgb(76, 110, 142);
  margin: 2px 2px 0px;
  width: calc(100% - 4px);
  font-size: 14px !important;
  border-radius: .8rem !important;
  border: 1px solid var(--softtec-light-blue1) !important;
  color: var(--softtec-medium-blue1) !important;
  outline: none !important;
  transition: box-shadow 0.2s;
  position: relative;
}

  .date-picker[b-wofbayuq0x]:before,
  .date-picker[b-wofbayuq0x]::-webkit-calendar-picker-indicator {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 5px;
    right: 8px;
    background: none;
    background-color: var(--softtec-medium-blue1);
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url('icons/calendar_2.svg');
    mask-image: url('icons/calendar_2.svg');
    z-index: 1;
    cursor: pointer;
  }

.booking-btn[b-wofbayuq0x] {
  width: 25.9rem;
  font-family: var(--font-bold);
  background-color: var(--softtec-medium-blue1);
  color: #fff !important;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  height: 4rem;
  border-radius: .8rem;
  cursor: pointer;
  margin: 2rem auto 0 auto;
  border: none;
}

  .booking-btn:disabled[b-wofbayuq0x] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
  }

@media (max-width: 520px) {
 #payment-container[b-wofbayuq0x] {
    width: 100%;
  }
}
/* _content/IBE.Blazor.Server/Features/03_ConfirmationPage/07_HotelHighlights/HotelHighlights.razor.rz.scp.css */
.page-container[b-wnua8dbu6w] {
  height: 100vh;
  height: var(--doc-height);
  padding: 1rem;
}

.rc-check[b-wnua8dbu6w] {
  padding: 1.6rem;
  height: 10rem;
  margin: auto;
  width: 10rem;
}

.rc-text[b-wnua8dbu6w] {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 2rem;
  margin: 0 auto 1rem auto;
}

.highlight-gallery[b-wnua8dbu6w] {
  overflow-y: auto;
  scrollbar-width: none;
  flex: 1;
}

  .highlight-gallery .rc-hotel-highlights[b-wnua8dbu6w] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    width: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    padding: 1rem;
  }

.highlight-item[b-wnua8dbu6w] {
  width: 100%;
  box-shadow: var(--dark-transparent2) 0px 2px 8px 0px;
  border-radius: .8rem;
  background: var(--softtec-white);
  overflow: hidden;
}

[b-wnua8dbu6w] .highlight-item .imgs {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

  [b-wnua8dbu6w] .highlight-item .imgs .slide-img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

[b-wnua8dbu6w] .highlight-gallery .highlight-item .highlight-text {
  padding: 1.5rem;
  font-size: var(--font-size-12);
  color: var(--softtec-medium-blue1);
}

.title[b-wnua8dbu6w] {
  color: var(--softtec-medium-blue1) !important;
}

.child-items[b-wnua8dbu6w] {
  overflow: hidden;
  padding: 1rem;
  flex-direction: column;
  display: flex;
  gap: 1rem;
  border-top: 1px solid var(--softtec-light-blue2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.child-items[b-wnua8dbu6w]  p {
  margin-bottom: 0;
}

.toggle:checked ~ .child-items[b-wnua8dbu6w] {
  opacity: 1;
  visibility: visible;
}

[b-wnua8dbu6w] .highlight-item .child-imgs {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}

.highlight-item .highlight-text .desc[b-wnua8dbu6w] {
  cursor: pointer;
  text-align: right;
  width: 100%;
}

.toggle:checked + .highlight-text .desc .fa-solid[b-wnua8dbu6w] {
  transform: rotate(180deg);
}

.btn-lightblue[b-wnua8dbu6w] {
  margin: auto 1rem 2rem 1rem;
  width: 25.9rem;
  height: 3rem;
  border-radius: 1rem;
  font-family: var(--font-bold);
  border: none;
  background-color: var(--softtec-medium-blue1);
  margin: 0 auto;
  color: var(--softtec-white) !important;
  line-height: 1.5;
  min-height: 4rem;
  height: 4rem;
  width: 25.9rem;
  border-radius: 1rem;
  font-family: var(--font-bold);
}

.rs-btns[b-wnua8dbu6w] {
  background-color: var(--softtec-light-blue2);
  color: var(--softtec-medium-blue1);
  position: sticky;
  gap: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  height: 4rem;
  width: 100%;
  z-index: 4;
}

.btn-lightblue:hover[b-wnua8dbu6w] {
  background-color: var(--softtec-dark-blue);
}

.button-container .btn:disabled[b-wnua8dbu6w] {
  background-color: var(--softtec-grey);
  color: var(--softtec-white);
  cursor: pointer;
  transform: none;
}

@media (max-width: 1200px) {
  .highlight-gallery .rc-hotel-highlights[b-wnua8dbu6w] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  [b-wnua8dbu6w] .highlight-gallery .rc-hotel-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {
  .page-container[b-wnua8dbu6w], .rs-btns[b-wnua8dbu6w] {
    gap: 1rem;
  }

  .rc-text[b-wnua8dbu6w] {
    margin: 0 auto;
  }
}
/* _content/IBE.Blazor.Server/Features/CrossCuttingConcerns/DotsLoader.razor.rz.scp.css */
.dots-loader[b-31m9btcdb0] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

  .dots-loader span[b-31m9btcdb0] {
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--softtec-medium-blue2);
    border-radius: 50%;
    display: inline-block;
    animation: jump-b-31m9btcdb0 0.6s infinite ease-in-out;
  }

    .dots-loader span:nth-child(1)[b-31m9btcdb0] {
      animation-delay: 0s;
    }

    .dots-loader span:nth-child(2)[b-31m9btcdb0] {
      animation-delay: 0.2s;
    }

    .dots-loader span:nth-child(3)[b-31m9btcdb0] {
      animation-delay: 0.4s;
    }

@keyframes jump-b-31m9btcdb0 {
  0%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-0.6rem);
  }
}
/* _content/IBE.Blazor.Server/Features/CrossCuttingConcerns/HotelLoadingIndicator.razor.rz.scp.css */
.loadingWrapper[b-85f42zp084] {
  border: 0;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
}

.dots-loader[b-85f42zp084] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

  .dots-loader span[b-85f42zp084] {
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--softtec-medium-blue2);
    border-radius: 50%;
    display: inline-block;
    animation: jump-b-85f42zp084 0.6s infinite ease-in-out;
  }

    .dots-loader span:nth-child(1)[b-85f42zp084] {
      animation-delay: 0s;
    }

    .dots-loader span:nth-child(2)[b-85f42zp084] {
      animation-delay: 0.2s;
    }

    .dots-loader span:nth-child(3)[b-85f42zp084] {
      animation-delay: 0.4s;
    }

@keyframes jump-b-85f42zp084 {
  0%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-0.6rem);
  }
}
/* _content/IBE.Blazor.Server/Features/CrossCuttingConcerns/ImagesCarousel.razor.rz.scp.css */
.carousel[b-wvfgw2c8ex] {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 1rem;
}

.slides[b-wvfgw2c8ex] {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 400ms ease;
}

.slide[b-wvfgw2c8ex] {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

  .slide-img[b-wvfgw2c8ex] {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

    .slide-img.default-img[b-wvfgw2c8ex] {
      object-fit: contain;
      background: var(--softtec-light-blue3);
    }

.navigation[b-wvfgw2c8ex] {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-icon[b-wvfgw2c8ex] {
  font-size: var(--font-size-20);
  color: var(--softtec-white);
  cursor: pointer;
  padding: .5rem 1rem;
  user-select: none;
}

.counter[b-wvfgw2c8ex] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2px 1rem;
  width: fit-content;
  color: var(--softtec-white);
  font-family: var(--font-medium);
  margin: 0 auto 1rem auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light-transparent1);
  min-width: 8rem;
}
/* _content/IBE.Blazor.Server/Features/CrossCuttingConcerns/LoadingIndicator.razor.rz.scp.css */
.loading-overlay[b-1u4atkqt5h] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.spinner[b-1u4atkqt5h] {
  width: 60px;
  height: 60px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin-b-1u4atkqt5h 1s linear infinite;
}

@keyframes spin-b-1u4atkqt5h {
  to {
    transform: rotate(360deg);
  }
}
/* _content/IBE.Blazor.Server/Features/CrossCuttingConcerns/Step.razor.rz.scp.css */
.step[b-h19cfc3d3k] {
  width: 100%;
}
