@charset "utf-8";

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family:Arial, Helvetica,  sans-serif;
  font-size: 0.875em;
  line-height: 1.3em;
  
}

#wrapper {
  position: relative;
  max-width: 750px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 1px #000;
  background-color: #fff;
  overflow: hidden;
  padding: 4rem 4.5rem 1rem;
}

a {
   color:#000;
   text-decoration:none;
}
p {
   padding-bottom: 1.25rem;
}


h1 {
   margin: 0rem 0rem 0.35rem;
   font-size:1.35em;
   font-weight: normal;
   line-height:1.1em;
}

h1 span {
   font-size:0.7em;
}

h2 {
   font-size:1.2em;
   color: #000090;
   font-weight: normal;
   line-height:1.2em;
   margin-bottom:0;
}
h3 {
   font-size:1em;
   line-height:1.3;
   margin-bottom:0;
}

ul {
   padding: 0px 0px 24px 23px;
   list-style-image:url(); 
   list-style:none;
}
ul:last-of-type{
   padding-bottom: 3rem;
}
li {
   padding-left:23px;
}
ul li:before {
  content: "";
  display: inline-block;
  background: url('icon.jpg') no-repeat;
  width: 6px;
  height: 6px;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  top:6px;
  margin-left: -23px;
}

/* Hebt Float left/right auf */

/* Ende Standard */


/* Header */
header {
  padding: 0rem 0 1rem;
  text-align: center;
  color: #FF0000;
}
header img{
   width: 235px;
   padding-bottom: 1.25rem;
}
/* Ende Header */

/* Article */
article {
  padding: 0rem;
}
article aside{
   text-align: center;
   font-size: 1.175em;
   line-height: 1.2;
   color: #000090;
   padding-bottom: 1.5rem;
}
article a u{
   color: #0000FF;
}
article h2:last-of-type{
   text-align: center;
   margin: 1.5rem 0;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
  margin: 0 -3.5rem;
}
footer p{
   padding-bottom: 1.5rem;
}
footer p a{
   color: #000090;
   font-size: 0.875em;
   letter-spacing: 1px;
}
footer aside{
   float: left;
   font-size: 0.6em;
   line-height: 1.2;
   margin-bottom: 1rem;
   margin-right: 1.9rem;
}

footer aside strong{
   display: block;
   margin-bottom: 0.35rem;
}
footer aside:last-of-type{
   margin-right: 0;
}
/* 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;
}
@-moz-document url-prefix(){
  footer aside{
   margin-right: 2.2rem;
  }
}
/* Responsive */
@media only screen and (max-width:749px) {
   #wrapper {
      border:none;
      margin: 0 auto;
      padding: 1rem;
   }
   ul{
      padding-left: 0;
   }
   footer{
      margin: 0;
   }
   footer aside{
      font-size: 0.688em;
   }
  i br{
    display: none;
  }
}
/* Ende Responsive */