/*
.leaflet-tile-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


h1 {
    color: gold
}

.bar {
    fill: steelblue
}

.bar:hover {
    fill: orange
}

.vis-item-content {
    color: white
}



.item-kachel:hover {
    filter: brightness(125%);
}



.item-gt,
.badge-gt {
    background-color: #54a9fb !important;
}

.item-gb,
.badge-gb {
    background-color: #ef6d5e !important;
}


.item-ra,
.badge-ra {
    background-color: #f5b448 !important;
}

.item-bug,
.badge-bug {
    background-color: #47bd6d !important;
}


.item-bio,
.badge-bio {
    background-color: rgba(128, 128, 128) !important;
}

.badge-all {
    background-color: black;
}

.vis-item {
    border-radius: 0px !important;
    border-color: rgba(255, 255, 255, 0) !important;
    opacity: 0.3;
}

.vis-item:hover {
    opacity: 1;
    cursor: pointer
}

.vis-item.vis-selected {
    border-radius: 0px !important;
    border-color: rgba(255, 255, 255, 0) !important;
    opacity: 1;
}

.vis-item.vis-selected:hover {
    filter: brightness(125%);
}

.vis-item-content {
    visibility: hidden;
}

.vis-item.vis-selected .vis-item-content {
    visibility: visible;
}

.vis-item:hover .vis-item-content {
    visibility: visible;
}

.vis-timeline {
    border-radius: 0.375rem !important
}

#map {
    height: 636px;
    border-radius: 0.375rem !important;
    visibility: hidden;
}

#map.active {
    visibility: visible;
}

*/

/* alternating column backgrounds 
.vis-time-axis .vis-grid.vis-odd {
    background: #f5f5f5;
  }
    */

/* The container must be positioned relative: */

/*
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
  
}

*/

/*

.select-selected {
    background-color: DodgerBlue;
}

*/

/* Style the arrow inside the select element: */


/*
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

*/

/* Point the arrow upwards when the select box is open (active): */

/*
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

*/

/* style the items (options), including the selected item: */

/*
.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

*/

/* Style items (options): */

/*
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

*/

/* Hide the items when the select box is closed: */
/*
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}




.form-floating>.form-control::placeholder {
    color: revert !important;
}

.form-floating>.form-control:not(:focus)::placeholder {
    color: transparent !important;
}

.sticky-row-auswahl {
    position: fixed;
    top: 100px;
    z-index: 1020;
    left: 0;
    background-color: rgba(var(--bs-tertiary-bg-rgb)) !important;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%
}

.sticky-row-visualisierung {
    position: fixed;
    top: 156px;
    z-index: 1020;
    left: 0;
    background-color: rgba(var(--bs-tertiary-bg-rgb)) !important;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%
}



.sticky-row {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1020;
    left: 0;
    background-color: rgba(var(--bs-tertiary-bg-rgb)) !important;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%
}

body {
    padding-top: 0px
}

#result-activity-number {
    font-size: 35px
}


.item-kachel {
    background-color: rgba(128, 128, 128);
    border-radius: 10px;
    border: 0px solid rgba(128, 128, 128);
}


h6 {
    margin: 0px !important;
    padding: 2.5px !important
}


.accordion-overlay-wrapper {
    position: sticky;
    top: 0;
    z-index: 1050;
}

.accordion-border {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.ccordion-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: white;
    z-index: 1040;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

body {
    padding-top: 0px;
}

.ccordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: inherit !important;
}

.accordion-button:focus {
    color: black !important;
    box-shadow: none !important;

}


input[type="checkbox"],
.checkbox {
    accent-color: gray !important
}

.form-check {
    margin-bottom: 0px !important;
    min-height: 0px !important
}


.sticky-bottom {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 1020 !important
}

*/


/*       Header Accordion               */

.accordion-header,
.accordion-body {
    /* background-color: #f8f8f8 !important; */
}

.accordion-button.no-arrow::after {
    display: none !important;
}


.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    color: RGB(108, 117, 125) !important
}

.accordion-button:not(.collapsed) {
    /*color: var(--bs-accordion-btn-color) !important;*/
    color: RGB(108, 117, 125) !important
}

input[type="checkbox"],
.checkbox {
    accent-color: gray !important
}

.form-check {
    margin-bottom: 0px !important;
    min-height: 0px !important
}

/* Entities */
.pdm-entity.selected {
    background-color: rgba(41, 76, 93, 1) !important;
}

.pdm-entity.not-selected {
    background-color: rgba(41, 76, 93, 0) !important;
    pointer-events: none;
}

.pdm-entity.zeit.not-highlighted {
    background-color: rgba(41, 76, 93, 0) !important;
}

#container-visualization-zeit:hover .pdm-entity.zeit.not-highlighted {
    background-color: rgba(41, 76, 93, 0.25) !important;
}

.pdm-entity.background {
    background-color: rgba(41, 76, 93, 0.25) !important;
    pointer-events: auto;
}


/* Timeline */



#container-visualization-zeit:hover .vis-item:not(.vis-selected) {
    /*opacity: 0.3*/
}

.pdm-entity.background:hover {
    background-color: rgba(41, 76, 93, 0.5) !important;
}

.pdm-entity.zeit {
    border-radius: 0px !important;
    border-color: rgba(255, 255, 255, 0) !important;
    cursor: pointer;
}

.vis-item-content {
    visibility: hidden;
    color: white
}

.timeline-item-gt,
.badge-gt {
    background-color: #54a9fb !important;
}

.timeline-item-gb,
.badge-gb {
    background-color: #ef6d5e !important;
}


.timeline-item-ra,
.badge-ra {
    background-color: #f5b448 !important;
}

.timeline-item-bug,
.badge-bug {
    background-color: #47bd6d !important;
}


.timeline-item-bio {
    /*background-color: rgba(128, 128, 128) !important;*/
    background-color: #294C5D !important;
}

.vis-itemT:not(.timeline-item-bio) {
    border-radius: 0px !important;
    border-color: rgba(255, 255, 255, 0) !important;
    opacity: 0;
}

.timeline-item-bio {
    border-radius: 0px !important;
    border-color: rgba(255, 255, 255, 0) !important;
    opacity: 0.3;
}

#container-visualization-zeitT:hover .vis-item:not(.vis-selected) {
    opacity: 0.3
}



.vis-itemT:hover {
    opacity: 1 !important;
    /*filter: brightness(150%);*/
    cursor: pointer;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}


.vis-item.vis-selected:hover {
    /* filter: brightness(150%); */
}

.vis-item-conten {
    visibility: hidden;
    color: white
}


.vis-item:hover .vis-item-content,
.vis-item.vis-selected .vis-item-content {
    /* visibility: visible; */
}

.vis-timeline {
    /* border-radius: 0.375rem !important */
}


/* footer */

footer {
    z-index: 1080
}


/* Aktivitaeten */


.item-kachel {
    background-color: #294C5D;
    /* background-color: rgba(128, 128, 128); */
    border-radius: 10px;
    border: 0px solid rgba(128, 128, 128);
}

#result-activity-number {
    font-size: 35px
}

#grid {
    transform: rotate(90deg);
}


.card-hover-bg-light:hover {
    background-color: #E8E8E8;
    ;
    transition: background-color 0.3s ease;
    cursor: pointer;

}

.versteckt {
    opacity: 0;
}


.table tr th,
.table tr td {
    color: RGB(108, 117, 125) !important
}

.slider-marker {
    height: 100%;
    width: 2px;
    background-color: #666;
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
}

.slider-container {
    position: relative;
}

.form-range {
    position: relative;
    z-index: 2;
}

.widget {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* border: 3px solid #6c757d !important;
     border-radius: 5px !important;  */

    /* max-height: 554px; */
}

#container-visualization-person {
    position: relative !important;
    overflow: visible !important;
}

.widget-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex
}

.container-visualizatio {
    min-height: 600px;
}

.text-bg-light {
    background-color: white !important;
}

.highlightT {
    background-color: lightskyblue !important;
}

.row>.col {
    min-width: 0;
}

#chart {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}

.overlay-visualization-labe {
    border-top-right-radius: 0;
    /* oben rechts: keine Rundung */
    border-bottom-left-radius: 0;
    /* unten links: keine Rundung */

    /* Die anderen zwei Ecken behalten Standard-Rundung */
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: white;
    background-color: RGBA(108, 117, 125, 0.5);
    position: absolute;
    top: 0;
    left: 4px;
    opacity: 1;
    z-index: 999;
    pointer-events: none;
    /* kein Hover/Klick – nur visuell */
}

.container-visualizatio {
    border-color: #ff6600 !important
}

.accordion-item.no-arrow .accordion-button::after {
    display: none !important;
    /* entfernt den Pfeil */
    content: none !important;
    /* sicherheitshalber */
}

#slider {
    margin-top: 30px;
}

.badge:hover {
    filter: brightness(130%);
}

.leaflet-tile-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#container-visualization-ort {
    z-index: 1;
    /* oder 0 oder sogar negativ */
    position: relative;
    /* wichtig, damit z-index wirkt */
}

.border-highlight {
    border-color: #495057 !important;
    /* kräftiges dunkles Grau */
    box-shadow: 0 0 10px rgba(73, 80, 87, 0.5);
    /* etwas kleinerer, aber immer noch sichtbarer Schatten */
    background-color: rgba(233, 236, 239, 0.6);
    /* subtiler hellgrauer Hintergrund */
    transition: all 0.3s ease;
}

.label-visualization.hover-highlight {
    filter: brightness(1.3);
    /* macht den Button 20% heller */
    transition: filter 0.3s ease;
}

.badge.pdm-entity {
    background-color: rgba(41, 76, 93, 1) !important;
}

.custom-tooltip-timeline {
    position: absolute;
    display: none;
    background: white;
    color: black;
    padding: 6px 8px;
   /* border: 1px solid #666;*/
    border-radius: 3px;
    font-size: 13px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    pointer-events: none;
    white-space: nowrap;
    z-index: 1000;
  }

  .custom-tooltip-timeline::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: white;
  }