.projektlisten-container {
    color: var(--bmfsfj-dark-grey);
    margin-bottom: 6.875rem;
}

.projektlisten-container .projekte-des-handlungsfelds {
    margin-bottom: 2.5rem;
}

.projektlisten-container .projekte-des-handlungsfelds:last-child {
    margin-bottom: 3.125rem;
}

.projektlisten-container .handlungsfeld {
    margin-bottom: 0.625rem;
}

.projektlisten-container .handlungsfeld h3, .projektlisten-container .handlungsfeld a {
    float: left;
}

.projektlisten-container .handlungsfeld h3 {
    margin-right: 0.625rem;
    font-family: BundesSans-Web, Arial, sans-serif;
    font-size: 1rem;
    color: var(--bmfsfj-light-mint);
    text-transform: uppercase;
}

.projektlisten-container .handlungsfeld a {
    display: inline-block;
    color: var(--bmfsfj-blue);
    line-height: 1.2;
}


.projektlisten-container .projektliste {
    padding: 1.875rem 1.25rem;
    background: var(--white);
    margin-bottom: 0;
    list-style-type: none;
}

.projektliste .projekt-item .box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 52.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 2.375rem 0 2rem 0;
    border-bottom: 0.0625rem solid var(--bmfsfj-light-grey);
}

.projektliste .projekt-item .box .texte {
    flex-grow: 1;
}

.projektlisten-container .projektliste .projekt {
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
}

.projektlisten-container .projekt:hover, .projektlisten-container .projekt:focus {
    text-decoration: none;
    font-weight: normal;
}

.projektlisten-container .projektliste li:last-child .box {
    border-color: transparent;
}

.projektlisten-container .projekt-name {
    font-family: BundesSans-Web, Arial, sans-serif;
    font-size: 1.25rem;
    color: var(--bmfsfj-blue);
}

.projektlisten-container address {
    margin-bottom: 0.5rem;
}

.projektlisten-container .projekt-text {
    color: var(--bmfsfj-dark-grey);
    flex-grow: 1;
}


.projektlisten-container .text p {
    line-height: 1.375;
}

.projektlisten-container .themenfelder-text {
    font-family: BundesSans-Web, Arial, sans-serif;
    display: block;
    float: left;
    width: 7.375rem;
    border: 0.0625rem solid transparent;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.375;
    color: var(--black);
}
.projektlisten-container .themenfelder-text span {
    position: relative;
    top: -0.0625rem;
}

.projektlisten-container .themenfelder-liste {
    float: left;
    display: block;
    width: calc(100% - 11.8rem);
    padding: 0;
    margin-bottom: -0.625rem;
    list-style-type: none;
}

.projektlisten-container .themenfeld {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.2;
    padding: 0.1875rem 0.3125rem 0.25rem 0.3125rem;
    border: 0.0625rem solid var(--bmfsfj-light-mint);
    color: var(--bmfsfj-light-mint);
    border-radius: 0.1875rem;
    margin-right: 0.625rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
}
.projektlisten-container .themenfeld:hover {
    color: white;
    background-color: var(--bmfsfj-light-mint);
    text-decoration: none;
}
.projektlisten-container .themenfeld:hover a {
    color: white;
    background-color: var(--bmfsfj-light-mint);
    text-decoration: none;
}

.projektlisten-container .themenfeld span {
    position: relative;
    top: -0.0625rem;
}

.projektlisten-container .themenfeld:last-child {
    margin-right: 0;
}

.projektlisten-container .projekt-bild {
    margin-left: 1.25rem;
}

.projektlisten-container .projekt-bild img {
    max-width: 12.5rem;
    max-height: 12.5rem;
    height: auto;
    width: auto;
}

/* Fokus Styles für Button und Links */
.projektlisten-container a:focus,
.projektlisten-container button:focus {
    outline: .3125rem auto var(--bmfsfj-outline-focus-color);
}

/* Styling für Combobox Liste */
#suggestion-list {
    margin-top: -1.25rem;
}


@media (max-width: 767.98px){
    .projektlisten-container {
        padding: 0 0.9375rem;
    }

    .projektlisten-container .projektliste {
        padding-top: 0;
        padding-bottom: 0;
    }

    .projektlisten-container .projekt {
        padding-top: 1.875rem;
    }

    .projektlisten-container .text .h5 {
        font-size: 1.125rem;
    }

    .projektlisten-container .projekt-text {
        width: 100%;
        padding-right: 0
    }

    .projektlisten-container .themenfelder-text {
        display: none;
    }

    .projektlisten-container .themenfelder-liste {
        width: 100%;
    }

    .projektlisten-container .projekt-bild {
        display: none;
    }

    #suggestion-list {
        margin-top: -0.625rem;
    }
}
.hiddenTag {
    display: none;
}