.footer{
    display: flex;
    flex-direction: column;

    align-items: center;/*center horizontally*/
    background-color: rgba(128,44,140, 1);


    width: 100%;

    font-family: "Verdana", sans-serif;
    font-weight: bold;
    font-style: italic;
    bottom: 0;

    padding-bottom: env(safe-area-inset-bottom); /* für iPhones mit Notch */
}

.instaLogo a img{
    height: 40px;
    margin: 30px 0 10px 0;
}

.agbandds{
    font-size: 0.5rem;
    margin-bottom: 30px;
}

.agbandds a{
    color: white;
    text-decoration: none;
    margin: 0 15px 0 15px;
}

.agbandds a:hover{
    color: rgba(130,230,222,255);
}

@media screen and (max-width: 800px){
    .instaLogo a img{
        height: 30px;
        margin: 3vw 0 1.5vw 0;
    }

    .agbandds{
        font-size: 0.4rem;
        margin-bottom: 2vw;
    }

    .agbandds a{
        color: white;
        text-decoration: none;
        margin: 0 1vw 0 1vw;
    }
}