/*!
 * (c) ERF Medien e.V.
 */
.live-audio-player{position:fixed;bottom:0;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:3.75rem;background:#2b2b2b;border-top:1px solid #454545;-webkit-animation:.7s ease-out 0s 1 slideIn;animation:.7s ease-out 0s 1 slideIn}@-webkit-keyframes slideIn{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideIn{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.live-audio-player .ci{font-size:1.375rem}.live-audio-player .ci.ci-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:-6px;font-size:1rem}.live-audio-player .ci.ci-logo:before{font-size:30px;line-height:.375}.live-audio-player .btn__mode{top:.3rem;left:0;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.live-audio-player .btn__mode__wrapper{z-index:3;max-width:3rem}.live-audio-player .btn__mode__wrapper:hover .btn:not(.btn__mode--active){-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.7);box-shadow:0 0 10px 0 rgba(0,0,0,.7);-webkit-transform:translateY(-125%) !important;-ms-transform:translateY(-125%) !important;transform:translateY(-125%) !important}.live-audio-player .btn__mode__wrapper.btn__mode__wrapper--no-animation .spin{-webkit-animation:none;animation:none}.live-audio-player .btn__mode--active{z-index:1}.live-audio-player .spin{-webkit-animation:orbit .75s ease-in-out 3;animation:orbit .75s ease-in-out 3}.live-audio-player .spin1{-webkit-animation-delay:.15s;animation-delay:.15s}@-webkit-keyframes orbit{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-75%);transform:translateY(-75%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes orbit{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-75%);transform:translateY(-75%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.live-audio-player .player-controls__volume svg{display:block;width:22px;height:22px;-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);fill:currentColor}.live-audio-player .player-controls__volume .vue-slider-disabled{opacity:.5;cursor:not-allowed}.live-audio-player .player-controls__volume .vue-slider-rail{background-color:#ccc;border-radius:15px}.live-audio-player .player-controls__volume .vue-slider-process{background-color:#3498db;border-radius:15px}.live-audio-player .player-controls__volume .vue-slider-mark{z-index:4}.live-audio-player .player-controls__volume .vue-slider-mark:first-child .vue-slider-mark-step,.live-audio-player .player-controls__volume .vue-slider-mark:last-child .vue-slider-mark-step{display:none}.live-audio-player .player-controls__volume .vue-slider-mark-step{width:100%;height:100%;border-radius:50%;background-color:rgba(0,0,0,.16)}.live-audio-player .player-controls__volume .vue-slider-mark-label{font-size:14px;white-space:nowrap}.live-audio-player .player-controls__volume .vue-slider-dot-handle{cursor:pointer;width:100%;height:100%;border-radius:50%;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32);box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32)}.live-audio-player .player-controls__volume .vue-slider-dot-handle-focus{-webkit-box-shadow:0px 0px 1px 2px rgba(52,152,219,.36);box-shadow:0px 0px 1px 2px rgba(52,152,219,.36)}.live-audio-player .player-controls__volume .vue-slider-dot-handle-disabled{cursor:not-allowed;background-color:#ccc}.live-audio-player .player-controls__volume .vue-slider-dot-tooltip-inner{font-size:14px;white-space:nowrap;padding:2px 5px;min-width:20px;text-align:center;color:#fff;border-radius:5px;border-color:#3498db;background-color:#3498db;-webkit-box-sizing:content-box;box-sizing:content-box}.live-audio-player .player-controls__volume .vue-slider-dot-tooltip-inner::after{content:"";position:absolute}.live-audio-player .player-controls__volume .vue-slider-dot-tooltip-inner-top::after{top:100%;left:50%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);height:0;width:0;border-color:rgba(0,0,0,0);border-style:solid;border-width:5px;border-top-color:inherit}.live-audio-player .player-controls__volume .vue-slider-dot-tooltip-inner-bottom::after{bottom:100%;left:50%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);height:0;width:0;border-color:rgba(0,0,0,0);border-style:solid;border-width:5px;border-bottom-color:inherit}.live-audio-player .player-controls__volume .vue-slider-dot-tooltip-inner-left::after{left:100%;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);height:0;width:0;border-color:rgba(0,0,0,0);border-style:solid;border-width:5px;border-left-color:inherit}.live-audio-player .player-controls__volume .vue-slider-dot-tooltip-inner-right::after{right:100%;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);height:0;width:0;border-color:rgba(0,0,0,0);border-style:solid;border-width:5px;border-right-color:inherit}.live-audio-player .player-controls__volume .vue-slider-dot-tooltip-wrapper{opacity:0;-webkit-transition:all .3s;transition:all .3s}.live-audio-player .player-controls__volume .vue-slider-dot-tooltip-wrapper-show{opacity:1}.live-audio-player .player-controls__volume .vue-slider{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:0 !important;-webkit-transition:width 400ms cubic-bezier(0, 0.25, 0.25, 1),padding;transition:width 400ms cubic-bezier(0, 0.25, 0.25, 1),padding;-webkit-transition-delay:400ms;transition-delay:400ms}.live-audio-player .player-controls__volume .vue-slider .vue-slider-rail{background-color:rgba(0,0,0,0)}.live-audio-player .player-controls__volume .vue-slider .vue-slider-rail:before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:.2;content:" "}.live-audio-player .player-controls__volume .vue-slider .vue-slider-rail .player-buffer{position:absolute;top:0;left:0;height:100%;background-color:#fff;opacity:.3}.live-audio-player .player-controls__volume .vue-slider .vue-slider-process{background-color:#fff}.live-audio-player .player-controls__volume .vue-slider .vue-slider-dot{width:0 !important;height:1.25rem !important;-webkit-transition:width 0ms 400ms !important;transition:width 0ms 400ms !important}.live-audio-player .player-controls__volume .vue-slider .vue-slider-dot-handle{background-color:#fff;border-radius:.3125rem;-webkit-box-shadow:none;box-shadow:none}.live-audio-player .player-controls__volume--show .vue-slider{width:100px !important;padding:.5rem !important}.live-audio-player .player-controls__volume--show .vue-slider .vue-slider-dot{width:.625rem !important}.live-audio-player .player-controls__play--loading .spinner-border__wrapper{padding:.625rem 1rem}.live-audio-player .player-controls__play--loading .spinner-border__wrapper .spinner-border{width:1.375rem;height:1.375rem;margin:.25rem 0;font-size:1.375rem;border-top-width:.125em;border-right-width:.125em;border-bottom-width:.125em;border-left-width:.125em}.live-audio-player--playlist-open{z-index:31;border-top:none !important}.live-audio-player .live-data{cursor:pointer}.live-audio-player .live-data.muted{opacity:.3}.live-audio-player .playlist{position:absolute;top:-4px;left:calc((100vw - 80%)/-2);z-index:2;width:100vw;max-height:calc(100vh - 68px);max-height:calc(var(--vh)*100 - 68px);overflow:scroll;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);scrollbar-width:none}.live-audio-player .playlist::-webkit-scrollbar{display:none}.live-audio-player .playlist img{height:100px}.live-audio-player .playlist .time,.live-audio-player .playlist .features,.live-audio-player .playlist article{padding-bottom:0 !important}.live-audio-player .playlist .features{text-align:right !important}.live-audio-player .playlist .btn{padding:.125rem .25rem}.live-audio-player .playlist h2{margin:0;font-weight:700;font-size:1rem}.live-audio-player .playlist p,.live-audio-player .playlist .time{margin:0;font-size:.875rem}.live-audio-player .playlist .album{display:none}.live-audio-player .playlist .further-link{font-size:80% !important}.live-audio-player .playlist .further-link .ci{font-size:1.1rem !important}.live-audio-player .playlist li:nth-child(3),.live-audio-player .playlist li:nth-child(4){display:none}.live-audio-player .moderators{position:absolute;right:0;bottom:0;color:#fff}.live-audio-player .moderators img{max-height:130px}.live-audio-player .moderators>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:3.75rem}.live-audio-player .moderators>div>span{font-size:14px;line-height:1rem}.live-audio-player .moderators__playlist>span{margin:1rem;color:#fff;font-size:14px;line-height:1rem}.live-audio-player.plus .bgbrandcolor{color:#2b2b2b;background-color:#ffec73 !important}.live-audio-player.plus .bgbrandcolor a,.live-audio-player.plus .bgbrandcolor i{color:#2b2b2b}.live-audio-player.plus .btn.color,.live-audio-player.plus .btn-primary{color:#2b2b2b !important;background-color:#ffec73 !important}.live-audio-player.plus .btn.color:hover,.live-audio-player.plus .btn-primary:hover{background-color:#ffe95a !important}.live-audio-player.plus .btn.color i,.live-audio-player.plus .btn.color span,.live-audio-player.plus .btn-primary i,.live-audio-player.plus .btn-primary span{color:#2b2b2b !important}.live-audio-player.plus .playlist__top{color:#2b2b2b !important;background-color:#fff}.live-audio-player.plus .playlist__top a,.live-audio-player.plus .playlist__top i{color:#2b2b2b !important}.live-audio-player.jess .bgbrandcolor{color:#2b2b2b;background-color:#29c7b5 !important}.live-audio-player.jess .bgbrandcolor a,.live-audio-player.jess .bgbrandcolor i{color:#2b2b2b}.live-audio-player.jess .btn.color,.live-audio-player.jess .btn-primary{color:#2b2b2b !important;background-color:#29c7b5 !important}.live-audio-player.jess .btn.color:hover,.live-audio-player.jess .btn-primary:hover{background-color:#25b2a2 !important}.live-audio-player.jess .btn.color i,.live-audio-player.jess .btn.color span,.live-audio-player.jess .btn-primary i,.live-audio-player.jess .btn-primary span{color:#2b2b2b !important}.live-audio-player.jess .playlist__top{color:#fff !important;background-color:#444}.live-audio-player.jess .playlist__top a,.live-audio-player.jess .playlist__top i{color:#fff !important}.playlist__overlay{position:fixed;top:0;left:0;z-index:30;display:none;width:100vw;height:100vh;background:rgba(0,0,0,.7)}.nav-iframe{width:100vw;border-width:0}@media(min-width: 576px){.live-audio-player .playlist{width:calc(100vw - 2rem)}.live-audio-player .playlist li:nth-child(3),.live-audio-player .playlist li:nth-child(4){display:-webkit-box;display:-ms-flexbox;display:flex}.live-audio-player .moderators{max-width:calc(50vw - 247.5px)}}@media(min-width: 810px){.live-audio-player .playlist{left:-25%;width:150%}.live-audio-player .moderators{max-width:calc(50vw - 318.0833333333px)}}@media(min-width: 1050px){.live-audio-player .playlist{left:auto;width:100%}.live-audio-player .moderators{max-width:calc(50vw - 428.0833333333px)}}@media(min-width: 1200px){.live-audio-player .moderators{max-width:calc(50vw - 458.3333333333px)}}@media(max-width: 575.98px){.live-audio-player .playlist .btn{margin:0 !important}}
/*!
 * (c) ERF Medien e.V.
 */
video{width:100%;height:auto}audio{width:100%;height:50px}.erf-teaser-card__video.erf-ondemand .video-js .vjs-big-play-button{display:none !important}.erf-ondemand{position:relative;width:100%;max-width:970px;padding:0 0 56.25% 0}.erf-ondemand .video-js{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:.3125rem}.erf-ondemand .video-js .vjs-contextmenu-ui-menu{display:none !important}.erf-ondemand .video-js .vjs-big-play-button{background:rgba(0,0,0,0) !important;-webkit-box-shadow:none;box-shadow:none}.erf-ondemand .video-js .vjs-big-play-button:hover{text-shadow:0 0 1em #fff;background:rgba(0,0,0,0)}.erf-ondemand .video-js .vjs-big-play-button .vjs-icon-placeholder{font-size:4.6875rem}.erf-ondemand .video-js .vjs-big-play-button .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-big-play-button .vjs-icon-play{font-family:erficons !important}.erf-ondemand .video-js .vjs-big-play-button .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-big-play-button .vjs-icon-play:before{content:"play"}.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-control-bar,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar{height:3rem;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar .vjs-button,.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar .vjs-button,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar .vjs-button,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar .vjs-button,.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-control-bar .vjs-button,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar .vjs-button{padding:0 1.5rem}.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-user-active.not-hover .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-user-inactive.not-hover .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-active.not-hover .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-inactive.not-hover .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive.not-hover .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-inactive.not-hover .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible){-webkit-transform:translateY(3rem);-ms-transform:translateY(3rem);transform:translateY(3rem)}.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-user-active.not-hover .vjs-control-bar.vjs-focus-within,.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-user-active.not-hover .vjs-control-bar .vjs-control-bar-visible,.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-user-inactive.not-hover .vjs-control-bar.vjs-focus-within,.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-user-inactive.not-hover .vjs-control-bar .vjs-control-bar-visible,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-active.not-hover .vjs-control-bar.vjs-focus-within,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-active.not-hover .vjs-control-bar .vjs-control-bar-visible,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-inactive.not-hover .vjs-control-bar.vjs-focus-within,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-inactive.not-hover .vjs-control-bar .vjs-control-bar-visible,.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive.not-hover .vjs-control-bar.vjs-focus-within,.erf-ondemand .video-js.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive.not-hover .vjs-control-bar .vjs-control-bar-visible,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-inactive.not-hover .vjs-control-bar.vjs-focus-within,.erf-ondemand .video-js.vjs-has-started.vjs-playing.vjs-user-inactive.not-hover .vjs-control-bar .vjs-control-bar-visible{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.erf-ondemand .video-js .vjs-time-control{padding:0;font-size:1rem;font-family:"Aglet Sans","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:3rem}.erf-ondemand .video-js .vjs-time-control .vjs-current-time-display{text-align:left}.erf-ondemand .video-js .vjs-time-control.vjs-time-divider{min-width:1rem}.erf-ondemand .video-js .vjs-play-control:hover,.erf-ondemand .video-js .vjs-control:hover,.erf-ondemand .video-js .vjs-menu-button:hover{text-shadow:0 0 1em #fff;background:rgba(0,0,0,0) !important}.erf-ondemand .video-js .vjs-play-control .vjs-icon-placeholder,.erf-ondemand .video-js .vjs-control .vjs-icon-placeholder,.erf-ondemand .video-js .vjs-menu-button .vjs-icon-placeholder{font-family:erficons !important}.erf-ondemand .video-js .vjs-play-control .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-control .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-menu-button .vjs-icon-placeholder:before{font-size:1.375rem;line-height:3rem}.erf-ondemand .video-js .vjs-play-control.vjs-paused .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-control.vjs-paused .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-menu-button.vjs-paused .vjs-icon-placeholder:before{content:"\f148"}.erf-ondemand .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-control.vjs-playing .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-menu-button.vjs-playing .vjs-icon-placeholder:before{content:"\f143"}.erf-ondemand .video-js .vjs-play-control.vjs-mute-control .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-control.vjs-mute-control .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-menu-button.vjs-mute-control .vjs-icon-placeholder:before{content:"\f168"}.erf-ondemand .video-js .vjs-play-control.vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-control.vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-menu-button.vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:"\f13b"}.erf-ondemand .video-js .vjs-play-control.vjs-quality-menu-button .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-control.vjs-quality-menu-button .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-menu-button.vjs-quality-menu-button .vjs-icon-placeholder:before{content:"\f115"}.erf-ondemand .video-js .vjs-play-control.vjs-fullscreen-control .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-control.vjs-fullscreen-control .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-menu-button.vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f125"}.erf-ondemand .video-js .vjs-play-control.vjs-picture-in-picture-control .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-control.vjs-picture-in-picture-control .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-menu-button.vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:"\f147"}.erf-ondemand .video-js .vjs-play-control.vjs-close-button .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-menu-button.vjs-close-button .vjs-icon-placeholder:before{content:"\f114"}.erf-ondemand .video-js .vjs-play-control.vjs-download-button .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-control.vjs-download-button .vjs-icon-placeholder:before,.erf-ondemand .video-js .vjs-menu-button.vjs-download-button .vjs-icon-placeholder:before{content:"\f11b"}.erf-ondemand .video-js .vjs-play-control.vjs-chromecast-receiver-button,.erf-ondemand .video-js .vjs-control.vjs-chromecast-receiver-button,.erf-ondemand .video-js .vjs-menu-button.vjs-chromecast-receiver-button{margin:0 .375rem;padding:0 .375rem !important}.erf-ondemand .video-js .vjs-play-control.vjs-chromecast-receiver-button svg,.erf-ondemand .video-js .vjs-control.vjs-chromecast-receiver-button svg,.erf-ondemand .video-js .vjs-menu-button.vjs-chromecast-receiver-button svg{fill:#959595}.erf-ondemand .video-js .vjs-play-control.vjs-chromecast-receiver-button svg.cast_caf_state_d,.erf-ondemand .video-js .vjs-control.vjs-chromecast-receiver-button svg.cast_caf_state_d,.erf-ondemand .video-js .vjs-menu-button.vjs-chromecast-receiver-button svg.cast_caf_state_d{fill:#959595}.erf-ondemand .video-js .vjs-play-control.vjs-chromecast-receiver-button svg.cast_caf_state_c,.erf-ondemand .video-js .vjs-control.vjs-chromecast-receiver-button svg.cast_caf_state_c,.erf-ondemand .video-js .vjs-menu-button.vjs-chromecast-receiver-button svg.cast_caf_state_c{fill:#fff}.erf-ondemand .video-js:hover .vjs-big-play-button{text-shadow:0 0 1em #fff;background:rgba(0,0,0,0)}.erf-ondemand .video-js .vjs-slider{background-color:rgba(255,255,255,.2)}.erf-ondemand .video-js .vjs-slider .vjs-load-progress{background:rgba(0,0,0,0)}.erf-ondemand .video-js .vjs-slider .vjs-load-progress div{background:rgba(255,255,255,.3)}.erf-ondemand .video-js .vjs-slider .vjs-play-progress{background-color:#fff}.erf-ondemand .video-js .vjs-slider .vjs-volume-level{height:.3125rem;background-color:#fff}.erf-ondemand .video-js .vjs-mute-control{width:3rem}.erf-ondemand .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.erf-ondemand .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.erf-ondemand .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:8rem}.erf-ondemand .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.erf-ondemand .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.erf-ondemand .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.erf-ondemand .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.erf-ondemand .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.erf-ondemand .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5rem}.erf-ondemand .video-js .vjs-volume-bar.vjs-slider-horizontal{width:5rem;height:.3125rem;margin:1.34375rem .125rem}.erf-ondemand .video-js .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-tooltip{font-family:"Aglet Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.erf-ondemand .video-js .vjs-menu-button-popup .vjs-menu{margin-bottom:2.125rem}.erf-ondemand .video-js .vjs-menu .vjs-menu-item-text{font-size:1rem;font-family:"Aglet Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.erf-ondemand .video-js .vjs-menu .vjs-menu-item.vjs-selected{color:#2b2b2b;background-color:#fff !important}.erf-ondemand .video-js .vjs-menu .vjs-menu-item.vjs-selected:hover{color:#2b2b2b}@media(max-width: 1049.98px){.erf-ondemand .video-js .vjs-big-play-button .vjs-icon-placeholder{font-size:3rem}}
