@import '_content/KASV.Blazor.Library/KASV.Blazor.Library.0a9i52npyh.bundle.scp.css';

/* /Layout/DemoLayout.razor.rz.scp.css */
section[b-aqzibywdu9]
{
    height: 100%;
    width: 100%;
    overflow: scroll;
    font-size: 16px;
    scroll-behavior: smooth;
}
/* /Layout/MainLayout.razor.rz.scp.css */
header[b-eqo69h9tk4]
{
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    align-items: center;
}

nav > ul[b-eqo69h9tk4]
{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    margin: 0;
    padding: 0;


    li > a
    {
        display: inline-block;
        font-size: 0.9em;
        white-space: nowrap;
        padding: 1em 2em;
        background: var(--nav-button-color);
        border-radius: 8px;
        transition: all 300ms ease-in-out;

        &:hover
        {
            background: var(--button-hover-color);
            text-decoration: none;
        }

        [b-eqo69h9tk4] &.active
        {
            background: var(--button-hover-color);
        }
    }
}


#settings[b-eqo69h9tk4]
{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}
/* /Layout/PresentationLayout.razor.rz.scp.css */
*[b-fw6dmgdaxu]
{
    box-sizing: border-box;
    user-select: none;
}

#presentation[b-fw6dmgdaxu]
{
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
    background: linear-gradient(var(--color-background-normal) 50%, var(--color-background-dark) 100%);
}

[b-fw6dmgdaxu] svg
{
    margin: 0;
}

header[b-fw6dmgdaxu]
{
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 1em;

    height: 10vh;
    padding: 1em;

    font-size: 3vh;
    color: white;

    background: linear-gradient(var(--color-accent-normal) 50%, var(--color-accent-dark) 100%);
    cursor: pointer;

    div
    {
        display: flex;
        justify-content: space-between;
        align-items: center;

        height: 100%;
        width: 100%;

        img
        {
            height: 100%;
        }
    }

    h1[b-fw6dmgdaxu]
    {
        margin: 0;
    }

    #qr-code[b-fw6dmgdaxu]
    {
        position: absolute;
        right: 0;
        height: 100%;
    }
}

[b-fw6dmgdaxu] header > div > svg
{
    width: auto;
}

main[b-fw6dmgdaxu]
{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1%;
    font-size: 1.5em;
    overflow: hidden;
}

footer[b-fw6dmgdaxu]
{
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    padding: 5px 20px;
    background-color: var(--color-accent-dark);

    a
    {
        color: white;
        text-decoration: none;
    }

    & > a[b-fw6dmgdaxu]
    {
        position: absolute;
        left: 50%;
        translate: -50% 0;
    }
}

.out-of-time[b-fw6dmgdaxu]
{
    animation: out-of-time-animation-b-fw6dmgdaxu 1s ease-in-out alternate infinite;
}

#next-slide[b-fw6dmgdaxu]
{
    a
    {
        display: none;
    }

    button[b-fw6dmgdaxu]
    {
        background-color: transparent;
        padding: 0;
        margin: 0;
        font-size: inherit;
    }
}

@keyframes out-of-time-animation-b-fw6dmgdaxu
{
    0%
    {
        color: white;
    }

    100%
    {
        color: red;
    }
}
/* /Pages/Contact.razor.rz.scp.css */
h1[b-wcrlbuxnp9]
{
    font-size: 80px;
    margin-bottom: 20px;
    margin-top: 18px;
}

/* .loc {
  position: absolute;
  top: 200px;
  right: 430px;
  background: #007bff;
  padding: 8px 14px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  margin-top: 4.5rem;
} */

a[b-wcrlbuxnp9]
{
    color: var(--text-color);
    text-decoration: none;
}

    a:hover[b-wcrlbuxnp9]
    {
        text-decoration: underline solid #007bff;
    }

h2[b-wcrlbuxnp9]
{
    margin-top: 18px;
    margin-bottom: 0;
    text-decoration: underline;
}

.mapa-box[b-wcrlbuxnp9]
{
    display: flex;
    flex-direction: column;
    align-items: center;

    .map
    {
        width: 600px;
        height: 350px;
        border: 2px solid #0751f1;
        border-radius: 10px;
    }

    h2[b-wcrlbuxnp9]
    {
        font-size: 80px;
        display: flex;
    }
}

.left-info[b-wcrlbuxnp9]
{
    display: flex;
    flex-direction: column;
    width: 30%;
    font-size: 25px;
    border-radius: 10px;
    padding: 10px;
    justify-content: center;
    text-align: center;
}

.contact h1[b-wcrlbuxnp9]
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.all-contact[b-wcrlbuxnp9]
{
    border: 2px solid #30363a;
    border-radius: 50px;
    background-color: var(--button-hover-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    height: 35em;
    margin-inline: 2em;
    justify-content: space-around;
}

@media (max-width: 768px)
{
    body[b-wcrlbuxnp9]
    {
        padding-top: 64px;
        letter-spacing: 1px;
    }

    h1[b-wcrlbuxnp9]
    {
        font-size: 40px;
        margin-top: 12px;
    }

    .mapa-box h2[b-wcrlbuxnp9]
    {
        font-size: 40px;
    }

    nav[b-wcrlbuxnp9]
    {
        gap: 8px;
        padding: 8px 12px;
    }

        nav .logo[b-wcrlbuxnp9]
        {
            width: 48px;
        }

        nav button[b-wcrlbuxnp9]
        {
            padding: 6px 10px;
        }

    .all-contact[b-wcrlbuxnp9]
    {
        flex-direction: column;
        border-radius: 16px;
        height: auto;
        margin: 0 0.75em;
        padding: 1em;
        gap: 1rem;
    }

    .left-info[b-wcrlbuxnp9]
    {
        width: 100%;
        font-size: 18px;
        padding: 8px;
    }

    .mapa-box .map[b-wcrlbuxnp9]
    {
        width: 100%;
        height: auto;
        max-width: 100%;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 480px)
{
    h1[b-wcrlbuxnp9], .mapa-box h2[b-wcrlbuxnp9]
    {
        font-size: 32px;
    }

    nav button[b-wcrlbuxnp9]
    {
        padding: 6px 10px;
    }
}
/* /Pages/Gallery.razor.rz.scp.css */
#gallery[b-kgodye5dwk]
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2vw;
    margin: 2vw;
}

#overlay-gallery-container[b-kgodye5dwk]
{
    justify-self: end;
    display: flex;
    flex-direction: column;
}

#overlay-carousel[b-kgodye5dwk]
{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#overlay-footer[b-kgodye5dwk]
{
    display: flex;
    justify-content: center;
    width: 100%;
}

#overlay-image-container[b-kgodye5dwk]
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}

#overlay-image[b-kgodye5dwk]
{
    display: block;
    max-height: 65vh;
    max-width: 95vw;
    object-fit: contain;
}

.overlay-image-description[b-kgodye5dwk]
{
    text-align: center;
    color: white;
}

#carousel-container[b-kgodye5dwk]
{
    position: absolute;
    bottom: 1%;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;

    overflow-y: visible;
}

.overlay-carousel-button[b-kgodye5dwk]
{
    color: var(--color-accent-normal);
    background-color: transparent;
    padding: 0;
    margin: 0;
}

#carousel[b-kgodye5dwk]
{
    display: flex;
    column-gap: 1vw;
    overflow-x: auto;
    overflow-y: visible;
    padding: 10px;

    button
    {
        flex-shrink: 0;
        height: 10vh;
        width: 15vh;
        margin: 2px;
        padding: 0;
        background-color: transparent;

        &.active
        {
            box-shadow: 0px 0px 10px 5px var(--color-accent-normal);
        }
    }

    img[b-kgodye5dwk]
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.hlavna[b-i4l905nfm0]
{
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 32px;
    padding: 40px;
}

    .hlavna h1[b-i4l905nfm0]
    {
        font-size: clamp(32px, 6vw, 64px);
        font-weight: 700;
        line-height: 1.2;
    }

.hlavna__subtitle[b-i4l905nfm0]
{
    font-size: 18px;
    color: #bdbdbd;
}


.hlavna__actions[b-i4l905nfm0]
{
    display: flex;
    gap: 20px;
}

    .hlavna__actions a[b-i4l905nfm0]
    {
        padding: 12px 30px;
        border: 1px solid #4da3ff;
        color: #4da3ff;
        text-decoration: none;
        font-weight: 600;
        transition: background 0.2s, color 0.2s;
    }

        .hlavna__actions a:hover[b-i4l905nfm0]
        {
            background-color: #4da3ff;
            color: #1c1f1e;
        }
/* /Pages/Partners.razor.rz.scp.css */
section[b-93w17cbj8w]
{
    background-color: transparent;
}

    section h1[b-93w17cbj8w]
    {
        display: block;
        margin: 50px 0 20px 0;
        text-align: center;
        font-size: 60px;
        color: var(--text-color);
        transition: color 0.3s;
    }

.firmy-list[b-93w17cbj8w]
{
    margin: 20px 15px 20px 0;
    list-style: none;
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 0;
}

    .firmy-list li[b-93w17cbj8w]
    {
        color: var(--text-color);
        text-decoration: none;
        font-size: 40px;
        border-radius: 15px;
        padding: 10px;
        background-color: var(--nav-button-color);
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        width: 250px;
        max-width: 250px;
        min-width: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 150px;
        min-height: 150px;
    }

        .firmy-list li:hover[b-93w17cbj8w]
        {
            background-color: var(--button-hover-color);
        }

ul li img[b-93w17cbj8w]
{
    max-width: 250px;
}

.telekomLogo[b-93w17cbj8w]
{
    max-width: 150px;
    max-height: 150px;
}

.firma-details .firma-logo-td[b-93w17cbj8w]
{
    max-width: 150px;
    max-height: 110px;
}

.hidden[b-93w17cbj8w]
{
    display: none;
}

.firma-content[b-93w17cbj8w]
{
    max-width: 900px;
    margin: 20px auto;
    padding: 18px;
    background-color: var(--nav-button-color);
    border-radius: 12px;
    color: var(--text-color);
    font-size: 22px;
    line-height: 1.5;
    transition: background-color 0.3s, color 0.3s;
    height: 400px;
    display: none;
}

    .firma-content .people-card .about[b-93w17cbj8w]
    {
        margin: 0;
        width: 350px;
        font-size: 18px;
        text-align: center;
        overflow-y: auto;
        display: flex;
    }

    .firma-content .people-card .firm[b-93w17cbj8w]
    {
        margin: 0;
        font-weight: 100;
        text-decoration: underline;
        text-align: center;
    }

    .firma-content .people-card .guy-name[b-93w17cbj8w]
    {
        margin: 0;
        font-weight: 300;
    }

    .firma-content .people-card .photo[b-93w17cbj8w]
    {
        max-width: 80px;
        border-radius: 50%;
    }

    .firma-content .people-card[b-93w17cbj8w]
    {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0;
        position: relative;
        width: 400px;
        height: 400px;
        top: -120px;
        left: 500px;
        background-color: var(--button-hover-color);
        border-radius: 20px;
        border: 2px solid var(--nav-bar-color);
    }

    .firma-content .firma-text[b-93w17cbj8w]
    {
        width: 400px;
        height: 250px;
        font-size: 20px;
        position: relative;
        top: -380px;
        overflow-y: auto;
    }

    .firma-content .container-logo[b-93w17cbj8w]
    {
        max-width: 250px;
        height: 120px;
        display: flex;
        align-items: center;
    }

        .firma-content .container-logo .firma-logo[b-93w17cbj8w]
        {
            max-height: 110px;
            max-width: 250px;
            overflow: hidden;
        }

@media (max-width: 768px)
{
    body[b-93w17cbj8w]
    {
        padding-top: 100px;
    }

    section h1[b-93w17cbj8w]
    {
        font-size: 34px;
        margin: 24px 8px;
    }

    .firmy-list[b-93w17cbj8w]
    {
        flex-wrap: wrap;
        gap: 12px;
        padding: 0 10px;
        margin: 10px 0;
    }

        .firmy-list li[b-93w17cbj8w]
        {
            width: 45%;
            min-width: auto;
            max-width: none;
            min-height: 100px;
            max-height: none;
            padding: 8px;
        }

    ul li img[b-93w17cbj8w]
    {
        max-width: 100%;
        height: auto;
    }

    .telekomLogo[b-93w17cbj8w]
    {
        max-width: 100px;
        max-height: 100px;
    }

    .firma-content[b-93w17cbj8w]
    {
        max-width: 95%;
        height: auto;
        padding: 14px;
    }

        .firma-content .container-logo[b-93w17cbj8w]
        {
            justify-content: center;
            height: auto;
            margin-bottom: 10px;
            margin-inline: 100px;
        }

        .firma-content .people-card[b-93w17cbj8w]
        {
            position: static;
            width: 100%;
            height: auto;
            left: 0;
            top: 0;
            padding: 12px;
            box-sizing: border-box;
        }

            .firma-content .people-card .about[b-93w17cbj8w]
            {
                width: 100%;
                font-size: 16px;
            }

        .firma-content .firma-text[b-93w17cbj8w]
        {
            position: static;
            width: 100%;
            height: auto;
            font-size: 18px;
            margin-top: 12px;
            text-align: center;
        }
}
/* /Pages/Presentation/Demos/IndexDemo.razor.rz.scp.css */
section[b-onxf6cn7ce]
{
    height: 100%;
    width: 100%;
    overflow: scroll;
    font-size: 16px;
}
/* /Pages/Presentation/Demos/ResponsiveDemo.razor.rz.scp.css */
#responsive-container[b-1mt8t4ofip]
{
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    animation: shrink-b-1mt8t4ofip 3s alternate infinite ease-in-out;
    border: 2px solid red;
    overflow: scroll;
    box-sizing: border-box;
}

@keyframes shrink-b-1mt8t4ofip
{
    0%
    {
        width: 100%;
    }

    100%
    {
        width: 320px;
    }
}
/* /Pages/Presentation/Goals.razor.rz.scp.css */
section[b-tmfvzw6443]
{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

ul[b-tmfvzw6443]
{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

li[b-tmfvzw6443]
{
    font-size: 1.5em;
}

#mockup[b-tmfvzw6443]
{
    position: relative;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

img[b-tmfvzw6443]
{
    position: relative;
    height: 855px;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

#browser[b-tmfvzw6443]
{
    position: absolute;
    top: 20px;
    right: 76px;

    height: 660px;
    width: 320px;

    display: flex;
    flex-direction: column;

    overflow: hidden;
    z-index: 0;

    border-radius: 20px;

}

#url[b-tmfvzw6443]
{
    background-color: black;
    font-size: 0.6em;
    padding: 0 1.5em;
    padding-top: 2em;
    padding-bottom: 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

iframe[b-tmfvzw6443]
{
    flex-grow: 1;
}
/* /Pages/Presentation/Intro.razor.rz.scp.css */
section[b-weu04yax3k]
{
    display: flex;
    align-items: center;
}

h1[b-weu04yax3k]
{
    font-size: 5em;
    margin: 0 40px;
}

aside[b-weu04yax3k]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1em;

    img
    {
        height: auto;
    }

    a[b-weu04yax3k]
    {
        white-space: nowrap;
    }
}
/* /Pages/Presentation/Outro.razor.rz.scp.css */
div[b-v8f1j58uof]
{
    display: flex;
}

h2[b-v8f1j58uof]
{
    margin: 0;
}

.center[b-v8f1j58uof]
{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    gap: 1em;

    font-size: 3em;
    text-align: center;
}

/* /Pages/Presentation/PresentationIndex.razor.rz.scp.css */
section[b-h0yepzkxdc]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 4em;
    text-align: center;
    padding: 0 1em;
    width: 100vw;
    height: 100vh;
    /*background-color: var(--color-accent-normal);*/
    background: linear-gradient(var(--color-accent-normal) 50%, var(--color-accent-dark) 100%);
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
}

h1[b-h0yepzkxdc], h2[b-h0yepzkxdc]
{
    font-family: "Doto";
    font-weight: bold;
    margin: 0 0 10px 0;
}

h2[b-h0yepzkxdc]
{
    margin: 0;
    font-size: 0.8em;
    width: 70%;
}
/* /Pages/Presentation/QuestionsAndAnswers.razor.rz.scp.css */
div[b-1rmw6w1p0a]
{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.center[b-1rmw6w1p0a]
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1em;
}

h3[b-1rmw6w1p0a]
{
    font-size: 4em;
    text-align: center;
    margin: 0.1em;
}


a[b-1rmw6w1p0a]
{
    white-space: nowrap;
}
/* /Pages/Presentation/Team.razor.rz.scp.css */
ul[b-pqz7fqjo3b]
{
    display: flex;
    row-gap: 1em;
    column-gap: 1em;
}

li[b-pqz7fqjo3b]
{
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #7575753B;
}

.name[b-pqz7fqjo3b]
{
    font-family: "Doto";
    font-size: 1.3em;
    font-weight: bold;
}

.role[b-pqz7fqjo3b]
{

}
/* /Pages/Presentation/Technologies.razor.rz.scp.css */
#technologies[b-p1iar1hb5y]
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    column-gap: 2em;
    row-gap: 2em;

    font-size: 1em;
}

.technology-category[b-p1iar1hb5y]
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.technology-category-name[b-p1iar1hb5y]
{
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    border-bottom: 2px solid var(--color-accent-normal);
}

.technology-category-logos[b-p1iar1hb5y]
{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.technology[b-p1iar1hb5y]
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.technology-name[b-p1iar1hb5y]
{
    max-width: 15ch;
    text-align: center;
}

.technology-logo[b-p1iar1hb5y]
{
    height: 3em;
    width: 3em;
    object-fit: contain;
    padding: 10px;
    border-radius: 10px;
    background-color: #7575753B;
}
/* /Pages/PrintAdmissionForm.razor.rz.scp.css */
/* /Pages/Studies.razor.rz.scp.css */
.academy[b-iqlkguo2dr]
{
    padding: 60px 40px;
}


.academy__header[b-iqlkguo2dr]
{
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-bottom: 12px;
    border-bottom: 1px solid #4da3ff;
}

    .academy__header h1[b-iqlkguo2dr]
    {
        font-size: 70px;
        font-weight: 700;
        text-transform: uppercase;
    }


.academy__container[b-iqlkguo2dr]
{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: stretch;
}

.academy__content[b-iqlkguo2dr]
{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    letter-spacing: normal;
}

    .academy__content p[b-iqlkguo2dr]
    {
        font-size: 26px;
        line-height: 1.7;
        margin-bottom: 16px;
    }


.academy__highlight[b-iqlkguo2dr]
{
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.academy__content .academy__highlight[b-iqlkguo2dr]
{
    font-size: 50px;
}


.academy__highlight[b-iqlkguo2dr]::after
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #4da3ff;
    border-radius: 2px;
}




.academy__image[b-iqlkguo2dr]
{
    width: 100%;
    max-width: 100%;
    min-height: 260px;
    overflow: hidden;
    border-radius: 10px;
}



.academy__images[b-iqlkguo2dr]
{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.academy__image img[b-iqlkguo2dr]
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}



@media (max-width: 1023px)
{
    .academy__image[b-iqlkguo2dr]
    {
        min-height: 220px;
        max-height: 260px;
    }
}

@media (max-width: 767px)
{

    .academy__content[b-iqlkguo2dr]
    {
        order: 1;
    }

    .academy__images[b-iqlkguo2dr]
    {
        order: 2;
    }

    .academy__image[b-iqlkguo2dr]
    {
        min-height: 180px;
        max-height: 220px;
    }

    .academy__container[b-iqlkguo2dr]
    {
        grid-template-columns: 1fr;
    }

    .academy__content[b-iqlkguo2dr]
    {
        justify-content: flex-start;
    }

    .academy__highlight[b-iqlkguo2dr]
    {
        font-size: 24px;
        line-height: 1.3;
    }

    .academy__content p[b-iqlkguo2dr]
    {
        font-size: 15px;
        line-height: 1.6;
    }

    .academy__header h1[b-iqlkguo2dr]
    {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
}
