@import '_content/Climate.Blazor/Climate.Blazor.bundle.scp.css';
@import '_content/Datendrehscheibe.Blazor/Datendrehscheibe.Blazor.bundle.scp.css';
@import '_content/DittoPortal.Pages.Benutzer/DittoPortal.Pages.Benutzer.bundle.scp.css';
@import '_content/DittoPortal.Pages.BlazorComponents.MobileMenu/DittoPortal.Pages.BlazorComponents.MobileMenu.bundle.scp.css';
@import '_content/DittoPortal.Pages.Shared/DittoPortal.Pages.Shared.bundle.scp.css';
@import '_content/Fragenkatalog.Blazor/Fragenkatalog.Blazor.bundle.scp.css';
@import '_content/Peertube.Blazor/Peertube.Blazor.bundle.scp.css';
@import '_content/Pia.Blazor/Pia.Blazor.bundle.scp.css';
@import '_content/PraxisManagement.Blazor/PraxisManagement.Blazor.bundle.scp.css';
@import '_content/Studien.Blazor/Studien.Blazor.bundle.scp.css';
@import '_content/Adnexxus.Blazor.ConfirmDialog/Adnexxus.Blazor.ConfirmDialog.bundle.scp.css';
@import '_content/Adnexxus.Blazor.ProgressDialog/Adnexxus.Blazor.ProgressDialog.bundle.scp.css';
@import '_content/Adnexxus.Blazor.RazorDialog/Adnexxus.Blazor.RazorDialog.bundle.scp.css';
@import '_content/Adnexxus.Formular/Adnexxus.Formular.3x2mb7wyc9.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/StatefulReconnection/StatefulReconnection.kwbdvo9avo.bundle.scp.css';

/* _content/DittoPortal/Pages/Anlaufstellen/BlazorAnlaufstellen.razor.rz.scp.css */
.my-component[b-6570n9p4dt] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}

.min-height-cell[b-6570n9p4dt] {
    min-height: 50px; /* oder eine andere gewünschte Höhe */
    /* hilft bei der zentralen Ausrichtung des Inhalts */
    /*align-items: center;*/ /* zentrale vertikale Ausrichtung des Inhalts */
    /*justify-content: center;*/ /* zentrale horizontale Ausrichtung des Inhalts */
}

.clickable-cell-content[b-6570n9p4dt] {
    height: 100%; /* Füllt die gesamte Zellhöhe */
    min-height: 29px;
    min-width: 100px;
    width: 100%; /* Füllt die gesamte Zellenbreite */
    padding: 1px; /* Optional, um einen kleinen inneren Abstand zu haben, was hilfreich sein kann, wenn die Zelle tatsächlich leer ist */
}

.table-excel[b-6570n9p4dt] {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif; /* Optional: Verwende eine schlichte Schriftart ähnlich der von Excel */
}

    .table-excel th[b-6570n9p4dt],
    .table-excel td[b-6570n9p4dt] {
        border: 1px solid #d4d4d4;
        padding: 8px 12px;
        text-align: left;
    }

    .table-excel th[b-6570n9p4dt] {
        background-color: #4CAF50; /* Ein grünes Farbschema für Header-Zellen, ähnlich wie in einigen Excel-Versionen */
        color: white;
    }

    .table-excel tbody tr:hover[b-6570n9p4dt] {
        background-color: #f5f5f5; /* Hover-Effekt für Zeilen */
    }

    .table-excel td.editing[b-6570n9p4dt] {
        box-shadow: inset 0 0 5px #2196F3; /* Ein innerer Schatten, um den Fokus anzuzeigen */
    }

.table-excel[b-6570n9p4dt] {
    /*  overflow-y: auto;*/
    height: 400px; /* oder jede andere Höhe */
    display: block; /* verwandelt die Tabelle in ein Block-Element, damit overflow funktioniert */
}

    .table-excel thead[b-6570n9p4dt] {
        position: sticky;
        top: 0;
        z-index: 1; /* hält den Header über anderen Zellen */
    }
/* _content/DittoPortal/Pages/BlazorComponents/BlazorLogConsole.razor.rz.scp.css */

.lds-roller[b-2q7e0tgyyc] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div[b-2q7e0tgyyc] {
        animation: lds-roller-b-2q7e0tgyyc 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div[b-2q7e0tgyyc]:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #0d6efd;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1)[b-2q7e0tgyyc] {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1)[b-2q7e0tgyyc]:after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2)[b-2q7e0tgyyc] {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2)[b-2q7e0tgyyc]:after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3)[b-2q7e0tgyyc] {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3)[b-2q7e0tgyyc]:after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4)[b-2q7e0tgyyc] {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4)[b-2q7e0tgyyc]:after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5)[b-2q7e0tgyyc] {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5)[b-2q7e0tgyyc]:after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6)[b-2q7e0tgyyc] {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6)[b-2q7e0tgyyc]:after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7)[b-2q7e0tgyyc] {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7)[b-2q7e0tgyyc]:after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8)[b-2q7e0tgyyc] {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8)[b-2q7e0tgyyc]:after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller-b-2q7e0tgyyc {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.fade-in[b-2q7e0tgyyc] {
    -webkit-animation: fade-in .5s cubic-bezier(.39,.575,.565,1.000) both;
    animation: fade-in-b-2q7e0tgyyc .5s cubic-bezier(.39,.575,.565,1.000) both
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-29 12:39:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in-b-2q7e0tgyyc {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.console-container[b-2q7e0tgyyc] {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}

.console-body[b-2q7e0tgyyc] {
    flex: 1 1 auto;
}
/* _content/DittoPortal/Pages/BlazorComponents/Dashboard/Index.razor.rz.scp.css */
.cockpit-wrapper[b-83iylwri6e] {
    min-height: 600px;
    max-height: 600px;
    min-width: 1000px;
    max-width: 1000px;
}

.home-salut[b-83iylwri6e] {
    top: 129px;
    left: 110px;
    height: 23px;
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal normal 16px/24px Titilium Regular;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    position: absolute;
}

.home-title[b-83iylwri6e] {
    text-align: left;
    font: normal normal 600 18px/24px Titilium Regular;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    top: 28px;
    left: 20px;
}

.home-title-separator[b-83iylwri6e] {
    height: 0px;
    border: 1px solid var(--unnamed-color-aacced);
    border: 1px solid #AACCED;
    opacity: 1;
    position: relative;
    top: 56px;
}

.sidebar-icon-container[b-83iylwri6e] {
    position: absolute;
    top: 93px;
    left: 10px;
    height: calc(100vh - 93px);
}

.sidebar-icon[b-83iylwri6e] {
    position: relative;
    width: 50px;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    line-height: 30px;
    color: #0071DE;
    margin-bottom: 27px;
    cursor: pointer;
    font-size: 12px;
}

    .sidebar-icon:hover[b-83iylwri6e] {
        background: rgba(1, 44, 87, 0.1);
        border-radius: 10px;
    }

.sidebar-icon-active[b-83iylwri6e] {
    position: relative;
    width: 50px;
    height: 40px;
    background: #0071DE 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding-top: 5px;
    text-align: center;
    line-height: 30px;
    color: #0071DE;
    margin-bottom: 27px;
    cursor: pointer;
    font-size: 12px;
}

.sidebar-separator[b-83iylwri6e] {
    position: relative;
    width: 50px;
    height: 0px;
    top: 20px;
    margin-bottom: 40px;
    border: 2px solid #CCE2F9;
}

.kachel-first[b-83iylwri6e] {
    padding: 20px;
    margin-top: 55px;
}

.kachel[b-83iylwri6e] {
    padding: 20px;
}

.kachel-seperator[b-83iylwri6e] {
    width: 100%;
    height: 10px;
    background: #F4F4F4;
}

.kachel-icon[b-83iylwri6e] {
    width: 20px;
    height: 20px;
}

    .kachel-icon img[b-83iylwri6e] {
        width: 20px;
        height: 20px;
    }

.kachel-headline[b-83iylwri6e] {
    text-align: left;
    font: normal normal 600 16px/24px Titilium Regular;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.kachel-subline-critical[b-83iylwri6e] {
    text-align: left;
    font: normal normal normal 14px/22px Titilium Regular;
    letter-spacing: 0px;
    color: #B50000;
}

.kachel-subline[b-83iylwri6e] {
    text-align: left;
    font: normal normal normal 14px/22px Titilium Regular;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.kachel-link[b-83iylwri6e] {
    text-align: left;
    font: normal normal normal 14px/24px Titilium Regular;
    letter-spacing: 0px;
    color: #0071DE;
    margin-top: 20px;
    cursor: pointer;
}

.kachel-wetter[b-83iylwri6e] {
    position: relative;
    height: 85px;
    background: var(--unnamed-color-f4f4f4) 0% 0% no-repeat padding-box;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.kachel-wetter-location[b-83iylwri6e] {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: right;
    padding-right: 30%;
    font: normal normal normal 16px/24px Titilium Regular;
    letter-spacing: 0px;
    color: #000000;
}

.kachel-wetter-temp[b-83iylwri6e] {
    position: absolute;
    top: 19px;
    width: 50%;
    text-align: right;
    padding-right: 20px;
    text-align: center;
    font: normal normal 600 32px/45px Titilium Regular;
    letter-spacing: 0px;
    color: #000000;
}

.kachel-wetter-temp-unit[b-83iylwri6e] {
    position: absolute;
    top: 30px;
    width: 50%;
    padding-left: 50px;
    text-align: center;
    font: normal normal 600 16px/24px Titilium Regular;
    letter-spacing: 0px;
    color: #777777;
}

.kachel-wetter-icon[b-83iylwri6e] {
    position: absolute;
    top: 17px;
    width: 50%;
    padding-left: 20px;
    text-align: left;
}

.kachel-progress[b-83iylwri6e] {
    margin-top: 20px;
    height: 80px;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border-radius: 10px;
    position: relative;
}

.kachel-progress-text[b-83iylwri6e] {
    font: normal normal 600 16px/24px Titilium Regular;
    letter-spacing: 0px;
    color: #0071DE;
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
}
/* _content/DittoPortal/Pages/BlazorComponents/PasswortReset/PasswortReset.razor.rz.scp.css */

*[b-b4i0ozkcgr] {
    margin: 0;
    padding: 0;
}

.login-container[b-b4i0ozkcgr] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    margin-top: 264px;
    width: 520px;
}

.login-container-sm[b-b4i0ozkcgr] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    margin-top: 35px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}

.login-container .headline[b-b4i0ozkcgr] {
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0071DE;
    opacity: 1;
    padding: 35px;
}

.login-container-sm .headline[b-b4i0ozkcgr] {
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0071DE;
    opacity: 1;
    padding: 35px;
}

.datendrehscheibe-title[b-b4i0ozkcgr] {
    font-size: 66px;
    position: absolute;
    left: 236px;
    top: 353px;
    color: white;
}

.datendrehscheibe-subtitle[b-b4i0ozkcgr] {
    font-size: 16px;
    position: absolute;
    left: 235px;
    top: 454px;
    color: white;
    width: 283px;
}

.login-footer[b-b4i0ozkcgr] {
    position: absolute;
    bottom: 1px;
    height: 17px;
    background: #0071DE 0% 0% no-repeat padding-box;
    width: 100%;
    line-height: 17px;
}

.login-logo[b-b4i0ozkcgr] {
    height: 75px;
    width: 83px;
    position: absolute;
    left: 143px;
    top: 367px;
}

.btn-login[b-b4i0ozkcgr] {
    background: #0071DE 0% 0% no-repeat padding-box;
    border-radius: 24px;
    height: 47px;
    line-height: 47px;
    color: white;
    border: none;
}

    .btn-login:hover[b-b4i0ozkcgr] {
        background: #0061BF 0% 0% no-repeat padding-box;
    }
