* {
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-decoration: none;
}

body {
    width: 100%;
    height: 100%;
    position: absolute;
}

@font-face {
    font-family: 'TitiliumRegular';
    src: url('fonts/Titillium-LightUpright.otf');
}

@font-face {
    font-family: 'Titilium-Semibold';
    src: url('fonts/Titillium-Semibold.otf');
}

.main-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.left-container {
    width: 20%;
    height: 100%;
    left: 0;
    min-width: 20%;
    background-color: #040435;
    position: absolute;
}

.cont {
    padding: 17% 10% 0% 10%;
    position: relative;
    width: 80%;
    height: auto;
}

.left-container hr {
    width: 20%;
    border: none;
    border-bottom: 4px solid white;
}

.left-container h1 {
    font-size: 2.6vw;
    text-transform: uppercase;
    padding-top: 5%;
    line-height: 150%;
    font-family: 'TitiliumRegular';
    color: white;
}

.left-container img {
    position: fixed;
    bottom: 0;
    width: 20%;
}

.right-container {
    height: 100%;
    width: 80%;
    right: 0;
    top: 0;
    position: absolute;
}

.right-container .poklici {
    width: 96%;
    height: 100%;
    margin: 0 auto;
    display: grid;
    align-items: center;
    grid-gap: 0% 0%;
    grid-template-columns: repeat(2, 1fr);
}

.poklici > div {
    margin-top: 2%;

    position: relative;
    text-align: center;
}

.poklic {
    width: 100%;
    height: 100%;

}

.poklic img {
    height: auto;
    width: 100%;
}

.poklic h2 {
    font-size: 1.6vw;
    font-family: 'Titilium-Semibold';
    color: black;
}

.logo #lmmfe {
	padding-bottom: 10%;
    width: 60%;

}
.logo #mddsz{
	padding-bottom: 0%;
    width: 70%;
}
.logo #eu{
	padding-bottom: 6%;
    width: 47%;
}
.logo #cs{
	padding-bottom: 9%;
    width: 75%;
}
@media (min-width: 768px) {
	.right-container .poklici {
    width: 98%;
    height: 100%;
    margin: 0 auto;
    display: grid;
    align-items: center;
    grid-gap: 0% 0%;
    grid-template-columns: repeat(3, 1fr);
}
}
