.projekte-zum-thema-container {
     margin-bottom: 5.625rem;
}
.projekte-zum-thema-container h3 {
    font-family: BundesSans-Web, Arial, sans-serif;
    position: relative;
    color: var(--bmfsfj-blue);
    margin-bottom: 3.875rem;
    text-align: center;
}

.projekte-zum-thema-container ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 3.5rem;
}

.projekte-zum-thema-container a.projekt-zum-thema {
    position: relative;
    background: var(--white);
    padding: 1rem 1rem 3rem 1rem;
    display: flex;
    height: 100%;
    flex-direction: column;
    transition: transform 0.35s ease-out;
    box-shadow: 0 .6rem 1.5rem 0 rgba(0,0,0,0.2);
}

.projekte-zum-thema-container a.projekt-zum-thema:hover,
.projekte-zum-thema-container a.projekt-zum-thema:focus {
    text-decoration: none;
    transform: scale(1.05);
}

.projekte-zum-thema-container .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.projekte-zum-thema-container .text > *:last-child {
    margin-bottom: 0;
}

.projekte-zum-thema-container address {
    margin-top: auto;
    color: var(--bmfsfj-dark-grey);
}

.projekte-zum-thema-container h4 {
    font-family: BundesSans-Web, Arial, sans-serif;
    font-size: 1.25rem;
    color: var(--bmfsfj-blue);
    hyphens: auto;
}

.projekte-zum-thema-container .link-zeile {
    display: flex;
    justify-content: center;
}

.projekte-zum-thema-container .alle-projekte-zum-thema-btn {
    background: none;
    padding: 0.875rem 0.75rem 0.725rem 0.75rem;
    border: 0.125rem solid var(--bmfsfj-medium-mint);
    color: var(--bmfsfj-medium-mint);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    width: 19.375rem;
}

.projekte-zum-thema-container .alle-projekte-zum-thema-btn.blue-back {
    border-color: var(--bmfsfj-medium-mint-dark);
    color: var(--bmfsfj-medium-mint-dark);
}

.projekte-zum-thema-container .alle-projekte-zum-thema-btn span {
    position: relative;
    top: -0.125rem;
}

.projekte-zum-thema-container .alle-projekte-zum-thema-btn i {
    position: relative;
    top: -0.0625rem;
    width: 0.875rem;
    height: 0.875rem;
}

.projekte-zum-thema-container .alle-projekte-zum-thema-btn:hover,
.projekte-zum-thema-container .alle-projekte-zum-thema-btn:focus {
    text-decoration: none;
    background: var(--bmfsfj-medium-mint);
    color: var(--white);
}

.projekte-zum-thema-container .alle-projekte-zum-thema-btn.blue-back:hover,
.projekte-zum-thema-container .alle-projekte-zum-thema-btn.blue-back:focus {
    background: var(--bmfsfj-medium-mint-dark);
}

.projekte-zum-thema-container .alle-projekte-zum-thema-btn:hover i,
.projekte-zum-thema-container .alle-projekte-zum-thema-btn:focus i {
    background-image: url('../Icons/pfeil-weiss.svg');
}
.projekte-zum-thema-container .pseudo-btn {
    position: absolute;
    bottom: 0.875rem;
    right: 1.25rem;
}

@media (max-width: 767.98px) {
    .projekte-zum-thema-container ul li {
        margin-bottom: 1.5rem;
    }

    .projekte-zum-thema-container ul li:last-child {
        margin-bottom: 0;
    }
}