body {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    background-color: #000000;
    font-family: "alegreya Sans",tahoma,arial,helvetica,verdana,sans-serif;
  }

ul,li {
  margin: 0px 2px;
}

#wrapper {
  background-color: #73AD00;
  margin: 0 auto;
  border: 20px solid #444444;
  width: 95%;
}
/* oben*/

header {
  margin: 0 auto;
  padding: 0;
  height: 300px;
  background-color: #73AD00;
}

#headerleft {
  margin: 0;
  padding: 0;
  text-align: center;
  display: table;
  background-color: #436400;
  color: #FFFFFF;
  float: left;
  width: 25%;
  height: 300px;
}



.triangleright {
  width: 0;
  height: 0;
  border-left: 50px solid #436400;
  border-right: 50px solid transparent;
  border-top: 150px solid transparent;
  border-bottom: 150px solid transparent;
  float: left;
}
#headerright {
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  height: 300px;
}

.headertextbig {
  font-size: 2.5em;
  font-family: "jokerman","architects daughter","century gothic",georgia,calibri,serif;
  letter-spacing: 2px;
  padding-top: 100px;
  font-weight: bold;
  line-height: 1em;
  text-shadow: 1px 1px 2px #5F5F5F;
}

.headertextsmall {
  font-size: 1em;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  letter-spacing: 2px;
  padding-top: 5px;
}

/* Hauptteil*/
main {
  color: #3F3F3F;
  padding: 0;
  margin: 0 auto;
  display: block;  /*wegen Fehldarstellung IE*/
}

#main-inner {
  margin: 0 auto;
  padding: 0;
  background-color: #EFEFEF;
  display: table;
}
/* Navigation links*/
aside {
  font-size: 1em;
  width: 25%;
  padding: 0;
  margin: 0;
  background-color: #73AD00;
  display: table-cell;
  vertical-align: top;
}

aside h2 {
  color: #FFFFFF;
  background-color: #5D8C00;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0px;
  padding: 8px;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  letter-spacing: 1px;
  line-height: 20px;
}
nav {
  list-style-type:none;
  padding: 0px;
  margin: 10px;
  text-align: left;
  background-color: transparent;
}

nav ul {
  list-style-type:none;
  padding: 0;
  margin: 0;
}

nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul a:link,
nav ul a:visited,
nav ul a:active {
  color: #FFFFFF;
  background-color: #436400;
  padding: 3px 5px;
  margin: 4px 0;
  text-decoration: none;
  font-size: 1.25em;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  display: block;
  font-weight: normal;
  line-height: 1.6em;
  text-shadow: 1px 1px 2px #0F0F0F;
}

nav ul a:hover,
nav ul a:focus {
  font-weight: bold;
  text-decoration: none;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  color: #436400;
  font-weight: normal;
  background-color: #93D60C;
}
/* Inhalt*/
article {
  padding: 40px;
  width: 95%;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  line-height: 2em;
  display: table-cell;
}
article h1 {
  font-size: 2.5em;
  margin: 0;
  color: #436400;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #7F7F7F;
}
article h2 {
  color: #5E8C00;
  background-color: inherit;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  font-size: 2em;
  text-align: left;
  margin: 3px;
  padding: 2px;
  text-shadow: 1px 1px 2px #7F7F7F;
}
article h3 {
  color: #73AD00;
  background-color: inherit;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  font-size: 1.5em;
  font-style: italic;
  padding-left: 5px;
  text-shadow: 1px 1px 2px #3F3F3F;
  font-weight: normal;
}
article h4 {
  color: #FFFFFF;
  background-color: #73AD00;
  font-size: 1.313em;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #3F3F3F;
  text-align: center;
}
article h5 {
  color: #4F4F4F;
  background-color: inherit;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  font-size: 1.25em;
  font-weight: bold;
  margin: 2px;
  text-shadow: 1px 1px 2px #9F9F9F;
  padding: 0;
}
article p {
  margin: 8px 2px;
  font-size: 1.25em;
}
 /*unten*/

footer {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #550000;
  background-color: #73AD00;
}

.fussinhalt  {
  margin: 0 auto;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  letter-spacing: 1px;
}

div#footerinnerbox1  {
  width: 25%;
  margin: 1% 1% 1% 30%;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  letter-spacing: 1px;
  float:left;
  background-color: transparent;
  text-align: left;
}

div#footerinnerbox1 h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-variant:small-caps;
  background-color: transparent;
  text-align: left;
  color: #000000;
  border-bottom: 1px solid #000000;
  line-height: 1.2em;
}

div#footerinnerbox2  {
  margin: 1% 1% 1% 10%;
  padding: 0;
  width: 25%;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  font-weight: bold;
  float:left;
  text-align: left;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: justify;
}

div#footerinnerbox2 h2 {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-variant:small-caps;
  color: #000000;
  background-color: transparent;
  text-align: left;
  border-bottom: 1px solid #000000;
  line-height: 1.4rem;
}


div#footerinnerbox3  {
  width: 25%;
  margin: 1% 1% 1% 30%;
  font-family: "architects daughter","century gothic",georgia,calibri,serif;
  letter-spacing: 1px;
  float:left;
  background-color: transparent;
  text-align: left;
}

div#footerinnerbox3 h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-variant:small-caps;
  background-color: transparent;
  text-align: left;
  color: #000000;
  border-bottom: 1px solid #000000;
  line-height: 1.2em;
}

.image_back{
  background-color: white;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;

}
.index_table{
  display: flex;
  gap: 20px;
}

.image_back p{
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  background-color: rgb(245, 245, 245);
  padding: 20px;
}

.center_div {
  align-items: center; 
  align-content: center; 
  display: flex; 
  flex-direction: column;
}

.image_design {
  margin-top: 40px; 
  padding: 20px;
}


.footermenue {
  list-style-type:none;
  padding: 5px 0px 0px 0px;
  margin: 0;
  text-align: left;
  background-color: transparent;
}

.footerlink {
  text-align: center;
  font-size: 0.5rem;
}

/* allgemeine Angaben*/

a:link, a:visited, a:active {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
a:hover {
  color: #436400;
  background-color: transparent;
  text-decoration: underline;
}

.clear {
 clear: both;
 margin: 0;
 padding: 0;
 line-height: 1px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}


@media (max-width: 1024px) {

  .headertextbig {
    padding-top: 50px;
  }
}

/******************Besonderheiten f�r Bildschirmgroesse max. 820px**********************/

@media (max-width: 820px) {

#wrapper {
  width: 92%;
}

header {
  height: 200px;
}

#headerleft {
  height: 200px;
}

.triangleright {
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
}

#headerright {
  height: 200px;
}
.image_design{
  width: 96%;
}

.headertextbig {
  font-size: 1.5em;
  padding-top: 60px;
}

#topnavi {
  float: none;
  text-align: center;
  margin-top: 2px;
  padding-top: 0;
}

#main-inner {
display: block;
}

aside {
  width: 100%;
  display: block;
}

article {
 margin: 0;
 font-size: 0.813em;
 display: block;
}

div#footerinnerbox1 {
  letter-spacing: 1px;
  margin: 0 auto;
  float: none;
  width: 90%;
}

header{
  height: 280px;
}

div#footerinnerbox2 {
  letter-spacing: 1px;
  margin: 0 auto;
  float: none;
  width: 90%
}

article{
  padding: 10px;
}

}

/*****************Besonderheiten f�r Bildschirmgroesse max. 768px***********************/

@media (max-width: 768px) {

#wrapper {
  width: 90%;
  border: 10px solid #5F5F5F;
}

.headertextbig{
  
  padding-top: 60px;
}

.headertextbig h2{
  font-size: 1.4em;
  word-break: break-all;
  letter-spacing: 0;
}

header{
  height: 280px;
}

article h1,article h2,article h3,article h4,article h5 {
  font-size: 1.25em;
}

article{
  padding: 10px;
}

}

/*****************Besonderheiten f�r Bildschirmgroesse max. 640px***********************/

@media (max-width: 640px) {

#wrapper {
  width: 85%;
}

#headerright {
  float: none;
}

article{
  padding: 5px;
}

}

/*****************Besonderheiten f�r Bildschirmgroesse max. 480px***********************/

@media (max-width: 480px) {

.headertextbig {
  
  padding-top: 45px;
  letter-spacing: 0;
}

.headertextbig h2 {
  font-size: 18px;
}

#headerleft{
  height: 100px;
}
header{
  height: 240px;
}
.headertextsmall {
  font-size: 0.8em;
}

article{
  padding: 5px;
}

.index_table{
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
}

.image_back{
  padding: 0;
}

div#footerinnerbox1 {
  margin-top: 20px;
}


}