.bh-state-desktop .el-room .hapi-item {
	padding-left: 40px;
	padding-right: 40px;
}
.bh-state-desktop .el-room .room-book-box {
	margin-left: -40px;
	width: calc(100% + 80px);
	box-sizing: border-box;
}

/*---- ZURÜCK-BUTTON ----*/

.el-room .room-back-button {
	position: relative;
	padding-left: 30px;
}
.el-room .room-back-button .bh-font-arrow-left {
	position: absolute;
	left: 0px;
	top: 1px;
	font-size: 18px;
	transform: translateX(0px);
	transition: ease-out transform 0.3s;
}
.el-room .room-back-button:hover .bh-font-arrow-left {
	transform: translateX(-5px);
	transition: ease-out transform 0.3s;
}

/*---- ZIMMER HEADLINE ----*/

.el-room .room-info-box {
	position: relative;
	padding-right: 143px;
	box-sizing: border-box;
}
.el-room .room-price-badge {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 123px;
	width: 123px;
	right: 0px;
	bottom: 0px;
	border-radius: 100%;
}

/*---- SWIPER ----*/

.el-room .room-gallery-picture {
	background: no-repeat center center;
	background-size: cover;
	min-height: 500px;
}
.el-room .room-gallery-pictures .swiper-button-prev,
.el-room .room-gallery-pictures .swiper-button-next {
	height: 60px;
	width: 60px;
	left: 35px;
	border-radius: 100%;
}
.el-room .room-gallery-pictures .swiper-button-next {
	left: auto;
	right: 35px;
}
.el-room .room-gallery-pictures .swiper-button-prev:before,
.el-room .room-gallery-pictures .swiper-button-next:before {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	color: white;
	text-align: center;
}
.el-room .room-gallery-pictures .swiper-button-next:before {
	left: 3px;
}

/*---- DESCRIPTION ----*/

.el-room .room-description-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.el-room .room-description-cols .room-col1 {
	width: 61.5%;
	margin-right: 20px;
	box-sizing: border-box;
}
.el-room .room-description-cols .room-col2 {
	width: 38.5%;
	margin-left: 20px;
	box-sizing: border-box;
}
.el-room .room-description-headline {
	margin-bottom: 15px;
}
.el-room .room-description-headline h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.el-room .room-amenity-headline {
	margin-bottom: 15px;
}
.el-room .room-amenity-headline h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.el-room ul {
	padding-left: 15px;
}
.el-room li {
	position: relative;
	list-style: none;
}

/*---- LIVE PRICE BOX ----*/

.el-room .room-book-box {
	padding: 70px 30px;
}


.room-cols {
	display: flex;
	align-items: stretch;
}
.room-col {
	width: 100%;
	margin-left: 60px;
	display: flex;
	flex-direction: column;
}
.room-col:first-child {
	margin-left: 0px;
}
.room-col:last-child {
	justify-content: space-between;
}
.room-hide-mobile {
	display: none;
}
.room-hide-desktop {
	display: block;
}

.room-detail .bh-hapi-datepicker-day-label {
	height: 60px;
}
.room-detail .bh-hapi-datepicker-day-value {
	margin-top: 10px;
	line-height: normal;
}
.room-detail .bh-hapi-datepicker-day-price {
	display: block;
}


.room-rateplan-select {
	padding: 30px 0px;
/* 	border-bottom: 1px solid #B38972; */
}
.room-rateplan-select-headline {
	font-family: 'fieldwork';
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	color: #9A8C85;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.room-rateplan-select-rateplans {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.room-rateplan-select-rateplan {
	width: 33.333%;
	text-align: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.room-rateplan-select-rateplan {
	width: 33.333%;
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.room-rateplan-select-checkbox {
	border-radius: 100%;
	height: 14px;
	width: 14px;
}
.room-price {
	text-align: center;
	margin-bottom: 30px;
}
.discount-box {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}

[data-discount="0"] .discount-box {
	display: none;
}

.discount-box .price {
	opacity: 0.5;
	text-decoration: line-through;
}
.discount-box .discount {
	margin-left: 10px;
	color: #9DCC80;
}
.price-box .total {
	margin-bottom: 10px;
}
.room-buttons {
	display: flex;
	justify-content: center;
}
.el-room .room-buttons .hapi-button:first-child {
	margin-right: 15px;
}

.switch-rateplan-hide .switch-rateplan {
	display: none;
}
.switch-rateplan-hide .switch-rateplan.active {
	display: block;
}


@media only screen and (max-width : 768px) {
	.room-size,
	.room-headline,
	.room-text {
		text-align: left;
	}
	
	.room-text {
		margin-bottom: 30px !important;
	}
	
	
	.room-cols {
		flex-direction: column;
		min-height: 0;
	}
	.room-book-black .room-cols {
		flex-direction: column-reverse;
	}
	.room-col {
		margin-left: 0px;
	}
	.room-col:first-child {
		margin-bottom: 0px;
	}
	.el-room .personen-inputs {
		border-top: 0px;
		margin-top: 0px;
		
		padding-top: 0px;
/* 		margin-bottom: 0px; */
	}
	.room-hide-desktop {
		display: none;
	}
	.room-hide-mobile {
		display: block;
	}
	.room-rateplan-select {
		border-bottom: 0px solid #B38972;
		margin-bottom: 30px;
	}
	.room-calendar-price-info {
		border-bottom: 1px solid #B38972;
		padding-bottom: 30px;
		margin-top: 30px;
	}
	.room-book-black {
/*
		background: #000;
		color: #fff;
		padding: 30px 0px;
*/
	}
	.room-price {
		padding: 30px 0px;
	}
}



/*---- MOBILE ----*/

.bh-state-mobile .el-room .room-back-button-box {
	text-align: center;
}
.bh-state-mobile .el-room .room-info-box {
	padding: 0 20px;
}
.bh-state-mobile .el-room .room-size h1 {
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
}
.bh-state-mobile .el-room h2.room-headline {
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
}
.bh-state-mobile .el-room .room-price-badge {
	width: 100px;
	height: 100px;
	bottom: -160px;
	right: 10px;
	z-index: 10;
}
.bh-state-mobile .el-room .room-badge-from,
.bh-state-mobile .el-room .room-badge-person {
	font-size: 12px;
	line-height: 1.4;
}
.bh-state-mobile .el-room .room-badge-price {
    font-size: 20px;
    line-height: 1.4em;
}
.bh-state-mobile .el-room .room-gallery-picture {
	min-height: 250px;
}
.bh-state-mobile .el-room .room-gallery-pictures .swiper-button-prev,
.bh-state-mobile .el-room .room-gallery-pictures .swiper-button-next {
    height: 40px;
    width: 40px;
    left: 5px;
    border-radius: 100%;
}
.bh-state-mobile .el-room .room-gallery-pictures .swiper-button-next {
	left: auto;
	right: 5px;
}
.bh-state-mobile .el-room .room-gallery-pictures .swiper-button-prev:before,
.bh-state-mobile .el-room .room-gallery-pictures .swiper-button-next:before {
    height: 40px;
    width: 40px;
    line-height: 40px;
	font-size: 20px;
}
.bh-state-mobile .el-room .room-gallery-pictures .swiper-button-next:before {
	left: 0px;
}
.bh-state-mobile .el-room .room-description-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	padding: 0 20px;
	box-sizing: border-box;
}
.bh-state-mobile .el-room .room-description-cols .room-col1,
.bh-state-mobile .el-room .room-description-cols .room-col2 {
	width: 100%;
	margin: 0px;
}
.bh-state-mobile .el-room .room-description-cols .room-col1 {
	margin-bottom: 20px;
}
.bh-state-mobile .el-room .room-book-subheadline {
	padding: 0 20px;
}
.bh-state-mobile .el-room .room-book-subheadline h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
}
.bh-state-mobile .el-room .room-book-box {
	padding: 30px 15px;
	box-sizing: border-box;
}
.bh-state-mobile .el-room .room-price {
	margin-bottom: 0px;
}

.bh-state-mobile .el-room .room-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.bh-state-mobile .el-room .bh-bodytext,
.bh-state-mobile .el-room li {
	font-size: 16px;
}
@media only screen and (max-width: 413px) {
	.el-room .room-buttons .hapi-button {
		margin: 0px 10px 15px 10px !important;
	}
	.el-room .room-buttons .hapi-button:last-child {
		margin-bottom: 0px;
	}
	.el-room .room-virtual-tour-content p {
		text-align: center !important
	}
	.el-room .room-virtual-tour-content {
		margin-bottom: 60px;
	}
}