/*div.headline_container{
    max-width: 640px;
}*/
.headline_main{
    margin: 0px;
}
.headline_main{
    font-size: 45px;
    font-family: 'PT Sans';
    font-weight: bold;
}
.related_head{
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-weight: normal;
    padding: .5%;
    margin:0px;
    margin-bottom: 5px;
    color: #000;
    line-height: 17px;
    max-height: 45px;
    overflow: hidden;
    margin-top: 8px;
}
.related_head div.item{
    padding: 0px !important;
    height: 20px !important;
    overflow: hidden;
}
.related_head div.ellipses{
    padding: 0px !important;
    height: 39px !important;
    overflow: hidden;
}
.headline_image{
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-style: solid;
    max-height: 390px;
    /*height: 390px;*/
}

/* Headline Carousel */
#hf_div{
  border: 1px solid #e8e8e8;
  border-radius: 1px;
  padding: 10px 15px !important;
  overflow: hidden;
  background-color: white;
  width: 67.7%;
}
.carousel_headline_title{
  font-size: 43px;
  font-weight: bold;
  line-height: 45px;
  font-family: 'Lato';
  word-wrap: break-word;
}

.carousel_headline_kicker{
  font-size: 20px;
  font-family: 'Lato';
  line-height: 22px;
  font-weight: bold;
}
.carousel_h_title_teaser{
  margin-bottom: 20px;
}
.carousel_hr_title{
  color: #cf2240;
  font-weight: bold;
}
.carousel_headline_teaser{
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  color: #000 !important;
  height: 60px;
    overflow: hidden;
}
.headline_related .row{
  height: 20px;
  overflow: hidden;
}

@media(max-width: 992px){
  #hf_div{
    width: 100%;
  }
}

@media(max-width: 767px){
  .carousel_headline_img_container{
    height: 280px;
  }
  #hf_div{
    margin-bottom: 20px;
  }
}

@media(max-width: 480px){
  .carousel_headline_img_container{
    height: 210px;
  }
  .carousel_headline_title{
    font-size: 23px;
    line-height: 25px;
  }
  .carousel_headline_kicker{
    font-size: 14px;
    line-height: 16px;
  }
}
