/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/*----Startseiteninhalte-------------------------------------------*/

/*----Startseite Kategorieanzeige-------------------------------------------*/

#SS_Inhalte .su-post {
    background-color: transparent;
    color: #fff;
    margin-right: 5.5%;
    width: 44%;
    display:flex;
    float:left;
    overflow: hidden;
    min-height: 300px;
}
#SS_Inhalte .su-posts-default-loop .su-post-thumbnail {
    float: left;
    display:block;
    width: 100%;
    height: 100%;
    margin-right: 1em;
    min-width: 300px;
    min-height: 300px;
    position: absolute;
    float: none;
    max-width: 550px;
    max-height: 300px;
    overflow: hidden;
}
#SS_Inhalte .su-posts-default-loop .su-post-thumbnail img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    position: relative; 
    
}
#SS_Inhalte .su-posts-default-loop h2.su-post-title {
    clear: both;
    padding: 1em;
    margin: 0 0 0.3em 0;
    font-size: 1.4em;
    font-weight: normal;
    color:#27231f;
    z-index: 10000;
    line-height: 1.5em;
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
#SS_Inhalte .su-posts-default-loop .su-post-meta {
    margin-bottom: 0.7em;
    font-size: 0.8em;
    opacity: 0.8;
    filter: alpha(opacity=80);
    clear: both;
    display: block;
    padding: 1em;
}
#SS_Inhalte .su-posts-default-loop .su-post-comments-link,
#SS_Inhalte .su-posts-default-loop .su-post-excerpt {
    display:none;
}

.breitragsanzeige article.post {
    width:48%;
    margin-right:1.8%;
    margin-bottom:2em;
    float: left;
    background-color: #fff;
}
.breitragsanzeige article.post p,
.breitragsanzeige article.post h2 {
    padding-right:3%;
    padding-left:5%;
    
}
.breitragsanzeige article.post div {
    padding-bottom:20px;
    
}