.row.row-activity-table {
  /*margin: 0px;*/
  margin-top: 15px;
  /*margin-right: 20px;*/
  /*margin-bottom: 0px;*/
  /*margin-left: 20px;*/
}

@media (min-width: 768px) {
  .row.row-activity-table {
    /*margin: 0px;*/
    margin-top: 15px;
    margin-right: 100px;
    /*margin-bottom: 0px;*/
    margin-left: 100px;
  }
}

@media only screen and (min-width : 992px) {
    .border-md {
        border: 1px solid #dee2e6 !important;
    }

    .border-md-top {
        border-top: 1px solid #dee2e6 !important;
    }

    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-md-right
    {
        border-right: 1px solid #dee2e6 !important;
    }

    .border-md-left
    {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-md-dark {
        border-color: #343a40 !important;
    }
}


@media(max-width: 576px){
    .username{
        display:none;
    }

  }
.btn-danger-link:hover, btn-danger-link:focus
{
    color: #a71d2a !important;
}

.login-captcha>.g-recaptcha {
    transform:scale(0.79);
    transform-origin:0 0;
}

.register-captcha>.g-recaptcha {
    transform:scale(1.05);
    transform-origin:0 0;
}

.btn-grabung {
  width: 240px;
}

.nav-stelle{
  margin: 0px 6px 0px 6px;
}

.nav-toggler{
  min-width: 155px;
  max-width: 200px;
}

.btn-roles {
  width: 120px;
  border-radius: 0.5em;
  font-weight: normal;
  color: #fff;
}

.btn-roles:hover, .btn-roles:active {
  color: #fff;
}

.btn-super-admin {
  background: #2e2e2e;
}

.btn-super-admin:hover, .btn-admin:active {
  background: #3b3b3b;
}

.btn-admin {
  background: #512da8;
}

.btn-admin:hover, .btn-admin:active {
  background: #5b32bc;
}

.btn-organizer {
  background: #880e4f;
}

.btn-organizer:hover, .btn-organizer:active {
  background: #9f105c;
}

.btn-creator {
  background: #388e3c;
}

.btn-creator:hover, .btn-creator:active {
  background: #3fa044;
}

.btn-viewer {
  background: #ffa000;
}

.btn-viewer:hover, .btn-viewer:active {
  background: #ffaa1a;
}

.ui-datepicker-calendar {
    display: none;
    z-index: 100000!important;
}​

/* Sticky Button */
 #return-to-top {
     position: fixed;
     bottom: 20px;
     right: 20px;
     background: rgb(0, 0, 0);
     background: rgba(0, 0, 0, 0.7);
     width: 50px !important;
     height: 50px !important;
     display: block;
     text-decoration: none;
     -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
     border-radius: 35px;
     display: none;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
#return-to-top i {
    color: gray;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    top: 5px;
}

/* Tooltips */
.tooltip > .tooltip-inner {
    max-width: 300px;
    width: 300px;
    background:#17a2b8;
    color:#fff;
    border-radius: 10px;
    padding: 10px;
    font-weight:bold;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #17a2b8;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #17a2b8;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #17a2b8;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #17a2b8;
}

.tooltip{
    pointer-events: none;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    text-align: center;
    color: #465765;
    padding: 8px 18px;
    text-decoration: none;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#app {
    flex: 1;
}
/* Timeline Container */
.history-timeline {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    position: relative;
}

/* Die vertikale Linie */
.history-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px; /* Position der Linie */
    width: 2px;
    background: #e9ecef;
    z-index: 1;
}

.history-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 50px; /* Platz für Icon */
}

/* Das Icon/Der Punkt auf der Linie */
.history-marker {
    position: absolute;
    left: 10px; /* Zentriert auf der Linie (20px Linie -> 10px links + 20px Breite = Mitte) */
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ccc;
    z-index: 2;
    top: 0;
}

/* Farben je nach Status */
.history-item.archived .history-marker {
    border-color: #dc3545; /* Rot für Archiviert */
    background: #fff5f5;
}

.history-item.restored .history-marker {
    border-color: #28a745; /* Grün für Wiederhergestellt */
    background: #f0fff4;
}

/* Typografie */
.history-content h5 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.history-meta {
    font-size: 13px;
    color: #6c757d;
}

.history-meta strong {
    color: #495057;
}