@charset "utf-8";

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font: 1em Helvetica, Arial, sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 537px;
  margin: 1rem auto;
  border: 1px solid #000;
  background: #fff;
  overflow: hidden;
  padding: 0.5rem 0.8rem;
  text-align: center;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  padding-bottom: 0.25rem;
}

h1 {
  margin: 0rem 0rem 0.25rem;
  font-size: 1.5em;
  line-height: 1.1em;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0.2rem;
}

ul {
  padding: 0rem;
  list-style: none;
}

li {
  padding-left: 0.7rem;
  padding-bottom: 0.25rem;
}

li:before {
  content: "\2022";
  display: block;
  font-size: 1em;
  line-height: 1;
  position: relative;
  float: left;
  top: 1px;
  margin-left: -0.7rem;
}

i {
  font-style: normal;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Header */
header {
  padding: 0rem;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem;
  text-align: left;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
  font-size: 1.052em;
}

footer span a:hover {
  text-decoration: none;
}

/* Ende Footer */
@media only screen and (max-width:536px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 1rem;
  }

  i br {
    display: none;
  }

}
