@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=Saira:wght@400;500;700&display=swap');
/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'PT Sans', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 516px;
  margin: 1rem auto;
  border: solid 1px #1D99D6;
  background: url('../images/line.jpg') bottom left no-repeat,#fff;
  overflow: hidden;
  padding: 2rem 2rem 0;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0.3rem -2rem 1rem;
  padding: 0 2rem;
  font-size: 1.11em;
  line-height: 1.1em;
  color: #1D99D6;
}

h1:before {
  content: "";
  background: #1D99D6;
  width: 20px;
  height: 14px;
  display: inline-block;
  font-size: 1.000em;
  position: relative;
  float: left;
  top: 3px;
  margin-left: -36px;
}

h1 span {
  font-weight: normal;
}

h2 {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0.3rem;
  color: #1D99D6;
  font-weight: normal;
  padding-left: 0.8rem;
  border-bottom: solid 1px #1D99D6;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0rem 0rem 0.2rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.8rem;
}

ul li:before {
  content: "";
  background: url('../images/icon.jpg') top left no-repeat;
  width: 3px;
  height: 5px;
  display: inline-block;
  font-size: 1.000em;
  position: relative;
  float: left;
  top: 9px;
  margin-left: -0.8rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Ende Standard */

/* Header */
header {
  padding: 0rem 0rem 1.3rem;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0rem 0rem;
}

article p:first-of-type{
  text-align: justify;
}

article p:last-of-type {
  padding-top: 0.8rem;
}

article p:last-of-type strong, article p:last-of-type a {
  color: #1D99D6;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0.35rem;
}

footer a{
  color: #1D99D6;
  margin: 0 0 0rem 14.7rem;
  font-size: 0.8em;
  line-height: 1em;
  border-bottom: solid 2px #1D99D6;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:515px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    padding: 1rem;
    background: #fff;
  }

  header {
  padding: 0rem 0rem 0.5rem;
}

  h1 {
  margin: 0.3rem 0rem 1rem;
  padding: 0rem;
  font-size: 1.11em;
  line-height: 1.1em;
  color: #1D99D6;
}

article p:first-of-type{
  text-align: left;
}

i br{
  display: none;
}

footer a{
  margin: 0rem;
}

footer a, article p:last-of-type a {
  display: inline-block;
}

}

/* Ende Responsive */
