/*
CHILD
Style für die Basis-Blöcke von Wordpress (Gutenberg)
Die CSS-Styles werden im Frontend und im Backend-Block-Editor verwendet
*/




/* ------------------------------------------------------------------------------------------------------
	Ab hier Styles fuer das Child Theme
---------------------------------- */

.has-color-header-home-gradient-background { background: rgba(0,0,0,0) linear-gradient(10deg, rgb(252,170,47) 14%, rgba(252,170,47,0) 37%, rgba(87,175,100,0) 65%, rgba(87,175,100,0.95) 90%) repeat scroll 0% 0%; }






/* --- Block Latest-Posts --- */

		@media (max-width:781px) {
			.is-style-with-bg li > :last-child { margin-bottom: 2.5em; }
		}

.is-style-with-bg .wp-block-latest-posts__featured-image {
	margin: 1em !important;
	width: 30% !important;
	padding-bottom: 30% !important;
	}
		@media (min-width:782px) {
			.is-style-with-bg .wp-block-latest-posts__featured-image {
				margin: 1.5em !important;
				}
		}
		@media (max-width:992px) {
			.is-style-with-bg .wp-block-latest-posts__featured-image {
				margin-bottom: 0.5em !important;
				}
		}


.is-style-with-bg .wp-block-latest-posts__featured-image img {
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

ul.wp-block-latest-posts li a {
	color: var(--color-second);
	font-weight: bold !important;
	font-size: 1.2em !important;
	}

ul.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	overflow: initial;
	font-size: 1em;
	line-height: 1.5em;
	max-height: max-content;
	position: initial;
	}

.is-style-with-bg li > :last-child::after {
	clear: both;
	content: " » weiterlesen";
	font-size: 0.8em;
	font-weight: bold !important;
	color: var(--color-accent);
	position: absolute;
	bottom: 1em;
	right: 1.5em;
	}
.is-style-with-bg li:hover > :last-child::after {
	color: white;
	}




