@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;600;700&display=swap');

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #242021;
  font-family: 'Signika', sans-serif;
  font-size: 1em;
  line-height: 1.25em;

}

#wrapper {
  position: relative;
  max-width: 620px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 2px #000;
  background-color: #fff;
  overflow: hidden;
  padding: 1.25rem 1.625rem 0.625rem;
  background: #fff url("bg.jpg") no-repeat bottom left;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0 0 0.75rem;
  padding: 1rem 0 0 0;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: normal;
  border-top: 2px solid #B2B3B7;
  padding-left: 1.5625rem;
}

h1:before {
  content: "\2BC8";
  display: inline-block;
  font-size: 1.5em;
  position: relative;
  float: left;
  top: 2px;
  margin-left: -2.1375rem;
}

h1 small {
  font-size: 0.625em;
  line-height: 1.2em;
}

h2 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0;
  font-weight: 400;
}

h3 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 1rem;
  font-weight: 400;
  padding-top: 3.1875rem;
}

h3 span {
  color: #1075BB;
  display: block;
}


a {
  color: #242021;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1.3rem;
}

ul li:before {
  content: "\2BC8";
  display: inline-block;
  font-size: 1.000em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1.3rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

/* Ende Standard */

/* Header */
header {
  padding: 0;
  float: right;
}

/* Ende Header */

/* Article */
article {
  padding: 0 0 1rem;
  font-size: 1.25em;
  line-height: 1.25em;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0;
  text-align: right;
}

footer strong {
  display: block;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:619px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    padding: 0;
    background-image: none;
    font-size: 0.875rem;
    line-height: 1.2em;
  }

  article {
    padding: 0.75rem;
  }

  footer {
    background-color: #F9A01D;
    padding: 0.75rem;
  }

  i br {
    display: none;
  }

  p {
    text-align: left;
  }

}

@media only screen and (max-width:569px) {
  header {
    padding: 0;
    float: none;
    text-align: right;
  }

  h3 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 1rem;
    font-weight: 400;
    padding-top: 0.625rem;
  }
}

/* Ende Responsive hieu */