/* header */
/* Allgemein */
.node__content {
	margin-top: 0px;
}
.width-content,
#page.platform #main-wrapper,
#footer,
.region-footer,
footer .region {
    width: 100%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    padding: 0 15px;
}
#footer{
    max-width:100%;
}
.slideshow_image {
    max-width: unset;
}
#preface_top {
    max-width: unset;
    margin: 0 auto;
}
#main,
#main-inner,
#page,
#preface,
.region-preface-top,
.region-preface-top .content {
    max-width: unset;
    margin: 0;
}
#main-wrapper {
    min-height: 70vh;
    margin-top: var(--header-height);
}
#preface + #main-wrapper {
    margin-top: 0;
}
.not-front #main-wrapper,
#page.platform #main-wrapper {
    padding-top: 7rem;
    margin-bottom: 3rem;
}
#page,
#main-wrapper {
    background: none;
}
