.viewNav_root {
    width: 100%;
}
.viewNav_header {
    opacity: 1;
    width: 100%;
    padding: 0px;
}
.viewNav_content {
    /*    padding: 0px;
    top: 0px;
    position: absolute;
    color: darkslategray;
    left: 0px;
    right: 0px;
    bottom: 0px;
    backface-visibility: hidden;
    overflow: hidden;

    */
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    border-top: 0px solid #999;
    opacity: 1;
}

.header_Title {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    top: 0px;
    width: 100%;
    float: none;
    padding-top: 0px;
    height: 0px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.box {
    float: left;
    width: 33.33%;
    padding: 50px;
}

.btnHeader {
    position: absolute;
    top: 0px;
    left: calc(100% - 40px);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border: none;
    color: white;
    width: 40px;
    min-height: 40px;
    max-width: 40px;
    text-decoration: none;
    padding: 3px;
}
.btnBack {
    left: 0px;
    background-image: url('../../images/back_button_40.png');
    float: left;
}
.btnSet {
    background-image: url('../../images/icons8-dienstleistungen-24.png');
    float: left;
}
.btnHome {
    position: absolute;
    background-image: url('../../images/home_button_40.png');
}



.ICCHead {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 40px;
    padding: 3px;
    border: 0px solid #999;
    border-radius: 0px;
}
.ICCBtnBack {
    position: absolute;
    top: 5px;
    left: calc(100% - 80px);
    background-image: url('../../images/back_button_40.png');
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border: none;
    width: 40px;
    min-height: 40px;
    max-width: 40px;
    float: left;
    padding: 3px;
    text-decoration: none;
}
.ICCBtnHome {
    position: absolute;
    top: 5px;
    left: calc(100% - 40px);
    background-image: url('../../images/home_button_40.png');
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border: none;
    width: 40px;
    min-height: 40px;
    max-width: 40px;
    padding: 3px;
    text-decoration: none;
}
.ICCBtnSetting {
    position: absolute;
    top: 5px;
    left: calc(100% - 40px);
    background-image: url('../../images/icons8-dienstleistungen-24.png');
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    color: white;
    border: none;
    width: 40px;
    min-height: 40px;
    max-width: 40px;
    float: left;
    padding: 3px;
    text-decoration: none;
}


.viewNavigator_headerContent {
    color: black;
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
    .viewNavigator_headerContent::after {
        content: "";
        clear: both;
        display: table;
    }


/* ANDROID BUG WORKAROUND */
.viewNavigator_content select {
	overflow:auto;
	position:relative;
    backface-visibility: auto;
	-webkit-backface-visibility: auto;
}

.viewNavigator_content div {
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -webkit-transform: translate3d(0,0,0);
}

.viewNavigator_contentHolder {
    position: absolute;
    background-color: white;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    min-width:100%;
	min-height:100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.viewNavigator_backface {
    position: absolute;
        backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}









/* HOME LINK wird aber von Style.CSS überschrieben*/
.viewNavigator_homeButtonPosition_old {
    position: absolute;
    /*left: 0px;*/
    float: right;
}
.viewNavigator_homeButton_old {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    border-radius: .2em;
    padding: 0px 0px;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    position: absolute;
    top: 0px;
    /*left: 0px;*/
    /*left: calc(100% - 40px);*/
    width: 35px;
    height: 35px;
    color: rgba(0,0,0,0);
    box-shadow: 0 0 0 0;
    background: white;
    border: 0px solid #999;
    padding: 0px;
    border-radius: 0px;
    background-image: url('../../images/home_button_40_40.png');
    background-size: 35px 35px;
    background-position: 0px left;
    background-repeat: no-repeat;
    float: right;
}
    .viewNavigator_homeButton_old:active {
        background-color: #ddd;
    }

/*BackButton   wird aber von Style.CSS überschrieben */

.viewNavigator_backButtonPosition_old {
    position: absolute;
    float: left;
    /*left: 5px;*/
    /*top: .6em;*/
}
.viewNavigator_backButton_old {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    border-radius: .2em;
    padding: 4px 10px;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    position: absolute;
    top: 1px;
    left: 0px;
    height: 37px;
    width: 37px;
    color: rgba(0,0,0,0);
    box-shadow: 0 0 0 0;
    background: white;
    border: 0px solid #999;
    padding: 0px;
    border-radius: 0px;
    background-image: url('../../images/ICC-Back-02.png');
    background-size: 32px auto;
    background-position: 0px left;
    background-repeat: no-repeat;
}
    .viewNavigator_backButton_old:active {
        background-color: #ddd;
    }
.viewNavigator_header_titleold {
    /*position: absolute;
            left: 0%;
    right: 0%;
    margin-left: auto;
    margin-right: auto;
    max-width: 48%;
    max-width: 100%;
    float: left;  top: 12px;  
    */
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
