/* /Components/Batch.razor.rz.scp.css */
.popup[b-scdjskuly5] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .popup:hover[b-scdjskuly5] {
        text-decoration: underline;
        cursor: pointer;
    }

    .popup .popup-container[b-scdjskuly5] {
        visibility: hidden;
        position: relative;
        width: 100%;
        height: 0;
    }

    .popup .show[b-scdjskuly5] {
        z-index: 2;
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn-b-scdjskuly5 1s;
    }

    .popup .popup-container .popup-content[b-scdjskuly5] {
        position: absolute;
        background-color: var(--primary-bold);
        color: var(--secondary);
        border-radius: 6px;
        border: 2px solid var(--primary);
        padding: 8px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        width: max-content;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, -15px);
    }

    .popup .popup-container .popup-content[b-scdjskuly5]::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        margin-top: 1px;
        border-width: 5px;
        border-style: solid;
        border-color: var(--primary) transparent transparent transparent;
    }

@-webkit-keyframes fadeIn {
    from { opacity: 0; }

    to { opacity: 1; }
}

@keyframes fadeIn-b-scdjskuly5 {
    from { opacity: 0; }

    to { opacity: 1; }
}
/* /Components/PositionBatch.razor.rz.scp.css */
/* /Components/PositionOverview.razor.rz.scp.css */
.notes[b-hpn82od0ea] {
    max-width: 445px;
}
/* /Components/PositionTimeline.razor.rz.scp.css */
/* /Components/ProjectBatch.razor.rz.scp.css */
/* /Components/ProjectOverview.razor.rz.scp.css */
.notes[b-2x0lms14ej] {
    max-width: 445px;
}
/* /Components/SideBar.razor.rz.scp.css */
a[b-fimz08drxh] {
    color: var(--secondary);
}

.sidebar[b-fimz08drxh] {
    flex: auto 0 0;
    flex-direction: column;
    color: var(--secondary);
    align-items: flex-start;
    scrollbar-width: thin;
}

.infos[b-fimz08drxh] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
}

.external-link[b-fimz08drxh] {
    color: var(--secondaryDarker);
    font-size: .7rem;
    top: inherit;
    margin-left: 2px;
}

a:hover .external-link[b-fimz08drxh] {
    color: inherit;
}

@media (min-width: 800px) {
    .infos[b-fimz08drxh] {
        flex-direction: column;
    }
}
/* /Components/SkillBatch.razor.rz.scp.css */
/* /Components/SkillOverview.razor.rz.scp.css */
.notes[b-6r02d7lcw3] {
    max-width: 200px;
}
/* /Components/Timeline.razor.rz.scp.css */
*[b-75eur3n5of] {
    box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline[b-75eur3n5of] {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    color: var(--secondary);
}

    /* The actual timeline (the vertical ruler) */
    .timeline[b-75eur3n5of]::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: rgb(5, 39, 103);
        top: 0;
        bottom: 0;
        left: 0;
        margin-left: -3px;
    }

/* Container around content */
.container[b-75eur3n5of] {
    padding: 10px 30px;
    position: relative;
    background-color: inherit;
    width: 100%;
    left: 0;
    margin-left: 0px;
}

    /* The circles on the timeline */
    .container[b-75eur3n5of]::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        left: -12px;
        right: -12px;
        background-color: rgb(5, 39, 103);
        border: 4px solid #FF9F55;
        top: 18px;
        border-radius: 50%;
        z-index: 1;
    }

    /* Add arrows to the right container (pointing left) */
    .container[b-75eur3n5of]::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        left: 20px;
        border: medium solid rgb(5, 39, 103);
        border-width: 10px 10px 10px 0;
        border-color: transparent rgb(5, 39, 103) transparent transparent;
    }

/* The actual content */
.content[b-75eur3n5of] {
    padding: 20px 30px;
    background-color: rgb(5, 39, 103);
    position: relative;
    border-radius: 6px;
}

[b-75eur3n5of] .headericon {
    font-size: 1.2rem;
}
/* /Components/TimelineBothSides.razor.rz.scp.css */
*[b-xdhjl3e84n] {
    box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline[b-xdhjl3e84n] {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    color: white;
}

    /* The actual timeline (the vertical ruler) */
    .timeline[b-xdhjl3e84n]::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: rgb(5, 39, 103);
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.container[b-xdhjl3e84n] {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .container[b-xdhjl3e84n]::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -12px;
        background-color: rgb(5, 39, 103);
        border: 4px solid #FF9F55;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.left[b-xdhjl3e84n] {
    left: 0;
    margin-left: 0px;
}

/* Place the container to the right */
.right[b-xdhjl3e84n] {
    left: 50%;
    margin-left: 0px;
}

/* Add arrows to the left container (pointing right) */
.left[b-xdhjl3e84n]::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid rgb(5, 39, 103);
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgb(5, 39, 103);
}

/* Add arrows to the right container (pointing left) */
.right[b-xdhjl3e84n]::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid rgb(5, 39, 103);
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(5, 39, 103) transparent transparent;
}

/* Fix the circle for containers on the right side */
.right[b-xdhjl3e84n]::after {
    left: -12px;
}

/* The actual content */
.content[b-xdhjl3e84n] {
    padding: 20px 30px;
    background-color: rgb(5, 39, 103);
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline[b-xdhjl3e84n]::after {
        left: 31px;
    }

    /* Full-width containers */
    .container[b-xdhjl3e84n] {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .container[b-xdhjl3e84n]::before {
            left: 60px;
            border: medium solid rgb(5, 39, 103);
            border-width: 10px 10px 10px 0;
            border-color: transparent rgb(5, 39, 103) transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .left[b-xdhjl3e84n]::after, .right[b-xdhjl3e84n]::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right[b-xdhjl3e84n] {
        left: 0%;
    }
}
/* /Components/TimelineOnlyLeft.razor.rz.scp.css */
*[b-t99p02dt0n] { box-sizing: border-box; }

/* The actual timeline (the vertical ruler) */
.timeline[b-t99p02dt0n] {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    color: white;
}

/* The actual timeline (the vertical ruler) */
.timeline[b-t99p02dt0n]::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: rgb(5, 39, 103);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.container[b-t99p02dt0n] {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    left: 50%;
    margin-left: 0px;
}

/* The circles on the timeline */
.container[b-t99p02dt0n]::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: rgb(5, 39, 103);
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Add arrows to the right container (pointing left) */

.container[b-t99p02dt0n]::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid rgb(5, 39, 103);
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(5, 39, 103) transparent transparent;
}

/* Fix the circle for containers on the right side */

.container[b-t99p02dt0n]::after { left: -12px; }

/* The actual content */
.content[b-t99p02dt0n] {
    padding: 20px 30px;
    background-color: rgb(5, 39, 103);
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline[b-t99p02dt0n]::after { left: 31px; }

    /* Full-width containers */
    .container[b-t99p02dt0n] {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
        left: 0%;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container[b-t99p02dt0n]::before {
        left: 60px;
        border: medium solid rgb(5, 39, 103);
        border-width: 10px 10px 10px 0;
        border-color: transparent rgb(5, 39, 103) transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .container[b-t99p02dt0n]::after { left: 15px; }
}
/* /Pages/CV.razor.rz.scp.css */
a[b-of0ieaoti7] {
    color: var(--secondary);
}

.downloadIcon[b-of0ieaoti7] {
    color: rgba(var(--primary-bold-value), 0.3);
    font-size: 1.8rem;
    padding: 5px;
    border-radius: 5px;
}

    .downloadIcon:hover[b-of0ieaoti7] {
        color: var(--primary-bold);
        background-color: rgba(var(--primary-bold-value), 0.1);
    }

[b-of0ieaoti7] .postion-timeline .container::before {
    border: medium solid var(--primary-bold);
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--primary-bold) transparent transparent;
}
[b-of0ieaoti7] .postion-timeline .container::after {
    background-color: var(--positions-accent);
    border: 3px solid rgb(5, 39, 103);
}
[b-of0ieaoti7] .postion-timeline .content {
    background-image: linear-gradient(135deg, var(--primary-bold) 0%, var(--primary-bold) 80%, var(--primary) 100%);
}

[b-of0ieaoti7] .project-timeline .container::before {
    border: medium solid var(--projects);
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--projects) transparent transparent;
}
[b-of0ieaoti7] .project-timeline .container::after {
    background-color: var(--projects-accent);
    border: 3px solid rgb(5, 39, 103);
}
[b-of0ieaoti7] .project-timeline .content {
    background-image: linear-gradient(135deg, var(--projects) 0%, var(--projects) 80%, var(--projects-accent) 100%);
}
/* /Pages/Position.razor.rz.scp.css */
/* /Pages/Project.razor.rz.scp.css */
/* /Pages/Skill.razor.rz.scp.css */

.main[b-r0i3xx7gbz] {
    display: flex;
    flex-direction: column;
}
.main-content[b-r0i3xx7gbz] {
    padding: 1rem;
    flex: auto 0 1;
}

.projectOverviews[b-r0i3xx7gbz] {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    column-gap: 20px;
    align-items: start;
}

.projectOverview[b-r0i3xx7gbz] {
    padding: .5rem;
}

.projectOverview:hover[b-r0i3xx7gbz] {
    background-color: var(--primary);
}

[b-r0i3xx7gbz] .main-content .projectOverview::before {
    border: medium solid var(--projects);
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--projects) transparent transparent;
}

[b-r0i3xx7gbz] .main-content .projectOverview::after {
    background-color: var(--projects);
    border: 3px solid rgb(5, 39, 103);
}

[b-r0i3xx7gbz] .main-content .projectOverview {
    color: var(--secondary);
    margin: 10px;
    background-image: linear-gradient(135deg, var(--projects) 0%, var(--projects) 80%, var(--projects-accent) 100%);
}

@media (min-width: 800px) {
    .main[b-r0i3xx7gbz] {
        flex-direction: row;
    }

    .main-content[b-r0i3xx7gbz] {
        margin-left: var(--left-column-width);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-0u8s9rdl3g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-0u8s9rdl3g] {
    flex: 1;
}

.layout-content[b-0u8s9rdl3g] {
    display: flex;
    flex-direction: column;
}

.cv-content[b-0u8s9rdl3g] {
    padding: 1rem;
    flex: auto 0 1;
}

.top-row[b-0u8s9rdl3g] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0u8s9rdl3g]  a, .top-row .btn-link[b-0u8s9rdl3g] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

.skillOverviews[b-0u8s9rdl3g] {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    column-gap: 20px;
    align-items: start;
}

.skillOverview[b-0u8s9rdl3g] {
    padding: .5rem;
    border-radius: 6px;
}

.skillOverview:hover[b-0u8s9rdl3g] {
    background-color: var(--primary);
    background-color: rgba(255,255,255,0.1);
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0u8s9rdl3g] {
        display: none;
    }

    .top-row.auth[b-0u8s9rdl3g] {
        justify-content: space-between;
    }

    .top-row a[b-0u8s9rdl3g], .top-row .btn-link[b-0u8s9rdl3g] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {

    .top-row[b-0u8s9rdl3g] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}


@media (min-width: 800px) {
    .layout-content[b-0u8s9rdl3g] {
        flex-direction: row;
    }

    .cv-content[b-0u8s9rdl3g] {
        margin-left: var(--left-column-width);
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y4gywq43l5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-y4gywq43l5] {
    height: 4rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y4gywq43l5] {
    font-size: 1.1rem;
    padding-bottom: 0px;
    color: var(--secondary);
}

    .navbar-brand:hover[b-y4gywq43l5] {
        color: var(--secondary);
    }

.navbar-brand-sub[b-y4gywq43l5] {
    font-size: 1rem;
    color: var(--secondaryDarker);
}

.navbar-links[b-y4gywq43l5] {
    background-color: #06113d;
}

.oi[b-y4gywq43l5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-y4gywq43l5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .nav-item[b-y4gywq43l5]  a {
        color: var(--secondaryDark);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-y4gywq43l5]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: var(--secondary);
        }

        .nav-item[b-y4gywq43l5]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: var(--secondary);
        }

@media (min-width: 800px) {
    .navbar-toggler[b-y4gywq43l5] {
        display: none;
    }

    .collapse[b-y4gywq43l5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .navbar-links[b-y4gywq43l5] {
        background-color: inherit;
    }
}
