.ueber_uns {
    background-color: antiquewhite;
    height: 770px;
    /* background-color: #FF0000;  
    width: 550px;
    margin-left: 130px;*/
}

#ueber_uns_aside {
    margin-top: 0px;
    margin-right: 0em;
}

#ueber_uns_aside #wap {
    /* background-color: #800000; */
    margin-top: 0.2em;
    margin-left: 1em;
}

#ueber_uns_aside img {
    margin-right: 0.8em;
}

.ueber_uns h2 {
    /* background-color: #FFFF00;
    margin-left: -30px;
    width: 550px;*/
    text-align: center;
}

.ueber_uns p {
    /* background-color: #0000FF;   */
    width: 80%; 
    margin-left: 2em;
    text-align: center;
    line-height: 2em;
}


/**************************    @media   *************************/

@media screen and (max-width: 768px) {
    .ueber_uns {
        width: 22em;
        margin: auto;
        height: auto;
        margin-top: 10px;
    }
    .ueber_uns h2 {
        margin-left: 0em;
        margin-top: -1.0em;
        width: 20em;
        text-align: center;
        font-size: 1.1em;
    }
    .ueber_uns p {
        display: block;
        text-align: center;
        width: 20em;
        margin: 10px 10px;
    }
}


/********************************** Ende @ ueber_uns     ************************/