.quarto-dashboard .bslib-value-box .value-box-value {
    font-size: clamp(.1em, 10cqw, 5em) !important;
}

.callout.collapsed .callout-content {
    display: none;
  }

  .custom-callout-wide {
    margin-right: -1850px; /* Wert anpassen, um die Breite festzulegen */
    overflow-x: auto; /* Ermöglicht horizontales Scrollen bei Bedarf */
  }

  .custom-wide-table {
    margin-right: -1800px; /* Wert anpassen, um die Breite festzulegen */
    overflow-x: auto; /* Ermöglicht horizontales Scrollen bei Bedarf */
  }

  .navbar-logo {
    position: relative;
    top: -3px;
    max-height: 35px !important;
    width: auto;
    padding-right: 4px;
}


.quarto-float-caption-top {
  font-size: 1em; /* Passe die Größe nach Bedarf an */
  font-weight: bold; /* Optional: Macht die Beschriftung fett */
}