html {
	overflow: hidden;
}

*{
    -webkit-tap-highlight-color:transparent;
}

.ui-loader {
	display: none;	
}

.scrollWrapper {
	width: 100% !important;
	height: 460px !important;
}

.wrapper {
	background-image: url("../../images/static/background.jpg");
	position: relative;
	width: 1920px;
	height: 460px;
	overflow: hidden;	
	background-size: cover;
	
	font-size: 16px;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: 'Roboto', serif;
	font-size: 8px;
	background: rgba(127,127,127,0.5);
}

.blocker {
	background: #dddddd;
	display: none;
	z-index: 10000;
	top: 0;
	left: 0;
	position: absolute;	
	
	cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.elementdetail {
	background: none;
	top: 0;
	left: 0;	
	z-index: 10001;
	position: absolute;
}


.timeline-event {
	position: absolute;
	
	width: 259px;	
	/*background: transparent url("../../images/static/gebetswand-footer-177.png") no-repeat right bottom;*/	
	margin-bottom: -15px;
    padding-bottom: 9px;		
    
    cursor: pointer;
}

.timeline-event-bd {
	border-top: 4px solid #00cc00;	
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	
	max-height: 200px;	
	overflow: hidden;
	/*overflow-x: hidden;
    overflow-y: scroll;*/
}

.timeline-event-details > p {
	font-family: 'Roboto Slab', serif;
	
	padding: 10px 16px;	
}

/** different box-sizes **/
.size177 {
	width: 177px;
	/*background: transparent url("../../images/static/gebetswand-footer-177.png") no-repeat right bottom;*/
}

.size185 {
	width: 185px;
	/*background: transparent url("../../images/static/gebetswand-footer-185.png") no-repeat right bottom;*/
}

.size257 {
	width: 257px;
	/*background: transparent url("../../images/static/gebetswand-footer-257.png") no-repeat right bottom;*/
}

.size311 {
	width: 311px;
	/*background: transparent url("../../images/static/gebetswand-footer-311.png") no-repeat right bottom;*/
}

.size380 {
	width: 380px;
	/*background: transparent url("../../images/static/gebetswand-footer-380.png") no-repeat right bottom;*/
}

.size402 {
	width: 402px;
	/*background: transparent url("../../images/static/gebetswand-footer-402.png") no-repeat right bottom;*/
}

/** different text-colors **/
.color1 {
	border-color: #d98b26;
	color: #d98b26;
}

.color2 {
	border-color: #b7399e;
	color: #b7399e;
}

.color3 {
	border-color: #2890c1;
	color: #2890c1; 	
}

.color4 {
	border-color: #3b9a77;
	color: #3b9a77;
}

.color5 {
	border-color: #d35166;
	color: #d35166;
}

.color6 {
	border-color: #729722;
	color: #729722;
}

.muster {
	background:#ffffff url("../../images/static/item-muster1.jpg") repeat right top;	
}

.nomuster {
	background:#ffffff;
}