@charset "utf-8";

/* Standard */
:root {
  font-size: 16px;
}

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

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: Calibri, Arial, sans-serif;
  font-size: 0.938em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 750px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: #fff;
  overflow: hidden;
  padding: 1rem 2rem 2rem;
}

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

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0 0 0 0;
  padding: 0 0 0.5rem 0;
  font-size: 2.07em;
  line-height: 1.1em;
  font-weight: normal;
}

h1+p {
  color: #C00B1C;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  margin-top: 0.5rem;
  float: left;
  display: inline-block;
  padding: 0.5rem 0.25rem;
  background: #C00B1C;
  color: #fff;
}
h2 a{
  color: #fff;
}
h3 {
  font-size: 1.125em;
  line-height: 1.3;
  margin-bottom: 0.4rem;
  color: #C00B1C;
}

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

li {
  padding-left: 16px;
}

ul li:before {
  content: "\25A0";
  display: inline-block;
  font-size: 0.8em;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  top: 0px;
  margin-left: -16px;
  color: #C00B1C;
}

/* Hebt Float left/right auf */

/* Ende Standard */

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

header a img {
  float: right;
}

figure {
  margin: 2.5rem 0 1rem;
}

/* Ende Header */

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

article p:nth-of-type(3) {
  background: #C00B1C;
  color: #fff;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 1.35rem;
}

article p:nth-of-type(3) strong {
  font-size: 1.313em;
}

article p:nth-of-type(3) span {
  display: block;
  float: left;
}

article p:nth-of-type(3) span:last-of-type {
  float: right;
  text-align: center;
}

article p:nth-of-type(3) span:nth-of-type(2) {
  background: #fff;
  border-top: 2px solid #808080;
  border-bottom: 2px solid #808080;
  margin: -4px 0 -11px;
  padding: 2px 0.5rem;
  width: 254px;
  position: absolute;
  right: 197px;
  color: #B5B5B5;
}

article p:nth-of-type(3) span:nth-of-type(2) strong {
  color: #000;
}

/* Ende Article */

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

i {
  color: #C00B1C;
}

/* 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:749px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 1rem;
  }

  p,
  ul {
    text-align: left;
  }

}

@media only screen and (max-width:635px) {
  article p:nth-of-type(3) span:nth-of-type(2) {
    width: 120px;
  }

}

@media only screen and (max-width:475px) {
  article p:nth-of-type(3) span:nth-of-type(2) {
    position: static;
    text-align: center;
    width: 130px;
    display: inline-block;
    margin: 0.35rem 0rem;
    border: 2px solid #808080;
  }

  article p:nth-of-type(3) span {
    float: none;
  }

  article p:nth-of-type(3) span:last-of-type {
    float: none;
  }

  article p:nth-of-type(3) {
    text-align: center;
  }

}

/* Ende Responsive */
