<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * e-nitio mediasign
 * Melatengürtel 125
 * 50825 Köln
 * www.e-nitio.com
 * info@e-nitio.com 
 */
audio {
  display: none;
  position: absolute; }

.ct-podcast .podcast--player {
  position: relative;
  background: #004f80;
  min-height: 150px; }
  .ct-podcast .podcast--player .podcast--img {
    opacity: 0.75; }
    .ct-podcast .podcast--player .podcast--img img {
      margin: 0 auto; }
.ct-podcast .podcast--controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 25px); }
  .ct-podcast .podcast--controller .podcast--icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer; }
    .ct-podcast .podcast--controller .podcast--icon .icon {
      bottom: auto;
      margin: 0;
      transition: none; }
.ct-podcast .podcast--progress-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-shadow: 0 0 5px rgba(22, 30, 33, 0.5); }
  .ct-podcast .podcast--progress-container .podcast--current {
    display: block; }
  .ct-podcast .podcast--progress-container .podcast--current, .ct-podcast .podcast--progress-container .podcast--duration {
    padding: 5px 10px; }
  .ct-podcast .podcast--progress-container .podcast--progress-bar {
    background: rgba(193, 220, 238, 0.5);
    padding: 8px 10px;
    cursor: pointer;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }
  .ct-podcast .podcast--progress-container .podcast--progress-change {
    background: rgba(22, 30, 33, 0.5); }
  .ct-podcast .podcast--progress-container .podcast--progress {
    display: block;
    width: 0%;
    height: 10px;
    transition: all 0.3s ease; }
.ct-podcast ul {
  margin: 0; }
</pre></body></html>