/**
 * A note about this file:
 * Yes, it uses !important all over the place which is a violation of intergalactic law.
 * However, no styles are more important than print styles. There will be no styles on top of them. Ever.
 */

header,
footer,
#radiofabrik-player-sticky-sticky-wrapper,
#radiofabrik-menu-sticky-sticky-wrapper,
#jp-relatedposts,
#respond,
.akismet_comment_form_privacy_notice,
.social-switch,
.radiofabrik-player,
#radiofabrik-scrolltotop-trigger,
.video-wrapped,
div[class*="galleria"]
 {
	display: none !important;
}

body,
.mw-container {
	margin-top: 0 !important;
	background: white !important;
}

.mw-container {
	max-width: auto !important;
}

.mw-container > .bg-white {
	padding: 0 !important;
}

.post-meta {
	flex-direction: row !important;
}

.post-meta .sep {
	display: block !important;
}

img[class*="wp-image"] {
	width: auto !important;
	display: inline-block !important;
	margin-top: 0 !important;
}

img.alignleft,
a.alignleft,
figure.alignleft {
	float: left !important;
	margin-left: 0 !important;
	margin-right: 2rem !important;
}
img.alignright,
a.alignright,
figure.alignright {
	float: right !important;
	margin-right: 0 !important;
	margin-left: 2rem !important;
}
img.aligncenter,
a.aligncenter,
figure.aligncenter {
	margin: 0 auto !important;
	display: block !important;
	text-align: center !important;
}

.listicle {
	display: flex;
	justify-content: space-between;
}

.listicle .listicle-thumb {
	width: 20% !important;
	margin-bottom: 0 !important;
}

.listicle .listicle-content {
}

.listicle .listicle-content.has-thumbnail {
	width: 75% !important;
}

.listicle .listicle-content.no-thumbnail {
	width: 100% !important;
}