html, body {
    font-family: Arial;
    padding: 0 5px 15px 5px;
}

.meldung {
    border: 1px solid gray;
    margin: 0 10px 20px 0px;
    padding: 10px;
}

p.small {
    font-size: 10pt;
    color: gray;
}

p.line {
    line-height:1.5;
}
div.placeholder {
    height: 70px;
}

div.logocontainer {
    position: fixed;
    background-color: #fff;
    top: 0px;
    /*left:35px;*/
    height: 70px;
    width: calc(100% - 52px);
    padding-top: 5px;
}

div.logocontainer > div:first-child {
    background-color: #2c2c2c;
    padding: 3px;
    width: 100%;
    height: 100%;
    position: relative;

}

div.logo {
    margin-top: 8px;
    margin-left: 8px;
    background-color: #fff;
    border-radius: 12px;
    width: 120px;
    height: 55px;
    background-image: url("images/MIDEWA-Logo_ohneUnterzeile_100.jpg");
    background-size: 95px auto;
    background-repeat: no-repeat;
    background-position: 10px 8px;
}
