@charset "utf-8";
/* Standard */
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #000;
  font: 0.875em/1.3em Arial, sans-serif;
  text-align: justify;
}
#wrapper {
  position: relative;
  max-width: 458px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 3px #CE1501;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
}
p {
  padding-bottom: 0.75rem;
}
h1 {
  margin: 0 0 0.75rem;
  font-size: 1.35em;
  line-height: 1.1em;
  text-align: center;
  color: #C00000;
}
h2 {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 0;
  position: absolute;
  top: 3.75rem;
  left: 6.75rem;
}
h3 {
  font-size: 1em;
  line-height: 1.3em;
}
h3:last-of-type {
  margin-bottom: 0.4rem;
}
a {
  color: #000;
  text-decoration: none;
}
a.ins{
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
footer p a.red {
  color: #C00000;
}
ul {
  padding: 0 0 0.75rem;
  list-style: none;
}
li {
  padding-left: 0.75rem;
}
ul li:before {
  content: "\2022";
  font-size: 1.3em;
  float: left;
  margin-left: -0.75rem;
}
ul li:last-of-type {
  word-spacing: -0.5px;
}
/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
header {
  padding: 0 0 0.5rem;
}
article {
  padding: 0 0.35rem 0 0.75rem;
}
footer {
  padding: 0 1rem;
  text-align: center;
}
@media only screen and (max-width:457px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    text-align: left;
  }
  h2 {
    position: static;
    margin-bottom: 1rem;
  }
  header img {
    width: 100%;
  }
  i br {
    display: none;
  }
  ul li:last-of-type {
    word-spacing: 0;
  }
  p a {
    display: inline-block;
  }
}