@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap');

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #242021;
  font-family: 'Hind', sans-serif;
  font-size: 0.875em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 660px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 2px #4D4D4F;
  background-color: #fff;
  overflow: hidden;
  padding: 0rem;
}

a {
  color: #242021;
  text-decoration: none;
}

p {
  padding-bottom: 0.5rem;
  text-align: justify;
}

h1 {
  margin: 0rem 0rem 0.2rem 3rem;
  font-size: 2.6em;
  font-weight: 900;
  line-height: 0.7em;
  position: relative;
}

h1 span {
  font-size: 13px;
  font-weight: normal;
  vertical-align: 2px;
}

h2 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 0;
}

h3 {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0;
}

ul {
  padding: 0px 0px 20px 13px;
  list-style-image: url();
  list-style: none;
  font-size: 0.938em;
}

li {
  padding-left: 15px;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.7500em;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  top: -2px;
  margin-left: -15px;
}

/* Hebt Float left/right auf */

/* Ende Standard */

/* Header */
header {
  padding: 0rem;
}

/* Ende Header */
main {
  display: block;
  padding: 1rem 1.25rem 0.75rem;
}

/* Article */
article {
  padding: 0rem;
}

article>aside {
  text-align: center;
  padding-bottom: 1rem;
}
article>aside>span{
  font-size: 1.15em;
  line-height: 1.3;
}
article>aside p:last-of-type {
  margin-left: 8rem;
}

article section {
  float: left;
  width: 322px;
}

article section:last-of-type {
  float: right;
  width: 260px;
  color: #4D4D4F;
}

article section:last-of-type  p {
  font-size: 0.875em;
  line-height: 1.3;
}

article section:last-of-type h2 {
  color: #000;
  margin-bottom: 0.5rem;
}

article section:last-of-type aside {
  padding-bottom: 1.5rem;
}

article section:last-of-type aside:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

article section:last-of-type aside img {
  float: left;
}

article section:last-of-type aside p {
  float: right;
  padding-bottom: 0;
  width: 199px;
}

article section:last-of-type aside p strong {
  font-size: 1.35em;
  display: block;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
}
footer aside{
  font-size: 1.15em;
}
footer img {
  position: absolute;
  bottom: 11px;
  right: 6px;
}

/* 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:659px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }

  p {
    text-align: left;
  }

  h1 {
    font-size: 1.8em;
    line-height: 1;
    margin: 0.25rem 0 0;
  }
  h1 span{
    vertical-align: 0;
  }
  h2 {
    font-size: 1.125em;
  }

  main {
    padding: 1rem;
  }

  article>aside p:last-of-type {
    padding-left: 0;
    padding-bottom: 0;
    margin-left: 0;
    text-align: center;
  }

  article section {
    float: none;
    width: 100%;
  }

  article section:last-of-type {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }

  article section:last-of-type aside {
    width: 266px;
  }

  footer img {
    position: static;
    margin-top: 1rem;
  }
  i br{
    display: none;
  }

}

/* Ende Responsive */
