body {
  margin: 0;
  font-size: 14px;
  color: #7f7e7b;
}


/* Weißer Hintergrund und kein Bild  und Bild nach rechts verschoben*/

.container-header  {
  background-color: #ffffff;
  background-image: none;
  justify-content: end;
}

.container-header .container-nav {
  justify-content: end;
}

/* Rahmen entfernen 
 .card {
  border: none;
}

*/

.card-header {

border-bottom: 0.5px solid #006633;
margin-bottom: 0;
padding: 0rem 1rem;
}


.card {
  border: .5px solid #006633;
}



/* Für Größe des Logos, falls verwendet */
.navbar-brand {
  max-width: 15%;
  justify-content: end;
}

body {
	margin: 0;
	/*font-family: Helvetica, sans-serif;*/
	font-size: 1.2em;
	line-height: 1.4em;
    font-weight: 300;
	color: #575757;
 


}
  
h1 {
	font-size: 1.5em;
	line-height: 2em;
  	font-weight: 250;
}
h2 {
	font-size: 1.4em;
	line-height: 2em;
  	font-weight: 250;
}
h3 {
	font-size: 1.3em;
	line-height: 2em;
  	font-weight: 250;
}
h4 {
	font-size: 1.2em;
	line-height: 2em;
  	font-weight: 250;
}
h5 {
	font-size: 1.1em;
	line-height: 2em;
  	font-weight: 250;
}
h6 {
	font-size: 1.0em;
	line-height: 2em;
  	font-weight: 250;
}  
  
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, sans-serif;
	margin: 9px 0;
	color: #006633;
	
}


/* Menue Styles */

.container-sidebar-left {
  
  color: #006633;
}

.card-header {
  background-color: #ffffff;
  color: #7f7e7b;
  
}


.container-sidebar-left .mod-menu a:hover {
  color: #006633;
  text-decoration: underline;
}


a {
	color: #006633;
 text-decoration: none;

}

/*  Fusszeile Menue und Copyright  */

.footer {
    margin-top: 0em;
  	background-color: #ffffff;
  	background-image: none;
  	color: #575757;
  
}

.footer .mod-menu {
  	color: #575757;

}


.footer .mod-footer {
  font-size: 0.6em;
  text-align: right;
  
}

.navbar .navbar-expand-md {
  color: #575757;
  
}



.navbar .navbar-toggler {
border: 0px solid #575757;
color: #961c81;
cursor: pointer;
  

}


