

@charset "utf-8";
/* CSS Document */

li ul{
	display:none;
	margin-left:-20px;
	margin-top:0;
	padding:2px 0 4px;
	line-height:1.25;
}

/*ul li:hover ul{
		display:block;	
		width:180px;
		list-style:none;
		line-height:30px;
		font-size:14px;
		color:#ff0000;
		margin-bottom:12px;
		margin-left:-30px;
		
		
		
	}
*/	
	
	
.stil li{
		position:relative;
		border-bottom:1px solid #707070;
		color:#333333;	
		list-style-type:none;
		font-size:14px;
		}

.stil li > a{
		display:inline-block;
		vertical-align:top;
		margin:0;
		padding:0 0 1px 0;
}


/*	
.stil li:hover{
		border-bottom:none;
		color:#666;	
	}*/	

.stil a{
		text-decoration:none;
		color:#333333;	
}
/*
.stil a:hover{
		text-decoration:none;
		color:#000000;
			
}*/
.stil{
		width:23%;
		line-height:30px;
		color:#333333;	
		font-size:16px;
		
}

.stil li ul{
		position:absolute;
		left:0;
		top:100%;
		margin:0;
		margin-left:0;
		padding:2px 0 5px;
		z-index:12000;
		min-width:11em;
		background:#fff;
		box-shadow:0 6px 18px rgba(0,0,0,0.12);
}

.stil li ul li{
		border-bottom:none;
		line-height:1.25;
		margin:0;
		padding:2px 0;
}

.stil li ul li a{
		display:block;
		line-height:1.25;
		padding:2px 0;
}

/* Primary navigation bar under logo (#slidemenu moved by /js/site-nav.js) */
.below-logo-wrap{
	display:none;
	width:100%;
	border-bottom:1px solid #e5e7eb;
	background:linear-gradient(180deg,#f8fafc 0%,#fff 60%);
}

body.nav-under-logo .below-logo-wrap{
	display:block;
}

/* If JS could not add body.nav-under-logo, still show the bar once #slidemenu is in the slot */
@supports selector(:has(a)){
	.below-logo-wrap:has(#slidemenu){
		display:block;
	}
}

.below-logo-wrap .slidemenu-wrap,
.below-logo-wrap .stil{
	float:none;
	width:100%;
	margin:0;
}

.below-logo-wrap .stil > ul{
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
	justify-content:stretch;
	width:100%;
	box-sizing:border-box;
	gap:0;
	padding:0;
	margin:0;
	list-style:none;
}

.below-logo-wrap .stil > ul > li{
	border-bottom:none;
	border-right:1px solid #e5e7eb;
	flex:1 1 0;
	min-width:0;
	text-align:center;
}

.below-logo-wrap .stil > ul > li:last-child{
	border-right:none;
}

.below-logo-wrap .stil > ul > li > a{
	text-align:center;
}

.below-logo-wrap .stil li > a{
	display:block;
	padding:11px 10px;
	font-weight:600;
	font-size:12px;
	letter-spacing:.02em;
	text-transform:lowercase;
	color:#1e293b;
	transition:background-color .15s ease,color .15s ease;
}

.below-logo-wrap .stil li > a::first-letter{
	text-transform:uppercase;
}

.below-logo-wrap .stil li > a:hover{
	background-color:#f1f5f9;
	color:#b91c1c;
}

.below-logo-wrap .stil li ul{
	display:block;
	border-radius:0;
	left:0;
	width:100%;
	min-width:0;
	max-width:none;
	box-sizing:border-box;
	border:1px solid #e5e7eb;
	box-shadow:0 14px 40px rgba(15,23,42,0.14);
	padding:6px 0;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transform:translateY(-6px);
	transition:opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
}

.below-logo-wrap .stil li:hover > ul,
.below-logo-wrap .stil li:focus-within > ul{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	transform:translateY(0);
	transition:opacity .28s ease, transform .28s ease, visibility 0s linear 0s;
}

@media (prefers-reduced-motion: reduce){
	.below-logo-wrap .stil li ul,
	.below-logo-wrap .stil li:hover > ul,
	.below-logo-wrap .stil li:focus-within > ul{
		transition-duration:.01ms;
		transition-delay:0s;
	}
}

.below-logo-wrap .stil li ul li a{
	padding:8px 14px;
	font-weight:500;
	font-size:13px;
	text-transform:lowercase;
	letter-spacing:0;
	color:#334155;
}

.below-logo-wrap .stil li ul li a::first-letter{
	text-transform:uppercase;
}

.below-logo-wrap .stil li ul li a:hover{
	color:#b91c1c;
	background-color:#fef2f2;
}

@supports selector(li:has(> ul)){
	.below-logo-wrap .stil li:has(> ul) > a{
		padding-right:1.65rem;
		position:relative;
	}
	.below-logo-wrap .stil li:has(> ul) > a::after{
		content:"";
		position:absolute;
		right:10px;
		top:50%;
		margin-top:-3px;
		border:4px solid transparent;
		border-top-color:#94a3b8;
	}
}

