@charset "utf-8";

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #404040;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 660px;
  margin: 1rem auto;
  border: solid 1px #D79C2C;
  background-color: #fff;
  overflow: hidden;
  padding: 0rem;
}

main {
  display: block;
  background: url('bg.jpg') no-repeat top;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0rem 0rem 0rem;
  font-size: 2.792em;
  line-height: 1.1em;
  position: absolute;
  top: 295px;
  right: 0;
  color: #fff;
}

h1 span {
  display: inline-block;
  background: #D79C2C;
  padding: 0.7rem 2.5rem;
}

h1 small {
  font-size: 0.65em;
  font-weight: normal;
}

h2 {
  font-size: 1.652em;
  line-height: 1.2em;
  position: absolute;
  right: 0;
  top: 232px;
}

h2 span {
  display: inline-block;
  background: #D79C2C;
  color: #fff;
  padding: 0.6rem 1rem;
}

h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0rem;
  color: #D79C2C;
}

a {
  color: #404040;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0.2rem 0rem 1rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1.2rem;
  padding-bottom: 0.2rem;
}

ul li:before {
  content: "\25A0";
  display: inline-block;
  font-size: 0.600em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1.2rem;
  color: #3D5A9C;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Ende Standard */

/* Header */
header {
  padding: 0rem 0rem 0rem;
  position: relative;
}

header img {
  display: block;
}

header a {
  position: absolute;
  right: 1.5%;
  top: 3%;
  width: 35%;
  height: 15%;
}

/* Ende Header */

/* Article */
article {
  padding: 3rem 1.2rem 0rem;
}

article p:last-of-type {
  line-height: 1.4em;
}

article section {
  float: left;
  width: 52%;
}

article section:last-of-type {
  width: 46%;
  float: right;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0.6rem 1.2rem 2rem;
  font-size: 0.85em;
  line-height: 1.3em;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:659px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
  }

  main {
    background-image: none;
    background: #EFEFEF;
  }

  span {
    display: inline-block;
  }

  article {
    padding-top: 1rem;
  }

  article p:first-of-type br {
    display: none;
  }

  h1, h2 {
    position: static;
    margin-bottom: 1rem;
    font-size: 1.4em;
  }

  h1 {
    font-size: 2em;
  }

  h1 span, h2 span {
    padding: 0.6rem;
  }

  article section, article section:last-of-type {
    width: 100%;
    float: none;
  }

}

/* Ende Responsive */
