.podcast-list {
  margin: 0 -15px;
}
.podcast-list .podcast-link {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
}
.podcast-list .podcast-link:hover .pl-teaser {
  background-color: rgb(111, 172, 67);
}
.podcast-list .podcast-link:hover .pl-teaser h3,
.podcast-list .podcast-link:hover .pl-teaser p {
  color: #fff;
}
.podcast-list .pl-teaser {
  flex-shrink: 0;
  width: 100%;
  margin-top: 0.5rem;
  border-top: 1px solid #A8A8A8;
  background-color: #F5F5F5;
  transition: all 0.8s ease;
  padding: 1.875rem;
}
.podcast-list .pl-teaser h3 {
  font-size: 1.625em;
  min-height: 1.875em;
  margin-bottom: 0.25rem;
}
.podcast-list .pl-img {
  position: relative;
  padding: 1.875rem;
  min-height: 460px;
}
.podcast-list .pl-img .pl-button {
  margin: 0 20px;
  padding: 1rem 0;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.podcast-list .pl-img .pl-button.oben-rechts {
  align-items: flex-start;
  justify-content: flex-end;
}
.podcast-list .pl-img .pl-button.rechts-mitte {
  align-items: center;
  justify-content: flex-end;
}
.podcast-list .pl-img .pl-button.links-unten {
  align-items: flex-end;
  justify-content: flex-start;
}
.podcast-list .pl-img .pl-button .pl-button-icon {
  display: inline-block;
  width: 70px;
  height: 50px;
  background-color: rgb(111, 172, 67);
  border-radius: 5px;
  position: relative;
}
.podcast-list .pl-img .pl-button .pl-button-icon:hover {
  background-color: #333333;
}
.podcast-list .pl-img .pl-button .pl-button-icon .pl-button-rect {
  display: inline-block;
  position: relative;
  border-style: solid;
  border-width: 0 12.5px 21.7px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(90deg);
  top: 30%;
  left: 35%;
}

.podcast-detail .pd-content-wrapper {
  justify-content: center;
}
.podcast-detail .pd-content-wrapper .rechts {
  order: 1;
}
.podcast-detail .pd-content-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.podcast-detail .pd-media-box {
  padding: 1.5rem;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 11px 3px rgb(199, 199, 199);
}
.podcast-detail .pd-media-box .pd-play-text {
  font-size: 1.25rem;
  padding: 0 0 1rem 0.5rem;
  font-weight: bold;
  color: black;
}
.podcast-detail .pd-media-box audio {
  width: 300px;
}
.podcast-detail .pd-content-text {
  padding: 2rem 0;
  width: 300px;
}

@media (max-width: 766px) {
  .podcast-detail .pd-content-wrapper .pd-content-img {
    margin-bottom: 2rem;
  }
  .podcast-detail .pd-content-wrapper .pd-content-img img {
    width: 160px;
  }
  .podcast-detail .pd-content-wrapper .rechts {
    order: unset;
  }
  .podcast-detail .pd-content-text {
    padding: 2rem 0 0 0;
  }
}

/*# sourceMappingURL=podcast.css.map */
