.news .plattform {
  margin: 0.5rem 0 0;
  position: absolute;
  top: 0;
}
@media (max-width: 770px) {
  .news .plattform {
    position: static;
    margin: 0;
  }
}
.news .insta {
  color: #C13584;
}
.news .facebook {
  color: #4267B2;
}
.news .news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.news .news-content a {
  text-decoration: underline #eb5a76 solid !important;
}
.news .news-content a:hover {
  text-decoration: #eb5a76 !important;
  color: #eb5a76 !important;
  cursor: pointer;
}
.news .box {
  min-height: 250px;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 46px -5px rgba(0, 0, 0, 0.41);
}
.news .box .row {
  height: 100%;
}
.news .box .title {
  color: #eb5a76;
  font-size: 1rem;
  margin: 0;
}
.news .box .link {
  text-decoration: underline;
  color: #eb5a76;
  font-size: 14px;
  cursor: pointer;
}
.news .box .vorschau {
  font-size: 14px;
}
.news .box .box-image {
  width: 100%;
  height: 100%;
  padding-right: 15px;
}
.news .box .box-image .image {
  height: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news .box:hover {
  box-shadow: 0px 10px 46px -5px rgba(0, 0, 0, 0.41);
}

.news-modal {
  font-size: 14px;
}
.news-modal h4 {
  font-size: 1rem;
}
.news-modal .btn {
  border-radius: 0;
  background-color: #eb5a76;
  border: none;
}
.news-modal .btn:hover {
  background-color: white;
  color: #eb5a76;
  border: 1px solid #eb5a76;
}

.post-image {
  float: left;
  margin-right: 15px !important;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .post-image {
    min-width: 100%;
  }
}

.slick-track {
  height: 15rem;
}
.slick-track div {
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-track div:focus {
  outline: none !important;
}

.viewfacebook {
  position: absolute;
}

.pagination {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.pagination .active {
  background-color: #d8566c !important;
}
.pagination a {
  padding: 1rem 1.5rem;
  background-color: #eb5a76;
  color: black;
  transition: all 0.4s linear;
  text-decoration: none !important;
}
.pagination a:hover {
  background-color: #d8566c;
  transition: all 0.2s linear;
}

.news-buttons {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=news-style.css.map */
