@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: #4F4F4E;
  font: 1em 'Fira Sans', sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 690px;
  margin: 1rem auto;
  border: solid 2px #C60077;
  background: #fff;
  overflow: hidden;
  padding: 0rem 1rem;
  text-align: left;
}

a {
  color: #C60077;
  text-decoration: none;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0rem 0rem 1rem 0rem;
  padding: 0rem 0rem 0rem;
  font-size: 1.35em;
  line-height: 1.2em;
  color: #C60077;
}

h1 small {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  padding: 0rem 0rem 0rem 0rem;
}

h3 {
  font-size: 1.55em;
  line-height: 1.2em;
  padding: 0.25rem 1rem;
  border: solid 2px #C60077;
  border-left: none;
  text-align: right;
  margin: 0 0 1.35rem -1rem;
}

ul {
  padding: 0rem 0rem 1rem 1rem;
  list-style: none;
}

li {
  padding-left: 0.7rem;
}

/*25A0 - square / 2010 - dash / 2212 - long dash*/
li:before {
  content: "\2022";
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.3;
  position: relative;
  float: left;
  top: 1px;
  margin-left: -0.7rem;
  color: #C60077;
}

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 0rem 0rem 0rem;
  text-align: right;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0rem 0rem;
  width: 459px;
}

article>p:last-of-type {
  text-align: justify;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0rem;
  width: 167px;
  position: absolute;
  right: 1rem;
  bottom: 0rem;
}

footer p:nth-of-type(3) {
  padding-bottom: 2rem;
}

footer p span {
  color: #C60077;
  font-weight: bold;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:689px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 0 1rem 1rem;
    font-size: 0.938em;
  }
  i br{
    display: none;
  }
  article>p:last-of-type {
    text-align: left;
  }

  article, footer {
    width: 100%;
    position: static;
  }
  article{
    padding-top: 1rem;
  }
  h3{
    border-left: solid 2px #C60077;
    text-align: left;
  }

}

/* 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;
}
