html, body, .e-grid, input:not(.e-pdfviewer-formFields), textarea, .e-control {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

* {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    line-height: 60px;
}

.formMatrixRadioButton {
    height: 20px;
    width: 20px;
}

.formMatrixTable {
    width: 100%;
}

.news32 {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

    .news32 img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Sorgt dafür, dass das Bild den Container füllt */
    }

.formMatrixTableRow {
}

.formMatrixTableCell {
    padding: 10px 5px 10px 5px;
    min-width: 80px;
}

.formMatrixTableHeaderCell {
    min-width: 80px;
    text-align: center;
}

.enableHypens {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.imgSVGFontAwesomeBtnSm {
    height: 14px;
    filter: brightness(0) invert(1);
}

.competenceInfoImage {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
    max-height: 200px;
}

.fixedChatButtonDiv {
    position: fixed; /* Fixiert das Div im Viewport */
    bottom: 10px; /* Abstand von unten */
    right: 10px; /* Abstand von rechts */
    padding: 0px 0px; /* Polsterung um den Inhalt des Divs */
    z-index: 99;
}

@media (max-width: 500px) {
    .fixedChatDiv {
        top: 0px; /* Abstand von unten */
        right: 0px; /* Abstand von rechts */
        width: 100%;
    }
}

@media (min-width: 501px) {
    .fixedChatDiv {
        top: 10px; /* Abstand von unten */
        right: 10px; /* Abstand von rechts */
        width: 50%;
    }
}

.fixedChatDiv {
    position: fixed; /* Fixiert das Div im Viewport */
    /*padding: 10px 10px;  Polsterung um den Inhalt des Divs */
    border: 1px solid; /* Optional: eine Umrandung */
    border-radius: 5px; /* Abgerundete Ecken */
    height: 80vH;
    max-width: 700px;
    min-width: 350px;
    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden;
}

.chatRow {
    display: flex;
    padding: 5px 0;
}

.chatRowLeft, .chatRowMiddle, .chatRowRight {
    padding: 5px; /* Abstand innerhalb jeder Spalte */
}

.chatRowLeft {
    flex-basis: 50px; /* Basisbreite für das Bild, kann je nach Bildgröße angepasst werden */
    flex-shrink: 0; /* Verhindert das Schrumpfen dieser Spalte */
    text-align: center; /* Zentriert das Bild */
}

.chatRowMiddle {
    flex-grow: 1; /* Lässt diese Spalte den verfügbaren Platz ausfüllen */
}

.chatRowRight {
    flex-basis: 100px; /* Basisbreite der rechten Spalte, kann je nach Inhalt angepasst werden */
    flex-shrink: 0; /* Verhindert das Schrumpfen dieser Spalte */
    text-align: right; /* Rechts ausgerichteter Text */
}



.imgSVGFontAwesomeSmileyHeight {
    height: 28px;
}

.imgSVGFontAwesomeSmiley92 {
    filter: invert(20%) sepia(91%) saturate(1833%) hue-rotate(101deg) brightness(94%) contrast(105%);
}

.imgSVGFontAwesomeSmiley81 {
    filter: invert(28%) sepia(91%) saturate(1076%) hue-rotate(90deg) brightness(99%) contrast(106%);
}

.imgSVGFontAwesomeSmiley72 {
    filter: invert(77%) sepia(29%) saturate(6224%) hue-rotate(70deg) brightness(96%) contrast(85%);
}

.imgSVGFontAwesomeSmiley63 {
    filter: invert(84%) sepia(29%) saturate(1026%) hue-rotate(26deg) brightness(88%) contrast(91%);
}

.imgSVGFontAwesomeSmiley54 {
    filter: invert(99%) sepia(87%) saturate(1208%) hue-rotate(5deg) brightness(85%) contrast(103%);
}

.imgSVGFontAwesomeSmiley45 {
    filter: invert(97%) sepia(100%) saturate(3406%) hue-rotate(333deg) brightness(107%) contrast(84%);
}

.imgSVGFontAwesomeSmiley36 {
    filter: invert(67%) sepia(79%) saturate(3363%) hue-rotate(4deg) brightness(110%) contrast(104%);
}

.imgSVGFontAwesomeSmiley27 {
    filter: invert(68%) sepia(54%) saturate(5070%) hue-rotate(1deg) brightness(103%) contrast(103%);
}

.imgSVGFontAwesomeSmiley18 {
    filter: invert(39%) sepia(64%) saturate(4694%) hue-rotate(360deg) brightness(98%) contrast(112%);
}

.imgSVGFontAwesomeSmiley9 {
    filter: invert(20%) sepia(95%) saturate(6749%) hue-rotate(357deg) brightness(97%) contrast(114%);
}

.imgSVGFontAwesomeSmiley0 {
    filter: invert(7%) sepia(94%) saturate(5420%) hue-rotate(5deg) brightness(102%) contrast(112%);
}

.card-body img {
    max-width: 100% !important;
    object-fit: contain;
}

/*Überschreiben der CSS Styles von Syncfusion für Kennzahlendarstellung*/
.keyValueAccItem .e-acrdn-panel .e-acrdn-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.e-accordion .AccordionItemWarning.e-acrdn-item.e-select > .e-acrdn-header {
    background: red !important;
}

.e-accordion .AccordionItemInfo.e-acrdn-item.e-select > .e-acrdn-header {
    background: orange !important;
}

.e-tab .e-content .e-item {
    font-size: inherit !important;
}

.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    font-weight: bold !important;
}

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

.contentImageSettingBase, .contentImageSetting {
    max-height: 100%;
    object-fit: cover;
}

.contentImageSetting {
    width: 100%;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    display: flex;
    align-items: center;
}

.mainWithSideBar {
    flex: 1;
}

.customDocElementBorder {
    border-width: 2px;
    border-color: black;
}

.stickyTop {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header, .bgLightGrey, .headerText, .dialogHeadLine, .headerAndBackBtn {
    background-color: #e9ecef;
    /*border-bottom: 1px solid #d6d5d5;*/
}

.header, .headerText, .dialogHeadLine, .headerAndBackBtn {
    display: flex;
    align-items: center;
}

/*dialogHeadLine nimmt immer die volle Breite ein*/
.headerText {
    padding-left: 2px;
}

.header > a, .main .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.header a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}



.sidebar .navbar-brand {
    font-size: 1.1rem;
}



.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.sidebar, .header {
    box-shadow: 2px 2px 3px #808080;
}

@media (max-width: 767.98px) {
    .header .top-row:not(.auth) {
        display: none;
    }

    .top-row {
        height: 3.5rem;
    }

    .formMatrixMax {
        display: none !important;
    }

    .formMatrixMin {
        display: block;
    }

    .header {
        height: 7vH;
        min-height: 70px;
    }

    .LogoMax {
        display: none;
    }

    .LogoMin {
        display: block;
    }

    .header .top-row.auth {
        justify-content: space-between;
    }

    .header .top-row a, .mainWithSideBar .top-row .btn-link {
        margin-left: 0;
    }

    /*Wird bei der mobilen Ansicht zur Vermeidung eines horizontalen Scrollbalkens benötigt*/
    .no-marginLR {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .col-sm-12, .col-12, .col-6, .col-4 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .content, contentSideBar {
        padding-left: 3px !important;
        padding-right: 3px !important;
        width: 100%;
    }

    .dialogHeadLine {
        margin-left: -3px;
        margin-right: -3px;
        margin-bottom: 3px;
    }
}

@media (min-width: 768px) {
    .mainWithSideBar {
        display: flex;
    }

    .formMatrixMax {
        display: block;
    }

    .formMatrixMin {
        display: none;
    }

    .top-row {
        height: 1.5rem;
    }

    .header {
        height: 13vH;
        min-height: 80px;
        max-height: 120px;
    }

    .LogoMax {
        display: block;
    }

    .LogoMin {
        display: none;
    }

    .sidebar, .sidebarWidth {
        width: 340px;
        min-width: 340px;
    }

    .sidebar {
        min-height: 87vh;
        position: sticky;
        top: 0;
    }

    .sidebar {
        box-shadow: 2px 2px 3px #808080;
    }

    .header .top-row {
        position: sticky;
        top: 0;
    }

    .content, .contentSideBar {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 1rem;
    }

    .dialogHeadLine {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: 0.5rem;
    }

    .contentSideBar {
        width: calc(100% - 340px);
    }

    .content {
        width: 100%;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/*Navigation Start*/

.customNavElement, .customDocElement, .customNavElement2 {
    cursor: pointer;
}

.customNavElementImage {
    vertical-align: unset;
    height: 14px;
}

/*Navigation Ende*/

.customBreadcumImage {
    height: 16px;
    padding-right: 4px;
    align-self: center;
}


.roundedDivUserShort {
    border-radius: 50%;
    height: 24px;
}

.divDefinitionShort, .divDefinitionShortNav, .roundedDivUserShort, .formPrintRadioButton, .formPrintCheckBox {
    border: 1px solid rgba(56, 54, 48, 0.9);
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.divDefinitionShort, .roundedDivUserShort {
    width: fit-content;
    min-width: 24px;
    height: 24px;
    font-size: 11px;
    text-indent: 0px !important;
    line-height: 24px !important;
    padding-left: 2px;
    padding-right: 2px;
}


.divDefinitionShortNav {
    width: 18px;
    min-width: 18px;
    height: 16px;
    font-size: 9px;
    text-indent: 0px !important;
    line-height: 16px !important;
    align-items: baseline;
}

.no-marginLRAlways {
    margin-left: 0;
    margin-right: 0;
}

.diffdel {
    background-color: #f78888;
}

    .diffdel img {
        border-top: solid 10px #f78888
    }

.diffins {
    background-color: #60cb69;
}

    .diffins img {
        border-top: solid 10px #60cb69;
    }

.diffmod {
    background-color: #f5e767;
}

.accordion_header, .accordion_header:hover {
    /*color: black;*/
    text-decoration: none;
    font-size: 16px;
    margin-left: 4px;
}

.e-accordion .e-acrdn-item {
    border-radius: 0px !important;
    margin-bottom: 5px;
}

    .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
        text-decoration: none !important;
    }

    .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus, .e-accordion .e-acrdn-item .e-acrdn-header:focus {
        box-shadow: none !important;
    }

.formAccordion .e-acrdn-content {
    padding: 0px !important;
}

.sfinputs {
    max-width: 300px !important;
}

.ratingImageSelected, .ratingImage {
    border: 2px solid;
    cursor: pointer;
}

.ratingImageSelected {
    border-color: #424242;
    font-weight: bold;
}

.ratingImage {
    border-color: transparent;
}

.ratingCustomRadio {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #8f8f9d;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.inputGroup {
    border: thin solid lightgray;
    border-radius: 5px;
    width: 100%;
}

/* Innerer Punkt für ausgewählten Zustand */
.ratingCustomRadio::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #007bff;
    border-radius: 50%;
    opacity: 0; /* Unsichtbar, wenn nicht ausgewählt */
}

/* Markierter Zustand */
.ratingCustomRadio.selected::after {
    opacity: 1; /* Sichtbar, wenn ausgewählt */
}

.ratingCustomRadio.selected {
    opacity: 1;
    border-color: #007bff;
}

.ratingCustomRadio:hover {
    border-color: #0056b3; /* Farbänderung bei Hover */
}

.ratingSquare, .selectionSquare {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #424242;
}

.ratingSquare {
    width: 28px;
    height: 28px;
    min-width: 28px;
}

.navLevel0 {
    text-align: center;
    font-size: 1.2rem;
    padding: 6px;
    margin-top: 20px;
    border: 1px solid #808080;
}

.navLevel1 {
    text-align: center;
    padding: 4px;
    margin-top: 10px;
    outline: 1px solid #808080;
}

.navLevel2 {
    text-align: center;
    font-size: 0.8rem;
    padding: 3px;
    margin-top: 6px;
    outline: 1px solid #808080;
}


@media print {

    .table .thead-dark th {
        color: #FFF !important;
    }

    .printNotVisible, .fixedChatButtonDiv {
        display: none;
    }

    .formPrintDiv {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .formPageBreak {
        clear: both;
        page-break-after: always;
    }

    .formPageBreakShow {
        display: none;
    }


    .ratingSquare {
        border-width: 2px;
    }
}

.formPageBreakShow {
    width: 100%;
    text-align: center;
}

.formPrintInput {
    border: 2px solid #CECECE;
    min-height: 2rem;
    color: #e9ecef;
}

.formPrintRadioButton {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border-width: 2px;
}

.formPrintCheckBox {
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-width: 2px;
}


.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: 0.8;
    border-radius: .2rem;
}

.facebookImage {
    max-height: 200px;
    object-fit: cover;
    max-width: 100%;
}

.organigrammItem {
    width: 400px;
    height: 125px;
    border: 1px solid black;
    border-radius: 5px;
    position: absolute;
}

.organigrammItemResps {
    font-size: 0.8em;
}

.e-checkbox-wrapper .e-label,
.e-css.e-checkbox-wrapper .e-label {
    color: revert !important;
}

.e-radio + label .e-label {
    color: revert !important;
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5 {
    stroke: black !important;
}

.e-spinner-pane .e-spinner-inner .e-spin-label {
    color: black !important;
}

.e-acrdn-item.e-select.e-selected.e-active, .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content, .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content > * {
    overflow: unset !important;
}

.e-acrdn-panel .e-acrdn-content {
    margin-left: 3px;
    margin-right: 3px;
}

.e-accordion .e-acrdn-item .e-acrdn-panel {
    overflow-y: unset !important;
}

.e-grid .e-filtered::before {
    color: black !important;
    font-size: 1.3rem;
    font-weight: bold;
}


@media (min-width: 576px) {

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .order-sm-13 {
        order: 13;
    }

    .order-sm-14 {
        order: 14;
    }

    .order-sm-15 {
        order: 15;
    }

    .order-sm-16 {
        order: 16;
    }

    .order-sm-17 {
        order: 17;
    }

    .order-sm-18 {
        order: 18;
    }

    .order-sm-19 {
        order: 19;
    }

    .order-sm-20 {
        order: 20;
    }

    .order-sm-21 {
        order: 21;
    }

    .order-sm-22 {
        order: 22;
    }

    .order-sm-23 {
        order: 23;
    }

    .order-sm-24 {
        order: 24;
    }

    .order-sm-25 {
        order: 25;
    }

    .order-sm-26 {
        order: 26;
    }

    .order-sm-27 {
        order: 27;
    }

    .order-sm-28 {
        order: 28;
    }

    .order-sm-29 {
        order: 29;
    }

    .order-sm-30 {
        order: 30;
    }
}

@media (min-width: 992px) {

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .order-lg-13 {
        order: 13;
    }

    .order-lg-14 {
        order: 14;
    }

    .order-lg-15 {
        order: 15;
    }

    .order-lg-16 {
        order: 16;
    }

    .order-lg-17 {
        order: 17;
    }

    .order-lg-18 {
        order: 18;
    }

    .order-lg-19 {
        order: 19;
    }

    .order-lg-20 {
        order: 20;
    }

    .order-lg-21 {
        order: 21;
    }

    .order-lg-22 {
        order: 22;
    }

    .order-lg-23 {
        order: 23;
    }

    .order-lg-24 {
        order: 24;
    }

    .order-lg-25 {
        order: 25;
    }

    .order-lg-26 {
        order: 26;
    }

    .order-lg-27 {
        order: 27;
    }

    .order-lg-28 {
        order: 28;
    }

    .order-lg-29 {
        order: 29;
    }

    .order-lg-30 {
        order: 30;
    }
}

@media (min-width: 1200px) {

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .order-xl-13 {
        order: 13;
    }

    .order-xl-14 {
        order: 14;
    }

    .order-xl-15 {
        order: 15;
    }

    .order-xl-16 {
        order: 16;
    }

    .order-xl-17 {
        order: 17;
    }

    .order-xl-18 {
        order: 18;
    }

    .order-xl-19 {
        order: 19;
    }

    .order-xl-20 {
        order: 20;
    }

    .order-xl-21 {
        order: 21;
    }

    .order-xl-22 {
        order: 22;
    }

    .order-xl-23 {
        order: 23;
    }

    .order-xl-24 {
        order: 24;
    }

    .order-xl-25 {
        order: 25;
    }

    .order-xl-26 {
        order: 26;
    }

    .order-xl-27 {
        order: 27;
    }

    .order-xl-28 {
        order: 28;
    }

    .order-xl-29 {
        order: 29;
    }

    .order-xl-30 {
        order: 30;
    }
}

.order-13 {
    order: 13;
}

.order-14 {
    order: 14;
}

.order-15 {
    order: 15;
}

.order-16 {
    order: 16;
}

.order-17 {
    order: 17;
}

.order-18 {
    order: 18;
}

.order-19 {
    order: 19;
}

.order-20 {
    order: 20;
}

.order-21 {
    order: 21;
}

.order-22 {
    order: 22;
}

.order-23 {
    order: 23;
}

.order-24 {
    order: 24;
}

.order-25 {
    order: 25;
}

.order-26 {
    order: 26;
}

.order-27 {
    order: 27;
}

.order-28 {
    order: 28;
}

.order-29 {
    order: 29;
}

.order-30 {
    order: 30;
}
