/*
 Theme Name:   TwentySixteen Child
 Description:  Layout für unseren Verein .V.
 Author:       Vorname Nachname
 Author URI:   https://selfhtml.org/
 Template:     twentysixteen
 Version:      1.0
 Text Domain:  twenty-sixteen-child
*/

#masthead, .site-header, .site-header-main, .site-branding {
	padding-top: 10px;

}

.entry-meta--after {
    font-size: 0.9em;
    color: #666;
    margin-top: 1em;
    border-top: 1px solid #ddd;
    padding-top: .5em;
}

nav a {
  font-weight: 400;          /* normal */
  display: inline-block;
  transition: font-weight .0s; /* kein Übergang */
}
nav a:hover {
  font-weight: 700;          /* bold */
}
nav a {
  /* Platz reservieren: gleiche Breite wie Bold */
  font-variation-settings: "wght" 700;
  font-weight: 400;
}