﻿.mud-breadcrumb .mud-breadcrumb-separator {
    color: whitesmoke !important;
}


.slider-range {
    margin-top: 20px;
    margin-bottom: 58px;
    height: 20px;
}

    .slider-range .noUi-connect {
        background: #BDBDBD;
    }

    .slider-range .noUi-handle {
        height: 28px;
        width: 28px;
        top: -5px;
        right: -14px; /* half the width */
        border-radius: 20px;
        background-color: darkslategrey;
        border-color: black
    }

.noUi-tooltip {
    font-size: 1.3rem;
    font-family: Roboto, sans-serif;
    color: darkslategrey;
    /* background-color: lightgray; */
    /* etc. */
    border: none;
    padding: 0px;
}

/* Hide markers on slider handles */
.slider-range .noUi-handle::before,
.slider-range .noUi-handle::after {
    display: none;
}

.noUi-value {
    font-size: 14px; /* Textgröße */
    color: #444; /* Schriftfarbe */
    margin-top: -2px; /* Abstand nach oben */
}

.noUi-marker {
    background: #999; /* Farbe */
    width: 1px; /* Dicke des Strichs */
}


.noUi-marker-horizontal.noUi-marker {
    height: 0px; /* Kleinere Markierungshöhe */
}

.filterpage-card-width {
    width: 300px;
}

.loading-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.help-icon-circle {
    font-size: 10px; /* oder kleiner, z.B. 14px */
    width: 24px; /* Durchmesser des Kreises */
    height: 24px; /* Durchmesser des Kreises */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* macht es kreisrund */
    border: 2px solid #2196f3; /* Farbe und Dicke des Rands */
    background-color: #fff; /* Optional: Hintergrundfarbe */
    color: #2196f3; /* Farbe des Icons */
    box-sizing: border-box;
    /* Optional etwas Abstand um das Icon */
    margin: 4px;
}

.icon-circle-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px; /* Größe des Kreises */
    height: 18px;
    border-radius: 50%;
    border: 1px solid black;
    background: #fff;
    margin: 4px;
    /* optional: Schatten */
    /* box-shadow: 0 1px 4px rgba(0,0,0,0.12); */
}

    .icon-circle-container .mud-icon-root {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .icon-circle-container svg {
        width: 12px !important; /* ECHTE Icongröße */
        height: 12px !important;
        display: block;
        /* Icon-Farbe */
        fill: black !important;
    }
