/*** Image height on post
.post-thumbnail {
  max-height: 600px;
  aspect-ratio: 2 / 1;
}*/
*** Hide Actionbar
div#actionbar {
	display: none;
	visibility: hidden;
}

*** Home: Disable Posts
.entry-content p {
	display: none;
}

#front-page-recent-posts {
	display: none;
}

*** Disable Comments
.postinfo, #comments {
	display: none;
}

*** Kontakt usw: Hide Page Title

.page-id-552 .wf-active,
.page-id-27 .wf-active,
.page-id-51 .wf-active,
.page-id-15 .wf-active {
	display: none;
}

.page-id-552 h1.entry-title,
.page-id-27 h1.entry-title,
.page-id-51 h1.entry-title,
.page-id-15 h1.entry-title {
	display: none;
}

*** Docs Downloaded
.wp-block.file {
	background: #527744;
}

.wp-block-file.aligncenter {
	text-align: center;
	background: #527744;
	padding: 6px;
}

.wp-block-file a {
	background-color: transparent;
	padding: 4px;
	color: white;
}

*** Buttons: color override
.wp-block-file a.wp-block-file__button {
	background: #527744;
}

.wp-block-file a.wp-block-file__button, .wp-block-file a.wp-block-file__button:visited,
.wp-block-button__link, .wp-block-button__link:visited {
	background: #527744;
	color: #fff;
}

.wp-block-file wp-block-file__button,
.has-dark-yellow-background-color, .has-dark-yellow-background-color:hover, .has-dark-yellow-background-color:focus, .has-dark-yellow-background-color:active, .has-dark-yellow-background-color:visited {
	background-color: #447750;
}

.wp-block-file wp-block-file__button,
.entry-content .wp-block-button .wp-block-button__link:active, .entry-content .wp-block-button .wp-block-button__link:focus, .entry-content .wp-block-button .wp-block-button__link:hover {
	background: #447750;
	color: #fff;
}

*** Tables: Responsive
@media only screen and (max-width: 640px) {
	display: block;
	white-space: nowrap;
}	
}

*** PUllquote Footer: Font-size
.wp-block-pullquote:not(.has-border-color) blockquote {
	border-top: 2px solid #527744;
	border-bottom: 2px solid #527744;
}

.widget-areas .wp-block-pullquote blockquote {
	font-style: italic;
	font-size: 16px;
	margin: 0 0 1.5em;
	padding: .8em 0;
	border-top: 2px solid #527744;
	border-bottom: 2px solid #527744;
}

.widget-areas .wp-block-pullquote cite {
	font-size: 14px;
	font-style: normal;
}