/*******************************************************************************************/
/*** ALLGEMEIN *****************************************************************************/
/*******************************************************************************************/

/* Hintergrundfarbe Webseite (Scrollen) */
html {
  background:#00503C;
  
}

/*******************************************************************************************/
/*** HEADER ********************************************************************************/
/*******************************************************************************************/

/*Schatten am fixed Header*/

.site-header-upper-inner-wrap.child-is-fixed .site-header-row-container-inner {
    box-shadow: 5px 6px 5px 4px #00000036;
}

/* Header Bild auf allen Seiten ausblenden */
.site-bottom-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard,
.site-bottom-header-wrap.site-header-focus-item.site-header-row-layout-standard.site-header-row-tablet-layout-default.site-header-row-mobile-layout-default {   
 display: none!important;
}

/*Suchleiste Hintergrund*/
form.search-form {
    background: #fff;
}



.header-html-inner a {
    margin: auto 5px;
}

.header-html-inner {
    display: flex;
}

.header-html-inner a:hover {
    background: #82b432;
    border-radius: 8px;
    transition: 0.5s;
}

.header-html-inner a {
    transition: 0.5s;
}

blockquote {
    padding-left: 1em;
    border-left: 4px solid #82b432;
}


@media (max-width: 1290px) {
.site-bottom-header-wrap .site-header-row-container-inner {
    background-image: url(https://nachbarschaftshilfe-wahlwies.de/wp-content/uploads/Header_Menschen.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 45%;
}
}

@media (max-width: 1024px) {
.site-bottom-header-wrap .site-header-row-container-inner {
    background-image: url(https://nachbarschaftshilfe-wahlwies.de/wp-content/uploads/Header_Menschen.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
}




/*******************************************************************************************/
/*** SLIDER ********************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** CONTENT *******************************************************************************/
/*******************************************************************************************/


/* Abstand zum Rand von Text*/
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0px;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 8%;
}


/* Mobil Ansicht, Abstand zum Bild von Text*/
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content{
    padding:30px 0 0 0;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding:30px 0 0 0;
  }
}

@media (min-width: 601px) {
  .wp-block-media-text .wp-block-media-text__content{
    padding:0 0 0 30px;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding:0 30px 0 0;
  }
}

.bild-kleiner img {
    max-width: 560px!important;
}

.aller-zeile-beige {
    max-width: 1242px;
    margin: 0 auto;
}

/* Mobil Ansicht,Abstand zum Rand*/
@media (max-width: 1290px) {
    .aller-zeile-beige {
    padding:0 24px !important;
      
    }
  }


/*******************************************************************************************/
/*** The Events Calendar *******************************************************************/
/*******************************************************************************************/
.tribe-events-l-container * {
    color: #00374b !important;
}
.tribe-events-calendar-month__day:has(article) {
    background: #e9efd6;
}

.tribe-events .tribe-events-c-events-bar__views {
    display: none;
}

.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}

.tribe-events-c-top-bar__datepicker {
    display: none;
}


/*******************************************************************************************/
/*** BLOG **********************************************************************************/
/*******************************************************************************************/
body.blog.wp-custom-logo.wp-embed-responsive.hfeed.footer-on-bottom.hide-focus-outline.link-style-standard.content-title-style-above.content-width-normal.content-style-boxed.content-vertical-padding-show.non-transparent-header.mobile-non-transparent-header .content-area {
    margin-top: 0rem!important;
}

/*******************************************************************************************/
/*** FOOTER ********************************************************************************/
/*******************************************************************************************/
.footer-html-inner img{
display: inline;
}

/*******************************************************************************************/
/*** MOBILE ********************************************************************************/
/*******************************************************************************************/


.aller-mobil-menu-icon a {
    border-bottom: none!important;
    width: 90px;
    float: left;
}


/* Mobil Ansicht */
@media (max-width: 781px) {
    .mobil-on {
    display:block;
    }
    
    .mobil-off {
    display:none;  
    }
  
}

/* Desktop Ansicht */
@media (min-width: 782px) {
    .mobil-on {
    display:none;
    }
    
    .mobil-off {
    display:block;  
    }
  
}











