.main {
  background-color: #eeeeee;
}

.header {
  height: 86px;
  padding-left: 5px;
  background-color: #71865A;  
  /*Farbverlauf von links nach rechts dunkler*/
  background-image: linear-gradient(135deg, #71865A 0%, #193245 100%);
  box-shadow: 0 5px 5px hsla(0, 0%, 0%, 0.03) inset;
}

.footer {
   background-color: #eee;
   color: #5a7055;
   text-align: center;
   margin-top: 20px;
   padding: 20px;
}

#logo {
  text-align: left;
  height: 56;
}

.telefon {
	float: right;
	color: white;
	margin-right: 20px;
}


a {
  color: #5a7055;
}

a:visited {
  color: #5a7055;
}

a:hover, a:visited:hover {
  color: #5a7055;
  font-weight: bold;
}

.selected {
  font-weight: bold;
}

blockquote {
  margin-top: -13px;
  margin-bottom: -13px;
}

body {
  /* background-color: #afd87f; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0pt;
  padding: 0pt;
  text-align: center;
  max-width: 1407px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
  /* color: #ab0008; */
  color: #252930;
}

h3 {
  /* color: #999999; */
  color: #252930; 
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}

h4 {
  /* color: #6eb31a; */
  color: #252930;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

#page {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  /* width: 730px; */
}

#header {
  /* background-color: #4f57c5; */
  color: white;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 30px 0pt;
}

#site-title {
  color: white;
  font-size: 325%;
}

#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}

#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}

#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
}

#main {
  /* background-color: white; */
  /* border-left: 1px solid white; */
  /* border-right: 1px solid white; */
  /* float: left; */
  /* width: 728px; */
  /*-------neu*/
  /* -- Hintergrund - Farbverlauf vertikal */ 
  /* background-color: transparent; */
  /* background-image: linear-gradient(180deg, #ffffff 0%, #71865A 100%); */
  /* text-align: center; */
  background-color: #fff;		/*#71865A;*/
}

#content-wrapper {
  float: left;
  width: 550px;
  padding-bottom: 20px;
}

#content {
  padding: 25px;
}

#content h1 {
  margin-top: 0pt;
}

#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}

#content p {
  line-height: 160%;
}

#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}

#content .entry .info {
  margin-top: 1em;
}

#content .first.entry {
  background-color: #f7f3e8;
  margin: -25px -25px 0pt;
  padding: 25px;
}

#content .first.entry h3 {
  margin-top: 0.25em;
}

.sternliste {
  list-style: inside none none;
}

#sidebar-wrapper {
  float: left;
  width: 170px;
}

#sidebar {
  font-size: 90%;
  padding: 0px 0px 15px;
}

#sidebar h3 {
  font-size: 160%;
}

#sidebar p {
  line-height: 140%;
}

#navigation {
  margin-bottom: 0.25em;
}

.sidemenu {
  margin-top: 25px;
  list-style: outside none none;
}

.navigation ul {
  list-style: outside none none;
  margin: 25px 0px 0px;
  padding: 0px;
}

.navigation li {
  list-style: outside none none;
  margin: 0px 0px 0px 10px;
}

.navigation a {
  color: #6eb31a;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  border-bottom: 1px dashed #6eb31a;
  margin-bottom: 8px;
}

ul.subnavigation {
  list-style: outside none none;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

#footer {
  color: #818cb0;
  float: left;
  font-size: 90%;
  padding-bottom: 20px;
  padding-top: 1px;
  width: 100%;
}

/* Startseite */
.start-rahmen {
  display: flex;
  flex-wrap : wrap;
  justify-content : center;
  margin-top: 2rem;
}

.start-daten {
	box-shadow: 0px 0px 10px #0000004D;
	margin: 15px;
	width: 176px;
	height: 220px; 
}

.start_daten img {
    width: 176px;
    height: 120px;
}

p.start_texte {
    margin: 0px;	
	padding-top: .6em;
   text-align: center;
  /* font: normal normal 900 18px/21px Inter;*/
   color: #005A99;
}

