.audio-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(255, 255, 255, 0.5);
}

.audio-overlay-wrapper {
	padding: 25px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 50%;
	width: calc(80% - 50px);
	min-height: 380px;
}

.audio-overlay .audio-overlay-wrapper {
	width: 40%;
}

.audio-overlay-image {
	overflow: hidden;
	max-height: 100%;
	max-width: 50%;
	float:left;
	width: 100%;
	height: 100%;
	background-image: url('/typo3conf/ext/ep_template_zab/Resources/Public/Images/Contentelemente/audio_overlay.png');
	background-position: 50% 50%;
}

.audio-overlay img {
	height: 1em;
	width: auto;
}

.audio-overlay-info {
	background: #8BC5D2;
	height: 100%;
	width: 100%;
	float: left;
	max-height: 100%;
	/*max-width: 50%;*/
}

.audio-overlay-line1,
.audio-overlay-line2 {
	color: #476f7b;
	text-align: center;
	font-size: 24px;
}
.audio-overlay-line1 {
	margin-block-end: 0;
	margin-block-start: 75px;
}
.audio-overlay-line2 {
	font-weight: bold;
	margin-block-end: 0;
}

.audio-overlay-close {
	position: absolute;
	right: 0;
	top: 0;
	color: #8BC5D2;
	font-size: 24px;
	cursor: pointer;
}

.audio-overlay-play {
	font-size: 150px;
	color: white;
	text-align: center;
	cursor: pointer;
}

.audio-title {
	text-align: center;
}

.audio-file {
	width: 80%;
	margin: auto;
	display: none;
	padding-top: 75px;
}

audio.audio_with_controls_1 {
	width: 100%;
	margin: auto;
}

.right-slider .audio-overlay-info {
    float: none;
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 100%;
    background: transparent;
    z-index: 10;
    padding: 25px;
}
.right-slider .audio-file {
	width: 60%;
}

.right-slider .audio-overlay-play {
    font-size: 250px;
}

.right-slider .audio-title {
    margin-bottom: 10px;
}

.clouds {
    pointer-events: none;
}

@media only screen and (max-width: 900px) {

	.audio-overlay-wrapper {
		padding: 50px;
		height: 50%;
		width: calc(90% - 100px);
	}

	.audio-overlay .audio-overlay-wrapper {
		width: calc(90% - 100px);
	}

	.audio-overlay-close {
		font-size: 30px;
		right: 10px;
	}

	.audio-overlay-image {
		max-height: 50%;
		max-width: 100%;
		background-size: 200%;
	}

	.audio-overlay-info {
		max-height: 50%;
		max-width: 100%;
	}

	.audio-overlay-line1,
	.audio-overlay-line2 {
		font-size: 20px;
		margin-block-end: 0;
		margin-block-start: 25px;
	}

	.audio-overlay-play {
		font-size: 150px;
	}

	.audio-overlay audio.audio_with_controls_1 {
		width: 90%;
		margin-left: 5%;
	}

	.audio-overlay .audio-file {
		padding-top: 25px;
	}
}

@media only screen and (max-width: 600px) {

	.audio-overlay-close {
		font-size: 34px;
		right: 0;
	}

	.audio-overlay-wrapper {
		padding: 25px;
		height: 70%;
		width: calc(90% - 50px);
	}

	.audio-overlay-image {
		background-size: 300%;
	}
}

@media only screen and (max-width: 400px) {
	.right-slider .audio-overlay-play {
		font-size: 150px;
	}
}