
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/* Standard */
:root {  font-size:16px;}
* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#666;
   font-family:'Roboto', Helvetica, Arial, sans-serif;
   font-size:0.875em;
   line-height:1.3em;
}

#wrapper {
   position:relative;
   max-width:910px;
   margin: 1rem auto;
   border:solid 0px #000;
   background-color:#F6FAED;
   overflow:hidden;
   box-shadow: -0.5px 5px 15px #999;
   padding: 0rem;
}
a {
   color:#666;
   text-decoration:none;
}
p {
   padding-bottom: 1rem;
   text-align: justify;
}


h1 {
   margin: 0rem 0rem 0.8rem;
   font-size:2.5em;
   line-height:1.1em;
   color: #91c326;
   font-weight: 400;
}

h1 span {
   font-size:0.7em;
}

h2 {
   font-size:1.2em;
   line-height:1.2em;
   margin-bottom:0.625rem;
   font-weight: 400;
   color: #91c326;
   letter-spacing: 1px;
}
h3 {
   font-size:1.85em;
   line-height:1;
   font-weight: 400;
   text-align: center;
   margin-bottom:1.85rem;
   color: #91c326;
}
h4{
   font-size:2.15em;
   line-height:1.4;
   font-weight: 400;
   margin-bottom:1.5rem;
   letter-spacing: 1.75px;
   color: #91c326;
}

ul {
   padding: 0px 0px 30px 20px;
   list-style-image:url(); 
   list-style:none;
}

li {
   padding-left:20px;
   line-height: 1.75em;
}
ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.1500em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  color: #444;
  margin-left: -20px;
}

/* Hebt Float left/right auf */

/* Ende Standard */


/* Header */
header {
  padding:1.5rem 3rem;
  background: #FFF;
}
header a img {
  width: 230px;
}
/* Ende Header */
main{
  display: block;
  padding:1.5rem 3rem;
}
/* Article */
article {
  padding: 0rem;
}
article p:nth-of-type(1){
  color: #91c326;
  font-size: 1.125em;
  padding: 1.25rem 0;
}
article p:nth-of-type(1) img{
  vertical-align: 0px;
  height: 16px;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
}
footer a{
  color: #91c326;
}
/* Ende Footer */
.clearfix:after {
   content: ".";
   clear: both;
   display: block;
   visibility: hidden;
   height: 0px;
}
a:hover {
   text-decoration:underline;
}
i{
  font-style: normal;
}
img {
   max-width:100%;
   height:auto;
   display: inline-block;
   vertical-align: middle;
}

/* Responsive */
@media only screen and (max-width:909px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   
   p {
    text-align: left;
   }
   h1{
    font-size: 1.85em;
   }
   h3{
    font-size: 1.5em;
   }
   h2{
    font-size: 1.15em;
    letter-spacing: 0;
   }
   h4{
    font-size: 1.65em;
    letter-spacing: 0;
    margin-bottom: 1rem;
   }
   ul{
    padding-left: 10px;
   }
   ul li:before{
    margin-left: -15px;
   }
   li{
    padding-left: 15px;
   }
  i br{
    display: none;
  }
  header{
    padding: 1rem;
  }
  header a img{
    width: 180px;
  }
  main{
    padding: 1rem;
  }
}
/* Ende Responsive */
/* Tin developer */