/* static app css */

/* iPhone X fix */
.ui-header-fixed, .ui-header-fixed .ui-btn-left, .ui-header-fixed .ui-btn-right, .panelmenu .ui-panel-inner .ui-listview {
    

    /* Status bar height on iOS 11+ */
    padding-top: env(safe-area-inset-top) !important;
}


nav { 
  
  padding:  
    env(safe-area-inset-top);  
    env(safe-area-inset-right);  
    env(safe-area-inset-left);
}

/* Infologo im headerbild setzten */
.unten
{
  text-align: center;
  width:100%;
  border-left: 0px;
  border-top: 0px;
  z-index:0;
  margin-top: 30px !important;
   

}


.oben
{

  position:absolute;top:7px;left:10px;

  z-index:1;
}

/* contactlist format */

.contactlist .ui-btn-text {
font-size: 13px;
}

.contactlist .ui-link-inherit {
padding-right: 15px !important;
}

.contactadress {

  margin-top: 7px;
  overflow: visible !important;
}

.ui-li-has-icon .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-icon {
min-height: 0px !important;
}


#customerDetailPage .ui-header {
  background: transparent;
   border: none;
}

/* rude Ecken bei Bildlsiten */
.DocumentListInternal img{

     border-radius: 10px;
}

/* rude Ecken bei Bildlsiten */
.PictureListInternal img{

     border-radius: 10px;
}

/* rude Ecken bei Touren */
.TourListInternal img{

     border-radius: 10px;
}

/* rude Ecken bei team */
.TeamListInternal img{

     border-radius: 10px;
}

/* rude Ecken bei masterfeed */
.masterfeedListInternal img{

     border-radius: 10px;
}

/* flacker listview aus */
.ui-listview li {
  -webkit-transform: translateZ(0);
}


/* bild bei masterfeed */
#masterfeedPic {
position:static;
width:100%;
z-index:1;
}

/* bild bei team */
#teamPic {
position:static;
width:100%;
z-index:1;
}




/* pushwrapper */
#pushdown {
background: #CCC;
border: 1px solid #666;
width: 35px;
height: 7px;
position:relative; top: 8px ;
margin-left: auto ;
margin-right: auto ;
border-top: 4px;
border-bottom: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}

/*  Farbe Pfeile für alert button  */
.ui-icon.ui-icon-alert {

background-color: #FE0000 !important;

}

hr {
    border: 0;
    border-bottom: 1px #ddd dotted;
    color: #ddd;
    background-color: #ddd;
}



/*@media all and (-webkit-min-device-pixel-ratio: 1) and (display-mode: fullscreen) {
  .ui-content {
    padding: 0px 200px 50px 200px;
  }
}

@media (max-width: 767px) {

.ui-content{
    padding: 10px 10px 0px 10px;
  }
}



*/
