@charset "utf-8";

:root {
  font-size: 16px;
}

/* Standard */
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #200E00;
  font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 705px;
  margin: 1rem auto;
  border: solid 2px #D81F26;
  background: #fff;
  overflow: hidden;
  padding: 0.8rem 0.8rem 0.25rem;
  text-align: left;
}

a {
  color: #200E00;
  text-decoration: none;
}

p {
  padding-bottom: 0.5rem;
}

h1 {
  margin: 0rem 0rem 0.25rem 0rem;
  padding: 0rem 0rem 0rem;
  font-size: 2.15em;
  line-height: 1.3em;
  font-family: "Arial Black", sans-serif;
}

h1 small {
  font-size: 0.6em;
  font-family: Arial, sans-serif;
}
h1 small:last-of-type{
  display: block;
  margin-top: -0.5rem;
}
h2 {
  font-size: 1.15em;
  line-height: 1.2em;
  padding: 0rem 0rem 0.35rem 0rem;
  font-weight: normal;
}

ul {
  padding: 0rem 0rem 0.5rem 0rem;
  list-style: none;
}

li {
  padding-left: 1rem;
}

/*25A0 - square / 2010 - dash / 2212 - long dash*/
li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1rem;
}

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 0rem 0rem 4rem;
}

header img {
  width: 333px;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0rem 0rem;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0rem;
}

footer>p strong a {
  font-size: 1.2em;
  line-height: 1.3;
  display: inline-block;
  margin-top: 0.35rem;
}

footer aside {
  color: #2B2C2D;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.3;
  position: absolute;
  top: 0.8rem;
  right: 2rem;
}

footer aside strong {
  display: inline-block;
  position: relative;
}

footer aside strong:before {
  content: '';
  position: absolute;
  top: 0rem;
  right: -1.2rem;
  width: 13px;
  height: 14px;
  background: #8AAF38;
}

footer aside a {
  color: #2B2C2D;
}
footer aside p {
  padding-bottom: 1rem;
}
/* Ende Footer */

/* Responsive */
@media only screen and (max-width:704px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 0.8rem;
  }

  i br {
    display: none;
  }

}

@media only screen and (max-width:530px) {
  header {
    padding-bottom: 1.5rem;
  }

  footer aside {
    position: static;
    text-align: left;
    margin-top: 1rem;
  }

  footer aside p {
    display: inline-block;
    padding-left: 1.25rem;
  }

  footer aside p:first-of-type {
    margin-right: 2rem;
  }

  footer aside strong:before {
    left: -1.25rem;
  }

}

@media only screen and (max-width:370px) {
  header img {
    width: 100%;
  }

  h1 {
    font-size: 1.7em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  h1 small:last-of-type{
    margin-top: 0.35rem;
  }

}

/* Ende Responsive */
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
