.fancybox-slide--video .fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 100%;
	max-height : calc( 100% - 100px );
  margin: 50px 0;
  overflow: visible;
  background: #000;
}





.button-fancybox-prev {
	
	width: 24px;
    height: 24px;
	background-size: cover;
	background-image: url(../icons/Slider_links_initial_gelb.svg);
}

.button-fancybox-prev:hover{
  background-image: url(../icons/Slider_links_aktiv_gelb.svg);
}





.button-fancybox-next {
	
	width: 24px;
    height: 24px;
	background-size: cover;
	background-image: url(../icons/Slider_rechts_initial_gelb.svg);
}

.button-fancybox-next:hover{
  background-image: url(../icons/Slider_rechts_aktiv_gelb.svg);
}



.button-fancybox-close {
   position: absolute;
  width: 100%;
  height: 44px;
  
	top: -44px;
  text-align: right;
  
  
}

.button-items {
	position: absolute;
	font-size: 16px;
	text-decoration: none;
	width: 100%;
	text-align: center;
	top: 102%;
	color:#FFF3CE;
}


.fancybox-caption {
    background: transparent;
    color: transparent;
    
}


.button_dot_yellow {
    
	height:16px;
	width:16px;
	margin-left: 10px;
	margin-right: 10px;
    
}


