* {
    --purple: #400C57;
    --light-blue: #e5e5e5;
    --blue: #457CA9;
    --dark: #3B4856;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
}
body {
    font-family: 'Oxanium';
    background-color: var(--dark);
    font-weight: 400;
}

@media only screen and (min-width: 600px) { /*desktop version*/
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 9vh;
    }
    a {
        text-decoration: none;
    }
    #trigger-menu {
        display: none;
    }
    .menu-mobile {
        display: none;
    }
    .menu {
        width: 100%;
        height: 8vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #400C57;
        line-height: 8vh;
        vertical-align: center;
        z-index: 999;
    }
    .menu img {
        height: 100%;
        float: right;
        margin-right: 0.5vw;
    }
    .flag {
        display: inline-block;
        height: 70% !important;
        float: right;
        margin-top: calc((8vh - 0.7 * 8vh)/2);
        border-radius: 4px;
        margin-right: 1vh !important;
    }
    input[type=checkbox] {
        -moz-appearance: initial;
    }
    .menu input {
        position: relative;
        border-radius: 20px;
        border-color: var(--blue);
        border-width: 20px;
        z-index: 999;
        width: 0;
        float: right;
        margin-top: calc(2vh);
        margin-right: 9vh;
    }
    .menu input::before {
        content:'';
        position: absolute;
        width: calc(8vh);
        height: calc(4vh);
        background-color: var(--dark);
        border-radius: 2px;
        border-color: var(--purple);
        border-width: 20px;
        z-index: 999;
    }
    .menu input:checked::before {
        background-color: var(--dark);
        z-index: 999;
    }
    .menu input::after {
        content:'';
        position: absolute;
        left: 0;
        width: calc(4vh);
        height: calc(4vh);
        background-color:  var(--purple);;
        border-radius: 25px;
        transition: 0.25s ease-in-out;
        border: 2px solid  var(--purple);;
        box-sizing: border-box;
        z-index: 999;
    }
    .menu input:checked::after {
        left: calc(4vh);
        border: 2px solid  var(--purple);;
        z-index: 999;
    }
    .filtered {
        filter: invert(99%) sepia(0%) saturate(149%) hue-rotate(192deg) brightness(110%) contrast(80%);
    }
    .slider {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
    .container {
        height: 100%;
        width: 500vw;
        transition: all .3s ease-in-out;
        margin-left: 0;
        animation: slider 20s linear infinite;
    }
    .container img {
        height: 100%;
        width: 100vw;
        float: left;
    }
    @keyframes slider {
        0% {
            margin-left: 0
        }
        16% {
            margin-left: 0
        }
        20% {
            margin-left: -100vw
        }
        36% {
            margin-left: -100vw
        }
        40% {
            margin-left: -200vw
        }
        56% {
            margin-left: -200vw
        }
        60% {
            margin-left: -300vw
        }
        76% {
            margin-left: -300vw
        }
        80% {
            margin-left: -400vw
        }
        96% {
            margin-left: -400vw;
        }
        100% {
            margin-left: 0;
        }
    }
    .navigator {
        position: fixed;
        top: 10vh;
        right: 1vh;
        width: 0vw;
        height: 18vh;
        background-color: var(--purple);
        border-radius: 5px;
        border: 8px solid var(--light-blue);
        border-bottom: 2px solid var(--light-blue);
        border-top: 2px solid var(--light-blue);;
        overflow: hidden;
        transition: all .3s ease-in-out;
        z-index: 999;
    }
    .navigator a {
        line-height: 4.5vh;
        font-size: 3vh;
        margin-left: 1vh;
        color: var(--light-blue);
        text-decoration: none;
        font-weight: 500;
    }
    .navigator:hover {
        width: 10vw;
        border: 2px solid var(--light-blue);
    }
    .info {
        width: calc(90% - 10vh);
        border: 4px solid var(--purple);
        margin-top: 2.5vw;
        margin-left: 5%;
        text-align: center;
        border-radius: 5px;
        padding: 5vh;
        
    }
    .info-logo {
        width: 40%;
        display: inline-block;
        vertical-align: middle;
    }
    .info-container {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
        color: var(--light-blue);
        font-size: 2.5vh;
    }
    h1 {
        font-weight: 700;
        color: var(--purple);
        margin-top: 10px;
        font-size: 8vh;
    }
    .info p {
        margin-top: 5vh;
        font-size: 3vh;
        font-weight: 500;
        color: var(--light-blue);
    }
    h2 {
        font-weight: 700;
        color: var(--purple);
        font-size: 4vh;
        text-align: left;
    }
    .linkedin {
        display: inline-block;
        width: 45%;
        height: 50vh;
        margin-top: 20px;
        border: 3px solid var(--light-blue);
        border-radius: 5px;
        background-color: var(--light-blue);
        position: relative;
        gap : 10%
    }
    .linkedin img {
        width: 100%;
    }
    .linkedin tr, td {
        height: 10vh;
    }
    .profile {
        position: absolute;
        bottom: 12vh;
        width: 8vw !important;
        height: 8vw;
        left: 5vw;
        border: 5px solid var(--light-blue);
        border-radius: 50%;
        transform: translateX(-50%);
    }
    .linkedin a {
        color: black
    }
    .kafelek {
        display: inline-block;
        margin-top: 20px;
        width: 20vw;
        height: 45vh;
        border: 4px solid var(--purple);
        border-radius: 5px;
        margin-left: 0.41vh;
        margin-right: 0.41vh;
        vertical-align: top;
    }
    .kafelek img {
        width: 60%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    h3 {
        font-size: 3vh;
        font-weight: 500;
        color: #e5e5e5
    }
    .kontakt {
        display: inline-block;
        width: 50vw;
        margin-top: 20px;
        color: var(--light-blue);
        text-align: left;
        margin-bottom: 20px;
    }
    .kontakt td {
        width: 25vw;
        height: 6vh;
        font-size: 4vh;
    }
    .smallprint {
        font-size: 1.5vh;
        margin-top: 3vh;
        color: var(--light-blue)
    }
    #pl {
        display: block;
    }
    #en {
        display: none;
    }
}
@media only screen and (max-width: 599px) { /*mobile version*/
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 0vh;
    }
    a {
        text-decoration: none;
    }
    #trigger-menu {
        position: fixed;
        top: 2vh;
        left: 2vh;
        width: 15%;
        background-color:var(--purple);
        border-radius: 5px;
        z-index: 998;
    }
    .menu-mobile {
        position: fixed;
        width: 80vw;
        height: 95vh;
        background-color: var(--purple);
        z-index: 999;
        padding-top: 5vh;
        top: 0;
        left: -100vw;
        transition: all .3s ease-in-out;
    }
    .menu-mobile a {
        color: var(--light-blue);
        text-decoration: none;
        font-size: 5vh;
        margin-left: 5vw;
        padding-bottom: 1vh;
        display: block;
    }
    .button {
        float: right;
        font-size: 5vh;
        color: var(--light-blue);
        margin-top: -5vh;
        margin-right: 4vw;
    }
    .menu {
        display: none;
        width: 100%;
        height: 8vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #400C57;
        line-height: 8vh;
        vertical-align: center;
        z-index: 999;
    }
    .menu img {
        height: 100%;
        float: right;
        margin-right: 0.5vw;
    }
    .flag {
        display: inline-block;
        width: 40%;
        margin-top: 5vh;
        border-radius: 8px;
        margin-left: 30% !important;
    }
    .mail {
        width: 40%;
        margin-top: 5vh;
        border-radius: 8px;
        margin-left: 30% !important;
    }
    input[type=checkbox] {
        -moz-appearance: initial;
    }
    .menu input {
        position: relative;
        border-radius: 20px;
        border-color: var(--blue);
        border-width: 20px;
        z-index: 999;
        width: 0;
        float: right;
        margin-top: calc(2vh);
        margin-right: 9vh;
    }
    .menu input::before {
        content:'';
        position: absolute;
        width: calc(8vh);
        height: calc(4vh);
        background-color: var(--dark);
        border-radius: 2px;
        border-color: var(--purple);
        border-width: 20px;
        z-index: 999;
    }
    .menu input:checked::before {
        background-color: var(--dark);
        z-index: 999;
    }
    .menu input::after {
        content:'';
        position: absolute;
        left: 0;
        width: calc(4vh);
        height: calc(4vh);
        background-color:  var(--purple);;
        border-radius: 25px;
        transition: 0.25s ease-in-out;
        border: 2px solid  var(--purple);;
        box-sizing: border-box;
        z-index: 999;
    }
    .menu input:checked::after {
        left: calc(4vh);
        border: 2px solid  var(--purple);;
        z-index: 999;
    }
    .filtered {
        filter: invert(99%) sepia(0%) saturate(149%) hue-rotate(192deg) brightness(110%) contrast(80%);
    }
    .slider {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
    .container {
        height: 100%;
        width: 500vw;
        transition: all .3s ease-in-out;
        margin-left: 0;
        animation: slider 20s linear infinite;
    }
    .container img {
        height: 100%;
        width: 100vw;
        float: left;
    }
    @keyframes slider {
        0% {
            margin-left: 0
        }
        16% {
            margin-left: 0
        }
        20% {
            margin-left: -100vw
        }
        36% {
            margin-left: -100vw
        }
        40% {
            margin-left: -200vw
        }
        56% {
            margin-left: -200vw
        }
        60% {
            margin-left: -300vw
        }
        76% {
            margin-left: -300vw
        }
        80% {
            margin-left: -400vw
        }
        96% {
            margin-left: -400vw;
        }
        100% {
            margin-left: 0;
        }
    }
    .navigator {
        position: fixed;
        top: 10vh;
        right: 1vh;
        width: 0vw;
        height: 18vh;
        background-color: var(--purple);
        border-radius: 5px;
        border: 8px solid var(--light-blue);
        border-bottom: 2px solid var(--light-blue);
        border-top: 2px solid var(--light-blue);;
        overflow: hidden;
        transition: all .3s ease-in-out;
        z-index: 999;
    }
    .navigator a {
        line-height: 4.5vh;
        font-size: 3vh;
        margin-left: 1vh;
        color: var(--light-blue);
        text-decoration: none;
        font-weight: 500;
    }
    .navigator:hover {
        width: 10vw;
        border: 2px solid var(--light-blue);
    }
    .info {
        width: calc(90% - 10vh);
        border: 4px solid var(--purple);
        margin-top: 2.5vw;
        margin-left: 5%;
        text-align: center;
        border-radius: 5px;
        padding: 5vh;
    }
    h1 {
        font-weight: 700;
        color: var(--purple);
        margin-top: 10px;
        font-size: 8vh;
    }
    .info p {
        margin-top: 5vh;
        font-size: 4vh;
        font-weight: 500;
        color: var(--light-blue);
    }
    h2 {
        font-weight: 700;
        color: var(--purple);
        font-size: 4vh;
        text-align: left;
    }
    .linkedin {
        display: inline-block;
        width: 45%;
        height: 50vh;
        margin-top: 20px;
        border: 3px solid var(--light-blue);
        border-radius: 5px;
        background-color: var(--light-blue);
        position: relative;
        gap : 10%
    }
    .linkedin img {
        width: 100%;
    }
    .linkedin tr, td {
        height: 10vh;
    }
    .profile {
        position: absolute;
        bottom: 12vh;
        width: 8vw !important;
        height: 8vw;
        left: 5vw;
        border: 5px solid var(--light-blue);
        border-radius: 50%;
        transform: translateX(-50%);
    }
    .linkedin a {
        color: black
    }
    .kafelek {
        display: inline-block;
        margin-top: 20px;
        width: 20vw;
        height: 45vh;
        border: 4px solid var(--purple);
        border-radius: 5px;
        margin-left: 0.41vh;
        margin-right: 0.41vh;
        vertical-align: top;
    }
    .kafelek img {
        width: 60%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    h3 {
        font-size: 3vh;
        font-weight: 500;
        color: #e5e5e5
    }
    .kontakt {
        display: inline-block;
        width: 50vw;
        margin-top: 20px;
        color: var(--light-blue);
        text-align: left;
        margin-bottom: 20px;
    }
    .kontakt td {
        width: 25vw;
        height: 6vh;
        font-size: 4vh;
    }
    .smallprint {
        font-size: 1.5vh;
        margin-top: 3vh;
        color: var(--light-blue)
    }
    #pl {
        display: block;
    }
    #en {
        display: none;
    }
}