.bhe-state-editing .el-header .bh-swiper .swiper-container {
	overflow: visible;
}
.bhe-state-editing .el-header .bh-swiper > .swiper-pagination {
	z-index: 0;
}

.header-item-content {
	position: relative;
	z-index: 20;
}
.header-height-75vh .el-header-item .header-item-content,
.el-header.with-contact .header-height-50vh .el-header-item .header-item-content {
	min-height: 70vh;
	min-height: clamp(40rem, 70vh, 80rem);
}
.el-header.with-calc .header-height-50vh .el-header-item .header-item-content {
	min-height: 55rem;
	min-height: clamp(60rem, 70vh, 80rem);
}
.el-header:not(.with-calc):not(.with-contact) .header-height-50vh .el-header-item .header-item-content {
	min-height: 50vh;
	min-height: clamp(30rem, 50vh, 50rem);
}

.header-wrapper {
	position: relative;
}
.header-swiper {
	position: relative;
	z-index: 5;
}

/* IMG OR BG */
.el-header .el-header-item-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.el-header.bg-color-root-07 .el-header-item-img.bhe-state-property-empty {
	background-color: var(--root-color-07);
}
.el-header.bg-color-primary-100 .el-header-item-img.bhe-state-property-empty {
	background-color: var(--primary-color-100);
}
.el-header .el-header-item-img:not(.bhe-state-property-empty) .header-item-content {
	background: linear-gradient(249.95deg, rgba(0, 0, 0, 0) 43.82%, rgba(0, 0, 0, 0.55) 74.62%);
}

/* SWIPE CONTENT */
.header-item-content {
	width: 100%;
	height: auto;
	padding-bottom: 6rem;
	padding-top: 6rem;
	box-sizing: border-box;
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.header-item-textbox {
	max-width: 50rem;
}
/* TEXT */
.header-headline h1 {
	font-size: 4.8rem;
}
.header-headline h1,
.header-subtext,
.header-subtext p {
	color: white;
}
.el-header-item:not(.withSubtext) .header-headline h1 {
	margin-bottom: 0px;
}
.header-subtext,
.header-subtext p {
	font-size: 1.8rem;
	line-height: 1.4;
}

/* BUTTON */
.el-header .btn-underline {
	padding-left: 0px;
}
.el-header:not(.bg-color-none) .button-text,
.el-header:not(.bg-color-none) .button-icon,
.el-header.bg-color-none .el-header-item .bhBackgroundImage:not(.bhe-state-property-empty) .button-text,
.el-header.bg-color-none .el-header-item .bhBackgroundImage:not(.bhe-state-property-empty) .button-icon {
	color: white !important;
}
.el-header .btn-underline .button-text:after {
	background-color: white;
}

/* TEXT WENN KEIN BILD UND KEIN BG ODER HELLGRAUER HINTERGRUND */

.el-header.bg-color-none .el-header-item .bhBackgroundImage.bhe-state-property-empty .header-headline h1,
.el-header.bg-color-none .el-header-item .bhBackgroundImage.bhe-state-property-empty .header-subtext,
.el-header.bg-color-none .el-header-item .bhBackgroundImage.bhe-state-property-empty .header-subtext p,
.el-header.bg-color-root-07 .el-header-item .bhBackgroundImage.bhe-state-property-empty .header-headline h1,
.el-header.bg-color-root-07 .el-header-item .bhBackgroundImage.bhe-state-property-empty .header-subtext,
.el-header.bg-color-root-07 .el-header-item .bhBackgroundImage.bhe-state-property-empty .header-subtext p {
	color: inherit;
}
.el-header.bg-color-none .el-header-item .bhBackgroundImage.bhe-state-property-empty .button-text,
.el-header.bg-color-none .el-header-item .bhBackgroundImage.bhe-state-property-empty .button-icon,
.el-header.bg-color-root-07 .el-header-item .bhBackgroundImage.bhe-state-property-empty .button-text,
.el-header.bg-color-root-07 .el-header-item .bhBackgroundImage.bhe-state-property-empty .button-icon {
	color: var(--primary-color-100);
}

.bg-color-none .el-header-item .bhBackgroundImage.bhe-state-property-empty .btn-underline .button-text:after,
.bg-color-root-07 .el-header-item .bhBackgroundImage.bhe-state-property-empty .btn-underline .button-text:after {
	background-color: var(--primary-color-100);
}

.el-header.bg-color-root-07 .el-header-item .bhBackgroundImage.bhe-state-property-empty .button-text,
.el-header.bg-color-root-07 .el-header-item .bhBackgroundImage.bhe-state-property-empty .button-icon {
	color: var(--primary-color-100) !important;
}

/* Swiper Navigation */

.el-header .swiper-button-next,
.el-header .swiper-button-prev {
	display: none;
}

/* 100% TIROL BANNER */

.el-header.tirol100 .header-item-content {
	padding-top: 26rem;
}
.el-header.tirol100 .header-banner {
	position: absolute;
	height: 12.3rem;
	width: 23.6rem;
	left: 0px;
	top: 10rem;
	background-image: url('/fileadmin/templates/elements/el-header/img/banner.jpg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
}

/* TARIFRECHNER */

.el-header.with-calc .header-item-textbox {
	width: calc(100% - 36rem);
}

.header-calc {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	width: 32rem;
	/* height: 43.3rem; */
	height: auto;
	z-index: 10;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
}

/* CONTACTBOX */

.el-header.with-contact .header-item-textbox {
	width: calc(100% - 34rem);
}
.el-header.with-contact .header-height-50vh .el-header-item .header-item-content {
	min-height: 40rem ;
	min-height: clamp(40rem, 50vh, 50rem);
}

.header-contact {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	width: 30rem;
	height: auto;
	background-color: white;
	box-shadow: var(--root-box-shadow);
	z-index: 10;
}
.header-contact-headline {
	position: absolute;
	left: 1.5rem;
	top: 0px;
	transform: translateY(-50%);
	background-color: var(--primary-color-100);
	padding: 0.5rem 1rem 0;
	font-family: 'Rockwell', serif;
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.01em;
	color: white;
}
.header-contact-subtext {
	width: 100%;
	background-color: var(--primary-color-07);
	padding: 3.5rem 1.5rem 2rem;
	box-sizing: border-box;
}
.header-contact-databox {
	width: 100%;
	height: auto;
	padding: 2rem 1.5rem 1.5rem;
	box-sizing: border-box;
}
.header-contact-tel-headline {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--root-color-80);
	margin-bottom: 0.3rem;
}
.header-contact-tel {
	margin-bottom: 1.5rem;
}
.header-contact-tel-link {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}
.header-contact-tel-icon {
	font-size: 24px;
	margin-right: 2rem;
	color: var(--primary-color-100);
}
.header-contact-tel-text {
	font-size: 1.9rem;
	line-height: 1.5;
	color: var(--root-color-80);
}
.header-contact-button {
	display: block;
	width: 100%;
	padding: 1rem 1.5rem 0.7rem;
	box-sizing: border-box;
	border: 1px solid var(--primary-color-100);
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: var(--primary-color-100);
}
.header-contact-button:not(:last-child) {
	margin-bottom: 1.5rem;
}


/* NOTRUF-BOX */

.header-notruf-box {
	position: absolute;
	top: 0px;
	right: calc(var(--website-padding-50) + 12rem + 2.5rem);
	width: auto;
	height: auto;
	z-index: 80;
}
.header-notruf-box-inner {
	padding: 0.8rem 1.5rem;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--primary-color-100);
	color: white;
	transition: ease-in background-color 0.3s;
}
.header-notruf-box-inner:hover {
	background-color: var(--primary-color-80);
	transition: ease-out background-color 0.3s;
}
.header-notruf-box-text {
	margin-right: 1.5rem;
}
.header-notruf-box-text-2 {
	font-weight: 700;
}
@media only screen and (max-width:970px) {
	.header-notruf-box {
		right: calc(var(--website-padding-50) + 11rem + 2.5rem);
	}
}
@media only screen and (max-width:600px) {
	.header-notruf-box {
		right: 0px;
		width: 100%;
		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: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

/* BREADCRUMB */

.breadcrumb-wrapper {
	background-color: #FFFFFF;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	box-sizing: border-box;
	border-bottom: 1px solid var(--root-color-07);
}

.bh-breadcrumb {
	font-family: inherit;
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.bh-breadcrumb-label {
	/* padding-right: 0.5rem; */
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
	color: var(--root-color-30);
}
.bh-breadcrumb-label > a {
	/* padding-right: 0.5rem; */
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
	color: var(--root-color-30);
	text-decoration-line: none;
}
.bh-breadcrumb ol {
	margin: 0;
	padding: 0;
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bh-breadcrumb li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
	color: var(--root-color-100);
}
.bh-breadcrumb li a {
	display: block;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
	color: var(--root-color-30);
	text-decoration-line: none;
}
.bh-breadcrumb li {
	padding-left: 3rem;
}
.bh-breadcrumb li:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.3rem;
	height: 0.7rem;
	width: 0.7rem;
	background-color: var(--root-color-10);
}

/* SWIPER PAGINATION */
.el-header .swiper-pagination {
	/* left: 50%; */
	bottom: 3rem;
	transform: translateY(-50%);
	transition: ease-in-out all 0.5s;
}
.el-header .swiper-pagination-bullet {
	width: 0.5rem;
	height: 0.5rem;
	border: 1px solid white;
	background: transparent;
	opacity: 1 !important;
	margin: 0 0.25rem !important;
	transition: ease-in-out all 0.5s;
}
.el-header .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
}
.el-header .swiper-pagination.swiper-pagination-lock {
	display: none;
}


/*--- VIDEO ----*/

.header-item-video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	pointer-events: none;
	transition: ease-in-out opacity 0.4s;
}
/* .bhe-state-editing .header-item-video {
	opacity: 0;
} */

/*---- HEADER BUTTON ----*/

.el-header .header-button {
	position: absolute;
	height: 24.7rem;
	width: 24.7rem;
	right: 8.8rem;
	top: 8.6rem;
	border-radius: 50%;
	padding: 1.8rem;
	box-sizing: border-box;
	background-color: var(--primary-color-100);
	color: white;
	transform: rotate(-15deg);
	transition: ease-in box-shadow 0.5s, ease-in transform 0.5s;
	z-index: 10;
}
.el-header .header-button:hover {
	box-shadow: var(--primary-box-shadow);
	transform: rotate(0deg);
	transition: ease-out box-shadow 0.5s, ease-out transform 0.5s;
}
/* @supports (clip-path: circle(50% at 50% 50%)) {
	.el-header .header-button {
		clip-path: circle(50% at 50% 50%);
		border-radius: 0;
	}
} */
.el-header .header-button-inner {
	width: 100%;
	height: 100%;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.el-header .header-button-icon {
	font-size: 4rem;
	margin-bottom: 0.5rem;
}
.el-header .header-button-text {
	font-family: 'Rockwell', serif;
	font-weight: 400;
	font-size: 2.7rem;
	line-height: 1.3;
	text-align: center;
	letter-spacing: -0.01em;
	margin-bottom: 1rem;
}
.el-header .header-button-link-icon {
	width: 2.7rem;
	height: 1.5rem;
	background-image: url('/fileadmin/images/headerbutton-linkicon.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

@media only screen and (min-width:768px) and (max-width:899px) {
	.el-header.with-calc .el-header-item .header-item-content {
		min-height: 60rem !important;
	}
}
@media only screen and (max-width:1200px) {
	.header-headline h1 {
		font-size: 4rem;
	}
	.header-subtext,
	.header-subtext p {
		font-size: 1.7rem;
	}
}
@media only screen and (max-width:1023px) {
	.el-header .swiper-pagination {
		left: 1rem;
	}
}
@media only screen and (max-width:900px) {
	.header-calc {
		width: 26rem;
	}
	.el-header.with-calc .header-item-textbox {
		width: calc(100% - 29rem);
	}
	.el-header.tirol100 .header-banner {
		height: 9.3rem;
		width: 17.7rem;
	}
	.el-header.tirol100 .header-item-content {
		padding-top: 20rem;
	}
}
@media only screen and (max-width:700px) {
	.header-height-75vh .el-header-item .header-item-content {
		min-height: 60vh;
	}
}
@media only screen and (max-width:767px) {
	.header-headline h1 {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.header-headline h1 {
		font-size: 3rem;
	}
	.el-header .button-text {
		font-size: 1.4rem;
	}
	.header-calc,
	.header-contact {
		position: relative;
		width: 100%;
		max-width: 37rem;
		right: auto;
		bottom: auto;
		margin: 0 auto;
		margin-top: -1.5rem;
	}
	.header-contact {
		max-width: 30rem;
	}
	.el-header.with-calc .header-item-textbox,
	.el-header.with-contact .header-item-textbox {
		width: 100%;
	}
	.header-item-content {
		padding-bottom: 3rem;
	}
	.el-header.tirol100 .header-item-content {
		padding-top: 18rem;
	}
	.el-header.tirol100 .header-banner {
		top: 6rem;
		height: 7.9rem;
		width: 15rem;
	}
	.el-header .el-header-item-img:not(.bhe-state-property-empty) .header-item-content {
		background: inear-gradient(249.95deg,rgba(0,0,0,0.2) 15%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.6) 80%);
	}
}
@media only screen and (max-width:700px) {
	.el-header .header-button {
		height: 14.5rem;
		width: 14.5rem;
		right: 2rem;
		top: 4.5rem;
		padding: 1.2rem;
	}
	.el-header .header-button-icon {
		font-size: 2.4rem;
	}
	.el-header .header-button-text {
		font-size: 1.8rem;
	}
	.el-header .header-button-link-icon {
		width: 2.3rem;
		height: 1.2rem;
	}
}
@media only screen and (max-width:450px) {
	.header-headline h1 {
		font-size: 2.8rem;
		margin-bottom: 1rem;
	}
	.header-subtext p {
		margin-bottom: 0.9rem;
	}
	.bh-breadcrumb li {
		padding-left: 1.5rem;
	}
	.bh-breadcrumb li:before {
		height: 0.5rem;
		width: 0.5rem;
		left: 0.5rem;
		transform: translateY(-40%);
	}
	.bh-breadcrumb li a,
	.bh-breadcrumb-label > a {
		letter-spacing: -0.05em;
	}
}