

/* ........................................... */
/* testweise: zum Zentrieren der Slider-Bilder */		
/* ........................................... */

#sct_020_main_div
{
	
	background-image: 					url("../assets/bg/matrix.webp");
	background-repeat: 					no-repeat;
	background-color:					white;
	background-attachment: 				fixed;
	background-size: 					cover;
	resize: 							both;
	background-position: 				center;
	
	
	text-align: 						center; 
	border:								0px solid blue;
}



.carousel-inner img 
{
	margin: 							auto;
	max-width: 							1296px; 
	max-height: 						480px; 
	/* min-height: 280px; */	
}
							

.carousel-caption 
{
	width:								100%;
	height:								100%;
	left:								0!important;
}


.carousel-caption #sld_1 
{
	text-align:							left;
	margin-left:						30px;
	font-size: 							30px;
	line-height: 						30px;
	margin-top:							10%;
}


/* .................................................................... */
/* .................................................................... */

/* 04-12-2023*/

.carousel-item 
{
	/*transition: transform 0.4s ease-in-out;*/
	transition: 						transform 0.2s ease-in-out;
}



.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end 
{
	/*transition: opacity 0.2s 0.1s;*/
	transition: 						opacity 1.0s 0.0s;*
}



/* ................................................ */
/* TESTWEISE ZUM AUSRICHTEN DER TITEL IN DEN SLIDES */
/* ................................................ */

.carousel-caption 
{
	background-color: 					RGB(180,80,180,0.4);
	height: 							200px;
	left: 								100px;
	margin-bottom: 						0;

}


				