.clone-header-slider{
	min-height:200px;
	position: relative;
	overflow:hidden;
	padding-bottom:60px;
}

.header-slide{
	position: absolute;
	top:0;
	width:100%;
	height:100%;
}

.header-outer{
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

.header-inner{
	position: absolute;
	width:100%;
	height:100%;	
	overflow:hidden;
}

.header-infobox{
	position: relative;
	z-index:2;	
}

.header-infobox-content{
	padding: 50px 40px;
	background:rgba(29,87,130,0.6);
}

.header-infobox-content h1{
	color:var(--color1) !important;
}

.header-slider-image {
    position: absolute;
	z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-slider-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.header-slide-text{
	padding-left:16vw;
}

.header-slide-button{
	padding-left:16vw;
}



.header-slider_controls{
	z-index:2000; 
	font-size:12px;
	/*position: absolute;
	bottom:0;*/
}

.header-slider-pagination{
	z-index:2000; 
	position: absolute;
	bottom:0;
}

.header-pagiActive{
	color:orange;
}

.header-slider-container .header-NextButton{
    width: 20px;
    height: 20px;
    background: url(../svg/arrow-right-short.svg);
    background-repeat: no-repeat;
    background-size: 20px;
}
.header-slider-container .header-PrevButton{
    width: 20px;
    height: 20px;
    background: url(../svg/arrow-left-short.svg);
    background-repeat: no-repeat;
    background-size: 20px;
}

/* Timer */
.header-slider-time-outer{
	width:100%;
	height:6px;
	background: #666666;
}
.header-slider-time-inner{
	width:0%;
	height:100%;
	background: orange;
}


.header-slider-timer{
	z-index:2000; 
	position: absolute;
	top:0;
}

	/* Button auf dunkelgrün */
	.header-slider-container .btn-primary{
	background-color: var(--color2) !important;
	color:var(--color1) !important;
	border:1px solid var(--color2) !important;
	}

@media (min-width: 768px){
	
	/* Button auf dunkelgrün */
	.header-slider-container .btn-primary{
		background-color: transparent !important;
		color:var(--color2) !important;
		border:1px solid var(--color2) !important;
	}
	
	
	.header-slider-image {
		width: 50%;
	}


}





