@charset "utf-8";

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

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

html {
  min-height: 100%;
}

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

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

a {
  color: #5757FF;
  text-decoration: underline;
}

p {
  padding-bottom: 1.25rem;
  text-align: justify;
}

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

h2 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0rem;
  font-weight: normal;
  text-decoration: underline;
}

h3 {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #000;
}

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

li {
  padding-left: 2.5rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.300em;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  top: 0px;
  margin-left: -1.3rem;
}

/* Hebt Float left/right auf */

/* Ende Standard */

/* Header */
header {
  padding: 0rem 0 2rem;
text-align: center;
}

/* Ende Header */

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

/* Ende Article */

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

/* 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;
}

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

  p {
    text-align: left;
  }

}

/* Ende Responsive */
