

#id_sect_050
{
	border:									0px solid black;
	background-image: 						url(../assets/bg/xxx.png);
	background-repeat: 						no-repeat;
	background-attachment: 					fixed;
	background-size: 						cover;
	resize: 								both;
	background-position: 					center;
}


.div_section_accordion
{
		background-image: 					url(../assets/bg/xxx.png);
		background-repeat: 					no-repeat;
		background-attachment: 				fixed;
		background-size: 					cover;
		resize: 							both;
		background-position: 				center;
		border: 							0px solid red;
		border-radius: 						0px!important;
	
}

.div_section_e_services
{
	
		background-image: 					url(../assets/bg/xxx.png);
		background-repeat: 					no-repeat;
		background-attachment: 				fixed;
		background-size: 					cover;
		resize: 							both;
		background-position: 				center;
		
}


/* ======================================================================================== */

.lamellas_services_accordion
{
		font-size: 							1rem; 
		border: 							110px solid green;
		color: 								RGB(80,80,80,1.0); 
		background-color: 					RGB(155,155,155,0.1); 
		display: 							block; 
		border:								4px solid white;
		border-top: 						1px solid RGB(255,255,255,0.5); 
		border-bottom: 						1px solid white; 
		/*border-bottom: 						1px solid #EF7D00;*/ 
		border-radius: 						0px;
		transition: 						0.3s;
		-webkit-transition: 				0.3s;
	
}

.lamellas_services_accordion:hover
{
		color: 								RGB(239,125,0,1);
		background-color: 					RGB(250,250,250,0.8);		
		transition: 						0.2s;
		-webkit-transition: 				0.2s;
		/*background-color: 				RGB(181,185,188,0.4);*/
}

/* ======================================================================================== */
/* ======================================================================================== */
/* ======================================================================================== */


/* Der 100%-Weite-Abschnitt mit den Lamellen */
#div_acc_item_sect_050_accordion_100vh
	{
		border-bottom: 						0;
		border-radius: 						0;
		border: 							100px solid green; 
		background-image: 					url(../assets/bg/tape_services.png);
		background-color: 					;
		border: 							0px solid red; 
		background-repeat: 					no-repeat;
		background-attachment: 				fixed;
		background-size: 					cover;
		resize: 							both;
		background-position: 				center;
		/* margin: 							-10px; */
	}


/* ======================================================================================== */
/* ======================================================================================== */
/* ======================================================================================== */


/* Der Conten-Bereich direkt unterhalb der Reiter */
.accordion-body 
	{
		border: 0px solid yellow;
		/* border-bottom: 1px solid white; */	
	}


/* Bezeichner der Reiter */
.sbsct_50_oo_lamella_header
	{
		
			font-family:						Tahoma;
			font-size: 							0.8rem;
			/*text-shadow: 						1px 1px #505050;*/
			/* color: 								rgb(80,80,80,1); */
	}


/* Färbung der Reiter */
.sect_050_navbar_h2
	{
		border: 								0px solid red; 
		width: 									100%;
		border-radius: 							0;
		-moz-background-image: 					linear-gradient(to bottom right, rgba(255,255,255,0.5), rgba(055,055,155,0.1));
		background-image: 						linear-gradient(to bottom right, rgba(255,255,255,0.5), rgba(055,055,155,0.1));
		
	}


/* WICHTIG: setzt die Animationsgeschwindigkeit hoch, damit es zu keiner Überschneidung beim Klicken der Tabs kommt im Akkordeon!*/
.my_transition
	{
		transition: 							0.25s !important;	
		-webkit-transition: 					0.25s !important;
	}


