/*
 Theme Name:   Sunflower-child
 Theme URI:    https://sunflower-theme.de
 Description:  Sunflower child-theme
 Author:       Tom Rose
 Author URI:   https://tom-rose.de
 Template:     sunflower
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentyfifteenchild
*/
a.event-card article{
 background-color: #ffffff70 !important;	
}
.wp-block-button__link{
background-color: #0a321e !important;
}
/* Menüleiste Fuß (Fußzeilenmenü 1) von horizontales auf vertikales Menü*/ 
#footer1 {
	display:block;
	text-align:left;
}

.top_1_5em{
	padding-top:2.75em!important;
}
.bottom_1_5em{
	padding-bottom:2.75em !important;
}
/* Widgets  Titel Zentriert*/ 
.widget-title{
	Text-align: center !important;
	height: 50px;
}

.wp-block-latest-posts li{
	text-align:center;
}
.wp-block-latest-posts__post-excerpt {
text-align:left;	
}
/* Fuss schrift ausblenden */
.col-8 {
	color:#072415;
}
.col-8 a {
	color:#072415;
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: 0px !important;
}
.styled-layout .wp-block-group {
    padding: 10px 10px !important;
}
.styled-layout .wp-block-group .wp-block-group__inner-container > h2, .styled-layout .wp-block-group .wp-block-group__inner-container > .h2 {
    margin-bottom: 10px !important;
}
a.continue-reading, .continue-reading {
    padding-top: 10px;
    display: block;
    font-weight: normal;
    font-style: italic;
    color: #201D1B;
    text-decoration: none;
    text-transform: uppercase;
    font-size: medium;
}
@media screen and (max-width: 700px) {
  .n2-ss-item-content {
font-size: 30px !important;
  }