body {
  font-size: 16px;
  color: #000000;
}

a.pfeil,
.pfeil {
  display: inline-block;
  padding: 10px 10px 10px 40px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url(../img/pfeilOrange.png);
  color: #e94942;
}

a.pdflink,
.pdflink {
  padding: 22px 30px 22px 45px;
  background-image: url(../img/pdf.png);
  display: block;
  background-position: left;
  text-decoration: none;
  border: none;
  line-height: 100%;
  color: #ac3b80;
  background-repeat: no-repeat;
}

a.jpglink,
.jpglink {
  padding: 22px 30px 22px 45px;
  background-image: url(../img/jpg.png);
  display: block;
  background-position: left;
  text-decoration: none;
  border: none;
  line-height: 100%;
  color: #ac3b80;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: DINWeb, sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3em;
}

@media (max-width: 860px) {
  h1 {
    font-size: 2rem;
    hyphens: auto;
  }
}

h3 {
  font-family: DINWeb-Medium, sans-serif;
  font-size: 1.1em;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  color: #333333;
}

h4 {
  color: #999999;
}

p {
  padding: 0 0 25px 0;
}

.datum,
span.datum {
  font-family: DINWeb-Medium, sans-serif;
  font-size: 1.1em;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  color: #666666;
}

s {
  text-decoration: line-through;
}

.hrtdatum,
span.hrtdatum {
  font-family: DINWeb-Medium, sans-serif;
  font-size: 1.1em;
  padding: 0 0 15px 0;
  color: #242e6b;
}

.important,
span.important {
  font-weight: bold;
  font-family: "DINWeb-Medium", sans-serif;
}

span.uppercase {
  text-transform: uppercase;
}

span.pinktag {
  background: #e21b65;
  display: inline-block;
  padding: 2px 5px;
  color: white;
  /*transform: rotate(-11deg);*/
  line-height: 1;
  font-size: 0.8em;
}

span.orangetag {
  background: #ef8824;
  display: inline-block;
  padding: 2px 5px;
  color: white;
  /*transform: rotate(-11deg);*/
  line-height: 1;
  font-size: 0.8em;
}

span.orangetag a {
  border-bottom: none !important;
  color: inherit !important;
  background: none !important;
}

span.orangetag a:hover {
  text-decoration: underline !important;
}

.intro-text {
  font-size: 28px;
}
