/* Kontakt */
#adr {
    font-family: Modulus;
    text-align: center;
    margin-top: 2%;
    font-size: 150%;
}

/* Telefon */

#tel {
    font-family: Modulus;
    text-align: center;
    margin-top: 2%;
    font-size: 150%;
}

/* E-Mail */

#mail {
    font-family: Modulus;
    text-align: center;
    margin-top: 2%;
    font-size: 150%;
}

/* Name+Firma */

#name {
    font-family: Modulus;
    text-align: center;
    margin-top: 5%;
    font-size: 150%;
}

/* Skype */

#skype {
    font-family: Modulus;
    text-align: center;
    margin-top: 2%;
    font-size: 150%;
}

/* @media abfragen für Responsive Design */

@media only screen and (max-width: 450px) {
    footer {
        margin-top: 1.5%;
        background: black;
        color: white;
        font-family: Modulus;
        font-size: 85%;
    }
}

@media only screen and (max-width: 320px) {
    footer {
        margin-top: 1.5%;
        background: black;
        color: white;
        font-family: Modulus;
        font-size: 80%;
    }
    /* Adresse */
    #adr {
        font-size: 120%;
    }
    /* Telefon */
    #tel {
        font-size: 120%;
    }
    /* E-Mail */
    #mail {
        font-size: 120%;
    }
    /* Name+Firma */
    #name {
        font-size: 120%;
    }
    /* Skype */
    #skype {
        font-size: 120%;
    }
}

@media only screen and (max-width: 280px) {
    footer {
        margin-top: 1.5%;
        background: black;
        color: white;
        font-family: Modulus;
        font-size: 75%;
    }
}
