@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: #231F20;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  
}

#wrapper {
  position: relative;
  max-width: 735px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 1px #000;
  background-color: #E21A21;
  overflow: hidden;
  padding: 1.3rem;
}

p {
  padding-bottom: 1.3rem;
}

h1 {
  margin: 0rem 0rem 1.1rem;
  font-size: 2.13em;
  line-height: 1.1em;
}

h1 span {
  font-size: 0.6em;
}

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

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

a:hover {
  text-decoration: underline;
}

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

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

li {
  padding-left: 0.9rem;
}

ul li:before {
  content: "–";
  display: inline-block;
  font-size: 1.000em;
  position: relative;
  float: left;
  top: 1px;
  margin-left: -0.9rem;
  color: #E21A21;
}

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

/* Ende Standard */

/* Header */
header {
  padding: 0rem 0rem 0rem;
  color: #fff;
}

main {
  display: block;
  background: #fff;
  box-shadow: 4px 5px 6px 0px #231F20;
  padding: 1rem 1rem 0.9rem;
  position: relative;
}

article img {
  position: absolute;
  top: 10px;
  right: 7px;
}

/* Ende Header */

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

article ul:first-of-type {
  width: 529px;
  position: static;
  z-index: 2;
}

article p:first-of-type {
  font-size: 0.9em;
  line-height: 1.3;
}

article p:last-of-type {
  padding-bottom: 0;
}

article p:last-of-type strong {
  font-size: 1.03em;
  line-height: 1.2;
}

article p:last-of-type strong a {
  font-size: 1.15em;
  line-height: 1.3;
}

/* Ende Article */

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

footer img {
  position: absolute;
  bottom: 13px;
  right: 21px;
}

/* Ende Footer */

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

  p {
    text-align: left;
  }

  article img,footer img {
    position: static;
  }

  footer img {
    margin: 1rem 0 0;
  }

  i br {
    display: none;
  }

  article ul:first-of-type {
    width: auto;
  }

  h1 {
    font-size: 1.4em;
  }

  h1 span {
    font-size: 0.65em;
  }

}

/* Ende Responsive */
