/**-- Allegemein*/
body.content.path-podcast_at {}
body.content.path-podcast_at h1,
body.content.path-podcast_at h2 {
	margin-bottom: 30px;
}

/*-- Header Slider --*/
body.content.path-podcast_at .hero-slider {
}
body.content.path-podcast_at .hero-slider .image-teaser .subtitle {
	background-color: transparent;
	width: 100%;
}
body.content.path-podcast_at .hero-slider .image-teaser .subtitle strong.image-title {
	position: absolute;
	background-color: rgba(255,255,255,.9);
	padding: 12px 80px;
	color: #d00019;
	bottom: 80px;
	left: 40px;
	display: none;
	visibility: hidden;
	/* width: 300px; */
}

body.content.path-podcast_at .hero-slider span.type-inlineImage {
	position: absolute;
	width: 180px;
	height: auto;
	bottom: 26px;
	right: 30px;
	/*box-shadow: 1px 1px 10px #484848;*/
}

/* @media(min-width: 768px) {
	body.content.path-podcast_at .hero-slider .first-img .figure-responsive {
		transform: scaleX(-1);
	}
} */

body.content.path-podcast_at .hero-image.first-img {
	transform: scaleX(-1);
}

/** -- Keyvisual--- */
section.keyvisual {
	position: relative;
}
section.keyvisual .text-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
section.keyvisual .text-wrap p {
	margin: 0;
}
section.keyvisual .text-wrap p a:hover {
	border: none;
}
section.keyvisual .text-wrap .type-inlineImage img {
	height: 130px;
	height: 140px;
	border: 20px solid #d20b12;
}


