/*
Theme Name: DiviChild by wplo.de
Theme URI: http://elegantthemes.com
Description: A Child Theme built for Divi
Author: Wplo - WordPress für Einsteiger
Author URI: https://www.wplo.de
Template: Divi
Version: 1.0.0
*/

/* Zusätzliches CSS hinter dem abschließenden Schrägstrich einfügen
------------------------------------------------------------------- */
.data-target-div1 .caf-post-layout3 .caf-meta-content-cats li a:hover,.data-target-div1 #caf-filter-layout1 li a:hover {
    background-color: #c0452f !important;
}
.caf-post-layout3 .caf-post-title {
    position: absolute;
    bottom: 35px;
	transition: all ease 0.45s;
}
.caf-post-layout3 .caf-meta-content {
    position: absolute;
    bottom: 0;	
	transition: all ease 0.45s;
}
.caf-post-layout3 .caf-content-read-more {
	position: absolute;
	bottom: -40px;
	transition: all ease 0.45s;
}
article#caf-post-layout3:hover .caf-post-title {
bottom:100px;
}
article#caf-post-layout3:hover .caf-meta-content {
bottom:70px;
}
article#caf-post-layout3:hover .caf-content-read-more {
    bottom: 10px;
	display:block;
	transition: all ease 0.45s;
}
.caf-post-layout3 .caf-meta-content-cats {
    position: absolute;
    top: 5px;
}
article#caf-post-layout3:hover img {
	filter: blur(4px);
}
.caf-post-layout3 .caf-featured-img-box {
	display:none;
}
article#caf-post-layout3 img.mn {
    height: 280px;
    width: 100%;
    display: block;
	object-fit: cover;
}
.status i {
	color:#c0452f;
}
.caf-post-layout3 #manage-post-area {
	cursor:pointer;
}
a.caf-read-more {
    background-color: inherit !important;
}
.caf-filter-container.caf-filter-layout1 {
  text-align: left!important;
}