
@charset "utf-8";
/* Standard */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

:root {  font-size:16px;}
* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#000;
   font-family:'Roboto', Helvetica, Arial, sans-serif;
   font-size:0.938em;
   line-height:1.3em;
}

#wrapper {
   position:relative;
   max-width:500px;
   margin: 1rem auto;
   border:solid 2px #7BC146;
   border-top:solid 8px #7BC146;
   background-color:#fff;
   overflow:hidden;
   padding: 0rem;
}
a {
   color:#000;
   text-decoration:none;
}
p {
   padding-bottom:0.3rem;
}


h1 {
   margin: 0.3rem 0rem 0.3rem;
   font-size:1.692em;
   line-height:1.1em;
}
h1:before {
  content: "\2022";
  display: inline-block;
  font-size: 0.8500em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -15px;
}
h1 span {
   font-size:0.7em;
}

h2 {
   font-size:1.5em;
   line-height:1em;
   margin-bottom:0;
}
h3 {
   font-size:1.5em;
   line-height:1.3;
   margin-bottom:0;
}

ul {
   padding: 0px 0px 16px 0px;
   list-style-image:url(); 
   list-style:none;
}

li {
   padding-left:12px;
}
ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.000em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -12px;
}

/* Hebt Float left/right auf */

/* Ende Standard */

main{
  display: block;
  background: url('bg.jpg') no-repeat top left;
  height: 510px;
}
/* Header */
header {
  padding:1.5rem 0 0rem;
  float: right;
  width: 288px;
  color: #233D99;
  padding-left: 25px;
}
header aside a{
  color: #233D99;
  font-size: 1.25em;
}
/* Ende Header */

/* Article */
article {
  padding: 2.5rem 0 0.35rem;
  float: right;
  width: 288px;
  color: #233D99;
}

article a{
  color: #233D99;
}
/* Ende Article */

/* Footer */
footer {
  padding:0.5rem 1rem;
  text-align: center;
  background: #7BC146;
  color: #FFF;
}
/* 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:499px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   main{
    background: #FFF;
    height: auto;
    padding: 0.625rem 1rem;
   }
   h2{
    font-size: 1.35em;
   }
   h1{
    padding-left: 15px;
   }
   header{
    float: none;
    width: 100%;
   }
   article {
    float: none;
    width: 100%;
   }
   p {
    text-align: left;
   }
  i br{
    display: none;
  }
}
/* Ende Responsive */
/* Tin developer */