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

/* Standard */
:root {
  font-size: 16px;
}

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

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 655px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 5px #008650;
  background: #fff url('bg.jpg') no-repeat right bottom;
  overflow: hidden;
  padding: 0;
}

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

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0 0 0 0;
  padding: 0 0 0.5rem 0;
  font-size: 2.55em;
  line-height: 1;
}

h1 span {
  color: #008650;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 -0.7rem 1rem;
  padding: 0.35rem 0.7rem;
  color: #fff;
  background: #007843 url('h2.jpg') no-repeat right;
}

h3 {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

ul {
  padding: 0 0 1rem 0;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 16px;
  line-height: 1.43;
}

ul li:before {
  content: "\2010";
  display: inline-block;
  font-size: 1.300em;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  top: -6px;
  margin-left: -16px;
}

ul:first-of-type {
  padding-bottom: 2.1rem;
}

/* Hebt Float left/right auf */

/* Ende Standard */

/* Header */
header {
  padding: 0rem 0 0rem;
  position: relative;
}

/* Ende Header */

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

article p {
  font-size: 1.43em;
  line-height: 1.3;
  padding-bottom: 0.5rem;
}

/* Ende Article */

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

footer aside:first-of-type {
  float: left;
  width: 300px;
}

footer aside:last-of-type {
  float: right;
  width: 277px;
}

figure {
  margin: 28px 0 2.2rem;
  text-align: center;
}

footer aside:last-of-type p:nth-of-type(3) {
  margin: 0 -0.7rem 0.5rem;
  padding: 0.25rem 0.7rem;
  border-top: 2px solid #007843;
  border-bottom: 2px solid #007843;
  color: #007843;
}

footer aside:first-of-type p:first-of-type {
  color: #007843;
}

/* Ende Footer */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

a:hover {
  text-decoration: underline;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* Responsive */
@media only screen and (max-width:654px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    background: #fff;
  }

  p {
    text-align: left;
  }

  h1 {
    font-size: 2em;
  }

  figure {
    margin: 0 0 1rem;
  }

  i br {
    display: none;
  }

  footer aside:first-of-type,
  footer aside:last-of-type {
    float: none;
    width: 100%;
  }

}

/* Ende Responsive */
