@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@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: #000;
  font: 1.25em Calibri, sans-serif;
  line-height: 1.1;
}

#wrapper {
  position: relative;
  max-width: 540px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: #fff;
  overflow: hidden;
  padding: 5rem;
  text-align: left;
}

strong {
  color: #F9BD00;
}

a {
  color: #F9BD00;
  text-decoration: none;
}

p {
  padding-bottom: 1.25rem;
}

p small {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.3;
}

p span {
  float: left;
  width: 89px;
}

p span:last-of-type {
  float: right;
  width: 278px;
}

h1, h3 {
  margin: 0rem 0rem 0.25rem 0rem;
  padding: 0rem 0rem 0rem;
  font-size: 1.35em;
  line-height: 1.3em;
  color: #F9BD00;
}

h3 {
  margin-top: 1rem;
}

h1 small {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  padding: 0rem 0rem 0rem 0rem;
  font-weight: normal;
  text-decoration: underline;
}

strong, h1, h3, h4 span {
  font-family: 'Bitter', serif;
}

h4 {
  font-size: 1.7em;
  line-height: 1.2em;
  padding: 0rem 0rem 0rem 0rem;
  color: #FFC000;
  font-family: 'Barlow', sans-serif;
}

h4 span {
  color: #585858;
  font-weight: 500;
}

ul {
  padding: 0rem 0rem 1.25rem 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;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1rem;
}

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 0rem 0rem 0.2rem;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0rem 0rem;
}

article>p:first-of-type {
  text-align: justify;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0rem;
  margin-left: -1rem;
}

footer img {
  float: left;
  margin-top: 0.75rem;
}

footer aside {
  float: right;
  width: 67%;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:540px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 1rem;
    font-size: 0.813em;
    line-height: 1.3;
  }

  p span, p span:last-of-type {
    float: none;
    width: 100%;
    display: block;
  }

  article>p:first-of-type {
    text-align: left;
  }

  article br {
    display: none;
  }

  i br {
    display: block;
  }

  article>p:first-of-type {
    text-align: left;
  }

  footer {
    margin-left: 0;
  }

  footer img, footer aside {
    float: none;
  }

  footer aside {
    width: 100%;
  }

}

/* 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;
}
