/* <!-- // GENERALS // --> */
/*

VERWENDETE SCHRIFTEN:

HelveticaNeue-UltraLight
HelveticaNeue-Light
HelveticaNeue
HelveticaNeue-Bold
HelveticaNeue-UltraBold

*/


* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    -webkit-tap-highlight-color:transparent;
}

html,
body,
section {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #000;
    font-family: "HelveticaNeue", Arial;
    font-weight: normal;
    -webkit-user-select:none;
	text-rendering: optimizeLegibility;
	font-size: 0.9em;
}

body { 
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	background: #f9f9f9;
}


input {
	font-size: 0.8em;
	width: 170px;
	margin-bottom: 10px;
}

textarea {
	font-size: 0.8em;
	width: 170px;
	height: 100px;
	margin-bottom: 10px;
}


h1 {
    font-family: "HelveticaNeue", Arial;
    font-size: 140%;
    color: #026227;
    font-weight: normal;
    margin-bottom: 10px;
}

h1.orange{
	color: #f4a61e;
}

h1.realistic{
	color: #f4a61e;
	top: 26px;
}

h2{
	
    font-family: "HelveticaNeue", Arial;
    font-size: 150%;
    font-weight: normal;
}

b{
	 font-family: "HelveticaNeue-Bold";
	 font-weight: normal;
}


strong{
	 font-family: "HelveticaNeue-Bold";
	 font-weight: normal;
}

.clearer {
    clear: both;
    float: none;
}

sub,sup{
	vertical-align:baseline;
	position:relative;
	line-height: 0; 
	font-size: 70%;
}
sub{
	bottom:-0.1em;
}
sup{
	bottom:0.2em;
}

a {
    font-family: "HelveticaNeue", Arial;
    color: #026227;
    font-weight: bold;
    text-decoration: none;
}

#wrapper{
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

#header{
	height: 20px;
	width: 1024px;
	position: absolute;
	top: 0;
	border: 0;
	left: 0;
}

.ui-header{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c1c1c1));
	height: 38px;
	text-align: center;
	color: #000;
    font-size: 120%;
    line-height: 38px;
    width: 100%;
    z-index: 6;
    text-shadow: none; 
}

.ui-page{
    background: #fff;
	width: 100%;
    height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.ui-footer{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c1c1c1));
	height: 36px;
	color: #000;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 6;
    text-shadow: none;
}

.ui-content{
	padding: 0px !important;
    overflow: hidden;
}

input.ui-input-text, textarea.ui-input-text {
	margin: .5em 0;
	min-height: 1.4em;
	line-height: 1.4em;
    font-size: 100%;
}

#input .inner {
	padding: 0 20px;
}

#input .ui-corner-all {
    border-radius: 1.2em;
}

/* SPLASH Start */

.splashtitle {
	font-family: "HelveticaNeue-Bold";
	font-size: 200%;
}

#suche{
    width: 100%;
    height: 100%;
}

/*SEARCH*/
#input, #top, #favoriten-list{
    z-index: 6;
    background: #fff;
    width: 100%;
    border-bottom: 2px solid #a5a5a5;
}

.clickAreaDrug, .clickAreaDisease{
    width: 100%;
    height: 33px;
    margin-top: -40px;
    z-index: 10;
    position: absolute;
}

.ui-select{
    z-index: 1;
}

.ui-icon, .ui-icon-searchfield::after {
	background-repeat: no-repeat;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*background:-webkit-linear-gradient(top, #999, #333);*/
}

.ui-btn-inner {
	padding: 0 20px;
	line-height: 32px;
	min-width: .75em;
	display: block;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	zoom: 1;
	border-top: 0px solid #fff;
	border-color: rgba(255,255,255,.3);
}

.ui-select .ui-btn-icon-right .ui-icon {
	right: 0px;
}
.ui-btn-icon-right .ui-icon {
	right: 0px;
}
.ui-icon {
	width: 30px;
	height: 32px;
}

.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
	position: absolute;
	top: 30%;
	margin-top: -9px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution) {
	.ui-icon-arrow-d {
		background-position: -295px 50%;
	}
}

.ui-btn-icon-notext {
	width: 20px;
	height: 20px;
}

.ui-input-search .ui-input-clear {
	width: 20px;
	height: 20px;
    padding: 10px;
    border: 0px solid #fff;
    box-shadow: none;
    background: none;
	margin: -20px 0 -10px 0;
}

.inner > .ui-icon-searchfield::after {
    display: none;
}

.ui-input-search{
    padding: 0px;
}
.ui-input-search .ui-btn-corner-all{
    border-radius: 15px !important;
}

.ui-input-clear .ui-btn-inner {
    background: #aaaaaa;
    border-radius: 10px;
    color: white;
}
.ui-input-clear .ui-btn-text{
    left: 0px;
    top: -8px;
    
}
.ui-input-clear .ui-icon-delete {
    display: none;
}
#scroll-wrapper, #scrollWrapperListe, #scrollWrapperFavoriten, #scrollWrapperRelated, #scrollWrapperImprint {
    position:relative;
    z-index:1;
    width: 100%/* your desired width, auto and 100% are fine */;
    height: 600px;/* element height */;
    overflow: scroll/* hidden|auto|scroll */;
    
}

#search_results {
	padding-bottom: 140px;
}

#search_results, #result-list, #favoriten-list, #related-list {
    z-index: 5;
    width: 100%;
}


#search_results a, #result-list a{
	color: #000;
	text-decoration: none;
	
}
#search_results span{
	font-weight: bold;
	
}

 #result-list .liste-div, #favoriten-list .favorit, #related-list .related, #search_results div{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c1c1c1));
     padding: 10px 0px 10px 10px;
}

.ui-btn-corner-all {
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}


/*Liste+Detail*/
#top .inner, .detail-seite .inner, .detail-seite .inner {
    padding: 5px 7px 7px 7px;
    position: relative;
}

#imprint-text {
	position: absolute;
	top: 5px;
	left: 130px;
    padding: 5px 7px 7px 7px;
    
}

.detail-seite .row {
	/*padding-bottom: 4px;*/
}

#acro_title, .detail_title, .title_detail {
    font-size: 150%;
    color: #004c98;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 18px;
}



#acro_spelledOut{
	font-size: 110%;
}

/*DETAILSEITE*/

.ui-header .leftbutton{
	background-image: url(../img/start_left.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 60px;
	border: none !important;
	padding-right: 5px;
	opacity: 0;
	position: absolute;
	left: 5px;
	top: -12px;
	-webkit-transform: scale(0.5);
}
.ui-header .rightbutton{
	background-image: url(../img/start_right.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 60px;
	border: none !important;
	padding-right: 5px;
	opacity: 0;
	position: absolute;
	right: 5px;
	top: -12px;
	-webkit-transform: scale(0.5);
}

.header_left{
	float: none;
	margin-left: 10px;
	margin-top: 2px;
    line-height: 26px;
    border: 1px solid #b3b6b9;
    border-radius: 5px;
    padding: 0 5px;
    width: 95px;
}

.header_left.back{
    width: auto;
    position: absolute;
    left: -5px;
    top: 4px;
}



.back {
	margin-left: 55px;
}
.ui-link{
	text-decoration: none;
	color: #004c98 !important;
	font-size: 80%;
	padding: 0px;
}
.goto_link{
	padding-top: 15px;
}
.goto_link a{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3371ae), color-stop(100%,#03407d));
	color: #FFF;
	text-decoration: none;
	padding: 5px 5px 8px 5px;
    border: 1px solid #b3b6b9;
    border-radius: 3px;
}


/* colors */

h1 {
    color: #005e1f;
}

#acro_title, .detail_title, .title_detail {
    color: #005e1f;
}

.ui-bar-a {
    border-bottom: 1px solid #005e1f;
}

.ui-link{
	color: #005e1f !important;
}

.navbutton {
    color: #005e1f;
}

.fav-text {
    color: #005e1f;
}
.goto_link a{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a9a3a), color-stop(100%,#005e1f));
}

.detail_result span{
    color: #005e1f;
}

#result-list .liste-div, #favoriten-list .favorit, #related-list .related {
	border-bottom: 1px solid #f2a533;
}

#related .ui-bar-a {
    border-bottom: 1px solid #f2a533;
}

#related-list, #result-list {
    padding-bottom: 100px;
}

#search_results div{
	border-bottom: 1px solid #005e1f;
}

#input, #top, #favoriten-list{
    border-bottom: 2px solid #005e1f;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

.error {
	width: 114px;
	position: absolute;
	top: 130px;
	left: 10px;
	color: red;
	z-index: 4;
	font-size: 90%;
	text-align: center;
}

.send {
	padding: 20px 15px 15px 20px;
	position: absolute;
	top: 148px;
	left: 70px;
	color: #026227;
	background: #fff;
	z-index: 4;
	box-shadow: 1px 1px 3px black;
	text-align: center;
}

.fail {
	padding: 20px 15px 15px 20px;
	position: absolute;
	top: 148px;
	left: 70px;
	color: red;
	background: #fff;
	z-index: 4;
	box-shadow: 1px 1px 3px black;
	text-align: center;
}


.close {
	position: absolute;
	text-align: right;
	top: 0px;
	right: 0px;
	color: #000;
	padding: 1px 5px 34px 180px;
	
}