
.hotel-info{
	padding:10px;
	color: gray;
	font-size:0.9em;
}

.hotel-text{
	max-height: 240px;
	
}
.hotel-text-projekt{
	margin-top:6px;
	border-top:  1px #c7ddef solid;
	padding:5px 0 5px 0;
}

.hotel-button{
	padding:10px;
}
.hotel-button button{
	width:100%;
	
}
.hotel-preise{
 font-weight: bold;

}
.hotel-button button.button-buchen{
	background: white;
}
.hotel-button button.button-detail{
	background: graytext;
}

.hotel-bild{
	border:  1px #c7ddef solid;
	padding:1px;
	height: 240px;
	overflow: hidden;
}
.hotel-bild img{

  /*max-width:360px;*/
	width:100%;
	height:100%;
	
}