@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Signika:400,700');

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #231F20;
  font-family: 'Signika', sans-serif;
  font-size: 0.938em;
  line-height: 1.4em;
}

#wrapper {
  position: relative;
  max-width: 570px;
  margin: 1rem auto;
  border: solid 1px #231F20;
  background: #fff url('bgf.jpg') no-repeat bottom;
  overflow: hidden;
  padding: 0rem;
}

p {
  padding-bottom: 1rem;
  text-align: justify;
}

h1 {
  margin: 0 0rem 1rem;
  font-size: 1.1em;
  line-height: 1.4em;
  padding-left: 12px;
}

h1:before {
  content: "\2010";
  display: inline-block;
  font-size: 1em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -12px;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1.125em;
  line-height: 1.2em;
  margin-bottom: 0;
}

a {
  color: #231F20;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0px 0px 0px 0px;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 20px;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -20px;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Ende Standard */

/* Header */
header {
  padding: 0rem;
}

header img {
  float: left;
  margin-right: 30px;
}

header p {
  font-size: 1.6em;
  line-height: 1.6em;
  padding-top: 1rem;
  font-weight: bold;
}

header p big {
  font-weight: 800;
  font-size: 1.4em;
}

/* Ende Header */

/* Article */
article {
  padding: 0.5rem 2rem 0.5rem 0.8rem;
}

/* Ende Article */

/* Footer */
footer {
  padding: 2.65rem 0.8rem 0.5rem;
  font-size: 0.95em;
  line-height: 1.3em;
  text-align: right;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:569px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    background: #fff;
  }

  span {
    display: inline-block;
  }

  p {
    text-align: left;
  }

  header p {
    clear: both;
    padding: 5px 1rem;
    line-height: 1.1;
  }

  header p br {
    display: none;
  }

  footer {
    padding-top: 0;
    text-align: left;
  }

}

/* Ende Responsive */
