.header_tekst{
	color: #ffffff;
	font-family: eurostile;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	background-color: #00a9a1;
	padding: 20px 55px 30px 35px;
}

.header_slider,
.header{
	position: relative;
}

.header{
	margin-bottom: 110px !important;
}

.header_tekst_container{
	position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	z-index: 1000;
}

.header_slider:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.header .tns-controls{
	position: absolute;
	bottom: 0;
}


.header .tns-controls,
.header .tns-controls button{
	outline: none;
}

.header .tns-controls button{
	margin: 0 5px;
	border: none;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #00809f;
	padding: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    font-size: 20px;
}

.header .tns-controls button[disabled]{
	cursor: default;
	color: rgba(0, 128, 159, 0.3);
}

.header .tns-controls{
	text-align: right;
    max-width: 1140px;
    width: 100%;
    left: 50%;
	z-index: 1001;
    -webkit-transform: translateX(-50%) translateY(-30px);
    -ms-transform: translateX(-50%) translateY(-30px);
    transform: translateX(-50%) translateY(-30px);
    height: 0;
}

@media (max-width:767px)
{		
	.header {
		margin-bottom: 30px !important;
		
	}
	
	.header_slider, .header{
		min-height: 200px;
	}
	
	.header_slider picture {
		width: 100%;
		display: flex;
		height: 200px;
	}
	
	.header_slider  picture img {
		object-fit: cover; 
		height: 100%;
		width:100%;
	}
	
	.header_tekst{
		display: none;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.header .tns-controls{
		max-width: 720px;
	}
	
	.header_tekst {
		font-size: 20px;
		line-height: 30px;
	}
	
	.header {
		margin-bottom: 60px !important;
	}
	
	.home .header {
		height: 300px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.header .tns-controls{
		max-width: 960px;
	}
	
	.header_tekst {
		font-size: 20px;
		line-height: 30px;
	}
}