/* Replace Watermark */
.MuiStack-root.watermark .MuiTypography-body1 span {
    visibility: hidden; /* Hide original text */
}

.MuiStack-root.watermark .MuiTypography-body1 span::before {
    content: "Der Assistent kann Fehler machen. Überprüfe wichtige Informationen.";
    visibility: visible;
    display: inline-block;
    position: relative;
    color: inherit;
    text-align: center;
    width: 100%;
}

.MuiStack-root.watermark svg {
    display: none;
}
.MuiStack-root.watermark a {
    pointer-events: none;
}

.MuiBox-root.css-mww0i9 {
    padding-bottom: 0 !important;
}

.MuiStack-root.css-14k6mw7 img, #header > img {
    max-height: 50px !important;
}