/* _content/KiesslingProjekte/Pages/AdminDashboard.razor.rz.scp.css */
body[b-4die3l0f0g] {
}



@media (min-width: 1400px) and (max-width: 1920px) 
{
    .text2[b-4die3l0f0g] {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 1026px) and (max-width: 1399.98px) {
    .text2[b-4die3l0f0g] {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 821px) and (max-width: 1025.98px) and (min-height: 501px) {
    .text2[b-4die3l0f0g] {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 576px) and (max-width: 820.98px) and (orientation: portrait) {
    .text2[b-4die3l0f0g] {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 575.98px) and (orientation: portrait) {
    .text2[b-4die3l0f0g] {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 950px) and (orientation: landscape) and (max-height: 500px) {
    .text2[b-4die3l0f0g] {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 1400px) and (orientation: landscape) and (min-width 577px) {
    .text2[b-4die3l0f0g] {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 1921px) {
    .text2[b-4die3l0f0g] {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* _content/KiesslingProjekte/Pages/AllProjects.razor.rz.scp.css */
body[b-poi9a25r1w] {
}
body[b-poi9a25r1w] {
}

.text[b-poi9a25r1w] {
    color: red;
    font-style: italic;
    background: #00ffff
}

.custom-grid[b-poi9a25r1w] {
    border-color: #00f;
}

    .custom-grid .custom-grid-header[b-poi9a25r1w] {
        font-weight: bold;
        color: #f00;
        background: #ff0;
        font-style: italic;
    }
.current-time-marker[b-poi9a25r1w] {
    position: absolute;
    width: 2px;
    background-color: red; /* Auffällige Farbe */
    height: 100%;
    z-index: 10; /* Damit die Linie im Vordergrund ist */
}
/* _content/KiesslingProjekte/Pages/Auslastung.razor.rz.scp.css */
body[b-ktom00ml8c] {
}
.Header[b-ktom00ml8c] {
    display: flex;
    align-items: center;
    width: 99%;
    justify-content: space-between;
}
.task-complete[b-ktom00ml8c] {
    background-color: green;
    color: white;
}

.task-in-progress[b-ktom00ml8c] {
    background-color: yellow;
    color: black;
}

.task-not-started[b-ktom00ml8c] {
    background-color: red;
    color: white;
}

.task-Test[b-ktom00ml8c] {
    background-color: blue;
    color: white;
}
/* _content/KiesslingProjekte/Pages/Index.razor.rz.scp.css */
body[b-3wyyfb1sjg] {
    background-image: url('/IMG/Projektplaner.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
}
.HeaderText[b-3wyyfb1sjg] {
    margin-top: 1rem;
    
    font-size: 2.5rem;
    font-weight: bold;
    z-index: 999;
    position: relative;
}

    .HeaderText:focus[b-3wyyfb1sjg],
    .HeaderText:active[b-3wyyfb1sjg] {
        outline: none;
    }
/* _content/KiesslingProjekte/Pages/NewProject.razor.rz.scp.css */
body[b-ygk3ivovzz] {
}

.form-row[b-ygk3ivovzz] {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Spalten */
    column-gap: 20px; /* Abstand zwischen den Spalten */
}

.input-group[b-ygk3ivovzz] {
    display: flex;
    align-items: center;
}

.input-group > .telerik-button[b-ygk3ivovzz] {
    margin-left: 10px;
}

.StatusText[b-ygk3ivovzz] {
    color: red;
}
/* _content/KiesslingProjekte/Pages/NewProjectFromTemplate.razor.rz.scp.css */
body[b-3v439d3ib6] {
}

.form-row[b-3v439d3ib6] {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Spalten */
    column-gap: 20px; /* Abstand zwischen den Spalten */
}

.input-group[b-3v439d3ib6] {
    display: flex;
    align-items: center;
}

.input-group > .telerik-button[b-3v439d3ib6] {
    margin-left: 10px;
}

.StatusText[b-3v439d3ib6] {
    color: red;
}
.red-icon[b-3v439d3ib6]  {
    color: red;
}

 .max-height-200 > textarea[b-3v439d3ib6] {
     max-height: 200px;
     overflow-y: auto !important;
 }
/* _content/KiesslingProjekte/Pages/ProjektAnsicht.razor.rz.scp.css */
body[b-dov81zrkq4] {
}
.StartButton[b-dov81zrkq4] {
    background-color: #00ce00;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.percent25[b-dov81zrkq4] {
    background-color: #e2ffe2;
    color: black;
    border: none;
}

.percent50[b-dov81zrkq4] {
    background-color: #80ff80;
    color: black;
    border: none;
}

.percent75[b-dov81zrkq4] {
    background-color: #0aff0a;
    color: black;
    border: none;
}

.percent100[b-dov81zrkq4] {
    background-color: #00bd00;
    color: white;
    border: none;
}
/* _content/KiesslingProjekte/Pages/UpdateProject.razor.rz.scp.css */
body[b-9f3u2t0bl2] {
}

.form-row[b-9f3u2t0bl2] {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Spalten */
    column-gap: 20px; /* Abstand zwischen den Spalten */
}

.input-group[b-9f3u2t0bl2] {
    display: flex;
    align-items: center;
}

.input-group > .telerik-button[b-9f3u2t0bl2] {
    margin-left: 10px;
}

.StatusText[b-9f3u2t0bl2] {
    color: red;
}
.red-icon[b-9f3u2t0bl2]  {
    color: red;
}

.max-height-200 > textarea[b-9f3u2t0bl2] {
    max-height: 200px;
    overflow-y: auto !important;
}
/* _content/KiesslingProjekte/Pages/UserDashboard.razor.rz.scp.css */
body[b-wai9t0cofc] {
}




@media (min-width: 1400px) and (max-width: 1920px) {
    .text1[b-wai9t0cofc] {
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .text2[b-wai9t0cofc] {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1026px) and (max-width: 1399.98px) {
    .text2[b-wai9t0cofc] {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 821px) and (max-width: 1025.98px) and (min-height: 501px) {
    .text2[b-wai9t0cofc] {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 1400px) and (orientation: landscape) and (min-width: 577px) {
    .text2[b-wai9t0cofc] {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 1400px) and (orientation: landscape) and (min-width: 577px) {
    .text2[b-wai9t0cofc] {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 576px) and (max-width: 820.98px) and (orientation: portrait) {
    .text2[b-wai9t0cofc] {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) and (orientation: portrait) {
    .text2[b-wai9t0cofc] {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 950px) and (orientation: landscape) and (max-height: 500px) {
    .text2[b-wai9t0cofc] {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1921px) {
    .text2[b-wai9t0cofc] {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* _content/KiesslingProjekte/Pages/UserVerwaltung.razor.rz.scp.css */
body[b-74tqlnmeoc] {
}
.form-row[b-74tqlnmeoc] {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Spalten */
    column-gap: 20px; /* Abstand zwischen den Spalten */
}

.input-group[b-74tqlnmeoc] {
    display: flex;
    align-items: center;
}

    .input-group > .telerik-button[b-74tqlnmeoc] {
        margin-left: 10px;
    }

.StatusText[b-74tqlnmeoc] {
    color: red;
}
.TaskGreen[b-74tqlnmeoc] {
    color: green;
}
/* _content/KiesslingProjekte/Shared/MainLayout.razor.rz.scp.css */
*[b-w5we9ngmzg] {
    box-sizing: border-box;
}

html[b-w5we9ngmzg], body[b-w5we9ngmzg] {
    height: 100%;
    padding: 0;
    margin: 0;
}





.Text_Head[b-w5we9ngmzg] {
    display: flex;
    align-items: center;
    margin: 1rem;
    padding: 1rem;
}

.Text_Head h4[b-w5we9ngmzg] {
    margin-right: 1rem;
}

.ButtonSpacing[b-w5we9ngmzg] {
    margin-right: 1rem;
}

.LogoText[b-w5we9ngmzg] {
    color: #009BA4;
}

.sidebar[b-w5we9ngmzg] {
    background-image: linear-gradient(180deg, white 5%, #346DBF 90%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.contentText[b-w5we9ngmzg] {
    z-index: 100;
    position: relative;
}

.main[b-w5we9ngmzg] {
    flex: 1;
    padding: 0.4rem;
}

.page[b-w5we9ngmzg] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 10rem;
    z-index: 100;
    position: relative;
}

.CurrentPage[b-w5we9ngmzg] {
    color: #F07D00;
}

.wrapper[b-w5we9ngmzg] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.ContainerText[b-w5we9ngmzg] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-top: 5px;
}

.NavMenu[b-w5we9ngmzg] {
    margin-top: 0px;
    z-index: 1100;
    position: absolute;
}

.top-row[b-w5we9ngmzg]  a, .top-row[b-w5we9ngmzg]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

.top-row[b-w5we9ngmzg]  a:hover, .top-row[b-w5we9ngmzg]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-w5we9ngmzg]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Desktop und große Monitore */
@media (min-width: 1400px) {
    .logo-img[b-w5we9ngmzg] {
        width: auto;
    }

    .sidebar[b-w5we9ngmzg] {
        width: 50px;
        position: sticky;
        top: 0;
    }

    .MenuBox[b-w5we9ngmzg] {
        margin-left: 1.5rem;
        z-index: 200;
        position: relative;
    }

    .top-row[b-w5we9ngmzg] {
        height: 7.7rem;
        display: flex;
        z-index: 1000;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
    }

    .Headcontainer[b-w5we9ngmzg] {
        display: grid;
        grid-template-rows: 5rem 2.5rem;
        grid-template-columns: 1fr;
        width: 100%;
        z-index: 200;
        position: relative;
    }

    .firstrow[b-w5we9ngmzg] {
        display: flex;
        height: 5rem;
        width: 100%;
        background-color: #fafafa;
        justify-content: space-between;
        align-items: center;
        z-index: 201;
        position: relative;
    }

    .secondrow[b-w5we9ngmzg] {
        display: flex;
        height: 2.5rem;
        background-color: #4c4c4c;
        width: 100%;
        justify-content: flex-start;
        z-index: 202;
        position: relative;
    }
}

/* Mittlere Desktop-Bildschirme */
@media (min-width: 1026px) and (max-width: 1399.98px) {
    .top-row[b-w5we9ngmzg] {
        background-color: white;
        height: 6.2rem;
        display: flex;
        z-index: 1000;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .Headcontainer[b-w5we9ngmzg] {
        display: grid;
        grid-template-rows: 4rem 2rem;
        grid-template-columns: 1fr;
        width: 100%;
        z-index: 200;
        position: relative;
    }

    .firstrow[b-w5we9ngmzg] {
        display: flex;
        height: 4rem;
        width: 100%;
        background-color: #fafafa;
        justify-content: space-between;
        align-items: center;
        z-index: 201;
        position: relative;
    }

    .secondrow[b-w5we9ngmzg] {
        display: flex;
        height: 2rem;
        background-color: #4c4c4c;
        width: 100%;
        justify-content: flex-start;
        z-index: 202;
        position: relative;
    }

    .MenuBox[b-w5we9ngmzg] {
        margin-left: 1.5rem;
        z-index: 200;
        position: relative;
    }
}

/* Tablet Portrait */
@media (min-width: 821px) and (max-width: 1025.98px) and (orientation: portrait) {
    .top-row[b-w5we9ngmzg] {
        background-color: white;
        height: 6.2rem;
        display: flex;
        z-index: 1000;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .Headcontainer[b-w5we9ngmzg] {
        display: grid;
        grid-template-rows: 4rem 2rem;
        grid-template-columns: 1fr;
        width: 100%;
        z-index: 200;
        position: relative;
    }

    .firstrow[b-w5we9ngmzg] {
        display: flex;
        height: 4rem;
        width: 100%;
        background-color: #fafafa;
        justify-content: space-between;
        align-items: center;
        z-index: 201;
        position: relative;
    }

    .secondrow[b-w5we9ngmzg] {
        display: flex;
        height: 2rem;
        background-color: #4c4c4c;
        width: 100%;
        justify-content: flex-start;
        z-index: 202;
        position: relative;
    }

    .MenuBox[b-w5we9ngmzg] {
        margin-left: 0.1rem;
        z-index: 200;
        position: relative;
    }
}

/* Tablet Landscape */
@media (min-width: 577px) and (max-width: 1400px) and (orientation: landscape) {
    .top-row[b-w5we9ngmzg] {
        background-color: white;
        height: 4.1rem;
        display: flex;
        z-index: 1000;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .Headcontainer[b-w5we9ngmzg] {
        display: grid;
        grid-template-rows: 3.5rem;
        grid-template-columns: 1fr;
        width: 100%;
        z-index: 200;
        position: relative;
    }

    .firstrow[b-w5we9ngmzg] {
        display: flex;
        height: 3.5rem;
        width: 100%;
        background-color: #fafafa;
        justify-content: space-between;
        align-items: center;
        z-index: 201;
        position: relative;
    }

    .page[b-w5we9ngmzg] {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        margin-top: 5rem;
        z-index: 100;
        position: relative;
    }
}

/* Kleine Tablets Portrait */
@media (min-width: 576px) and (max-width: 820.98px) and (orientation: portrait) {
    .top-row[b-w5we9ngmzg] {
        background-color: white;
        height: 6.2rem;
        display: flex;
        z-index: 1000;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .Headcontainer[b-w5we9ngmzg] {
        display: grid;
        grid-template-rows: 4rem 2rem;
        grid-template-columns: 1fr;
        width: 100%;
        z-index: 200;
        position: relative;
    }

    .firstrow[b-w5we9ngmzg] {
        display: flex;
        height: 4rem;
        width: 100%;
        background-color: #fafafa;
        justify-content: space-between;
        align-items: center;
        z-index: 201;
        position: relative;
    }

    .secondrow[b-w5we9ngmzg] {
        display: flex;
        height: 2rem;
        background-color: #4c4c4c;
        width: 100%;
        justify-content: flex-start;
        z-index: 202;
        position: relative;
    }
}

/* Mobile Portrait */
@media (max-width: 575.98px) and (orientation: portrait) {
    .top-row[b-w5we9ngmzg] {
        background-color: white;
        height: 1.1rem;
        display: flex;
        z-index: 1000;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .sidebar[b-w5we9ngmzg] {
        background-image: linear-gradient(180deg, rgb(54, 127, 184) 30%, #365eb8 70%);
        width: 100%;
    }
}

/* Mobile Landscape */
@media (max-width: 950px) and (orientation: landscape) and (max-height: 500px) {
    .top-row[b-w5we9ngmzg] {
        background-color: white;
        height: 4.1rem;
        display: flex;
        z-index: 1000;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .Headcontainer[b-w5we9ngmzg] {
        display: grid;
        grid-template-rows: 3.5rem;
        grid-template-columns: 1fr;
        width: 100%;
        z-index: 200;
        position: relative;
    }

    .firstrow[b-w5we9ngmzg] {
        display: flex;
        height: 3.5rem;
        width: 100%;
        background-color: #fafafa;
        justify-content: space-between;
        align-items: center;
        z-index: 201;
        position: relative;
    }

    .page[b-w5we9ngmzg] {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        margin-top: 5rem;
        z-index: 100;
        position: relative;
    }
}

/* Große Monitore */
@media (min-width: 1921px) {
    .MenuBox[b-w5we9ngmzg] {
        margin-left: 1.5rem;
        z-index: 200;
        position: relative;
    }

    .top-row[b-w5we9ngmzg] {
        background-color: white;
        height: 7.7rem;
        display: flex;
        z-index: 1000;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .Headcontainer[b-w5we9ngmzg] {
        display: grid;
        grid-template-rows: 5rem 2.5rem;
        grid-template-columns: 1fr;
        width: 100%;
        z-index: 200;
        position: relative;
    }

    .firstrow[b-w5we9ngmzg] {
        display: flex;
        height: 5rem;
        width: 100%;
        background-color: #fafafa;
        justify-content: space-between;
        align-items: center;
        z-index: 201;
        position: relative;
    }

    .secondrow[b-w5we9ngmzg] {
        display: flex;
        height: 2.5rem;
        background-color: #4c4c4c;
        width: 100%;
        justify-content: flex-start;
        z-index: 202;
        position: relative;
    }
}

#blazor-error-ui[b-w5we9ngmzg] {
    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[b-w5we9ngmzg] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/KiesslingProjekte/Shared/NavMenu.razor.rz.scp.css */
body[b-kdl02flez8] {
}
