@font-face {
    font-family: "Slabo";
    src: url("../fonts/slabo-regular-b082fbef360c5ff43d5b8d4bf2fa6fda.woff2") format("woff2"),
    url("../fonts/slabo-regular-d87178d889a2367f4e035ea254f5e09c.woff") format("woff"),
    url("../fonts/slabo-regular-ede4c56d5704b6cb37f776727ad84f51.ttf") format("truetype"),
    url("../fonts/slabo-regular-5f6bec62f3fd41f3d4462d759df77f9f.eot") format("embedded-opentype"),
    url("../fonts/slabo-regular-c84d611bcb63959d42f39b7418ffb672.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Slabo", sans-serif;
    color: #8b131c;
}
h1{
    font-size: 2em;
    margin-bottom: -2px;
}
h1 > small{
    color: #333333 !important;
}
.fileDate {
    font-size: 0.8em;
    color: #605e5f !important;
    padding-left: 16px;
}

a {
    color: #8b131c !important;
    text-decoration: none !important;
}

.pointer {
    cursor: pointer;
}

.shareLink {
    font-size: 0.8em;
    color: #605e5f !important;
    padding-left: 16px;
}

input.shareLinkCopy {
    background: transparent;
    width: 10px;
    height: 10px;
    position: fixed;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    left: 0;
    top: 0;
}
.nav{
    align-items: center;
}
.navbar-toggler {
    background-color: #5c5c5b;
}
.navbarMain{
    margin-left: auto !important;
    margin-right: 20px;
}
a.btn {
    color: white;
}

a.nav-link {
    color: #5c5c5b !important;
    font-weight: bold !important;
}

a.nav-link:hover {
    color: #8b131c !important;
    font-weight: bold !important;
}
button.btn-link {
    color: #5c5c5b !important;
    font-weight: bold !important;
}

button.btn-link:hover {
    color: #8b131c !important;
    text-decoration: none !important;
}

.bg-dark {
    background-color: #ffffff !important;
}

body {
    background-color: #ffffff !important;
}
main{
    min-height: 78vh;
    padding-bottom: 50px;
}
div.card-header {
    padding: .3rem .5rem !important;

}
.card-header{
    background: #efefef !important;
    border:none !important;
}
.card-body{
    background: #efefef;
    padding-top: 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: none !important;
}
.card{
    border: none !important;
}
select:focus {
    color: black !important;
    -webkit-text-fill-color: black;
}

select:focus > option {
    color: black !important;
    -webkit-text-fill-color: black;
}

div.card-header a.nav-link {
    color: #5c5c5b !important;
}

div.card-header a.nav-link:hover {
    color: #8b131c !important;
}

select > option {
    color: black !important;
    background-color: transparent !important;
    box-shadow: 0 0 10px 100px white inset;
    -webkit-text-fill-color: black;
}

select > option:disabled {
    color: dimgrey !important;
    background-color: transparent !important;
    box-shadow: 0 0 10px 100px white inset;
    -webkit-text-fill-color: dimgrey;
}

select.selectpicker > option[class="selected"]:before {
    color: black !important;
    content: url("tick-318685da17409a2b821e7fd303cf56b4.png");
    margin-right: 5px;
    -webkit-text-fill-color: black;
}

select.selectpicker > option[class=""]:before {
    color: black !important;
    content: url("cancel-4f0159a17367a8bdacf7315d008331f6.png");
    margin-right: 5px;
    -webkit-text-fill-color: black;
}

select.selectpicker > option:not([class]):before {
    color: black !important;
    content: url("cancel-4f0159a17367a8bdacf7315d008331f6.png");
    margin-right: 5px;
    -webkit-text-fill-color: black;
}
.borderRed{
    border-bottom: 3px solid #8b131c;
}
.button-spacer {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.button-spacer button {
    margin-bottom: 0.5rem;
}

.checkbox-float {
    float: left;
    margin-right: 15px;
    margin-top: 18px;
}

form label {
    margin-top: 15px;
}

.custom-form-control {
    margin-left: 0.5rem;
    margin-bottom: 15px !important;
}

input.form-control {
    margin-bottom: 15px !important;
}

.form-control {
    font-size: 0.9rem !important;
}

.breadcrumb {
    background: #fff !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: ">" !important;
    padding-right: 20px !important;
    font-size: 1.3em;
    color: #333333;
    margin-left: -5px;
    line-height: 1em !important;
}

.breadcrumb-item a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1em;
    background: #8b131c !important;
    padding: 10px 15px;
    margin-right: 15px;
}
.breadcrumb-item a:hover {
    background: rgba(139, 19, 28, 0.65) !important;
}

.dropzone {
    border:1px dashed #3a4651;
    text-align: center;
    width:100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-radius: 5px;
}
.btn{
    border-radius: 0px !important;
}
.dropzone:hover {
    background-color: #efefef !important;
    cursor: pointer;
}
.dropdown-item:active{
    color: #16181b !important;
    text-decoration: none !important;
    background-color: #f8f9fa !important;
}

.sort-search {
    margin-bottom: 0.5rem !important;
    align-items: baseline;
    display: flex;
    float: right;
    font-size: 0.9rem !important;
}

@media (max-width: 767px) {
    a.button-spacer button {
        width: 100% !important;
    }
    .searchbar {
        width: 100% !important;
    }
}

.form-control {
    margin-bottom: 15px !important;
    border-radius: 0 !important;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
}

.form-cancel {
    float: right;
    background-color: #fff;
    border: 1px solid #8b131c;
    color: #8b131c;
}

.form-submit {
    float: left;
}

.list-group-item {
    padding: 0.5rem 1.25rem !important;
}

.btn-success {
    background-color: #8b131c;
    border: 1px solid #8b131c;
    cursor: pointer !important;
}

.btn-success:disabled {
    background-color: #8b131c;
    border: 1px solid #8b131c;
    cursor: not-allowed !important;
}

.btn-success:active {
    background-color: #8b131c !important;
    border: 1px solid #8b131c !important;
}

.btn-success:focus {
    background-color: #8b131c !important;
    border: 1px solid #8b131c !important;
}

.btn-success:hover {
    background-color: #8b131c;
    border: 1px solid #8b131c;
}

.btn-secondary {
    background-color: #fff;
    border: 1px solid #8b131c;
    color: #8b131c !important;
}

.btn-secondary:active {
    background-color: #fff !important;
    border: 1px solid #8b131c !important;
    color: #8b131c;
}

.btn-secondary:focus {
    background-color: #fff !important;
    border: 1px solid #8b131c !important;
    color: #8b131c;
}

.btn-secondary:hover {
    background-color: #8b131c !important;
    border: 1px solid #8b131c !important;
    color: #fff !important;
}
.footerBackground{
    background: #333333;
    color: #fff !important;
    padding-top: 10px;
}
.footerBackground ul li a{
    color: #fff !important;
    font-weight: normal !important;
}
.footerBackground ul li a:hover {
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}
.form-control:focus{
    border-color: #8b131c;
    box-shadow: 0 0 0 .2rem rgba(139, 19, 28, 0.58);
}
.nav-tabs .nav-link{
    border-radius: 0 !important;
}
.card{
    margin-bottom: 10px;
}
.progress{
    background: #fff !important;
    border-radius: 0 !important;
}
.flex100{
    flex-basis: 100%;
    text-align: center;
}
.textFooter{
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}
.maxWidth{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.card-header:first-child{
    border-radius: 0 !important;
}
.bg-info{
    background-color: #24b817 !important;
}
.folderSubHeading{
    margin-left: 20px;
    font-weight: normal;
}
.bottomFolderText{
    text-align: center !important;
    color: #333333;
    font-style: italic;
    margin-top: 25px;
}
#filelist{
    background: #efefef !important;
    padding: 10px 40px;
    margin-top: 10px;
}

#upload-overlay {
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    background: rgba(0, 0, 0, 0.8); /* schwarze Maske mit 80% */
    display: none;                  /* erst mal verstecken */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.upload-overlay-box {
    text-align: center;
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.upload-spinner {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffffff; /* weißer Teil, der sich dreht */
    animation: upload-spin 0.8s linear infinite;
    margin: 0 auto 16px;
}

.upload-text {
    font-size: 16px;
}

@keyframes upload-spin {
    to {
        transform: rotate(360deg);
    }
}

.card-header{
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}
@media screen and (max-width: 769px) {
    .card-header > *{
        flex-basis: 100%;
    }
}
.navbarLogin{
    justify-content: center !important;
    margin-top: 35px !important;
    margin-bottom: -75px !important;
}
.highlightGreen{
    background: #c8e6c9 !important;
}