
.fullscreen-owl-slider-wrapper {
	position: relative;
	min-height: 600px;
}

.fullscreen-owl-slider .owl-dots {
	display: inline-block;
	position: absolute;
	bottom: auto;
	top: 50%;
	z-index: 20;
	width: 100%;
	padding-left: 55px;
}

.fullscreen-owl-slider .owl-dot {
	display: inline-block;
	position: relative;
	padding: 10px 0;
}

.fullscreen-owl-slider .owl-dot span {
	display: block;
	float: left;
	width: 40px;
	height: 2px;
	margin: 0 5px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.fullscreen-owl-slider .bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	max-width: 100%;
	height: 4px;
	background: #000;
}

.fullscreen-owl-slider .progressBar {
	width: 100%;
	background: #fff;
}

.fullscreen-owl-slider .slider-item {
	height: calc(100vh - 200px);
	min-height: 600px;
	padding: 55px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.is-logged-in .fullscreen-owl-slider .slider-item {
	height: calc(100vh - 248px);
}

.fullscreen-owl-slider .owl-item.active {
	z-index: 2;
}

.fullscreen-owl-slider .owl-item {
	will-change: transform;
}

.fullscreen-owl-slider h1:before,
.fullscreen-owl-slider .ccm-image-slider-title:before {
	display: none;
}

.fullscreen-owl-slider .ccm-image-slider-text {
	position: absolute;
	top: 50%;
	transform: translateY(-100%);
	margin-top: -80px;
}

.fullscreen-owl-slider .overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.fullscreen-owl-slider .quote {
	margin-top: 1.2em;
}

.fullscreen-owl-slider-wrapper .scroll-to-main {
	display: inline-block;
	position: absolute;
	bottom: 2.2em;
	padding-left: 55px;
	z-index: 8;
	cursor: pointer;
}

.fullscreen-owl-slider-wrapper .scroll-to-main:before {
	content: '';
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/application/themes/sw_default/media/arrowdown.svg);
	float: left;
	margin-right: 10px;
}

.is_dark .fullscreen-owl-slider-wrapper .scroll-to-main:before {
	background-image: url(/application/themes/sw_default/media/arrowdown-white.svg);
}


.fullscreen-owl-slider-wrapper .ccm-image-slider-image img {
	transform: translate(-50%, -50%) scale(1);
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: calc(100vh - 200px);
	min-width: 100vw;
	max-width: none;
	transition: transform 40000ms ease;
	object-fit: cover;
}

.fullscreen-owl-slider-wrapper .active .ccm-image-slider-image img {
	transform: translate(-50%, -50%) scale(1.5);
}

@media only screen and (max-width: 700px) {

	.fullscreen-owl-slider-wrapper .ccm-image-slider-image img {
		position: relative;
		top: auto;
		left: auto;
		min-width: 0;
		min-height: 0;
		max-width: 100%;
		transform: none !important;
		transition: none !important;
	}

	.fullscreen-owl-slider-wrapper {
		min-height: 0;
	}

	.fullscreen-owl-slider-wrapper .scroll-to-main {
		display: none;
	}

	.fullscreen-owl-slider .slider-item {
		height: auto !important;
		min-height: 0;
		padding: 0;
		background: none !important;
	}

	.fullscreen-owl-slider .ccm-image-slider-text {
		position: relative;
		top: auto;
		transform: none;
		margin-top: 0;
		padding: 20px 20px 0 20px;
	}

	.fullscreen-owl-slider .quote {
		margin-top: 0;
		font-size: 15px;
	}

	.swReset .ccm-image-slider-text h1,
	.swReset h1.ccm-image-slider-title {
		/*font-size: 22px;*/
		padding: 0;
	}

	.fullscreen-owl-slider .owl-dots {
		top: calc(47vw);
		padding-left: 15px;
	}

}

