html { height: 100%; }
body {
	margin: 0;
	width: 100%;
	overflow-x: hidden;
	font-family: "Lato", sans-serif;
	font-size: 18px;
}

a {
	color: inherit;
	text-decoration: none;
}

.podcastEpisodeNew {
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 5px 7px !important;
	position: relative;
	background: #eee;
	border: 5px solid #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

.podcastTitel {
	float: left;
	font-weight: 600;
	font-size: 1em;
	color: #444;
	text-align: left;
	margin-bottom: 2px;
}

.podcastTitelKlein {
	display: none;
	font-weight: 600;
	font-size: 1em;
	color: #444;
	margin-bottom: 5px;
}

#tagesimpuls {
	margin-left: -7px;
	width: calc(100% + 14px);
}

.podcastSprecher {
	clear: both;
	font-size: 0.6em;
	line-height: 1em;
	margin-bottom: 5px;
}
.podcastSprecher a {
	color: #d95a18;
}

.podcastTags a {
	color: #d95a18;
}

.podcastTags {
	overflow: hidden;
}
.podcastTags div {
	float: left;
	font-size: 0.6em;
	line-height: 1.5em;
	margin: 2px 2px 0 0;
	padding: 0px 2px;
	background-color: #fff;
}

@media (max-width: 540px) {
	.podcastTitel { float: none; }
}

@media (max-width: 335px) {
	.podcastTitel      { display: none; }
	.podcastTitelKlein { display: block; }
}
