@charset "utf-8";

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #2A634B;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.813em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 760px;
  margin: 1rem auto;
  border: solid 1px #000;
  background-color: #D8EACB;
  overflow: hidden;
  padding: 2rem 2.5rem 1.3rem;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0rem 0rem 1rem;
  font-size: 1.552em;
  line-height: 1.2em;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0rem;
}

a {
  color: #2A634B;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0rem 0rem 1rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.6rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.000em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -0.6rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Ende Standard */

/* Header */
header {
  padding: 0rem 0rem 0rem;
  text-align: center;
}
header a img {
  margin-bottom: 0.7rem;
}
header aside {
  position: relative;
}

header aside a {
  position: absolute;
  bottom: 2%;
  right: 0%;
  width: 17%;
  height: 11%;
}
/* Ende Header */

/* Article */
article {
  padding: 0.5rem 0rem 0rem;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0rem;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:759px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    padding: 1rem;
  }
  p {
    text-align: left;
  }
  h1 br, p br {
    display: none;
  }

}

/* Ende Responsive */
