.footer{
    /* font-family: 'Dela Gothic One', cursive; */
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    width: 100%;
    background-color: #d10a14;
    padding: 2em 0em;
}

.footer a{
    text-decoration: none;
}

.footer ul li{
    list-style: none;
}

.footer-socialmedia{
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer-socialmedia ul li{
    margin-top: 1em;
}

.footer-socialmedia ul li:first-child{
    margin-top: unset;
}

.footer-socialmedia a{
    font-size: 3.5rem;
    color: #fff2eb;
}

.footer-text{
    margin-top: 2em;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

.footer-text a{
   /*  color: transparent;
    -webkit-text-stroke: 1px #fff2eb; */
    color: #fff2eb;
}

.footer-text ul li{
    margin-top: 1.5em;
}

.footer-text ul li:first-child{
    margin-top: unset;
}

/* ----- Mediaqueries ----- */

@media (min-width: 768px){

    .footer{
        font-size: 1.5rem;
    }

    .footer-socialmedia a{
        font-size: 5rem;
    }

}

@media (min-width: 992px){

    /* passt alles bei dieser Größe */

}

@media (min-width: 1200px){

    .footer{
        font-size: 1.7rem;
    }
    
}

@media (min-width: 1400px){

    .footer{
        font-size: 1.8rem;
    }
    
}

@media (min-width: 1700px){

   
    
}