@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.75em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 750px;
  min-width: 200px;
  margin: 1rem auto;
  border: solid 1px #999;
  background-color: #fff;
  overflow: hidden;
  padding: 2.5rem;
}

a {
  color: #0563C1;
  text-decoration: underline;
}

p {
  padding-bottom: 0.5rem;
}

h1 {
  margin: 0rem 0rem 0.5rem;
  font-size: 1.252em;
  line-height: 1.4em;
  font-family: Arial Black, sans-serif;
}
h1+p strong {
  font-family: Arial, sans-serif;
}
h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0;
  font-family: Arial Black, sans-serif;
}

h2 span {
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

strong {
  font-family: Arial Black, sans-serif;
}

ul:last-of-type+h2 {
  padding-bottom: 0.7rem;
}

h3 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0;
}

ul {
  padding: 0rem 0rem 0.75rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.9rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.3500em;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -0.9rem;
}

ul li ul {
  padding-bottom: 0;
}

ul li ul li {
  padding-left: 1.4rem;
}

ul li ul li:before {
  content: "o";
  display: inline-block;
  font-size: 0.90em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1.1rem;
  font-family: Calibri;
}

/* Ende Standard */

/* Header */
header {
  padding: 0rem 0rem 0rem;
}

/* Ende Header */

/* Article */
article {
  padding: 1rem 0rem 2rem;
}

article a {
  display: inline-block;
}

article p span {
  display: inline-block;
  white-space: nowrap;
}
article p:nth-last-of-type(2) strong {
  font-family: Arial;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0rem;
}

footer aside {
  float: left;
  margin-top: 1.75rem;
}

footer>a img {
  float: right;
}

a u {
  color: #0563C1;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

i {
  font-style: normal;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:748px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    padding: 1rem;
  }

  p {
    text-align: left;
  }

  article {
    padding: 1rem 0 1.5rem;
  }

  br {
    display: none;
  }

  article p span {
    display: inline;
    white-space: normal;
  }

}

@media only screen and (max-width:485px) {
  footer aside {
    float: none;
    margin: 0 0 1rem;
  }

  footer>a img {
    float: none;
  }

}

/* Ende Responsive */
