﻿/************************************/
/*** Body   */
/************************************/
.page {
    background-color: var(--hell-lila);
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.main {
    flex: 1;
}

.bg-greenyellow {
    background-color: greenyellow;
}

.body-container {
    max-width: 120em;
    margin: 0 auto;
    padding: 0 0em;
    background-color: var(--background);
    min-height: 1000px;
}

.body-container {
    width: min(100% - 1em, 69em);
    margin-inline: auto;
}

.body-container-dialog {
    width: min(100% - 1em, 69em);
    margin-inline: auto;
}

/************************************/
/*** Animation   */
/************************************/
.typing-demo {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    /*border-right: 3px solid;*/ /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    max-width: min-content;
    /*animation: typing 3.5s steps(40), blink-caret .5s step-end infinite alternate;*/
    animation: typing 3.5s steps(40);
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    50% {
        border-color: transparent
    }
}

.fab-icon {
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    margin: 10px
    /*padding: 10px 5px 0px 5px;*/
}

    .fab-icon:hover {
        color: var(--hell-lila);
        /*padding: 5px 5px 0px 5px;*/
        /*text-shadow: 1px 1px 100px var(--hell-lila);*/
        /*background-color: #ffffff;*/
        /*border: 1px solid;
        border-radius: 10%;*/
    }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    /*     padding-right: var(--bs-gutter-x,.75rem); 
     padding-left: var(--bs-gutter-x,.75rem); */
    padding: 0px;
}

.empty-area-max {
    height: 80px;
    padding: 5px 15px 5px 15px;
}

/************************************/
/*** Für unterschiedliche Breiten   */
/************************************/

@media (min-width: 0px) {


    .fa-2x {
        font-size: 1.6em;
    }

    .fa-3x {
        font-size: 2em;
    }

    label {
        font-size: 0.8em;
    }

    .label-value {
        font-size: 0.8em;
    }

    .fab-button {
        text-align: right;
        margin: 0px 0px 10px 0px;
        font-size: 0.7em;
    }

    .fab-icon {
        text-align: center;
        line-height: 0.6em;
        min-width: 80px;
    }


    .navi-home {
        font-size: 0.65rem;
    }

    .card-name {
        padding-top: 10px;
    }

    /** Design Kacheln Startseite */
    .card-button {
        background-color: var(--lila);
        color: var(--weiss);
        padding: 0px;
        width: 300px;
        height: 40px;
        font-size: 0.0rem;
    }

    .pool-color {
        background-color: #6666FF;
    }

    /** Design Kacheln Navitop */
    .card-name-navitop {
        padding-top: 0px;
        font-size: 0.7rem;
    }

    .card-button-navitop-dark {
        background-color: var(--lila);
        color: var(--weiss);
        padding: 2px;
        width: 120px;
        height: 30px;
        font-size: 0.0rem;
    }

    .card-button-navitop-active {
        background-color: var(--hell-lila);
        color: var(--weiss);
        padding: 2px;
        width: 120px;
        height: 30px;
        font-size: 0.0rem;
    }

    .card-button-navitop-light {
        background-color: var(--weiss);
        color: var(--lila);
        padding: 2px;
        width: 120px;
        height: 30px;
        font-size: 0.0rem;
    }

    .empty-area-middle {
        height: 40px;
        padding: 5px 15px 5px 15px;
    }

    #content-formular {
        font-size: 0.9rem;
        margin: 0px 15px 20px 15px;
    }
}
/*
    Hochformat iPad
*/
@media (min-width: 576px) {


    .h5, h5 {
        font-size: 1.0rem;
    }

    /** Design Kacheln Startseite */
    .card-button {
        background-color: var(--lila);
        color: var(--weiss);
        padding: 15px 2px 0px 2px;
        width: 120px;
        height: 120px;
        font-size: 0.8rem;
    }

    .pool-color {
        background-color: #6666FF;
    }

    .empty-area-middle {
        height: 40px;
        padding: 5px 15px 5px 15px;
    }

    /** Design Kacheln Navitop */
    .card-name-navitop {
        padding-top: 0px;
        font-size: 0.7rem;
    }

    .card-button-navitop-dark {
        background-color: var(--lila);
        color: var(--weiss);
        padding: 15px 5px 0px 5px;
        width: 80px;
        height: 80px;
        font-size: 0.7rem;
    }

    .card-button-navitop-active {
        background-color: var(--hell-lila);
        color: var(--weiss);
        padding: 15px 5px 0px 5px;
        width: 80px;
        height: 80px;
        font-size: 0.7rem;
    }

    .card-button-navitop-light {
        background-color: var(--weiss);
        color: var(--lila);
        padding: 15px 5px 0px 5px;
        width: 80px;
        height: 80px;
        font-size: 0.7rem;
    }
}

/* Querformat IPAD*/
@media (min-width: 1024px) {

    .fa-3x {
        font-size: 3em;
    }

    .h5, h5 {
        font-size: 0.78rem;
    }

    /** Design Kacheln Startseite */
    .card-button {
        background-color: var(--lila);
        color: var(--weiss);
        padding: 14px 2px 0px 2px;
        width: 100px;
        height: 100px;
        font-size: 0.7rem;
    }

    .pool-color {
        background-color: #6666FF;
    }

    /** Design Kacheln Navitop */
    .card-name-navitop {
        padding-top: 0px;
        font-size: 0.7rem;
    }

    .card-button-navitop-dark {
        background-color: var(--lila);
        color: var(--weiss);
        padding: 15px 5px 0px 5px;
        width: 80px;
        height: 80px;
        font-size: 0.7rem;
    }

    .card-button-navitop-active {
        background-color: var(--hell-lila);
        color: var(--weiss);
        padding: 15px 5px 0px 5px;
        width: 80px;
        height: 80px;
        font-size: 0.7rem;
    }

    .card-button-navitop-light {
        background-color: var(--weiss);
        color: var(--lila);
        padding: 15px 5px 0px 5px;
        width: 80px;
        height: 80px;
        font-size: 0.7rem;
    }


    .empty-area-middle {
        height: 40px;
        padding: 5px 15px 5px 15px;
    }

    #content-formular {
        font-size: 0.9rem;
    }

    .mud-table-dense * .mud-table-row .mud-table-cell {
        padding: 5px 20px 5px 13px;
        font-size: 0.9em;
    }

    .fab-icon {
        text-align: center;
        line-height: 0.6em;
        min-width: 80px;
    }
}


@media (min-width: 1365px) {

    .fa-2x {
        font-size: 2em;
    }

    .h5, h5 {
        font-size: 1.0rem;
    }

    label {
        font-size: 1.0em;
    }

    .label-value {
        font-size: 1.1em;
    }

    .navi-home {
        font-size: 0.9rem;
        margin-right: 15px;
    }

    /** Design Kacheln Startseite */
    .card-button {
        background-color: var(--lila);
        color: var(--weiss);
        padding: 35px 5px 0px 5px;
        width: 150px;
        height: 150px;
    }

    .pool-color {
        background-color: #6666FF;
    }

    /** Design Kacheln Navitop */
    .card-name-navitop {
        padding-top: 0px;
        font-size: 1.0rem;
    }

    .card-button-navitop-dark {
        background-color: var(--lila);
        color: var(--weiss);
        padding: 24px 5px 0px 5px;
        width: 120px;
        height: 120px;
    }

    .card-button-navitop-active {
        background-color: var(--hell-lila);
        color: var(--weiss);
        padding: 24px 5px 0px 5px;
        width: 120px;
        height: 120px;
    }

    .card-button-navitop-light {
        background-color: var(--weiss);
        color: var(--lila);
        padding: 24px 5px 0px 5px;
        width: 120px;
        height: 120px;
    }


    .empty-area-middle {
        height: 40px;
        padding: 5px 15px 5px 15px;
    }

    #content-formular {
        margin: 0px 30px 20px 30px;
    }
}


@media (min-width: 1469px) {


    /** Design Kacheln Startseite */
    .card-button {
        background-color: var(--lila);
        color: var(--weiss);
        padding: 35px 5px 0px 5px;
        width: 150px;
        height: 150px;
    }

    .pool-color {
        background-color: #6666FF;
    }
}

/**
    ********************************************************
                            Standard CSS       
    ********************************************************
*/

.hinweis {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 0.8em;
    color: gray;
    word-break: break-word;
}

.fa {
    color: var(--lila);
    padding: 2px 2px 2px 2px;
}



.valid.modified:not([type=checkbox]) {
    outline: none;
}

.no-valid {
    color: red;
    font-size: 0.9em;
}

label {
    font-weight: bold;
    padding-top: 7px;
}

.label-value {
    padding-left: 8px;
}

.form-card-row {
    border: 1px solid #dee2e6 !important;
    padding: 20px 0px 2px 0px;
    margin: 0px 3px 20px 3px;
    background-color: var(--background-edit);
}



.form-card-navi {
    padding-left: 3px;
    margin-bottom: 5px;
}

    .form-card-navi .tab {
        background-color: #F0F0F4;
    }

.tab:hover {
    color: #ffffff;
    background-color: var(--hell-lila);
}

.form-card {
    margin-bottom: 30px;
    background-color: var(--grau);
    box-shadow: var(--mud-elevation-3);
    min-height: 440px;
}

.form-card-small {
    margin-bottom: 30px;
    background-color: var(--grau);
    box-shadow: var(--mud-elevation-3);
    min-height: 220px;
}

.form-card-show {
    background-color: var(--weiss);
    padding: 10px 20px 20px 20px;
    margin-bottom: 30px;
    border: 2px solid red;
    border-radius: 3px 3px;
    box-shadow: 0px 1px 8px 1px #7f7f7f;
    min-height: 430px;
}

.form-card-edit {
    background-color: var(--weiss);
    padding: 10px 20px 20px 20px;
    margin-bottom: 30px;
    border-radius: 3px 3px;
    box-shadow: 0px 1px 8px 1px #7f7f7f;
    min-height: 520px;
}

.form-card-tabelle-mudblazor {
    background-color: var(--weiss);
    padding: 0;
    margin-bottom: 30px;
    border-radius: 3px 3px;
    box-shadow: 0px 1px 8px 1px #7f7f7f;
    min-height: 520px;
}

.form-group {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0.5em;
}

.form-group-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.form-group-info {
    font-size: 0.75em;
    color: var(--hell-lila);
    font-weight: bold;
    text-align: right;
    width: 100%;
}

.icon-col-edit {
    top: 35px;
    position: absolute;
    right: 4px;
    color: var(--lila);
}

.icon-col {
    bottom: 21px;
    position: absolute;
    right: 4px;
    color: var(--lila);
}

.icon-col-table {
    top: 2px;
    position: absolute;
    left: 5px;
    color: var(--lila);
}

.form-control-row {
    display: initial;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-control {
    appearance: auto;
}

.form-check {
    padding-left: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.form-check-label {
    margin-bottom: 0;
    width: 99%;
    padding: 1px;
    font-weight: normal;
}

.form-check-input {
    position: center;
    width: 22px;
    height: 22px;
    margin: 2px 0px 0px 10px;
    border: 1px solid #dee2e6;
}

    .form-check-input:checked {
        background-color: var(--hell-lila);
        border-color: #dee2e6;
    }

input[type='checkbox']:checked:after {
    border: 1px solid #dee2e6;
    width: 20px;
    height: 20px;
    background-color: var(--hell-lila);
    content: '';
    display: inline-block;
    visibility: visible;
}


.form-radio-input {
    position: initial;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 8px 5px 8px 0px;
}

input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: relative;
    background-color: var(--hell-lila);
    content: '';
    display: inline-block;
    visibility: visible;
}



button {
    color: var(--lila);
}

button:hover {
    color: var(--hell-lila);
    text-decoration: none;
}

.button-table {
    vertical-align: baseline !important;
}

a {
    color: var(--lila);
}

    a:hover {
        color: var(--hell-lila);
        text-decoration: none;
    }

.fa:hover {
    color: var(--hell-lila);
    text-decoration: none;
}

h1 {
    color: var(--lila);
    font-size: 2.0em;
    padding: 15px 0px 10px 15px;
    font-weight: bold;
}

h2 {
    color: var(--lila);
    font-size: 20px;
    padding: 15px 0px 10px 0px;
    font-weight: bold;
}

h3 {
    color: var(--lila);
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: bold;
}

h5.navitop {
    padding-top: 3px;
    font-size: clamp(0.7rem, 0.8vw, 1rem);
}


.loading {
    padding-top: 30px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
}

.btn-navitop {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px 0px 2px;
}

.btn-navitop-small {
    display: contents;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px 0px 2px;
}

.btn-card {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
}

.kein-zugriff {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 30px solid darkred;
    border-left: 30px solid transparent;
}

.durchgestrichen {
    text-decoration: line-through;
}

.disable {
    cursor: not-allowed;
    pointer-events: none;
}

.disable-button {
    cursor: not-allowed;
    pointer-events: none;
    color: grey;
}

.disable-area {
    cursor: not-allowed;
    opacity: 0.8;
    pointer-events: none;
}

.disable-through {
    cursor: not-allowed;
    color: var(--hell-lila);
    pointer-events: none;
    text-decoration: line-through;
}

.disable-fuzzy {
    cursor: not-allowed;
    pointer-events: none;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    /*    -o-filter: blur(2px);
    -ms-filter: blur(2px);*/
}

.btn-primary {
    color: #fff;
    background-color: var(--lila);
    border-color: var(--lila);
}

    .btn-primary:hover {
        background-color: var(--hell-lila);
        border-color: var(--hell-lila);
    }

.btn-warning {
}

.fab-button {
    text-align: right;
    margin: 0px 20px 30px 0px;
    font-size: 1.0em;
    left: auto;
    background-color: #F0F0F4;
    opacity: 0.8;
    border-radius: 20px;
    padding: 10px 5px 10px 5px;
    cursor: pointer;
}

    .fab-button a:hover, button:hover {
        color: #0E123B;
    }

.font-lila:hover {
    color: #0E123B;
}

.fab-icon:hover {
    color: #0E123B;
}


.fab-icon-name {
    font-size: 0.4em;
    font-weight: normal;
    line-height: 0;
    font-family: 'Source Sans Pro', sans-serif;
}


/**
    ********************************************************
                            Layout
    ********************************************************
    - Kopfbereich
    - Navigationsbreich
    - Inhaltsbereich
*/
#header {
    background-color: #2d2d30;
    color: #e0e0e0;
    padding: 5px 10px 5px 10px;
}

#header-test {
    background-color: #2d2d30;
    border-bottom: 5px solid orange;
    color: #e0e0e0;
    padding: 5px 10px 0px 10px;
}

#header-demo {
    background-color: #2d2d30;
    border-bottom: 5px solid yellowgreen;
    color: #e0e0e0;
    padding: 5px 10px 0px 10px;
}


.header-pool {
    background-color: var(--lila);
}

#navitop {
    margin-top: 0px;
    top: 0px;
    padding: 8px 5px 0px 5px;
}

.navi-right {
    color: var(--lila);
    margin: 5px 0px 25px 0px;
    padding-right: 25px;
    line-height: 3;
    justify-content: flex-end;
    max-height: 100px;
    min-height: 75px;
}

.navi-home {
    float: right;
    width: 180px;
    height: 40px;
}

.icon-width {
    width: 55px;
    padding: 0px 10px 10px 0px;
}

#content {
    margin-top: 0px;
    background-color: var(--background);
    padding: 0px 20px 0px 20px;
}

#content-formular {
    font-size: 1.0rem;
}

#content-edit {
    background-color: var(--background-edit);
    padding: 25px 0px 0px 0px;
    height: 100vH;
}

.empty-area-small {
    height: 25px;
    padding: 5px 15px 5px 15px;
}

.empty-area-middle {
    height: 40px;
    padding: 5px 15px 5px 15px;
}


.work-item {
    background-color: #2d2d30;
    color: chartreuse;
    border: 1px solid var(--grau);
}

.col-padding {
    padding: 0px 10px 0px 10px;
    margin: 0px 3px 20px 3px;
}

.col-padding-width {
    margin: 0px 3px 20px 3px;
}

.col-zwei-spalten {
    padding-left: 2px;
    border-right: 1px solid #dee2e6;
}

.col-left {
    margin: 0px 10px 0px 10px;
}

.col-middle {
    margin: 0px 10px 0px 10px;
}

.col-right {
    margin: 0px 10px 0px 10px;
}

/**
    ********************************************************
                        Design Kacheln
    ********************************************************
    - Startseite und Unterseiten
    - Kacheln für Navigation
*/


a:hover .card-button-navitop-dark {
    background-color: var(--hell-lila);
}

a:hover .card-button-navitop-light {
    background-color: var(--hell-lila);
    color: var(--weiss);
}

.font-lila {
    color: var(--lila);
    cursor: pointer;
}

.font-hell-lila {
    color: var(--hell-lila);
}

.font-yellow {
    color: darkgoldenrod;
}

.font-red {
    color: red;
}

.font-green {
    color: var(--green);
}

.font-grey {
    color: var(--background-edit);
}

.background-lila {
    background-color: var(--hell-lila);
}

a:hover .background-lila {
    background-color: var(--lila);
}

/* Startseite Tabelle*/
.item-headline {
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.item {
    border-bottom: 1px solid #e0e0e0;
    padding: 7px 0px 0px 0px;
    margin-right: 0px;
    margin-left: 0px;
}

    .item .fas {
        /*font-weight: normal;*/
    }

.item-border {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0.5rem;
    padding-left: 0px;
}

.item-border-with-icon {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0.5rem;
    width: 85%;
}

/* MudBlazor */

.mud-paper {
    margin-bottom: 30px;
}

.mud-table {
    min-height: 440px;
}

.mud-icon-size-medium {
    font-size: 2.3rem;
    color: var(--lila);
}

.mud-table-container {
    padding: 0px 15px 10px 15px;
}



.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 6px 10px 6px 10px;
}


/* MudBlazor*/
.mud-picker-inline {
    /*display: flex;*/
    /*display: inline-block;*/
}

.mud-input-control > div.mud-input.mud-input-text, .mud-input-control {
    margin-top: 0px;
}

.tab .badge-light {
    color: var(--lila);
}

/* MudBlazor - Dialog*/
.mud-dialog-width-sm {
    min-width: 400px;
    min-height: 200px;
    max-width: none;
}

.mud-dialog-width-md {
    min-height: 550px;
}


.mud-dialog-title {
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    background-color: var(--lila);
    color: var(--weiss);
    font-size: 1.3em;
}

.mud-dialog .mud-dialog-content {
    padding-top: 18px;
    min-height: 70px;
    font-size: 1.1em;
}

/* MudBlazor - Auswahl Tabelle ROW*/
.mud-table .selected {
    background-color: var(--gelb) !important;
}

/* .mud-table .selected > td {
        color: white !important;
    }

        .mud-table .selected > td .mud-input {
            color: white !important;
        }*/

.mud-table-cell {
    padding: 5px 2px 5px 2px;
    height: 45px;
}
/* Ein Workflow Prozess*/

.workflow-process {
    background-color: var(--background-edit);
    padding-top: 20px;
    width: auto;
    margin: 0px;
}

.btn-circle {
    display: contents;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px 0px 2px;
    margin: 2px 20px 2px 20px;
}

.circle-navi {
    width: 100px;
    padding-top: 20px;
}

.circle-name-navitop {
    padding-top: 8px;
    font-size: 1.0rem;
}

.circle-button-navitop-light {
    background-color: var(--weiss);
    color: var(--lila);
    padding: 15px 5px 0px 5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0px 5px 0px 5px;
}

.circle-button-navitop-active {
    background-color: var(--lila);
    color: var(--weiss);
    padding: 15px 5px 0px 5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.circle-button-navitop-valid {
    background-color: var(--hell-lila);
    color: var(--weiss);
    padding: 15px 5px 0px 5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/* InputFile*/

.file-input-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--lila);
    color: white;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s;
}

    .file-input-zone:hover {
        background-color: var(--hell-lila);
    }

    .file-input-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }


/* indicator Passwort Stärke */

.indicator {
    height: 10px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .indicator span {
        position: relative;
        height: 100%;
        width: 100%;
        background: var(--hell-lila);
        border-radius: 5px;
    }

        .indicator span:nth-child(2) {
            margin: 0 3px;
        }

        .indicator span.active:before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            border-radius: 5px;
        }

        .indicator span.weak:before {
            background-color: yellow;
        }

        .indicator span.medium:before {
            background-color: yellowgreen;
        }

        .indicator span.strong:before {
            background-color: green;
        }

.indicator-text {
    text-align: center;
    font-weight: 500;
}

    .indicator-text.weak {
        color: yellow;
    }

    .indicator-text.medium {
        color: yellowgreen;
    }

    .indicator-text.strong {
        color: green;
    }

/* Farben*/
.success {
    color: green;
    font-weight: normal;
}

.danger {
    color: red;
    font-weight: normal;
}

.warning {
    color: yellow;
    font-weight: normal;
}

/* Status*/
.status-success {
    color: green;
}

.status-danger {
    color: red;
}

.status-warning {
    color: yellow;
}

.status-white {
    color: white;
}

.status-gray {
    color: gray;
}

.status-begin {
    color: green;
    font-weight: normal;
}

.box2 {
    width: 200px;
    margin-left: 0em;
    border: green 1px solid;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/*Praxis*/

.standort-button-light {
    background-color: var(--weiss);
    color: var(--lila);
}

.standort-button-active {
    background-color: var(--hell-lila);
    color: var(--weiss);
}

.standort-icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 18px 0px 10px 5px;
}

    .standort-icon:hover {
        color: var(--hell-lila);
    }


/*Umtstellung auf .NET6*/

.kacheln .row > * {
    width: auto;
    max-width: 100%;
    padding: 0px;
}

.text-right {
    text-align: right !important;
    position: relative;
}

/*Sitebar Switcher*/
.tab-switcher {
    margin-top: 55px;
    height: 528px;
    padding-top: 3px;
    padding-left: 0px;
    width: 30px;
    right: 0;
    position: fixed;
    overflow: hidden;
    background-color: red;
    display: table-cell;
    /*vertical-align: middle;*/
    writing-mode: vertical-rl;
    font-size: 1.2em;
    /*background-color: rgb(161,161,161);*/
    background-color: rgb(255,153,0);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    color: var(--lila);
    z-index: 100;
}

.tab-switcher-items {
    margin-right: -5px;
}

.text-orientation {
    padding-top: 10px;
}

.text-orientation-upright {
    padding-top: 10px;
    text-orientation: upright;
    letter-spacing: -.2em;
}

.vorschau-aufgabe {
    border: 1px solid var(--hell-lila);
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    min-height: 500px;
    display: block;
}

.vorschau-aufgabe-button {
    max-width: 1000px;
    display: flex;
}

.pruefung-loesung-eingabe {
    width: 35px;
    display: initial;
    margin-left: 5px;
}

.fluid-oben {
    max-width: 100%;
    height: 400px;
}

.fluid-unten {
    max-width: 100%;
    height: 400px;
}

.fluid-rechts {
    max-width: 400px;
    max-height: 400px;
}

.fluid-links {
    max-width: 400px;
    max-height: 400px;
}

.card-unten {
    margin: 0px 10px 10px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

/*Lösungsbogen*/


/* Rahmen und allgemeine Stildefinitionen für die Tabelle */
.table-like {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

    /*Stil für jede Zelle (div)*/
    .table-like .row > div {
        border: 1px solid #ccc;
    }


/* Anpassung der Zeilenhöhe */
.row-small {
    line-height: 1,1; /* Reduziert den Zeilenabstand */
}

/* Spezifische Klasse für farbige Prüfungsnoten */
.grade-color {
    /* Diese Klasse wird dynamisch angewendet, kein direkter Stil hier */
}

.mud-progress-circular-svg {
    display: inline;
}

.mud-tabs-tabbar {
    background-color: var(--mud-palette-background);
}

.mud-tab {
    background-color: color-mix(in srgb, #6666FF 20%, white 100%);
}



.mud-tab-active {
    background-color: #6666FF;
    color: #ffffff !important;
}

.mud-tab-active:hover {
    background-color: #6666FF!important;
    color: #ffffff !important;
}

