@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Clients.Shared/Clients.Shared.pcmerdmx0l.bundle.scp.css';
@import '_content/PMS.Blazor.Shared/PMS.Blazor.Shared.1181vgxy78.bundle.scp.css';
@import '_content/Softtec.Blazor/Softtec.Blazor.5pvxvdgc78.bundle.scp.css';
@import '_content/Softtec.Components/Softtec.Components.d4fuliuxyl.bundle.scp.css';

/* /Components/ErrorModal.razor.rz.scp.css */
.error-backdrop[b-9k6z1kwgtu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 10000;
    display: none;
}

.error-backdrop.show[b-9k6z1kwgtu] {
    display: block;
}

.error-modal[b-9k6z1kwgtu] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: var(--softtec-medium-blue1);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    text-align: center;
    z-index: 10001;
    box-sizing: border-box;
    display: none;
}

.error-modal.show[b-9k6z1kwgtu] {
    display: block;
}

.error-message[b-9k6z1kwgtu] {
    font-size: 14px;
    margin-bottom: 2rem;
    word-wrap: break-word;
    padding: 1rem;
    text-align: center;
}

.error-close-button[b-9k6z1kwgtu] {
    background: var(--softtec-medium-blue1);
    color: var(--softtec-white);
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s ease;
}

.error-close-button:hover[b-9k6z1kwgtu] {
    background: var(--softtec-dark-blue);
}

.error-close-button:active[b-9k6z1kwgtu] {
    transform: scale(0.98);
}

@media (max-width: 768px) {
    .error-modal[b-9k6z1kwgtu] {
        width: 95%;
        padding: 1.5rem;
    }

    .error-title[b-9k6z1kwgtu] {
        font-size: 18px;
    }

    .error-message[b-9k6z1kwgtu] {
        font-size: 13px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-swunlubixb] {
    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-swunlubixb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Features/01_LandingPage/01_Occupancy/ImageCarousel.razor.rz.scp.css */
.carousel-wrapper[b-9vfeavvnc9] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.carousel-layer[b-9vfeavvnc9] {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .9s ease-in-out;
}

.carousel-layer-active[b-9vfeavvnc9] {
  opacity: 1;
}

.carousel-bg[b-9vfeavvnc9] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-bg-blur[b-9vfeavvnc9] {
  filter: blur(20px);
  transform: scale(1.1);
}

.carousel-bg-main[b-9vfeavvnc9] {
  transform-origin: center;
  animation-timing-function: ease-in-out, ease-out;
  animation-iteration-count: infinite, 1;
}

.kenburns-a[b-9vfeavvnc9] {
  animation-name: kenburns-zoom-a-b-9vfeavvnc9, reveal-a-b-9vfeavvnc9;
}

.kenburns-b[b-9vfeavvnc9] {
  animation-name: kenburns-zoom-b-b-9vfeavvnc9, reveal-b-b-9vfeavvnc9;
}

@keyframes kenburns-zoom-a-b-9vfeavvnc9 {
  0% { transform: scale(1.06); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes kenburns-zoom-b-b-9vfeavvnc9 {
  0% { transform: scale(1.06); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes reveal-a-b-9vfeavvnc9 {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes reveal-b-b-9vfeavvnc9 {
  from { opacity: 0; }
  to { opacity: 1; }
}

.overlay-content[b-9vfeavvnc9] {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* /Features/01_LandingPage/01_Occupancy/Occupancy.razor.rz.scp.css */
.occupancy-container[b-bi7e4hhf1u] {
  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;
  overflow: hidden;
}

[b-bi7e4hhf1u] .occupancy-form {
  min-height: inherit;
}

.search-btn[b-bi7e4hhf1u] {
  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 10rem auto;
  width: 30rem;
  justify-content: center;
  height: 8rem;
  line-height: unset;
  font-size: 20px;
  box-shadow: var(--dark-transparent1) 0px 4px 30px;
  font-family: var(--font-semibold);
  border: 2px solid var(--light-transparent3);
  transition: transform 0.45s cubic-bezier(0.68, -1, 0.265, 2), background 0.2s ease;
  backdrop-filter: blur(6px);
}

.hotel-name-mobile[b-bi7e4hhf1u] {
  display: none;
  font-size: var(--font-size-12);
}

.hotel-address[b-bi7e4hhf1u] {
  margin-bottom: 2rem;
  text-align: center;
  font-size: var(--font-size-14);
}

.search-btn:disabled[b-bi7e4hhf1u] {
  cursor: not-allowed;
  opacity: .7;
}

.search-btn:not(:disabled)[b-bi7e4hhf1u] {
  animation-name: btn-glow;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 36; /* 36 x 5s = 180s (3 Min), danach haelt der Button an statt endlos zu glimmen */
}

@media (hover: hover) and (pointer: fine) {
  .search-btn:not(:disabled):hover[b-bi7e4hhf1u] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.20);
    animation-play-state: paused;
  }
}

.search-btn:focus-visible[b-bi7e4hhf1u] {
  box-shadow: 0 0 0 2px black;
}

.search-btn:focus:not(:focus-visible)[b-bi7e4hhf1u] {
  box-shadow: none;
  outline: none;
}

label:empty[b-bi7e4hhf1u],
div:empty[b-bi7e4hhf1u] {
  display: none;
}



/*#region media*/
@media only screen and (orientation: landscape) and (max-height: 520px) {
  .search-btn[b-bi7e4hhf1u] {
    height: 4rem;
    margin-bottom: 1rem;
  }

  .hotel-address[b-bi7e4hhf1u] {
    margin-bottom: 1rem;

  }
}

@media (max-width: 605px) {
  .occupancy-footer[b-bi7e4hhf1u] {
    bottom: 1rem;
    position: absolute;
    right: 0;
    left: 0;
  }

  .search-btn[b-bi7e4hhf1u] {
    height: 4rem;
    margin-top: 2rem;
    margin-bottom: 1.6rem;
    border-radius: 1rem;
    width: 18rem;
    font-size: var(--font-size-14);
  }

  .hotel-address[b-bi7e4hhf1u] {
    margin-bottom: 0;
    font-size: var(--font-size-12);
  }

  .hotel-name[b-bi7e4hhf1u] {
    display: none;
  }

  .hotel-name-mobile[b-bi7e4hhf1u] {
    display: block;
    text-align: center;
    line-height: 2rem;
  }
}
/*#endregion*/
/* /Features/01_LandingPage/01_Occupancy/OccupancyEntries/OccupancyEntries.razor.rz.scp.css */
.occupancy-grid[b-xwlh2x8xn9] {
  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: 3;
}

.occupancy-card[b-xwlh2x8xn9] {
  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-xwlh2x8xn9] {
  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-xwlh2x8xn9] {
    overflow: auto;
    line-height: 3rem;
    max-height: 25rem;
    scrollbar-width: none;
    color: var(--softtec-white)
  }

.occupancy-body[b-xwlh2x8xn9] {
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
}

  .occupancy-body .d-grid[b-xwlh2x8xn9] {
    scrollbar-width: none;
  }

.occupancy-counter[b-xwlh2x8xn9], .occupancy-item-child[b-xwlh2x8xn9] {
  flex: 1;
  padding: 1rem;
  min-width: 22.5rem;
}

  .occupancy-counter .font-size-14[b-xwlh2x8xn9] {
    line-height: 3rem;
  }

.occupancy-btns-container:first-child[b-xwlh2x8xn9] {
  flex: 1;
  margin-right: 1rem;
  align-self: center;
}

.counter-btn[b-xwlh2x8xn9] {
  border: 1px solid var(--softtec-white);
  border-radius: .8rem;
  background-color: var(--light-transparent3) !important;
  color: white !important;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: small;
  transition: transform 0.2s ease;
}

  @media (hover: hover) and (pointer: fine) {
    .counter-btn:not(:disabled):hover[b-xwlh2x8xn9] {
      cursor: pointer !important;
      background-color: transparent;
      transform: scale(1.05);
    }
  }

  .counter-btn:disabled[b-xwlh2x8xn9] {
    cursor: not-allowed !important;
    opacity: .6;
  }

  .counter-btn:focus-visible[b-xwlh2x8xn9] {
    box-shadow: 0 0 0 2px black;
  }

  .counter-btn:focus:not(:focus-visible)[b-xwlh2x8xn9] {
    box-shadow: none;
    outline: none;
  }

.add-room-row[b-xwlh2x8xn9] {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
  margin: 1rem auto 0 auto;
}

  .add-room-row.with-bookingcode .add-room-btn[b-xwlh2x8xn9],
  .add-room-row.with-bookingcode .bookingcode-field[b-xwlh2x8xn9] {
    flex: none !important;
    width: calc(50% - .5rem) !important;
    min-width: fit-content;
    margin: 0 !important;
    line-height: normal;
  }

  .add-room-row.with-bookingcode .add-room-btn + .bookingcode-field[b-xwlh2x8xn9] {
    min-width: 0;
  }

  .add-room-row.with-bookingcode .bookingcode-field .bookingcode-input[b-xwlh2x8xn9] {
    width: 100% !important;
  }

.add-room-btn[b-xwlh2x8xn9] {
  box-sizing: border-box;
  border: 1px solid var(--softtec-white);
  border-radius: 0.5rem;
  background-color: var(--light-transparent3);
  display: flex;
  color: var(--softtec-white);
  align-items: center;
  gap: .5rem;
  margin: 0 auto;
  width: 32rem;
  line-height: .8rem;
  padding: .5rem 1rem !important;
  width: 20rem;
  min-height: 3rem;
  gap: 1rem;
  justify-content: center;
}

  @media (hover: hover) and (pointer: fine) {
    .add-room-btn:hover[b-xwlh2x8xn9] {
      cursor: pointer;
      background-color: transparent;
    }
  }

  .add-room-btn:focus-visible[b-xwlh2x8xn9] {
    box-shadow: 0 0 0 2px black;
  }

  .add-room-btn:focus:not(:focus-visible)[b-xwlh2x8xn9] {
    box-shadow: none;
    outline: none;
  }

.bookingcode-field[b-xwlh2x8xn9] {
  position: relative;
  width: 20rem;
  margin: 2rem auto 0 auto;
}

.bookingcode-input[b-xwlh2x8xn9] {
  box-sizing: border-box;
  border: 1px solid var(--softtec-white) !important;
  border-radius: 0.5rem;
  background-color: var(--light-transparent3);
  color: var(--softtec-white);
  width: 100%;
  min-height: 3rem;
  padding: 1.6rem 1rem 0.3rem 1rem;
  line-height: normal;
  font-size: 14px;
}

  .bookingcode-input[b-xwlh2x8xn9]::placeholder {
    color: transparent;
  }

  .bookingcode-input:focus[b-xwlh2x8xn9] {
    outline: none;
  }

.bookingcode-field label[b-xwlh2x8xn9] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 0.35rem;
  font-size: 14px;
  line-height: .8rem;
  color: var(--softtec-white);
  pointer-events: none;
  font-family: var(--font-semibold);
  transition: left 0.15s ease-in-out, top 0.15s ease-in-out, font-size 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.bookingcode-field:has(.bookingcode-input:focus) label[b-xwlh2x8xn9],
.bookingcode-field:has(.bookingcode-input:not(:placeholder-shown)) label[b-xwlh2x8xn9] {
  top: 0.5rem;
  left: 0.75rem;
  font-size: 8px;
  transform: none;
}

.occupancy-card:not(.has-children)[b-xwlh2x8xn9] {
  width: 64.4rem;
}

.occupancy-counter-container[b-xwlh2x8xn9],
.occupancy-item-children-container[b-xwlh2x8xn9] {
  border: 1px solid var(--softtec-white);
  border-radius: .8rem;
  background-color: var(--light-transparent2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: .5rem;
}

.occupancy-counter-container[b-xwlh2x8xn9] {
  position: relative;
}

.occupancy-item-children-container[b-xwlh2x8xn9] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}

.occupancy-item-child[b-xwlh2x8xn9] {
  flex: unset;
}

.occupancy-item[b-xwlh2x8xn9] {
  position: relative;
  padding: 0 4.5rem 2rem 4.5rem;
}
.occupancy-item:first-child[b-xwlh2x8xn9] {
    margin-top: 2.5rem;
}

.delete-occupancy-btn[b-xwlh2x8xn9] {
  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;
  z-index: 1;
}

  @media (hover: hover) and (pointer: fine) {
    .delete-occupancy-btn:hover[b-xwlh2x8xn9] {
      cursor: pointer;
    }
  }

.delete-occupancy-btn:focus-visible[b-xwlh2x8xn9] {
  box-shadow: 0 0 0 2px black;
}

  .delete-occupancy-btn:focus:not(:focus-visible)[b-xwlh2x8xn9] {
    box-shadow: none;
    outline: none;
  }

.occupancy-counter:first-child[b-xwlh2x8xn9] {
  border-bottom: none;
  border-right: 1px solid var(--softtec-white);
  padding: 1rem 1.5rem 1rem 1rem;
}

  .occupancy-counter:first-child:last-child[b-xwlh2x8xn9] {
    border-right: none;
    grid-column: span 2;
  }

.occupancy-counter:last-child[b-xwlh2x8xn9] {
  padding: 1rem 1rem 1rem 1.5rem;
}

label:empty[b-xwlh2x8xn9],
div:empty[b-xwlh2x8xn9] {
  display: none;
}

.child-level-select[b-xwlh2x8xn9] {
  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-xwlh2x8xn9] {
    background-color: var(--softtec-dark-grey);
    font-family: var(--font-regular);
    font-size: var(--font-size-12);
  }

  .child-level-select:focus-visible[b-xwlh2x8xn9] {
    box-shadow: 0 0 0 2px black;
  }

  .child-level-select:focus:not(:focus-visible)[b-xwlh2x8xn9] {
    box-shadow: none;
    outline: none;
  }

  @media (hover: hover) and (pointer: fine) {
    .child-level-select:hover[b-xwlh2x8xn9] {
      box-shadow: 0 0 1px 1px var(--light-transparent3);
      cursor: pointer;
    }
  }

.occupancy-item-child:nth-child(odd)[b-xwlh2x8xn9] {
  border-right: 1px solid var(--softtec-white) !important;
  padding: .5rem 1.5rem 1rem 1rem;
}

.occupancy-item-child:nth-child(n + 3)[b-xwlh2x8xn9] {
  border-top: 1px solid var(--softtec-white);
}

.occupancy-item-child:nth-child(even)[b-xwlh2x8xn9] {
  padding: .5rem 1rem 1rem 1.5rem;
}


/*#region media*/
@media (max-width: 520px) {
  .occupancy-item.font-size-14[b-xwlh2x8xn9] {
    font-size: var(--font-size-12);
  }

  .occupancy-item[b-xwlh2x8xn9] {
    padding: 0 1.5rem 2rem 1.5rem;
  }

  .delete-occupancy-btn[b-xwlh2x8xn9] {
    right: 0rem;
    top: -2.3rem;
  }
}

@media (max-width: 1670px) {
  .occupancy-card.has-children[b-xwlh2x8xn9] {
    max-width: 70vw;
  }
}

@media (max-width: 1500px) {
  .occupancy-card.has-children[b-xwlh2x8xn9] {
    max-width: 80vw;
  }
}

@media (max-width: 1240px) {
  .occupancy-card[b-xwlh2x8xn9] {
    max-width: calc(100vw - 17rem);
  }
}

@media (max-width: 1090px) {
  .occupancy-card[b-xwlh2x8xn9] {
    max-width: calc(100vw - 4rem);
  }

  .occupancy-item-child[b-xwlh2x8xn9] {
    min-width: 50%;
  }
}

@media (max-width: 960px) {
  .occupancy-counter-container[b-xwlh2x8xn9] {
    min-width: unset;
  }

  .occupancy-item-children-container[b-xwlh2x8xn9] {
    grid-template-columns: 1fr;
  }

  .occupancy-item-children-container .child-level-select[b-xwlh2x8xn9], [b-xwlh2x8xn9] .occupancy-item-children-container .child-level-select {
    width: 100%;
  }

  .occupancy-item-child[b-xwlh2x8xn9], .occupancy-item-child:nth-child(odd)[b-xwlh2x8xn9] {
    border-top: none !important;
    border-right: none !important;
  }

    .occupancy-item-child:nth-child(even)[b-xwlh2x8xn9] {
      padding-left: 1rem;
    }

    .occupancy-item-child:nth-child(odd)[b-xwlh2x8xn9] {
      padding-right: 1rem;
    }
}

@media (max-width: 605px) {
    .occupancy-grid[b-xwlh2x8xn9] {
        padding: 1rem;
        display: flex;
        justify-content: center;
        padding-bottom: 13rem !important;
    }

    .occupancy-card[b-xwlh2x8xn9], .occupancy-card.has-children[b-xwlh2x8xn9] {
        width: 100%;
        max-height: calc(100vh - 13rem);
        max-height: calc(var(--doc-height) - 13rem);
        margin: 0 0 0 0;
        max-width: calc(100vw - 2rem);
    }

  .occupancy-header[b-xwlh2x8xn9] {
    padding: 0 1rem; 
  }

  .occupancy-header .font-softtec-bold[b-xwlh2x8xn9] {
    font-size: var(--font-size-16);
    padding: 0 1.5rem;
    line-height: 2rem;
    max-height: 15rem;
  }

  .occupancy-counter-container[b-xwlh2x8xn9] {
    grid-template-columns: 1fr;
    border: none;
    background-color: transparent;
    gap: .5rem;
    padding: 0;
  }

  .occupancy-counter[b-xwlh2x8xn9] {
    background-color: var(--light-transparent2);
    border: 1px solid var(--softtec-white);
    border-radius: .6rem;
    padding: 1rem !important;
  }

  .add-room-btn[b-xwlh2x8xn9] {
    width: 18rem !important;
  }

  .add-room-row[b-xwlh2x8xn9] {
    padding: .5rem 2rem;
    font-size: 12px;
    margin: 0 auto 0 auto;
  }

  .bookingcode-field label[b-xwlh2x8xn9] {
    font-size: 12px;
  }

  .add-room-row.with-bookingcode .add-room-btn[b-xwlh2x8xn9],
  .add-room-row.with-bookingcode .bookingcode-field[b-xwlh2x8xn9] {
    width: 50% !important;
    flex: unset;
    padding: 0;
  }

  .add-room-row.with-bookingcode .add-room-btn[b-xwlh2x8xn9] {
    gap: .4rem;
    padding: .5rem !important;
  }

    .add-room-row.with-bookingcode .add-room-btn .fa-plus[b-xwlh2x8xn9] {
      flex-shrink: 0;
    }

    .add-room-row.with-bookingcode .add-room-btn .font-softtec-semibold[b-xwlh2x8xn9] {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      min-width: 0;
    }

  .occupancy-item-children-container[b-xwlh2x8xn9] {
    padding: 0;
  }

  .occupancy-counter:first-child[b-xwlh2x8xn9] {
    border-bottom: 1px solid var(--softtec-white);
  }
}

@media (min-width: 1200px) {
  .occupancy-card.has-children[b-xwlh2x8xn9] {
    width: 90rem;
  }
}

@media only screen and (orientation: landscape) and (max-height: 520px) {
  .occupancy-card[b-xwlh2x8xn9] {
    margin: 1rem auto auto auto;
    max-height: calc(100vh - 10rem);
    max-height: calc(var(--doc-height) - 10rem);
  }
}

@media only screen and (orientation: landscape) and (max-height: 380px) {
  .occupancy-card[b-xwlh2x8xn9] {
    margin: 1rem;
  }

    .occupancy-card.has-children[b-xwlh2x8xn9] {
      max-width: calc(100vw - 2rem);
    }
}

/*#endregion*/
/* /Features/01_LandingPage/02_PriceCalendar/PriceCalendar.razor.rz.scp.css */
/* ==============================
   Grundstruktur / Layout
   ============================== */

[b-haq7gqz15l] .dots-loader {
  position: unset !important;
  top: unset !important;
  left: unset !important;
  transform: unset !important;
  margin-top: .5rem;
}

.content[b-haq7gqz15l] {
  min-height: var(--doc-height, 100vh);
  max-height: calc(var(--doc-height, 100vh) - 5rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
}

.calender-content[b-haq7gqz15l] {
  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-haq7gqz15l] {
  display: flex;
  gap: 1rem;
  overflow-y: auto;
  max-height: calc(100% - 4rem);
  scrollbar-width: none;
  padding-left: 1rem;
}

.calendar-month[b-haq7gqz15l] {
  flex: 1;
  min-height: 0;
}


.calendar-header-button[b-haq7gqz15l] {
  font-size: 3rem;
  color: var(--softtec-medium-blue1);
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: transform 0.2s ease;
}

  @media (hover: hover) and (pointer: fine) {
    .calendar-header-button:not(:disabled):hover[b-haq7gqz15l] {
      color: var(--softtec-dark-blue);
      transform: scale(1.1);
    }
  }


.calender-headline h3[b-haq7gqz15l] {
  color: var(--softtec-dark-blue);
  font-family: var(--font-medium);
  background-color: var(--softtec-light-blue2);
  text-align: center;
  padding: 0.5rem;
  margin: 1rem auto;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-weight: 900;
}

.calendar-header-button:disabled[b-haq7gqz15l],
.month-navigation-mobil-button:disabled[b-haq7gqz15l],
.month-navigation-mobil-button:disabled:hover[b-haq7gqz15l],
.calendar-header-button:disabled:hover[b-haq7gqz15l] {
  color: var(--softtec-light-blue1) !important;
  background-color: transparent !important;
  opacity: 0.6;
  cursor: default;
}

/* ==============================
   Header / Navigation
   ============================== */
.navigation-bar[b-haq7gqz15l] {
  display: flex;
  gap: 2rem;
}

.calendar-header[b-haq7gqz15l],
.month-bar[b-haq7gqz15l],
.year-navigation[b-haq7gqz15l] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.calendar-header[b-haq7gqz15l] {
  justify-content: space-between;
  font-size: var(--font-size-12);
}

.calendar-mobile-header[b-haq7gqz15l] {
  display: none;
}

.month-button[b-haq7gqz15l],
.year-button[b-haq7gqz15l] {
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: var(--softtec-medium-blue1) !important;
  background: transparent !important;
  font-size: var(--font-size-14);
  transition: transform 0.1s ease;
}

  .month-button.selected[b-haq7gqz15l],
  .year-button.active[b-haq7gqz15l] {
    font-weight: bold;
    color: var(--softtec-dark-blue);
  }

  @media (hover: hover) and (pointer: fine) {
    .month-button:not(:disabled):hover[b-haq7gqz15l],
    .year-button:not(:disabled):hover[b-haq7gqz15l] {
      color: var(--softtec-dark-blue);
      font-family: var(--font-medium);
      transform: scale(1.05);
    }
  }

.month-navigation-mobil[b-haq7gqz15l] {
  display: none;
}

.month-button:focus-visible[b-haq7gqz15l],
.year-button:focus-visible[b-haq7gqz15l] {
  box-shadow: 0 0 0 2px black;
}

.month-button:focus:not(:focus-visible)[b-haq7gqz15l],
.year-button:focus:not(:focus-visible)[b-haq7gqz15l] {
  box-shadow: none;
  outline: none;
}
/* ==============================
   Kalender-Zellen (Grid + Zellen)
   ============================== */
.calendar-grid[b-haq7gqz15l] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  grid-template-rows: repeat(5, 1fr);
  align-items: stretch;
  justify-items: stretch;
  min-height: calc(var(--doc-height) - 20rem);
  padding-right: 1rem;
}

.calendar-cell[b-haq7gqz15l] {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 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;
  transition: transform 0.2s ease;
}

 @media (hover: hover) and (pointer: fine) {
   .calendar-container:not(.arrival-selected) .calendar-cell:not(:disabled):not(.selected):not(.range-single):not(.range-start):not(.range-end):not(.range-between):not(.disabled):not(.past-day):not(.empty):not(.preview-range):not(.preview-end):not(.has-restriction):not(:has(.not-bookable)):not(:has(.arrival-restricted)):not(:has(.departure-restricted)):not(:has(.booking-locked)):not(:has(.prebooking-min)):not(:has(.prebooking-max)):not(:has(.stay-min)):not(:has(.stay-max)):hover[b-haq7gqz15l] {
     transform: scale(0.97);
   }

   .calendar-cell:not(.selected):hover[b-haq7gqz15l] {
     background-color: var(--softtec-light-blue1);
   }
 }

  .calendar-cell.selected[b-haq7gqz15l],
  .calendar-cell.selected.range-single[b-haq7gqz15l],
  .calendar-cell.selected.range-start[b-haq7gqz15l],
  .calendar-cell.selected.range-end[b-haq7gqz15l] {
    border: none;
    background-color: var(--softtec-medium-blue1) !important;
    color: var(--softtec-white) !important;
    cursor: default;
  }

.calendar-grid .calendar-cell.selected[b-haq7gqz15l] {
  margin-left: 0;
  margin-right: 0;
}

@media (hover: hover) and (pointer: fine) {
  .calendar-cell:has(.arrival-restricted):hover[b-haq7gqz15l],
  .calendar-cell:has(.not-bookable):hover[b-haq7gqz15l],
  .calendar-cell.not-bookable:hover[b-haq7gqz15l],
  .calendar-cell:has(.prebooking-min):hover[b-haq7gqz15l],
  .calendar-cell:has(.prebooking-max):hover[b-haq7gqz15l] {
    background-color: unset !important;
    cursor: default !important;
  }

  .calendar-cell:has(.stay-min):hover[b-haq7gqz15l],
  .calendar-cell:has(.stay-max):hover[b-haq7gqz15l],
  .calendar-cell:has(.booking-locked):hover[b-haq7gqz15l],
  .calendar-cell:has(.departure-restricted):hover[b-haq7gqz15l] {
    background-color: var(--softtec-light-blue1);
  }
}

/* ==============================
   Leere / vergangene Tage
   ============================== */
.calendar-cell.empty[b-haq7gqz15l] {
  background: transparent !important;
  border: none;
  cursor: default;
}

  @media (hover: hover) and (pointer: fine) {
    .calendar-cell.empty:hover[b-haq7gqz15l] {
      background: transparent !important;
    }
  }

.calendar-cell.past-day:not(.selected)[b-haq7gqz15l] {
  background: var(--softtec-white);
  color: #999999ad;
  border: 1px solid #999999ad;
  cursor: default;
}

  @media (hover: hover) and (pointer: fine) {
    .calendar-cell.past-day:not(.selected):hover[b-haq7gqz15l] {
      background: var(--softtec-white);
    }
  }

.calendar-cell.disabled[b-haq7gqz15l] {
  cursor: default;
  border: 1px solid #999999ad;
}

/* =========================================
   Hover-Vorschau (zwischen Arrival & Hover)
   ========================================= */

.calendar-cell.preview-range:not(.has-restriction)[b-haq7gqz15l] {
  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-haq7gqz15l] {
  background-color: rgba(83, 109, 145, 0.25) !important;
  border: 2px solid var(--softtec-medium-blue1) !important;
  color: var(--softtec-medium-blue1) !important;
}

  @media (hover: hover) and (pointer: fine) {
    .calendar-cell.preview-range:hover[b-haq7gqz15l],
    .calendar-cell.preview-end:hover[b-haq7gqz15l] {
      background-color: rgba(83, 109, 145, 0.25) !important;
      border: 2px solid var(--softtec-medium-blue1);
      color: var(--softtec-medium-blue1) !important;
    }
  }

  .calendar-cell:has(.stay-min).preview-range[b-haq7gqz15l],
  .calendar-cell:has(.stay-max).preview-range[b-haq7gqz15l],
  .calendar-cell:has(.prebooking-min).preview-range[b-haq7gqz15l],
  .calendar-cell:has(.prebooking-max).preview-range[b-haq7gqz15l],
  .calendar-cell:has(.not-bookable).preview-range[b-haq7gqz15l],
  .calendar-cell:has(.booking-locked).preview-range[b-haq7gqz15l],
  .calendar-cell:has(.arrival-restricted).preview-range[b-haq7gqz15l],
  .calendar-cell:has(.departure-restricted).preview-range[b-haq7gqz15l],
  .calendar-cell.disabled.preview-range[b-haq7gqz15l],
  .calendar-cell.disabled.preview-end[b-haq7gqz15l] {
    background-color: var(--softtec-white) !important;
    border: 2px solid #999999ad !important;
    color: #999999ad !important;
  }

.calendar-cell.preview-range.has-restriction[b-haq7gqz15l] {
  border-width: 1px !important;
}

.calendar-container:has(.preview-end) .calendar-cell.preview-range.has-restriction[b-haq7gqz15l] {
  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);
}

@media (hover: hover) and (pointer: fine) {
  .calendar-cell.preview-range.has-restriction:hover[b-haq7gqz15l] {
    background-color: var(--softtec-white) !important;
    border: 1px solid #999999ad !important;
    color: #999999ad !important;
    box-shadow: unset;
  }
}

.calendar-cell.disabled .highlight-weekday[b-haq7gqz15l],
.calendar-cell:has(> span.disabled) .highlight-weekday[b-haq7gqz15l],
.calendar-cell:has(.booking-locked) .highlight-weekday[b-haq7gqz15l] {
  color: #999999ad !important;
  font-weight: normal !important;
}

.calendar-cell.selected.range-start[b-haq7gqz15l],
.calendar-cell.selected.range-single[b-haq7gqz15l] {
  background-color: var(--softtec-medium-blue1) !important;
  color: var(--softtec-white) !important;
  border: none !important;
}

.calendar-cell.selected.range-between[b-haq7gqz15l],
.calendar-cell.selected.range-end[b-haq7gqz15l] {
  background-color: var(--softtec-medium-blue1) !important;
  color: var(--softtec-white) !important;
  border: none !important;
}

.calendar-cell.today[b-haq7gqz15l] {
  border: 3px solid var(--softtec-medium-blue1) !important;
}

.highlight-weekday[b-haq7gqz15l] {
  color: var(--softtec-dark-blue);
  font-weight: bold;
  transition: color 0.2s ease;
}

.calendar-cell.preview-range:hover .highlight-weekday[b-haq7gqz15l],
.calendar-cell.preview-end:hover .highlight-weekday[b-haq7gqz15l] {
  color: var(--softtec-medium-blue1);
}

.calendar-cell.selected .highlight-weekday[b-haq7gqz15l],
.calendar-cell.selected.range-start .highlight-weekday[b-haq7gqz15l],
.calendar-cell.selected.range-single .highlight-weekday[b-haq7gqz15l],
.calendar-cell.selected.range-end .highlight-weekday[b-haq7gqz15l],
.calendar-cell.selected.range-between .highlight-weekday[b-haq7gqz15l] {
  color: var(--softtec-white);
  font-weight: bold;
}

/* ==============================
   Restriktionen / Border-Top
   ============================== */
.calendar-cell:has(.arrival-restricted)[b-haq7gqz15l] {
  position: relative;
  background: var(--softtec-white);
  color: #999999ad;
  cursor: default;
}

  .calendar-cell:has(.arrival-restricted)[b-haq7gqz15l]::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-haq7gqz15l] {
  position: relative;
  background: var(--softtec-white);
  color: #999999ad;
  border: 1px solid #999999ad;
  cursor: default;
}

.not-bookable[b-haq7gqz15l] {
  background: var(--softtec-restriction-red);
}

.calendar-cell:has(.booking-locked)[b-haq7gqz15l]::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-haq7gqz15l] {
  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-haq7gqz15l]::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-haq7gqz15l]::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-haq7gqz15l]::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-haq7gqz15l],
.calendar-cell.not-bookable[b-haq7gqz15l] {
  position: relative;
  background: var(--softtec-white);
  color: #999999ad;
  cursor: default;
}

  .calendar-cell:has(.not-bookable)[b-haq7gqz15l]::before,
  .calendar-cell.not-bookable[b-haq7gqz15l]::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-haq7gqz15l],
  .calendar-cell.not-bookable .tooltiptext[b-haq7gqz15l] {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
    transform: none !important;
    transition: none !important;
  }

.calendar-cell.selected[b-haq7gqz15l]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.calendar-grid:has(.selected) .calendar-cell:has(.stay-min)[b-haq7gqz15l],
.calendar-grid:has(.selected) .calendar-cell:has(.stay-max)[b-haq7gqz15l],
.calendar-grid:has(.selected) .calendar-cell:has(.departure-restricted)[b-haq7gqz15l] {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--softtec-white);
  color: #999999ad;
  border: 1px solid #999999ad;
}


.calendar-cell:has(.stay-max)[b-haq7gqz15l]::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-haq7gqz15l]::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;
}

/* ==============================
   Tooltip / Einträge
   ============================== */
.calendar-cell.calendar-tooltip[b-haq7gqz15l] {
  position: relative;
  display: inline-block;
  cursor: pointer !important;
}

  .calendar-cell.calendar-tooltip .tooltiptext[b-haq7gqz15l] {
    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-haq7gqz15l],
    .calendar-cell.selected .tooltiptext[b-haq7gqz15l] {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

  .calendar-cell.calendar-tooltip .disabled.arrival-restricted.tooltiptext[b-haq7gqz15l] {
    background-color: var(--softtec-restriction-red);
  }

  .calendar-cell.calendar-tooltip .disabled.booking-locked.tooltiptext[b-haq7gqz15l] {
    background-color: var(--softtec-restriction-red);
  }

  .calendar-cell.calendar-tooltip .disabled.prebooking-min.tooltiptext[b-haq7gqz15l] {
    background-color: var(--softtec-restriction-red);
  }

  .calendar-cell.calendar-tooltip .disabled.prebooking-max.tooltiptext[b-haq7gqz15l] {
    background-color: var(--softtec-restriction-red);
  }

  .calendar-cell.calendar-tooltip .disabled.departure-restricted.tooltiptext[b-haq7gqz15l] {
    background-color: var(--softtec-restriction-red);
  }

  .calendar-cell.calendar-tooltip .disabled.stay-min.tooltiptext[b-haq7gqz15l],
  .calendar-cell.calendar-tooltip .disabled.stay-max.tooltiptext[b-haq7gqz15l] {
    background-color: var(--softtec-restriction-orange);
  }


.calendar-cell.selected.calendar-tooltip .disabled.stay-max.tooltiptext[b-haq7gqz15l],
.calendar-cell.selected.calendar-tooltip .disabled.stay-min.tooltiptext[b-haq7gqz15l] {
  background-color: var(--softtec-medium-blue1);
}

.calendar-cell.range-end.calendar-tooltip .disabled.booking-locked.tooltiptext[b-haq7gqz15l] {
  display: none;
}

.calendar-cell.range-end:has(.booking-locked)[b-haq7gqz15l]:before {
  border-top: unset;
}

/* ==============================
   Delete-Button
   ============================== */

.delete-button[b-haq7gqz15l] {
  top: -.6rem;
  right: -.6rem;
  position: absolute;
  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;
}

  @media (hover: hover) and (pointer: fine) {
    .delete-button:hover[b-haq7gqz15l] {
      background-color: var(--softtec-medium-blue1);
    }
  }

  .delete-button span[b-haq7gqz15l] {
    font-size: 2rem;
  }

/* ==============================
   Wochentage / Zahlen
   ============================== */
.entry[b-haq7gqz15l] {
  flex: 1;
  text-align: center;
  min-height: 2rem;
  font-weight: bold;
}

.weekday[b-haq7gqz15l] {
  font-size: var(--font-size-12);
  flex: 1;
  margin-top: 1rem;
  font-weight: bold;
}

.day[b-haq7gqz15l] {
  font-size: var(--font-size-36);
  font-weight: bold;
  flex: 1;
}

.weekday-short[b-haq7gqz15l] {
  display: none;
}

/* ==============================
   Media Queries
   ============================== */
@media (max-width: 1250px) {
  .calendar-header[b-haq7gqz15l], .month-bar[b-haq7gqz15l], .year-navigation[b-haq7gqz15l] {
    gap: 1rem;
  }

  .navigation-bar[b-haq7gqz15l] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }

  .month-button[b-haq7gqz15l], .year-button[b-haq7gqz15l] {
    font-size: 13px;
  }

  .weekday-full[b-haq7gqz15l] {
    display: none;
  }

  .weekday-short[b-haq7gqz15l] {
    display: block;
  }

  .day[b-haq7gqz15l] {
    font-size: 28px;
  }

  .calendar-cell.calendar-tooltip .tooltiptext[b-haq7gqz15l] {
    height: 4.4rem;
  }

  .calendar-grid[b-haq7gqz15l] {
    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-grid[b-haq7gqz15l] {
    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;
    padding-right: 0;
  }

  .month-select[b-haq7gqz15l] {
    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);
    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-haq7gqz15l] {
      background-color: var(--softtec-white);
      color: var(--softtec-medium-blue1);
      text-align: center;
    }

    .month-select:focus[b-haq7gqz15l] {
      outline: none;
      border-color: var(--softtec-medium-blue1);
      box-shadow: 0 0 0 3px rgba(83,109,145,0.25);
    }

  .option-disabled[b-haq7gqz15l] {
    color: var(--softtec-dark-grey) !important;
    text-decoration: line-through;
    background-color: #f4f4f4 !important;
  }

  .month-bar[b-haq7gqz15l], .year-navigation[b-haq7gqz15l] {
    gap: 1rem;
  }

  .calender-content[b-haq7gqz15l] {
    max-height: calc(var(--doc-height) - 2rem);
  }

  .calendar-header[b-haq7gqz15l], .calender-headline[b-haq7gqz15l] {
    display: none;
  }

  .month-navigation-mobil[b-haq7gqz15l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--softtec-medium-blue1);
    margin: 1rem 0;
  }

  .month-navigation-mobil-button[b-haq7gqz15l] {
    font-size: 3rem;
    border: none;
    background-color: unset;
    cursor: pointer;
  }

    @media (hover: hover) and (pointer: fine) {
      .month-navigation-mobil-button:not(:disabled):hover[b-haq7gqz15l] {
        color: var(--softtec-dark-blue);
      }
    }

    .month-navigation-mobil-button:not(:disabled):active[b-haq7gqz15l] {
      transform: scale(0.9);
    }

  .calendar-container[b-haq7gqz15l] {
    overflow-x: scroll;
    overflow-y: hidden;
    max-height: unset;
    height: 100%;
    flex-direction: unset;
    display: flex;
    gap: 2rem;
    min-width: 100%;
    flex-wrap: nowrap;
    padding-left: 0;
  }

  .calendar-cell.calendar-tooltip .tooltiptext[b-haq7gqz15l] {
    font-size: 8px;
    display: none;
  }

  .calender-content[b-haq7gqz15l]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  .calender-content[b-haq7gqz15l]::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
  }

  .calendar-month[b-haq7gqz15l] {
    min-width: 100%;
    margin-top: 1rem;
    max-height: calc(100% - 3rem);
    min-height: 0;
    overflow: hidden;
  }

  /* Swipe-Übergang zwischen Monaten */
  @keyframes calendar-swipe-in-right-b-haq7gqz15l {
    from {
      opacity: 0;
      transform: translateX(28px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }


  .calendar-month.swipe-in-right[b-haq7gqz15l] {
    animation: calendar-swipe-in-right-b-haq7gqz15l 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .calendar-month.swipe-in-left[b-haq7gqz15l] {
    animation: calendar-swipe-in-left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .delete-button[b-haq7gqz15l] {
    display: none;
  }

  .calendar-container .calendar-month:nth-child(2)[b-haq7gqz15l] {
    display: none !important;
  }

  .calendar-header[b-haq7gqz15l] {
    display: none;
  }

  .calendar-grid-header[b-haq7gqz15l] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .calendar-mobile-header[b-haq7gqz15l] {
    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-haq7gqz15l] {
    height: 100%;
    min-height: unset;
    max-width: unset;
    padding: 0.5rem 0.1rem;
    justify-content: space-around;
    cursor: pointer;
  }

  .tooltiptext[b-haq7gqz15l] {
    display: none;
  }

  .weekday[b-haq7gqz15l] {
    flex: 1;
  }

  .weekday-short[b-haq7gqz15l] {
    display: none;
  }

  .entry[b-haq7gqz15l] {
    margin-bottom: 2rem;
    min-height: 2rem;
  }
}


@media (min-width: 551px) and (max-width: 900px) {
  .calendar-container.has-six-weeks .calendar-grid.weeks-5[b-haq7gqz15l] {
    grid-template-rows: repeat(5, minmax(14rem, 1fr));
  }

  .calendar-container.has-six-weeks .calendar-grid.weeks-6[b-haq7gqz15l] {
    grid-template-rows: repeat(6, minmax(14rem, 1fr));
  }
}


@media (min-width: 901px) {
  .calendar-container.has-six-weeks .calendar-grid[b-haq7gqz15l] {
    grid-template-rows: repeat(6, minmax(14rem, 1fr));
  }
}

@media (min-height: 668px) and (max-height: 820px) {
  .calendar-grid[b-haq7gqz15l] {
    grid-template-rows: repeat(5, 1fr);
  }


  .calendar-container.has-six-weeks .calendar-grid[b-haq7gqz15l] {
    grid-template-rows: repeat(6, minmax(11rem, 1fr)) !important;
  }
}


@media (max-width: 550px) {
  .day[b-haq7gqz15l] {
    font-size: var(--font-size-20);
  }

  .price[b-haq7gqz15l] {
    font-size: 11px;
    line-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .month-select[b-haq7gqz15l] {
    width: 250px;
  }

  .calendar-grid[b-haq7gqz15l] {
    min-height: calc(var(--doc-height) - 20rem);
    max-height: calc(var(--doc-height) - 20rem);
    overflow-y: auto;
  }

  .calendar-cell.today[b-haq7gqz15l] {
    border: 2px solid var(--softtec-medium-blue1) !important;
  }

  @media (hover: hover) and (pointer: fine) {
    .month-navigation-mobil-button:hover[b-haq7gqz15l] {
      color: unset !important;
    }
  }
}


@media (max-width: 375px) {
  .day[b-haq7gqz15l] {
    font-size: var(--font-size-16);
  }
}

@media (min-height: 1060px) {
  .calendar-cell.calendar-tooltip .tooltiptext[b-haq7gqz15l] {
    height: 5rem;
    max-height: 5rem;
  }
}


@media (min-height: 1180px) {
  .calendar-cell.calendar-tooltip .tooltiptext[b-haq7gqz15l] {
    height: 33%;
    max-height: 33%;
  }
}

@media (hover: none) and (pointer: coarse) {
  .calendar-cell:not(.selected):hover[b-haq7gqz15l] {
    background-color: unset !important;
  }

}
/* /Features/01_LandingPage/02_PriceCalendar/RestrictionModal.razor.rz.scp.css */
  .restriction-popup[b-9867rfeg35] {
    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-9867rfeg35] {
  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-9867rfeg35] {
    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-9867rfeg35] {
    display: inline-block;
    text-align: center;
}
/* /Features/01_LandingPage/03_Options/Options.razor.rz.scp.css */
/*#region page-header*/
.person-info-text[b-hpp0jfozeu] {
  font-family: var(--font-medium);
  font-size: var(--font-size-14);
}
/*#endregion*/

/*#region options-container + card (Category)*/
.page-header:not(:first-child)[b-hpp0jfozeu] {
  padding-top: 1rem;
}

.page-container .options-container:last-child[b-hpp0jfozeu] {
  min-height: calc(var(--doc-height, 100vh) - 8.5rem);
}

.options-mobile-arrow[b-hpp0jfozeu], .mobile-navigation-container[b-hpp0jfozeu], .mobile-navigation-numbers[b-hpp0jfozeu] {
  display: none;
}

  .options-mobile-arrow:focus-visible[b-hpp0jfozeu] {
    box-shadow: 0 0 0 2px black;
  }

  .options-mobile-arrow:focus:not(:focus-visible)[b-hpp0jfozeu] {
    box-shadow: none;
    outline: none;
  }

.option-card-container[b-hpp0jfozeu] {
  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;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 1;
  transform: scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .option-card-container:hover[b-hpp0jfozeu] {
    will-change: transform, box-shadow;
    transform: translateY(-4px) scale(1.01) !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
  }
}

.option-card[b-hpp0jfozeu] {
  border-radius: .8rem;
  flex: 1;
}

.unselect-rate[b-hpp0jfozeu] {
  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: 3;
}

  @media (hover: hover) and (pointer: fine) {
    .unselect-rate:hover[b-hpp0jfozeu] {
      background-color: var(--softtec-light-blue1);
    }
  }

.category-room[b-hpp0jfozeu] {
  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: 29.5rem;
}

.category-label[b-hpp0jfozeu] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: unset;
}

.textdescription-justify[b-hpp0jfozeu] {
  text-align: justify;
}

  .textdescription-justify[b-hpp0jfozeu]  .description-text {
    font-family: var(--font-medium);
  }

.font-size-10[b-hpp0jfozeu] {
  font-size: var(--font-size-10);
}

.free-rooms-tag[b-hpp0jfozeu] {
  background-color: white;
  color: #da0000;
  border: 1px solid #da0000;
  border-radius: 0.5rem;
  opacity: 0.90;
  position: absolute;
  top: 4.5rem;
  right: .5rem; /*sticks out the same as Rooms*/
  padding: .5rem 1rem;
  font-size: var(--font-size-10);
  z-index: 1;
}

.free-rooms-tag span[b-hpp0jfozeu] {
  font-size: 11px;
}

.option-card-container.selected .category-number[b-hpp0jfozeu] {
  background-color: var(--softtec-light-green);
}

.category-number .d-none[b-hpp0jfozeu] {
  display: none;
}

.category-number .fa-solid[b-hpp0jfozeu] {
  font-size: var(--font-size-15);
  -webkit-text-stroke: 0.08em;
}

.category-image[b-hpp0jfozeu], [b-hpp0jfozeu] .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-hpp0jfozeu] {
  background-size: contain;
  width: 100%;
}

.category-name[b-hpp0jfozeu] {
  font-family: var(--font-medium);
  color: var(--softtec-medium-blue1);
  text-transform: uppercase;
}

[b-hpp0jfozeu] .category-info .text {
  font-size: var(--font-size-12);
  font-family: var(--font-medium);
}

[b-hpp0jfozeu] .description-container {
  min-height: 4.5rem;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6rem;
}

  [b-hpp0jfozeu] .description-container .description-text {
    min-height: 3rem;
    cursor: pointer;
    word-break: normal;
  }

  [b-hpp0jfozeu] .description-container .show-more-less-btn span {
    font-family: var(--font-medium);
  }

  [b-hpp0jfozeu] .description-container .show-more-less-btn.d-none {
    display: none;
  }

.category-equipments[b-hpp0jfozeu] {
  height: 5rem;
}

  .category-equipments[b-hpp0jfozeu]::-webkit-scrollbar-thumb {
    background: var(--softtec-light-blue4);
    border-radius: 10px;
  }

    @media (hover: hover) and (pointer: fine) {
      .category-equipments[b-hpp0jfozeu]::-webkit-scrollbar-thumb:hover {
        background: var(--softtec-medium-blue1);
        cursor: pointer;
      }
    }

.category-equipment[b-hpp0jfozeu] {
  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-hpp0jfozeu] {
  width: 2rem;
  height: 2rem;
}

/* Equipment Tooltip */
.equipment-tooltip[b-hpp0jfozeu] {
  position: relative;
  cursor: pointer;
}

/* Tooltip content */
.equipment-tooltip-container[b-hpp0jfozeu] {
  visibility: hidden;
  opacity: 0;
  color: var(--softtec-white);
  text-align: center;
  position: fixed;
  left: 0; /* Will be set by JS */
  top: 0; /* Will be set by JS */
  transform: translateX(0) translateY(0);
  transform-origin: center right;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
  width: max-content;
  display: flex;
  flex-direction: column;
  margin-right: -5rem;
  margin-top: -1rem;
  min-width: 8rem;
}

.equipment-tooltip-content[b-hpp0jfozeu] {
  background-color: var(--softtec-medium-blue1);
  padding: .5rem 1rem;
  border-radius: .5rem;
  flex-direction: column;
  gap: 1rem;
  max-width: 17rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: normal;
}

.equipment-tooltip-container .arrow[b-hpp0jfozeu] {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .8rem solid transparent;
  border-right: .8rem solid transparent;
  border-top: .8rem solid var(--softtec-medium-blue1);
}

/* Show on hover / foucs */
.equipment-tooltip:focus + .equipment-tooltip-container[b-hpp0jfozeu],
.equipment-tooltip:hover + .equipment-tooltip-container[b-hpp0jfozeu] {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.option-card-container:first-child .equipment-tooltip:first-child:focus + .equipment-tooltip-container[b-hpp0jfozeu],
.option-card-container:first-child  .equipment-tooltip:first-child:hover + .equipment-tooltip-container[b-hpp0jfozeu] {
  left: 2rem !important;
}

.option-card-container:first-child .equipment-tooltip:first-child + .equipment-tooltip-container .arrow[b-hpp0jfozeu] {
  left: 4rem;
}

/*#endregion*/

/*#region Package*/
.package[b-hpp0jfozeu] {
  background-color: var(--softtec-light-blue1);
  color: var(--softtec-dark-blue);
  width: 100%;
  gap: .5rem;
  min-height: 6rem;
  border-radius: 0.5rem;
  padding: .7rem 1rem;
}

  .package:last-child[b-hpp0jfozeu] {
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
  }

.package-info-icon[b-hpp0jfozeu] {
  cursor: pointer;
}

.info-icon[b-hpp0jfozeu] {
  background-size: 1.8rem;
}

.package-details[b-hpp0jfozeu] {
  border-radius: 0.5rem;
  border: none;
  min-height: 3rem;
  height: fit-content;
  width: 100%;
  align-items: safe center;
}

.package-price[b-hpp0jfozeu] {
  line-height: normal;
  font-size: var(--font-size-16);
}

  .package-price label[b-hpp0jfozeu] {
    line-height: 1.2rem;
  }

.package-night-price[b-hpp0jfozeu] {
  color: var(--softtec-medium-blue3);
}

.package-price-btn[b-hpp0jfozeu] {
  background-color: var(--softtec-medium-blue1);
  border: none;
  color: var(--softtec-white);
  height: 4rem;
  border-radius: 0.5rem;
  width: 12rem;
  font-family: var(--font-medium);
  transition: all 0.2s ease;
}

  .package-price-btn.selected[b-hpp0jfozeu] {
    background-color: var(--softtec-dark-green);
  }

@media (hover: hover) and (pointer: fine) {
  .package-price-btn:not(:disabled):hover[b-hpp0jfozeu] {
    background-color: var(--softtec-dark-blue);
    cursor: pointer;
  }

  .package-price-btn.selected:hover[b-hpp0jfozeu] {
    background-color: var(--softtec-dark-green);
  }

  .package-price-btn.selected:hover .fa-check[b-hpp0jfozeu] {
    display: none;
  }

  .package-price-btn.selected:hover .fa-x[b-hpp0jfozeu] {
    display: block !important;
  }
}

  .package-price-btn .fa-solid[b-hpp0jfozeu] {
    font-size: var(--font-size-14);
  }

  .package-price-btn:focus-visible[b-hpp0jfozeu] {
    box-shadow: 0 0 0 2px black;
  }

  .package-price-btn:focus:not(:focus-visible)[b-hpp0jfozeu] {
    box-shadow: none;
    outline: none;
  }

/* Tooltip */
.package-tooltip[b-hpp0jfozeu] {
  position: relative;
  width: 100%;
}

[b-hpp0jfozeu] .fa-expand, .fa-solid[b-hpp0jfozeu] {
  align-items: center;
  font-size: 1.75rem;
}

/* Tooltip content */
.package-tooltip-container[b-hpp0jfozeu] {
  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-hpp0jfozeu] {
  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-hpp0jfozeu]::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 6px;
  margin-top: -1.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-hpp0jfozeu],
.package-tooltip .package-info-icon:focus + .package-tooltip-container[b-hpp0jfozeu],
.package-tooltip .package-info-icon:hover + .package-tooltip-container[b-hpp0jfozeu] {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.package-name[b-hpp0jfozeu] {
  margin: 0 auto;
}

.package-image[b-hpp0jfozeu] {
  background-color: var(--softtec-light-blue2);
  border-radius: 8px;
  background-size: contain;
  width: 100%;
  height: 18rem;
}

[b-hpp0jfozeu] .package-carousel {
  height: 18rem !important;
}

.package-text[b-hpp0jfozeu] {
  max-height: 10rem;
  overflow: auto;
  padding-inline-end: .5rem;
}

  .package-text[b-hpp0jfozeu]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--softtec-white);
  }

    @media (hover: hover) and (pointer: fine) {
      .package-text[b-hpp0jfozeu]::-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-hpp0jfozeu] {
    min-height: calc(100vh - 13.5rem); /*fallback for Js load*/
    min-height: calc(var(--doc-height) - 13.5rem);
  }
}

@media (max-width: 520px) {
  /* Verhindert, dass die Karte per transform/will-change zum Bezugsrahmen für
     position:fixed-Kinder (z. B. .package-tooltip-container) wird.
     Ohne !important, damit die Swipe-Animation der Karte weiterhin greift. */
  .option-card-container[b-hpp0jfozeu] {
    transform: none;
    will-change: auto;
    width: calc(100vw - 4rem);
    min-width: calc(100vw - 4rem) !important;
    max-width: calc(100vw - 4rem) !important;
  }

  @media (hover: hover) and (pointer: fine) {
    .option-card-container:hover[b-hpp0jfozeu] {
      transform: none !important;
    }
  }

  .mobile-navigation-container[b-hpp0jfozeu] {
    background: white;
    border-radius: .8rem;
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
  }

  .options-mobile-arrow[b-hpp0jfozeu] {
    display: block;
    font-size: 3rem;
    border: none;
    background-color: unset;
    cursor: pointer;
    padding: 0 1rem;
    transition: transform 0.15s ease;
  }

  .mobile-navigation-numbers[b-hpp0jfozeu] {
    font-size: var(--font-size-14);
    color: var(--softtec-medium-blue1);
    display: block;
  }

  .options-mobile-arrow.disabled[b-hpp0jfozeu] {
    color: var(--softtec-light-blue1) !important;
    background: transparent !important;
    opacity: 0.6;
    cursor: default;
  }

  .options-mobile-arrow:not(.disabled):active[b-hpp0jfozeu] {
    transform: scale(0.9);
  }

  .option-card-container.swipe-in-right[b-hpp0jfozeu] {
    animation: card-swipe-in-right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .option-card-container.swipe-in-left[b-hpp0jfozeu] {
    animation: card-swipe-in-left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .option-card-container:first-child .equipment-tooltip:first-child:focus + .equipment-tooltip-container[b-hpp0jfozeu],
  .option-card-container:first-child .equipment-tooltip:first-child:hover + .equipment-tooltip-container[b-hpp0jfozeu] {
    left: 1rem !important;
  }

  .options-container[b-hpp0jfozeu] {
    gap: 1rem !important;
    flex-wrap: unset !important;
    scrollbar-width: none;
    touch-action: pan-x;
    overflow: hidden;
  }

  .category-number[b-hpp0jfozeu] {
    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-hpp0jfozeu] {
      display: block !important;
    }

    .option-card-container:first-child:last-child[b-hpp0jfozeu] {
      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-hpp0jfozeu] {
      width: calc(100vw - 4rem);
      min-width: calc(100vw - 4rem) !important;
      max-width: calc(100vw - 4rem) !important;
    }

  .package-tooltip-container[b-hpp0jfozeu] {
    position: fixed !important; /* overlay on entire screen */
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    height: var(--doc-height);
    background-color: var(--dark-transparent-background);
    visibility: hidden;
    z-index: 10000; /* muss ueber .summary-tooltip-container (z-index 9999, shared.css) liegen, da dieses in LandingPage.razor spaeter im DOM gerendert wird und bei gleichem z-index sonst gewinnt */
    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-hpp0jfozeu] {
    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-hpp0jfozeu] {
    font-family: var(--font-bold);
    font-size: var(--font-size-14);
  }

  .package-text[b-hpp0jfozeu] {
    max-height: unset;
    flex: 1;
  }

  .package-tooltip-content .d-none[b-hpp0jfozeu] {
    display: block !important;
    font-size: var(--font-size-20);
  }

  .tooltip-toggle:not(:checked) + .package-info-icon + .package-tooltip-container[b-hpp0jfozeu] {
    visibility: visible;
  }

  .tooltip-toggle:checked + .package-info-icon:not(:focus) + .package-tooltip-container[b-hpp0jfozeu] {
    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-hpp0jfozeu] {
    visibility: visible !important;
  }
}
/* /Features/01_LandingPage/03_Options/SelectRateModal.razor.rz.scp.css */
.rates-modal[b-l0i062p1sv] {
  max-height: calc(100vh - 15rem);
  max-height: calc(var(--doc-height) - 15rem);
}

[b-l0i062p1sv] .modal-header {
  color: var(--softtec-medium-blue1);
  padding:0 0 2rem 0;
  border-bottom: 0;
}

  [b-l0i062p1sv] .modal-header .font-softtec-bold {
    font-size: var(--font-size-14);
  }

[b-l0i062p1sv] .rates {
  padding: 2rem;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  background-color: var(--softtec-light-blue2);
  color: var(--softtec-dark-blue);
  border-radius: .8rem;
  min-width: 18rem !important;
  font-size: var(--font-size-12);
  max-width: 90rem;
  flex: 1;
}

[b-l0i062p1sv] .rate {
  padding: 2rem 0;
}

  [b-l0i062p1sv] .rate:first-child {
    padding-top: 0;
  }

  [b-l0i062p1sv] .rate:last-child {
    padding-bottom: 0;
  }

  [b-l0i062p1sv] .rate:not(:last-child) {
    border-bottom: 1px solid var(--softtec-medium-blue1);
  }

[b-l0i062p1sv] .rate-details {
  color: var(--softtec-medium-blue1);
  flex: 1;
}

  [b-l0i062p1sv] .rate-details .font-softtec-bold {
    margin-right: .5rem;
    color: var(--softtec-dark-blue);
  }

[b-l0i062p1sv] .rate-price-container {
  align-items: end;
  min-height: 3rem;
  min-width: 33rem;
  width: fit-content;
  color: var(--softtec-dark-blue);
  font-size: var(--font-size-12);
  border-radius: 3rem;
  border: 1px solid transparent;
  position: relative;
  display: flex;
}

[b-l0i062p1sv] .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-l0i062p1sv] {
  display: inline-block;
  font-family: var(--font-medium);
}

[b-l0i062p1sv] .rate-price-container .font-softtec-medium {
  font-weight: 500;
  line-height: 1.5rem;
}

[b-l0i062p1sv] .rate-price .d-flex {
  color: var(--softtec-medium-blue3);
  line-height: 1.2rem;
  word-break: break-all;
}

[b-l0i062p1sv] .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:focus-visible[b-l0i062p1sv] {
  box-shadow: 0 0 0 2px black;
}

.rate-price-btn:focus:not(:focus-visible)[b-l0i062p1sv] {
  box-shadow: none;
  outline: none;
}

.rate-price-btn .rate-price-btn-left[b-l0i062p1sv] {
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 9rem;
  font-size: var(--font-size-13);
}

.rate-price-btn .rate-price-btn-right[b-l0i062p1sv] {
  padding: 1rem;
  padding-left: 1.5rem !important;
}

.rate-price-btn-divider[b-l0i062p1sv] {
  background-color: var(--softtec-light-blue2);
  height: 4rem;
  width: .2rem;
}

@media (hover: hover) and (pointer: fine) {
  [b-l0i062p1sv] .rate-price-btn:not(:disabled):hover {
    color: var(--softtec-white);
    background-color: var(--softtec-dark-blue);
    cursor: pointer;
  }
}

[b-l0i062p1sv] .modal-header .fa-solid{
  font-size: var(--font-size-20);
}

[b-l0i062p1sv] .rate-price-btn .fa-solid {
  font-size: var(--font-size-14);
}

[b-l0i062p1sv] .rate-info {
  align-items: start;
}

[b-l0i062p1sv] .rate-info .fa-solid {
  font-size: var(--font-size-15);
}

  [b-l0i062p1sv] .rate-info .text {
    line-height: 1.6rem;
    font-family: var(--font-medium);
  }

/* Tooltip */
  .logisperday-tooltip[b-l0i062p1sv] {
  position: relative;
  width: 2rem;
  height: 2rem;
}

.modal-info-icon[b-l0i062p1sv] {
  background-size: 1.3em !important;
  cursor: pointer;
}

/* Tooltip content */
.logisperday-tooltip-container[b-l0i062p1sv] {
  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-l0i062p1sv] {
  background-color: var(--softtec-medium-blue1);
  padding: 1rem;
  display: flex;
  border-radius: .5rem;
  flex-direction: column;
  gap: 1rem;
}

.logisperday-tooltip-list[b-l0i062p1sv] {
  list-style-type: none;
  margin: unset;
  padding: unset;
}

  .logisperday-tooltip-list li[b-l0i062p1sv] {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
  }

.logisperday-tooltip-container .arrow[b-l0i062p1sv] {
  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-l0i062p1sv] {
  position: relative;
}

/* Show on hover / foucs */
.logisperday-tooltip-content:hover[b-l0i062p1sv], .logisperday-tooltip-container:hover[b-l0i062p1sv],
.logisperday-tooltip .package-info-icon:focus + .logisperday-tooltip-container[b-l0i062p1sv],
.logisperday-tooltip .package-info-icon:hover + .logisperday-tooltip-container[b-l0i062p1sv] {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.logisperday-tooltip-textcontent[b-l0i062p1sv] {
  text-align: justify;
  color: var(--softtec-dark-blue);
}


@media (max-width: 1090px) {
  [b-l0i062p1sv] .rate > * {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
   .rate-price-row[b-l0i062p1sv] {
    width: unset;
  }
}

@media (max-width: 520px) {
  .rates-modal[b-l0i062p1sv] {
    max-height: calc(100vh - 12rem);
    max-height: calc(var(--doc-height) - 12rem);
  }

  [b-l0i062p1sv] .modal-header {
    padding-bottom: 1rem;
  }

    [b-l0i062p1sv] .modal-header .font-softtec-bold {
      margin-left: .5rem;
    }

  [b-l0i062p1sv] .rates {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 1rem !important;
  }

  .rate-price-row[b-l0i062p1sv] {
      position:relative;
      width: 100%;
  }

  .logisperday-tooltip-container[b-l0i062p1sv] {
    right: unset !important;
    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-l0i062p1sv] {
    max-height: 20rem;
    overflow-y: auto;
    scrollbar-width: none;
  }

    .logisperday-tooltip-container .arrow[b-l0i062p1sv] {
      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);
    }
}

/* /Features/02_FinishReservation/04_AdditionalServices/AdditionalServices.razor.rz.scp.css */
/*#region Articles-Tabs*/
.articles-container[b-nw1rj7vska] {
  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-nw1rj7vska] {
    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-nw1rj7vska] {
      padding-top: 1.5rem;
    }

.additional-subtitle[b-nw1rj7vska] {
  font-size: var(--font-size-14);
}

.groups-container[b-nw1rj7vska] {
  flex: 1;
  scrollbar-width: none;
}

.group-tabs > div[b-nw1rj7vska] {
  display: flex;
  overflow-x: auto;
  padding-block-end: .5rem;
  position: relative;
}

.mobile-filter-wrapper[b-nw1rj7vska] {
  display: none;
}

.mobile-filter-btn[b-nw1rj7vska] {
  display: none;
}

.mobile-filter-backdrop[b-nw1rj7vska] {
  display: none;
}

.mobile-filter-dropdown[b-nw1rj7vska] {
  display: none;
}

.tab-button.selected .group-label[b-nw1rj7vska] {
  color: var(--softtec-medium-blue1);
  width: 100%;
  font-family: var(--font-bold);
  padding-bottom: .7rem !important;
}

.tab-indicator[b-nw1rj7vska] {
  position: absolute;
  bottom: 0.5rem;
  height: 5px;
  background: var(--softtec-medium-blue1);
  border-radius: 2px;
  left: 0;
  width: 0;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.group-tabs [b-nw1rj7vska]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--softtec-light-blue4);
}

  @media (hover: hover) and (pointer: fine) {
    .group-tabs [b-nw1rj7vska]::-webkit-scrollbar-thumb:hover {
      background: var(--softtec-medium-blue2);
      cursor: pointer;
    }
  }


.tab-button[b-nw1rj7vska] {
  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-nw1rj7vska] {
  min-width: calc(100% / 5.7);
}

@media (hover: hover) and (pointer: fine) {
  .tab-button:hover[b-nw1rj7vska] {
    font-weight: 700;
  }
}

.tab-button .group-label[b-nw1rj7vska] {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.article-grid[b-nw1rj7vska] {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 1rem 2rem 2rem 2rem;
  display: flex;
  gap: 2rem;
  width: 100%;
  flex-direction: column;
}

.next-btn[b-nw1rj7vska] {
  border-radius: 0.5rem;
  margin: 1rem auto 0 auto;
  width: 30rem;
  background-color: var(--softtec-medium-blue1);
  color: var(--softtec-white);
  border: none;
  height: 4rem;
  min-height: 4rem;
  font-size: 14px;
  z-index: 1;
}

  @media (hover: hover) and (pointer: fine) {
    .next-btn:hover[b-nw1rj7vska] {
      cursor: pointer;
      background-color: var(--softtec-dark-blue);
    }
  }


  .next-btn:focus-visible[b-nw1rj7vska] {
      box-shadow: 0 0 0 2px black;
  }

  .next-btn:focus:not(:focus-visible)[b-nw1rj7vska] {
      outline: none;
  }
  body[b-nw1rj7vska] {
    overflow: unset;
}

@media (max-width: 1090px) {
    body:has(.tooltip-toggle:checked)[b-nw1rj7vska] {
        overflow: hidden;
    }
}

@media (max-width: 520px) {
    body:has(.package-tooltip-container:hover)[b-nw1rj7vska] {
        overflow: hidden;
    }
}
/*#endregion*/

/*#region Article*/
.article-card[b-nw1rj7vska] {
  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;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

  @media (hover: hover) and (pointer: fine) {
    .article-card:hover:not(:has(.child-prices-tooltip:hover)):not(:has(.article-tooltip:hover))[b-nw1rj7vska] {
      will-change: transform, box-shadow;
      transform: translateY(-4px) scale(1.01) !important;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15) !important;
      cursor: pointer;
    }
  }

.unselect-article[b-nw1rj7vska] {
  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-nw1rj7vska] {
  padding: 1rem 0 1rem 1rem;
}

.article-image[b-nw1rj7vska] {
  background-color: var(--softtec-light-blue1);
  background-repeat: no-repeat;
  background-position: center;
}

.article-image[b-nw1rj7vska], [b-nw1rj7vska] .article-carousel {
  border-radius: .8rem !important;
  width: 20.9rem !important;
  height: 13rem !important;
}

.article-description[b-nw1rj7vska] {
  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-nw1rj7vska] {
  -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-nw1rj7vska] {
  -webkit-line-clamp: unset;
}

.article-price-container[b-nw1rj7vska] {
  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-nw1rj7vska] {
  color: var(--softtec-white);
  background-color: var(--softtec-medium-blue1);
  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-nw1rj7vska]:after {
    content: '';
    position: absolute;
    top: 3.4rem;
    border-left: 1.4rem solid transparent;
    border-right: 1.4rem solid transparent;
    border-top: 1.4rem solid var(--softtec-medium-blue1);
    clear: both;
  }

.article-booking-btn-desktop[b-nw1rj7vska] {
  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:focus-visible[b-nw1rj7vska] {
      box-shadow: 0 0 0 2px black;
  }

  .article-booking-btn-desktop:focus:not(:focus-visible)[b-nw1rj7vska] {
      outline: none;
  }

.article-booking-btn-desktop.selected[b-nw1rj7vska] {
  background-color: var(--softtec-dark-green) !important;
  background-image: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .article-booking-btn-desktop:hover[b-nw1rj7vska] {
    background-color: var(--softtec-dark-blue);
    cursor: pointer;
  }

  .article-booking-btn-desktop.selected:hover .fa-check[b-nw1rj7vska] {
    display: none;
  }

  .article-booking-btn-desktop.selected:hover .fa-x[b-nw1rj7vska] {
    display: block !important;
  }
}

  .article-booking-btn-desktop .fa-solid[b-nw1rj7vska] {
    font-size: var(--font-size-14);
    -webkit-text-stroke: 0.08em;
  }

.article-booking-btn-mobile[b-nw1rj7vska] {
  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-nw1rj7vska] {
    background-color: var(--softtec-dark-green);
  }

  .article-booking-btn-mobile:focus-visible[b-nw1rj7vska] {
      box-shadow: 0 0 0 2px black;
  }

  .article-booking-btn-mobile:focus:not(:focus-visible)[b-nw1rj7vska] {
      outline: none;
  }

.article-days[b-nw1rj7vska] {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}

.article-day[b-nw1rj7vska] {
  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;
}

.ts-switch[b-nw1rj7vska] {
  display: inline-flex;
  align-items: center;
  background-color: var(--softtec-dark-red);
  border-radius: 2.5rem;
  padding: 0;
  position: relative;
  width: 6rem;
  height: 3rem;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: background-color 280ms ease;
}

.ts-switch--on[b-nw1rj7vska] {
  background-color: var(--softtec-dark-green);
}

.ts-switch:focus[b-nw1rj7vska] {
  outline: none;
}

.ts-switch:focus-visible[b-nw1rj7vska] {
  box-shadow: 0 0 0 2px black;
  outline: none;
}

.ts-switch__thumb[b-nw1rj7vska] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2rem;
  border-radius: 25px;
  right: 0.6rem;
  left: unset;
  background-color: white;
  pointer-events: none;
  transition: transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ts-switch--on .ts-switch__thumb[b-nw1rj7vska] {
  transform: translateX(-2.5rem);
}

.ts-switch__icon[b-nw1rj7vska] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms ease;
  -webkit-text-stroke: 0.08em;
}

.ts-switch--off .ts-switch__icon--x[b-nw1rj7vska] {
  color: var(--softtec-dark-red);
  opacity: 1;
}

.ts-switch--on .ts-switch__icon--check[b-nw1rj7vska] {
  color: var(--softtec-dark-green);
  opacity: 1;
}

.article-tooltip[b-nw1rj7vska] {
  position: relative;
  display: inline-flex;
}

.article-tooltip-container[b-nw1rj7vska], .child-prices-tooltip-container[b-nw1rj7vska] {
  visibility: hidden;
  opacity: 0;
  color: var(--softtec-white);
  text-align: center;
  position: absolute;
  top: 76%;
  left: 50%; 
  width:200px;
  z-index: 10;
  display: flex;
  padding-top: 1rem;
}

  .article-tooltip-container[b-nw1rj7vska]::after, .child-prices-tooltip-container[b-nw1rj7vska]::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-nw1rj7vska]::after {
    left: unset;
    right: .8rem;
  }

.article-tooltip-container[b-nw1rj7vska] {
  width: max-content;
  min-width: 12rem;
  max-width: min(70rem, 90vw);
}

  .article-tooltip-container > .article-tooltip-content[b-nw1rj7vska] {
    flex: 1;
  }

.child-prices-tooltip-container[b-nw1rj7vska] {
  min-width: 21rem;
  max-width: 59rem;
  right: -9px;
  left: unset;
  top: 100%;
  margin-top: -1.5rem;
}

/* Tooltip sichtbar beim Hover oder Fokus */
.article-tooltip:hover .article-tooltip-container[b-nw1rj7vska],
.article-tooltip:focus-within .article-tooltip-container[b-nw1rj7vska],
.child-prices-tooltip:hover .child-prices-tooltip-container[b-nw1rj7vska] {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}

.child-prices-tooltip:hover .child-prices-tooltip-container[b-nw1rj7vska]{
  transform: translateX(0) scaleY(1);
}

/* Tooltip content styling */
.article-tooltip-content[b-nw1rj7vska], .child-prices-tooltip-content[b-nw1rj7vska]
{
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--softtec-medium-blue1);
  border-radius: 1rem;
}

  .article-tooltip-content .d-none[b-nw1rj7vska] {
    display: flex !important;
  }

.article-name[b-nw1rj7vska] {
  font-family: var(--font-bold);
  font-size: var(--font-size-14);
  position: relative;
}

.article-text[b-nw1rj7vska] {
  word-break: break-word;
  max-height: 55rem;
  overflow: auto;
  padding-inline-end: 0.5rem;
}

.child-prices-tooltip-content .fa-solid[b-nw1rj7vska],
.article-tooltip-content .fa-solid[b-nw1rj7vska] {
  font-size: var(--font-size-14);
}

.article-price[b-nw1rj7vska] {
  display: flex;
  align-items: center;
  position: relative;
  gap:1px;
  justify-content: space-between;
  padding: 0;
}

  .article-price .font-size-24[b-nw1rj7vska] {
    flex: 1;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

/*#endregion*/

/*#region media*/
@media (max-width: 1090px) {
  /* Verhindert, dass die Karte per will-change/transform zum Bezugsrahmen
     fuer position:fixed-Kinder (.article-tooltip-container) wird. */
  .article-card[b-nw1rj7vska] {
    will-change: auto;
  }

  @media (hover: hover) and (pointer: fine) {
    .article-card:hover[b-nw1rj7vska] {
      transform: none !important;
    }
  }

  .articles-container[b-nw1rj7vska] {
    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-nw1rj7vska] {
      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-nw1rj7vska] {
    display: flex;
  }

  .article-image-container[b-nw1rj7vska] {
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .article-image[b-nw1rj7vska],
  [b-nw1rj7vska] .article-carousel {
    height: 18rem !important;
    width: 100% !important;
  }

  .tablet-article-name[b-nw1rj7vska] {
    display: flex !important;
    color: var(--softtec-medium-blue1);
  }

  .article-card[b-nw1rj7vska] {
    gap: 0;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .article-image-container[b-nw1rj7vska], .article-price-container[b-nw1rj7vska] {
    grid-row: 1;
  }


  .article-description[b-nw1rj7vska] {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    max-width: 100%;
    padding: 1rem;
  }

    .article-description:empty[b-nw1rj7vska] {
      display: none;
    }

    .article-description:not(:empty)[b-nw1rj7vska] {
      border-top: 1px solid var(--softtec-light-blue2);
    }

      .article-description:not(:empty) + .article-price-container[b-nw1rj7vska] {
        border-bottom-right-radius: 0;
      }

    .article-grid.any-article-selected[b-nw1rj7vska] {
      padding-right: 1.6rem;
    }

  .child-prices-tooltip-container[b-nw1rj7vska],
  .article-tooltip-container[b-nw1rj7vska] {
    position: fixed !important; /* overlay on entire screen */
    margin-top: 0;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    min-width: unset;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    height: var(--doc-height);
    background-color: var(--dark-transparent-background);
    z-index: 10000;
    transform: scaleY(0);
    transform-origin: bottom left;
    flex-direction: column;
    padding-top: 0;
  }

  .child-prices-tooltip-content[b-nw1rj7vska],
  .article-tooltip-content[b-nw1rj7vska] {
    width: 100%;
    height: calc(100vh - 10rem);
    height: calc(var(--doc-height) - 10rem);
    margin-top: auto;
    border-radius: 1rem 1rem 0 0;
  }

    .article-tooltip-container > .article-tooltip-content[b-nw1rj7vska] {
      flex: 0 0 auto;
      margin-bottom: 0;
      padding: 1rem;
      background-color: var(--softtec-medium-blue1);
    }

    .child-prices-tooltip-content .d-none[b-nw1rj7vska],
    .article-tooltip-content .d-none[b-nw1rj7vska] {
      display: flex !important;
    }

  .article-tooltip-container[b-nw1rj7vska]::after,
  .child-prices-tooltip-container[b-nw1rj7vska]::after {
    display: none;
  }

  .article-name[b-nw1rj7vska] {
    margin: 0 auto;
  }

  .article-text[b-nw1rj7vska] {
    max-height: unset;
    flex: 1; /* Textbereich fuellt das Sheet und scrollt darin, analog .package-text */
  }

    .tooltip-toggle:not(:checked) + .article-info-icon + .article-tooltip-container[b-nw1rj7vska],
    .tooltip-toggle:not(:checked) + .child-prices-info-icon + .child-prices-tooltip-container[b-nw1rj7vska] {
      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-nw1rj7vska],
    .tooltip-toggle:checked + .child-prices-info-icon + .child-prices-tooltip-container[b-nw1rj7vska] {
      visibility: visible;
      opacity: 1;
      transform: scaleY(1);
    }
  }


@media (max-width: 550px) {
  .articles-container[b-nw1rj7vska] {
    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-nw1rj7vska] {
      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-nw1rj7vska] {
        padding-top: .5rem;
      }

  .article-image[b-nw1rj7vska],
  [b-nw1rj7vska] .article-carousel {
    height: 14rem !important;
  }

  .tab-button[b-nw1rj7vska] {
    min-width: calc(100% / 3);
  }

  .group-tabs .more-than-three .tab-button[b-nw1rj7vska] {
    min-width: calc(100% / 3.5);
  }

  .font-size-14[b-nw1rj7vska],
  .group-label[b-nw1rj7vska] {
    font-size: var(--font-size-12);
  }

  .tab-button .group-label[b-nw1rj7vska] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .group-tabs[b-nw1rj7vska] {
    display: none;
  }

  .title[b-nw1rj7vska] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: .5rem;
    width: 100%;
    position: relative;
  }

    .title h2[b-nw1rj7vska] {
      flex: 1;
      min-width: 0;
    }

  .mobile-filter-wrapper[b-nw1rj7vska] {
    display: block;
    position: relative;
    flex-shrink: 0;
    z-index: 1;
  }

  .mobile-filter-btn[b-nw1rj7vska] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border: none;
    border-radius: .5rem;
    background-color: var(--softtec-light-blue2);
    color: var(--softtec-medium-blue1);
    font-size: var(--font-size-16);
    cursor: pointer;
  }

    .mobile-filter-btn:hover[b-nw1rj7vska] {
      color: var(--softtec-medium-blue2);
    }
    

  .mobile-filter-btn i[b-nw1rj7vska]{
    font-size: 20px;
  }

  .mobile-filter-backdrop[b-nw1rj7vska] {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10050;
    background: transparent;
  }

  .mobile-filter-dropdown[b-nw1rj7vska] {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + .5rem);
    right: 0;
    z-index: 10051;
    min-width: 15rem;
    max-width: calc(100vw - 2rem);
    max-height: 60vh;
    overflow: hidden auto;
    border-radius: .8rem;
    background-color: var(--softtec-white);
    box-shadow: 10px 10px 20px 10px rgb(0 0 0 / 35%);
  }

  .mobile-filter-option[b-nw1rj7vska] {
    border: none;
    border-bottom: 1px solid var(--softtec-light-blue2);
    background: transparent;
    text-align: left;
    padding: 1rem;
    color: var(--softtec-medium-blue1);
    font-size: var(--font-size-14);
    cursor: pointer;
  }

    .mobile-filter-option:last-child[b-nw1rj7vska] {
      border-bottom: none;
    }

    .mobile-filter-option.selected[b-nw1rj7vska] {
      background-color: var(--softtec-light-blue3);
      font-family: var(--font-bold);
    }

    @media (hover: hover) and (pointer: fine) {
      .mobile-filter-option:hover[b-nw1rj7vska] {
        background-color: var(--softtec-light-blue3);
      }
    }

  .next-btn[b-nw1rj7vska] {
    line-height: 1.5;
    min-height: 4rem;
    height: 4rem;
    width: 18rem;
    margin: 0 auto;
    border-radius: 1rem;
  }
}
/*#endregion*/
/* /Features/02_FinishReservation/05_GuestData/GuestData.razor.rz.scp.css */

.guest-data-wrapper[b-xbz2o0y3ms]  .rs-guest-card .rs-fields-grid {
  padding-top: 0 !important;
  /* backwards statt both: "both" liesse den Transform der letzten Keyframe (translateY(0)) dauerhaft
     am Element haengen und macht .rs-fields-grid damit zum containing block fuer
     position:fixed-Nachfahren (z.B. Tooltips/Dropdowns in den Gastdaten-Feldern) */
  animation: fade-in-down 0.35s ease backwards;
}

.guest-data-wrapper[b-xbz2o0y3ms]  .rs-fields-grid:empty {
  display: none !important;
}
/* /Features/02_FinishReservation/06_CreditCardEntry/CreditCardEntry.razor.rz.scp.css */
.secure-field--actions[b-c4i9qdn77r] {
  border-radius: 50%;
  border: 1px solid var(--softtec-dark-blue);
  min-height: 12rem;
  min-width: 12.5rem;
  padding: 1rem;
}

.secure-field--action[b-c4i9qdn77r] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.secure-field--card-icon__recognized-card[b-c4i9qdn77r] {
  width: 8rem;
}

[b-c4i9qdn77r] .input-control {
  height: 30px !important;
}

.expiry-error[b-c4i9qdn77r] {
  border: 1px solid rgb(255, 0, 0) !important;
}

.credit-owner-wrapper[b-c4i9qdn77r] {
  display: inline-block;
  width: calc(100% - 2px);
  border-radius: .8rem;
  transition: box-shadow 0.2s;
  margin-bottom: 1.37rem;
  margin-left: 2px;
}

.credit-owner[b-c4i9qdn77r] {
  width: calc(100% - 2px);
  border-radius: .8rem;
  height: 3rem;
  padding-left: 8px;
  background: white;
  color: var(--softtec-medium-blue1) !important;
  font-size: 1.25rem !important;
  border: solid 2px var(--softtec-light-blue1) !important;
  outline: none;
  font-family: softtec-font-regular;
}

@media (hover: hover) and (pointer: fine) {
  .credit-owner:hover[b-c4i9qdn77r] {
    z-index: 5;
    position: relative;
  }
}

  .credit-owner[b-c4i9qdn77r]::placeholder {
    color: var(--softtec-medium-blue1);
    opacity: 1;
  }

  .credit-owner:focus[b-c4i9qdn77r]::placeholder {
    color: #b0b0b0;
    opacity: 1;
  }

#card-holder-container[b-c4i9qdn77r],
#card-number-container[b-c4i9qdn77r] {
  height: 3.5rem;
}

#cvv-container[b-c4i9qdn77r] {
  height: 2.5rem;
  margin: 0 0 1rem 0;
  width: 50%;
}

#payment-container[b-c4i9qdn77r] {
  width: 55rem;
  padding-bottom: 2rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

  #payment-container .secure-field--input[b-c4i9qdn77r] {
    height: 4rem;
  }

  #payment-container .gap-2[b-c4i9qdn77r] {
    gap: 1.5rem !important;
  }

.creditcard-date-input[b-c4i9qdn77r] {
  width: 50%;
  border: solid 2px var(--softtec-light-blue1);
  border-radius: .8rem;
  height: 3rem;
  padding-left: 8px;
  background: white;
  color: var(--softtec-medium-blue1);
  font-size: 1.25rem !important;
  outline: none;
  font-family: softtec-font-regular;
}

@media (hover: hover) and (pointer: fine) {
  .creditcard-date-input:hover[b-c4i9qdn77r] {
    z-index: 5;
    position: relative;
  }
}

  .creditcard-date-input[b-c4i9qdn77r]::placeholder {
    color: var(--softtec-medium-blue1); 
    font-family: softtec-font-regular, Arial, sans-serif;
    opacity: 1;
  }

  .creditcard-date-input:focus[b-c4i9qdn77r]::placeholder {
    color: #b0b0b0;
    opacity: 1;
  }

  .date-picker[b-c4i9qdn77r]:before,
  .date-picker[b-c4i9qdn77r]::-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-c4i9qdn77r] {
  width: 25.9rem;
  font-family: var(--font-bold);
  background-color: var(--softtec-medium-blue1);
  color: #fff !important;
  margin-right: 14rem !important;
  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;
}

.creditcard-date-cvv[b-c4i9qdn77r] {
  margin: 1rem .2rem 0 .2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

  .booking-btn:disabled[b-c4i9qdn77r] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
  }

@media (hover: hover) and (pointer: fine) {
  .booking-btn:hover[b-c4i9qdn77r] {
    cursor: pointer;
    background-color: var(--softtec-dark-blue);
  }
}

input:-webkit-autofill[b-c4i9qdn77r],
input:-webkit-autofill:focus[b-c4i9qdn77r],
input:-webkit-autofill:hover[b-c4i9qdn77r],
input:-webkit-autofill:active[b-c4i9qdn77r] {
  -webkit-text-fill-color: var(--softtec-medium-blue1) !important;
  transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 520px) {
  #payment-container[b-c4i9qdn77r] {
    width: 100%;
  }
}

form input[b-c4i9qdn77r] {
  color: var(--softtec-medium-blue1);
  background-color: white !important;
  height: fit-content;
}
/* /Features/03_ConfirmationPage/07_HotelHighlights/HotelHighlights.razor.rz.scp.css */
.page-container[b-g5krvrnw12] {
  height: 100vh;
  height: var(--doc-height);
  padding: 1rem;
}

.rc-check[b-g5krvrnw12] {
  padding: 1.6rem;
  height: 10rem;
  margin: auto;
  width: 10rem;
}

.rc-text[b-g5krvrnw12] {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 2rem;
  margin: 0 auto 1rem auto;
}

[b-g5krvrnw12] .highlight-item {
  width: 100%;
  box-shadow: var(--dark-transparent2) 0px 2px 8px 0px;
  border-radius: .8rem;
  background: var(--softtec-white);
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  [b-g5krvrnw12] .highlight-item:hover {
    will-change: transform, box-shadow;
    transform: translateY(-4px) scale(1.01) !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
  }
}

[b-g5krvrnw12] .highlight-item .imgs {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

  [b-g5krvrnw12] .highlight-item .imgs .slide-img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

[b-g5krvrnw12] .highlight-gallery .highlight-item .highlight-text {
  padding: 1.5rem;
  font-size: var(--font-size-12);
  color: var(--softtec-medium-blue1);
}

.btn-lightblue[b-g5krvrnw12] {
  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-g5krvrnw12] {
  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: auto;
  padding: 1rem;
  width: 100%;
  z-index: 4;
}

@media (hover: hover) and (pointer: fine) {
  .btn-lightblue:hover[b-g5krvrnw12] {
    background-color: var(--softtec-dark-blue);
  }
}

.button-container .btn:disabled[b-g5krvrnw12] {
  background-color: var(--softtec-grey);
  color: var(--softtec-white);
  cursor: pointer;
  transform: none;
}

@media (max-width: 1200px) {
  .highlight-gallery .rc-hotel-highlights[b-g5krvrnw12] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  [b-g5krvrnw12] .highlight-gallery .rc-hotel-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {

  .rc-text[b-g5krvrnw12] {
    margin: 0 auto;
  }
}
/* /Features/CrossCuttingConcerns/HotelLoadingIndicator.razor.rz.scp.css */
.loadingWrapper[b-r0e4gux4sx] {
  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-r0e4gux4sx] {
  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-r0e4gux4sx] {
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--softtec-medium-blue2);
    border-radius: 50%;
    display: inline-block;
    animation: jump-b-r0e4gux4sx 0.6s infinite ease-in-out;
  }

    .dots-loader span:nth-child(1)[b-r0e4gux4sx] {
      animation-delay: 0s;
    }

    .dots-loader span:nth-child(2)[b-r0e4gux4sx] {
      animation-delay: 0.2s;
    }

    .dots-loader span:nth-child(3)[b-r0e4gux4sx] {
      animation-delay: 0.4s;
    }

@keyframes jump-b-r0e4gux4sx {
  0%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-0.6rem);
  }
}
/* /Features/CrossCuttingConcerns/LoadingIndicator.razor.rz.scp.css */
.loading-overlay[b-9tfzy103az] {
  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-9tfzy103az] {
  width: 60px;
  height: 60px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin-b-9tfzy103az 1s linear infinite;
}

@keyframes spin-b-9tfzy103az {
  to {
    transform: rotate(360deg);
  }
}
/* /Features/CrossCuttingConcerns/Step.razor.rz.scp.css */
.step[b-5yjsglwjlp] {
  width: 100%;
}

.step:not(.step--first)[b-5yjsglwjlp] {
  /* backwards statt both: "both" liesse den Transform der letzten Keyframe (translateY(0)) dauerhaft am Element haengen
     und macht .step damit zum containing block fuer position:fixed-Nachfahren (z.B. Tooltips in Options) */
  animation: step-appear-b-5yjsglwjlp 0.35s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

@keyframes step-appear-b-5yjsglwjlp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
