footer {
    height: 10vh;
    background-color: var(--blue_main_opac);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100vw;
    width: 100%;
    overflow: hidden; 
}

.anschr {
    font-family: "Bellota";
    font-size: 0.8rem;
    flex: 1; 
    text-align: center;
    min-width: 0; 
}

.anschr p {
    text-align: center;
    color: white;
    margin: 0; 
}

.where {
    height: 10vh;
    width: 20vw;
    min-width: 20vw; 
    border-top-right-radius: 10vh;
    border-bottom-right-radius: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--gray1);
    flex-shrink: 0; 
}
.cont {
    width: 20vw;
    min-width: 20vw;
    height: 10vh;
    border-top-left-radius: 10vh;
    border-bottom-left-radius: 10vh;
    background-color: var(--blue_main);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-shrink: 0; 
}

.img-logo-footer {
    height: 5vh;
    width: 5vh;
}