.resizeEffect {
    -moz-transition: height 0.2s ease-in-out,top 0.2s ease-in-out, width 0.2s ease-in-out;
    -webkit-transition: height 0.2s ease-in-out,top 0.2s ease-in-out, width 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out,top 0.2s ease-in-out, width 0.2s ease-in-out;
    transition: height 0.2s ease-in-out,top 0.2s ease-in-out, width 0.2s ease-in-out;
}


.headoverit {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
}

.gridoverit {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(1.00);
    -moz-transform: scale(1.00);
    -ms-transform: scale(1.00);
    -o-transform: scale(1.00);
    transform: scale(1.00);
}

    .gridoverit:hover {
        -webkit-transform:  scale(0.96);
        -moz-transform:  scale(0.96);
        -ms-transform:  scale(0.96);
        -o-transform:  scale(0.96);
        transform:  scale(0.96);
        /*margin-top:0.05%;*/
    }

.wrapperMain {
    background-color: transparent;
    width: 100%;
    height: 100% auto;
    min-width: 1000px;
    min-height: 100%;
    overflow: visible;
    position: absolute;
    padding: 0;
    margin: 0;
}

/*******************************************************/
/*******************************************************/
/*******************************************************/



.content_Container {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: #d0d0d0;
    /*overflow-y: hidden;*/
    top: 85px;
    display: none;
}

.innercontent_Container {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 100px;
    left: 0;
    right: 0;
    top: 83px;
    /*overflow-y: scroll;*/
    background-color: transparent;
}

.innercontent_Container_Uebersicht {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 83px;
    /*overflow-y: scroll;*/
    background-color: transparent;
}
.innercontent_Container_Ticket {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 80px;
    /*overflow-y: scroll;*/
    background-color: transparent;
}
.innercontent_Container_Uebersicht_Check {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 83px;
    /*overflow-y: scroll;*/
    background-color: transparent;
}

.innerheadercontent_Container {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    top: 59px;
    background-color: transparent;
    background-color: #666;
    height: 0;
}


/*******************************************************/
/*******************************************************/
/*******************************************************/
.head_Container {
    width: 100%;
    height: 54px;
    position: relative;
    padding: 0;
    background-image: url(../images/btn/head_bg.png);
    background-size: 100% 100%;
    z-index: 9999;
}
.head_Container_info {
    width: 100%;
    height: 54px;
    position: absolute;
    top: 0;left:0;
    padding: 0;
    background-color: transparent;
    z-index: 90099;
}
.headerInfoBox {
    padding: 0 10px 0 10px;
    background: #1f74ad;
    height: 0;
    float: left;
    overflow-y: hidden;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    -moz-box-shadow: 0 0 3px #333;
    -webkit-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
}
    .headerInfoBox p {
        padding: 0;
        margin-left: -10px;
        max-height: 20px;
    }

.btn_Container {
    width: 100%;
    height: 111px;
    position: relative;
    padding: 0;
    z-index: 9999;
}

.btn_Container_mainwrapper {
    height: 54px;
    position: relative;
    padding: 0;
    z-index: 9999;
    width: calc(100% - 70px);
    left: 12px;
}

.btn_Container_bg {
    width: 100%;
    height: 54px;
    position: absolute;
    top: 0;
    background-color:#ccc;
}


/*******************************************************/
/*******************************************************/
/*******************************************************/

.btn_Container_bg_sub {
    width: 100%;
    height: 57px;
    position: absolute;
    bottom: 40px;
    background: url(../images/btn/sub_bg.png);
    background-size: 100% 100%;
    background-color: transparent;
}

/*.btn_Container_bg_sub_menu {
    position: relative;
    padding-top: 5px;
    width: 99%;
    left: 1%;
}

.btn_Container_bg_over_sub_menu {
    position: relative;
    padding-top: 6px;
    width: 99%;
    left: 1%;
}*/


.btn_Container_bg_sub_menu {
    position: relative;
    padding-top: 5px;
    width: calc(100% - 200px);
    left: 10px;
}

.btn_Container_bg_over_sub_menu {
    position: relative;
    padding-top: 6px;
    width: calc(100% - 200px);
    left: 10px;
}





/* Kann nachher gelöscht werden !!! START */

.btn_Container_bg_sub_menu_div {
    background-color: #084389;
    width: 123px;
    height: 28px;
    padding: 0;
    padding-top: 0;
    cursor: pointer;
    position: absolute;
}

    .btn_Container_bg_sub_menu_div:hover {
        background-color: #333;
    }

.btn_Container_bg_sub_menu_div_selected {
    background-color: #000;
}

.btn_Container_bg_sub_menu_div p {
    width: 123px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin-top: 8px;
    text-shadow: 0 0 3px #333;
}

/* Kann nachher gelöscht werden !!! ENDE  */

/*******************************************************/
/*******************************************************/
/*******************************************************/








.btn_wrapper_regular_red {
    height: 44px;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    padding: 0 8px 0 8px;
    background-image: url(../images/btn/btn_wrapper_bg_red.png);
    background-size: 100% 100%;
}

    .btn_wrapper_regular_red:hover {
        background-image: url(../images/btn/btn_wrapper_bg_red_over.png);
    }

    .btn_wrapper_regular_red p {
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        text-shadow: 0 0 3px #333;
    }


.btn_wrapper_regular {
    height: 44px;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    padding: 0 8px 0 8px;
    background-image: url(../images/btn/btn_wrapper_bg.png);
    background-size: 100% 100%;
}

    .btn_wrapper_regular:hover {
        background-image: url(../images/btn/btn_wrapper_bg_over.png);
    }

    .btn_wrapper_regular p {
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        text-shadow: 0 0 3px #333;
    }



.btn_wrapper {
    width: 100% auto;
    width: 123px;
    height: 54px;
    background-color: transparent;
    float: left;
    cursor: pointer;
    margin-right: 4px;
    background-image: url(../images/btn/btn_wrapper_bg.png);
    background-size: 100% 100%;
}

    .btn_wrapper p {
        width: 100%;
        width: 103px;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        padding: 6px 10px 0 10px;
        text-shadow: 0 0 3px #333;
    }



.btn_wrapperIcon {
    width: 100% auto;
    width: 44px;
    height: 54px;
    background-color: transparent;
    float: left;
    margin-right: 4px;
    cursor: pointer;
    background-image: url(../images/btn/btn_wrappericon_bg.png);
}

.btn_wrapperIcon_openNotiz {
    width: 100% auto;
    width: 44px;
    height: 54px;
    background-color: transparent;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    background-image: url(../images/btn/btn_wrappericon_bg.png);
}


.btn_wrapperIcon_protokoll {
    width: 44px;
    height: 54px;
    background-color: transparent;
    cursor: pointer;
    background-image: url(../images/btn/btn_wrappericon_bg.png);
}

    .btn_wrapperIcon_protokoll:hover {
        width: 44px;
        height: 54px;
        background-color: transparent;
        cursor: pointer;
        background-image: url(../images/btn/btn_wrappericon_bg_over.png);
    }

.btn_wrapperIcon_protokoll_green {
    width: 44px;
    height: 54px;
    background-color: transparent;
    cursor: pointer;
    background-image: url(../images/btn/btn_wrappericon_green_bg.png);
}

    .btn_wrapperIcon_protokoll_green:hover {
        width: 44px;
        height: 54px;
        background-color: transparent;
        cursor: pointer;
        background-image: url(../images/btn/btn_wrappericon_green_bg_over.png);
    }




.refreshButton {
    cursor: pointer;
    height: 21px;
    width: 22px;
    background-image: url(../images/icon/refresh2.png);
    background-color: transparent;
}

    .refreshButton:hover {
        background-color: #909090;
    }

.overimage {
    opacity: 1;
}
    .overimage:hover {
        opacity:0.5;
    }


.btndownb {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: -74px;
    opacity: 0;
}

    .btndownb:hover {
        opacity: 1;
        bottom: -38px;
    }

.btndown {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    cursor: pointer;
}

    .btndown:hover {
        opacity: 1;
    }



.btndownobjb {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: 0;
    opacity: 0;
}

    .btndownobjb:hover {
        opacity: 1;
        bottom: 0;
    }
        .btndownobjb:hover .btndownobj {
            bottom: 30px;
        }

.btndownobj {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    bottom: 0;
    cursor: pointer;
}

    .btndownobj:hover {
        opacity: 1;
    }