
html, body {
  margin: 10;
  padding: 0;
  background: #2c3e50;
}





/* ##################################################################### */
/* oben Button / Menuleiste */

.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #a2cd5a;
  border-radius: 0.6em;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  
  font-size: 0.8rem;
  margin: 5px;
  padding: 0.8em 0.8em;
  text-decoration: none;
  text-align: center;

  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.btn:hover
{
  color: #FFF;
  outline: 0;
}

.first 
{
  box-shadow: 3px 3px 5px #808B96
}
.first:hover 
{
  
  box-shadow: 3px 3px 5px #808B96;
  color: #000;
  background-color: #BCEE68;
   border: 2px solid #fff;
}





.btn_2 {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0.6em;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  
  font-size: 0.8rem;
  margin: 5px;
  padding: 0.8em 0.8em;
  text-decoration: none;
  text-align: center;

  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.second 
{
  box-shadow: 3px 3px 5px #a2cd5a;
  color: #000;
  background-color: #a2cd5a;
 
  
}



a
{
  text-decoration: none;
  font-size: 17px;
  line-height: 1.8em;
  margin: 0;
  color: #fff ;
  font-weight: bold;
}

a.beraten
{
  text-decoration: none;
  font-size: 13px;
  line-height: 1.8em;
  margin: 0;
  color: #DCDCDC ;
  font-weight: bold;
}

a.unten
{
  text-decoration: none;
  font-size: 17px;
  line-height: 1.8em;
  margin: 0;
  color: #fff ;
  font-weight: bold;
}

a.unten_gruen
{
  text-decoration: none;
  font-size: 17px;
  line-height: 1.8em;
  margin: 0;
  color: #a2cd5a ;
  font-weight: bold;
}


/* ##################################################################### */



span.navi_ueberschrift_weiss
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.8em;
  margin: 0;
  color: #fff ;
  font-weight: bold;
}

span.navi_ueberschrift_gruen
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.8em;
  margin: 0;
  color: #a2cd5a ;
  font-weight: bold;
}

span.navi_ueberschrift_gruen_gross
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.8em;
  margin: 0;
  color: #a2cd5a ;
  font-weight: bold;
}

span.klein_grau 
{  					color:#cccccc;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 8pt; 
}

span.text_ueberschrift_content_grau
{
    color: #cccccc;
    font-size: 40px;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: 35px;
	font-weight: bold;
}
span.text_content_grau
{
    color: #cccccc;
    font-style: italic;
     font-size: 30px;
}




h1
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.8em;
  margin: 0;
  color: #DCDCDC ;
  font-weight: bold;
}

h2
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.8em;
  margin: 0;
  color: #DCDCDC ;
  font-weight: bold;
}

span.text
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  margin: 0;
  color: #DCDCDC ;
}

span.text_ueberschrift
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  margin: 0;
  color: #DCDCDC ;
  font-weight: bold;
}


td.normal
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  margin: 0;
  color: #DCDCDC ;
}

td.abstand
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  margin: 0;
  color: #DCDCDC ;
  text-align: justify;
  padding: 20px 20px 20px 20px;
}





