@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font: 1em 'PT Sans', sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 575px;
  margin: 1rem auto;
  border: 1px solid #000;
  background: #fff;
  overflow: hidden;
  padding: 0rem 0rem 0rem;
  text-align: left;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  padding-bottom: 0.5rem;
}

h1 {
  margin: 0rem 0rem 0.7rem 0rem;
  padding: 0rem 0rem 0rem;
  font-size: 2.25em;
  line-height: 1em;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0rem 0rem 0rem;
}

h3 {
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0rem 0rem 0.35rem;
}

h3 span {
  font-weight: normal;
}

h1, h3 {
  color: #00599B;
}

ul {
  padding: 0rem 0rem 0.75rem 0rem;
  list-style: none;
}

li {
  padding-left: 0.8rem;
}

li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  position: relative;
  float: left;
  top: 2px;
  margin-left: -0.8rem;
}

i {
  font-style: normal;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Header */
header {
  padding: 0rem 0rem 0rem;
  position: relative;
}

header a {
  position: absolute;
  top: 7%;
  right: 3%;
  width: 36%;
  height: 15%;
}

/* Ende Header */

/* Article */
article {
  padding: 1.25rem 1rem 0.5rem;
}

article>ul {
  padding: 0.1rem 0 1.35rem;
}

article section {
  margin: 0 -0.7rem 1rem -1rem;
  background: #CFD9EB;
  padding: 1rem 0.7rem 0 1rem;
  border-radius: 0 20px 20px 0;
}

article section aside {
  float: left;
  width: 256px;
}

article section aside:last-of-type {
  float: right;
  width: 223px;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0.7rem 0.2rem;
}

footer aside span>i {
  font-size: 1.15em;
}

footer span {
  display: inline-block;
}

footer i {
  color: #00599B;
}

footer>p {
  text-align: right;
  position: absolute;
  right: 1rem;
  bottom: 0.3rem;
}

/* Ende Footer */
@media only screen and (max-width:574px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }

  p {
    text-align: left;
  }

  i br, article br {
    display: none;
  }
  h1{
    font-size: 1.8em;
  }
  article section aside, article section aside:last-of-type {
    float: none;
    width: 100%;
  }
  footer{
    padding: 0 1rem;
  }
  footer span {
    display: block;
    margin: 0.5rem 0;
  }
  footer>p {
    position: static;
    text-align: left;
  }

}
