
@charset "utf-8";
/* Standard */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800');

:root {  font-size:16px;}
* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#FFF;
   font-family:'Open Sans', Helvetica, Arial, sans-serif;
   font-size:0.875em;
   line-height:1.3em;
}

#wrapper {
   position:relative;
   max-width:520px;
   margin: 1rem auto;
   border:solid 1px #000;
   background-color:#000000;
   overflow:hidden;
   padding:1rem 1.25rem 0rem;
}
a {
   color:#FFF;
   text-decoration:none;
}
p {
   padding-bottom:0.5rem;
}


h1 {
   margin: 1rem 0rem 0.5rem;
   font-size:2em;
   font-family: Times, "Times New Roman", serif;
   line-height:1.1em;
}

h1 span {
   font-size:0.7em;
}

h2 {
   font-size:1.2em;
   line-height:1.2em;
   margin-bottom:0.35rem;
}
h2 span{
  font-weight: normal;
}
h3 {
   font-size:1.35em;
   line-height:1.3;
   margin-right: -1.25rem;
   margin-bottom:1rem;
   font-family: Times, "Times New Roman", serif;
   text-align: right;
}
h3 span{
  display: inline-block;
  text-align: left;
  font-weight: normal;
  padding:0.5rem 1.25rem 0.5rem 0.75rem;
  width: 240px;
  background: url('bg.jpg') no-repeat;
  background-size: cover; 
}
ul {
   padding: 0px 0px 8px 0px;
   list-style-image:url(); 
   list-style:none;
}
ul:last-of-type{
  padding-bottom: 20px;
}
li {
   padding-left:12px;
}
ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.1500em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -12px;
}

/* Hebt Float left/right auf */

/* Ende Standard */


/* Header */
header {
  padding: 0rem;
}
/* Ende Header */

/* Article */
article {
  padding: 0rem;
}
article aside{
  text-align: right;
  position: relative;
}
article aside a:nth-of-type(1) img{
  position: absolute;
  bottom: 0;
  left: 0;
}
/* Ende Article */

/* Footer */
footer {
  border-top: 1px solid #FFF;
  margin: 1rem -0.5rem 0 -1.25rem;
  padding: 0.5rem 1.25rem;
}
footer aside{
  float: right;
  width: 69%;
}
/* 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:520px) {
   #wrapper {
      border:none;
      margin: 0 auto;
      padding: 1rem 1rem 0;
   }
   footer aside{
    float: none;
    width: 100%;
    margin-bottom: 1rem;
   }
   footer img{
    float: none;
   }
   p {
    text-align: left;
   }
  i br{
    display: none;
  }
}
/* Ende Responsive */
/* Tin developer */