/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         blueMARKETING
 Author URI:     https://www.blue-marketing.de
 Template:       Divi
 Version:        1.0.0
*/
 
 @import url(assets/memorial_book.css);
 
/* =Theme customization starts here
------------------------------------------------------- */
.ld-menu-home a {
    font-family: 'ETmodules'!important;
    font-size: 18px!important;
    color: white!important;
}
    
.ld-menu-home a:hover {
    color: #fff!important;
}

/* Gedenkstern - Portal */

.post-content.gedenkstern-single {
    background:#638CC7;
}
.post-content .gedenkstern-single-content {
    color: #fff;
   /* text-align: center; */
    padding:15px;
    display:inline-block;
}

.post-content .gedenkstern-single-content a {
    color: #fff;
    font-weight:bold;
}
.post-content.gedenkstern-single img {
    text-align: center;
}
.gedenkstern-single a.more-link {
    color:#fff;
    text-align: center;
    font-weight: 300;
}


#MemorialStar {
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}
#MemorialStar .et_pb_row {
    width: 100%;
}
.MemorialStarContent {
    color: #fff;
    word-wrap: break-word;
    background:#638CC7;
    border: 5px solid transparent;
    padding: 19px;
    min-height: 500px;
}
.MemorialStarContent a {
    font-weight: 700;
    color: #fff;
}

#gedenkstern-filter {
    border: 3px solid #638cc7;
    border-radius: 5px;
    padding: 15px 10px 5px;
}

#erinnerungFilter {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: baseline;
    vertical-align: bottom;
}
#erinnerungFilter div {
    width: 25%;
    display: inline-block;
}
#erinnerungFilter input {
    width: 100%;
    background-color:#E3E5E6;
}

#erinnerungFilter select {
    background-color:#e5e5e6;
}

@media screen and (max-width:768px){
    #erinnerungFilter {
        display: flex;
        /* flex: auto; */
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: stretch;
        vertical-align: bottom;
        align-content: stretch;
        flex-direction: column;
    }
    
    #erinnerungFilter div {
        width: 100%;
        display: inline-block;
    }
}

/**
 * Buttonfix für Blogmodul
 */
 .dipi_blog_slider .dipi-bottom-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: flex-start;
 }

/**
 * Divi Pixel Blog Slider
 */

/** Change image Styles **/
.dipi-entry-featured-image-url {  /* Füge hier die Divi-Modul-Klasse ein */
    position: relative;
    overflow: hidden;
    /*-webkit-mask: url(assets/image-mask.svg) no-repeat center;
            mask: url(assets/image-mask.svg) no-repeat center;
    -webkit-mask-size: cover;
            mask-size: cover; */
  }
  
  .dipi-entry-featured-image-url img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  /*  mask: url(#SHAPE_2-6752c7d496a5d);*/
  }