.podcast-player {
  color: #ffffff;
  font-family: arial;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  width: 1px;
  background-color: #5a84ad;
}
.podcast-player, .podcast-player *, .podcast-player *:before, .podcast-player *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 13px 0 37px;
}
.podcast-player a {
  color: #ffffff;
  text-decoration: none;
}
.podcast-player .footer a {
  color: #ffffff;
}
.podcast-player a:hover {
  /*! text-decoration: underline; */
}
.panels .share-social-links li:hover::after {
  display: none;
}
.podcast-player button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
.podcast-player .main-player {
  background: #5a84ad url(https://smallapps.stroeerdp.de/podigee/css/podcast_player_hintergrund_tagesanbruch_610x169.png) 0/100% 100% no-repeat;
  position: relative;
}
.podcast-player .episode-basic-info {
  max-height: 104px;
  padding: 11px 12px 0;
  position: relative;
  overflow: hidden;
  height: 53px
}
.podcast-player .episode-basic-info .episode-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
  white-space: nowrap;
}
.podcast-player .episode-title a {
    color: #ffffff;
}
.podcast-player .episode-basic-info .episode-subtitle {
  color: #ffffff;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.podcast-player .cover-image {
  float: right;
  height: 140px;
  padding: 16px;
}
.podcast-player .controls {
  height: 81px;
  width: 80px;
}
.podcast-player .controls .play-button {
  border: 3px solid #ffffff !important;
  border-radius: 100px;
  color: #ffffff !important;
  font-size: 35px;
  height: 50px;
  margin: 10px 0 0 10px;
  padding: 0px 0px 2px 1px;
  width: 50px;
}
.podcast-player .controls-advanced {
  bottom: 43px;
  display: none;
  left: -6px;
  position: absolute;
  top: auto;
}
.podcast-player .controls-advanced button {
  color: #ffffff;
  font-size: 24px;
  padding: 0 8px;
}

.podcast-player .controls-advanced button:hover {
  color: #1d4469;
}
.podcast-player .controls-advanced .speed-toggle {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  top: -3px;
}
.podcast-player.playing .controls-advanced {
  /*! display: block; */
}
.podcast-player .progress-bar {
  padding-top: 30px;
  /*! overflow: hidden; */
}
.podcast-player .progress-bar-wrapper {
  background: url(https://smallapps.stroeerdp.de/podigee/css/wave_610x169.png) no-repeat;
  position: absolute;
  top: 55px;
  left: 80px;
  width: 420px;
  height: 68px;
}
.podcast-player .progress-bar .progress-bar-time-played {
  color: #ffffff;
  cursor: default;
  /*! display: none; */
  font-size: 14px;
  right: -90px;
  position: absolute;
  text-align: left;
  top: 25px;
  width: 70px;
}
.podcast-player .progress-bar .progress-bar-time-played:hover {
  /*! color: #1d4469; */
}
.podcast-player .progress-bar .progress-bar-rail {
  background: none !important;
  min-height: 11px;
  /*! overflow: hidden; */
  position: relative;
  cursor: pointer;
}
.podcast-player.playing .progress-bar .progress-bar-time-played {
  display: block;
}
.podcast-player .progress-bar-played,
.podcast-player .progress-bar-loaded {
  display: block;
  height: 2px;
  position: absolute;
  top: 3px;
  width: 0;
  padding: 0 3px;
}
.podcast-player .progress-bar-loaded {
  background-color:  #DCDCDC !important;
}
.podcast-player .progress-bar-played {
  background-color: #B2B2B2 !important;
}

.podcast-player .progress-bar-played:after {
  content: " ";
  border: 1px solid #737373;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  margin-top: -7px;
  margin-right: -4px;
  box-sizing: border-box;
  background-color: #fff;
}

.podcast-player .progress-bar-buffering {
  background-color: red;
}
.podcast-player .progress-bar-buffering:after {
  animation: move 2s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.podcast-player .buttons {
  background-color: #1d4469;
  position: static;
  text-align: right;
  height: 45px;
  padding-top: 5px;
  margin-bottom: 1px;
}
.podcast-player .buttons button {
  display: inline-block;
  font-size: 22px;
  line-height: 35px;
  width: 45px;
  text-align: center;
  /*! margin-bottom: 10px; */
  /*! padding-top: 5px; */
  color: #ffffff;
}
.share-button {
  position:absolute;
  right:45px;
  top:139px;
}
.playlist-button {
  font-size: 30px !important;
}
.podcast-player .buttons img {
  height: 14px;
}
.podcast-player .panels {
  color: #262626;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  background-color: white;
  height: auto;
}
.podcast-player .panels > div {
  height: 100%;
  /*! overflow: hidden; */
  position: relative;
}
.podcast-player .panels h3,
span.share-start-at{
  margin: 12px 0 10px 10px;
  font-size: 15px;
  font-weight: bold;
}
.podcast-player .panels h3.share-copy-title,
.podcast-player .panels h3.share-embed-title,
.podcast-player .panels span.share-start-at {
  margin-left: 0;
}
h3.share-title {
  display: none;
}
.podcast-player .panels .chaptermarks,
.podcast-player .panels .playlist {
  height: 400px;
  border: solid 1px #dcdcdc;
}
.podcast-player .panels .chaptermarks ul,
.podcast-player .panels .playlist ul {
  display: block;
  height: calc(100% - 80px);
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
.podcast-player .panels .chaptermarks ul li,
.podcast-player .panels .playlist ul li {
  background-color: none;
  cursor: pointer;
  line-height: 20px;
  list-style: none;
  padding: 11px 25px 8px 10px;
  position: relative;
}
.podcast-player .panels .chaptermarks ul li + li,
.podcast-player .panels .playlist ul li + li {
  border-top: 1px solid #e6e6e6;
}
.podcast-player .panels .chaptermarks ul li:hover,
.podcast-player .panels .playlist ul li:hover {
  background-color: #e6e6e6;
}
.podcast-player .panels .chaptermarks ul li.active,
.podcast-player .panels .playlist ul li.active {
  /*! background-color: #aaa; */
  color: #e20074;
}
.podcast-player .panels .chaptermarks ul li img,
.podcast-player .panels .playlist ul li img {
  float: left;
  width: 30px;
}
.podcast-player .panels .chaptermarks ul li span,
.podcast-player .panels .playlist ul li span {
  display: inline;
  height: 100%;
  overflow: hidden;
}
.podcast-player .panels .chaptermarks ul li .chaptermark-start,
.podcast-player .panels .playlist ul li .chaptermark-start {
  float: left;
  margin-left: 0;
}
.podcast-player .panels .chaptermarks ul li .chaptermark-image + .chaptermark-start,
.podcast-player .panels .playlist ul li .chaptermark-image + .chaptermark-start {
  margin-left: 10px;
}
.podcast-player .panels .chaptermarks ul li .chaptermark-href .episode-link,
.podcast-player .panels .chaptermarks ul li .playlist-episode-number,
.podcast-player .panels .playlist ul li .chaptermark-href .episode-link,
.podcast-player .panels .playlist ul li .playlist-episode-number {
  display: none;
}
.podcast-player .panels .chaptermarks ul li .playlist-episode-duration,
.podcast-player .panels .playlist ul li .playlist-episode-duration {
  display: none;
}
.podcast-player .panels .chaptermarks ul li a,
.podcast-player .panels .playlist ul li a {
  font-size: 16px;
  height: 13px;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 3px;
  width: 13px;
}
.podcast-player .panels .chaptermarks ul li a svg,
.podcast-player .panels .playlist ul li a svg {
  color: #7a7a7a;
  fill: currentColor;
  display: none;
}
.podcast-player .panels .chaptermarks .buttons,
.podcast-player .panels .playlist .buttons {
  padding-top: 0;
  position: static;
  text-align: center;
  height: 40px;
  background-color: #e20074;
}
.podcast-player .panels .chaptermarks .buttons button,
.podcast-player .panels .playlist .buttons button {
  font-size: 15px;
  width: auto;
  font-weight: bold;
  padding-top: 2px;
}
.podcast-player .panels .playlist ul li span {
  /*! margin-left: 5px; */
}
.podcast-player .panels .episode-info {
  font-size: 16px;
  height: calc(100% - 12px);
  overflow-y: auto;
  padding: 0 12px;
}
.podcast-player .panels .episode-info .episode-title {
  font-size: 22px;
}
.podcast-player .panels .episode-info .episode-subtitle {
  font-size: 18px;
  font-weight: 300;
}
.podcast-player .panels .share {
  padding: 10px 12px 12px;
  border: solid 1px #dcdcdc;
  height: 400px;
}
.share-social-links {
  overflow: hidden;
  margin: 30px 0;
}
.podcast-player .panels .share .share-social-links a::before{
 font-size: 1.54rem;
 border-radius: 50%;
 margin: 0 2px;
 top: 9px;
}
.podcast-player .panels .share .share-social-links .share-link-facebook::before {
 font-size: 1.53rem;
}
.share-social-links li:nth-child(2) {
  display: none;
}
.podcast-player .panels .share .share-copy-url, .podcast-player .panels .share .share-embed-code {
  background: transparent;
  border: 1px solid #ccc;
  /*! border-radius: 3px; */
  /*! color: #ffffff; */
  font-size: 13px;
  outline: none;
  padding: 4px;
  text-align: center;
  width: 100%;
}
input[pp-value=currentTime] {
  width: 100%;
  background: transparent;
  border: 1px solid #ccc;
  /*! border-radius: 3px; */
  /*! color: #ffffff; */
  font-size: 13px;
  outline: none;
  padding: 4px;
  text-align: center;
  margin: 12px 0 25px;
}
.podcast-player .panels .transcript {
  height: 400px;
}
.podcast-player .panels .transcript h3 {
  float: left;
}
.podcast-player .panels .transcript .search,
.podcast-player .panels .transcript .search-result {
  display: inline-block;
}
.podcast-player .panels .transcript .search {
  float: right;
  padding: 10px 15px;
}
.podcast-player .panels .transcript .search-clear {
  color: inherit;
  font-size: 150%;
  left: calc(100% - 40px);
  position: absolute;
  top: 6px;
}
.podcast-player .panels .transcript .transcript-text {
  height: calc(100% - 54px);
  list-style: none;
  overflow-y: auto;
  padding: 0 12px 0 0;
  width: 100%;
}
.podcast-player .panels .transcript .transcript-text li {
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 8px;
}
.podcast-player .panels .transcript .transcript-text li:hover, .podcast-player .panels .transcript .transcript-text li.active {
  color: #222;
}
.podcast-player .panels .transcript .transcript-text li.search-highlight > * {
  background-color: #fff9a9;
}
.podcast-player .footer {
  float: left;
  padding: 8px 0 7px 8px;
  position: relative;
}
.podcast-player .footer .subscribe-button {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.8px;
  outline: none;
  padding: 4px 6px 4px 12px;
}
.podcast-player .footer .podcast-connections-items {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.podcast-player .footer .podcast-connections-item {
  display: inline;
  list-style: none;
  margin-left: 10px;
  margin-right: 5px;
}
.podcast-player .footer .podcast-connections-item a {
  text-decoration: none;
}
.podcast-player .footer .podcast-connections-item svg {
  fill: currentColor;
  vertical-align: middle;
}
.podcast-player .footer .podcast-connections-item.podcast-connections-item-alexa {
  /*! margin-left: 0; */
}
.podcast-player .footer .all-episodes-link {
  float: right;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
  padding: 6px 6px;
  text-decoration: none;
}
input:not(.share-copy-url):not(.share-embed-code) {
	background-color: transparent;
  border:solid 1px #cccccc;
	color: #262626;
  }
input[type="checkbox"] {
  margin-left: 0;
  margin-right: 2px;
}

@media (max-width: 500px) {
  .podcast-player .main-player {
    background: #5a84ad url(https://smallapps.stroeerdp.de/podigee/css/podcast-player_alle-formate_300x250.jpg) 0/100% 100% no-repeat;
  }
  .podcast-player .episode-basic-info {
    max-height: 90px;
    height: 90px;
  }
  .podcast-player .controls .play-button {
    border: 2px solid #ffffff;
    font-size: 37px;
    height: 50px;
    width: 50px;
  }
  .podcast-player .progress-bar-wrapper {
    background: url(https://smallapps.stroeerdp.de/podigee/css/soundwaves_solo300x250.png) no-repeat;
    position: absolute;
    top: 90px;
    left: 80px;
    width: 158px;
    height: 104px;
  }
  .podcast-player .controls {
    width: 60px;
  }
  .podcast-player .progress-bar{
    padding-top: 49px;
  }

  .podcast-player.mode-script .episode-basic-info .episode-title {
    font-size: 18px;
    padding-top:6px;
	white-space: normal;
  }
  .podcast-player.mode-script .episode-basic-info .episode-subtitle {
    font-size: 15px;
    text-transform: uppercase;
  }
  .podcast-player.mode-script .controls {
    height: 110px;
    position: relative;
    padding-top: 16px;
  }
  .podcast-player.mode-script .buttons button {
    /*! font-size: 22px; */
    padding: 0 0 0 3px;
    width: 35px;
  }
  .share-button {
    position:absolute;
    right: 38px;
    top: 205px;
  }
  .playlist-button {
    margin-right: 5px;
  }
  .podcast-player .footer .podcast-connections-item {
  margin-right: 0px;
  }
  .progress-bar-time-played {
    right: -79px !important;
    padding-top: 20px;
  }
  .podcast-player .episode-basic-info .episode-title {
  line-height: 1.4em;
    margin-top:0px;
}
  .podcast-player.mode-script .panels .transcript h3 {
    float: none;
  }
  .podcast-player .panels h3, span.share-start-at {
    font-size: 15px;
  }
  .podcast-player.mode-script .panels .transcript .search {
    display: block;
    float: none;
    overflow: hidden;
    padding: 0 24px 0 0;
    position: relative;
  }
  .podcast-player.mode-script .panels .transcript .search-input {
    float: left;
    padding-right: 100px;
    width: 100%;
  }
  .podcast-player.mode-script .panels .transcript .search-result {
    float: right;
    position: absolute;
    right: 44px;
    top: 4px;
  }
  .podcast-player.mode-script .panels .transcript .search-clear {
    color: inherit;
    font-size: 150%;
    left: calc(100% - 44px);
    position: absolute;
    top: -2px;
  }
  .podcast-player.mode-script .panels .transcript .transcript-text {
    height: calc(100% - 90px);
  }
  .podcast-player.mode-script .footer .subscribe-button {
    font-size: 15px;
  }
  .podcast-player.mode-script .footer .podcast-connections-item {
    margin-left: 5px;
  }
  .podcast-player.mode-script .footer .all-episodes-link {
    font-size: 12px;
    margin-top: 4px;
  }
}

@media (max-width: 500px) {
  .podcast-player.mode-script .cover-image {
    display: none;
  }
  .podcast-player.mode-iframe .buttons {
    right: 0;
  }
}