div.push-down {
    flex: 1 0 0;
}

.footer-container{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 10px 2px;
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 100;
}

.kontaktni-podatki {
    margin-bottom: 20px;
}

.kontaktni-podatki p {
    font-size: 16px;
    color: var(--pl-yellow);
    font-family: var(--font-medium);
    font-size: var(--font-20);
}

.footer-container .social {
    display: flex;
}

.footer-container .social .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    margin: 0 5px 0 5px;
    cursor: pointer;
    padding: 5px;
}

.footer-container .social .circle:hover {
    background-color: #FEDD0F;
}

.footer-container .copyright {
    margin-top: 30px;
    font-size: var(--font-16);
}