body.admin-bar .m-hero-big {
}

.m-hero-big {
	height: 800px;
	position: relative;
	overflow: hidden;
}

.m-hero-big__inner {
	position: relative;
	overflow: hidden;
	padding-right: var(--wp--style--root--padding-right);
	padding-left: var(--wp--style--root--padding-left);
}

.m-hero-big__content {
	margin-top: 110px;
	width: 100%;
	display: flex;
	flex-flow: column;
	height: 100%;
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

@media (max-width: 767px) {
	.m-hero-big {
		min-height: 600px;
		height: auto;
	}

	.m-hero-big__content {
		margin-top: 40px;
	}

	.m-hero-big__bar-item {
		padding: 15px 20px;
	}

	.m-hero-big__pagination-wrapper {
		display: none;
	}

	.m-hero-big__inner {
		max-height: 700px;
	}
}


.m-hero-big__video {
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 100%;
}

.m-hero-big__video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

.m-hero-big__video::before, .m-hero-big__image::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(90.68deg, rgba(0, 0, 0, 0.6) 0.55%, rgba(0, 0, 0, 0) 119.41%);
}

.m-hero-big__image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	z-index: 1; /* Make sure images are behind other content */
}

.m-hero-big__image img {
	display: block;
	width: 100vw;
	height: 100%;
	object-fit: cover;
}

.m-hero-big__image.active {
	opacity: 1;
	z-index: 2; /* Bring active image to front */
}

.m-hero-big__bar {
	margin-right: auto;
	display: block !important;
}

.m-hero-big__pagination-wrapper {
	position: relative;
	overflow: hidden;
	float: left;
	align-self: flex-start;
	margin-top: auto;
}

.m-hero-big__progress-bar {
	background-color: rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.m-hero-big__progress-bar .splide__progress__bar {
	height: 3px;
	background-color: #2ffb95;
}

.wp-admin .m-hero-big__slider-item {
	display: none;
}

.wp-admin .m-hero-big__slider-item:nth-child(1) {
	display: block;
}

.m-hero-big__bar-inner {
	padding: 0;
}

.m-hero-big__bar-item {
	background: none;
	border: none;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	font-size: 18px;
	position: relative; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 100ms ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
	color: white;
	padding: 20px 50px;
	z-index: 14;
	opacity: 0.8;
}

.m-hero-big__bar-item.is-active {
	opacity: 1;
}

.m-hero-big__bar-item::before {
	height: 19px;
	width: 4px;
	background-color: rgba(255, 255, 255, 0.2);
	content: "";
	display: block;
	float: left;
	margin-right: 9px;
	margin-top: 0;
}

.m-hero-big__bar-item.is-active::before {
	background-color: #2ffb95;
}

.m-hero-big__bar-item-wrapper {
	position: relative;
}

.m-hero-big__bar-item-wrapper::after {
	transition: all 100ms ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 3px);
	display: block;
	left: 0;
	top: 0;
	background-color: white;
	opacity: 0;
	z-index: 13;
}

.m-hero-big__bar-item-wrapper:hover::after {
	opacity: 0.2;
}

.m-hero-big__slider {
	height: 80%;
	display: flex;
	flex-flow: column;
}

@media (max-width: 767px) {
	.m-hero-big__slider {
		height: auto;
	}
}

.m-hero-big__slider-item {
	padding-bottom: 100px !important;
	width: 100%;
	max-width: 70%;
}

@media (max-width: 767px) {
	.m-hero-big__slider-item {
		padding-bottom: 40px !important;
		max-width: 100% !important;
	}
}

.m-hero-big__slider-item_title {
	color: white;
	font-weight: 600;
	font-family: "Bechtle DIN Pro";
}

.m-hero-big__slider-item_text {
	color: white;
	margin-top: 30px;
	min-height: 120px;
}

@media (max-width: 767px) {
	.m-hero-big__slider-item_text {
		min-height: 80px;
	}
}

.m-hero-big__slider-item_button {
	margin-top: 40px;
	text-decoration: none !important;
	font-weight: bold;
}

@media (max-width: 767px) {
	.m-hero-big__slider-item_button {
		margin-top: 20px;
	}
}

.m-hero-big__slider-item_text {
	font-size: 27px;
	line-height: 41px;
}

@media (max-width: 1200px) {
	.m-hero-big__slider-item_text {
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.m-hero-big__slider-item_text {
		font-size: 21px;
		line-height: 29px;
	}
}

.m-hero-big__slider-item_title {
	font-size: 65px;
	line-height: 81px;
}

@media (max-width: 1200px) {
	.m-hero-big__slider-item_title {
		font-size: 55px;
		line-height: 69px;
	}
}

@media (max-width: 767px) {
	.m-hero-big__slider-item_title {
		font-size: 36px;
		line-height: 46px;
	}
}

.m-hero-big__slider-item_button { /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 100ms ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
	font-size: 1.1333333333rem;
	line-height: 1.4666666667rem;
	background-color: #2ffb95;
	color: #075033;
	display: inline-block;
	border-radius: 0;
	border: 0;
	font-weight: 700;
	padding: 10px 16px;
	box-sizing: border-box;
	text-align: center;
	min-width: 140px;
}

@media (max-width: 1200px) {
	.m-hero-big__slider-item_button {
		font-size: 1.0666666667rem;
		line-height: 1.3333333333rem;
		padding: 11px 25px;
	}
}

@media (max-width: 767px) {
	.m-hero-big__slider-item_button {
		padding: 6px 10px;
		min-width: 100px;
		font-size: 1rem;
		line-height: 1.3333333333rem;
	}
}

.m-hero-big__slider-item_button:hover {
	cursor: pointer;
	color: #2ffb95;
	background-color: #075033;
}

.splide__pagination {
	justify-content: flex-start;
}

.splide__track {
	z-index: 10;
}