#Loadinganimation {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    background-color: rgba(255,255,255,0.7)
}
#Passagiere {
    position: relative;
    top: 50px;
    
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#deviceready{
    z-index:-1;
}
#Pasagierliste {
    padding-top: 35px;

}

.md-fullpage .mbsc-scv-item {
    /*height: 320px;
    padding-top:50px;
    height: 320px;*/
    font-size: 26px;
    background: white;
    /*border-radius: 20px;*/
    opacity: 0.95;
    /*opacity: 1;*/
}

body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    background-color: #FFFFFF;
    /*background-image: linear-gradient(top, #000000 0%, #E4E4E4 51%);
    background-image: -webkit-linear-gradient(top, #A7A7A7 0%, #000000 51%);
    background-image: -ms-linear-gradient(top, #A7A7A7 0%, #000000 51%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #A7A7A7), color-stop(0.51, #E4E4E4) );
    background-attachment: fixed;*/
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    /*text-transform: uppercase;
    background-color: #32383d;*/
    font-family: 'RobotoRegular', 'Droid Sans', 'Segoe UI', Segoe, 'San Francisco', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    margin: 0px;
    width: 340px;
    margin: auto;


    /* FULL SCREEN */


    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#AppINDEX {
    background-size: 200px;
    background: url(../images/herbst_logo_nur_grafik.png) no-repeat center top;
    /*position: absolute;*/
    left: 0%;
    top: 5%;
    /*height: 350px;*/
    width: 300px;
    max-width: 300px;
    text-align: center;
    padding: 300px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
    margin: auto;
    /*padding: 180px 0px 0px 0px;
    margin: -115px 0px 0px -112px;
    z-index: -1;*/
}

.APPMenue {
    /*z-index: 10;*/
}

@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        background-position: left center;
        padding: 75px 0px 75px 170px;
        margin: -90px 0px 0px -198px;
    }
}

h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 0px;
    overflow: visible;
    padding: 0px;
    text-align: center;
}

.event {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0px 30px;
    padding: 2px 0px;
}

    .event.listening {
        background-color: #333333;
        display: block;
    }

    .event.received {
        background-color: #4B946A;
        display: none;
    }

@keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1.0;
    }
}

.blink {
    /* animation: fade 3000ms infinite;
    -webkit-animation: fade 3000ms infinite;
    */
}


/* Passagierliste */
.md-apps-tab {
    display: none;
}

.md-apps-tab-sel {
    display: block;
}

.md-app-detail {
    display: block;
    overflow: hidden;
}

.md-app-size {
    font-size: 10px;
    display: block;
    opacity: .6;
    float: left;
}

.md-app-date {
    font-size: 8px;
    display: block;
    opacity: .6;
    float: right;
}

.md-apps-list .mbsc-lv-item {
    padding: 10px;
    padding-left: 0px;
}


