body-alt {
    /*background-image: url("../grafiken/hintergrund.svg");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 110%;
    background-color: /*var(--bs-gray)*/ #000000;
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: /*var(--bs-body-color)*/ var(--dark--color);
    overflow-x: hidden; /* Nur horizontale Scrollbar entfernen */
    overflow-y: auto; /* Vertikales Scrollen erlauben */
}

.login-form {
    width: 100%;
    max-width: 360px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar {
  position: sticky !important;
  top: 0;
  z-index: 999;
}

.alert-container {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
}

.floating-button {
    position: fixed; /* Fixiert den Button an einer festen Position */
    bottom: 20px; /* Abstand vom unteren Rand */
    right: 20px; /* Abstand vom rechten Rand */
    width: 50px; /* Breite des Buttons */
    height: 50px; /* Höhe des Buttons */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (min-width: 768px) {
  .divscrollbar {
      height: 90vh;
      overflow-y: auto;
      margin-bottom: 10px;
  }
}

.logo {
    height: 60px;
}

.textfarbe {
    color: #000000;
}

.gruenetextfarbe {
    color: #1AC978;
}

.btn-round {
  border-radius: 30px;
}

.preis-text {
  font-size: 1.05rem;
  line-height: 1.6;
}

 .marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}

 .link-custom {
   color: var(--link-custom-color) !important;
 }
 
 .dashboard-container {
    border: 2px solid var(--bs-primary); /* Verwendet deine grüne Farbe */
    color: #1AC978;
    text-align: center;
    border-radius: 0px; /* Abgerundete Ecken */
    box-shadow: 0 4px 12px rgba( 255, 255, 255, 0.2); /* Optional: Schatten */
    background-color: rgba(255, 255, 255, 0.1); /* Optional: leichter Hintergrund */
}

 .login-container {
    border-color: 2px solid;
    boder-color: rgba(26, 201, 120, 1); /* Verwendet deine grüne Farbe */
    color: #1AC978;
    text-align: center;
    /* border-radius: 0px; /* Abgerundete Ecken */
    box-shadow: 0 4px 12px rgba( 255, 255, 255, 0.2); /* Optional: Schatten */
    background-color: rgba(0, 0, 0, 1); /* Optional: leichter Hintergrund */  
 }