/* Basisstil für das Inhaltsverzeichnis */
.widget_nk_title_toc_widget {
	border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #262626;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3) inset;
}

.nk-toc {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* Abstand zwischen den Listeneinträgen */


/* Standard-Link-Styling */
.nk-toc a {
    display: block;
	text-decoration: none;
    color: #e1e1e1!important; 
	width: 100%;
	padding: 5px 20px;
	border-bottom:1px solid #262626;
	border-top:1px solid #262626;
	opacity: 0.4;
	background: #151514; 
	font-family: 'Marcellus SC', serif;
    font-weight: 600;
}

/* Hover-Effekt für Links */
.nk-toc a:hover, .nk-toc a:focus {
    color: #e1e1e1!important; 
	opacity: 1.0;
	background: #151514;
	text-decoration: none!important;
}

/* Styling für den aktiven (highlighted) Link */
.nk-toc a.active {
    color: #e1e1e1!important; 
	opacity: 1.0;
	background: #151514; 
}

.nk-toc-headline {
	color: #e1e1e1; 
	background: #151514; 
	padding: 20px;
	opacity: 1.0;
	font-weight: 600;
	text-transform: uppercase;
}
