@CHARSET "UTF-8";

/*
*   Autor: Sebastian Wiedling
*/


/*
*   Press
*/

.container .press {
  padding: 0 15px;
}
.press-release {
  background: rgba(240,240,240,0.5);
  border-top: 1px solid rgba(223,223,223,1);
  min-height: 95px;
  position: relative;
  padding-right: 15px;
}
.press-release:nth-child(odd) {
  background: rgba(255,255,255,1);
}
.press-release:hover,
.press-release:focus {
  background: rgba(240,240,240,1);
  cursor: pointer;
}
.press-release-img {
  width: 100%;
  min-height: 80px;
}
.press-release-date {
  font-size: 12px;
  padding-top: 5px;
  border-top: 3px solid rgba(223,223,223,1);
  display: inline-block;
}
.press-release-title {
  color: rgba(0,88,156,1);
  display: block;
  padding-bottom: 3px;
}
.press-release-title,
.press-release-teaser {
  margin-right: 30px;
}
.press-release-teaser {
  padding-bottom: 7px;
}
.press-release:before {
  color: rgba(150,150,150,1);
  content: "\f105"; 
  font-family: FontAwesome;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.press a.btn {
  margin-top: 20px;
  width: 200px;
}
@media only screen and (max-width: 423px) {
  .press-release-img {
	display: none;
  }
  .press-release-title,
  .press-release-teaser {
    margin-left: 15px;
  }
}

