body {
    font-family: "Museo Slab", Arial, Helvetica, Verdana, sans-serif;
}

.foerderungensuche input[type="text"] {
    background-color: #fff;
    border-radius: 0.5rem;
    border: 1px solid #cecece;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 0px 0px 0px inset;
    font-size: 20px;
    height: 40px;
    padding: 18px;
    color: black;
}

.foerderungensuche input[type="text"].filter {
    background-color: #fff;
    border-radius: 0.5rem;
    border: 1px solid #cecece;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 0px 0px 0px inset;
    font-size: 20px;
    height: 40px;
    color: black;
    padding: 6px 12px;
}

.foerderungensuche {
    margin-bottom: 15px;
}

.gtc-btn-close {
    background-color: #FFF !important;
}

.popover {
    border-color: #719b01;
}

.dropdown-menu .filter-divider,
.dropdown-menu .btn-reset {
    display: none;
}

.dropdown-menu.active .filter-divider,
.dropdown-menu.active .btn-reset {
    display: block;
}

.btn-reset {
    background-color: #FFF !important;
    border-color: transparent;
    border-width: 2px;
    color: #a1a5a8 !important;
    text-align: left;
}

.btn-reset:hover {
    background-color: #FFF;
    border-color: transparent;
    color: #719b01 !important;
    text-decoration: underline;
}

.icon-reset {
    font-size: 16px;
    padding: 10px 15px;
    margin-left: 20px;
    color: #626b72 !important;
    cursor: pointer;
    text-align: right;
}

.btn-additionalfilter {
    color: #626b72 !important;
}

.button-box {
    margin-top: -5px;
    text-align: right;
}

.dropdown-toggle::after {
    font-size: 19px;
}

label.form-check-label {
    padding-left: 5px;
}

.hd-sort {
    font-size: 22px;
    background-color: #719b01;
    padding: 3px 0px;
}

.big-sort {
    font-size: 60px;
}

.big-sort-2 {
    font-size: 36px;
    line-height: 40px;
}

.big-sort-3 {
    font-size: 55px;
    line-height: 40px;
}

.small-sort {
    font-size: 24px;
    line-height: 30px;
}

.active>.page-link {
    background-color: #719b01;
    border-color: #719b01;
    color: #FFF;
}

.sort-select {
    max-width: 250px;
}

.dd-antragsberechtigter {
    min-width: 360px;
}

.dd-einreichfrist {
    min-width: 380px;
}

.dd-foerderarten {
    min-width: 250px;
}

.dd-foerdergeber {
    min-width: 800px;
}

.dd-foerderhoehe {
    min-width: 280px;
}

.dd-foerderquote {
    min-width: 250px;
}

.dd-kategorie {
    min-width: 320px;
}

.einreichfrist-label {
    width: 50%;
    padding-top: 12px;
}

.einreichfrist-input {
    width: 50% !important;
}

.item_title {
    font-size: 24px;
    height: 80px;
    overflow: hidden;
}

.item_title a {
    font-size: 28px;
    overflow-wrap: break-word;
}

button.view-toggle {
    font-size: 18px;
    color: #626b72;
    background-color: #FFF;
    border-color: #626b72;
}

button.view-toggle.active {
    font-size: 18px;
    color: #ffffff;
    background-color: #719b01;
    border-color: #719b01;
}

button.view-toggle:hover {
    font-size: 18px;
    color: #ffffff;
    background-color: #719b01;
    border-color: #719b01;
}

p.result-foerderhoehe, p.result-foerderquote, p.result-einreichfrist {
    font-size: 21px;
    margin-bottom: 0px;
    line-height: 21px;
}

p.desc-foerderhoehe, p.desc-foerderquote, p.desc-einreichfrist {
    font-size: 14px;
    font-weight: bold;
    color:#719b01;
    margin-bottom: 0px;
}

.foerdergeber {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 0px;
}

img.geber-logo {
    max-width: 80px;
    max-height: 30px;
    object-fit: contain;
}

img.geber-logo-big {
    max-width: 150px;
    max-height: 70px;
}

img.type-logo {
    max-width: 115px;
    max-height: 80px;
    object-fit: contain;
}

.card {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#resultsContainer .card:hover {
    background-color: #729b0125;
    /* transform: translateY(-2px); */
}

@media (max-width: 340px) {
    .btn-additionalfilter {
        width: 100%;
    }

    .resetFilter {
        width: 100%;
    }
}

@media (max-width: 340px) {
    .btn-additionalfilter {
        width: 100%;
    }

    .resetFilter {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .btn-reset {
        width: 113px;
    }

    .icon-reset {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0px;
    }

    .btn-additionalfilter {
        padding-left: 10px;
        padding-right: 5px;
    }

    .sort-select {
        max-width: 100%;
    }

    .item_title a {
        font-size: 21px;
        overflow-wrap: break-word;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .sort-select {
        max-width: 100%;
    }

    .item_title a {
        font-size: 24px;
        overflow-wrap: break-word;
    }
}

@media (max-width: 991px) {
    .btn-reset {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .icon-reset {
        font-size: 16px;
        padding: 10px 15px;
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .hd-sort {
        font-size: 20px;
    }

    .big-sort {
        font-size: 50px;
    }

    .big-sort-2 {
        font-size: 25px;
        line-height: 35px;
    }

    .big-sort-3 {
        font-size: 50px;
    }

    .small-sort {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .big-sort-2 {
        font-size: 30px;
    }

    p.result-foerderhoehe, p.result-foerderquote, p.result-einreichfrist {
        font-size: 17px;
    }

}

/*use*/

h4.searchcount {
    font-size: 37px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: "Museo Slab", Arial, Helvetica, Verdana, sans-serif;
    line-height: 30px;
}

.sortborder {
    border: 2px solid #719b01;
    border-radius: 10px;
    background-color: #FFF;
    height: 100%;
}

.itemborder {
    border: 1px solid #ECEEEF;
    border-radius: 10px;
    background-color: #FFF;
    height: 100%;
    padding: 10px 20px;
}






.item_title_small {
    line-height: 18px;
}


.item_title_small a {
    font-size: 28px;
    overflow-wrap: break-word;
}


.item_title_small a {
    font-size: 14px;
}

.item_teaser {
    font-size: 16px;
    margin-top: 10px;
    height: 75px;
    overflow: hidden;
    margin-bottom: 0px;
}

.item_teaser_card {
    height: 150px;
}

.dropdown-menu {
    --bs-dropdown-min-width: 15rem;
}

.bg-gtcpill {
    color: #000;
    background-color: #ececed;
    border-color: #626b72;
    padding: 8px 12px;
}

.bg-gtcpill:hover {
    color: #FFF;
    background-color: #719b01;
}

.pill-label {
    max-width: 275px;
    overflow: hidden;
    display: inline-block;
}

button.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #719b01;
    font-size: 22px;
}

button.dropdown-toggle:hover,
button.dropdown-toggle:focus {
    background-color: transparent;
    border: none;
    color: #000;
}

.add-filter>div>button.dropdown-toggle {
    border: 1px solid #d7d7d7;
    /* color: #535353; */
    font-size: 18px;
    /* background-color: #eaeaea; */

    background-color: #FFF;
    color: #719b01;
}

.add-filter>div>.dropdown-toggle::after {
    font-size: 15px;
}

ul.dropdown-menu li {
    margin-bottom: 7px;
    font-size: 18px;
}

ul.dropdown-menu li .form-check-input:checked {
    background-color: #719b01;
    border-color: #719b01;
}
