@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700,800,900&display=swap');

:root {
  font-size: 16px;
}

/* Standard */
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #57585A;
  font: 1em 'Fira Sans', sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 580px;
  margin: 1rem auto;
  border: solid 2px #4B2881;
  background: #fff;
  overflow: hidden;
  padding: 0rem 0rem 0rem;
  text-align: left;
}

a {
  color: #57585A;
  text-decoration: none;
}

p {
  padding-bottom: 0.75rem;
}

h1 {
  margin: 0rem 0rem 1rem 0rem;
  padding: 0rem 0rem 0rem;
  font-size: 1.4em;
  line-height: 1.1em;
  color: #4B2881;
  font-weight: 500;
  text-align: center;
}

h1+p {
  text-align: justify;
}

h1 small {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  padding: 0rem 0rem 0rem 0rem;
  color: #4B2881;
  font-weight: 500;
}

h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 2.5rem 0rem 0rem 0rem;
  float: right;
  text-align: right;
  font-weight: 500;
  color: #fff;
}

ul {
  padding: 0rem 0rem 0.5rem 0rem;
  list-style: none;
}

li {
  padding-left: 1rem;
}

/*25A0 - square / 2010 - dash / 2212 - long dash*/
li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1rem;
}

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 1rem 2rem;
  background: #4B2881;
}

header img {
  float: left;
}

/* Ende Header */

/* Article */
article {
  padding: 0.75rem 2rem 0rem;
  position: relative;
}

article aside {
  margin: 1.5rem 0 0 6rem;
}

article img {
  position: absolute;
  left: 2rem;
  bottom: 0.5rem;
}

h2+p {
  font-size: 0.825em;
  line-height: 1.3;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0.25rem 2rem 1rem;
  text-align: right;
}

footer span {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: 9px;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:580px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }

  header {
    padding: 1rem;
  }

  article aside {
    margin: 0rem;
  }

  article {
    padding: 0.75rem 1rem 0rem;
  }
  h3 br{
    display: none;
  }
  h3{
    font-size: 1.4em;
  }
  h1+p {
    text-align: left;
  }
  article img{
    position: static;
  }
  footer {
    padding: 0.25rem 1rem 1rem;
  }

}

/* Ende Responsive */
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;
}
