:root {
  --wb-space-1: .25rem;
  --wb-space-2: .5rem;
  --wb-space-3: 1rem;
  --wb-space-4: 1.5rem;
}
html { -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; }
hr { border: 0; border-top: 1px solid var(--bs-border-color, #dee2e6); margin: 1rem 0; }
label { cursor: default; }
strong { font-weight: 700; }
textarea.form-control { min-height: 120px; resize: vertical; }
.form-control,
.form-select,
.form-control-color {
  min-height: calc(1.5em + .75rem + 2px);
}
.form-control-lg { min-height: calc(1.5em + 1rem + 2px); padding: .5rem 1rem; font-size: 1.25rem; }
.form-control-color { min-width: 3rem; padding: .375rem; }
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-control-color,
.input-group > .btn {
  position: relative;
}
.input-group > :not(:first-child) {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-text:not(:last-child),
.input-group > .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child),
.input-group > .form-control-color:not(:first-child),
.input-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:not(:first-child) { margin-left: -1px; }
.btn-group > .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-sm > .btn { padding: .25rem .5rem; font-size: .875rem; }
.btn-link {
  font-weight: 400;
  color: var(--bs-primary, #6f3bf5);
  text-decoration: none;
  border-color: transparent;
  background: transparent;
}
.btn-link:hover { text-decoration: underline; }
.btn-outline-success { color: #198754; border-color: #198754; }
.btn-outline-success:hover { color: #fff; background: #198754; }
.table-sm th, .table-sm td { padding: .375rem .5rem; }
.table-light th, .table-light td { background: #f8f9fa; }
.table-borderless th, .table-borderless td { border: 0; }
.table > :not(caption) > * > * { box-shadow: inset 0 -1px 0 var(--bs-border-color, #dee2e6); }
.table-borderless > :not(caption) > * > * { box-shadow: none; }
.alert-secondary { color: #41464b; background: #e2e3e5; border-color: #d3d6d8; }
.alert-heading { margin-top: 0; margin-bottom: .5rem; }
.list-group-item-warning { color: #664d03; background: #fff3cd; }
.border-danger { border-color: #dc3545 !important; }
.text-primary { color: var(--bs-primary, #6f3bf5) !important; }
.text-success { color: #198754 !important; }
.text-nowrap { white-space: nowrap !important; }
.fw-bold { font-weight: 700 !important; }
.user-select-all { user-select: all !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.ms-auto { margin-left: auto !important; }
.mt-1 { margin-top: .25rem !important; }
.pb-0 { padding-bottom: 0 !important; }
.p-2 { padding: .5rem !important; }
.bg-warning-subtle { background: #fff3cd !important; color: #664d03; }
.spinner-border-sm { width: 1rem; height: 1rem; border-width: .2em; }
.modal-lg { max-width: 800px; }
.row-cols-2 > * { flex: 0 0 auto; width: 50%; }
.col { flex: 1 0 0%; }
@media (min-width: 576px) {
  .col-sm-4 { flex: 0 0 auto; width: 33.333333%; }
  .col-sm-8 { flex: 0 0 auto; width: 66.666667%; }
}
@media (min-width: 768px) {
  .row-cols-md-5 > * { flex: 0 0 auto; width: 20%; }
}
@media (min-width: 992px) {
  .col-lg-5 { flex: 0 0 auto; width: 41.666667%; }
  .col-lg-7 { flex: 0 0 auto; width: 58.333333%; }
  .col-lg-10 { flex: 0 0 auto; width: 83.333333%; }
  .d-lg-none { display: none !important; }
}
.card,
.setup-card,
.auth-card,
.timeline-card {
  overflow-wrap: anywhere;
}
.card-header,
.card-body,
.card-footer,
.setup-body,
.auth-body {
  display: block;
}
.card-body > .row:last-child,
.setup-body > .row:last-child,
.auth-body > .row:last-child {
  margin-bottom: 0;
}
.ticket-image-gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .5rem;
}


/* Layout- und Form-Fixes */
h1, .h1 { font-size: 2.5rem; margin-bottom: .5rem; }
h2, .h2 { font-size: 2rem; margin-bottom: .5rem; }
h3, .h3 { font-size: 1.75rem; margin-bottom: .5rem; }
h4, .h4 { font-size: 1.5rem; margin-bottom: .5rem; }
h5, .h5 { font-size: 1.25rem; margin-bottom: .5rem; }
h6, .h6 { font-size: 1rem; margin-bottom: .5rem; }
p { margin-bottom: 1rem; }
.form-control,
.form-select,
.input-group-text,
.btn {
  min-height: calc(1.5em + .75rem + 2px);
}
.input-group {
  flex-wrap: nowrap;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-control-color {
  width: 1%;
}
.input-group-text {
  white-space: nowrap;
}
.input-group > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-text + .form-control,
.input-group > .input-group-text + .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table th,
.table td {
  vertical-align: middle;
}
.btn-group form {
  margin: 0;
}
.card-header > *:last-child,
.card-body > *:last-child,
.card-footer > *:last-child {
  margin-bottom: 0;
}
.row.g-3 {
  row-gap: 1rem;
}
.mb-5 { margin-bottom: 3rem !important; }
.mt-5 { margin-top: 3rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
@media (max-width: 767.98px) {
  .content-wrapper { padding: 1rem; }
  .topbar { padding: .875rem 1rem; }
  .card-body { padding: 1rem; }
}
