#component-lisa---Anmeldung--Beschreibung {
    display: none;
}

#component-lisa---I2--Beschreibung {
    display: none;
}

.VBoxBlock {
    display: block;
}


.sapMBtnIcon {
    color: #187438;
}

.block {
    display: flex;
}

.customNoMarginOrPadding {
    margin: 0px;
    padding: 0px;
}

.customHLine {
    color: #187438 !important;
    background: #187438 !important;
    background-color: #187438 !important;
    border-width: 0px !important;
}

.customBtnHeight {
    height: auto;
}

.customInputBox {
    border: 1px solid #bfbfbf !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.customPaddingCodeLabel {
    padding-right: 36.5px !important;
}

#component-lisa---Anmeldung--codeAnzeigenBtn-inner {
    border: none !important;
    background: white !important;
}

#component-lisa---Anmeldung--code-content {
    border: none !important;
}

.sapMTBStandard {
    border-top: solid .0625rem #ccc;
}

@media only screen and (min-width: 800px) {
    #component-lisa---I2--Beschreibung {
        display: block;
    }
    #component-lisa---I2--BeschreibungKurz {
        display: none;
    }
    #component-lisa---Anmeldung--Beschreibung {
        display: block;
    }
    #component-lisa---Anmeldung--BeschreibungKurz {
        display: none;
    }
    .sapMFlexBox {
        display: flex;
    }
    .VBoxBlock {
        display: block;
    }
    .VBox50 {
        width: 50%;
    }
}

.sapMImg {
    max-height: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 450px) {
    .sapMTitleStyleH1 {
        font-size: 0.9rem;
        font-weight: bold;
    }
}