/*allgemein*/
     .navbar-brand {		/*für permanente Top-Navi-Elemente*/
	display: flex; 
	justify-content: flex-start;
	}
     .bottom-nav {		/*für Bottomnavi*/
	display: flex; 
	padding: 7px; 
	height: 2em;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	}
    .bottom-nav li {		/*für Bottomnavi-Liste*/
	display: flex; 
	flex: 1;
	align-items: center;
	justify-content: space-evenly;
	}
    .navbar-item, navbar-dropdown, .bottom-nav, .button, .breadcrumb, .legende, .dontprint { /*für Schrift in diversen Elementen*/
	font-family: sans-serif; 
	
	font-size: 0.9rem;
	}
/*dateispezifisch*/
    div.columns {margin-top: 30px;} /*Abstand zum oberen Seitenrand*/
    .title {			/*für Seitentitel*/
	color: hsl(0, 0%, 21%); 
	font-family: sans-serif; 
	
	margin-left: 0.9em;
	}
    .subtitle { 		/*für Seitenuntertitel*/
	color: hsl(0, 0%, 21%);
	margin-left: 1.2em
	}
    
