@charset "utf-8";

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

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

html {
  min-height: 100%;
}

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

#wrapper {
  position: relative;
  max-width: 920px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 1px #000;
  background-color: #fff;
  overflow: hidden;
  padding: 7rem 5rem 3rem;
  text-align: justify;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0.5rem 0rem 1rem;
  font-size: 2.5em;
  line-height: 1.1em;
}

h1 span {
  font-size: 0.7em;
}

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

h3 {
  font-size: 1.55em;
  line-height: 1.3;
  font-weight: normal;
}

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

a:hover {
  text-decoration: underline;
}

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

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

ul:nth-of-type(2) {
  border-bottom: 0;
  margin-bottom: 0;
}

li {
  padding-left: 1.45rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.3500em;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -1.45rem;
}

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

h3,article > p {
  font-family: Verdana, Tahoma, sans-serif;
}

/* Ende Standard */

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

header img {
  position: absolute;
  right: 61px;
  top: 33px;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0rem 0rem;
}

article > p:nth-last-of-type(2) {
  padding-bottom: 0.5rem;
}

article > p:nth-last-of-type(2) a {
  color: #0000ff;
  text-decoration: underline;
}

section {
  border-bottom: 1px solid #000;
  margin: 0 3.1rem 1rem 0;
}

h3:nth-of-type(2) {
  margin-bottom: 0.8rem;
}

p em {
  font-size: 0.88em;
  line-height: 1.3;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0rem;
}

h4 {
  color: #00B050;
  font-size: 2.15em;
  line-height: 1.2;
  margin: 0;
}

h4 span {
  color: #000;
  font-size: 0.55em;
}

h4 a span {
  color: #000;
}

h4 a {
  color: #00B050;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:919px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    padding: 1rem;
    text-align: left;
  }

  header img {
    position: static;
    margin-bottom: 1rem;
  }

  i br {
    display: none;
  }

  h1 {
    font-size: 1.7em;
  }

  h3 {
    font-size: 1.3em;
  }

  section {
    margin: 0 0rem 1rem;
  }
  

}

/* Ende Responsive */
