.c31-el .video-container {
	position: relative;
	/*
	width: 100%;
	height: 50vh;
	*/
}
.c31-el .embed-responsive::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
}
.c31-el .not-dark .embed-responsive::after {
	content: unset;
}
.c31-el .video-text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 80px;
	color: white;
	text-align: center;
}
.c31-el .video-text a {
	color: white;
	font-size: 34px;
	font-weight: 600;
}
.c31-el .video-text-d {
	font-size: 14px;
}
.audioShowcaseOuter .audio-btn-group {
    margin-bottom: 0;
}
.audioShowcaseOuter .audio-btn-group .joSprite {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: transparent;
    background-image: url(/typo3conf/ext/jo_content/Resources/Public/Images/sprite_portal_black.svg);
    background-size: 700px;
    background-repeat: no-repeat;
}
.audioShowcaseOuter .audio-btn-group .audio-btn-back {
    margin-right: 5px;
    background-position: -858px -273px;
    background-size: 900px;
}
.audioShowcaseOuter .audio-btn-group .audio-btn-prev.joSprite {
    margin-right: 10px;
    background-position: -524px -244px;
}
.audioShowcaseOuter .audio-btn-group .audio-btn-forw {
    margin-left: 5px;
    background-position: -815px -273px;
    background-size: 900px;
}
.audioShowcaseOuter .audio-btn-group .audio-btn-next.joSprite {
    margin-left: 10px;
    background-position: -489px -244px;
}
.audioShowcaseOuter .audio-btn-group .audio-btn-start {
    background-size: 1100px;
    background-position: -664px -175px;
}
.audioShowcaseOuter .audio-item.playing .audio-btn-start {
    background-size: 1100px;
    background-position: -722.5px -175px;
}
.audioShowcaseOuter .audio-player {
    display: none;
}
.audioShowcaseOuter .progress-wraper {
    max-width: 100%;
    margin: 0 auto;
    width: 150px;
}
.audioShowcaseOuter .audio-item .progress {
    height: 5px;
    background-color: #000;
}
.audioShowcaseOuter .progress .progress-bar {
    background-color: #dd7059;
}
.audioShowcaseOuter .progress-text {
    font-size: 18px;
    margin-top: 0.10px;
}
.audioShowcaseOuter .audio-item .progress-wraper {
	/*
    opacity: 0;
    visibility: hidden;
    transition: .5s opacity ease, .5s visibility ease;
	*/
}
.audioShowcaseOuter .audio-item.playing .audio-btn-forw,
.audioShowcaseOuter .audio-item.playing .audio-btn-back,
.audioShowcaseOuter .audio-item.playing .progress-wraper {
    /*
    opacity: 1;
    visibility: visible;
	*/
}
.audioShowcaseOuter .audio-player {
	display: none;
}
.alternativ-player .progress-wraper {
    display: flex;
    flex-wrap: wrap;
}
.alternativ-player .progress-text {
    flex: 0 0 55px;
    max-width: 55px;
    color: white;
}
.alternativ-player .progress {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.alternativ-player.audioShowcaseOuter .audio-item .progress {
    top: 11px;
    position: relative;
    background-color: white;
}
.audio-btn-group .unselected {
	opacity: .5;
    pointer-events: none;
}
@media (min-width: 992px) {
	.audioShowcaseOuter .audio-btn-group {
	        margin-bottom: 0;
	}
	.audioShowcaseOuter .progress-wraper {
	    width: 12vw;
	}
	.audioShowcaseOuter .progress-text {
	    font-size: 14px;
	    margin-top: 0.4vw;
	}
	.alternativ-player.audioShowcaseOuter .progress-text {
		margin-top: 0;
	}
}
