#body #reserva{margin-bottom: 2em;}

#body #reserva .signal{
	background-color: #155764 !important;
}
#reserva .search .input.on .value {
    border-color: #155764 !important;
    color: #155764 !important;
    background-image: none;
}
#body #reserva td.ui-datepicker-current-day{
    background-color: #155764;
}
#body #reserva .selected{
    background-color: #155764;	
}
#body #reserva .steps .step.on{
	color: #155764;
}
#body #reserva .steps .step.on span.circle{
    background-color: #155764;		
}
#body #reserva .LoadingBar .bar{
    background-color: #155764;	
}
#body #reserva .result .notfound{
	border-color: #155764;	
	margin-top: 1em;
}.TraminoForm,
.Traminokarte{
	width: 50%;
	float: left;
}
.TraminoForm{
	width: 44%;
	margin: 0 3%	
}@import url(https://comet.tramino.net/fonts/css?family=Open+Sans:400,600);

#body {
	background-color: #F2DBAE;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
}
.Bild img{
	width: 100%;
	height: auto;
}
#page{
	margin: 0;
	padding: 0;	
	max-width: 100vw;
	overflow: hidden;
}
header{
	width: 96%;
	max-width: 1280px;
	margin: 80px auto 0;
	box-shadow: 0px 0px 10px rgba(50,50,50,0.4) 
}
#content {
	background-color: #FFF;
	margin: 0 auto;
	width: 96%;
	max-width: 1280px;
	box-shadow: 0px 5px 10px rgba(50,50,50,0.4);
	overflow: hidden;
}

#content h1 {
	margin-top: 0px;
}

#content a { color: #155764; text-decoration: none; }
#content a:hover { color: #012744; }


#content .inner { padding: 0px; }
