.clear {
  	clear: both;
}

/*Links ohne Unterstrich und Farbe ändern*/
a, a:focus, a:hover, a:not([class]) {
    color: #994200;
  	text-decoration: none;
}

/*Ordnet Bilder ein */
.galerie {
  display: flex;
  flex-wrap: wrap;
}


/*Header BG Farbe ändern*/
.container-header {
    background-color: #fff;
  	background-image: none;
}

/*Body BG und Schrift Farbe ändern*/
body {
    background: #fff;
  	color: #1a2901;
}

/*Farbe Menüpunkte Topbar HOVER*/
.container-topbar a:not(.btn):hover {
  color: #fa520a;
}  
.container-topbar {
      background-color: #1ca500;
}
/* Grösse der Menupunkte*/
.metismenu.mod-menu .metismenu-item {
	font-size: 1.2rem;
	line-height: 1.4;
}
/*Schriftfarbe der Menüpunkte*/
.container-header .mod-menu {
  color: #000;
  list-style: none;
}


/*Farbe usw für footer*/
.footer {
	color: #fff;
	background-color: #006113;
	background-image: none;
	margin-top: 0.5em;
}

/*HG-Farbe der Menüpunkte*/
.zitat {
	background-color: #e2e2e2; 
  	padding: 10px;
}