@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,900');

:root {
  font-size: 16px;
}

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

html {
  min-height: 100%;
}

body {
  color: #000;
  font: 1.125em 'Fira Sans', sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 567px;
  margin: 1rem auto;
  border: 2px solid #EE1D23;
  background: #fff;
  overflow: hidden;
  padding: 0.5rem 0.8rem 0;
  text-align: left;
}

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

p {
  padding-bottom: 0.5rem;
}

h1 {
  margin: 0rem 0rem 0rem 0.75rem;
  font-size: 2.45em;
  line-height: 1em;
  color: #EE1D25;
}
h1 span{
  display: block;
  line-height: 1.3;
  font-size: 0.65em;
}
h1 + p {
  margin-left: 0.75rem;
}

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

ul {
  padding: 0rem 0rem 0.625rem;
  list-style: none;
}

li {
  padding-left: 1.25rem;
}

li:before {
  content: "\25A0";
  display: block;
  font-size: 1em;
  line-height: 1;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -1.25rem;
  color: #EE1D23;
}

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;
}
header strong{
  color: #EE1D25;
}
/* Ende Header */

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

/* Ende Article */

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

footer img {
  position: absolute;
  right: 0.8rem;
  bottom: 0.625rem;
}

/* Ende Footer */
@media only screen and (max-width:567px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 1rem;
    font-size: 0.938em;
  }
  body{
    font-size: 1em;
  }
  p {
    text-align: left;
  }
  i br {
    display: none;
  }
  footer img {
    position: static;
  }
  h1{
    font-size: 1.8em;
    line-height: 1.2
  }
  h1, h1+p {
    margin-left:0rem;
  }

}
