/* /Components/SkillLine.razor.rz.scp.css */
.skillContainer[b-lalcncx77d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    min-width: 250px;
}

    .skillContainer p[b-lalcncx77d] {
        font-weight: bold;
        margin: 0;
    }

    .skillContainer select[b-lalcncx77d] {
        min-width: 150px;
        text-align: center;
    }

    select.empty[b-lalcncx77d] {
        border: 2px solid red;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-cpws7xcac2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cpws7xcac2] {
    flex: 1;
}

.sidebar[b-cpws7xcac2] {
    background-color: #00246B;
}

.top-row[b-cpws7xcac2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cpws7xcac2]  a, .top-row[b-cpws7xcac2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-cpws7xcac2]  a:hover, .top-row[b-cpws7xcac2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cpws7xcac2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-cpws7xcac2] {
        justify-content: space-between;
    }

    .top-row[b-cpws7xcac2]  a, .top-row[b-cpws7xcac2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cpws7xcac2] {
        flex-direction: row;
    }

    .sidebar[b-cpws7xcac2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cpws7xcac2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cpws7xcac2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cpws7xcac2], article[b-cpws7xcac2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-an7dyxppu4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-an7dyxppu4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-an7dyxppu4] {
    font-size: 1.1rem;
}

.bi[b-an7dyxppu4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-an7dyxppu4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-lightbulb-fill-nav-menu[b-an7dyxppu4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-lightbulb-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a2 2 0 0 0-.453-.618A5.98 5.98 0 0 1 2 6m3 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-an7dyxppu4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}

.bi-info-circle-fill-nav-menu[b-an7dyxppu4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-an7dyxppu4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.nav-item[b-an7dyxppu4] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-an7dyxppu4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-an7dyxppu4] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-an7dyxppu4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 30rem;
    }

.nav-item[b-an7dyxppu4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-an7dyxppu4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-an7dyxppu4] {
        display: none;
    }

    .collapse[b-an7dyxppu4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-an7dyxppu4] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Help.razor.rz.scp.css */
.help-container[b-s48e3hqqgb] {
    max-width: 1200px; /* mehr Platz */
    margin: 0 auto;
    padding: 2rem;
    font-family: Arial, sans-serif;
}

.legend-wrapper[b-s48e3hqqgb] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.legend-section[b-s48e3hqqgb] {
    background-color: #f8f9fa;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex: 1 1 48%; /* hier breiter gemacht */
    box-sizing: border-box;
}

@media (max-width: 800px) {
    .legend-section[b-s48e3hqqgb] {
        flex: 1 1 100%;
    }
}
/* /Pages/MySkills.razor.rz.scp.css */
.kompetenzfeld-container[b-r8v85qq0kt] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    padding: 20px;
}

.kompetenzfeld-card[b-r8v85qq0kt] {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    align-self: start;
}

.kompetenzfeld-header[b-r8v85qq0kt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.kompetenzfeld-titel[b-r8v85qq0kt] {
    font-size: 1rem;
    font-weight: bold;
    background-color: #003366;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.kompetenzfeld-action-titel[b-r8v85qq0kt] {
    font-size: 1rem;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    background-color: transparent;
}

.skills-grid[b-r8v85qq0kt] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 300px; /* oder height: 200px; wenn fix */
    padding-right: 5px;
}

.animated-panel[b-r8v85qq0kt] {
    overflow: hidden;
    transition: max-height 1s ease-in-out, opacity 1s ease-in-out;
    max-height: 1500px;
    opacity: 1;
    padding-top: 10px;
}

.loading-screen[b-r8v85qq0kt] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
}

.spinner[b-r8v85qq0kt] {
    width: 500px;
    height: 500px;
    border: 8px solid transparent;
    border-top: 8px solid #00246B;
    border-right: 8px solid #00246B;
    border-radius: 50%;
    animation: spin-b-r8v85qq0kt 2s linear infinite;
    position: absolute;
}

.loading-text[b-r8v85qq0kt] {
    position: relative;
    font-size: 1.5rem;
    color: #333;
}

.toggle-all-button[b-r8v85qq0kt] {
    margin-bottom: 1rem;
    padding: 8px 16px;
    font-size: 1rem;
    background-color: #00246B;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .toggle-all-button:hover[b-r8v85qq0kt] {
        background-color: #023499;
    }

@keyframes spin-b-r8v85qq0kt {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
