.editUebersicht_Container_fix
{
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0px;
    width: 100% ;
    height: 100%;
}
    .editUebersicht_Container_fix .editUebersicht_Container_fix_bg
    {
        background-color: #00ff00;
        position: absolute;
        top: 0px;
        opacity: 0.8;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .editUebersicht_Container_fix .editUebersicht_Container_fix_inner
    {
        padding: 0;
        margin: 0;
        width: 100%;
        height: calc(100% - 94px);
        height: 100%;
        position: absolute;
        top: 0px;
        background-color: transparent;
        overflow-y: auto;
    }

    .editUebersicht_Container_fix .editUebersicht_Container_fix_head
    {
        background-color: #084389;
        position: fixed;
        top: 54px;
        left: 0;
        opacity: 1;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 40px;
    }

.uebersicht_DashBoardContainer {
    padding: 0;
    margin: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    position: relative;
    background-color: transparent;
    min-height: 130px;
    height: 130px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}
.customerCard_Head {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    padding: 7px;
    width: 100%;
    height: 40%;
    float: left;
    background-color: #f0f0f0;
    border-bottom: solid 1px #999;
}
.customerCard_Item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 10px;
    height: 60%;
    float: left;
}



.editUebersicht_Container_fix_Uebersichtdaten {
    padding: 0;
    margin: 0;
    left: 1%;
    right: 1%;
    top: 30px;
    width: 98%;
    min-width: 980px;
    min-height: 220px;
    position: relative;
    margin-bottom: 50px;
    background-color: #e8e8e8;
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
}
.editUebersicht_Container_fix_Uebersichtdaten_notiz {
    padding: 0;
    margin: 0;
    left: 1%;
    right: 1%;
    top: 30px;
    width: 98%;
    min-width: 980px;
    min-height: 164px;
    max-height: 400px;
    position: relative;
    margin-bottom: 50px;
    background-color: #e8e8e8;
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
}
.editUebersicht_Container_fix_Uebersichtdaten_NeueBemerkungen {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100px;
    background-color: #e8e8e8;
}

.editUebersicht_Container_fix_Uebersichtdaten_NeueBemerkungen_objekt {
        padding: 0;
        margin: 0;
        left: 5%;
        right: 5%;
        top: 50px;
        bottom: 50px;
        width: 90%;
        min-width: 950px;
        height: Calc( 100% - 100px );
        position: relative;
        background-color: #e8e8e8;
        -moz-box-shadow: 0 0 8px 3px #000;
        -webkit-box-shadow: 0 0 8px 3px #000;
        box-shadow: 0 0 8px 3px #000;
    }

.editUebersicht_Container_fix_Uebersichtdaten_OffeneLeistung {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 164px;
    background-color: #e8e8e8;
}
.editUebersicht_Container_fix_Uebersichtdaten_AusgesetzteLeistung {
    padding: 0;
    margin: 0;
    left: 1%;
    right: 1%;
    top: 30px;
    width: 98%;
    min-width: 980px;
    min-height: 164px;
    position: relative;
    margin-bottom: 50px;
    background-color: #e8e8e8;
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
}





