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

.headerPicContent {
	height: 100%;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 250px;
	padding-left: clamp(15px, 3.2vw, 50px);
	padding-right: clamp(15px, 3.2vw, 50px);
	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%);
}
.headerPicContentWrapper {
	text-align: center;
}
.headerPicText {
	margin-bottom: 3px;
}
.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;
	cursor: pointer;
}
/*
.hapi-state-datepicker-has-global .buchungslink {
	opacity: 0;
	pointer-events: none;
	transition: ease-out opacity 0.5s;
}
*/

.headerPicSociallinks {
	position: absolute;
	right: 30px;
	bottom: 30px;
	pointer-events: auto;
	z-index: 10;
}

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

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

.bh-state-mobile .headerPicText p {
	font-family: "fieldwork", sans-serif;
	font-size: 14px !important;
	line-height: 20px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	text-align: center !important;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
}
.bh-state-mobile .headerPicSubtext p {
	    font-family: "miller-text";
	font-size: 40px !important;
	margin-top: 0 !important;
	line-height: 45px !important;
	margin-bottom: 15px !important;
	text-align: center !important;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.header .el-headerpicture,
.header .el-header {
	margin-bottom: 0px !important;
}

.buchungslink {
	margin-bottom: 9rem;
}



















