html,
body,
#content {
    height: 100%;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 2049px) {
    .sapUiGlobalBackgroundImage {
        background-image: url("../assets/waldsee.jpg") !important;
    }

    .sapMPageBgStandard {
        background-color: transparent !important;
    }

    section.sapMPageEnableScrolling {
        width: 1920px !important;
        margin: 0 auto !important;
        background: #f7f7f7 !important;
    }
}

.sapFShellBarOTB {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sapUiSizeCompact .sapMPageWithHeader > section {
    top: 3rem !important;
}

.sapMFF {
    margin-left: 0 !important;
    padding-left: 1rem !important;
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(217, 217, 217);
}

.sapMFF > .sapMTBStandard {
    border-bottom-width: 0 !important;
}

.sapMFF > .sapMTB-Info-CTX :not(.sapMBtnDisabled) .sapMBtnBack > .sapMBtnIcon,
.sapMTB-Info-CTX :not(.sapMBtnDisabled) .sapMBtnTransparent > .sapMBtnIcon,
.sapMTB-Info-CTX :not(.sapMBtnDisabled) .sapMBtnGhost > .sapMBtnIcon {
    color: #0854a0 !important;
}

.sapMFF,
.sapMFFResetDiv {
    background-color: #fff2cd;
}

.sapMFF > .sapMTB-Info-CTX.sapMTB.sapMTBActive {
    background-color: #fff2cd !important;
}

.sapMFF > .sapMTB-Info-CTX.sapMTB.sapMTBActive .sapMText {
    color: #000;
}

.sapUxAPObjectPageSubSectionHeaderTitle {
    margin-bottom: 0.5rem;
}
