@charset "utf-8";

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #242021;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 540px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 2px #000;
  background-color: #fff;
  overflow: hidden;
  padding: 0rem;
}

p {
  padding-bottom: 0.5rem;
}

h1 {
  margin: 0rem 0rem 0.5rem;
  font-size: 1.692em;
  line-height: 1.2em;
}

h1 span {
  font-size: 0.6em;
  display: block;
  line-height: 1em;
}

h2 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0.3rem;
  font-style: italic;
}

a {
  color: #242021;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0rem 0rem 0.5rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1.3rem;
  background: url('iconlist.jpg') top 5px left no-repeat;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Ende Standard */

/* Header */
header {
  padding: 0.8rem 0.8rem 0rem;
  position: absolute;
  top: 0;
  right: 0;
}

/* Ende Header */

/* Article */
article {
  padding: 0.5rem 0.8rem 0rem;
}
article p{
  text-align: justify;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0.5rem 0.8rem 0rem;
  background: #60608C;
  color: #fff;
  font-size: 1.05em;
  line-height: 1.3em;
  text-align: center;
}

footer a {
    color: #fff;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:540px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
  }
  i br{
    display: none;
  }
  article p{
    text-align: left;
  }
  header{
    position: static;
  }
}

/* Ende Responsive */
