html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 10pt;
}

body {
    background: #303030;
    color: #ffffff;
    font-family: 'Open Sans', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Source Sans Pro', 'Roboto',
    'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
}

a,
button,
input,
select {
    text-decoration: none;
    color: #ffffff;
    font-size: 12pt;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
}

.headline,
.navigationline,
.observation-period-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    flex-shrink: 0;
    gap: 2%;
}

.headline,
.navigationline {
    justify-content: space-between;
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 95%;
}

.observation-period-list {
    justify-content: space-between;
    width: 100%;
}

.headline {
    background: #0193d4;
    min-height: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.headline-item-left,
.headline-item-right {
    width: 30rem;
}

.headline-item-left {
    text-align: start;
}

.headline-item-center {
    width: 12rem;
    text-align: center;
}

.headline-item-right {
    text-align: end;
}

.navigationline {
    gap: 2.5%;
    min-height: 3.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.bread-crumps,
.utilities {
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.75rem;
    height: 100%; /*gerade angepasst*/
}

.bread-crumps {
    justify-content: flex-start;
}

.half-column-navbar {
    width: 20%;
    min-width: 23.15625rem; /* 95% der Breite eines iPhone13 */
}

.half-column-navbar,
.half-column-mask {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-grow: 1;
    gap: 1rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.utilities {
    justify-content: flex-end;
}

.half-column-mask {
    overflow-y: auto; /* Scrollbar nur vertikal */
    overflow-x: hidden; /* Keine horizontale Scrollbar */
    width: 70%;
    max-height: 100%;
}

.bread-crumps-item {
    border-style: solid;
    border-width: 1px;
    border-color: #505050;
    padding: 0.75rem;
    border-radius: 15px;
    align-items: center;
    text-align: start;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0.75rem;
}

.period-dropdown{
    height: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    background: #505050;
    border: none;
    border-radius: 15px;
    font-size: 12pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 64.5rem;
}

.container, .kpi-container {
    display: flex;
    justify-content: space-between;
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    gap: 2.5%;
    align-items: start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    overflow-x: hidden;
}

.kpi-container {
    flex-grow: 0;
    overflow-y: hidden;
    height: 10rem;
    margin-bottom: 2rem;
}

.container {
    flex-grow: 1;
    height: calc(100% - 18.5rem);
    overflow-y: auto;
    padding-bottom: 0.5%;
}

.navbar-headline{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    align-items: center;
    font-size: 12pt;
    font-weight: 500;
    gap: 0.75rem;
}

.navbar-headline-title,
.mask-headline-title,
.loginmask-headline-title,
.box-headline-title {
    width: 100%;
}

.navbar-headline-title,
.mask-headline-title,
.loginmask-headline-title {
    text-align: start;
}

.box-headline-title {
    text-align: center;
    font-size: 16pt;
}

.navbar-description {
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
    font-size: 10pt;
}

.close-overlay,
.navbar-navigation,
.utilities-navigation {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    background: linear-gradient(135deg,#353839,#454849);
    border-style: solid;
    border-width: 1px;
    align-items: center;
    text-align: start;
    gap: 0.75rem;
    border-radius: 15px;
}

.close-overlay,
.navbar-navigation {
        padding: 0.75rem;
}

.utilities-navigation {
    height: 100%; /*gerade hinzugefügt*/
    padding: 0 0.75rem;  /*gerade hinzugefügt*/
}

.close-overlay {
    border-color: #303030;
}

.navbar-navigation {
    border-color: #505050;
    width: 8rem;
}

.utilities-navigation {
    border-color: #505050;
    min-width: 6rem;
}

.navbar-navbar,
.utilities-navbar,
.navbar-open-close {
    width: 100%;
    display: flex;
}

.navbar-navbar,
.utilities-navbar {
    gap: 0.75rem;
    flex-direction: row;
}

.navbar-navbar {
    min-width: 23.15625rem; /* 95% der Breite eines iPhone13 */
    justify-content: space-between;
}

.utilities-navbar {
    justify-content: flex-end;
}

.navbar-open-close {
    justify-content: space-between;
    flex-direction: row-reverse;
}

.navbar-finish-input,
.navbar-open-input {
    border-style: solid;
    border-width: 1px;
    border-color: #505050;
    padding: 0.75rem;
    border-radius: 15px;
    align-items: center;
    text-align: start;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    background: linear-gradient(135deg,#353839,#454849);
    gap: 0.75rem;
}

.navbar-item-neutral,
.navbar-item-neutral-spaced,
.navbar-item-neutral-link-spaced,
.navbar-item-chosen,
.navbar-item-chosen-spaced,
.navbar-item-open,
.navbar-item-open-spaced,
.navbar-item-closed,
.navbar-item-closed-spaced {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #303030;
    margin-right: 0%;
    flex-direction: column;
    gap: 0.5rem;
}

.navbar-item-neutral,
.navbar-item-neutral-spaced {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    margin-top: 1rem;
}

.navbar-item-neutral-link-spaced {
    padding: 0.75rem;
    margin-top: 1rem;
    background: linear-gradient(135deg,#353839,#454849);
    border-color: #505050;
}

.navbar-item-chosen,
.navbar-item-chosen-spaced,
.navbar-item-open,
.navbar-item-open-spaced,
.navbar-item-closed,
.navbar-item-closed-spaced{
    padding: 0.75rem;
}

.navbar-item-chosen,
.navbar-item-open,
.navbar-item-closed {
    margin-top: 0.5rem;
}

.navbar-item-chosen-spaced,
.navbar-item-open-spaced,
.navbar-item-closed-spaced {
    margin-top: 1rem;
}

.navbar-item-chosen,
.navbar-item-chosen-spaced {
    background: linear-gradient(135deg,#0193d4,#51798c);
}

.navbar-item-open,
.navbar-item-open-spaced {
    background: linear-gradient(135deg,#fd7e14,#ffc107);
}

.navbar-item-closed,
.navbar-item-closed-spaced {
    background: linear-gradient(135deg,#366705,#6ad706);
}

.navbar-item-closed:hover,
.navbar-item-closed-spaced:hover,
.navbar-item-neutral-link-spaced:hover,
.navbar-item-open:hover,
.navbar-item-open-spaced:hover {
    background: linear-gradient(135deg,#0193d4,#51798c);
}

.mask-box, .observation-period-box {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    background: #505050;
    border-radius: 15px;
    text-align: center;
    font-weight: 300;
    border-style: solid;
    border-width: 1px;
    border-color: #303030;
}

.mask-box {
    width: 100%;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.observation-period-box {
    width: 48%;
    min-width: 44rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.mask-headline,
.box-headline {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12pt;
    font-weight: 500;
    gap: 1rem;
    padding: 1rem;
}

.mask-headline {
    justify-content: flex-start;
}

.box-headline{
    justify-content: space-between;
}

.mask-content, .observation-period-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-size: 12pt;
    text-align: start;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.mask-content {
    height: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.observation-period-box-content {
    padding: 1rem;
    gap: 1rem;
}

.mask-content-var-height {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-size: 12pt;
    text-align: start;
    gap: 1.5rem;
}

.mask-cancel, .mask-save {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100%;
    width: calc(50% - 3rem - 0.75rem);
    min-width: 23.15625rem; /* 95% der Breite eines iPhone13 */
}

.mask-save-cancel {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    text-align: start;
}

.mask-save-input,
.mask-cancel-input {
    padding: 0.75rem;
    border-radius: 15px;
    align-items: center;
    text-align: start;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    background: linear-gradient(90deg,#353839,#454849);
    gap: 0.75rem;
    border-style: solid;
    border-width: 1px;
    border-color: #303030;
}

.mask-content-error,
.mask-content-warning,
.mask-content-success {
    height: 3rem;
    gap: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-size: 12pt;
}

.mask-content-error {
    height: 3rem;
    background: linear-gradient(90deg,#87000e,#d80051);
}

.mask-content-warning {
    height: 3rem;
    background: linear-gradient(135deg,#fd7e14,#ffc107);
}

.mask-content-success {
    height: 2rem;
    background: linear-gradient(90deg,#366705,#6ad706);
}

.mask-content-error-field {
    height: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background: linear-gradient(90deg,#87000e,#d80051);
    font-size: 12pt;
}

.mask-content-label {
    flex-grow: 0;
    display: flex;
    justify-content: flex-start;
    text-align: start;
    align-items: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    gap: 0.75rem;
    width: calc(50% - 3rem - 0.75rem);
    min-width: 23.15625rem; /* 95% der Breite eines iPhone13 */
    height: 2.5rem;
}

.mask-content-input,
.mask-proof-input,
.mask-proof-input-field,
.mask-dropdown {
    flex-grow: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 40rem; */
    width: calc(50% - 3rem - 0.75rem);
    min-width: 23.15625rem; /* 95% der Breite eines iPhone13 */
    height: 2.5rem;
    gap: 1.5rem;
}

.mask-dropdown,
.mask-dropdown-embedded,
.mask-dropdown-embedded-fill,
.mask-dropdown-unit {
    color: #ffffff;
    background: #303030;
    border-radius: 5px;
    white-space: pre-wrap;
    text-align: center;
    border-style: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 12pt;
}

.mask-dropdown-embedded,
.mask-dropdown-embedded-fill,
.mask-content-input-field-with-unit {
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask-content-input-field-with-unit {
    width: calc(75% - 0.75rem - 1rem);
    padding: 0.5rem;
    height: 1.5rem;
}

.mask-dropdown-embedded,
.mask-dropdown-embedded-fill {
    height: 2.5rem;
}

.mask-dropdown-embedded {
    width: calc(75% - 0.75rem);
}

.mask-dropdown-embedded-fill {
    width: 100%;
}

.mask-content-input-field,
.mask-content-input-material-number,
.mask-content-input-field-text,
.mask-content-input-field-with-unit {
    background: #303030;
    font-size: 12pt;
    font-weight: 300;
    border-radius: 5px;
    border-style: none;
    white-space: pre-wrap;
}

.mask-content-input-field,
.mask-content-input-material-number,
.mask-content-input-field-with-unit {
    text-align: center;
}


.mask-content-input-field-text,
.mask-content-input-unit {
    text-align: start;
    font-size: 12pt;
    font-weight: 300;
}

.mask-content-input-field-text,
.mask-content-input-field {
    flex-grow: 1;
    width: 100%;
    padding: 0.5rem;
    height: 1.5rem;
}

.mask-content-input-unit,
.mask-content-input-material-number,
.mask-dropdown-unit {
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mask-content-input-unit,
.mask-content-input-material-number {
    height: 1.5rem;
    padding: 0.5rem;
    width: calc(25% - 0.75rem - 1rem);
}

.mask-dropdown-unit {
    height: 2.5rem;
    width: calc(25% - 0.75rem);
}

.mask-table,
.mask-table-overlay,
.mask-table-with-scrollbar {
    overflow: auto;
}

.mask-table-overlay {
    max-height: 80vp;
}

.mask-table-with-scrollbar {
    max-height: 22rem;
    margin-right: 0.9rem;
}

.mask-table-row-title,
.mask-table-row-title-with-scrollbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-weight: 600;
    background: #404040;
}

.mask-table-row-title-with-scrollbar {
    margin-right: 0.9rem;
}

.mask-table-row,
.mask-table-row-alternate,
.mask-table-row-alternate-last {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
}

.mask-table-row-alternate,
.mask-table-row-alternate-last {
    background: #404040;
}

.mask-table-row-alternate-last {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.mask-table-entry-small,
.mask-table-entry-small-update {
    width: 2rem;
    height: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    align-items: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
    font-size: 10pt;
}

.mask-table-entry-medium,
.mask-table-entry-medium-update,
.mask-table-entry-medium-dropdown {
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
    font-size: 10pt;
}

.mask-table-entry-medium,
.mask-table-entry-medium-update {
    width: 5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.mask-table-entry-medium-dropdown {
    width: 6rem;
}

.mask-table-entry-large,
.mask-table-entry-large-centered,
.mask-table-entry-large-update,
.mask-table-entry-large-update-text,
.mask-table-entry-large-dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
    gap: 0.5rem;
    font-size: 10pt;
}

.mask-table-entry-large,
.mask-table-entry-large-centered,
.mask-table-entry-large-update,
.mask-table-entry-large-dropdown {
    min-height: 2rem;
}

.mask-table-entry-large-update-text {
    height: auto;
    min-height: 2.4rem;
    max-height: 6rem;
}

.mask-table-entry-large,
.mask-table-entry-large-centered,
.mask-table-entry-large-update-text,
.mask-table-entry-large-update {
    width: 13rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.mask-table-entry-large-dropdown {
    width: 14rem;
    height: 3rem;
}

.mask-table-entry-large,
.mask-table-entry-large-update,
.mask-table-entry-large-update-text,
.mask-table-entry-large-dropdown {
    justify-content: flex-start;
    text-align: start;
}

.mask-table-entry-large-centered {
    justify-content: center;
    text-align: center;
}

.mask-table-entry-large-update,
.mask-table-entry-large-update-text,
.mask-table-entry-button-update,
.mask-table-entry-medium-update,
.mask-table-entry-small-update,
.mask-table-entry-medium-dropdown,
.mask-table-entry-large-dropdown {
    border-radius: 5px;
    background: #303030;
    border-style: none;
}

.mask-table-entry-medium-dropdown,
.mask-table-entry-large-dropdown {
    color: #ffffff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.mask-table-entry-button,
.mask-table-entry-button-update {
    width: 5rem;
    /*height: 2rem;*/
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
}

.mask-table-update-form,
.mask-table-update-form-like {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
}

.mask-table-update-form {
    align-items: center;
}

.mask-table-update-form-like {
    align-items: center;
}

.mask-table-update,
.mask-table-link,
.mask-table-delete {
    padding: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: start;
    background: linear-gradient(90deg,#353839,#454849);
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
}

.mask-save-input:hover,
.mask-table-update:hover,
.navbar-finish-input:hover {
    background: linear-gradient(135deg,#366705,#6ad706);
}

.mask-cancel-input:hover,
.navbar-open-input:hover{
    background: linear-gradient(135deg,#fd7e14,#ffc107);
}

.mask-table-link:hover,
.bread-crumps-item:hover,
.navbar-navigation:hover,
.utilities-navigation:hover,
.observation-period-box:hover {
    background: linear-gradient(135deg,#0193d4,#51798c);
}

.close-overlay:hover,
.mask-table-delete:hover {
    background: linear-gradient(135deg,#87000e,#d80051);
}

.observation-period-indicator {
    width: 40%;
}

.observation-period-indicator,
.observation-period-open,
.observation-period-closed {
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: start;
    border-radius: 15px;
    flex-direction: row;
    gap: 0.75rem;
}

.observation-period-indicator {
    width: calc(50% - 1rem);
}

.observation-period-open,
.observation-period-closed {
    width: calc(100% - 2rem);
    padding: 1rem;
    font-size: 12pt;
}

.observation-period-open {
    background: linear-gradient(90deg,#87000e,#d80051);
}

.observation-period-closed {
    background: linear-gradient(90deg,#366705,#6ad706);
}

.kpi {
    font-weight: 500;
    text-align: center;
    font-size: 36pt;
}

.text, .unit {
    font-size: 12pt;
    text-align: center;
    font-weight: 300;
}

.text {
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    align-items: bottom;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* ab hier startet .css der Auswertung */
.column, .half-column {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2rem;
}

.column {
    width: 48%;
    min-width: 44rem;
}

.half-column {
    width: 24%;
    min-width: 21.5rem;
}

.boxheadline {
    width: calc(100% - 1.5rem);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-top: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.scrollbox {
    height: 52rem;
    width: 99%;
    overflow: auto;
    gap: 2rem;
    padding-right: 1%;
}

.highlight-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: linear-gradient(135deg,#0193d4,#51798c);
    border-radius: 15px;
    color: #ffffff;
    width: 22%;
    height: 100%;
    min-width: 21.5rem;
    box-shadow: 0 0 5px 1px #00000000;
}

.box,
.box-link,
.box-doppelt,
.box-doppelt-link,
.scopebox,
.scopebox-overlay,
.scopebox-overlay-last,
.boxdoppelt-overlay,
.scopebox-link {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    background: #505050;
    border-radius: 15px;
    text-align: center;
    width: 100%;
}

.box,
.box-link,
.box-doppelt,
.box-doppelt-link,
.scopebox,
.scopebox-overlay,
.scopebox-overlay-last,
.scopebox-link {
    justify-content: space-between;
}

.boxdoppelt-overlay {
    justify-content: flex-start;
}

.scopebox,
.scopebox-overlay,
.scopebox-overlay-last,
.scopebox-link {
    height: 16rem;
}

.box,
.box-link {
    height: 25rem;
}

.boxdoppelt,
.boxdoppelt-link {
    height: 49rem;
}

.boxdoppelt-overlay {
    width: 80%;
}

.box-link:hover,
.boxdoppelt-link:hover,
.scopebox-link:hover,
.scopebox-overlay-last:hover,
.scopebox-overlay:hover {
    background: linear-gradient(135deg,#0193d4,#51798c);
}

.scopebox,
.scopebox-overlay,
.scopebox-overlay-last,
.scopebox-link {
    height: 16rem;
}

.scopebox-overlay {
    margin-bottom: 2rem;
}

.box-plot {
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tool-plot {
    width: calc(100% - 2rem);
    height: 55rem;
    padding: 1rem;
}

.plot-legend {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: 12pt;
    text-align: start;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
}

.boxcontent, .printbox {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.printbox {
    width: calc(100% - 2rem);
    justify-content: center;
}

.boxindicators {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    width: 100%;
    overflow: auto;
}

.overlay-content, .overlay-content-table {
    padding: 1rem;
}

.overlay-content-table {
    width: 100%;
    text-align: center;
}

.trendp, .trend, .trendn, .notrend, .trend-alibi, .trendkpi {
    width: 12rem;
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    align-items: center;
    text-align: start;
    border-radius: 15px;
    flex-direction: row;
    color: #ffffff;
    padding: 0.5rem;
}

.trend-alibi {
    opacity: 0;
}

.trendp {
    background: linear-gradient(90deg,#366705,#6ad706);
}

.trend {
    background: linear-gradient(90deg,#fd7e14,#ffc107);
}

.trendn {
    background: linear-gradient(90deg,#87000e,#d80051);
}

.notrend {
    background: linear-gradient(90deg,#353839,#454849);
}

.trendkpi {
    background: linear-gradient(90deg,#0193d4,#51798c);
}

.trendlike, .trendlike-button {
    width: 19rem;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    text-align: center;
    flex-direction: row;
    font-size: 16pt;
    font-weight: 500;
    color: #ffffff;
    padding: 1rem;
}

.trendlike-button {
    background: linear-gradient(90deg,#353839,#454849);
}

.indicator {
    border-radius: 0px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    border-top-style: solid;
    border-color: #303030;
    border-width: 1px;
    align-items: center;
    text-align: start;
    font-size: 16pt;
    font-weight: 350;
    min-height: 2rem;
}

.indicator:hover {
    background: #303030;
}
/* hier endet .css der Auswertung */

.tableicon, .icon {
    height: 1.5rem;
}

.notificationicon, .titleicon, .expandicon, .trendicon, .titleicon-alibi, tableicon-alibi {
    height: 2rem;
}

.titleicon-alibi, .tableicon-alibi {
    opacity: 0;
}

.notification {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
    align-items: center;
    gap: 1rem;
    font-size: 20pt;
    text-align: left;
    font-weight: 300;
}

.loginmask {
    padding-bottom: 2rem;
    border-radius: 15px;
    width: 40rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    background: #505050;
}

.loginmask-headline {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 38.5rem;
    align-items: center;
    font-size: 16pt;
    gap: 0.75rem;
    padding: 0.75rem;
}

.loginmask-content-input-field {
    border-radius: 5px;
    background: #303030;
    width: 30rem;
    height: 3rem;
    font-weight: 300;
    font-size: 14pt;
    white-space: pre-wrap;
    min-width: 1rem;
    text-align: center;
    border-style: none;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 2rem;
}

/* ab hier startet wieder .css der Auswertung */
.table-icon {
    display: flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 0.7rem;
    margin-top: 0px;
    margin-right: 0.7rem;
}

.scopeboxdescription {
    font-size: 16pt;
    text-align: center;
    font-weight: 350;
    margin-bottom: 1.5rem;
    margin-right: 5%;
    margin-left: 5%;
}

.subheadline{
    width: calc(100% - 2rem);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    text-align: center;
    font-size: 16pt;
    align-items: center;
}

.underline-link {
    border-style: solid;
    border-width: 1px;
    border-color: #505050;
    padding: 0.75rem;
    border-radius: 15px;
    align-items: center;
    font-weight: 500;
    text-align: start;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    background: linear-gradient(90deg,#353839,#454849);
    gap: 0.75rem;
}

.dropdown {
    background: #505050;
    font-size: 12pt;
    border: none;
    width: 47.5%;
    min-width: 21.5rem;
    border-radius: 5px;
    color: #ffffff;
}

.trendlike-button:hover,
.underline-link:hover {
    background: linear-gradient(135deg,#0193d4,#51798c);
}
/* hier endet .css der Auswertung wieder */

::-webkit-scrollbar {
  width: 0.5rem; /* Set the width of the scrollbar */
  margin-left: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background-color: #0193d4; /* Set the color of the scrollbar thumb */
  border-radius: 0.5rem;
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background-color: #252525; /* Set the color of the scrollbar track */
  border-radius: 0.5rem;
  background-color: #505050;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg,#0193d4,#51798c); /* Set the color of the scrollbar thumb on hover */
}

#myToggle {
    width: 4rem; /* Setze die Breite nach Bedarf */
    height: 4rem; /* Setze die Höhe nach Bedarf */
}

input[type="file"] {
    background-color: #505050;
    color: white;
    border-radius: 15px;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;

    /* Beispiel: Cursor-Stil ändern */
    cursor: pointer;

    /* Beispiel: Box-Shadow entfernen oder anpassen */
    box-shadow: none;
}

input[type="file"]::file-selector-button {
    /* Beispiel: Hintergrundfarbe und Textfarbe anpassen */
    background-color: #303030;
    color: white;
    height: 2.5rem;
    padding-top: 0rem;
    padding-right: 1rem;
    padding-bottom: 0rem;
    padding-left: 1rem;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;

    /* Beispiel: Padding und Rand anpassen */
    border-radius: 5px;

    /* Beispiel: Cursor-Stil ändern */
    cursor: pointer;
}

input[type="file"]::file-selector-button:hover{
    background: linear-gradient(135deg,#0193d4,#51798c);
}

/* hier startet wieder .css der Auswertung */
.button-on-dark {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background: #505050;
    font-size: 16pt;
    border-radius: 15px;
    align-items: center;
    border-radius: 15px;
    text-align: center;
    font-weight: 500;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: #303030;
}

.button-on-dark:hover{
    background: linear-gradient(135deg,#0193d4,#51798c);
}

.error {
    height: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: linear-gradient(90deg,#87000e,#d80051);
    border-radius: 1.5rem;"
}

.no-error {
    height: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: linear-gradient(90deg,#366705,#6ad706);
    border-radius: 1.5rem;
}

textarea {
    color: #ffffff;
    overflow-y: auto;
    display: block;
    resize: vertical;
    width: 100%;
    font: inherit;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    white-space: pre-wrap;
}
