.el-headerpicture .bhBackgroundImage {
	background-size: cover;
}

.el-headerpicture .headerPicContent {
	height: 100%;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 250px;
	box-sizing: border-box;
}
.el-headerpicture .bhBackgroundImage:not(.bhe-state-property-empty) .headerPicContent {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.el-headerpicture .headerPicContentWrapper {
	text-align: center;
}
.el-headerpicture .headerPicText {
	margin-bottom: 3px;
}
.el-headerpicture .headerPicSubtext {
	margin-bottom: 60px;
}

.buchungslink {
	display: inline-block;
	height: 55px;
	line-height: 51px;
	border-radius: 55px;
	padding: 0px 50px;
	align-items: center;
	margin-bottom: 40px;
	box-sizing: border-box;
	opacity: 1;
	pointer-events: all;
}
/*
.hapi-state-datepicker-has-global .buchungslink {
	opacity: 0;
	pointer-events: none;
	transition: ease-out opacity 0.5s;
}
*/

.headerPicSociallinks {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.headerPicSociallinks a {
	width: 30px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media only screen and (max-width : 720px) {
	.el-headerpicture .headerPicSubtext {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.el-headerpicture .headerPicContent {
		padding-top: 280px;
	}
}

























