@import "Checkboxes.css";
@import "Radiobuttons.css";
@import "Animations.css";
@import "Statuscolors.css";
@import "AI-Loader.css";
@import "capeTASK.css";
@import "areacolors.css";

@font-face {
    font-family: "Maven Pro";
    src: url("../fonts/MAVENPRO-REGULAR.TTF") format("truetype");
}

html, body, * {
    font-family: 'Maven Pro', sans-serif;
}

#suggestionsresult {
    max-height: 400px; /* Oder ein Wert, der in deine Card passt */
    overflow-y: auto; /* Zeigt Scrollbalken nur wenn nötig */
    overflow-x: hidden; /* Verhindert horizontales Scrollen */
    border: 1px solid #dee2e6; /* Optional: Ein leichter Rahmen zur Abgrenzung */
    border-radius: 0.375rem;
}

/* Optional: Macht den Scrollbalken in modernen Browsern etwas schicker */
#suggestionsresult::-webkit-scrollbar {
    width: 6px;
}

#suggestionsresult::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.avatar-circle {
    width: 48px; /* Größere Breite */
    height: 48px; /* Identische Höhe für perfekten Kreis */
    background-color: #db9912;
    border: 3px solid white; /* Etwas dickerer weißer Rand */
    transition: transform 0.2s; /* Optional: Kleiner Effekt beim Drüberfahren */
}

.avatar-circle:hover {
    transform: scale(1.05); /* Schwebeeffekt */
}

.avatar-initials {
    font-size: 1.6rem; /* Schriftgröße proportional mitgewachsen */
    line-height: 1;
    letter-spacing: -1px;
}

.task-list-container {
    max-height: 240px; /* Oder die Höhe, die 10 Elementen entspricht */
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
}

/* Optional: Schönerer Scrollbar für moderne Browser */
.task-list-container::-webkit-scrollbar {
    width: 6px;
}

.task-list-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

/* Der Container */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.btn-block {
    display: block;
    width: 100%;
}

/* Verstecke die Standard-Checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Der Slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
    }

/* Wenn Checkbox aktiv ist */
input:checked + .slider {
    background-color: #2196F3; /* Bootstrap Primary Blue */
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }

/* Abgerundete Form */
.slider.round {
    border-radius: 24px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.hiddenbylicense {
    display: none;
}

.configlinkitem:hover {
    background-color: #db9912;
    opacity: 0.75;
    font-weight: bold;
    color: black;
    border: none;
}

.highlight {
    position: relative;
}

.isbuffer {
    border-left: 10px solid purple;
    border-radius: 10px;
}

.highlight::before {
    background-color: #db9912;
    opacity: 0.5;
    content: "";
    position: absolute;
    width: 100px;
    height: 30px;
    left: 0px;
    bottom: -4px;
    z-index: -1;
    transform: rotate(-2deg);
}

.capedepot-badge-circle-external {
    position: absolute;
    top: 4px;
    right: 8px;
    transform: translate(50%, -50%);
    background-color: darkgreen;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    /* Änderungen für Flexibilität: */
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px; /* Halbe Höhe für perfekte Rundung */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.capedepot-badge-circle-users {
    position: absolute;
    top: 4px;
    right: 8px;
    transform: translate(50%, -50%);
    background-color: #db9912;
    color: #152e56;
    font-size: 12px;
    font-weight: bold;
    /* Änderungen für Flexibilität: */
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.capedepot-badge-circle-user {
    position: absolute;
    top: 4px;
    right: 8px;
    transform: translate(50%, -50%);
    background-color: #152e56;
    color: #db9912;
    font-size: 12px;
    font-weight: bold;
    /* Änderungen für Flexibilität: */
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

/*.capedepot-badge-circle-external {
    position: absolute;
    top: 4px;
    right: 8px;
    transform: translate(50%, -50%);
    background-color: darkgreen;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.capedepot-badge-circle-users {
    position: absolute;
    top: 4px;
    right: 8px;
    transform: translate(50%, -50%);
    background-color: #db9912;
    color: #152e56;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.capedepot-badge-circle-user {
    position: absolute;
    top: 4px;
    right: 8px;
    transform: translate(50%, -50%);
    background-color: #152e56;
    color: #db9912;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}*/

.blockstatchartdays .ct-chart-bar .ct-bar {
    stroke: #db9912 !important;
}

.blockstatchartdriving .ct-chart-bar .ct-bar {
    stroke: palevioletred !important;
}

.blockstatchartdistance .ct-chart-bar .ct-bar {
    stroke: darkolivegreen !important;
}

.cursorpointer {
    cursor: pointer !important;
}

.hiddenwhenreplica {
    display: none;
}

.articleimagecontainer {
    position: relative;
}

.articlelistitem {
    padding: 16px;
}

.articleimage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    opacity: 75%;
    border: 4px;
}

.stampedoutoverlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.stampedoutoverlaycontent {
    text-align: center;
    font-size: x-large;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.se-pre-con {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('/Images/loading.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100px 100px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.gmapsBtn {
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fff;
    color: white;
    cursor: pointer;
    padding: 10px !important;
    height: 48px;
}

.scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #152e56;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 48px;
    height: 48px;
}

.text-craft {
    color: #152e56 !important;
}

.configitem:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.suggestion {
    cursor: pointer;
}

.assemblyorderlistitem:hover {
    background-color: white;
}

.suggestion:hover {
    background-color: #007BFF !important;
    color: white !important;
}

.archiveresult:hover {
    background-color: #152e56;
    color: white;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: lightgray;
    overflow-x: hidden;
    transition: 0.5s;
}

.w-33 {
    width: 33% !important;
}

.overlay-content {
    position: relative;
    top: 16px;
    width: 100%;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: -88px;
    right: 45px;
    font-size: 60px;
}

.nav-item:hover {
    border-bottom: 2px solid grey;
    margin-bottom: -2px;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn {
    font-weight: bold;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: grey;
    margin: 6px 0;
    transition: 0.4s;
}

.burger {
    float: right;
    cursor: pointer;
}

#burgerreplacement {
    display: none;
}

.form-control {
    background-color: lightgrey !important;
}

.btn-shadow {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.editicon {
    float: right;
    padding-top: 5px;
    color: grey !important;
    cursor: pointer;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: dimgrey;
}

.dl-horizontal dt {
    white-space: normal;
}

.searchtipps {
    display: none;
}

#addarticlebutton {
    margin-top: 32px;
}

.hiddenonsmallscreens {
    display: none;
}

@media only screen and (max-width: 600px) {
    .mt-3onsmallscreen {
        margin-top: 1rem !important;
    }

    .no-padding-body-content {
        padding-top: 32px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
        color: dimgrey;
    }

    .body-content {
        padding-top: 132px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
        color: dimgrey;
    }

    /*.fixed-top,
    footer {
        display: none !important;
    }*/

    .navbarmobile {
        display: flex;
    }
}

@media only screen and (max-width: 992px) {
    .textaligncenteronsmallscreen {
        text-align: center !important;
    }

    #unknownarticlebtn {
        margin-top: 16px;
    }

    .showonbigscreen {
        display: none;
    }

    .showonsmallscreen {
        visibility: visible;
    }

    .textalignrightonbigscreen,
    .orderinfoalignrightbelowmedium {
        margin-top: 16px;
    }

    .hiddenonsmallscreens {
        display: block;
    }

    .btn-block-onsmallscreen {
        display: block;
        width: 100% !important;
        margin-bottom: 16px;
    }

    .showonsmallscreen {
        color: #495057;
        display: block;
    }

    .hideonsmallscreen {
        display: none;
    }

    /*  .configrow {
        display: none;
    }*/

    #burgerreplacement {
        display: block;
    }

    .burger {
        display: none;
    }

    #mobileclosestatistic {
        display: block;
    }

    .mt2onsmallscreen {
        margin-top: 16px;
    }

    .fullwidthonsmallscreen {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .no-padding-body-content {
        padding-top: 32px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
        color: dimgrey;
    }

    .body-content {
        padding-top: 132px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
        color: dimgrey;
    }

    .overlay {
        top: 100px;
    }

    .fixed-top {
        display: flex;
        min-height: 100px;
    }

    .navbarmobile {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
    .orderinfoalignrightbelowmedium {
        text-align: right;
    }

    .showonbigscreen {
        visibility: visible;
    }

    .showonsmallscreen {
        display: none;
    }

    .textalignrightonbigscreen,
    .infoalignrightonbigscreen {
        text-align: right;
    }

    .showonsmallscreen {
        display: none;
    }

    .searchtipps {
        display: block;
        color: #ababab;
        position: absolute;
        top: 70px;
    }

    .overlay {
        top: 100px;
    }

    #mobileclosestatistic {
        display: none;
    }

    .searchfailurehint {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
}
