/*Allgemeinses*/

h1, h2, h3, h4{
  font-size: 18pt;
  font-family: arial, helvetica, sans-serif;
  color: #686868;
  font-weight: normal;
  line-height: 2;
}
h2{
  color: #008000;
}
h4{
  font-size: 10pt;
  color: #f9f9f9;
}
p, li{
  color: #000;
  line-height: 1.5;
  font-size: 10pt;
  margin: 0.5em 0;
}
ul ul{
  margin-left: 2.5em;
}
i.material-icons{
  font-size: 15pt;
}
li{
  margin-left: 2em;
}
a{
  text-decoration: none;
  color: #686868;
}
span.info_headline{
  color: #008000;
  font-weight: 600;
}
p.info_lebenslauf{
  color: #008000;
}
h3{
  font-size: 12pt;
  line-height: 1.8;
  color: #008000;
  font-weight: bold;
}
img{
  width: 90%;
  height: auto;
  max-width: 150pt;
}


/*sonder zeugs*/

div.headline{
  text-align: center;
}

/*Header*/

header{
  display: none;
}


/*Footer*/

footer div.links, footer div.mitte{
  width: 100%;
  text-align: center;
}
footer div.rechts{
  display: none;
}
div.copyright div.rechts{
  display: none;
}
