@charset "utf-8";

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font: 1em Helvetica, Arial, sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 580px;
  margin: 1rem auto;
  border: 2px solid #000;
  background: #fff;
  overflow: hidden;
  padding: 1rem;
  text-align: left;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  padding-bottom: 0.5rem;
}

h1 {
  margin: 0rem 0rem 0.75rem;
  font-size: 2.2em;
  line-height: 1.1;
  text-align: center;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.2;
  margin: 0rem -0.3rem 0 -1rem;
  padding: 0.2rem 1rem;
  background: #FFF101;
}

ul {
  padding: 0.3rem 0rem 0.5rem;
  list-style: none;
}

li {
  padding-left: 0.8rem;
}

li:before {
  content: "\2022";
  display: block;
  font-size: 1.3em;
  line-height: 1;
  position: relative;
  float: left;
  top: -1px;
  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;
  float: right;
  margin-left: 0.75rem;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem;
}
article>p:first-of-type{
  text-align: justify;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
}

/* Ende Footer */
/* Responsive */
@media only screen and (max-width: 574px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    font-size: 0.938em;
  }

  p, article>p:first-of-type {
    text-align: left;
  }

  i br {
    display: none;
  }
  h1{
    font-size: 1.8em;
  }
  header{
    margin-left: 0;
    float: none;
  }
}
/* Ende Responsive */
/* THANG DEVELOPER */
