
/* custom */

/* four background color positions needed */
/* landing background url needed          */
/* landing title cogs or logo option      */
/* landing title h1 width to miss logo    */
/* opacity for title and menu items       */



/* Hotel-Pension Bleckmann */

body {
	background: #ffffff;
}

#landing {
	background: #ffffff url(/m/images/bg_screen_pensionbleckmann.jpg) no-repeat top;
}


#landing .title {
	height:80px;
	background: #ffffff  url(/m/images/bg_header_pensionbleckmann.png) no-repeat  top left;
	opacity: 0.9;
}
	@media  only screen and (-webkit-min-device-pixel-ratio: 2) {
	#landing .title {
		background: #ffffff  url(/m/images/bg_header_pensionbleckmann@2x.png) no-repeat  top left;
		background-size: 307px 83px; 
	opacity: 0.9;
	}
	}
	
	


#landing .title h1{
	display:none;

}

#landing .title h2{
	display:none;
}



/* el is for the regular buttons, el2 for the group button */

#primary .primary_el, #primarycontainer .ui-btn-corner-all {	
	background: rgba(119, 17, 25, 0.6)
}

