@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900');

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.5em;
}

#wrapper {
  position: relative;
  max-width: 818px;
  margin: 1rem auto;
  border: solid 1px #1E9FD1;
  background-color: #fff;
  overflow: hidden;
  padding: 0rem;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  padding-bottom: 0.75rem;
  text-align: justify;
}

h1 {
  margin: 0.75rem 0rem 0.75rem -7rem;
  font-size: 2.5em;
  color: #1E9FD1;
  line-height: 0.9em;
  font-style: italic;
}

h1 i {
  font-style: normal;
  font-size: 0.4em;
  color: #000;
  font-weight: normal;
}

h1 strong {
  font-size: 0.75em;
}

h1 span {
  display: block;
  margin-bottom: 0.75rem;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 2px;
}

h3 {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0;
}

ul {
  padding: 0px 0px 0.75rem 0px;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 12px;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.000em;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -12px;
}

ul span {
  padding-left: 12px;
}

/* Ende Standard */

/* Header */
header {
  padding: 2rem 5rem 5rem;
  text-align: right;
  margin-bottom: -6rem;
}

/* Ende Header */

/* Article */
article {
  padding: 6.5rem 2.5rem 1rem 11rem;
  background: url('bg.jpg') no-repeat top left, #D4D3D2;
  margin-bottom: -3.5rem;
}

article>p:first-of-type {
  width: 555px;
}

article aside:first-of-type {
  font-size: 1.1em;
}

article p:nth-of-type(2) {
  padding-bottom: 0rem;
}

article aside:first-of-type ul:first-of-type {
  float: left;
  width: 261px;
}

article aside:first-of-type ul:last-of-type {
  float: right;
  width: 295px;
}

article aside:nth-of-type(2) ul:first-of-type {
  float: left;
  width: 280px;
}

article aside:nth-of-type(2) ul:last-of-type {
  float: right;
  width: 295px;
}

article aside:nth-of-type(3) ul:first-of-type {
  float: left;
  width: 290px;
}

article aside:nth-of-type(3) ul:last-of-type {
  float: right;
  width: 295px;
}

/* Ende Article */

/* Footer */
footer {
  height: 215px;
  color: #FFF;
  padding: 0rem 5rem 1rem 11rem;
  background: url('bgf.png') no-repeat top left, #26A5D6;
}

footer aside {
  padding-top: 7.5rem;
  font-size: 1.188em;
}

footer>img {
  position: absolute;
  bottom: 1rem;
  right: 5rem;
}

footer section {
  display: none;
}

/* Ende Footer */
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;
}

/* Responsive */
@media only screen and (max-width:818px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }

  article {
    padding-left: 9rem;
    margin-bottom: -2rem;
  }

}

@media only screen and (max-width:818px) {
  body {
    line-height: 1.3em;
  }

  p {
    text-align: left;
    width: 100%;
  }
  i br{
    display: none;
  }
  article>p:first-of-type {
    width: 100%;
  }

  header {
    padding: 1.5rem 1rem;
    margin-bottom: 0;
    text-align: left;
  }

  h1 {
    margin: 0.75rem 0 1rem 0;
    font-size: 1.8em;
    line-height: 1em;
  }
  h1 i{
    font-size: 0.55em;
  }
  article {
    background: #D4D3D2;
    padding: 1rem 1rem 0;
    margin-bottom: 0;
  }

  article aside:first-of-type ul:first-of-type {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }

  article aside:first-of-type ul:last-of-type {
    float: none;
    width: 100%;
  }

  article aside:nth-of-type(2) ul:first-of-type {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }

  article aside:nth-of-type(2) ul:last-of-type {
    float: none;
    width: 100%;
  }

  article aside:nth-of-type(3) ul:first-of-type {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }

  article aside:nth-of-type(3) ul:last-of-type {
    float: none;
    width: 100%;
  }

  footer {
    background: #26A5D6;
    padding: 1rem;
    height: auto;
  }

  footer aside {
    padding-top: 0;
  }

  footer>img {
    position: static;
    margin-top: 10px;
  }

  footer section {
    display: block;
    margin-top: 10px;
  }

}

/* Ende Responsive */
