@charset "UTF-8";
body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../img/bg.png") repeat top left #000;
  background-size: 15%;
  /*&:before {
    width: 100vw;
    height: 100vh;
    content: " ";
    background: url("../img/bg.jpg") no-repeat #fff;
    background-size: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }*/
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #0d6efd;
}

/* Dark-Glass Container */
.glass-dark {
  position: relative;
  border-radius: 18px;
  /* Grundton + dezente Highlights */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)), rgba(10, 10, 12, 0.6); /* sehr dunkler Grundton */
  /* Glas-Effekt */
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  /* feine Kante und Tiefe */
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px 0 rgba(0, 0, 0, 0.35);
}

/* subtiler “Sheen” + Körnung/Noise für mehr Materialität */
.glass-dark::before,
.glass-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

/* Lichtreflex (oben links etwas heller, unten rechts minimal) */
.glass-dark::before {
  background: radial-gradient(1200px 400px at 0% -10%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 60%), radial-gradient(800px 300px at 100% 110%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
}

/* sehr feine Textur (ohne Assets) */
.glass-dark::after {
  opacity: 0.06;
  mix-blend-mode: overlay;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 3px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 4px);
}

/* Fallback für Browser ohne backdrop-filter */
@supports not ((backdrop-filter: blur(0)) or (-webkit-backdrop-filter: blur(0))) {
  .glass-dark {
    background: rgba(10, 10, 12, 0.88);
  }
}
#app {
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #app {
    padding: 10px;
  }
}
#loader, #loader2 {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background: url("../img/bg-pattern2.png") no-repeat center center #000;
  background-size: 80%;
}

h1.main, #loader, #loader2 {
  text-shadow: 2px 2px 5px rgba(33, 33, 33, 0.6);
}

#form-container {
  width: 100%;
  height: 100%;
}

#form-wrapper,
#lead-form {
  width: 100%;
  max-width: 800px;
  background: rgba(33, 33, 33, 0.7);
  border-radius: 20px;
  padding: 25px;
  min-height: 200px;
  overflow: hidden !important;
}
#form-wrapper .step,
#lead-form .step {
  max-width: 800px;
}

/**
 * VUE
 */
.v-enter-active {
  position: absolute;
}

.v-enter-active,
.v-leave-active {
  transition: all 750ms ease-in-out;
}

.v-enter-from {
  transform: translateX(100%);
  opacity: 0;
}

.v-enter-to {
  transform: translateX(0);
  opacity: 1;
}

.v-leave-from {
  transform: translateX(0);
  opacity: 1;
}

.v-leave-to {
  transform: translateX(-100%);
  opacity: 0;
}

/**
 * Berichtsheft-Generator v2
 */
.bh-container {
  max-width: 900px;
  padding: 30px;
  border-radius: 10px;
  margin: 0 auto;
}

.day-allocation {
  border-radius: 10px;
}

.form-select-plaintext {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0.375rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
.form-select-plaintext:focus {
  border: 0 !important;
  outline: none !important;
}

.select2-container--bootstrap-5 .select2-selection {
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: var(--bs-body-color) !important;
}

.bh-loading-dashboard-btn {
  min-width: 220px;
}

.bh-loading-trivia {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)), rgba(12, 16, 24, 0.78);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}
.bh-loading-trivia p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65;
}

.bh-loading-trivia__label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.bh-login-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.16), rgba(37, 99, 235, 0.06)), rgba(255, 255, 255, 0.03);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.bh-login-cta__content {
  flex: 1 1 auto;
}

.bh-login-cta__eyebrow {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(191, 219, 254, 0.86);
}

.bh-login-cta__title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  line-height: 1.35;
}

.bh-login-cta__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.bh-login-cta__button {
  flex: 0 0 auto;
  min-width: 220px;
}

.bh-open-job-alert {
  background: rgba(255, 193, 7, 0.14);
  color: #fff3cd;
}

.bh-dashboard-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.bh-dashboard-filter {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.bh-dashboard-filter__label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.bh-dashboard-filter__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bh-dashboard-filter__tab {
  display: inline-flex;
  align-items: center;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
  line-height: 1.2;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.bh-dashboard-filter__tab:hover, .bh-dashboard-filter__tab:focus {
  border-color: rgba(13, 110, 253, 0.7);
  background: rgba(13, 110, 253, 0.16);
  color: #fff;
  transform: translateY(-1px);
}
.bh-dashboard-filter__tab.is-active {
  border-color: #0d6efd;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.86), rgba(29, 132, 255, 0.92));
  color: #fff;
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
}

.bh-dashboard-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.bh-dashboard-item__content {
  flex: 1 1 auto;
  min-width: 0;
}

.bh-dashboard-item__meta {
  overflow-wrap: anywhere;
}

.bh-dashboard-item__actions {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}

.bh-dashboard-action-btn {
  min-width: 170px;
}

@media screen and (max-width: 767px) {
  .bh-loading-dashboard-btn {
    width: 100%;
    max-width: 320px;
  }
  .bh-loading-trivia {
    padding: 0.95rem 1rem;
  }
  .bh-login-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .bh-login-cta__button {
    width: 100%;
    min-width: 0;
  }
  .bh-dashboard-filter {
    padding: 0.9rem;
  }
  .bh-dashboard-filter__tabs {
    gap: 0.6rem;
  }
  .bh-dashboard-filter__tab {
    width: 100%;
    justify-content: center;
  }
  .bh-dashboard-item {
    flex-direction: column;
    align-items: stretch;
  }
  .bh-dashboard-item__actions {
    width: 100%;
  }
  .bh-dashboard-action-btn {
    width: 100%;
    min-width: 0;
  }
}

/*# sourceMappingURL=bh-app.css.map */
