.error-dialog-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
}

.error-dialog-large {
    width: 70vw;
    max-width: 70vw !important;
    margin: 1.75rem auto;
}

.error-dialog-large .modal-content {
    height: 70vh;
    max-height: 70vh;
}

.error-dialog-large .modal-body {
    overflow-y: auto;
    max-height: calc(70vh - 120px); /* Abzüglich Header und Footer */
}