.menue-line {
    /*Wenn eine Linie unterhalb des Menüs erscheinen soll, dann überschreiben*/
    display: none;
}

.dropZoneDivKunde {
    background-color: var(--projekt-form-control-bg-color);
    color: var(--div-border-color);
    width: 90%;
    top: 5%;
    left: 5%;
    text-align: center;
    border: var(--dropZoneDiv-border-color) dashed;
    border-radius: 1.5em;
}

#popup-dialog-fileDialog>div {
    width: 1200px;
    max-width: 100%;
}

.flexcontainer_col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

#popup-dialog-kundensucheDialog>div.modal-dialog {
    width: 1200px !important;
    max-width: 100%;
}

#popup-dialog-mehrfachauswahlDialog>div.modal-dialog {
    width: 1220px !important;
    max-width: 100%;
}

#popup-dialog-vorgangprobelagerorthistorieDialog>div {
    width: 1000px;
    max-width: 100%;
}

#popup-dialog-sammelrechnungFilterDialog>div.modal-dialog {
    width: 1000px !important;
    max-width: 100%;
}

#popup-dialog-dokumentErzeugenDialog>div.modal-dialog {
    width: 1000px !important;
    max-width: 100%;
}

#divKopfdaten>div {
    margin-top: 10px;
}

/* Projektspezifische Styles */
/* Resourcenplanungs-Styles Anfang*/
.ressourcen-planungstag-div {
    padding-bottom: 15px;
}

.planungstag-header {
    padding-bottom: 5px;
}

.planungstag-matrix-header {
    display: flex;
    margin-bottom: 5px;
}

.stunde-header {
    padding-left: 5px;
    width: 48px;
    border-bottom: 2px solid var(--projekt-form-control-bg-color);
}

.planungsrow {
    display: flex;
}

.zwischenzeile {
    height: 24px;
}

.ressource {
    width: 10%;
}

.stunde {
    display: flex;
    width: 48px;
    border-right: 1px solid var(--stunde-border-color1);
    border-bottom: 1px solid var(--stunde-border-color1);
}

.stunde-links {
    border-left: 1px solid var(--stunde-border-color1);
}

.stunde-oben {
    border-top: 1px solid var(--stunde-border-color1);
}

div.stunde:hover {
    border-right: 2px solid var(--stunde-border-color2);
    border-bottom: 2px solid var(--stunde-border-color2);
    border-left: 2px solid var(--stunde-border-color2);
    border-top: 2px solid var(--stunde-border-color2);
}

.viertel {
    width: 12px;
}

.taganfang {
    width: 48px;
    border-right: 2px solid var(--projekt-form-control-bg-color);
}

.tagende {
    width: 24px;
}

.blockiert {
    background-color: var(--blockiert-background-color);
    cursor: pointer;
}

.messung {
    background-color: var(--messung-background-color);
    cursor: pointer;
}

.bericht {
    background-color: var(--bericht-background-color);
    cursor: pointer;
}

.abwesend {
    background-color: var(--abwesend-background-color);
    cursor: pointer;
}

.verfuegbar {
    background-color: var(--verfuegbar-background-color);
}

.homeoffice {
    background-color: var(--homeoffice-background-color);
}

.homeoffice-eigene {
    background-color: var(--homeoffice-background-color);
}

.homeoffice-verfuegbar {
    background-color: var(--homeoffice-verfuegbar-background-color);
}

.form-control-datepicker {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dropZoneDiv-border-color);
    background-color: var(--projekt-form-control-bg-color);
    background-clip: padding-box;
    border: 1px solid var(--projekt-form-control-border-color);
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#btnShowAuftrag {
    margin-left: 20px !important;
    margin-top: 21px !important;
}

.accordion-item .accordion-button.collapsed {
    background-color: var(--accordion-item-background-color);
}

.accordion-item .accordion-button {
    background-color: var(--accordion-item-background-color);
}

/* Resourcenplanungs-Styles Ende*/

.dashboardeintrag {
    width: 100%;
    margin-top: 20px;
}

.dashboardbereich {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: var(--disableIt-background-color);
    border-radius: 0.3rem;
}

.kachel {
    display: flex;
    flex-direction: row;
    width: 225px;
    height: 50px;
    cursor: pointer;
    background-color: var(--kachel-background-color);
    border: 1px solid var(--kachel-background-color);
    border-radius: var(--bs-border-radius);
    margin-left: 10px;
    margin-top: 20px;
    padding: 10px;
    color: var(--projekt-form-control-bg-color);
}

.kachel:hover {
    background-color: var(--kachel-hover-background-color);
}

.planungsuebersicht-kachel {
    margin: 3px 0px 3px 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: var(--bs-border-radius);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}