/*
 Theme Name:   Nagelbinder
 Description:  Blocksy Child-Theme f&uuml;r nagelbinder.com (IHB Beyer) [Nov. 2022]
 Author:       Jan Ackermann
 Author URI:   https://www.google.de
 Template:     blocksy
 Version:      22.11.1
*/

.table-of-contents {
	padding: 0;
	margin-top: 0px;
}

.toc-headline h2 {
	font-size: 20px !important;
}

.active {
	font-weight: 500;
    color: #333;
}

nav a {	text-decoration: none;
	fontFamily: 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;	
	//transition: all 50ms ease-in-out;
}

nav a:hover,
nav a:focus {
	color: #626262;
	background: #eee;
}

p:empty { 
	display: none;
	visibilty: hidden;
}