@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/* Standard */
:root {
  font-size: 16px;
}

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

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  
}

#wrapper {
  position: relative;
  max-width: 888px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 1px #00A8D9;
  background-color: #fff;
  overflow: hidden;
  padding: 1.7rem 1.3rem;
}

p {
  padding-bottom: 0.7rem;
}

h1 {
  margin: 0.3rem 0rem 0rem;
  font-size: 2.22em;
  line-height: 1.1em;
  color: #00A8D9;
}

h1+p{
  color: #00A8D9;
  font-size: 1.64em;
  line-height: 1.3em;
  padding-bottom: 1rem;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0.2rem;
  color: #00A8D9;
}

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.8rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1.8rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.500em;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -0.7rem;
}

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

/* Ende Standard */

/* Header */
header {
  padding: 0rem 0rem 0rem;
}

header a img{
  position: absolute;
  top: 20px;
  right: 21px;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0rem 0rem;
}

article ul:last-of-type{
  padding-bottom: 1.2rem;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0rem;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:887px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    padding: 1rem;
  }

  i br{
    display: none;
  }

  header a img{
    position: static;
    margin-bottom: 1rem;
  }
  
  li {
    padding-left: 0.7rem;
  }

  h1 {
    font-size: 1.7em;
  }
  
  h1+p{
    font-size: 1.3em;
  }

}

/* Ende Responsive */
