/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2019 | 08:18:28 */
#_posts_grid-15-17 .oxy-posts {
  margin: -20px;
}

.press-item-wrap{
  margin: 10px;
  padding: 50px;
  width: calc(50% - 20px);
  float: left;
  box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .03)
}

.press-dachzeile{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  display: block;
  color: #B1315C;
}

.press-title{
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 40px;
}

.press-link {
    font-weight: 400;
    margin-top: 40px;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}

.slick-next:hover, .slick-prev:hover {
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
}

@media only screen and (max-width: 680px){
  .oxy-posts .press-item-wrap {
      width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 768px){
  .press-item-wrap {
      margin: 10px;
      padding: 40px;
      width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 480px){
  .oxy-posts .press-item-wrap {
      margin: 0 0 10px;
      padding: 20px;
      width: 100%;
  }

  .press-text-wrap .press-dachzeile {
      margin-bottom: 20px;
      font-size: 11px;
  }

  .press-text-wrap .press-title {
      font-size: 22px;
      margin-bottom: 15px;
  }

  .press-link {
      font-size: 14px;
      padding-bottom: 1px;
  }
}