.page-content {
    width: 100%;
    max-width: 2600px;
    /* https://css-tricks.com/couple-takes-sticky-footer/#article-header-id-3 */
    flex: 1 0 auto;
    margin: 0 auto;
    /* required for IE11 to avoid massive whitespace at the bottom due to flex-issues */
    overflow: hidden;
}

@media ( min-width: 768px ) {
    .breadcrumb + .page-content {
        margin-top: -35px;
    }
}
@media ( min-width: 992px ) {
    .page-content {
        margin-top: -160px;
    }
    .breadcrumb + .page-content {
        margin-top: -195px;
    }
    .page-content__stage {
        min-height: 160px;
    }
    .breadcrumb + .page-content__stage {
        min-height: 195px;
    }
}
