.clear {
    opacity: 0;
    clear: both;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #f00;
}
.ui-content {
    padding: 15px 9px 9px 9px;
}
    .ui-content img {
        max-width: 100%;
    }
    .ui-content .ui-listview-inset {
        margin:0 ;
    }
#navisprache {
    display: none;
}
body {
    font-family: Arial;
    font-size: 13px;
    overflow:hidden;
}
#mainPage{
	padding-top: 50px !important;
}
#aBlocker{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 10000;
	opacity: 0;
}
/* Header */
div[data-role=header] {
   /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(155,31,31)), color-stop(49%,rgb(211,40,40)), color-stop(52%,rgb(201,32,32)), color-stop(100%,rgb(198,69,69))); /* Chrome,Safari4+ *
    background: -webkit-linear-gradient(top, rgb(155,31,31) 0%,rgb(211,40,40) 49%,rgb(201,32,32) 52%,rgb(198,69,69) 100%); /* Chrome10+,Safari5.1+ *
   */
   background: rgb(155,31,31); /* Old browsers */
background: -moz-linear-gradient(top, rgb(155,31,31) 0%, rgb(211,40,40) 49%, rgb(201,32,32) 52%, rgb(198,69,69) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(155,31,31)), color-stop(49%,rgb(211,40,40)), color-stop(52%,rgb(201,32,32)), color-stop(100%,rgb(198,69,69))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(155,31,31) 0%,rgb(211,40,40) 49%,rgb(201,32,32) 52%,rgb(198,69,69) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(155,31,31) 0%,rgb(211,40,40) 49%,rgb(201,32,32) 52%,rgb(198,69,69) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(155,31,31) 0%,rgb(211,40,40) 49%,rgb(201,32,32) 52%,rgb(198,69,69) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(155,31,31) 0%,rgb(211,40,40) 49%,rgb(201,32,32) 52%,rgb(198,69,69) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1f1f', endColorstr='#c64545',GradientType=0 ); /* IE6-9 */
        height: 50px;
    border: none;
    box-shadow: 0 1px 10px #555;
}
    div[data-role=header] h1 {
        margin: 15px 15% !important;
    }
/* Navigation */
.ui-panel{
}

.navigation{
	display: none;
}

#navi ul{
	margin: 0;
	padding: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(220,84,84)), color-stop(25%,rgb(203,0,0)), color-stop(75%,rgb(203,0,0)), color-stop(100%,rgb(220,84,84))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgb(220,84,84) 0%,rgb(203,0,0) 25%,rgb(203,0,0) 75%,rgb(220,84,84) 100%); /* Chrome10+,Safari5.1+ */

}
#navi ul li{
	list-style: none;
	margin: 0;
	cursor: pointer;
	display: block;
    position: relative;
    font-size: 13px;
   /* border-top: 1px solid #b10000;
    border-bottom: 1px solid #ff6161;*/
   background: url(images/navi-border.png) repeat-x bottom left;
   background-size: 100% 2px;
}
#navi ul li img {
    position: absolute;
    left: 10px;
    top: 8px;
    height: 20px;
}
#navi ul li a{
	text-decoration: none;
	text-shadow: none;
	display: block;
	color: #fff;
	padding: 12px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 30px;
}
#navi ul li.li-header{
	list-style: none;
	margin: 0;
	
	padding: 10px 30px 10px 14%;
	border: none;
	text-shadow: none;
    box-shadow: 0 -2px 5px #930606;
	cursor: auto;
	color: #FFF;
    font-weight: bold;
    line-height: 14px;
    font-size: 14px;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,0,0)), color-stop(8%,rgb(73,73,73)), color-stop(24%,rgb(86,86,86)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgb(0,0,0) 0%,rgb(73,73,73) 8%,rgb(86,86,86) 24%,rgb(0,0,0) 100%);  * Chrome10+,Safari5.1+ * /
    background: url(images/navi-title-bg.png) repeat-x 0 0 !important;*/
    text-align: center;
}
#navi ul li.li-header a{
    padding: 0 !important;
    margin: 0 !important;
    color: #f00;
}

.ui-panel-content-wrap {
}
.ui-icon-navi {
    background-image: url(images/navi-icon-btn.png);
    box-shadow: none;
}
.ui-icon-back {
    background-image: url(images/back-button.png);
    box-shadow: none;
    background-position: 0 0;
    background-size: 25px 25px !important;
    background-repeat: no-repeat;
}
.ui-icon-share {
    background-image: url(http://www.app24.ch/cgi-bin/app/navi-icon/icon-share.png);
    box-shadow: none;
    background-position: 0 0;
    background-size: 30px 30px !important;
    background-repeat: no-repeat;
}

a[data-role=link] {
    box-shadow: none !important;
    border: none;
    border-radius: 0;
}
a[data-role=link] span.ui-btn-text {
    display: none;
}
a[data-role=link] * {
    margin: 0 !important;
    padding: 0 !important;
}
a[data-role=link] .ui-icon{
    width: inherit;
    height: inherit;
}

a#navibutton[data-role=link]{
    width: 33px;
    height: 26px;
    display: block;
    top: 11px;
    left: 7px;
    text-decoration: none;
}
#backbutton {
    display: inline-block;
width: 30px;
height: 30px;
top: 13px;
right: 10px;
position: absolute;
}
#sharebutton {
    width: 30px;
    height: 30px;
    position: absolute;
    display: none;
    top: 10px;
    right: 15px;

}
#reset {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    top: 10px;
    right: 50px;

}
a#navibutton span.ui-btn-inner, a#backbutton span.ui-btn-inner, a#sharebutton span.ui-btn-inner {
    border:none;
}
a#navibutton[data-role=link] .ui-icon {
    background-size: 100% 100%;
    width: 33px;
    height: 26px;
    display: block;
    left: 0;
    border-radius: 0;
    background-color: transparent;
    border: none !important;
    position: inherit;

}
#naviNews ul li div.ui-btn-inner.ui-li {
    border: none;
}
a#navibutton[data-role=link] .ui-btn-corner-all{
    border-radius: 0;
    border: none !important;
}

.no-padding {
    padding: 0;
}
#naviHome img {
    width: 100%;
    position: fixed;
    height: 100%;
}
#navipanel {
    background-color: #000;
}

#naviYoutube ul li a img{
    max-width:80px;
    margin-left:10px;
    margin-top: 10px;
}
ul[data-role=listview] {
    margin: 0 !important;
}
.action_btn {
    display: block;
}

#naviStandort {
    min-height: 400px;
}
#naviLogin .text {
    display: block;
    margin: 10px 0 5px 0;
}
#pw {
}
#naviKontakt div[data-role=controlgroup] {
    margin-left: 20px;
    margin-bottom: 20px;
}
#naviKontakt a[data-role=button] {
    width: 80px;
    font-size: 12px;
    margin-bottom: 20px;
    color: #f00;
    margin-left: 10px;

    float: left;
}
#naviKontakt .buttongroup {
    width: 280px;
    margin: 0 auto;
}
#naviKontakt a[data-role=button] span.ui-btn-inner {
    padding: 4px;
}
#naviFreemodul img {
    -webkit-transform:translate3d(0,0,0);
}
#scroller {
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
div.error {
    color: #d00;
    margin: 15px 0;
}
#naviFreemodul img {
    height: initial !important;
}
img[src*="iws3.png"], img[src*="iw3.png"] {
    display: none;
}