* {
    --purple: #400C57;
    --white: #e5e5e5;
    --text: black;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
}
a {
    text-decoration: none;
}
body {
    font-family: 'Oxanium';
    background-color: var(--white);
    font-weight: 400;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 7vh;
}
@media only screen and (min-width: 800px) {
#pc {
    display: block;
}
#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(--white);
    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(--white);
    border-radius: 2px;
    border-color: var(--purple);
    border-width: 20px;
    z-index: 999;
}
.menu input:checked::before {
    background-color: var(--white);
    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(--white);
    border-bottom: 2px solid var(--white);
    border-top: 2px solid var(--white);;
    overflow: hidden;
    transition: all .3s ease-in-out;
    z-index: 999;
    outline: 4px solid var(--purple);
}
.navigator a {
    line-height: 4.5vh;
    font-size: 3vh;
    margin-left: 1vh;
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
}
.navigator:hover {
    width: 10vw;
    border: 2px solid var(--white);
}
#rotated1 {
    display: block;
    width: 0;
	height: 0;
	border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent  var(--purple);;
    border-style: solid;
    transform: rotate(90deg);
    margin-right: auto;
    margin-left: 0;
    align-items: center;
}
#rotated2 {
    display: block;
    width: 0;
	height: 0;
	border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent  var(--purple);;
    border-style: solid;
    transform: rotate(-90deg);
    margin-right: 0;
    margin-left: auto;
}
.info {
    width: calc(100% - 6vw);
    text-align: center;
    padding: 3vw;
}
.info h1 {
    text-align: center;
    color: var(--purple);
    font-size: 8vh;
    font-weight: 700;
    margin-top: 20px;
}
.info p {
    color: var(--text);
    font-size: 4vh;
    font-weight: 500;
    margin-top: 20px;
}
.info h2 {
    text-align: left;
    font-size: 5vh;
    color: var(--white);
    font-weight: 600;
}
.linkedin {
    display: inline-block;
    width: 45%;
    height: 53vh;
    margin-top: 20px;
    border: 3px solid var(--white);
    border-radius: 5px;
    background-color: var(--white);
    position: relative;
}
.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(--white);
    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: 600;
    color: var(--text)
}
.filtered2 {
    filter: invert(10%) sepia(34%) saturate(6758%) hue-rotate(273deg) brightness(88%) contrast(103%);
}
.kontakt {
    display: inline-block;
    width: 50vw;
    margin-top: 20px;
    color: var(--white);
    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(--white)
}
#pl {
    display: block;
}
#en {
    display: none;
}
}
@media only screen and (max-width: 799px) {
    #pc {
        display: none;
    }
    #mobile {
        display: block;
        transform: translateY(-50%);
        margin-top: 50vh;
        text-align: center;
        color: var(--purple);
    }
}