/* Styling */
.lwd-boilerplate-elementor-widget .entry {
    background: white;
    border: 1px solid #000;
	border-radius: 15px;
    margin: 10px;
    padding: 10px;
    width: 33%;
    position: relative;
    transition: transform 0.3s ease;
   

}

.lwd-boilerplate-elementor-widget.cards-container .entry p {
    margin-bottom: 1em;
    line-height: 1.6;
}

.lwd-boilerplate-elementor-widget.cards-container .entry br {
    margin-bottom: 1em;
}

.lwd-boilerplate-elementor-widget .rotate {
    transform: rotate(180deg); /* Adjust the degree as needed */
    transition: transform 0.5s ease-in-out; /* Smooth transition for the rotation */
}
/* grade ligen*/
.lwd-boilerplate-elementor-widget.cards-container {
    margin: 0;
    height: relative;
    gap: 20px; 
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}
/*Großer worden*/
.entry:hover {
    transform: scale(1.1)
}
/*rote linie*/
.lwd-boilerplate-elementor-widget.cards-container .entry hr {    
    width: 150px;
    margin: 1px;
    padding: 1px;
    display: block;
    color: white;
    background: green;
}

/*text finden*/
/*.entry {
    position: relative;
    /*color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}*/

/*.entry img {
    display: block;
    width: 100%;
    height: auto;
}*/

/*text an der Bild*/
/*.entry > *:not(img) {
    color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    z-index: 2;
}*/
/*.entry::after {
    content: attr(data-content);
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0);
    color: white;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2;
}
/*.entry img + * {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    pointer-events: opacity 0.3s ease;
}*/
/*text hidden*/
/*.entry,
.entry hr {
    color: transparent;
    transition: opacity 0.3s, transform 0.3s; 
    transition: all 0.3s ease;
}*/

.lwd-boilerplate-elementor-widget.cards-container .entry h3  {

    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(calc(100% - 50px)); 
    transition: opacity 0.3s, transform 0.3s; 
}

.lwd-boilerplate-elementor-widget.cards-container .entry h4 {

    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(calc(100% - 50px)); 
    transition: opacity 0.3s, transform 0.3s; 

    /*display: none;
    position: absolute;
    bottom: 0; 
    left: 0;
    right: 0;
    color: white;
    padding: 10px; 
    transform: translateY(calc(100% - 50px)); 
    transition: opacity 0.3s, transform 0.3s; 

    /*display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0; 
    left: 0;
    right: 0;
    color: white;
    padding: 10px; 
    transform: translateY(calc(100% - 50px)); 
    transition: opacity 0.3s, transform 0.3s; 
    transition: all 0.3s ease;*/
}

.lwd-boilerplate-elementor-widget.cards-container .entry:hover h3, .lwd-boilerplate-elementor-widget.cards-container .entry:hover h4 {
    color: black;
    opacity: 1; 
    transform: translateY(0); 
}

/*.entry p {
    display: none;
    /*opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 100%;
    /*overflow: hidden;
    /*position: absolute;
    bottom: 0; 
    left: 0;
    right: 0;
    color: white;
    padding: 10px; 
    transform: translateY(calc(100% - 50px)); 
    transition: opacity 0.3s, transform 0.3s; 
    transition: all 0.3s ease;
}*/

/*text zeigen*/
/*.entry:hover > *:not(img) {
    opacity: 1;
    color: black;
}*/

/*.entry:hover::after {
    opacity: 1;
}
/*.entry:hover img + * {
    opacity: 1;
    pointer-events: auto;
}*/
/*.entry:hover {
    color: black;
}
/*.entry:hover p {
    display: block;
    /*opacity: 1; 
    /*transform: translateY(0);  
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    visibility: visible;
    position: relative;
    height: auto;
}*/

.entry img {
    display: block;
    width: 100%;
    height: auto;
}

.lwd-boilerplate-elementor-widget .entry img {
    width: 250px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s;
}

.lwd-boilerplate-elementor-widget .entry img {
    position: relative;
    overflow: hidden; 
    height: relative;
}

.lwd-boilerplate-elementor-widget .entry img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.card-actions {
    position: absolute;
    top: 25px;
    right: 10px;
    display: flex;
    gap: 8px;
    z-index: 2;
}

.card-actions .icon-btn i {
    font-style: normal;
    font-weight: 100;
}
.card-actions .icon-btn {
    background-color: transparent; 
    border: 0px solid white;
    color: blueviolet; 
    font-size: 16px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}

.bookmark {
    font-family: 'Font Awesome 5 Free';
}

.heart {
    font-family: 'Font Awesome 5 Free';
}

.chat {
    font-family: 'Font Awesome 5 Free';
}

.card-actions .icon-btn:hover {
    background-color: transparent; 
    color:  rgba(255, 165, 0, 1); 
}
/*
lwd-boilerplate-elementor-widget .entry .card.pinned img {
    transform: scale(1.1);
}
*/
/* Medium devices (tablets, 992px and lower) */
@media (max-width: 992px) {
	
}

/* Small devices (mobile, 768px and lower) */
@media (max-width: 768px) {
	
}

