@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

#wrapper {
  position: relative;
  max-width: 515px;
  margin: 1rem auto;
  border: solid 1px #242021;
  background-color: #242021;
  overflow: hidden;
  padding: 0rem;
}

a {
  color: #FFF;
  text-decoration: none;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0rem 0rem 0.25rem;
  font-size: 1.75em;
  line-height: 1.1em;
  font-weight: 900;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1.063em;
  line-height: 1.2em;
  margin-bottom: 1rem;
  margin-left: 2.5rem;
}

h3 {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0;
}

ul {
  padding: 0px 0px 16px 0px;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 12px;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.000em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -12px;
}

/* Hebt Float left/right auf */

/* Ende Standard */

/* Header */
header {
  padding: 0rem;
}

/* Ende Header */

/* Article */
article {
  padding: 1rem 0.8rem 0rem;
  position: relative;
}

article>img {
  position: absolute;
  top: 0;
  right: 17px;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0.8rem 0.8rem;
  font-weight: 900;
  font-size: 1.063em;
}

/* Ende Footer */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

a:hover {
  text-decoration: underline;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* Responsive */
@media only screen and (max-width:514px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    font-size: 0.938em;
  }

  p {
    text-align: left;
  }

  i br {
    display: none;
  }

  h2 {
    margin-left: 0;
  }

  article>img {
    position: static;
    margin-bottom: 1rem;
  }

}

/* Ende Responsive */

/* Tin developer */
