/* Post Carousel Block */
.bpc-container {
    margin-top: 35px;
    padding-bottom: 35px;
}

.bpc-title {
    font-size: 30px;
    line-height: 38px;
    font-family: roundedmedium;
}

.bpc-subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: 'adelle-sans';
}

.block-post-carousel {
  margin-left: calc(-97vw / 2 + 1170px / 2);
  margin-right: calc(-98vw / 2 + 1170px / 2);
  margin-bottom: 30px !important;
}

.bpc_kachel {
    width: 270px;
    height: 169px;
    background-color: white;
    display: inline-block;
    margin: 2px 25px 30px 0;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.10);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+*/
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+*/
    text-decoration: none !important;
}

.bpc_kachel.usktitle {
    min-height: 220px;
    filter: inherit;
    -webkit-filter: inherit;
    filter: inherit;
    height: auto;
}

.bpc_kachel.usktitle:hover .bpc_title {
    color: #1FAA6C;
}

.bpc_kachel:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    /*border: 1px solid #C9C9C9;
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);*/
}

.bpc_logo {
    max-width: 150px;
    max-height: 75px;
    margin: 10px auto 10px;
    text-align: center;
}

.usktitle .bpc_logo {
    max-width: 60px;
    max-height: 60px;
    margin: 15px;
}

.bpc_member_container {
    display: table;
    width: 100%;
    height: 100%;
}

.bpc_member_content {
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
}

.bpc_logo.member {
    width: 150px;
    height: 85px;
    margin-top: 0;
}

.bpc_title {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: 'roundedmedium';
    color: #4A4A4A;
    margin: 0;
}

.bpc_logo img {
    max-width: 150px;
    width: auto;
    height: 85px;
    max-height: 85px;
    margin: 0 auto;
}

.usktitle .bpc_logo img {
    max-width: 60px;
    width: auto;
    height: 60px;
    max-height: 60px;
    margin: 0;
}

.usktitle .bpc_title {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.bpc_konsole, .bpc_genre {
    margin: 0 15px;
    color: #828282;
    font-size: 14px;
    font-family: roundedmedium;
    line-height: 20px;
}

.bpc_genre {
    margin-bottom: 10px;
}

/* Slick JS Carousel */
.slick-dots li button {
    width: 10px;
    height: 10px;
    border: 2px solid #E7E7E7;
    border-radius: 10px;
}

.slick-dots li.slick-active button {
    border: 2px solid #1FAA6C;
    background-color: #1FAA6C;
}
.slick-dots li button:hover {
    border: 2px solid #1FAA6C;
    background-color: #1FAA6C;
}

.slick-dots li button::before {
    /* font-size: 10px; */
    display: none;
}

ul.slick-dots {
    margin-left: 0;
    margin-bottom: 0px;
}

/* More Button */
.gk_more_button_container.usktitle {
    float: right;
    margin-top: -30px;
    position: relative;
}

.usktitle .gk_more_button {
    background-color: white;
    color: #4A4A4A;
    border: 1px #D5D9DD solid;
    font-size: 18px;
    font-weight: normal;
}

@media only screen and (max-width: 330px) {

  .slick-dots {
      bottom: -35px;
  }

  ul.slick-dots {
      line-height: 0px !important;
  }


  ul.slick-dots li {
      padding-left: 0;
  }

}

@media only screen and (max-width: 620px) {

  .bpc_kachel {
      width: 100%;
      height: 169px;
      margin: 0 25px 20px 0;
  }
}

@media only screen and (max-width: 890px) {

  .bpc-container {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .gk_more_button_container.usktitle {
      text-align: center;
      margin-top: 30px;
      float: inherit;
  }

  .bpc_kachel {
      width: 100%;
      height: 169px;
      margin: 0 0px 20px 0;
  }

  .bpc_kachel.usktitle, .bpc_kachel.member {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
  }

  .bpc-title {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 10px;
  }

  .bpc-subtitle {
      font-size: 16px;
      line-height: 22px;
  }

  .block-post-carousel .slick-dots {
    position: relative;
    margin-top: -30px;
    margin-left: 0;
    padding-right: 20px;
  }

  .slick-slide {
      margin: 0 5px !important;
  }

}

@media only screen and (max-width: 1520px) {

  .bpc_kachel.usktitle {
      min-height: 240px;
  }
}

@media only screen and (max-width: 1472px) {
  .bpc_kachel.member {
      height: 185px;
  }
}

@media only screen and (max-width: 1200px) {

  .block-post-carousel {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 889px) {
  .slick-dots {
    display: none !important;
  }
	
  .bpc_kachel.usktitle {
      min-height: 200px;
  }
}
