/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.m-audio {
  background: #f5f5f5;
  float: left;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 16px;
  padding: 24px;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.m-audio > * {
  float: left;
}
.m-audio__header {
  font-weight: bold;
  margin: 0 0 24px 0;
  width: 100%;
}
.m-audio__playpause {
  background: url("/typo3conf/ext/setup_skkultur/Resources/Public/Audio/play.svg") no-repeat 0 0;
  background-size: 100% 100%;
  height: 20px;
  width: 15px;
  position: absolute;
  bottom: 21px;
  left: 24px;
}
.m-audio__time {
  bottom: 24px;
  left: 58px;
  position: absolute;
}
.m-audio__slider {
  padding-left: 140px;
  padding-right: 60px;
  width: 100%;
}
.m-audio__slider > div {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.m-audio__slider > div .ui-slider-handle {
  background: #e20129;
  border-radius: 50%;
  cursor: pointer;
  width: 16px;
  height: 16px;
  z-index: 1;
  top: 50%;
  margin-top: -8px;
}
.m-audio__slider > div .ui-slider-handle:focus {
  outline: 0;
}
.m-audio__slider > div:before {
  background: #e1e1e1;
  height: 4px;
  width: 100%;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -2px;
  right: 0;
  position: absolute;
  z-index: 0;
}
.m-audio__volume {
  position: absolute;
  bottom: 24px;
  width: 27px;
  height: 20px;
  right: 25px;
  cursor: pointer;
}
.m-audio__volume span {
  background: #e1e1e1;
  float: left;
  margin: 0 3px 0 0;
  width: 3px;
}
.m-audio__volume span:last-child {
  margin-right: 0;
}
.m-audio__volume span:nth-child(1) {
  height: 8px;
  margin-top: 12px;
}
.m-audio__volume span:nth-child(2) {
  height: 11px;
  margin-top: 9px;
}
.m-audio__volume span:nth-child(3) {
  height: 14px;
  margin-top: 6px;
}
.m-audio__volume span:nth-child(4) {
  height: 17px;
  margin-top: 3px;
}
.m-audio__volume span:nth-child(5) {
  height: 20px;
}
.m-audio__volume.s-1 span:nth-child(1) {
  background: #e20129;
}
.m-audio__volume.s-2 span:nth-child(1) {
  background: #e20129;
}
.m-audio__volume.s-2 span:nth-child(2) {
  background: #e20129;
}
.m-audio__volume.s-3 span:nth-child(1) {
  background: #e20129;
}
.m-audio__volume.s-3 span:nth-child(2) {
  background: #e20129;
}
.m-audio__volume.s-3 span:nth-child(3) {
  background: #e20129;
}
.m-audio__volume.s-4 span:nth-child(1) {
  background: #e20129;
}
.m-audio__volume.s-4 span:nth-child(2) {
  background: #e20129;
}
.m-audio__volume.s-4 span:nth-child(3) {
  background: #e20129;
}
.m-audio__volume.s-4 span:nth-child(4) {
  background: #e20129;
}
.m-audio__volume.s-5 span:nth-child(1) {
  background: #e20129;
}
.m-audio__volume.s-5 span:nth-child(2) {
  background: #e20129;
}
.m-audio__volume.s-5 span:nth-child(3) {
  background: #e20129;
}
.m-audio__volume.s-5 span:nth-child(4) {
  background: #e20129;
}
.m-audio__volume.s-5 span:nth-child(5) {
  background: #e20129;
}
.m-audio.s-playing .m-audio__playpause {
  background: url("/typo3conf/ext/setup_skkultur/Resources/Public/Audio/pause.svg") no-repeat 0 0;
}