

.footer {
    color: white;
    display: flex;
    padding-left: 10%;
    padding-top: 25%;
    position: relative;
    padding-bottom: 4%;

}

.footer a {
    text-decoration: none;
    color: white;
}

.footer .logos {
    width: 40%;
    align-self: center;
}

.footer .logos img {
    width: 30%;
    margin: 1%;
    max-width: 150px;
}

.footer .logos p {
    display: block;
    text-align: center;
    font-family: "JosefinSans-Regular", sans-serif;
}

.footer .logos .insideLogos {
    text-align: center;
}

.footer .links,
.footer .adres_tel {
    width: 25%;
    align-self: flex-start;
    margin-top: 40px;
    padding-left: 20px;
}

.footer .links div {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.footer .links h3 {
    font-family: "JosefinSans-Regular", sans-serif;
    margin-top: 0;
}

.footer .links a {
    font-family: "JosefinSans-Regular", sans-serif;
    width: 50%;
    min-width: 50%;
}

.footer .adres_tel .adres,
.footer .adres_tel .tel {
    display: flex;
}

.footer .adres_tel h3 {
    width: 40%;
    display: block;
    font-family: "JosefinSans-Regular", sans-serif;
    margin-top: 0;
}

.footer .adres_tel p,
.footer .adres_tel a {
    font-family: "JosefinSans-Regular", sans-serif;
}

.footer .adres_tel .insideDiv p:first-child,
.footer .adres_tel .insideDiv a:first-child {
    margin-top: 0;
}

.footer .ameba_red,
.footer .ameba_white {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.footer .ameba_red {
    left: 0%;
    bottom: 0%;
}

.footer .ameba_white {
    bottom: 10%;
    left: 40%;
    width: 55%;
}

@media only screen and (max-width: 1200px) {
    .footer{
        padding-bottom: 1%;
    }

}

@media only screen and (max-width: 600px) {
    .footer{
        color: white;
    background: #FF1433;
    display: flex;
    padding-left: 0%;
    padding-top: 10%;
    position: relative;
    flex-direction: column;
    padding-bottom: 4%;
    }
    .footer .logos{
        width: 100%;
    }
    .footer .logos p{
        font-size: 4vw;
    }
    .footer .links, .footer .adres_tel{
        width: 80%;
    
    margin-top: 40px;
    display: flex;
    padding-left:0px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    flex-direction: column;
    }
    .footer .links h3{
        text-align: center;
    }
    .footer .adres_tel .adres, .footer .adres_tel .tel{
        flex-direction: column;
    }
    .footer .adres_tel h3{
        text-align: center;
        width: 100%;
    }


}