/*
        Theme Name:   BDZ NRW Theme
        Theme URI:    https://bdz-nrw.de/twenty-twentyfive-child/
        Description:  Ein Child Theme für das Twenty Twentyfive Theme
        Author:       Karsten Richter
        Author URI:   https://corika.com
        Template:     twentytwentyfive
        Version:      1.0
        License:      GNU General Public License v2 or later
        License URI:  http://www.gnu.org/licenses/gpl-2.0.html
        Text Domain:  mvh-theme
        Tags:         child-theme, twenty-twentyfive
*/


h1.wp-block-post-title, h1.wp-block-query-title {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius:15px;
	background-image: linear-gradient(#59adc8,#b8dde6);
	color: white;
	box-shadow: 0px 0px red, 5px 0 .4em silver;
}

header.wp-block-template-part {
	background: #f4f5f7;
}

.rounded-shadow {
	margin-bottom: 10px;
}
img.rounded-shadow {
	border-radius: 20px;
	box-shadow:5px 5px 5px rgba(0, 0, 0, .5);
}

.clear {
	clear:both;
	float:none;
}


ul.wp-block-latest-posts__list li {
	margin: 10px;
	border: solid silver 1px;
	border-radius:10px;
}

ul.wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
	background: darkgray;
	padding:10px;
	margin: 0px;
	text-align: center;
	display:block;
	border-radius:10px 10px 0 0;
  color: white;
}

ul.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
	padding:10px 10px 1px 10px;
}
