.navbar-desktop ul li:nth-child(2)::before {
    height: 1.4rem;
}


/*´´´´´´´´´´´´´´´================´=´=´´´*/
.homepage-aktuality-projection {
    margin: 2rem 0 2rem 0;
}

.homepage-aktuality-projection .nadpis-aktuality {
    font-size: 2.3rem;
    font-weight: 550;
    color: #2e6d3c;
    font-family: "atyp-kido-variable", sans-serif;
    line-height: 2rem;
    margin-left: 10%;
    text-decoration: none;
}

.projection-cards {
    padding: 3rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4rem;
}

.info-card {
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 400px;
    width: 270px;
    border-radius: 35px;
    background-color: white;
}

.custom-lenght1 {
    height: 470px;
}

.custom-lenght2 {
    height: 450px;
}

.info-card img {
    height: 200px;
    width: auto;
    object-fit: contain;
    object-position: -5px;
}

.info-card h4 {
    margin: 1rem 0 0.7rem 1rem;
    font-weight: 500;
    font-size: 1.2rem;
}

.info-card p {
    margin: 0.2rem 0.5rem 0 1rem;
    line-height: 1.2rem;
    font-size: 1rem;
}

.datum-aktuality {
    position: absolute;
    left: 0;
    bottom: 1rem;
    font-weight: 500;
    color: #2e6d3c;
    font-size: 1rem;
}

.info-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

@media  (max-width:760px) {
    .homepage-aktuality-projection {
        margin-right: 1rem;
        margin-left: 1rem;  
    }
} 
