@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&display=swap');

:root {
  font-size: 16px;
}

/* Standard */
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font: 0.938em 'Barlow', sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 595px;
  margin: 1rem auto;
  border: solid 1px #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: 0.35rem 0rem 0.5rem 0rem;
  padding: 0rem 0rem 0rem;
  font-size: 1.65em;
  line-height: 1.1em;
}

h1 span {
  font-size: 0.7em;
  font-style: italic;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0rem 0rem 0rem 0rem;
}

h3 {
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 0.5rem -3rem 0rem -5rem;
  padding: 0.35rem 2rem 0.35rem 3rem;
  background: #3F3F3F;
  color: #fff;
  text-align: center;
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  font-weight: 500;
}

ul {
  padding: 0rem 0rem 0.5rem 0rem;
  list-style: none;
}

li {
  padding-left: 0.6rem;
}

/*25A0 - square / 2010 - dash / 2212 - long dash*/
li:before {
  content: "\2022";
  display: inline-block;
  font-size: 0.7em;
  line-height: 1;
  position: relative;
  float: left;
  top: 3px;
  margin-left: -0.6rem;
}

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 0rem 0rem 0rem;
  position: relative;
}

header img {
  display: block;
}

header a {
  position: absolute;
  top: 14%;
  right: 4%;
  width: 41%;
  height: 33%;
}

/* Ende Header */

/* Article */
article {
  padding: 1rem 1rem 4.25rem 3.25rem;
  background: #1E0A00 url('bg.jpg') no-repeat bottom;
  color: #fff;
}

article>p:first-of-type strong {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.2;
}

article aside {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 0.75rem;
}

article aside:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 100px;
  height: 3px;
  background: #fff;
}

article aside strong {
  font-weight: 500;
  display: inline-block;
}

article aside p {
  position: relative;
  padding: 0.35rem 0 0.35rem 2.75rem;
  font-size: 1.3em;
  line-height: 1.2;
}

article aside img {
  position: absolute;
  left: 0;
  top: 5px;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 1rem 0.5rem;
  text-align: center;
  margin-top: -3.1rem;
  position: relative;
}

footer p:first-of-type {
  font-size: 1.15em;
  line-height: 1.2;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:594px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }

  article {
    padding: 1rem;
    background: #1E0A00;
    padding-bottom: 0;
  }

  footer {
    margin-top: 1rem;
  }

  h3 {
    margin: 0.5rem -1rem 0rem;
    padding: 0.35rem 1rem;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

}

/* Ende Responsive */
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
