/* header */
/* Allgemein */
.width-content,
.max-width-container,
#footer,
#page.platform #main-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
#preface_top {
    max-width: unset;
    margin: 0 auto;
}
.width-content,
.max-width-container,
header.region,
#page.platform #main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 550px) {
    .width-content,
    .region-footer-bottom,
    #footer,
    #page.platform #main-wrapper,
    #header_wrapper {
    padding-left: 1em;
    padding-right: 1em;
    }
    #header_wrapper {
        height: 70px;
    }
}
#page.platform #main-wrapper {
    margin-top: 2rem;
}
#main,
#main-inner,
#page,
#preface,
.region-preface-top,
.region-preface-top .content {
    max-width: unset;
    margin: 0;
}
#main-wrapper {
    min-height: 70vh;
    margin-top: 1rem;
}
.ui-dialog .ui-dialog-title {
    color: #fff;
}
tr.row {
    display: table-row !important;
    margin: 0 !important;
}