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


.el-package .bookingHeadlineBox {
	padding: 50px;
}



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

.el-package .package-back-button {
	position: relative;
	padding-left: 30px;
}
.el-package .package-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-package .package-back-button:hover .bh-font-arrow-left {
	transform: translateX(-5px);
	transition: ease-out transform 0.3s;
}

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

.package-headline {
	margin-bottom: 10px;
}
.package-teaser {
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	color: #505050;
}


/*---- PREIS ----*/



/*---- IMAGE ----*/

a.package-header-image {
	display: block;
}
.package-header-image img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.el-package .bh-swiper {
	max-width: 1048px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.el-package .room-picture .fade-img-box {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.el-package .swiper-button-prev,
.el-package .swiper-button-next {
	color: white;
}
.bh-state-mobile .el-package .room-picture .fade-img-box {
	height: 250px;
}
.bh-state-mobile .el-package .swiper-button-prev {
	left: 0px;
}
.bh-state-mobile .el-package .swiper-button-next {
	right: 0px;
}


@media only screen and (max-width : 767px) {
	.package-text {
		font-size: 16px;
	}
}

.package-book-headline {
	text-align: center;
}

.package-book-subheadline {
	font-size: 20px;
	color: #060606;
	letter-spacing: 0.05px;
	text-align: center;
	line-height: 30px;
}

.package-buttons {
	display: flex;
	justify-content: center;
}

.package-book-black {
/* 	padding: 80px 0px; */
}

.package-cols {
/* 	display: flex; */
	
/* 	min-height: 500px; */
	
	margin-bottom: 60px;
}

.package-col {
	width: 100%;
	box-sizing: border-box;	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/*
.package-col:first-child {
	margin-left: 0px;
}
*/

@media only screen and (max-width : 769px) {
	.package-cols {
		flex-direction: column-reverse;
	}
	.package-col {
		margin-left: 0px;
	}
	.el-package .personen-inputs {
		border-top: 0px;
		margin-top: 0px;
	}
	.package-book-black {

	}
}
.package-col-gold {
	padding: 50px 20px;
}
.el-package .personen-inputs {
	border-bottom: 0px;
	width: 100%;
}
.el-package .bh-hapi-datepicker-day-label {
	height: 36px;
}
.el-package .bh-hapi-datepicker-day-price {
	opacity: 0;
	display: none;
}
.package-room {		
	padding: 20px 0px;
	display: flex;
	justify-content: flex-start;
}
.package-room-pictures {
	flex-shrink: 0;
	width: 140px;
	margin-right: 30px;
	position: relative;
}

@media only screen and (max-width : 930px) {
	.package-room-pictures {
		width: 120px;
	}
}

.package-room-picture {
	display: block;
	height: 0px;
	padding-bottom: 80%;
	background: no-repeat #ccc center center;
	background-size: cover;
}
.package-room-picture + .package-room-picture {
	display: none;
}
.package-item-picture-hover {
	transition: all 0.4s;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.package-item-picture-hover > * {
/*
	position: absolute;
	top: 0px;
	right: 20px;
*/
	font-size: 20px;
	line-height: 50px;
}
.package-room-picture:hover .package-item-picture-hover {
	opacity: 1;
}
.package-room-price-and-buttons {
	flex-shrink: 0;
	width: 240px;
	margin-left: auto;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.package-room-prices {
	text-align: right;
	margin-bottom: 10px;
}
.package-room-prices .dev-live-price-message {
/* 	opacity: 0.5; */
}
.package-room-prices .dev-live-price-message[data-status="result"] {
/* 	opacity: 1; */
}
.package-room-button {
	background: #90AA88;
}
/*---- MOBILE ----*/

.bh-state-mobile .package-back-button-box {
	text-align: center;
}
.bh-state-mobile .package-detail-info-top {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.bh-state-mobile .package-headline {
	font-size: 40px;
	line-height: 1.1;
	text-align: center;
}
.bh-state-mobile .package-duration h1 {
	font-size: 16px;
	line-height: 1.3;
}
.bh-state-mobile .package-teaser {
	font-size: 16px;
}
.bh-state-mobile .package-text {
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.bh-state-mobile .bookingHeadlineBox {
	padding: 30px 20px;
}
.bh-state-mobile .bookingHeadlineBox h3 {
	font-size: 24px !important;
}
.bh-state-mobile .package-col .bh-hapi-datepicker-container {
	padding: 0 20px;
}
.bh-state-mobile .package-room {
	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;
}
.bh-state-mobile .package-room-pictures {
	width: calc(100% - 40px);
	margin: 0 auto;
	margin-bottom: 20px;
}
.bh-state-mobile .package-room-text {
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}
.bh-state-mobile .package-room-price-and-buttons {
	width: 100%;
	margin: 0px;
	padding: 20px;
	box-sizing: border-box;
}
.bh-state-mobile .package-room-prices {
	text-align: center;
	margin-bottom: 20px;
}
.bh-state-mobile .hapi-button-package.package-room-button {
	max-width: 260px;
	margin: 0 auto;
}
.bh-state-mobile {
	
}
.bh-state-mobile {
	
}
