.c-podcast__grid{display:grid;grid-template-columns:100%;grid-template-rows:auto auto auto}
@media(min-width:992px){.c-podcast__grid{grid-template-columns:minmax(0,1fr) 460px;grid-template-rows:auto 1fr;column-gap:32px}
.c-podcast__grid.c-podcast__grid--left{grid-template-columns:460px minmax(0,1fr)}
}
.c-podcast__headlines{grid-row:1/2}
@media(min-width:992px){.c-podcast__headlines{grid-column:1/2;text-align:left}
.c-podcast__grid--left .c-podcast__headlines{grid-column:2/3}
}
.c-podcast__headlines .c-podcast__subtitle .c-heading{margin-bottom:4px}
.c-podcast__headlines .c-podcast__title .c-heading{margin-bottom:24px}
.c-podcast__headlines .c-heading{word-wrap:break-word}
@media(max-width:991.98px){.c-podcast__headlines .c-heading{text-align:center !important}
}
.c-podcast__player{grid-row:2/3;margin-bottom:32px}
@media(min-width:992px){.c-podcast__player{grid-row:1/3;grid-column:2/3;margin-bottom:0}
.c-podcast__grid--left .c-podcast__player{grid-column:1/2}
.c-podcast__player--top{align-self:start}
.c-podcast__player--bottom{align-self:end}
.c-podcast__player--default{padding-top:46px}
}
.c-podcast__additional{grid-row:3/4}
@media(min-width:992px){.c-podcast__additional{grid-row:2/3;grid-column:1/2}
.c-podcast__grid--left .c-podcast__additional{grid-column:2/3}
}
.c-podcast__additional p{margin:0 0 16px}
@media(max-width:703.98px){.c-chapter:not(.c-chapter--expanded) .c-chapter__content>.podcast-player .c-podcast__headlines ~ *{display:none}
.c-chapter:not(.c-chapter--expanded) .c-chapter__content>.podcast-player .c-podcast-player>.c-component-bottom{display:none}
}
.c-podcast-player{width:100%;max-width:460px;margin:0 auto}
.c-podcast-player__top{padding-top:90px}
.c-podcast-player--hasImage .c-podcast-player__top{padding-top:56px}
.c-podcast-player__image{position:relative;width:100%;max-width:260px;height:260px;margin:0 auto -130px}
@media(min-width:704px){.c-podcast-player__image{max-width:340px;height:340px;margin-bottom:-170px}
}
.c-podcast-player__image .c-podcast-player__picture{position:absolute;inset:0;overflow:hidden}
.c-podcast-player__image .c-podcast-player__icon{position:absolute;bottom:-40px;left:0;right:0;margin:0 auto}
.c-podcast-player__image .c-podcast-player__image-shadow{position:absolute;bottom:0;width:100%;background:transparent;background:linear-gradient(0,rgba(0,0,0,0.7) 0,rgba(0,0,0,0) 100%);padding-top:10px;padding-bottom:50px}
.c-podcast-player__container{padding:50px 50px}
.c-podcast-player--hasImage .c-podcast-player__container{padding-top:180px}
@media(min-width:704px){.c-podcast-player--hasImage .c-podcast-player__container{padding-top:220px}
}
.c-podcast-player__icon{background-color:#fff;border-radius:50%;height:80px;width:80px;margin:0 auto 20px;font-size:40px;text-align:center;display:flex;justify-content:center;align-items:center}
.c-podcast-player__headline,.c-podcast-player__subheadline{font-size:22px;line-height:24px;text-align:center;color:#fff;margin:0;display:block}
.c-podcast-player__headline{font-weight:bold}
.c-podcast-player__noimage{margin-top:-90px}
.c-podcast-player__text{color:#fff;margin-bottom:16px;text-align:center;width:100%}
.c-podcast-player__labels{list-style:none;display:flex;align-items:center;justify-content:center;margin-bottom:32px;flex-wrap:wrap}
.c-podcast-player__labels li{color:white;background-color:rgba(255,255,255,0.2);margin:0 5px 10px;padding:4px 8px;border-radius:4px}
.c-podcast-player__controls{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:32px}
.c-podcast-player__btn{appearance:none;border:0;background-color:transparent;color:white;position:relative;border-radius:50%;padding:0;cursor:pointer;width:50px;height:50px;text-align:center}
.c-podcast-player__btn:hover{background-color:rgba(0,0,0,0.1);outline:2px solid transparent;box-shadow:0 0 0 2px #fff}
.c-podcast-player__btn:focus:not(.c-link):focus-visible{outline:0;border-radius:4px;box-shadow:0 0 0 2px #fff,0 0 0 6px #009de6}
.c-podcast-player__back .c-icon{position:absolute;top:50%;left:50%;transform:translate(-60%,-35%);font-size:30px}
.c-podcast-player__back span{position:absolute;top:5px;right:15px;font-weight:bold}
.c-podcast-player__forward .c-icon{position:absolute;top:50%;left:50%;transform:translate(-40%,-35%) scale(-1,1);font-size:30px}
.c-podcast-player__forward span{position:absolute;top:5px;left:15px;font-weight:bold}
.c-podcast-player__play-pause{border:2px solid white;width:70px;height:70px;margin:0 25px}
.c-podcast-player__play-pause .c-icon{position:absolute;top:50%;left:50%;font-size:50px;transition:ease-in-out 200ms}
.c-podcast-player__play-pause .c-podcast-player__play-icon{transform:translate(-50%,-42%) scale(1)}
.c-podcast-player__play-pause .c-podcast-player__pause-icon{transform:translate(-50%,-42%) scale(0)}
.c-podcast-player__play-pause--playing .c-podcast-player__play-icon{transform:translate(-50%,-42%) scale(0)}
.c-podcast-player__play-pause--playing .c-podcast-player__pause-icon{transform:translate(-50%,-42%) scale(1)}
.c-podcast-player__progress-bar{position:relative;width:100%;height:4px;margin-bottom:16px}
.c-podcast-player__progress{position:absolute;top:0;left:0;width:100%;height:100%;border:0;background-color:rgba(255,255,255,0.2)}
.c-podcast-player__progress::-webkit-progress-bar{background-color:rgba(255,255,255,0.2)}
.c-podcast-player__progress::-webkit-progress-value{background-color:#fff}
.c-podcast-player__progress::-moz-progress-bar{background-color:#fff}
.c-podcast-player__progress:indeterminate::-moz-progress-bar{width:0}
.c-podcast-player__range{position:absolute;top:0;left:0;width:100%;height:.25rem;background-color:transparent;appearance:none;cursor:pointer;outline:0}
.c-podcast-player__range::-webkit-slider-thumb{appearance:none;background-color:#fff;border:0;border-radius:50%;box-shadow:0 0 0 2px #fff;height:10px;width:10px}
.c-podcast-player__range::-moz-range-thumb{appearance:none;background-color:#fff;border:0;border-radius:50%;box-shadow:0 0 0 2px #fff;height:10px;width:10px}
.c-podcast-player__range::-moz-range-progress{appearance:none}
.c-podcast-player__reproduction-info{align-items:center;color:#fff;display:flex;justify-content:space-between;width:100%}
.c-podcast-player__speed{appearance:none;background-color:transparent;border:0;font-weight:bold;cursor:pointer;outline:0;color:#fff}
.c-podcast-player__speed:hover{background-color:rgba(0,0,0,0.1)}
.c-podcast-player__audio{display:none}