@CHARSET "UTF-8";
@font-face { font-family: DINComp; src: url('fonts/DINComp.ttf'); font-size:10px,12px,14px,16px; }
@font-face { font-family: DINComp-CondBold; src: url('fonts/DINComp-CondBold.ttf'); font-size:10px,12px,14px,16px; }
@font-face { font-family: DINWeb; src: url('fonts/DINWeb.eot'); font-size:10px,12px,14px,16px; /* IE9 */} 
body, html, .ui-page {
	background:#3f3f3f;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	width:100%;
}

h2 {
    color: #FFFFFF;
    font: 1.6em 'DINComp',sans-serif;
    letter-spacing: -1px;
}
h2 span{
	color: #998ad8;
}


#container {
	margin:0 auto;
	width:93%;
}
.error {
	color:red;
	margin-bottom:10px;
}
input.error {
	border:1px solid red !important;
	color:inherit !important;
}
.ui-content {
	padding-top:20px;
}
.touchable {position: absolute; z-index: 99;}
#obj1 {left: 0px; bottom: 0px; background: red;}
#obj2 {right: 0px; bottom: 0px; background: green;}

#resfacts h3 {
	margin:10px 0;
}
#resfacts p {
	padding-left:10px;
}
#step_three_head {
	position:relative;
}

.flaschen_div {
	margin:0 auto;
	width:90%
}
.overview_flaschen {
    float: left;
    margin: 0 10px;
    text-align: center;
   	width: 17%;
	height:auto;
	margin-bottom: 10px;
}
.overview_flaschen img {
	width:50px;
	height:auto;

}
#submitForm {
	text-align:center;
}
.center {
	text-align:center;
}
.ui-header{
	margin:0 auto;
	border:none;
	background:none;
	max-width:100%;
}
.ui-footer {
	margin:0 auto;
	background:#1c1b20;
}
.ui-page {
	overflow:hidden;
	background-color:#3f3f3f;
	background-image:url("../images/bg_logo.png"); 
	background-repeat:no-repeat;
	background-position:center top 30% left 20%;
	background-size:50%;
	background-attachment:fixed;	
}
.ui-content {
	margin:0 auto;
	height:auto;
	overflow:hidden;
}

.ui-footer {
	width:100%;
	height:70px;
	bottom:0;
}

.verlauf_footer {
	background: -webkit-linear-gradient(#1c1b20 0%, #ff00cc 100%); 
	background: -moz-linear-gradient(#1c1b20 0%, #ff00cc 100%); 
	background: -o-linear-gradient(#1c1b20 0%, #ff00cc 100%); 
	background: linear-gradient(#1c1b20 0%, #ff00cc 100%);
	background: -webkit-linear-gradient(top, #1c1b20, #ff00cc);
	background: -webkit-gradient(linear, left top, left bottom, from(#1c1b20), to(#ff00cc));
	-webkit-box-shadow: 0 0 1px #c30000;
	-moz-box-shadow: inset 0 1px #c30000;
	box-shadow: 0 0 1px #c30000;
}
.ui-grid-d div {
	width:100%;
	display:block;
	/*margin:0 1% auto;*/
	text-align:center;
}
.ui-li-thumb, .ui-li-icon {
    left: 0px;
    max-height: 100%; 
    max-width: 25%; 
    position: absolute;
    top: 0px;
}
.ui-li-float {
	margin:0 50px auto;
}



#navigation {
	width:100%;
	height:auto;
	margin:0 auto;
}

.nav_div {
	
	width:100%;
	margin:0 auto;
}

.nav_button {
	width:25%;
	/*order:0px solid #570000;*/
	padding:5px;
	margin:0 auto;
	text-align:center;
}
	
.nav_button img { margin:auto; width:40px; height:auto; }

.nav_text { 
	font-family: 'DINComp', sans-serif; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;  // IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+
	-o-text-overflow: ellipsis;  // for Opera 9 & 10
	-moz-text-overflow: ellipsis;  // for FF
	-ms-text-overflow: ellipsis;
}

.verlauf_red-a {
	background: -webkit-linear-gradient(#700200 0%, #b00504 100%); 
	background: -moz-linear-gradient(#700200 0%, #b00504 100%); 
	background: -o-linear-gradient(#700200 0%, #b00504 100%); 
	background: linear-gradient(#700200 0%, #b00504 100%);
	background: -webkit-linear-gradient(top, #700200, #b00504);
	background: -webkit-gradient(linear, left top, left bottom, from(#700200), to(#b00504));
	-webkit-box-shadow: inset 0 1px #c30000;
	-moz-box-shadow: inset 0 1px #c30000;
	box-shadow: inset 0 1px #c30000;
}

.verlauf_red-a:hover {
	background: -webkit-linear-gradient(#800200 0%, #cb0706 100%); 
	background: -moz-linear-gradient(#800200 0%, #cb0706 100%); 
	background: -o-linear-gradient(#800200 0%, #cb0706 100%); 
	background: linear-gradient(#800200 0%, #cb0706 100%);
	background: -webkit-linear-gradient(top, #800200, #cb0706);
	background: -webkit-gradient(linear, left top, left bottom, from(#800200), to(#cb0706));
	-webkit-box-shadow: inset 0 1px #c30000;
	-moz-box-shadow: inset 0 1px #c30000;
	box-shadow: inset 0 1px #c30000;
}


#header {
    height: 60px;
    margin: 0 auto;
    min-height: 60px;
    padding: 10px 0;
    width: 100%;
}
#header .logo {
    float: right;
    height: 100%;
    margin: 0 10px 0 0
}
#header .logo img{
	height:60px;
}

.socials {
	clear:both;
    margin:0 auto;
	margin-bottom:10px;
	width:100%;
	text-align:right;
}
.socials_img{
	width:50px;
	height:auto;
}


#header .headline {
    float: left;
    min-height: 10px;
	padding: 12px 5px 0;
}

.verlauf_header {
	background: -webkit-linear-gradient(#b50089 0%, #ff00cc 100%); 
	background: -moz-linear-gradient(#b50089 0%, #ff00cc 100%); 
	background: -o-linear-gradient(#b50089 0%, #ff00cc 100%); 
	background: linear-gradient(#b50089 0%, #ff00cc 100%);
	background: -webkit-linear-gradient(top, #b50089, #ff00cc);
	background: -webkit-gradient(linear, left top, left bottom, from(#b50089), to(#ff00cc));
	-webkit-box-shadow: 0 0 1px #c30000;
	-moz-box-shadow: inset 0 1px #c30000;
	box-shadow: 0 0 1px #c30000;
}


#header .ui-link {
	color:white;
}
.home {
    color: white !important;
    position: absolute;
    left: 5px;
    top: 0;
}
.impressum {
    color: white !important;
    position: absolute;
    right: 5px;
    top: 0;
}


img {
	max-width: 100%;
	height: auto;
}


.event_h {
	font-size:22px;
	font-weight:bold;
}
.event_overview_text {
	float:left;
	width:55%;
	height:auto;
	color:#fff;
	text-shadow:#000 1px 1px 2px;
	font-size:16px;
	margin-top:7%;
	margin:5px 0 0 0;
}

.event_text_overview {
	color:#fff; font-weight:normal; font-size:1.5em;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;  // IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+
	-o-text-overflow: ellipsis;  // for Opera 9 & 10
	-moz-text-overflow: ellipsis;  // for FF
	-ms-text-overflow: ellipsis;
}

.event_overview_img {
	float:left;
	width:12.5%;
	height:auto;
	margin-right:5%;
	margin-top:0.1em;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.img_runden {
	
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.overview_box {
	width:auto;
	height:auto;
	border:1px solid #000;
	padding:5px;
	margin:0 0 10px 0;
	border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.verlauf_grau-a {
	background: -webkit-linear-gradient(#424242 0%, #313131 100%); 
	background: -moz-linear-gradient(#424242 0%, #313131 100%); 
	background: -o-linear-gradient(#424242 0%, #313131 100%); 
	background: linear-gradient(#424242 0%, #313131 100%);
	background: -webkit-linear-gradient(top, #424242, #313131);
	background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#313131));
	-webkit-box-shadow: inset 0 1px #7c7c7c;
	-moz-box-shadow: inset 0 1px #7c7c7c;
	box-shadow: inset 0 1px #7c7c7c;
}
.verlauf_grau-a:hover {
	background: -webkit-linear-gradient(#7d7d7d 0%, #2e2e2e 100%); 
	background: -moz-linear-gradient(#7d7d7d 0%, #2e2e2e 100%); 
	background: -o-linear-gradient(#7d7d7d 0%, #2e2e2e 100%); 
	background: linear-gradient(#7d7d7d 0%, #2e2e2e 100%);
	background: -webkit-linear-gradient(top, #7d7d7d, #2e2e2e);
	background: -webkit-gradient(linear, left top, left bottom, from(#7d7d7d), to(#2e2e2e));
}

.verlauf_grau-b {
	background: -webkit-linear-gradient(#343434 0%, #313131 100%); 
	background: -moz-linear-gradient(#343434 0%, #313131 100%); 
	background: -o-linear-gradient(#343434 0%, #313131 100%); 
	background: linear-gradient(#343434 0%, #313131 100%);
	background: -webkit-linear-gradient(top, #343434, #313131);
	background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#313131));
	-webkit-box-shadow: inset 0 1px #7c7c7c;
	-moz-box-shadow: inset 0 1px #7c7c7c;
	box-shadow: inset 0 1px #7c7c7c;
	-webkit-appearance:none;margin:0
}

td pre {margin:.5em 0}
td {vertical-align:top}
.right {text-align:right; font-weight:bold}
pre {font-size:.9em}
pre.inline {font-size:1.1em; font-weight:bold; display:inline-block}
/* ---- EVENT OVERVIEW ---- */
.event_overview {
	width:100%;
	height:auto;
}


.headline {
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}
	
.event_details {
	margin:0 auto;
	width:100%;
	height:auto;
	font-size:14px;
	background:url(../images/logo_bg.png) no-repeat center;
}
.event_detail_img {
	width:100%;
	height:auto;
}



.res_text {
	font-size:18px;
}

.res3_buttons {
	margin-right:0px;
	margin-top:110px;
}




/*MOBILE APP*/
#ui-popup popupBasic {
	margin:0 auto;
	width:80%;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding-top:10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#popupBasic h1 {
	font-size:18px;
	margin:10 10 10px auto;
	color:#ffffff;
}

#popupBasic p {
	font-size:22px;
	margin:10 10 10px auto;
	color:#b4b4b4;
}

	
@media screen and (orientation:portrait) and (max-width:480px) {
	.ui-page {
		background-size:80%;
	}
	#header {
		min-height:45px;
		height:45px;
		padding:5px 0;
	}
	#header .logo img {
    	height: 41px;
	}
	#header .logo {
		margin-top:2px;
	}
	#header .headline {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -0.5em;
    margin-top: 13px;
    padding:0 5px; 
       height: 36px;
    line-height: 36px		
	}
	.ui-footer {
		height:55px;
		padding-top:0px;
	}
	.nav_button img {
    height: auto;
    margin: auto;
    width: 30px;
}
	.ui-footer {
		width:100%;
		bottom:0;
	}
	
	.event_overview {
		font-size:8px;
	}
	
	.event_text_overview {
		color:#fff; font-weight:normal; font-size:0.9em;
	}
	
	.event_details {
		margin:0 auto;
		width:100%;
		height:auto;
		font-size:14px;
	}
	.event_detail {
		font-size:10px;
		text-align:center;
	}
	.headline {
		font-size:12px;
		font-weight:bold;
		margin-bottom:-0.5em;
		margin-top:2em;
	}
	.max-lines {
	  text-overflow: ellipsis;
	  word-wrap: break-word;
	  overflow: hidden;
	  max-height: 5em;
	  line-height: 1.8em;
	}
	.ui-li-thumb, .ui-li-icon {
		left: 5px;
		max-height: auto; 
		max-width: 25%; 
		position: absolute;
		top: 18px;
	}
	.ui-li-float {
		margin:0 0px auto;
	}
	
	.ellipsis {
		width:100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;  // IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+
		-o-text-overflow: ellipsis;  // for Opera 9 & 10
		-moz-text-overflow: ellipsis;  // for FF
		-ms-text-overflow: ellipsis;
	}
	.event_overview_text {
		float:left;
		width:55%;
		height:auto;
		color:#fff;
		text-shadow:#000;
		font-size:14px;
		margin:5px 0 0 0;
	}

	.event_h {
		font-size:14px;
		font-weight:bold;
	}


	.res_text {
		font-size:14px;
	}
	
	.res3_buttons {
		margin-right:0px;
		margin-top:15px;
	}
	
	.overview_flaschen {
		float: left;
		margin: 0 10% 20px 10%;
		text-align: center;
		width: 30%;
		height:auto;
	}
	
	.overview_flaschen img {
		width:25px;
		height:auto;
		margin: 0 auto;
	}
	
	.ui-grid-d div {
		width:100%;
		display:block;
		margin:0 5px auto 5px;
		text-align:center;
	}
	
	#navigation {
		width:100%;
		height:auto;
		margin:0 0 0 2px;
	}
	
	/*.ui-grid-d { margin:auto; width:99%; }*/
	.nav_div {
		width:25%;
		width:100%;
		margin:0 auto;
	}
	
	.nav_button {
		/*border:0px solid #570000;*/
		padding:5px;
		margin:0 auto;
		text-align:center;
	}
	
	
	.nav_text { 
		font-family: 'DINComp', sans-serif;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;  // IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+
		-o-text-overflow: ellipsis;  // for Opera 9 & 10
		-moz-text-overflow: ellipsis;  // for FF
		-ms-text-overflow: ellipsis;
	}
	
	
	
	.event_overview_img {
		float:left;
		width:33%;
		height:auto;
		margin-right:5%;
		margin-top:0.1em;
		/*border:1px solid #FFF;*/
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.img_runden {
		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.overview_box {
		width:auto;
		height:auto;
		border:1px solid #000;
		padding:5px;
		margin:0 0 10px 0;
		border-bottom-left-radius: 13px;
		border-bottom-right-radius: 13px;
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
	}
	
	.verlauf_grau-a {
		background: -webkit-linear-gradient(#424242 0%, #313131 100%); 
		background: -moz-linear-gradient(#424242 0%, #313131 100%); 
		background: -o-linear-gradient(#424242 0%, #313131 100%); 
		background: linear-gradient(#424242 0%, #313131 100%);
		background: -webkit-linear-gradient(top, #424242, #313131);
		background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#313131));
		-webkit-box-shadow: inset 0 1px #7c7c7c;
		-moz-box-shadow: inset 0 1px #7c7c7c;
		box-shadow: inset 0 1px #7c7c7c;
	}
	.verlauf_grau-a:hover {
		background: -webkit-linear-gradient(#7d7d7d 0%, #2e2e2e 100%); 
		background: -moz-linear-gradient(#7d7d7d 0%, #2e2e2e 100%); 
		background: -o-linear-gradient(#7d7d7d 0%, #2e2e2e 100%); 
		background: linear-gradient(#7d7d7d 0%, #2e2e2e 100%);
		background: -webkit-linear-gradient(top, #7d7d7d, #2e2e2e);
		background: -webkit-gradient(linear, left top, left bottom, from(#7d7d7d), to(#2e2e2e));
	}
	
	.verlauf_grau-b {
		background: -webkit-linear-gradient(#343434 0%, #313131 100%); 
		background: -moz-linear-gradient(#343434 0%, #313131 100%); 
		background: -o-linear-gradient(#343434 0%, #313131 100%); 
		background: linear-gradient(#343434 0%, #313131 100%);
		background: -webkit-linear-gradient(top, #343434, #313131);
		background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#313131));
		-webkit-box-shadow: inset 0 1px #7c7c7c;
		-moz-box-shadow: inset 0 1px #7c7c7c;
		box-shadow: inset 0 1px #7c7c7c;
		-webkit-appearance:none;margin:0
	}

	/*MOBILE APP*/
	#ui-popup popupBasic {
		margin:0 auto;
		width:80%;
		border: 1px solid #666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		padding-top:10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	
	#popupBasic h1 {
		font-size:18px;
		margin:10 10 10px auto;
		color:#ffffff;
	}
	
	#popupBasic p {
		font-size:14px;
		margin:10 10 10px auto;
		color:#b4b4b4;
	}


	
}


@media all screen and (max-width:320px) {
	.quer_clear { clear: both; margin:10px 0 0 0; }
	
	.platzhalter_oben { margin:10px 0 0 0; }
	
	.ui-grid-d div {
		width:100%;
		display:block;
		margin:0 5px auto 5px;
		text-align:center;
	}
	
	#navigation {
		/*background:url("../images/bg_navi.jpg") repeat;*/
		width:100%;
		height:auto;
		margin:0 0 0 2px;
	}
	

	
	.ui-footer {
	}
	
	/*.ui-grid-d { margin:auto; width:99%; }*/
	.nav_div {
		width:100%;
		margin:0 auto;
	}
	
	.nav_button {
		width:20%;
		/*border:1px solid #570000;*/
		padding:5px;
		margin:0 auto;
		border-bottom-left-radius: 13px;
		border-bottom-right-radius: 13px;
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
		text-align:center;
	}
	
	
	.nav_text { 
		font-family: 'DINComp', sans-serif;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;  // IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+
		-o-text-overflow: ellipsis;  // for Opera 9 & 10
		-moz-text-overflow: ellipsis;  // for FF
		-ms-text-overflow: ellipsis;
	}

	
	
	.event_overview_img {
		float:left;
		width:33%;
		height:auto;
		margin-right:5%;
		margin-top:0.1em;
		/*border:1px solid #FFF;*/
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.event_text_overview {
		color:#fff; font-weight:normal; font-size:0.5em;
	}
	.event_details {
		margin:0 auto;
		width:100%;
		height:auto;
		font-size:14px;
		background:url(../images/logo_bg_320.png) no-repeat center;
	}
	
	
	.img_runden {
		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.overview_box {
		width:auto;
		height:auto;
		border:1px solid #000;
		padding:5px;
		margin:0 0 10px 0;
		border-bottom-left-radius: 13px;
		border-bottom-right-radius: 13px;
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
	}
	
	.verlauf_grau-a {
		background: -webkit-linear-gradient(#424242 0%, #313131 100%); 
		background: -moz-linear-gradient(#424242 0%, #313131 100%); 
		background: -o-linear-gradient(#424242 0%, #313131 100%); 
		background: linear-gradient(#424242 0%, #313131 100%);
		background: -webkit-linear-gradient(top, #424242, #313131);
		background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#313131));
		-webkit-box-shadow: inset 0 1px #7c7c7c;
		-moz-box-shadow: inset 0 1px #7c7c7c;
		box-shadow: inset 0 1px #7c7c7c;
	}
	.verlauf_grau-a:hover {
		background: -webkit-linear-gradient(#7d7d7d 0%, #2e2e2e 100%); 
		background: -moz-linear-gradient(#7d7d7d 0%, #2e2e2e 100%); 
		background: -o-linear-gradient(#7d7d7d 0%, #2e2e2e 100%); 
		background: linear-gradient(#7d7d7d 0%, #2e2e2e 100%);
		background: -webkit-linear-gradient(top, #7d7d7d, #2e2e2e);
		background: -webkit-gradient(linear, left top, left bottom, from(#7d7d7d), to(#2e2e2e));
	}
	
	.verlauf_grau-b {
		background: -webkit-linear-gradient(#343434 0%, #313131 100%); 
		background: -moz-linear-gradient(#343434 0%, #313131 100%); 
		background: -o-linear-gradient(#343434 0%, #313131 100%); 
		background: linear-gradient(#343434 0%, #313131 100%);
		background: -webkit-linear-gradient(top, #343434, #313131);
		background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#313131));
		-webkit-box-shadow: inset 0 1px #7c7c7c;
		-moz-box-shadow: inset 0 1px #7c7c7c;
		box-shadow: inset 0 1px #7c7c7c;
		-webkit-appearance:none;margin:0
	}

	/*MOBILE APP*/
	#ui-popup popupBasic {
		margin:0 auto;
		width:80%;
		border: 1px solid #666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		padding-top:10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		font-size:14px;
	}
	
	#popupBasic h1 {
		font-size:18px;
		margin:10 10 10px auto;
		color:#ffffff;
	}
	
	#popupBasic p {
		font-size:14px;
		margin:10 10 10px auto;
		color:#b4b4b4;
	}


}



@media all and (min-width:610px) and (max-width:929px) {
	.ui-page {
		background-size:80%;
	}
	.res3_buttons {
		margin-right:0px;
		margin-top:110px;
	}
	

	
	.ui-footer {
	}
	
	.overview_flaschen {
		float: left;
		margin: 0 10px;
		text-align: center;
		width: 16.666%;
		height:auto;
		margin-bottom: 10px;
	}
	
	.overview_flaschen img {
		width:30px;
		height:auto;
	}
	
	.ui-grid-d div {
		width:100%;
		display:block;
		/*margin:0 1% auto;*/
		text-align:center;
	}
	
	#navigation {
		/*background:url("../images/bg_navi.jpg") repeat;*/
		width:100%;
		height:auto;
		margin:0 auto;
	}
	
	/*.ui-grid-d { margin:auto; width:99%; }*/
	.nav_div {
		width:100%;
		margin:0 auto;
	}
	
	.nav_button {
		width:25%;
		padding:5px;
		margin:0 auto;
		border-bottom-left-radius: 13px;
		border-bottom-right-radius: 13px;
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
		text-align:center;
	}
	
	
	.nav_text { 
		font-family: 'DINComp', sans-serif; 
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;  // IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+
		-o-text-overflow: ellipsis;  // for Opera 9 & 10
		-moz-text-overflow: ellipsis;  // for FF
		-ms-text-overflow: ellipsis;
	}

	/*MOBILE APP*/
	#ui-popup popupBasic {
		margin:0 auto;
		width:80%;
		border: 1px solid #666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		padding-top:10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	
	#popupBasic h1 {
		font-size:22px;
		margin:10 10 10px auto;
		color:#ffffff;
	}
	
	#popupBasic p {
		font-size:20px;
		margin:10 10 10px auto;
		color:#b4b4b4;
	}
	
	.event_overview_img {
		float:left;
		width:16.6%;
		height:auto;
		margin-right:5%;
		margin-top:0.1em;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.event_text_overview {
		color:#fff; font-weight:normal; font-size:1.5em;
	}


	
}

@media all and (min-width:450px) and (max-width:609px) {
	#header {
		min-height:45px;
		height:45px;
		padding:5px 0;
	}
	#header .logo img {
    	height: 41px;
	}
	#header .logo {
		margin-top:2px;
	}
	#header .headline {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -0.5em;
    margin-top: 6px;
    padding:0 5px; 
      height: 36px;
    line-height: 36px		
	}	
	.ui-footer {
		height:55px;
		padding-top:0px;
	}
	.nav_button img {
    height: auto;
    margin: auto;
    width: 30px;
}
	.ui-page {
		background-size:35%;
	}

	.res3_buttons {
		margin-right:0px;
		margin-top:0px;
	}
	
	.overview_flaschen {
		float: left;
		margin: 0 10px;
		text-align: center;
		width: 25%;
		height:auto;
		margin-bottom: 10px;
	}
	
	.overview_flaschen img {
		width:30px;
		height:auto;
	}
	
	.ui-grid-d div {
		width:100%;
		display:block;
		/*margin:0 5px auto 5px;*/
		text-align:center;
	}
	
	#navigation {
		width:100%;
		height:auto;
		margin:0 0 0 2px;
	}
	
	.nav_div {
		width:25%;
		width:100%;
		margin:0 auto;
	}
	
	.nav_button {
		/*border:0px solid #570000;*/
		padding:5px;
		margin:0 auto;
		text-align:center;
	}
	
	
	.nav_text { 
		font-family: 'DINComp', sans-serif;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;  // IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+
		-o-text-overflow: ellipsis;  // for Opera 9 & 10
		-moz-text-overflow: ellipsis;  // for FF
		-ms-text-overflow: ellipsis;
	}

	/*MOBILE APP*/
	#ui-popup popupBasic {
		margin:0 auto;
		width:80%;
		border: 1px solid #666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		padding-top:10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	
	#popupBasic h1 {
		font-size:20px;
		margin:10 10 10px auto;
		color:#FFFFF;
	}
	
	#popupBasic p {
		font-size:16px;
		margin:10 10 10px auto;
		color:#b4b4b4;
	}
	
	.event_details {
		margin:0 auto;
		width:100%;
		height:auto;
		font-size:14px;
		background:url(../images/logo_bg_600.png) no-repeat center;
	}
	
	.event_overview_img {
		float:left;
		width:16.6%;
		height:auto;
		margin-right:5%;
		margin-top:0.1em;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.event_text_overview {
		color:#fff; font-weight:normal; font-size:0.9em;
	}



	
}



