footer {
    display: flex;
    background-color: var(--sivaTamna);
    padding: 30px 10px;
    width: 100%;
}

address {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

address > * {
    margin: 15px 10px;
}

address > div:first-of-type {
    display: flex;
}

address > div:first-of-type > img {
    margin-right: 20px
}

address > div:first-of-type > div {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

address > div:first-of-type > div span {
    margin: 2px 0;
}

address > div:first-of-type > div span:nth-of-type(2){
    font-size: 16px;
}

address .Telefon {
    width: 195px;
    margin: 15px 10px 15px 15px !important;
}

address a {
    height: 30px;
    width: 30px;
}

address > div:last-of-type {
    width: 300px;
    display: flex;
    justify-content: space-around;
}

address > div:last-of-type > * {
    cursor: pointer;
}