<style>
.thema {
	margin-bottom: 20px;
	width: 100%;
}

.thema .esoterikbild {
	float: left;
	width: 25%;
	max-width: 400px;
}

.thema .esoterikbild a {
	width: 100%;
	height: 100%;
	display: block;
}

.thema .esoterikdesc {
	float: left;
	width: calc(75% - 15px);
	height: 140px;
	margin-bottom: 10px;
	overflow: hidden;
}

.thema .esoterikbild img {
	width: 100%;
	max-height: 153px;
	margin-top: 10px;
}

.thema .esoterikdesc a {
	font-size: 1.2em;
	line-height: 2em;
	color: #702121;
	text-decoration: none;
}

/* # Responsive styles */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.thema .esoterikbild {
		float: none;
		width: 100%;
		margin: 0;
	}
	.thema .esoterikbild img {
		max-height: 100%;
	}
	
	.thema .esoterikdesc {
		float: none;
		width: 100%;
		height: 100%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.thema .esoterikbild {
		margin-right: 15px;
	}
	.thema .esoterikbild img {
		max-height: 100%;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1150px) {
	.thema {
		margin-bottom: 20px;
		width: 50%;
		min-height: 170px;
		float: left;
	}
}	

/* Extra settings for menu height */
@media only screen and (min-height: 660px) {

}
</style>