/* Slider */


.kunst-slider { display: none; }
.kunst-slider.slick-initialized { display: block; }

.kunst-titel-slider { display: none; }
.kunst-titel-slider.slick-initialized { display: block; }

.kunst-slider {
  z-index:9991;
}

.kunst-slider .slick-track {
  display: flex;
}
.kunst-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.bl-control {
	position:relative;
	left:13px;
	top:35%;	
}


@media only screen and (max-width: 768px) {
	
	.bl-control {
		top:20px;	
	}
}

.bl_slider_left{
  position: absolute;
  width: 200px;
  height:40px;
}

/*@media only screen and (max-width: 616px) {*/
@media only screen and (max-width: 768px) {	
	.bl_slider_left{
  		xbottom:30px;
  		bottom:100px;	
  		xmargin-bottom:25%;
  		width: 100%;
	}
	.bl-control {
		top:0;	
		xposition:absolute;
		xbottom:30px;
	}
}

.bl_slider_left .ballin_arrows {
  	margin-top: 160%;
  	margin-top: 190%;
}

@media only screen and (max-width: 1440px) {
	
	.bl_slider_left .ballin_arrows {
  		margin-top: 160%;
	}
}


@media only screen and (max-width: 768px) {
	
	.bl_slider_left .ballin_arrows {
  		xmargin-top: unset;	
	}
}


/*@media only screen and (max-width: 616px) {*/
@media only screen and (max-width: 768px) {	
	
	.bl_slider_left .ballin_arrows {
	
  		margin-top: unset;	
	}
}

.bl_slider_left .ballin_arrows .sup-next {
  float: left;
  right:20px;
}

/*@media only screen and (max-width: 616px) {*/
@media only screen and (max-width: 768px) {	
	.bl_slider_left .ballin_arrows .sup-next {
		float: right;
    	margin-right:25px;
	}
}

.bl_slider_left .ballin_arrows .sup-last {
  float: left;
  margin-right: 30px;
}

.bl_slider_left .ballin_arrows .sp-slick-last {

  background-repeat: no-repeat;

  height: 25px;
  width: 30px;
  cursor: pointer;
  
  font-family: 'Rokkitt', serif;
  font-size:25px;

  font-weight:300;
}


.bl_slider_left .ballin_arrows .sp-slick-next {


  height: 25px;
   width: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  font-family: 'Rokkitt', serif;
  font-size:25px;
  font-weight:300;
  
}

