@charset "UTF-8";
/* CSS Document Gelb #FCDC00 */
body {
    background-color: #FCDC00; 
}
.site-header, .site-header > .wrap {
    background-color: #FCDC00; 
}

.nav-primary {
    background-color: #FCDC00; 
}
.footer-widgets {
    background-color: #FCDC00; 
}
.site-footer, .site-footer .wrap {
    background-color: #FCDC00; 
}
.site-inner {
    background-color: #FCDC00; 
}	
.entry {
    background-color: #FCDC00; 
}
.footer-widgets .wrap {
    background: #FCDC00;
}
#menu-footer_menu {
    margin-left: 0px;
}
.genesis-nav-menu {
    background-color: #FCDC00; 
}
.menu-toggle, .sub-menu-toggle {
    background-color: #FCDC00; 
}
@media only screen and (max-width: 1200px) and (min-width: 861px) {
.genesis-nav-menu .menu-item.xxl {
    width: 25%;
}
.genesis-nav-menu .menu-item {
    width: 14%;
}
}

@media only screen and (max-width: 860px)  {
.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    background-color: #ffff00;
}
}
.site-title a {
    background: url(https://marli-bossert-stiftung.de/wp-content/themes/eigenleben/images/MBS-Schriftzug.png) no-repeat;
    background-position: left top !important;
    background-size: contain !important;
    float: left;
    min-height: 120px;
    width: 100%;
}
.entry-content ul > li {
    list-style-type: none;
}
.entry-content li::before {
    content: '→';
	margin-right: 5px;
    font-weight: 700;
}
.entry-content ul {
    margin-bottom: 18px;
    margin-left: 10px;
}

hr {
    border-top: 14px solid #FFFF00;
}


.fl-photo-caption  {
    font-size: 13px;
    font-size: 1.3rem;
	line-height: 1.1em;
    font-weight: 400;
	margin-left:0px;
	color: #000;
	margin-top:0px;
    text-align: left;
	display: block;
	padding: 10px 10px 5px 40px;
}
.entry-content .flexslider .caption-wrap {
    padding: 0px 0px 0px 40px !important;
}

@media only screen and (max-width: 860px) {
.fl-photo-caption {
    padding: 10px 10px 5px 20px;
}
.entry-content .flexslider .caption-wrap {
    padding: 0px 0px 0px 20px !important;
}
}