html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.rights-table {
    margin-top: 5px;
    border-collapse: collapse;
    width: auto;
}

    .rights-table td {
        width: 16px;
        height: 16px;
        text-align: center;
        border: 1px solid black;
        padding: 0;
        margin: 0;
    }

.rights-cell {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
}

.rights-table arc {
    background-color: #fff3cd; /* Gelb */
}

.rights-table exu {
    background-color: #d4edda; /* Grün */
}

.rights-table sma {
    background-color: #f8d7da; /* Rot */
}

/* Das Off-Canvas Panel breiter machen */
.offcanvas-wide {
    width: 40% !important;
}

/* Positionierung der Details fixieren */
.offcanvas-end {
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 1050; /* Höherer Wert, damit es über anderen Elementen liegt */
    overflow-y: auto; /* Ermöglicht Scrollen bei langen Inhalten */
    transition: transform 0.3s ease-in-out;
}
.offcanvas-end {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: scroll;
}
