.T2294 .zimmer {

}
 
.T2294 .zimmer .bild { position: relative; }
.T2294 .zimmer .bild img { width: 100%; }

.T2294 .nr {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 100px;
	font-size: 40px;
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	color: #333;
	border-radius: 50px;
	background-color: rgba(255,255,255,0.7);
}


.T2294 .bottom { position: relative; }


.T2294 .content {
	background-color: #fff;
	padding: 15px 20px;
	position: relative;
	top: -50px;
	left: 30px;
	width: 55%;
}

.T2294 h4 { font-size: 17px; color: #333; margin-bottom: 10px; }
.T2294 .text { color: #999; }



.T2294 .bilder {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 30%;
}

.T2294 .zimmer .galerie .bilder .thumb { float: left; margin: 1px 1px 0px 0px; cursor: pointer;}



.T2294 .thumb {
	float: left;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin: 0px 5px 5px 0px;
	cursor: pointer;
}

.T2294 .thumb.aktiv {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}/* Kleiner Bildschirm & iPad quer  */
@media all and (min-width: 1000px) and (max-width: 1300px) {

}

/* Kleiner Bildschirm & iPad hoch  */
@media all and (min-width: 600px) and (max-width: 999px) {

}

/* iPhone & Mobile */
@media all and (max-width: 599px) {
	.T2294 .content {
		left: 5px;
		width: 65%;
	}
	.T2294 .bilder {
		width: 10%;
	}
}