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

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

html {
  min-height: 100%;
}

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

#wrapper {
  position: relative;
  max-width: 586px;
  min-width: 250px;
  margin: 1rem auto;
  background-color: #ECEDED;
  overflow: hidden;
  padding: 0.7rem;
  text-align: center;
}

p {
  padding-bottom: 0.4rem;
}

h1 {
  margin: 0rem 0rem 0rem;
  font-size: 2.45em;
  line-height: 0.9em;
  color: #fff;
  position: absolute;
  text-align: left;
  top: 21px;
  left: 21px;
  font-weight: 800;
}

h1 span {
  font-size: 0.4em;
}

h2 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0;
  font-weight: 800;
}

h3 {
  font-size: 1.305em;
  line-height: 1.3em;
  margin-bottom: 0.7rem;
  font-weight: 800;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0rem 0rem 0rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1.3rem;
}

ul li:before {
  content: "●";
  display: inline-block;
  font-size: 1.000em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1.3rem;
}

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

main {
  display: block;
  border: 1px solid #B39A55;
  position: relative;
}

/* Ende Standard */

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

/* Ende Header */

/* Article */
article {
  padding: 0.7rem 0.7rem 1rem;
}

hr {
  margin: 0.3rem 0.5rem 0.7rem;
  background: #B39A55;
  height: 1px;
  border: none;
}

article > p:nth-last-of-type(2) {
  font-size: 0.7em;
  line-height: 1.3;
}

p img {
  vertical-align: -3px;
}

p span {
  position: relative;
  bottom: 3px;
  font-size: 0.9em;
}
/* Ende Article */

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

footer a {
  background: #ECEDED;
  display: inline-block;
  color: #B39A55;
  padding: 0 0.5rem;
  position: absolute;
  bottom: -9px;
  left: 146px;
  font-size: 1.2em;
  line-height: 1.3;
}

/* Ende Footer */

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

  main {
    border: none;
  }

  article {
    padding: 0.7rem 0.7rem 0;
  }

  h1 {
    position: static;
    color: #000;
    font-size: 1.8em;
    margin: 0em 0 0.3rem;
  }

  h1 span {
    font-size: 0.6em;
  }

  footer {
    padding: 0 0.7rem 0.7rem;
  }

  footer a {
    position: static;
  }

  h3 {
    font-size: 1.1em;
  }

  i br {
    display: none;
  }


}

/* Ende Responsive */
