@charset "utf-8";
/* CSS Document */

.img-standardzimmer {
	width: 100%;
	height: 360px;
	background-image: url(../img/standardzimmer_head.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.img-appartement {
	width: 100%;
	height: 360px;
	background-image: url(../img/appartement_head.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.img-breakfast {
	width: 100%;
	height: 360px;
	background-image: url(../img/breakfast_headV2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.img-breakfast-big {
	width: 100%;
	height: 360px;
	background-image: url(../img/breakfast_krems.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.img-seminarraum {
	width: 100%;
	height: 360px;
	background-image: url(../img/seminarraum_krems.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.img-neustadt {
	width: 100%;
	height: 360px;
	background-image: url(../img/Neustadt.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.img-map {
	width: 100%;
	height: 100%;
	min-height: 360px;
	background-image: url(../img/karte_platzhalter.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}

.inline-map, #inline-map {
	width: 100%;
	height: 100%;
}
