.navbar-brand img {
    max-height: 100px;
    width: auto;
}

/* Modul aus dem Container herausziehen */
.fullwidth-pdf {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

/* PDF-Viewer volle Höhe */
.fullwidth-pdf iframe {
    width: 100%;
    height: 90vh;
    border: 0;
}

