@charset "utf-8";

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

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

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: Calibri, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  
}

#wrapper {
  position: relative;
  max-width: 505px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: url('bg.jpg') bottom left no-repeat,#fff;
  overflow: hidden;
  padding: 0rem;
}

p {
  padding-bottom: 0.8rem;
}

h1 {
  margin: -0.5rem 0rem -0.1rem;
  font-size: 2.05em;
  line-height: 1.2em;
}

h1 span {
  font-size: 0.6em;
  font-weight: normal;
}

h2 {
  font-size: 1.58em;
  line-height: 1.3em;
  margin-bottom: 0.4rem;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0rem 0rem 0.8rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1.9rem;
}

ul li:before {
  content: "";
  background: url('icon.jpg') top left no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  font-size: 1.000em;
  position: relative;
  float: left;
  top: 4px;
  margin-left: -1.9rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Ende Standard */

/* Header */
header {
  padding: 0rem 0rem 0rem;
}

header img{
  display: block;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0.5rem 3.4rem 2.5rem;
}

article section {
  background-color: #177BB4;
  color: #fff;
  margin: 0 -0.5rem 0.6rem -2.5rem;
  padding: 0.5rem 0.5rem 0.1rem 2.5rem;
}

article section p{
  font-size: 1.15em;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 1.5rem 1rem;
  color: #fff;
}

footer a{
  color: #fff;
}

footer section aside{
  float: left;
}

footer section aside:first-of-type{
  font-size: 1.4em;
  line-height: 1em;
  margin-right: 1.3rem;
}

footer section aside p{
  font-size: 0.8em;
  line-height: 1.15em;
  padding-bottom: 0.15rem;
}

footer section aside a{
  font-size: 1.15em;
}

footer > a:last-of-type{
  display: none;
}

footer > a:first-of-type {
  position: absolute;
  bottom: 18px;
  right: 24px;
  width: 164px;
  height: 87px;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:504px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    background: #fff;
  }

  h1 {
  font-size: 1.65em;
}

h1 span {
  font-size: 0.7em;
}

article {
  padding: 0rem 1rem 0rem;
}

article section {
  margin: 0 -1rem 0.6rem;
  padding: 0.5rem 1rem 0.1rem;
}

h2 {
  font-size: 1.4em;
  margin-bottom: 0.3rem;
}

li {
  padding-left: 1.5rem;
}

ul li:before {
  margin-left: -1.5rem;
}

footer {
  padding: 1rem 1rem 1rem;
  color: #fff;
  background: #000008;
}

footer a{
  color: #fff;
}

footer section aside{
  float: none;
}

footer section aside:first-of-type{
  margin-right: 0rem;
  padding-bottom: 1rem;
}

footer > a:last-of-type{
  display: inline-block;
  margin-top: 1rem;
}

footer > a:first-of-type {
  display: none;
}

}

/* Ende Responsive */
