/* Füge hier Dein eigenes CSS ein */
h3.widget_media_gallery.widget-title {
    font-weight: bold;
}
.wp-block-image{
		margin: 0px;
		margin-top: 0px;
		margin-bottom: 2px;
		margin-right: 0px;

}
.wp-block-columns {
    margin-bottom: 0px;
}

.entry-content img {
	width: 500px;
	height: auto;
}