/*
    Vielfalt
*/
#über {
    font-family: Modulus;
    text-align: center;
    margin-top: 2%;
    font-size: 400%;
}

#spruch {
    font-family: Modulus;
    text-align: center;
    margin-top: 2%;
    font-size: 200%;
}


/* Video */
#vid{
    width: 55%;
}

#divVid{
    margin-top: 1%;
    text-align: center;
}

/* @media abfragen für Responsive Design */


@media only screen and (max-width: 320px) {
    footer {
        margin-top: 1.5%; 
        background: black;
        color: white;
        font-family: Modulus;
        font-size: 80%;
    }
    
    #über {
        font-family: Modulus;
        text-align: center;
        margin-top: 2%;
        font-size: 300%;
    }
    
    #spruch {
        font-family: Modulus;
        text-align: center;
        margin-top: 2%;
        font-size: 150%;
    }
}