/**handles:styles-entry**/
.entry {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 16px);
  margin: 0 16px 40px 0;
}
@media (max-width: 640px) {
  .entry {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.entry--image {
  height: 260px;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .entry--image {
    height: 220px;
  }
}
.entry--image .cover-image {
  transition: 0.3s ease;
}
.entry--text .h4 {
  transition: 0.3s ease;
  max-width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .entry--text .h4 {
    font-size: 22px;
    line-height: 29px;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.entry--text--position {
  max-width: 100%;
}
@media (max-width: 999px) {
  .entry--text--position {
    max-width: 100%;
  }
}
.entry:hover .h4 {
  color: #0173A2;
}
.entry:hover .entry--text--position {
  color: #003E32;
}
.entry:hover .cover-image {
  transform: scale(1.05);
}
.entry:hover .entry--text--text {
  color: #003E32;
}

.spezial-page--menu .entry {
  vertical-align: top;
  margin-right: 11px;
}
.spezial-page--menu .entry:nth-child(even) {
  margin: 0;
}
@media (max-width: 999px) {
  .spezial-page--menu .entry:nth-child(even) {
    margin: 0 0 40px 0;
  }
}
.spezial-page--menu .entry .h4 {
  transition: 0.3s ease;
  max-width: 100%;
  min-height: 78px;
}
@media (max-width: 999px) {
  .spezial-page--menu .entry .h4 {
    min-height: unset;
  }
}
.spezial-page--menu .entry .h4 svg {
  min-width: 18px;
  margin-top: 10px;
  transform: translateX(0);
}

.spezial-page--zentren-kliniken .entry .h4 {
  min-height: 117px;
}
.spezialisten-overview .entry {
  width: 31%;
}
@media (max-width: 640px) {
  .spezialisten-overview .entry {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.spezialisten-overview .entry .h4 {
  max-width: 100%;
  font-size: 24px;
  line-height: 26px;
}

.news-overview .grid-width {
  margin-top: 50px;
}
.news-overview .entry {
  width: 31%;
}
@media (max-width: 999px) {
  .news-overview .entry {
    width: 47%;
  }
}
@media (max-width: 640px) {
  .news-overview .entry {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.news-overview .entry .entry-meta {
  margin-bottom: 20px;
}
.news-overview .entry .h4 {
  max-width: 100%;
  font-size: 24px;
  line-height: 26px;
}
@media (min-width: 999px) {
  .news-overview .entry .h4 {
    min-height: 78px;
  }
}

.entry-meta--detail {
  margin-bottom: 20px;
}

.cat-filter .grid-width {
  margin-bottom: 50px;
}
.cat-filter a {
  margin: 0 5px;
}
.cat-filter a:first-child {
  margin-left: 0;
}
.cat-filter a:last-child {
  margin-right: 0;
}
.cat-filter a.active-category {
  font-weight: bold;
}/*# sourceMappingURL=entry.css.map */