body{
  font-family: "cooper_hewittlight";
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Header */
header{
  background: #E2001A;
  color: white;
  padding: 20px 0;
}

/* Zeichen & Absatzformate */



/* Fliesstext */
.content p{
  line-height: 1.8em;
  font-size: 1.7em;
}


p.fliesstext{
  font-family: "cooper_hewittlight";
  margin-top: 35px;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
}

p.description{
  font-family: "cooper_hewittbook";
  margin-top: 35px;
  font-size: 24px;
}

header span{
  font-family: "cooper_hewittsemibold";
  margin-right: 20px;
}
header p{
  font-family:"cooper_hewittbook";
  font-size: 18px;
  color: #FFFFFF;
}

/* Title: */
h1{
  font-family: "cooper_hewittbold";
  font-size: 32px;
  color: #CD1316;
  letter-spacing: 0px;
  line-height: 46px;
}

/* Zwischentitel */
h2{
  font-family: "cooper_hewittsemibold";
  font-size: 25px;
  line-height: 32px;
  margin-top: 35px;
  color: #CD1316;
}

/* Bild-Elemente */
.content img{
  margin-top: 35px;
  max-width: 100%;
}
