
@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.875em;
   line-height:1.3em;
}

#wrapper {
   position:relative;
   max-width:720px;
   margin: 1rem auto;
   border:solid 1px #000;
   background-color:#fff;
   overflow:hidden;
   padding: 0rem;
}
main{
  display: block;
  border: 1px solid #000;
  padding:0.75rem 0.8rem 0.75rem;
}
a {
   color:#000;
   text-decoration:none;
}
p {
   padding-bottom: 1rem;
   text-align: justify;
}


h1 {
   margin: 0.5rem 0rem 1rem;
   font-size:1.5em;
   line-height:1.2em;
   text-align: center;
}

h1 span {
   font-size:0.7em;
}

h2 {
   font-size:1em;
   line-height:1.2em;
   font-weight: normal;
   margin-bottom:0;
   font-weight: normal;
}
h3 {
   font-size:1em;
   line-height:1.3;
   margin-bottom:0;
}

ul {
   padding: 0px 0px 16px 0px;
   list-style-image:url(); 
   list-style:none;
}

li {
   padding-left:15px;
}
ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.500em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -15px;
}

/* Hebt Float left/right auf */

/* Ende Standard */


/* Header */
header {
  padding: 0rem;
}
header aside{
  float: left;
  width: 328px;
  text-align: justify;
  padding-top: 2.5rem;
}
header img{
  float: right;
  margin-right: 10px;
  width: 310px;
}
/* Ende Header */

/* Article */
article {
  padding: 0rem;
}
article section{
  float: left;
  width: 49%;
}
article section:last-of-type{
  float: right;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
  text-align: center;
}
footer a u{
  color: #0000FF;
}
/* 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:720px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   main{
    border:none;
   }
   p {
    text-align: left;
   }
  i br{
    display: none;
  }
  article section,
  article section:last-of-type{
    float: none;
    width: 100%;
  }
  header img{
    float: none;
    width: 270px;
  }
  header aside{
    float: none;
    text-align: left;
    width: 100%;
    padding: 1rem 0 0.25rem;
  }
}
/* Ende Responsive */
/* Tin developer */