ol.breadcrumb {
    /*
    margin-top: 1rem;
    padding: 0;
    background-color: transparent;
*/
    background-color: transparent;
    margin-bottom: 0;
}

.podcast-container {
    min-height: 80vh;
    background: rgb(19,57,149);
    background: linear-gradient(180deg, rgba(19,57,149,0.8) 47%, rgba(255,117,3,0.8) 100%);
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
}

.podcast-datum {
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
    font-size: .8rem;
}
.podcast-titel {
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.4rem;
}
.podcast-inhalt {
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1rem;
}
.podcast-autor {
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
}

.beitrag-podcast-app {
    font-size: .8rem;
    text-align: center;
    margin-top: .6rem;
    cursor: pointer;
}

.podcast-app-icon {
    color: #fff;
    background-color: rgb(255,117,3);
    border-radius: 50%;
}

.videoplayer {
    text-align: center;
}

#player {
    margin-bottom: 2rem;
}



.bewertung-texte {
    font-size: .85rem;
    color: rgb(120,120,120);
}

.bewertung-text {
    font-style: italic;
}

.bewertung-datum {
    text-align: right;
    margin-bottom: 1rem;
}

.star-active {
    fill: rgb(255, 117, 3);
}

.star-inactive {
    fill: rgb(230, 230, 230);
}

.star-inactive:hover {
    fill: rgb(255, 117, 3);
}


.beitrag-kaufen {
    margin-left: -20px;
    margin-right: -20px;
    padding: 1.5rem 20px;
    border-bottom: 1px solid rgb(240,240,240);
    text-align: right;
}

.beitrag-bewertungen {
    margin-top: .8rem;
}

.beitrag-test {
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgb(240, 240, 240);
}

.pcast-player-controls {
    box-sizing: border-box;
    background: none;
    color: #fff;
    font-size: 14px;
    height: 42px;
    overflow: hidden;
    padding: 5px;
}  

.pcast-player button {
    background: none;
    color: #fff;
    border: 0;
    border-radius: 2px;
    padding: 5px;
    line-height: 22px;
    -webkit-appreance: none;
    min-width: 32px;
    cursor: pointer;
}
  
.pcast-player progress {
    height: 10px;
    width: calc(100% - 321px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pcast-player progress[value]::-webkit-progress-bar {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
}
  
.pcast-player progress[value]::-webkit-progress-value  {
    background: rgb(80, 80, 80); 
}
  
.pcast-time {
    display: inline-block;
    font-size: 13px;
    padding: 0 5px;
    text-align: center;
    width: 5em;
}
  
.pcast-speed {
    width: 2.5em;
}

.chat-button {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    background-color: rgb(255, 117, 3);
    color: #fff;
    font-size: 1.6rem;
    padding: .35rem .7rem;
    border-radius: 1.5rem;
    z-index: 20;
    cursor: pointer;
}

.kontakt-auswahl {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.btn-kaufen {
    color: #fff;
    margin-left: 1rem;
}