/* Developed by ReOnion GmbH. https://www.reonion.de */

/* Need to specify the logo div + the IMG within the div to overwrite the generic constraints of main CSS. */
#impressum-logo {
    background-color: #8BADDB;
    text-align: right;
    width: 100%;
    height: auto;
}

#impressum-logo img {
    max-width: 100%;
    height: auto;
    margin-bottom: auto;
    display: block;
}

