.impressum {
    background-color: antiquewhite;
    line-height: 1.7em;
    width: 80%
    height: auto;
}

.impressum p {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}


/*********************************     @ impressum     ************************/

@media screen and (max-width: 768px) {
    .impressum {
        width: 21.5em;
        text-align: center;
        margin: auto;
        
    }
    
   .flexcontainer {
        margin:auto;
        height: 50px;
   }
   
   }
   
}