.card {

  position: relative;
  display: flex;
  flex-direction: column;

}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}


/* Layout1 */
.clone-cards-layout1 .card-body {
	padding:20px;
    z-index: 2;
	top:0;
	left:0;
	color:var(--text);
}

.clone-cards-layout1 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.clone-cards-layout1 .card-link{
	color:var(--textColor) !important;
}



.clone-cards-layout1 .card-img {
 	filter: brightness(80%);
	position: absolute;
	 z-index: 1;
	height:100%;
	width:100%;
}

.clone-cards-layout1 picture {
	height:100%;
	width:100%;
}

.clone-cards-layout1 img {
	height:100%;
	object-fit: cover;
}


.clone-cards-layout1 .card-footer:last-child {
     border-radius: 0;
}

.clone-cards-layout1 .card-footer {
     padding: 0;
     background-color: transparent;
     border-top: none;
}


/* Post / Beiträge */
.clone-cards-post .card-body {
	padding:20px;
    z-index: 2;
	top:0;
	left:0;
	color:var(--text);
}

.clone-cards-post .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.clone-cards-post .card-link{
	color:var(--textColor) !important;
}



.clone-cards-post .card-img {
 	filter: brightness(80%);
	position: absolute;
	 z-index: 1;
	height:100%;
	width:100%;
}

.clone-cards-post picture {
	height:100%;
	width:100%;
}

.clone-cards-post img {
	height:100%;
	object-fit: cover;
}


.clone-cards-post .card-footer:last-child {
     border-radius: 0;
}

.clone-cards-post .card-footer {
     padding: 0;
     background-color: transparent;
     border-top: none;
}

