
.editMandant_Container_fix
{
    padding: 0;
    margin: 0;
    position: fixed;
    top: 149px;
    width: 100%;
    height: calc(100% - 149px);
    z-index: 91000;
}
/* AB hier gibt es Probleme beim Safari !!!  Fixed ohne Width/Height !!! ... Blöd*/
/*    .editMandant_Container_fix .editMandant_Container_fix_bg
    {
        background-color: #000;
        position: absolute;
        top: 0;
        opacity: 0.5;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 8%;
    }*/

    .editMandant_Container_fix .editMandant_Container_fix_inner
    {    
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;        
        height: 100%;
        position: absolute;
        top: 0;
        overflow-y: auto;
    }
    /*

    .editMandant_Container_fix .editMandant_Container_fix_head
    {
        position: fixed;
        top: 54px;
        top: 109px;
        left: 0;
        opacity: 1;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 57px;
		background: url(../images/btn/sub_bg.png);
		background-size:100% 100%;
		background-color: transparent;
    }
	*/

    .editMandant_Container_fix_Mandant_B    
    {
        padding: 0;
        margin: 0;
        left:5%;
        right:5%;
        top: 30px;
        width: 90%;
        min-width:980px;
		/*max-height:500px;*/
		min-height:150px;
        position: relative;
		margin-bottom:50px;
        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;
    }
		
	.editMandant_Container_fix_Mandant
    {
        padding: 0;
        margin: 0;
        left: 50%;
		margin-left:-510px;
		margin-top:50px;
		margin-bottom:50px;
        width: 1020px;
        height: 502px;
        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;
    }
		
	.editMandant_Container_fix_Mandant_QR
    {
        padding: 0;
        margin: 0;
        left: 50%;
		margin-left:-475px;
		margin-top:50px;
		margin-bottom:50px;
        width: 950px;
        height: 210px;
        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;
    }

    .popup_Container_fix .scannContainer_Mandant_QR
    {
        padding: 0;
        margin: 0;        
        left: 50%;
        margin-left: -300px;
        top: 1%;
        width: 600px;
        height: 700px;
        position: absolute;
        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;
    }
    

