/* CSS Zur freien Gestaltung */

.single-featured-image-header > img {
	display: none;
}

#wp-custom-header img {
	display: none;
}
#wp-custom-header img:first-of-type {
	display: block !important;
}


@media screen and (min-width: 48em) {
	.has-header-image.single-post .custom-header-media,
	.has-header-video.single-post .custom-header-media {
		height: calc(60vh - 32px) !important;
	}
	
	.has-header-image.single-post .site-branding,
	.has-header-video.single-post .site-branding {
		height: calc(60vh - 100px) !important;
	}
}