/*<meta conditions="etas.NOTranslation" />*/

/*Styles the header of the tripane skin*/

@font-face 
{
	font-family: 'Manrope Light';
	src: url(../Fonts/Manrope-Light.ttf);
}

@font-face 
{
	font-family: 'Manrope';
	src: url(../Fonts/Manrope-Regular.ttf);
}

@font-face 
{
	font-family: 'Manrope SemiBoldd';
	src: url(../Fonts/Manrope-SemiBold.ttf);
}

/* Variables */

:root
{
	--ETAScolor1: #164293;
	--ETAScolor2: #89037a;
	--ETAScolor3: #9373b1;
	--ETASred: #e5004a;
	--ETASgray10: #eeeff0;
	--ETASgray20: #dee0e2;
	--ETASgray70: #8b9299;
	--Black: #000000;
	--White: #ffffff;
	--Product: "INCA";
}

#header
{
/*	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	display: block;
	height: 65px;*/
	background-image: linear-gradient(to right, var(--ETAScolor1), var(--ETAScolor2)) !important;
}

#responsiveHeader
{
	background-image: linear-gradient(to right, var(--ETAScolor1), var(--ETAScolor2)) !important;
}

#show-hide-navigation
{
	display: none;
}

#contentBodyInner
{
	border: none;
	/*max-width: 1192px;*/
}


/*Styles the search bar*/
.search-bar{
	margin-top: 13px;
	margin-right: 20px; 
}

/*Styles the width of the search bar*/
#search-field{
	width: 300px;
}


/*Styles the search filter*/
.search-filter{
	line-height: 38px;
}




@media (max-width: 1279px) 
{
		/* Stelle sicher, dass die Tabs immer aktiv sind */
	.tabs-panel {
		display: block !important; /* Zeige das TOC immer an */
	}

	/* Optional: Stelle sicher, dass der aktive Tab immer sichtbar ist */
	.tabs-nav-active {
		display: block !important; /* Aktiven Tab immer anzeigen */
	}

	/* Verstecke den Index-Tab, wenn er nicht benötigt wird */
	.tabs-nav-inactive {
		display: none !important; /* Index-Tab ausblenden */
	}
}

